path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
web/libs/angular/docs/examples/example-guide-concepts-2/index-production.html | cnits/CnitSymfony | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Example - example-guide-concepts-2-production</title>
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js"></script>
<script src="invoice1.js"></script>
</head>
<body >
<div ng-app="invoice1" ng-controller="InvoiceController as invoice">
<b>Invoice:</b>
<div>
Quantity: <input type="number" min="0" ng-model="invoice.qty" required >
</div>
<div>
Costs: <input type="number" min="0" ng-model="invoice.cost" required >
<select ng-model="invoice.inCurr">
<option ng-repeat="c in invoice.currencies">{{c}}</option>
</select>
</div>
<div>
<b>Total:</b>
<span ng-repeat="c in invoice.currencies">
{{invoice.total(c) | currency:c}}
</span>
<button class="btn" ng-click="invoice.pay()">Pay</button>
</div>
</div>
</body>
</html> |
packages/rocketchat-ui-admin/admin/users/adminUsers.html | ImpressiveSetOfIntelligentStudents/chat | <template name="adminUsers">
<section class="page-container page-list">
<head class="fixed-title">
{{> burger}}
<h2>
<span class="room-title">{{_ "Users"}}</span>
</h2>
</head>
<div class="content">
{{#unless hasPermission 'view-user-administration'}}
<p>You are not authorized to view this page.</p>
{{else}}
<form class="search-form" role="form">
<div class="input-line search">
<input type="text" id="users-filter" placeholder="{{_ "Search"}}" dir="auto">
<i class="icon-search"></i>
{{#unless isReady}}<i class="icon-spin4"></i>{{/unless}}
</div>
</form>
<div class="results">
{{{_ "Showing_results" users.length}}}
</div>
<div class="list">
<table>
<thead>
<tr>
<th> </th>
<th width="34%">{{_ "Name"}}</th>
<th width="33%">{{_ "Username"}}</th>
<th width="33%">{{_ "E-mail"}}</th>
</tr>
</thead>
<tbody>
{{#each users}}
<tr class="user-info" data-id="{{_id}}">
<td>
<div class="user-image status-{{status}}">
{{> avatar username=username}}
</div>
</td>
<td>{{name}}</td>
<td>{{username}}</td>
<td>{{emailAddress}}</td>
</tr>
{{/each}}
</tbody>
</table>
{{#if hasMore}}
<button class="button secondary load-more {{isLoading}}">{{_ "Load_more"}}</button>
{{/if}}
</div>
{{/unless}}
</div>
</section>
<section class="flex-tab">
<div class="user-view">
{{> Template.dynamic template=flexTemplate data=flexData}}
</div>
</section>
</template>
|
src/bower_components/todc-bootstrap-main/examples/starter-template/starter-template.css | tommycuang/Tugas-Proyek | body {
padding-top: 46px;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
|
ajax/libs/ionicons/4.2.1/css/ionicons-core.css | extend1994/cdnjs | @charset "UTF-8";
/*!
Ionicons, v4.2.0
Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
https://twitter.com/benjsperry https://twitter.com/ionicframework
MIT License: https://github.com/driftyco/ionicons
Android-style icons originally built by Google’s
Material Design Icons: https://github.com/google/material-design-icons
used under CC BY http://creativecommons.org/licenses/by/4.0/
Modified icons to fit ionicon’s grid from original.
*/
.ion-ios-add:before {
content: "\f102";
}
.ion-ios-add-circle:before {
content: "\f101";
}
.ion-ios-add-circle-outline:before {
content: "\f100";
}
.ion-ios-airplane:before {
content: "\f137";
}
.ion-ios-alarm:before {
content: "\f3c8";
}
.ion-ios-albums:before {
content: "\f3ca";
}
.ion-ios-alert:before {
content: "\f104";
}
.ion-ios-american-football:before {
content: "\f106";
}
.ion-ios-analytics:before {
content: "\f3ce";
}
.ion-ios-aperture:before {
content: "\f108";
}
.ion-ios-apps:before {
content: "\f10a";
}
.ion-ios-appstore:before {
content: "\f10c";
}
.ion-ios-archive:before {
content: "\f10e";
}
.ion-ios-arrow-back:before {
content: "\f3cf";
}
.ion-ios-arrow-down:before {
content: "\f3d0";
}
.ion-ios-arrow-dropdown:before {
content: "\f110";
}
.ion-ios-arrow-dropdown-circle:before {
content: "\f125";
}
.ion-ios-arrow-dropleft:before {
content: "\f112";
}
.ion-ios-arrow-dropleft-circle:before {
content: "\f129";
}
.ion-ios-arrow-dropright:before {
content: "\f114";
}
.ion-ios-arrow-dropright-circle:before {
content: "\f12b";
}
.ion-ios-arrow-dropup:before {
content: "\f116";
}
.ion-ios-arrow-dropup-circle:before {
content: "\f12d";
}
.ion-ios-arrow-forward:before {
content: "\f3d1";
}
.ion-ios-arrow-round-back:before {
content: "\f117";
}
.ion-ios-arrow-round-down:before {
content: "\f118";
}
.ion-ios-arrow-round-forward:before {
content: "\f119";
}
.ion-ios-arrow-round-up:before {
content: "\f11a";
}
.ion-ios-arrow-up:before {
content: "\f3d8";
}
.ion-ios-at:before {
content: "\f3da";
}
.ion-ios-attach:before {
content: "\f11b";
}
.ion-ios-backspace:before {
content: "\f11d";
}
.ion-ios-barcode:before {
content: "\f3dc";
}
.ion-ios-baseball:before {
content: "\f3de";
}
.ion-ios-basket:before {
content: "\f11f";
}
.ion-ios-basketball:before {
content: "\f3e0";
}
.ion-ios-battery-charging:before {
content: "\f120";
}
.ion-ios-battery-dead:before {
content: "\f121";
}
.ion-ios-battery-full:before {
content: "\f122";
}
.ion-ios-beaker:before {
content: "\f124";
}
.ion-ios-bed:before {
content: "\f139";
}
.ion-ios-beer:before {
content: "\f126";
}
.ion-ios-bicycle:before {
content: "\f127";
}
.ion-ios-bluetooth:before {
content: "\f128";
}
.ion-ios-boat:before {
content: "\f12a";
}
.ion-ios-body:before {
content: "\f3e4";
}
.ion-ios-bonfire:before {
content: "\f12c";
}
.ion-ios-book:before {
content: "\f3e8";
}
.ion-ios-bookmark:before {
content: "\f12e";
}
.ion-ios-bookmarks:before {
content: "\f3ea";
}
.ion-ios-bowtie:before {
content: "\f130";
}
.ion-ios-briefcase:before {
content: "\f3ee";
}
.ion-ios-browsers:before {
content: "\f3f0";
}
.ion-ios-brush:before {
content: "\f132";
}
.ion-ios-bug:before {
content: "\f134";
}
.ion-ios-build:before {
content: "\f136";
}
.ion-ios-bulb:before {
content: "\f138";
}
.ion-ios-bus:before {
content: "\f13a";
}
.ion-ios-business:before {
content: "\f1a3";
}
.ion-ios-cafe:before {
content: "\f13c";
}
.ion-ios-calculator:before {
content: "\f3f2";
}
.ion-ios-calendar:before {
content: "\f3f4";
}
.ion-ios-call:before {
content: "\f13e";
}
.ion-ios-camera:before {
content: "\f3f6";
}
.ion-ios-car:before {
content: "\f140";
}
.ion-ios-card:before {
content: "\f142";
}
.ion-ios-cart:before {
content: "\f3f8";
}
.ion-ios-cash:before {
content: "\f144";
}
.ion-ios-cellular:before {
content: "\f13d";
}
.ion-ios-chatboxes:before {
content: "\f3fa";
}
.ion-ios-chatbubbles:before {
content: "\f146";
}
.ion-ios-checkbox:before {
content: "\f148";
}
.ion-ios-checkbox-outline:before {
content: "\f147";
}
.ion-ios-checkmark:before {
content: "\f3ff";
}
.ion-ios-checkmark-circle:before {
content: "\f14a";
}
.ion-ios-checkmark-circle-outline:before {
content: "\f149";
}
.ion-ios-clipboard:before {
content: "\f14c";
}
.ion-ios-clock:before {
content: "\f403";
}
.ion-ios-close:before {
content: "\f406";
}
.ion-ios-close-circle:before {
content: "\f14e";
}
.ion-ios-close-circle-outline:before {
content: "\f14d";
}
.ion-ios-cloud:before {
content: "\f40c";
}
.ion-ios-cloud-circle:before {
content: "\f152";
}
.ion-ios-cloud-done:before {
content: "\f154";
}
.ion-ios-cloud-download:before {
content: "\f408";
}
.ion-ios-cloud-outline:before {
content: "\f409";
}
.ion-ios-cloud-upload:before {
content: "\f40b";
}
.ion-ios-cloudy:before {
content: "\f410";
}
.ion-ios-cloudy-night:before {
content: "\f40e";
}
.ion-ios-code:before {
content: "\f157";
}
.ion-ios-code-download:before {
content: "\f155";
}
.ion-ios-code-working:before {
content: "\f156";
}
.ion-ios-cog:before {
content: "\f412";
}
.ion-ios-color-fill:before {
content: "\f159";
}
.ion-ios-color-filter:before {
content: "\f414";
}
.ion-ios-color-palette:before {
content: "\f15b";
}
.ion-ios-color-wand:before {
content: "\f416";
}
.ion-ios-compass:before {
content: "\f15d";
}
.ion-ios-construct:before {
content: "\f15f";
}
.ion-ios-contact:before {
content: "\f41a";
}
.ion-ios-contacts:before {
content: "\f161";
}
.ion-ios-contract:before {
content: "\f162";
}
.ion-ios-contrast:before {
content: "\f163";
}
.ion-ios-copy:before {
content: "\f41c";
}
.ion-ios-create:before {
content: "\f165";
}
.ion-ios-crop:before {
content: "\f41e";
}
.ion-ios-cube:before {
content: "\f168";
}
.ion-ios-cut:before {
content: "\f16a";
}
.ion-ios-desktop:before {
content: "\f16c";
}
.ion-ios-disc:before {
content: "\f16e";
}
.ion-ios-document:before {
content: "\f170";
}
.ion-ios-done-all:before {
content: "\f171";
}
.ion-ios-download:before {
content: "\f420";
}
.ion-ios-easel:before {
content: "\f173";
}
.ion-ios-egg:before {
content: "\f175";
}
.ion-ios-exit:before {
content: "\f177";
}
.ion-ios-expand:before {
content: "\f178";
}
.ion-ios-eye:before {
content: "\f425";
}
.ion-ios-eye-off:before {
content: "\f17a";
}
.ion-ios-fastforward:before {
content: "\f427";
}
.ion-ios-female:before {
content: "\f17b";
}
.ion-ios-filing:before {
content: "\f429";
}
.ion-ios-film:before {
content: "\f42b";
}
.ion-ios-finger-print:before {
content: "\f17c";
}
.ion-ios-fitness:before {
content: "\f1ab";
}
.ion-ios-flag:before {
content: "\f42d";
}
.ion-ios-flame:before {
content: "\f42f";
}
.ion-ios-flash:before {
content: "\f17e";
}
.ion-ios-flash-off:before {
content: "\f12f";
}
.ion-ios-flashlight:before {
content: "\f141";
}
.ion-ios-flask:before {
content: "\f431";
}
.ion-ios-flower:before {
content: "\f433";
}
.ion-ios-folder:before {
content: "\f435";
}
.ion-ios-folder-open:before {
content: "\f180";
}
.ion-ios-football:before {
content: "\f437";
}
.ion-ios-funnel:before {
content: "\f182";
}
.ion-ios-gift:before {
content: "\f191";
}
.ion-ios-git-branch:before {
content: "\f183";
}
.ion-ios-git-commit:before {
content: "\f184";
}
.ion-ios-git-compare:before {
content: "\f185";
}
.ion-ios-git-merge:before {
content: "\f186";
}
.ion-ios-git-network:before {
content: "\f187";
}
.ion-ios-git-pull-request:before {
content: "\f188";
}
.ion-ios-glasses:before {
content: "\f43f";
}
.ion-ios-globe:before {
content: "\f18a";
}
.ion-ios-grid:before {
content: "\f18c";
}
.ion-ios-hammer:before {
content: "\f18e";
}
.ion-ios-hand:before {
content: "\f190";
}
.ion-ios-happy:before {
content: "\f192";
}
.ion-ios-headset:before {
content: "\f194";
}
.ion-ios-heart:before {
content: "\f443";
}
.ion-ios-heart-dislike:before {
content: "\f13f";
}
.ion-ios-heart-empty:before {
content: "\f19b";
}
.ion-ios-heart-half:before {
content: "\f19d";
}
.ion-ios-help:before {
content: "\f446";
}
.ion-ios-help-buoy:before {
content: "\f196";
}
.ion-ios-help-circle:before {
content: "\f198";
}
.ion-ios-help-circle-outline:before {
content: "\f197";
}
.ion-ios-home:before {
content: "\f448";
}
.ion-ios-hourglass:before {
content: "\f103";
}
.ion-ios-ice-cream:before {
content: "\f19a";
}
.ion-ios-image:before {
content: "\f19c";
}
.ion-ios-images:before {
content: "\f19e";
}
.ion-ios-infinite:before {
content: "\f44a";
}
.ion-ios-information:before {
content: "\f44d";
}
.ion-ios-information-circle:before {
content: "\f1a0";
}
.ion-ios-information-circle-outline:before {
content: "\f19f";
}
.ion-ios-jet:before {
content: "\f1a5";
}
.ion-ios-journal:before {
content: "\f189";
}
.ion-ios-key:before {
content: "\f1a7";
}
.ion-ios-keypad:before {
content: "\f450";
}
.ion-ios-laptop:before {
content: "\f1a8";
}
.ion-ios-leaf:before {
content: "\f1aa";
}
.ion-ios-link:before {
content: "\f22a";
}
.ion-ios-list:before {
content: "\f454";
}
.ion-ios-list-box:before {
content: "\f143";
}
.ion-ios-locate:before {
content: "\f1ae";
}
.ion-ios-lock:before {
content: "\f1b0";
}
.ion-ios-log-in:before {
content: "\f1b1";
}
.ion-ios-log-out:before {
content: "\f1b2";
}
.ion-ios-magnet:before {
content: "\f1b4";
}
.ion-ios-mail:before {
content: "\f1b8";
}
.ion-ios-mail-open:before {
content: "\f1b6";
}
.ion-ios-mail-unread:before {
content: "\f145";
}
.ion-ios-male:before {
content: "\f1b9";
}
.ion-ios-man:before {
content: "\f1bb";
}
.ion-ios-map:before {
content: "\f1bd";
}
.ion-ios-medal:before {
content: "\f1bf";
}
.ion-ios-medical:before {
content: "\f45c";
}
.ion-ios-medkit:before {
content: "\f45e";
}
.ion-ios-megaphone:before {
content: "\f1c1";
}
.ion-ios-menu:before {
content: "\f1c3";
}
.ion-ios-mic:before {
content: "\f461";
}
.ion-ios-mic-off:before {
content: "\f45f";
}
.ion-ios-microphone:before {
content: "\f1c6";
}
.ion-ios-moon:before {
content: "\f468";
}
.ion-ios-more:before {
content: "\f1c8";
}
.ion-ios-move:before {
content: "\f1cb";
}
.ion-ios-musical-note:before {
content: "\f46b";
}
.ion-ios-musical-notes:before {
content: "\f46c";
}
.ion-ios-navigate:before {
content: "\f46e";
}
.ion-ios-notifications:before {
content: "\f1d3";
}
.ion-ios-notifications-off:before {
content: "\f1d1";
}
.ion-ios-notifications-outline:before {
content: "\f133";
}
.ion-ios-nuclear:before {
content: "\f1d5";
}
.ion-ios-nutrition:before {
content: "\f470";
}
.ion-ios-open:before {
content: "\f1d7";
}
.ion-ios-options:before {
content: "\f1d9";
}
.ion-ios-outlet:before {
content: "\f1db";
}
.ion-ios-paper:before {
content: "\f472";
}
.ion-ios-paper-plane:before {
content: "\f1dd";
}
.ion-ios-partly-sunny:before {
content: "\f1df";
}
.ion-ios-pause:before {
content: "\f478";
}
.ion-ios-paw:before {
content: "\f47a";
}
.ion-ios-people:before {
content: "\f47c";
}
.ion-ios-person:before {
content: "\f47e";
}
.ion-ios-person-add:before {
content: "\f1e1";
}
.ion-ios-phone-landscape:before {
content: "\f1e2";
}
.ion-ios-phone-portrait:before {
content: "\f1e3";
}
.ion-ios-photos:before {
content: "\f482";
}
.ion-ios-pie:before {
content: "\f484";
}
.ion-ios-pin:before {
content: "\f1e5";
}
.ion-ios-pint:before {
content: "\f486";
}
.ion-ios-pizza:before {
content: "\f1e7";
}
.ion-ios-planet:before {
content: "\f1eb";
}
.ion-ios-play:before {
content: "\f488";
}
.ion-ios-play-circle:before {
content: "\f113";
}
.ion-ios-podium:before {
content: "\f1ed";
}
.ion-ios-power:before {
content: "\f1ef";
}
.ion-ios-pricetag:before {
content: "\f48d";
}
.ion-ios-pricetags:before {
content: "\f48f";
}
.ion-ios-print:before {
content: "\f1f1";
}
.ion-ios-pulse:before {
content: "\f493";
}
.ion-ios-qr-scanner:before {
content: "\f1f3";
}
.ion-ios-quote:before {
content: "\f1f5";
}
.ion-ios-radio:before {
content: "\f1f9";
}
.ion-ios-radio-button-off:before {
content: "\f1f6";
}
.ion-ios-radio-button-on:before {
content: "\f1f7";
}
.ion-ios-rainy:before {
content: "\f495";
}
.ion-ios-recording:before {
content: "\f497";
}
.ion-ios-redo:before {
content: "\f499";
}
.ion-ios-refresh:before {
content: "\f49c";
}
.ion-ios-refresh-circle:before {
content: "\f135";
}
.ion-ios-remove:before {
content: "\f1fc";
}
.ion-ios-remove-circle:before {
content: "\f1fb";
}
.ion-ios-remove-circle-outline:before {
content: "\f1fa";
}
.ion-ios-reorder:before {
content: "\f1fd";
}
.ion-ios-repeat:before {
content: "\f1fe";
}
.ion-ios-resize:before {
content: "\f1ff";
}
.ion-ios-restaurant:before {
content: "\f201";
}
.ion-ios-return-left:before {
content: "\f202";
}
.ion-ios-return-right:before {
content: "\f203";
}
.ion-ios-reverse-camera:before {
content: "\f49f";
}
.ion-ios-rewind:before {
content: "\f4a1";
}
.ion-ios-ribbon:before {
content: "\f205";
}
.ion-ios-rocket:before {
content: "\f14b";
}
.ion-ios-rose:before {
content: "\f4a3";
}
.ion-ios-sad:before {
content: "\f207";
}
.ion-ios-save:before {
content: "\f1a6";
}
.ion-ios-school:before {
content: "\f209";
}
.ion-ios-search:before {
content: "\f4a5";
}
.ion-ios-send:before {
content: "\f20c";
}
.ion-ios-settings:before {
content: "\f4a7";
}
.ion-ios-share:before {
content: "\f211";
}
.ion-ios-share-alt:before {
content: "\f20f";
}
.ion-ios-shirt:before {
content: "\f213";
}
.ion-ios-shuffle:before {
content: "\f4a9";
}
.ion-ios-skip-backward:before {
content: "\f215";
}
.ion-ios-skip-forward:before {
content: "\f217";
}
.ion-ios-snow:before {
content: "\f218";
}
.ion-ios-speedometer:before {
content: "\f4b0";
}
.ion-ios-square:before {
content: "\f21a";
}
.ion-ios-square-outline:before {
content: "\f15c";
}
.ion-ios-star:before {
content: "\f4b3";
}
.ion-ios-star-half:before {
content: "\f4b1";
}
.ion-ios-star-outline:before {
content: "\f4b2";
}
.ion-ios-stats:before {
content: "\f21c";
}
.ion-ios-stopwatch:before {
content: "\f4b5";
}
.ion-ios-subway:before {
content: "\f21e";
}
.ion-ios-sunny:before {
content: "\f4b7";
}
.ion-ios-swap:before {
content: "\f21f";
}
.ion-ios-switch:before {
content: "\f221";
}
.ion-ios-sync:before {
content: "\f222";
}
.ion-ios-tablet-landscape:before {
content: "\f223";
}
.ion-ios-tablet-portrait:before {
content: "\f24e";
}
.ion-ios-tennisball:before {
content: "\f4bb";
}
.ion-ios-text:before {
content: "\f250";
}
.ion-ios-thermometer:before {
content: "\f252";
}
.ion-ios-thumbs-down:before {
content: "\f254";
}
.ion-ios-thumbs-up:before {
content: "\f256";
}
.ion-ios-thunderstorm:before {
content: "\f4bd";
}
.ion-ios-time:before {
content: "\f4bf";
}
.ion-ios-timer:before {
content: "\f4c1";
}
.ion-ios-today:before {
content: "\f14f";
}
.ion-ios-train:before {
content: "\f258";
}
.ion-ios-transgender:before {
content: "\f259";
}
.ion-ios-trash:before {
content: "\f4c5";
}
.ion-ios-trending-down:before {
content: "\f25a";
}
.ion-ios-trending-up:before {
content: "\f25b";
}
.ion-ios-trophy:before {
content: "\f25d";
}
.ion-ios-tv:before {
content: "\f115";
}
.ion-ios-umbrella:before {
content: "\f25f";
}
.ion-ios-undo:before {
content: "\f4c7";
}
.ion-ios-unlock:before {
content: "\f261";
}
.ion-ios-videocam:before {
content: "\f4cd";
}
.ion-ios-volume-high:before {
content: "\f11c";
}
.ion-ios-volume-low:before {
content: "\f11e";
}
.ion-ios-volume-mute:before {
content: "\f263";
}
.ion-ios-volume-off:before {
content: "\f264";
}
.ion-ios-walk:before {
content: "\f266";
}
.ion-ios-wallet:before {
content: "\f18b";
}
.ion-ios-warning:before {
content: "\f268";
}
.ion-ios-watch:before {
content: "\f269";
}
.ion-ios-water:before {
content: "\f26b";
}
.ion-ios-wifi:before {
content: "\f26d";
}
.ion-ios-wine:before {
content: "\f26f";
}
.ion-ios-woman:before {
content: "\f271";
}
.ion-logo-android:before {
content: "\f225";
}
.ion-logo-angular:before {
content: "\f227";
}
.ion-logo-apple:before {
content: "\f229";
}
.ion-logo-bitbucket:before {
content: "\f193";
}
.ion-logo-bitcoin:before {
content: "\f22b";
}
.ion-logo-buffer:before {
content: "\f22d";
}
.ion-logo-chrome:before {
content: "\f22f";
}
.ion-logo-closed-captioning:before {
content: "\f105";
}
.ion-logo-codepen:before {
content: "\f230";
}
.ion-logo-css3:before {
content: "\f231";
}
.ion-logo-designernews:before {
content: "\f232";
}
.ion-logo-dribbble:before {
content: "\f233";
}
.ion-logo-dropbox:before {
content: "\f234";
}
.ion-logo-euro:before {
content: "\f235";
}
.ion-logo-facebook:before {
content: "\f236";
}
.ion-logo-flickr:before {
content: "\f107";
}
.ion-logo-foursquare:before {
content: "\f237";
}
.ion-logo-freebsd-devil:before {
content: "\f238";
}
.ion-logo-game-controller-a:before {
content: "\f13b";
}
.ion-logo-game-controller-b:before {
content: "\f181";
}
.ion-logo-github:before {
content: "\f239";
}
.ion-logo-google:before {
content: "\f23a";
}
.ion-logo-googleplus:before {
content: "\f23b";
}
.ion-logo-hackernews:before {
content: "\f23c";
}
.ion-logo-html5:before {
content: "\f23d";
}
.ion-logo-instagram:before {
content: "\f23e";
}
.ion-logo-ionic:before {
content: "\f150";
}
.ion-logo-ionitron:before {
content: "\f151";
}
.ion-logo-javascript:before {
content: "\f23f";
}
.ion-logo-linkedin:before {
content: "\f240";
}
.ion-logo-markdown:before {
content: "\f241";
}
.ion-logo-model-s:before {
content: "\f153";
}
.ion-logo-no-smoking:before {
content: "\f109";
}
.ion-logo-nodejs:before {
content: "\f242";
}
.ion-logo-npm:before {
content: "\f195";
}
.ion-logo-octocat:before {
content: "\f243";
}
.ion-logo-pinterest:before {
content: "\f244";
}
.ion-logo-playstation:before {
content: "\f245";
}
.ion-logo-polymer:before {
content: "\f15e";
}
.ion-logo-python:before {
content: "\f246";
}
.ion-logo-reddit:before {
content: "\f247";
}
.ion-logo-rss:before {
content: "\f248";
}
.ion-logo-sass:before {
content: "\f249";
}
.ion-logo-skype:before {
content: "\f24a";
}
.ion-logo-slack:before {
content: "\f10b";
}
.ion-logo-snapchat:before {
content: "\f24b";
}
.ion-logo-steam:before {
content: "\f24c";
}
.ion-logo-tumblr:before {
content: "\f24d";
}
.ion-logo-tux:before {
content: "\f2ae";
}
.ion-logo-twitch:before {
content: "\f2af";
}
.ion-logo-twitter:before {
content: "\f2b0";
}
.ion-logo-usd:before {
content: "\f2b1";
}
.ion-logo-vimeo:before {
content: "\f2c4";
}
.ion-logo-vk:before {
content: "\f10d";
}
.ion-logo-whatsapp:before {
content: "\f2c5";
}
.ion-logo-windows:before {
content: "\f32f";
}
.ion-logo-wordpress:before {
content: "\f330";
}
.ion-logo-xbox:before {
content: "\f34c";
}
.ion-logo-xing:before {
content: "\f10f";
}
.ion-logo-yahoo:before {
content: "\f34d";
}
.ion-logo-yen:before {
content: "\f34e";
}
.ion-logo-youtube:before {
content: "\f34f";
}
.ion-md-add:before {
content: "\f273";
}
.ion-md-add-circle:before {
content: "\f272";
}
.ion-md-add-circle-outline:before {
content: "\f158";
}
.ion-md-airplane:before {
content: "\f15a";
}
.ion-md-alarm:before {
content: "\f274";
}
.ion-md-albums:before {
content: "\f275";
}
.ion-md-alert:before {
content: "\f276";
}
.ion-md-american-football:before {
content: "\f277";
}
.ion-md-analytics:before {
content: "\f278";
}
.ion-md-aperture:before {
content: "\f279";
}
.ion-md-apps:before {
content: "\f27a";
}
.ion-md-appstore:before {
content: "\f27b";
}
.ion-md-archive:before {
content: "\f27c";
}
.ion-md-arrow-back:before {
content: "\f27d";
}
.ion-md-arrow-down:before {
content: "\f27e";
}
.ion-md-arrow-dropdown:before {
content: "\f280";
}
.ion-md-arrow-dropdown-circle:before {
content: "\f27f";
}
.ion-md-arrow-dropleft:before {
content: "\f282";
}
.ion-md-arrow-dropleft-circle:before {
content: "\f281";
}
.ion-md-arrow-dropright:before {
content: "\f284";
}
.ion-md-arrow-dropright-circle:before {
content: "\f283";
}
.ion-md-arrow-dropup:before {
content: "\f286";
}
.ion-md-arrow-dropup-circle:before {
content: "\f285";
}
.ion-md-arrow-forward:before {
content: "\f287";
}
.ion-md-arrow-round-back:before {
content: "\f288";
}
.ion-md-arrow-round-down:before {
content: "\f289";
}
.ion-md-arrow-round-forward:before {
content: "\f28a";
}
.ion-md-arrow-round-up:before {
content: "\f28b";
}
.ion-md-arrow-up:before {
content: "\f28c";
}
.ion-md-at:before {
content: "\f28d";
}
.ion-md-attach:before {
content: "\f28e";
}
.ion-md-backspace:before {
content: "\f28f";
}
.ion-md-barcode:before {
content: "\f290";
}
.ion-md-baseball:before {
content: "\f291";
}
.ion-md-basket:before {
content: "\f292";
}
.ion-md-basketball:before {
content: "\f293";
}
.ion-md-battery-charging:before {
content: "\f294";
}
.ion-md-battery-dead:before {
content: "\f295";
}
.ion-md-battery-full:before {
content: "\f296";
}
.ion-md-beaker:before {
content: "\f297";
}
.ion-md-bed:before {
content: "\f160";
}
.ion-md-beer:before {
content: "\f298";
}
.ion-md-bicycle:before {
content: "\f299";
}
.ion-md-bluetooth:before {
content: "\f29a";
}
.ion-md-boat:before {
content: "\f29b";
}
.ion-md-body:before {
content: "\f29c";
}
.ion-md-bonfire:before {
content: "\f29d";
}
.ion-md-book:before {
content: "\f29e";
}
.ion-md-bookmark:before {
content: "\f29f";
}
.ion-md-bookmarks:before {
content: "\f2a0";
}
.ion-md-bowtie:before {
content: "\f2a1";
}
.ion-md-briefcase:before {
content: "\f2a2";
}
.ion-md-browsers:before {
content: "\f2a3";
}
.ion-md-brush:before {
content: "\f2a4";
}
.ion-md-bug:before {
content: "\f2a5";
}
.ion-md-build:before {
content: "\f2a6";
}
.ion-md-bulb:before {
content: "\f2a7";
}
.ion-md-bus:before {
content: "\f2a8";
}
.ion-md-business:before {
content: "\f1a4";
}
.ion-md-cafe:before {
content: "\f2a9";
}
.ion-md-calculator:before {
content: "\f2aa";
}
.ion-md-calendar:before {
content: "\f2ab";
}
.ion-md-call:before {
content: "\f2ac";
}
.ion-md-camera:before {
content: "\f2ad";
}
.ion-md-car:before {
content: "\f2b2";
}
.ion-md-card:before {
content: "\f2b3";
}
.ion-md-cart:before {
content: "\f2b4";
}
.ion-md-cash:before {
content: "\f2b5";
}
.ion-md-cellular:before {
content: "\f164";
}
.ion-md-chatboxes:before {
content: "\f2b6";
}
.ion-md-chatbubbles:before {
content: "\f2b7";
}
.ion-md-checkbox:before {
content: "\f2b9";
}
.ion-md-checkbox-outline:before {
content: "\f2b8";
}
.ion-md-checkmark:before {
content: "\f2bc";
}
.ion-md-checkmark-circle:before {
content: "\f2bb";
}
.ion-md-checkmark-circle-outline:before {
content: "\f2ba";
}
.ion-md-clipboard:before {
content: "\f2bd";
}
.ion-md-clock:before {
content: "\f2be";
}
.ion-md-close:before {
content: "\f2c0";
}
.ion-md-close-circle:before {
content: "\f2bf";
}
.ion-md-close-circle-outline:before {
content: "\f166";
}
.ion-md-cloud:before {
content: "\f2c9";
}
.ion-md-cloud-circle:before {
content: "\f2c2";
}
.ion-md-cloud-done:before {
content: "\f2c3";
}
.ion-md-cloud-download:before {
content: "\f2c6";
}
.ion-md-cloud-outline:before {
content: "\f2c7";
}
.ion-md-cloud-upload:before {
content: "\f2c8";
}
.ion-md-cloudy:before {
content: "\f2cb";
}
.ion-md-cloudy-night:before {
content: "\f2ca";
}
.ion-md-code:before {
content: "\f2ce";
}
.ion-md-code-download:before {
content: "\f2cc";
}
.ion-md-code-working:before {
content: "\f2cd";
}
.ion-md-cog:before {
content: "\f2cf";
}
.ion-md-color-fill:before {
content: "\f2d0";
}
.ion-md-color-filter:before {
content: "\f2d1";
}
.ion-md-color-palette:before {
content: "\f2d2";
}
.ion-md-color-wand:before {
content: "\f2d3";
}
.ion-md-compass:before {
content: "\f2d4";
}
.ion-md-construct:before {
content: "\f2d5";
}
.ion-md-contact:before {
content: "\f2d6";
}
.ion-md-contacts:before {
content: "\f2d7";
}
.ion-md-contract:before {
content: "\f2d8";
}
.ion-md-contrast:before {
content: "\f2d9";
}
.ion-md-copy:before {
content: "\f2da";
}
.ion-md-create:before {
content: "\f2db";
}
.ion-md-crop:before {
content: "\f2dc";
}
.ion-md-cube:before {
content: "\f2dd";
}
.ion-md-cut:before {
content: "\f2de";
}
.ion-md-desktop:before {
content: "\f2df";
}
.ion-md-disc:before {
content: "\f2e0";
}
.ion-md-document:before {
content: "\f2e1";
}
.ion-md-done-all:before {
content: "\f2e2";
}
.ion-md-download:before {
content: "\f2e3";
}
.ion-md-easel:before {
content: "\f2e4";
}
.ion-md-egg:before {
content: "\f2e5";
}
.ion-md-exit:before {
content: "\f2e6";
}
.ion-md-expand:before {
content: "\f2e7";
}
.ion-md-eye:before {
content: "\f2e9";
}
.ion-md-eye-off:before {
content: "\f2e8";
}
.ion-md-fastforward:before {
content: "\f2ea";
}
.ion-md-female:before {
content: "\f2eb";
}
.ion-md-filing:before {
content: "\f2ec";
}
.ion-md-film:before {
content: "\f2ed";
}
.ion-md-finger-print:before {
content: "\f2ee";
}
.ion-md-fitness:before {
content: "\f1ac";
}
.ion-md-flag:before {
content: "\f2ef";
}
.ion-md-flame:before {
content: "\f2f0";
}
.ion-md-flash:before {
content: "\f2f1";
}
.ion-md-flash-off:before {
content: "\f169";
}
.ion-md-flashlight:before {
content: "\f16b";
}
.ion-md-flask:before {
content: "\f2f2";
}
.ion-md-flower:before {
content: "\f2f3";
}
.ion-md-folder:before {
content: "\f2f5";
}
.ion-md-folder-open:before {
content: "\f2f4";
}
.ion-md-football:before {
content: "\f2f6";
}
.ion-md-funnel:before {
content: "\f2f7";
}
.ion-md-gift:before {
content: "\f199";
}
.ion-md-git-branch:before {
content: "\f2fa";
}
.ion-md-git-commit:before {
content: "\f2fb";
}
.ion-md-git-compare:before {
content: "\f2fc";
}
.ion-md-git-merge:before {
content: "\f2fd";
}
.ion-md-git-network:before {
content: "\f2fe";
}
.ion-md-git-pull-request:before {
content: "\f2ff";
}
.ion-md-glasses:before {
content: "\f300";
}
.ion-md-globe:before {
content: "\f301";
}
.ion-md-grid:before {
content: "\f302";
}
.ion-md-hammer:before {
content: "\f303";
}
.ion-md-hand:before {
content: "\f304";
}
.ion-md-happy:before {
content: "\f305";
}
.ion-md-headset:before {
content: "\f306";
}
.ion-md-heart:before {
content: "\f308";
}
.ion-md-heart-dislike:before {
content: "\f167";
}
.ion-md-heart-empty:before {
content: "\f1a1";
}
.ion-md-heart-half:before {
content: "\f1a2";
}
.ion-md-help:before {
content: "\f30b";
}
.ion-md-help-buoy:before {
content: "\f309";
}
.ion-md-help-circle:before {
content: "\f30a";
}
.ion-md-help-circle-outline:before {
content: "\f16d";
}
.ion-md-home:before {
content: "\f30c";
}
.ion-md-hourglass:before {
content: "\f111";
}
.ion-md-ice-cream:before {
content: "\f30d";
}
.ion-md-image:before {
content: "\f30e";
}
.ion-md-images:before {
content: "\f30f";
}
.ion-md-infinite:before {
content: "\f310";
}
.ion-md-information:before {
content: "\f312";
}
.ion-md-information-circle:before {
content: "\f311";
}
.ion-md-information-circle-outline:before {
content: "\f16f";
}
.ion-md-jet:before {
content: "\f315";
}
.ion-md-journal:before {
content: "\f18d";
}
.ion-md-key:before {
content: "\f316";
}
.ion-md-keypad:before {
content: "\f317";
}
.ion-md-laptop:before {
content: "\f318";
}
.ion-md-leaf:before {
content: "\f319";
}
.ion-md-link:before {
content: "\f22e";
}
.ion-md-list:before {
content: "\f31b";
}
.ion-md-list-box:before {
content: "\f31a";
}
.ion-md-locate:before {
content: "\f31c";
}
.ion-md-lock:before {
content: "\f31d";
}
.ion-md-log-in:before {
content: "\f31e";
}
.ion-md-log-out:before {
content: "\f31f";
}
.ion-md-magnet:before {
content: "\f320";
}
.ion-md-mail:before {
content: "\f322";
}
.ion-md-mail-open:before {
content: "\f321";
}
.ion-md-mail-unread:before {
content: "\f172";
}
.ion-md-male:before {
content: "\f323";
}
.ion-md-man:before {
content: "\f324";
}
.ion-md-map:before {
content: "\f325";
}
.ion-md-medal:before {
content: "\f326";
}
.ion-md-medical:before {
content: "\f327";
}
.ion-md-medkit:before {
content: "\f328";
}
.ion-md-megaphone:before {
content: "\f329";
}
.ion-md-menu:before {
content: "\f32a";
}
.ion-md-mic:before {
content: "\f32c";
}
.ion-md-mic-off:before {
content: "\f32b";
}
.ion-md-microphone:before {
content: "\f32d";
}
.ion-md-moon:before {
content: "\f32e";
}
.ion-md-more:before {
content: "\f1c9";
}
.ion-md-move:before {
content: "\f331";
}
.ion-md-musical-note:before {
content: "\f332";
}
.ion-md-musical-notes:before {
content: "\f333";
}
.ion-md-navigate:before {
content: "\f334";
}
.ion-md-notifications:before {
content: "\f338";
}
.ion-md-notifications-off:before {
content: "\f336";
}
.ion-md-notifications-outline:before {
content: "\f337";
}
.ion-md-nuclear:before {
content: "\f339";
}
.ion-md-nutrition:before {
content: "\f33a";
}
.ion-md-open:before {
content: "\f33b";
}
.ion-md-options:before {
content: "\f33c";
}
.ion-md-outlet:before {
content: "\f33d";
}
.ion-md-paper:before {
content: "\f33f";
}
.ion-md-paper-plane:before {
content: "\f33e";
}
.ion-md-partly-sunny:before {
content: "\f340";
}
.ion-md-pause:before {
content: "\f341";
}
.ion-md-paw:before {
content: "\f342";
}
.ion-md-people:before {
content: "\f343";
}
.ion-md-person:before {
content: "\f345";
}
.ion-md-person-add:before {
content: "\f344";
}
.ion-md-phone-landscape:before {
content: "\f346";
}
.ion-md-phone-portrait:before {
content: "\f347";
}
.ion-md-photos:before {
content: "\f348";
}
.ion-md-pie:before {
content: "\f349";
}
.ion-md-pin:before {
content: "\f34a";
}
.ion-md-pint:before {
content: "\f34b";
}
.ion-md-pizza:before {
content: "\f354";
}
.ion-md-planet:before {
content: "\f356";
}
.ion-md-play:before {
content: "\f357";
}
.ion-md-play-circle:before {
content: "\f174";
}
.ion-md-podium:before {
content: "\f358";
}
.ion-md-power:before {
content: "\f359";
}
.ion-md-pricetag:before {
content: "\f35a";
}
.ion-md-pricetags:before {
content: "\f35b";
}
.ion-md-print:before {
content: "\f35c";
}
.ion-md-pulse:before {
content: "\f35d";
}
.ion-md-qr-scanner:before {
content: "\f35e";
}
.ion-md-quote:before {
content: "\f35f";
}
.ion-md-radio:before {
content: "\f362";
}
.ion-md-radio-button-off:before {
content: "\f360";
}
.ion-md-radio-button-on:before {
content: "\f361";
}
.ion-md-rainy:before {
content: "\f363";
}
.ion-md-recording:before {
content: "\f364";
}
.ion-md-redo:before {
content: "\f365";
}
.ion-md-refresh:before {
content: "\f366";
}
.ion-md-refresh-circle:before {
content: "\f228";
}
.ion-md-remove:before {
content: "\f368";
}
.ion-md-remove-circle:before {
content: "\f367";
}
.ion-md-remove-circle-outline:before {
content: "\f176";
}
.ion-md-reorder:before {
content: "\f369";
}
.ion-md-repeat:before {
content: "\f36a";
}
.ion-md-resize:before {
content: "\f36b";
}
.ion-md-restaurant:before {
content: "\f36c";
}
.ion-md-return-left:before {
content: "\f36d";
}
.ion-md-return-right:before {
content: "\f36e";
}
.ion-md-reverse-camera:before {
content: "\f36f";
}
.ion-md-rewind:before {
content: "\f370";
}
.ion-md-ribbon:before {
content: "\f371";
}
.ion-md-rocket:before {
content: "\f179";
}
.ion-md-rose:before {
content: "\f372";
}
.ion-md-sad:before {
content: "\f373";
}
.ion-md-save:before {
content: "\f1a9";
}
.ion-md-school:before {
content: "\f374";
}
.ion-md-search:before {
content: "\f375";
}
.ion-md-send:before {
content: "\f376";
}
.ion-md-settings:before {
content: "\f377";
}
.ion-md-share:before {
content: "\f379";
}
.ion-md-share-alt:before {
content: "\f378";
}
.ion-md-shirt:before {
content: "\f37a";
}
.ion-md-shuffle:before {
content: "\f37b";
}
.ion-md-skip-backward:before {
content: "\f37c";
}
.ion-md-skip-forward:before {
content: "\f37d";
}
.ion-md-snow:before {
content: "\f37e";
}
.ion-md-speedometer:before {
content: "\f37f";
}
.ion-md-square:before {
content: "\f381";
}
.ion-md-square-outline:before {
content: "\f380";
}
.ion-md-star:before {
content: "\f384";
}
.ion-md-star-half:before {
content: "\f382";
}
.ion-md-star-outline:before {
content: "\f383";
}
.ion-md-stats:before {
content: "\f385";
}
.ion-md-stopwatch:before {
content: "\f386";
}
.ion-md-subway:before {
content: "\f387";
}
.ion-md-sunny:before {
content: "\f388";
}
.ion-md-swap:before {
content: "\f389";
}
.ion-md-switch:before {
content: "\f38a";
}
.ion-md-sync:before {
content: "\f38b";
}
.ion-md-tablet-landscape:before {
content: "\f38c";
}
.ion-md-tablet-portrait:before {
content: "\f38d";
}
.ion-md-tennisball:before {
content: "\f38e";
}
.ion-md-text:before {
content: "\f38f";
}
.ion-md-thermometer:before {
content: "\f390";
}
.ion-md-thumbs-down:before {
content: "\f391";
}
.ion-md-thumbs-up:before {
content: "\f392";
}
.ion-md-thunderstorm:before {
content: "\f393";
}
.ion-md-time:before {
content: "\f394";
}
.ion-md-timer:before {
content: "\f395";
}
.ion-md-today:before {
content: "\f17d";
}
.ion-md-train:before {
content: "\f396";
}
.ion-md-transgender:before {
content: "\f397";
}
.ion-md-trash:before {
content: "\f398";
}
.ion-md-trending-down:before {
content: "\f399";
}
.ion-md-trending-up:before {
content: "\f39a";
}
.ion-md-trophy:before {
content: "\f39b";
}
.ion-md-tv:before {
content: "\f17f";
}
.ion-md-umbrella:before {
content: "\f39c";
}
.ion-md-undo:before {
content: "\f39d";
}
.ion-md-unlock:before {
content: "\f39e";
}
.ion-md-videocam:before {
content: "\f39f";
}
.ion-md-volume-high:before {
content: "\f123";
}
.ion-md-volume-low:before {
content: "\f131";
}
.ion-md-volume-mute:before {
content: "\f3a1";
}
.ion-md-volume-off:before {
content: "\f3a2";
}
.ion-md-walk:before {
content: "\f3a4";
}
.ion-md-wallet:before {
content: "\f18f";
}
.ion-md-warning:before {
content: "\f3a5";
}
.ion-md-watch:before {
content: "\f3a6";
}
.ion-md-water:before {
content: "\f3a7";
}
.ion-md-wifi:before {
content: "\f3a8";
}
.ion-md-wine:before {
content: "\f3a9";
}
.ion-md-woman:before {
content: "\f3aa";
}
|
src/commons-math3-3.6.1/docs/apidocs/org/apache/commons/math3/geometry/euclidean/threed/class-use/RotationOrder.html | asampley/FactorioRatioAssistant | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.apache.commons.math3.geometry.euclidean.threed.RotationOrder (Apache Commons Math 3.6.1 API)</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.commons.math3.geometry.euclidean.threed.RotationOrder (Apache Commons Math 3.6.1 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/commons/math3/geometry/euclidean/threed/class-use/RotationOrder.html" target="_top">Frames</a></li>
<li><a href="RotationOrder.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.commons.math3.geometry.euclidean.threed.RotationOrder" class="title">Uses of Class<br>org.apache.commons.math3.geometry.euclidean.threed.RotationOrder</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/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.apache.commons.math3.geometry.euclidean.threed">org.apache.commons.math3.geometry.euclidean.threed</a></td>
<td class="colLast">
<div class="block">
This package provides basic 3D geometry components.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.apache.commons.math3.geometry.euclidean.threed">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> in <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/package-summary.html">org.apache.commons.math3.geometry.euclidean.threed</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/commons/math3/geometry/euclidean/threed/package-summary.html">org.apache.commons.math3.geometry.euclidean.threed</a> declared as <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#XYX">XYX</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#XYZ">XYZ</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#XZX">XZX</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#XZY">XZY</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#YXY">YXY</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#YXZ">YXZ</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#YZX">YZX</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#YZY">YZY</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#ZXY">ZXY</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#ZXZ">ZXZ</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#ZYX">ZYX</a></strong></code>
<div class="block">Set of Cardan angles.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></code></td>
<td class="colLast"><span class="strong">RotationOrder.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html#ZYZ">ZYZ</a></strong></code>
<div class="block">Set of Euler angles.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/package-summary.html">org.apache.commons.math3.geometry.euclidean.threed</a> with parameters of type <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a>[]</code></td>
<td class="colLast"><span class="strong">FieldRotation.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder)">getAngles</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention)"><code>FieldRotation.getAngles(RotationOrder, RotationConvention)</code></a></i></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double[]</code></td>
<td class="colLast"><span class="strong">Rotation.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder)">getAngles</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention)"><code>Rotation.getAngles(RotationOrder, RotationConvention)</code></a></i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a>[]</code></td>
<td class="colLast"><span class="strong">FieldRotation.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention)">getAngles</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationConvention.html" title="enum in org.apache.commons.math3.geometry.euclidean.threed">RotationConvention</a> convention)</code>
<div class="block">Get the Cardan or Euler angles corresponding to the instance.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double[]</code></td>
<td class="colLast"><span class="strong">Rotation.</span><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#getAngles(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention)">getAngles</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationConvention.html" title="enum in org.apache.commons.math3.geometry.euclidean.threed">RotationConvention</a> convention)</code>
<div class="block">Get the Cardan or Euler angles corresponding to the instance.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/package-summary.html">org.apache.commons.math3.geometry.euclidean.threed</a> with parameters of type <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#FieldRotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention,%20T,%20T,%20T)">FieldRotation</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationConvention.html" title="enum in org.apache.commons.math3.geometry.euclidean.threed">RotationConvention</a> convention,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha1,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha2,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha3)</code>
<div class="block">Build a rotation from three Cardan or Euler elementary rotations.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#FieldRotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20T,%20T,%20T)">FieldRotation</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha1,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha2,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html" title="type parameter in FieldRotation">T</a> alpha3)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/FieldRotation.html#FieldRotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention,%20T,%20T,%20T)"><code>FieldRotation.FieldRotation(RotationOrder, RotationConvention,
RealFieldElement, RealFieldElement, RealFieldElement)</code></a></i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#Rotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20double,%20double,%20double)">Rotation</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
double alpha1,
double alpha2,
double alpha3)</code>
<div class="block"><strong>Deprecated.</strong>
<div class="block"><i>as of 3.6, replaced with <a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#Rotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention,%20double,%20double,%20double)"><code>Rotation.Rotation(RotationOrder, RotationConvention, double, double, double)</code></a></i></div>
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/Rotation.html#Rotation(org.apache.commons.math3.geometry.euclidean.threed.RotationOrder,%20org.apache.commons.math3.geometry.euclidean.threed.RotationConvention,%20double,%20double,%20double)">Rotation</a></strong>(<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">RotationOrder</a> order,
<a href="../../../../../../../../org/apache/commons/math3/geometry/euclidean/threed/RotationConvention.html" title="enum in org.apache.commons.math3.geometry.euclidean.threed">RotationConvention</a> convention,
double alpha1,
double alpha2,
double alpha3)</code>
<div class="block">Build a rotation from three Cardan or Euler elementary rotations.</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/commons/math3/geometry/euclidean/threed/RotationOrder.html" title="class in org.apache.commons.math3.geometry.euclidean.threed">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 class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../../index.html?org/apache/commons/math3/geometry/euclidean/threed/class-use/RotationOrder.html" target="_top">Frames</a></li>
<li><a href="RotationOrder.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 © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>
|
tix/docs/Release.html | AndresGG/sn-8.4 | <TITLE>Tix 4.1 Release Notes</TITLE>
<Center><H1>Tix 4.1 Release Notes</H1></Center>
This is a list of all the release notes of the Tix library for
version 4.1.
<H3>Contents</H3>
<ul>
<li> <a href=Release-4.1.0.html>Release-4.1.0.html : Final Release 4.1</a>
<p>
<li> <a href=Release-4.1b2.html>Release-4.1b2.html : Beta Release 1</a>
<li> <a href=Release-4.1b1.html>Release-4.1b1.html : Beta Release 1</a>
<li> <a href=Release-4.1a3.html>Release-4.1a3.html : Alpha Release 3</a>
<li> <a href=Release-4.1a2.html>Release-4.1a2.html : Alpha Release 2</a>
</ul>
<!Serial 851749996>
<hr><i>Last modified Sun Feb 16 00:03:12 EST 1997 </i> ---
<i>Serial 856069650</i>
|
extensions/libraries/redcore/media/redcore/css/rdatepicker.min.css | jatitoam/redCORE | .rdatepicker{position:relative;z-index:5;width:150px}button.ui-datepicker-trigger{color:#900} |
skein_engines/skeinforge-35/documentation/fabmetheus_utilities.geometry.manipulation_shapes.array.html | natetrue/ReplicatorG |
<!doctype html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html><head><title>Python: module fabmetheus_utilities.geometry.manipulation_shapes.array</title>
</head><body bgcolor="#f0f0f8">
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="heading">
<tr bgcolor="#7799ee">
<td valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"> <br><big><big><strong><a href="fabmetheus_utilities.html"><font color="#ffffff">fabmetheus_utilities</font></a>.<a href="fabmetheus_utilities.geometry.html"><font color="#ffffff">geometry</font></a>.<a href="fabmetheus_utilities.geometry.manipulation_shapes.html"><font color="#ffffff">manipulation_shapes</font></a>.array</strong></big></big> ($Date: 2008/02/05 $)</font></td
><td align=right valign=bottom
><font color="#ffffff" face="helvetica, arial"><a href=".">index</a><br><a href="file:/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/manipulation_shapes/array.py">/home/enrique/Desktop/backup/babbleold/script/reprap/fabmetheus/fabmetheus_utilities/geometry/manipulation_shapes/array.py</a></font></td></tr></table>
<p><tt>Boolean geometry array.</tt></p>
<p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#aa55cc">
<td colspan=3 valign=bottom> <br>
<font color="#fffff" face="helvetica, arial"><big><strong>Modules</strong></big></font></td></tr>
<tr><td bgcolor="#aa55cc"><tt> </tt></td><td> </td>
<td width="100%"><table width="100%" summary="list"><tr><td width="25%" valign=top><a href="__init__.html">__init__</a><br>
<a href="fabmetheus_utilities.euclidean.html">fabmetheus_utilities.euclidean</a><br>
</td><td width="25%" valign=top><a href="fabmetheus_utilities.geometry.geometry_utilities.evaluate.html">fabmetheus_utilities.geometry.geometry_utilities.evaluate</a><br>
<a href="fabmetheus_utilities.geometry.manipulation_evaluator.matrix.html">fabmetheus_utilities.geometry.manipulation_evaluator.matrix</a><br>
</td><td width="25%" valign=top><a href="fabmetheus_utilities.geometry.geometry_tools.vertex.html">fabmetheus_utilities.geometry.geometry_tools.vertex</a><br>
</td><td width="25%" valign=top></td></tr></table></td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#eeaa77">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Functions</strong></big></font></td></tr>
<tr><td bgcolor="#eeaa77"><tt> </tt></td><td> </td>
<td width="100%"><dl><dt><a name="-getManipulatedPaths"><strong>getManipulatedPaths</strong></a>(close, loop, prefix, sideLength, xmlElement)</dt><dd><tt>Get array path.</tt></dd></dl>
<dl><dt><a name="-getVertexesByKey"><strong>getVertexesByKey</strong></a>(key, xmlElement)</dt><dd><tt>Get the vertexes by key.</tt></dd></dl>
<dl><dt><a name="-processXMLElement"><strong>processXMLElement</strong></a>(xmlElement)</dt><dd><tt>Process the xml element.</tt></dd></dl>
</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#55aa55">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Data</strong></big></font></td></tr>
<tr><td bgcolor="#55aa55"><tt> </tt></td><td> </td>
<td width="100%"><strong>__author__</strong> = 'Enrique Perez (perez_enrique@yahoo.com)'<br>
<strong>__credits__</strong> = 'Art of Illusion <http://www.artofillusion.org/>'<br>
<strong>__date__</strong> = '$Date: 2008/02/05 $'<br>
<strong>__license__</strong> = 'GPL 3.0'<br>
<strong>absolute_import</strong> = _Feature((2, 5, 0, 'alpha', 1), (2, 7, 0, 'alpha', 0), 16384)<br>
<strong>globalExecutionOrder</strong> = 200</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Author</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Enrique Perez (perez_enrique@yahoo.com)</td></tr></table><p>
<table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section">
<tr bgcolor="#7799ee">
<td colspan=3 valign=bottom> <br>
<font color="#ffffff" face="helvetica, arial"><big><strong>Credits</strong></big></font></td></tr>
<tr><td bgcolor="#7799ee"><tt> </tt></td><td> </td>
<td width="100%">Art of Illusion <<a href="http://www.artofillusion.org/">http://www.artofillusion.org/</a>></td></tr></table>
</body></html> |
tp/tests/sectioning/res_parser_html/no_section_no_top_no_node/second-node.html | nischu7/texinfo | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by texinfo, http://www.gnu.org/software/texinfo/ -->
<head>
<title>Untitled Document: second node</title>
<meta name="description" content="Untitled Document: second node">
<meta name="keywords" content="Untitled Document: second node">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="first.html#first" rel="start" title="first">
<link href="first.html#first" rel="up" title="first">
<link href="first.html#first" rel="prev" title="first">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
div.display {margin-left: 3.2em}
div.example {margin-left: 3.2em}
div.indentedblock {margin-left: 3.2em}
div.lisp {margin-left: 3.2em}
div.smalldisplay {margin-left: 3.2em}
div.smallexample {margin-left: 3.2em}
div.smallindentedblock {margin-left: 3.2em; font-size: smaller}
div.smalllisp {margin-left: 3.2em}
kbd {font-style:oblique}
pre.display {font-family: inherit}
pre.format {font-family: inherit}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: inherit; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: inherit; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.nocodebreak {white-space:nowrap}
span.nolinebreak {white-space:nowrap}
span.roman {font-family:serif; font-weight:normal}
span.sansserif {font-family:sans-serif; font-weight:normal}
ul.no-bullet {list-style: none}
-->
</style>
</head>
<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">
<a name="second-node"></a>
<div class="header">
<p>
Previous: <a href="first.html#first" accesskey="p" rel="prev">first</a>, Up: <a href="first.html#first" accesskey="u" rel="up">first</a> </p>
</div>
<hr>
<h4 class="node-heading">second node</h4>
<p>second node
</p>
</body>
</html>
|
doc/index-files/index-15.html | KenyStev/ToposAR | <!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_13) on Mon May 24 15:25:09 CEST 2010 -->
<TITLE>
T-Index
</TITLE>
<META NAME="date" CONTENT="2010-05-24">
<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="T-Index";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-14.html"><B>PREV LETTER</B></A>
<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">O</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="../edu/dhbw/andar/AndARActivity.html#takeScreenshot()"><B>takeScreenshot()</B></A> -
Method in class edu.dhbw.andar.<A HREF="../edu/dhbw/andar/AndARActivity.html" title="class in edu.dhbw.andar">AndARActivity</A>
<DD>Take a screenshot.
<DT><A HREF="../edu/dhbw/andar/AndARRenderer.html#takeScreenshot()"><B>takeScreenshot()</B></A> -
Method in class edu.dhbw.andar.<A HREF="../edu/dhbw/andar/AndARRenderer.html" title="class in edu.dhbw.andar">AndARRenderer</A>
<DD>
<DT><A HREF="../edu/dhbw/andopenglcam/R.string.html#takescreenshot"><B>takescreenshot</B></A> -
Static variable in class edu.dhbw.andopenglcam.<A HREF="../edu/dhbw/andopenglcam/R.string.html" title="class in edu.dhbw.andopenglcam">R.string</A>
<DD>
<DT><A HREF="../edu/dhbw/andar/util/IO.html#transferFilesToPrivateFS(java.io.File, Resources)"><B>transferFilesToPrivateFS(File, Resources)</B></A> -
Static method in class edu.dhbw.andar.util.<A HREF="../edu/dhbw/andar/util/IO.html" title="class in edu.dhbw.andar.util">IO</A>
<DD>transfers required files to the the private file system part
in order to be access them from C Code.
<DT><A HREF="../edu/dhbw/andar/util/IO.html#transferFileToPrivateFS(java.io.File, java.lang.String, Resources)"><B>transferFileToPrivateFS(File, String, Resources)</B></A> -
Static method in class edu.dhbw.andar.util.<A HREF="../edu/dhbw/andar/util/IO.html" title="class in edu.dhbw.andar.util">IO</A>
<DD>
<DT><A HREF="../edu/dhbw/andar/CameraHolder.html#tryOpen()"><B>tryOpen()</B></A> -
Method in class edu.dhbw.andar.<A HREF="../edu/dhbw/andar/CameraHolder.html" title="class in edu.dhbw.andar">CameraHolder</A>
<DD>Tries to open the hardware camera.
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index-14.html"><B>PREV LETTER</B></A>
<A HREF="index-16.html"><B>NEXT LETTER</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../index.html?index-filesindex-15.html" target="_top"><B>FRAMES</B></A>
<A HREF="index-15.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<A HREF="index-1.html">A</A> <A HREF="index-2.html">C</A> <A HREF="index-3.html">D</A> <A HREF="index-4.html">E</A> <A HREF="index-5.html">G</A> <A HREF="index-6.html">I</A> <A HREF="index-7.html">K</A> <A HREF="index-8.html">L</A> <A HREF="index-9.html">M</A> <A HREF="index-10.html">N</A> <A HREF="index-11.html">O</A> <A HREF="index-12.html">P</A> <A HREF="index-13.html">R</A> <A HREF="index-14.html">S</A> <A HREF="index-15.html">T</A> <A HREF="index-16.html">U</A> <HR>
</BODY>
</HTML>
|
packages/houston/client/third-party/bootstrap.html | Arav-Agarwal/hourglass-AravBranch | <template name="bootstrap">
<style>
@import url("//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css");
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/*!
* Bootswatch v3.1.1
* Homepage: http://bootswatch.com
* Copyright 2012-2014 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 62.5%;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 15px;
line-height: 1.42857143;
color: #2c3e50;
background-color: #ffffff;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #18bc9c;
text-decoration: none;
}
a:hover,
a:focus {
color: #18bc9c;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 6px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #ecf0f1;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 21px;
margin-bottom: 21px;
border: 0;
border-top: 1px solid #ecf0f1;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 400;
line-height: 1.1;
color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #b4bcc2;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
margin-top: 21px;
margin-bottom: 10.5px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
margin-top: 10.5px;
margin-bottom: 10.5px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
font-size: 75%;
}
h1,
.h1 {
font-size: 39px;
}
h2,
.h2 {
font-size: 32px;
}
h3,
.h3 {
font-size: 26px;
}
h4,
.h4 {
font-size: 19px;
}
h5,
.h5 {
font-size: 15px;
}
h6,
.h6 {
font-size: 13px;
}
p {
margin: 0 0 10.5px;
}
.lead {
margin-bottom: 21px;
font-size: 17px;
font-weight: 200;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 22.5px;
}
}
small,
.small {
font-size: 85%;
}
cite {
font-style: normal;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}
.text-muted {
color: #b4bcc2;
}
.text-primary {
color: #2c3e50;
}
a.text-primary:hover {
color: #1a242f;
}
.text-success {
color: #ffffff;
}
a.text-success:hover {
color: #e6e6e6;
}
.text-info {
color: #ffffff;
}
a.text-info:hover {
color: #e6e6e6;
}
.text-warning {
color: #ffffff;
}
a.text-warning:hover {
color: #e6e6e6;
}
.text-danger {
color: #ffffff;
}
a.text-danger:hover {
color: #e6e6e6;
}
.bg-primary {
color: #fff;
background-color: #2c3e50;
}
a.bg-primary:hover {
background-color: #1a242f;
}
.bg-success {
background-color: #18bc9c;
}
a.bg-success:hover {
background-color: #128f76;
}
.bg-info {
background-color: #3498db;
}
a.bg-info:hover {
background-color: #217dbb;
}
.bg-warning {
background-color: #f39c12;
}
a.bg-warning:hover {
background-color: #c87f0a;
}
.bg-danger {
background-color: #e74c3c;
}
a.bg-danger:hover {
background-color: #d62c1a;
}
.page-header {
padding-bottom: 9.5px;
margin: 42px 0 21px;
border-bottom: 1px solid #ecf0f1;
}
ul,
ol {
margin-top: 0;
margin-bottom: 10.5px;
}
ul ul,
ol ul,
ul ol,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 21px;
}
dt,
dd {
line-height: 1.42857143;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #b4bcc2;
}
.initialism {
font-size: 90%;
text-transform: uppercase;
}
blockquote {
padding: 10.5px 21px;
margin: 0 0 21px;
font-size: 18.75px;
border-left: 5px solid #ecf0f1;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.42857143;
color: #b4bcc2;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #ecf0f1;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
content: "";
}
address {
margin-bottom: 21px;
font-style: normal;
line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
white-space: nowrap;
border-radius: 4px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #ffffff;
background-color: #333333;
border-radius: 3px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
display: block;
padding: 10px;
margin: 0 0 10.5px;
font-size: 14px;
line-height: 1.42857143;
word-break: break-all;
word-wrap: break-word;
color: #7b8a8b;
background-color: #ecf0f1;
border: 1px solid #cccccc;
border-radius: 4px;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1170px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: 0%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: 0%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: 0%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: 0%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: 0%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: 0%;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: 0%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: 0%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
}
table {
max-width: 100%;
background-color: transparent;
}
th {
text-align: left;
}
.table {
width: 100%;
margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid #ecf0f1;
}
.table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ecf0f1;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
.table > tbody + tbody {
border-top: 2px solid #ecf0f1;
}
.table .table {
background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ecf0f1;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #ecf0f1;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #ecf0f1;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
background-color: #dde4e6;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #18bc9c;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
background-color: #15a589;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
background-color: #3498db;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
background-color: #258cd1;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #f39c12;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
background-color: #e08e0b;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #e74c3c;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
background-color: #e43725;
}
@media (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 15.75px;
overflow-y: hidden;
overflow-x: scroll;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ecf0f1;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 21px;
font-size: 22.5px;
line-height: inherit;
color: #2c3e50;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
/* IE8-9 */
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 11px;
font-size: 15px;
line-height: 1.42857143;
color: #2c3e50;
}
.form-control {
display: block;
width: 100%;
height: 43px;
padding: 10px 15px;
font-size: 15px;
line-height: 1.42857143;
color: #2c3e50;
background-color: #ffffff;
background-image: none;
border: 1px solid #dce4ec;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #1abc9c;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(26, 188, 156, 0.6);
}
.form-control::-moz-placeholder {
color: #acb6c0;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #acb6c0;
}
.form-control::-webkit-input-placeholder {
color: #acb6c0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #ecf0f1;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"] {
line-height: 43px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
display: block;
min-height: 21px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 20px;
}
.radio label,
.checkbox label {
display: inline;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
float: left;
margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
cursor: not-allowed;
}
.input-sm {
height: 33px;
padding: 6px 9px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
select.input-sm {
height: 33px;
line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
height: auto;
}
.input-lg {
height: 64px;
padding: 18px 27px;
font-size: 19px;
line-height: 1.33;
border-radius: 6px;
}
select.input-lg {
height: 64px;
line-height: 64px;
}
textarea.input-lg,
select[multiple].input-lg {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 53.75px;
}
.has-feedback .form-control-feedback {
position: absolute;
top: 26px;
right: 0;
display: block;
width: 43px;
height: 43px;
line-height: 43px;
text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #ffffff;
}
.has-success .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #18bc9c;
}
.has-success .form-control-feedback {
color: #ffffff;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #ffffff;
}
.has-warning .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #f39c12;
}
.has-warning .form-control-feedback {
color: #ffffff;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #ffffff;
}
.has-error .form-control {
border-color: #ffffff;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
border-color: #e6e6e6;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
color: #ffffff;
border-color: #ffffff;
background-color: #e74c3c;
}
.has-error .form-control-feedback {
color: #ffffff;
}
.form-control-static {
margin-bottom: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #597ea2;
}
@media (min-width: 768px) {
.form-inline .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group > .form-control {
width: 100%;
}
.form-inline .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio,
.form-inline .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 11px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 32px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-control-static {
padding-top: 11px;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: normal;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 10px 15px;
font-size: 15px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus {
color: #ffffff;
text-decoration: none;
}
.btn:active,
.btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #ffffff;
background-color: #95a5a6;
border-color: #95a5a6;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
color: #ffffff;
background-color: #7f9293;
border-color: #74898a;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
background-color: #95a5a6;
border-color: #95a5a6;
}
.btn-default .badge {
color: #95a5a6;
background-color: #ffffff;
}
.btn-primary {
color: #ffffff;
background-color: #2c3e50;
border-color: #2c3e50;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
color: #ffffff;
background-color: #1e2a36;
border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
background-color: #2c3e50;
border-color: #2c3e50;
}
.btn-primary .badge {
color: #2c3e50;
background-color: #ffffff;
}
.btn-success {
color: #ffffff;
background-color: #18bc9c;
border-color: #18bc9c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
color: #ffffff;
background-color: #13987e;
border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
background-color: #18bc9c;
border-color: #18bc9c;
}
.btn-success .badge {
color: #18bc9c;
background-color: #ffffff;
}
.btn-info {
color: #ffffff;
background-color: #3498db;
border-color: #3498db;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
color: #ffffff;
background-color: #2383c4;
border-color: #2077b2;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
background-color: #3498db;
border-color: #3498db;
}
.btn-info .badge {
color: #3498db;
background-color: #ffffff;
}
.btn-warning {
color: #ffffff;
background-color: #f39c12;
border-color: #f39c12;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
color: #ffffff;
background-color: #d2850b;
border-color: #be780a;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
background-color: #f39c12;
border-color: #f39c12;
}
.btn-warning .badge {
color: #f39c12;
background-color: #ffffff;
}
.btn-danger {
color: #ffffff;
background-color: #e74c3c;
border-color: #e74c3c;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
color: #ffffff;
background-color: #df2e1b;
border-color: #cd2a19;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
background-color: #e74c3c;
border-color: #e74c3c;
}
.btn-danger .badge {
color: #e74c3c;
background-color: #ffffff;
}
.btn-link {
color: #18bc9c;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
color: #18bc9c;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
color: #b4bcc2;
text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
padding: 18px 27px;
font-size: 19px;
line-height: 1.33;
border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
padding: 6px 9px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
padding: 1px 5px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
.btn-block {
display: block;
width: 100%;
padding-left: 0;
padding-right: 0;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 15px;
background-color: #ffffff;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
color: #7b8a8b;
white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
text-decoration: none;
color: #ffffff;
background-color: #2c3e50;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
outline: 0;
background-color: #2c3e50;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
color: #b4bcc2;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 13px;
line-height: 1.42857143;
color: #b4bcc2;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
left: auto;
right: 0;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 4px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
display: none;
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 64px;
padding: 18px 27px;
font-size: 19px;
line-height: 1.33;
border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
height: 64px;
line-height: 64px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 33px;
padding: 6px 9px;
font-size: 13px;
line-height: 1.5;
border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
height: 33px;
line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 10px 15px;
font-size: 15px;
font-weight: normal;
line-height: 1;
color: #2c3e50;
text-align: center;
background-color: #ecf0f1;
border: 1px solid #dce4ec;
border-radius: 4px;
}
.input-group-addon.input-sm {
padding: 6px 9px;
font-size: 13px;
border-radius: 3px;
}
.input-group-addon.input-lg {
padding: 18px 27px;
font-size: 19px;
border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
text-decoration: none;
background-color: #ecf0f1;
}
.nav > li.disabled > a {
color: #b4bcc2;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
color: #b4bcc2;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
background-color: #ecf0f1;
border-color: #18bc9c;
}
.nav .nav-divider {
height: 1px;
margin: 9.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ecf0f1;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.42857143;
border: 1px solid transparent;
border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #ecf0f1 #ecf0f1 #ecf0f1;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
color: #2c3e50;
background-color: #ffffff;
border: 1px solid #ecf0f1;
border-bottom-color: transparent;
cursor: default;
}
.nav-tabs.nav-justified {
width: 100%;
border-bottom: 0;
}
.nav-tabs.nav-justified > li {
float: none;
}
.nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ecf0f1;
border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 4px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
color: #ffffff;
background-color: #2c3e50;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified {
width: 100%;
}
.nav-justified > li {
float: none;
}
.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a {
margin-right: 0;
border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border: 1px solid #ecf0f1;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
border-bottom: 1px solid #ecf0f1;
border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
border-bottom-color: #ffffff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 60px;
margin-bottom: 21px;
border: 1px solid transparent;
}
@media (min-width: 768px) {
.navbar {
border-radius: 4px;
}
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
max-height: 340px;
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 19.5px 15px;
font-size: 19px;
line-height: 21px;
height: 60px;
}
.navbar-brand:hover,
.navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 13px;
margin-bottom: 13px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.navbar-toggle:focus {
outline: none;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 9.75px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 21px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 21px;
}
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 19.5px;
padding-bottom: 19.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 8.5px;
margin-bottom: 8.5px;
}
@media (min-width: 768px) {
.navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.navbar-form .input-group > .form-control {
width: 100%;
}
.navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.navbar-form .radio,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
padding-left: 0;
vertical-align: middle;
}
.navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
float: none;
margin-left: 0;
}
.navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
margin-top: 13.5px;
margin-bottom: 13.5px;
}
.navbar-btn.btn-xs {
margin-top: 19px;
margin-bottom: 19px;
}
.navbar-text {
margin-top: 19.5px;
margin-bottom: 19.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #2c3e50;
border-color: #202d3b;
}
.navbar-default .navbar-brand {
color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #18bc9c;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777777;
}
.navbar-default .navbar-nav > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #18bc9c;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #1a242f;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #1a242f;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
background-color: #1a242f;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #202d3b;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
background-color: #1a242f;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #18bc9c;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #1a242f;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #ffffff;
}
.navbar-default .navbar-link:hover {
color: #18bc9c;
}
.navbar-inverse {
background-color: #18bc9c;
border-color: #128f76;
}
.navbar-inverse .navbar-brand {
color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #2c3e50;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
color: #2c3e50;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
color: #ffffff;
background-color: #15a589;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #128f76;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
background-color: #128f76;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #149c82;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: #15a589;
color: #ffffff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #128f76;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #128f76;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #ffffff;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #2c3e50;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #ffffff;
background-color: #15a589;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #cccccc;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
color: #2c3e50;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 21px;
list-style: none;
background-color: #ecf0f1;
border-radius: 4px;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: "/\00a0";
padding: 0 5px;
color: #cccccc;
}
.breadcrumb > .active {
color: #95a5a6;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 21px 0;
border-radius: 4px;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 10px 15px;
line-height: 1.42857143;
text-decoration: none;
color: #ffffff;
background-color: #18bc9c;
border: 1px solid transparent;
margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
color: #ffffff;
background-color: #0f7864;
border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
z-index: 2;
color: #ffffff;
background-color: #0f7864;
border-color: transparent;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #ecf0f1;
background-color: #3be6c4;
border-color: transparent;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 18px 27px;
font-size: 19px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 6px;
border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 6px;
border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 6px 9px;
font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 3px;
border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 3px;
border-top-right-radius: 3px;
}
.pager {
padding-left: 0;
margin: 21px 0;
list-style: none;
text-align: center;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #18bc9c;
border: 1px solid transparent;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #0f7864;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #ffffff;
background-color: #18bc9c;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #ffffff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
.label-default {
background-color: #95a5a6;
}
.label-default[href]:hover,
.label-default[href]:focus {
background-color: #798d8f;
}
.label-primary {
background-color: #2c3e50;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
background-color: #1a242f;
}
.label-success {
background-color: #18bc9c;
}
.label-success[href]:hover,
.label-success[href]:focus {
background-color: #128f76;
}
.label-info {
background-color: #3498db;
}
.label-info[href]:hover,
.label-info[href]:focus {
background-color: #217dbb;
}
.label-warning {
background-color: #f39c12;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
background-color: #c87f0a;
}
.label-danger {
background-color: #e74c3c;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
background-color: #d62c1a;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 13px;
font-weight: bold;
color: #ffffff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #95a5a6;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge {
top: 0;
padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
color: #18bc9c;
background-color: #ffffff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #ecf0f1;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 23px;
font-weight: 200;
}
.container .jumbotron {
border-radius: 6px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 67.5px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 21px;
line-height: 1.42857143;
background-color: #ffffff;
border: 1px solid #ecf0f1;
border-radius: 4px;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
margin-left: auto;
margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #18bc9c;
}
.thumbnail .caption {
padding: 9px;
color: #2c3e50;
}
.alert {
padding: 15px;
margin-bottom: 21px;
border: 1px solid transparent;
border-radius: 4px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable {
padding-right: 35px;
}
.alert-dismissable .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #18bc9c;
border-color: #18bc9c;
color: #ffffff;
}
.alert-success hr {
border-top-color: #15a589;
}
.alert-success .alert-link {
color: #e6e6e6;
}
.alert-info {
background-color: #3498db;
border-color: #3498db;
color: #ffffff;
}
.alert-info hr {
border-top-color: #258cd1;
}
.alert-info .alert-link {
color: #e6e6e6;
}
.alert-warning {
background-color: #f39c12;
border-color: #f39c12;
color: #ffffff;
}
.alert-warning hr {
border-top-color: #e08e0b;
}
.alert-warning .alert-link {
color: #e6e6e6;
}
.alert-danger {
background-color: #e74c3c;
border-color: #e74c3c;
color: #ffffff;
}
.alert-danger hr {
border-top-color: #e43725;
}
.alert-danger .alert-link {
color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 21px;
margin-bottom: 21px;
background-color: #ecf0f1;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 13px;
line-height: 21px;
color: #ffffff;
text-align: center;
background-color: #2c3e50;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar {
-webkit-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
background-color: #18bc9c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #3498db;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f39c12;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #e74c3c;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
overflow: hidden;
zoom: 1;
}
.media,
.media .media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-object {
display: block;
}
.media-heading {
margin: 0 0 5px;
}
.media > .pull-left {
margin-right: 10px;
}
.media > .pull-right {
margin-left: 10px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #ffffff;
border: 1px solid #ecf0f1;
}
.list-group-item:first-child {
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555555;
}
a.list-group-item .list-group-item-heading {
color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
text-decoration: none;
background-color: #ecf0f1;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
z-index: 2;
color: #ffffff;
background-color: #2c3e50;
border-color: #2c3e50;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
color: #8aa4be;
}
.list-group-item-success {
color: #ffffff;
background-color: #18bc9c;
}
a.list-group-item-success {
color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
color: #ffffff;
background-color: #15a589;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
.list-group-item-info {
color: #ffffff;
background-color: #3498db;
}
a.list-group-item-info {
color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
color: #ffffff;
background-color: #258cd1;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
.list-group-item-warning {
color: #ffffff;
background-color: #f39c12;
}
a.list-group-item-warning {
color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
color: #ffffff;
background-color: #e08e0b;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
.list-group-item-danger {
color: #ffffff;
background-color: #e74c3c;
}
a.list-group-item-danger {
color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
color: #ffffff;
background-color: #e43725;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
color: #fff;
background-color: #ffffff;
border-color: #ffffff;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 21px;
background-color: #ffffff;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
padding: 15px;
}
.panel-heading {
padding: 10px 15px;
border-bottom: 1px solid transparent;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 17px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 10px 15px;
background-color: #ecf0f1;
border-top: 1px solid #ecf0f1;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 3px;
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ecf0f1;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 21px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 4px;
overflow: hidden;
}
.panel-group .panel + .panel {
margin-top: 5px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
border-top: 1px solid #ecf0f1;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ecf0f1;
}
.panel-default {
border-color: #ecf0f1;
}
.panel-default > .panel-heading {
color: #2c3e50;
background-color: #ecf0f1;
border-color: #ecf0f1;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
border-top-color: #ecf0f1;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #ecf0f1;
}
.panel-primary {
border-color: #2c3e50;
}
.panel-primary > .panel-heading {
color: #ffffff;
background-color: #2c3e50;
border-color: #2c3e50;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
border-top-color: #2c3e50;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #2c3e50;
}
.panel-success {
border-color: #18bc9c;
}
.panel-success > .panel-heading {
color: #ffffff;
background-color: #18bc9c;
border-color: #18bc9c;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
border-top-color: #18bc9c;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #18bc9c;
}
.panel-info {
border-color: #3498db;
}
.panel-info > .panel-heading {
color: #ffffff;
background-color: #3498db;
border-color: #3498db;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
border-top-color: #3498db;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #3498db;
}
.panel-warning {
border-color: #f39c12;
}
.panel-warning > .panel-heading {
color: #ffffff;
background-color: #f39c12;
border-color: #f39c12;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
border-top-color: #f39c12;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #f39c12;
}
.panel-danger {
border-color: #e74c3c;
}
.panel-danger > .panel-heading {
color: #ffffff;
background-color: #e74c3c;
border-color: #e74c3c;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
border-top-color: #e74c3c;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
border-bottom-color: #e74c3c;
}
.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #ecf0f1;
border: 1px solid transparent;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 6px;
}
.well-sm {
padding: 9px;
border-radius: 3px;
}
.close {
float: right;
font-size: 22.5px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: auto;
overflow-y: scroll;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate(0, -25%);
-ms-transform: translate(0, -25%);
transform: translate(0, -25%);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #ffffff;
border: 1px solid #999999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: none;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.42857143px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.42857143;
}
.modal-body {
position: relative;
padding: 20px;
}
.modal-footer {
margin-top: 15px;
padding: 19px 20px 20px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1030;
display: block;
visibility: visible;
font-size: 13px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #ffffff;
text-align: center;
text-decoration: none;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 4px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: rgba(0, 0, 0, 0.9);
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: rgba(0, 0, 0, 0.9);
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: rgba(0, 0, 0, 0.9);
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1010;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #cccccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 15px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #ffffff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #ffffff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #ffffff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #ffffff;
bottom: -10px;
}
.carousel {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
left: auto;
right: 0;
background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
outline: none;
color: #ffffff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
margin-left: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-indicators {
position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 1px;
text-indent: -999px;
border: 1px solid #ffffff;
border-radius: 10px;
cursor: pointer;
background-color: #000 \9;
background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
margin: 0;
width: 12px;
height: 12px;
background-color: #ffffff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
margin-left: -15px;
font-size: 30px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
.carousel-indicators {
bottom: 20px;
}
}
@-ms-viewport {
width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}
.btn:active {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: none;
box-shadow: none;
}
.text-primary,
.text-primary:hover {
color: #2c3e50;
}
.text-success,
.text-success:hover {
color: #18bc9c;
}
.text-danger,
.text-danger:hover {
color: #e74c3c;
}
.text-warning,
.text-warning:hover {
color: #f39c12;
}
.text-info,
.text-info:hover {
color: #3498db;
}
table a,
.table a {
text-decoration: underline;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ecf0f1;
}
.form-control,
textarea.form-control,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
border-width: 2px;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control:focus,
textarea.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label {
color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
.has-error .help-block,
.has-error .control-label {
color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
.has-success .help-block,
.has-success .control-label {
color: #18bc9c;
}
.has-success .form-control,
.has-success .form-control:focus {
border: 2px solid #18bc9c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: transparent;
}
.pager a,
.pager a:hover {
color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
background-color: #3be6c4;
}
.alert a,
.alert .alert-link {
color: #fff;
text-decoration: underline;
}
.progress {
height: 10px;
-webkit-box-shadow: none;
box-shadow: none;
}
.well {
-webkit-box-shadow: none;
box-shadow: none;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
}
</style>
</template>
|
extensions/amp-lightbox-gallery/0.1/amp-lightbox-gallery.css | luciancrasovan/amphtml | /**
* Copyright 2016 The AMP HTML Authors. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS-IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
amp-lightbox-gallery .amp-carousel-button {
display: none;
}
.i-amphtml-lbg-icon {
width: 100% !important;
height: 100% !important;
display: block !important;
background-repeat: no-repeat !important;
background-position: center center !important;
}
.i-amphtml-lbg-button-close {
top: 0 !important;
right: 0 !important;
}
.i-amphtml-lbg-button-close .i-amphtml-lbg-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="close" fill="#fff" fill-rule="nonzero"><path d="M18.295,5.705 L18.295,5.705 C17.9056393,5.31563925 17.2743607,5.31563925 16.885,5.705 L12,10.59 L7.115,5.705 C6.72563925,5.31563925 6.09436075,5.31563925 5.705,5.705 L5.705,5.705 C5.31563925,6.09436075 5.31563925,6.72563925 5.705,7.115 L10.59,12 L5.705,16.885 C5.31563925,17.2743607 5.31563925,17.9056393 5.705,18.295 L5.705,18.295 C6.09436075,18.6843607 6.72563925,18.6843607 7.115,18.295 L12,13.41 L16.885,18.295 C17.2743607,18.6843607 17.9056393,18.6843607 18.295,18.295 L18.295,18.295 C18.6843607,17.9056393 18.6843607,17.2743607 18.295,16.885 L13.41,12 L18.295,7.115 C18.6843607,6.72563925 18.6843607,6.09436075 18.295,5.705 Z" id="Shape"></path></g></g></svg>');
}
.i-amphtml-lbg-button-gallery {
top: 0 !important;
left: 0 !important;
}
.i-amphtml-lbg-button-gallery .i-amphtml-lbg-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="grid" fill="#fff"><path d="M4,3 L8,3 C8.55228475,3 9,3.44771525 9,4 L9,10 C9,10.5522847 8.55228475,11 8,11 L4,11 C3.44771525,11 3,10.5522847 3,10 L3,4 C3,3.44771525 3.44771525,3 4,3 Z M12,3 L20,3 C20.5522847,3 21,3.44771525 21,4 L21,10 C21,10.5522847 20.5522847,11 20,11 L12,11 C11.4477153,11 11,10.5522847 11,10 L11,4 C11,3.44771525 11.4477153,3 12,3 Z M4,13 L12,13 C12.5522847,13 13,13.4477153 13,14 L13,20 C13,20.5522847 12.5522847,21 12,21 L4,21 C3.44771525,21 3,20.5522847 3,20 L3,14 C3,13.4477153 3.44771525,13 4,13 Z M16,13 L20,13 C20.5522847,13 21,13.4477153 21,14 L21,20 C21,20.5522847 20.5522847,21 20,21 L16,21 C15.4477153,21 15,20.5522847 15,20 L15,14 C15,13.4477153 15.4477153,13 16,13 Z" id="Combined-Shape"></path></g></g></svg>');
}
.i-amphtml-lbg-button-slide {
top: 0 !important;
left: 0 !important;
display: none;
}
.i-amphtml-lbg-button-slide .i-amphtml-lbg-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="image" fill="#fff"><path d="M5,3 L19,3 C20.1045695,3 21,3.8954305 21,5 L21,19 C21,20.1045695 20.1045695,21 19,21 L5,21 C3.8954305,21 3,20.1045695 3,19 L3,5 C3,3.8954305 3.8954305,3 5,3 Z M19,15 L19,5 L5,5 L5,13.0000896 L8,10.0003584 L13,15 L16,12 L19,15 Z M15.5,10 C14.6715729,10 14,9.32842712 14,8.5 C14,7.67157288 14.6715729,7 15.5,7 C16.3284271,7 17,7.67157288 17,8.5 C17,9.32842712 16.3284271,10 15.5,10 Z" id="Combined-Shape"></path></g></g></svg>');
}
.i-amphtml-lbg-button.i-amphtml-lbg-button-next,
.i-amphtml-lbg-button.i-amphtml-lbg-button-prev {
top: 0 !important;
bottom: 0 !important;
margin: auto !important;
filter: drop-shadow(0 0 1px black) !important;
width: 40px;
height: 40px;
padding: 20px;
}
.i-amphtml-lbg-button-next {
right: 0 !important;
}
.i-amphtml-lbg-button-next .i-amphtml-lbg-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><defs></defs><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="arrow_right_03" fill="#ffffff"><path d="M7.75,9.75 L7.75,15.25 C7.75,15.8022847 7.30228475,16.25 6.75,16.25 C6.19771525,16.25 5.75,15.8022847 5.75,15.25 L5.75,8.75 C5.75,8.19771525 6.19771525,7.75 6.75,7.75 L13.25,7.75 C13.8022847,7.75 14.25,8.19771525 14.25,8.75 C14.25,9.30228475 13.8022847,9.75 13.25,9.75 L7.75,9.75 Z" id="Combined-Shape" transform="translate(10.000000, 12.000000) rotate(-225.000000) translate(-10.000000, -12.000000) "></path></g></g></svg>');
}
.i-amphtml-lbg-button-prev {
left: 0 !important;
}
.i-amphtml-lbg-button-prev .i-amphtml-lbg-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g id="arrow_left_03" fill="#ffffff"><path d="M11.7604076,9.75 L11.7604076,15.25 C11.7604076,15.8022847 11.3126924,16.25 10.7604076,16.25 C10.2081229,16.25 9.76040764,15.8022847 9.76040764,15.25 L9.76040764,8.75 C9.76040764,8.19771525 10.2081229,7.75 10.7604076,7.75 L17.2604076,7.75 C17.8126924,7.75 18.2604076,8.19771525 18.2604076,8.75 C18.2604076,9.30228475 17.8126924,9.75 17.2604076,9.75 L11.7604076,9.75 Z" id="Combined-Shape" transform="translate(14.010408, 12.000000) rotate(-45.000000) translate(-14.010408, -12.000000) "></path></g></g></svg>');
}
.i-amphtml-lbg-button {
position: absolute !important;
cursor: pointer !important;
width: 24px;
height: 24px;
padding: 16px;
box-sizing: content-box;
}
.i-amphtml-lbg {
position: fixed !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
z-index: 2147483642;
}
.i-amphtml-lbg-mask,
.i-amphtml-lbg-gallery {
background-color: rgba(0,0,0, 1) !important;
position: absolute !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
}
.i-amphtml-lbg-gallery {
display: none;
top: 56px !important; /* Matches height of top-bar */
overflow: auto !important;
}
@media (min-width: 1024px) {
.i-amphtml-lbg-gallery {
top: 80px !important; /* Matches height of top-bar */
}
}
.i-amphtml-lbg-top-bar {
position: absolute !important;
left: 0 !important;
right: 0 !important;
top: 0 !important;
height: 56px !important; /* Matches top of gallery */
z-index: 1 !important;
background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0));
}
@media (min-width: 1024px) {
.i-amphtml-lbg-top-bar {
height: 80px !important; /* Matches top of gallery */
}
}
.i-amphtml-lbg-controls.i-amphtml-lbg-single .i-amphtml-lbg-button-prev,
.i-amphtml-lbg-controls.i-amphtml-lbg-single .i-amphtml-lbg-button-next,
.i-amphtml-lbg-controls.i-amphtml-lbg-single .i-amphtml-lbg-button-gallery {
display: none;
}
.i-amphtml-lbg-controls.i-amphtml-lbg-hidden {
opacity: 0;
visibility: hidden;
}
.i-amphtml-lbg-controls.i-amphtml-lbg-fade-in {
animation: fadeIn ease-in 0.4s 1 forwards;
}
.i-amphtml-lbg-controls.i-amphtml-lbg-fade-out
{
animation: fadeOut linear 0.4s 1 forwards;
}
.i-amphtml-lbg-desc-box {
position: absolute !important;
left: 0 !important;
right: 0 !important;
bottom: 0 !important;
color: #ffffff;
}
.i-amphtml-lbg-desc-box.i-amphtml-lbg-standard {
background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.5));
max-height: 6rem !important;
transition: max-height ease-out 0.3s !important;
overflow: hidden !important;
}
.i-amphtml-lbg-desc-box.i-amphtml-lbg-overflow {
overflow-y: auto !important;
-webkit-overflow-scrolling: touch !important;
max-height: 100% !important;
transition: max-height ease-out 0.7s !important;
}
.i-amphtml-lbg-desc-mask {
width: 100% !important;
position: fixed !important;
bottom: 0 !important;
}
.i-amphtml-lbg-desc-text {
padding: 20px !important;
position: relative !important;
}
.i-amphtml-lbg-desc-box.i-amphtml-lbg-overflow .i-amphtml-lbg-desc-text {
padding-top: 40px !important;
}
.i-amphtml-lbg-desc-box.i-amphtml-lbg-standard .i-amphtml-lbg-desc-mask {
z-index: 1 !important;
height: 1rem !important;
background: linear-gradient(transparent, rgba(0,0,0,0.9));
transition: background-color ease-out 0.5s !important;
}
.i-amphtml-lbg-desc-box.i-amphtml-lbg-overflow .i-amphtml-lbg-desc-mask {
background-color: rgba(0,0,0,0.4) !important;
top: 0 !important;
z-index: 0 !important;
transition: background-color ease-in 0.4s !important;
}
.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-gallery {
display: grid !important;
justify-content: center !important;
grid-gap: 5px !important;
grid-template-columns: repeat(3, 1fr);
grid-auto-rows: min-content !important;
padding: 5px;
}
@media (min-width: 1024px) {
.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-gallery {
grid-template-columns: repeat(4, calc(1024px/4 - 5px * 5 / 4));
}
}
.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-gallery.i-amphtml-lbg-gallery-hidden {
display: none !important;
}
.i-amphtml-lbg-gallery-thumbnail {
position: relative !important;
padding-top: 100% !important;
}
.i-amphtml-lbg-gallery-thumbnail-img {
width: 100% !important;
height: 100% !important;
position: absolute !important;
top: 0 !important;
object-fit: cover !important;
cursor: pointer !important;
}
.i-amphtml-lbg-thumbnail-timestamp-container {
background-color: #292D33;
color: #ffffff;
position: absolute;
bottom: 10px;
left: 10px;
height: 20px;
border-radius: 2px;
opacity: 0.8;
width: 20px;
}
.i-amphtml-lbg-thumbnail-timestamp-container.i-amphtml-lbg-has-timestamp {
font-size: 12px;
padding: 0 5px 0 18px;
line-height: 1.3rem;
width: auto;
}
.i-amphtml-lbg-thumbnail-play-icon {
background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="#ffffff"><path d="M8 5v14l11-7z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
height: 16px;
width: 16px;
position: absolute;
left: 2px;
bottom: 2px;
}
@media (min-width: 1024px) {
.i-amphtml-lbg-button {
width: 40px;
height: 40px;
padding: 20px;
}
}
.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-button-gallery {
display: none;
}
.i-amphtml-lbg[gallery-view] .i-amphtml-lbg-button-slide {
display: block;
}
.i-amphtml-lightbox-gallery-trans {
pointer-events: none !important;
position: fixed !important;
z-index: 1001 !important;
top: 0 !important;
left: 0 !important;
bottom: 0 !important;
right: 0 !important;
}
/*
* This is necessary to fix responsive styling for video and ad
* elements inside the lightbox. More investigation is necessary
* to see if this should be more globally applied to carousel.
* TODO(#13677): set i-amphtml-slide-item to height: auto.
*/
amp-lightbox-gallery .i-amphtml-slide-item > * {
height: auto;
}
@keyframes fadeIn {
from { opacity: 0; }
to {
opacity: 1;
visibility: visible;
}
}
@keyframes fadeOut {
from { opacity: 1; }
to {
opacity: 0;
visibility: hidden;
}
}
@keyframes slideUp {
from { max-height: 6rem; }
to {
max-height: 100%;
}
}
|
source/api/apidocs-4.7/user/createIpForwardingRule.html | pdion891/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.7.0 User API Reference
</span>
<p></p>
<h1>createIpForwardingRule</h1>
<p>Creates an IP forwarding rule</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_User.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>ipaddressid</strong></td><td style="width:500px;"><strong>the public IP address ID of the forwarding rule, already associated via associateIp</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>protocol</strong></td><td style="width:500px;"><strong>the protocol for the rule. Valid values are TCP or UDP.</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><strong>startport</strong></td><td style="width:500px;"><strong>the start port for the rule</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
<tr>
<td style="width:200px;"><i>cidrlist</i></td><td style="width:500px;"><i>the CIDR list to forward traffic from</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>endport</i></td><td style="width:500px;"><i>the end port for the rule</i></td><td style="width:180px;"><i>false</i></td>
</tr>
<tr>
<td style="width:200px;"><i>openfirewall</i></td><td style="width:500px;"><i>if true, firewall rule for source/end public port is automatically created; if false - firewall rule has to be created explicitly. Has value true by default</i></td><td style="width:180px;"><i>false</i></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;">the ID of the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>cidrlist</strong></td><td style="width:500px;">the cidr list to forward traffic from</td>
</tr>
<tr>
<td style="width:200px;"><strong>fordisplay</strong></td><td style="width:500px;">is firewall for display to the regular user</td>
</tr>
<tr>
<td style="width:200px;"><strong>ipaddress</strong></td><td style="width:500px;">the public ip address for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>ipaddressid</strong></td><td style="width:500px;">the public ip address id for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>networkid</strong></td><td style="width:500px;">the id of the guest network the port forwarding rule belongs to</td>
</tr>
<tr>
<td style="width:200px;"><strong>privateendport</strong></td><td style="width:500px;">the ending port of port forwarding rule's private port range</td>
</tr>
<tr>
<td style="width:200px;"><strong>privateport</strong></td><td style="width:500px;">the starting port of port forwarding rule's private port range</td>
</tr>
<tr>
<td style="width:200px;"><strong>protocol</strong></td><td style="width:500px;">the protocol of the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicendport</strong></td><td style="width:500px;">the ending port of port forwarding rule's private port range</td>
</tr>
<tr>
<td style="width:200px;"><strong>publicport</strong></td><td style="width:500px;">the starting port of port forwarding rule's public port range</td>
</tr>
<tr>
<td style="width:200px;"><strong>state</strong></td><td style="width:500px;">the state of the rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachinedisplayname</strong></td><td style="width:500px;">the VM display name for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachineid</strong></td><td style="width:500px;">the VM ID for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>virtualmachinename</strong></td><td style="width:500px;">the VM name for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>vmguestip</strong></td><td style="width:500px;">the vm ip address for the port forwarding rule</td>
</tr>
<tr>
<td style="width:200px;"><strong>tags(*)</strong></td><td style="width:500px;">the list of resource tags associated with the rule</td>
<tr>
<td style="width:180px; padding-left:25px;"><strong>account</strong></td><td style="width:500px;">the account associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>customer</strong></td><td style="width:500px;">customer associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domain</strong></td><td style="width:500px;">the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>domainid</strong></td><td style="width:500px;">the ID of the domain associated with the tag</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>key</strong></td><td style="width:500px;">tag key name</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>project</strong></td><td style="width:500px;">the project name where tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>projectid</strong></td><td style="width:500px;">the project id the tag belongs to</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourceid</strong></td><td style="width:500px;">id of the resource</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>resourcetype</strong></td><td style="width:500px;">resource type</td>
</tr>
<tr>
<td style="width:180px; padding-left:25px;"><strong>value</strong></td><td style="width:500px;">tag value</td>
</tr>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="footer_mainmaster">
<p>Copyright © 2015 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
src/main/webapp/static/css/style.css | holmesycl/fms | * {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -155px;
}
.footer, .push {
height: 155px;
}
table.gridtable {
font-family: verdana, arial, sans-serif;
font-size: 11px;
color: #333333;
border-width: 1px;
border-color: #666666;
border-collapse: collapse;
margin: 5px auto;
}
table.gridtable th {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #dedede;
}
table.gridtable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #666666;
background-color: #ffffff;
}
.middle {
text-align: center;
margin: 0 auto;
width: 800px;
height: auto;
}
.info {
font-size: 12px;
text-align: center;
line-height: 20px;
padding: 40px;
}
.info a {
margin: 0 10px;
text-decoration: none;
color: green;
}
|
hadoop/docs/api/org/apache/hadoop/io/serializer/Serializer.html | determinedcheetahs/cheetah_juniper | <!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_31) on Mon Jul 22 15:25:16 PDT 2013 -->
<TITLE>
Serializer (Hadoop 1.2.1 API)
</TITLE>
<META NAME="date" CONTENT="2013-07-22">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Serializer (Hadoop 1.2.1 API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Serializer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/hadoop/io/serializer/SerializationFactory.html" title="class in org.apache.hadoop.io.serializer"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/hadoop/io/serializer/WritableSerialization.html" title="class in org.apache.hadoop.io.serializer"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/io/serializer/Serializer.html" target="_top"><B>FRAMES</B></A>
<A HREF="Serializer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <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">
org.apache.hadoop.io.serializer</FONT>
<BR>
Interface Serializer<T></H2>
<DL>
<DT><DT><B>Type Parameters:</B><DD><CODE>T</CODE> - </DL>
<HR>
<DL>
<DT><PRE>public interface <B>Serializer<T></B></DL>
</PRE>
<P>
<p>
Provides a facility for serializing objects of type <T> to an
<A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A>.
</p>
<p>
Serializers are stateful, but must not buffer the output since
other producers may write to the output between calls to
<A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html#serialize(T)"><CODE>serialize(Object)</CODE></A>.
</p>
<P>
<P>
<HR>
<P>
<!-- ========== 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> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html#close()">close</A></B>()</CODE>
<BR>
Close the underlying output stream and clear up any resources.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html#open(java.io.OutputStream)">open</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A> out)</CODE>
<BR>
Prepare the serializer for writing.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html#serialize(T)">serialize</A></B>(<A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html" title="type parameter in Serializer">T</A> t)</CODE>
<BR>
Serialize <code>t</code> to the underlying output stream.</TD>
</TR>
</TABLE>
<P>
<!-- ============ 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="open(java.io.OutputStream)"><!-- --></A><H3>
open</H3>
<PRE>
void <B>open</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</A> out)
throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><p>Prepare the serializer for writing.</p>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="serialize(java.lang.Object)"><!-- --></A><A NAME="serialize(T)"><!-- --></A><H3>
serialize</H3>
<PRE>
void <B>serialize</B>(<A HREF="../../../../../org/apache/hadoop/io/serializer/Serializer.html" title="type parameter in Serializer">T</A> t)
throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><p>Serialize <code>t</code> to the underlying output stream.</p>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<HR>
<A NAME="close()"><!-- --></A><H3>
close</H3>
<PRE>
void <B>close</B>()
throws <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></PRE>
<DL>
<DD><p>Close the underlying output stream and clear up any resources.</p>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</A></CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Serializer.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../org/apache/hadoop/io/serializer/SerializationFactory.html" title="class in org.apache.hadoop.io.serializer"><B>PREV CLASS</B></A>
<A HREF="../../../../../org/apache/hadoop/io/serializer/WritableSerialization.html" title="class in org.apache.hadoop.io.serializer"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/io/serializer/Serializer.html" target="_top"><B>FRAMES</B></A>
<A HREF="Serializer.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
perun-web-gui/src/main/webapp/PasswordReset.html | jirmauritz/perun | <!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype may lead to some -->
<!-- differences in layout. -->
<html xmlns="http://www.w3.org/1999/html">
<head>
<!-- Charset -->
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- No cache -->
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<!-- Default GWT locale -->
<meta name="gwt:property" content="locale=en">
<!-- FavIcons -->
<link rel="icon" href="img/perun.ico" type="image/x-icon">
<link rel="shortcut icon" href="img/perun.ico" type="image/x-icon">
<!-- Styles -->
<link type="text/css" rel="stylesheet" href="./PerunWeb.css">
<!-- Title -->
<title>Password Reset</title>
<!-- RPC definition -->
<script type="text/javascript" language="javascript" >
RPC_SERVER = window.location.pathname.split("/")[1];
</script>
<!-- jQuery -->
<script type="text/javascript" language="javascript" src="./js/jquery-1.7.1.min.js"></script>
<!-- Set language -->
<script type="text/javascript" language="javascript" >
// get URL param function
function getURLParameter(name) {
return decodeURI(
(RegExp(name + '=' + '(.+?)(&|$)').exec(location.search)||[,'default'])[1]
);
}
var l_lang;
l_lang = getURLParameter('locale');
// if no locale set in URL
if (l_lang == 'default') {
if (typeof(Storage) != "undefined") {
l_lang = localStorage.getItem("urn:perun:gui:preferences:language")
}
// if not set, set from browser settings
if (l_lang == null) {
if (navigator.userLanguage) // Explorer
l_lang = navigator.userLanguage;
else if (navigator.language) // FF
l_lang = navigator.language;
else
l_lang = "en";
}
}
$("meta[name='gwt:property']").attr('content', 'locale='+l_lang);
// Skip on Chrome 1+, Firefox 3.5+, IE 8+, Opera 15+, Safari 3.2
if (document.all && !document.querySelector) {
// Is IE < 8
alert("Unsupported browser. Please use either: Internet Explorer 8+, Firefox, Chrome, Opera 15+ or Safari");
}
var isOperaBefore15 = (window.opera && navigator.userAgent.indexOf(' OPR/') == -1);
if (isOperaBefore15) {
alert("Unsupported browser. Please use either: Internet Explorer 8+, Firefox, Chrome, Opera 15+ or Safari");
}
</script>
<!-- Load GWT GUI -->
<script type="text/javascript" language="javascript" src="./PasswordReset/PasswordReset.nocache.js"></script>
</head>
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<!-- OPTIONAL: include this if you want history support -->
<iframe src="javascript:''" id="__gwt_historyFrame" tabIndex='-1'
style="position: absolute; width: 0; height: 0; border: 0"></iframe>
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled in order for this
application to display correctly.</div>
</noscript>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40001256-2', 'auto');
ga('send', 'pageview');
</script>
</html>
|
lib/zip_validator.html | bwu-dart-contributing/polymer_elements | <link rel="import" href="zip_validator_nodart.html">
<link rel="import" href="iron_validator_behavior.html">
<script type="application/dart" src="zip_validator.dart"></script>
|
src/Modules/Settings/Dnn.PersonaBar.Security/Security.Web/src/less/style.css | dnnsoftware/Dnn.AdminExperience.Extensions | .securitySettings-app .dnn-persona-bar-page-body .persona-bar-page-body {
min-height: 600px;
}
|
examples/canvas_materials_video.html | Ludobaka/three.js | <!DOCTYPE html>
<html lang="en">
<head>
<title>three.js canvas - materials - video</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<style>
body {
font-family: Monospace;
background-color: #f0f0f0;
margin: 0px;
overflow: hidden;
}
</style>
</head>
<body>
<script src="../build/three.js"></script>
<script src="js/renderers/Projector.js"></script>
<script src="js/renderers/CanvasRenderer.js"></script>
<script src="js/libs/stats.min.js"></script>
<video id="video" autoplay loop webkit-playsinline style="display:none">
<source src="textures/sintel.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'>
<source src="textures/sintel.ogv" type='video/ogg; codecs="theora, vorbis"'>
</video>
<script>
var AMOUNT = 100;
var container, stats;
var camera, scene, renderer;
var video, image, imageContext,
imageReflection, imageReflectionContext, imageReflectionGradient,
texture, textureReflection;
var mesh;
var mouseX = 0;
var mouseY = 0;
var windowHalfX = window.innerWidth / 2;
var windowHalfY = window.innerHeight / 2;
init();
animate();
function init() {
container = document.createElement( 'div' );
document.body.appendChild( container );
var info = document.createElement( 'div' );
info.style.position = 'absolute';
info.style.top = '10px';
info.style.width = '100%';
info.style.textAlign = 'center';
info.innerHTML = '<a href="http://threejs.org" target="_blank" rel="noopener">three.js</a> - video demo. playing <a href="http://durian.blender.org/" target="_blank" rel="noopener">sintel</a> trailer';
container.appendChild( info );
camera = new THREE.PerspectiveCamera( 45, window.innerWidth / window.innerHeight, 1, 10000 );
camera.position.z = 1000;
scene = new THREE.Scene();
video = document.getElementById( 'video' );
//
image = document.createElement( 'canvas' );
image.width = 480;
image.height = 204;
imageContext = image.getContext( '2d' );
imageContext.fillStyle = '#000000';
imageContext.fillRect( 0, 0, 480, 204 );
texture = new THREE.Texture( image );
var material = new THREE.MeshBasicMaterial( { map: texture, overdraw: 0.5 } );
imageReflection = document.createElement( 'canvas' );
imageReflection.width = 480;
imageReflection.height = 204;
imageReflectionContext = imageReflection.getContext( '2d' );
imageReflectionContext.fillStyle = '#000000';
imageReflectionContext.fillRect( 0, 0, 480, 204 );
imageReflectionGradient = imageReflectionContext.createLinearGradient( 0, 0, 0, 204 );
imageReflectionGradient.addColorStop( 0.2, 'rgba(240, 240, 240, 1)' );
imageReflectionGradient.addColorStop( 1, 'rgba(240, 240, 240, 0.8)' );
textureReflection = new THREE.Texture( imageReflection );
var materialReflection = new THREE.MeshBasicMaterial( { map: textureReflection, side: THREE.BackSide, overdraw: 0.5 } );
//
var plane = new THREE.PlaneGeometry( 480, 204, 4, 4 );
mesh = new THREE.Mesh( plane, material );
mesh.scale.x = mesh.scale.y = mesh.scale.z = 1.5;
scene.add(mesh);
mesh = new THREE.Mesh( plane, materialReflection );
mesh.position.y = -306;
mesh.rotation.x = - Math.PI;
mesh.scale.x = mesh.scale.y = mesh.scale.z = 1.5;
scene.add( mesh );
//
var separation = 150;
var amountx = 10;
var amounty = 10;
var PI2 = Math.PI * 2;
var material = new THREE.SpriteCanvasMaterial( {
color: 0x0808080,
program: function ( context ) {
context.beginPath();
context.arc( 0, 0, 0.5, 0, PI2, true );
context.fill();
}
} );
for ( var ix = 0; ix < amountx; ix++ ) {
for ( var iy = 0; iy < amounty; iy++ ) {
var sprite = new THREE.Sprite( material );
sprite.position.x = ix * separation - ( ( amountx * separation ) / 2 );
sprite.position.y = -153;
sprite.position.z = iy * separation - ( ( amounty * separation ) / 2 );
sprite.scale.setScalar( 2 );
scene.add( sprite );
}
}
renderer = new THREE.CanvasRenderer();
renderer.setClearColor( 0xf0f0f0 );
renderer.setPixelRatio( window.devicePixelRatio );
renderer.setSize( window.innerWidth, window.innerHeight );
container.appendChild( renderer.domElement );
stats = new Stats();
container.appendChild( stats.dom );
document.addEventListener( 'mousemove', onDocumentMouseMove, false );
//
window.addEventListener( 'resize', onWindowResize, false );
}
function onWindowResize() {
windowHalfX = window.innerWidth / 2;
windowHalfY = window.innerHeight / 2;
camera.aspect = window.innerWidth / window.innerHeight;
camera.updateProjectionMatrix();
renderer.setSize( window.innerWidth, window.innerHeight );
}
function onDocumentMouseMove( event ) {
mouseX = ( event.clientX - windowHalfX );
mouseY = ( event.clientY - windowHalfY ) * 0.2;
}
//
function animate() {
requestAnimationFrame( animate );
render();
stats.update();
}
function render() {
camera.position.x += ( mouseX - camera.position.x ) * 0.05;
camera.position.y += ( - mouseY - camera.position.y ) * 0.05;
camera.lookAt( scene.position );
if ( video.readyState === video.HAVE_ENOUGH_DATA ) {
imageContext.drawImage( video, 0, 0 );
if ( texture ) texture.needsUpdate = true;
if ( textureReflection ) textureReflection.needsUpdate = true;
}
imageReflectionContext.drawImage( image, 0, 0 );
imageReflectionContext.fillStyle = imageReflectionGradient;
imageReflectionContext.fillRect( 0, 0, 480, 204 );
renderer.render( scene, camera );
}
</script>
</body>
</html>
|
docs/tabs.html | Scheirle/groundwork | <!DOCTYPE html><!--[if lt IE 7]><html class="no-js ie ie6 lt-ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 7]> <html class="no-js ie ie7 lt-ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 8]> <html class="no-js ie ie8 lt-ie9 lt-ie10"><![endif]-->
<!--[if IE 9]> <html class="no-js ie ie9 lt-ie10"><![endif]-->
<!--[if gt IE 9]><html class="no-js ie ie10"><![endif]-->
<!--[if !IE]><!-->
<html class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1">
<title>GroundworkCSS ♥ Tabs</title>
<!-- Modernizr -->
<script src="../js/libs/modernizr-2.6.2.min.js"></script>
<!-- jQuery-->
<script type="text/javascript" src="../js/libs/jquery-1.10.2.min.js"></script>
<!-- framework css --><!--[if gt IE 9]><!-->
<link type="text/css" rel="stylesheet" href="../css/groundwork.css"><!--<![endif]--><!--[if lte IE 9]>
<link type="text/css" rel="stylesheet" href="../css/groundwork-core.css">
<link type="text/css" rel="stylesheet" href="../css/groundwork-type.css">
<link type="text/css" rel="stylesheet" href="../css/groundwork-ui.css">
<link type="text/css" rel="stylesheet" href="../css/groundwork-anim.css">
<link type="text/css" rel="stylesheet" href="../css/groundwork-ie.css"><![endif]-->
<style type="text/css">
.logo {
position: relative;
top: -0.5em;
}
.logo a, .logo a:visited {
text-decoration: none;
color: #2B2B2D;
}
.logo img {
height: 2em;
position: relative;
top: 0.55em;
margin-right: 0.3em;
}
</style>
<!-- snippet (syntax highlighting for code examples)-->
<script type="text/javascript" src="../js/demo/jquery.snippet.min.js"></script>
<link type="text/css" rel="stylesheet" href="../css/demo/jquery.snippet.css"><script type="text/javascript">
(function() {
$(document).ready(function() {
$('pre[data-lang="html"]').snippet("html", {
style: "groundwork",
clipboard: "../js/demo/ZeroClipboard.swf"
});
$('pre[data-lang="css"]').snippet("css", {
style: "groundwork",
clipboard: "../js/demo/ZeroClipboard.swf"
});
$('pre[data-lang="sass"]').snippet("sass", {
style: "groundwork",
clipboard: "../js/demo/ZeroClipboard.swf"
});
return $('pre[data-lang="js"]').snippet("javascript", {
style: "groundwork",
clipboard: "../js/demo/ZeroClipboard.swf"
});
});
}).call(this);
</script>
</head>
<body>
<header class="padded">
<div class="container">
<div class="row">
<div class="one half">
<h2 class="logo"><a href="/" target="_parent"><img src="../images/groundwork-logo.svg" alt="GroundworkCSS">GroundworkCSS 2</a></h2>
</div>
<div class="one half">
<p class="small double-pad-top no-pad-small-tablet align-right align-left-small-tablet"><a href="https://github.com/groundworkcss/groundwork" target="_parent">Github Project</a> - Version 2.5.0<br>Created & Maintained by <a href="http://twitter.com/ghepting" target="_blank">Gary Hepting</a></p>
</div>
</div>
<nav role="navigation" class="nav gap-top">
<ul role="menubar">
<li><a href="./home.html"><i class="icon-home"></i> Home</a></li>
<li role="menu">
<button>Example Layouts</button>
<ul>
<li><a href="./layout-a.html">Web Page</a></li>
<li><a href="./layout-b.html">Image Gallery</a></li>
<li><a href="./layout-c.html">Ecommerce Page</a></li>
<li><a href="./layout-d.html">Contact Page</a></li>
</ul>
</li>
<li role="menu">
<button>Documentation</button>
<ul>
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
<li role="menu">
<button title="Navigation, buttons, boxes, message boxes, tables, tabs, and forms">UI Elements</button>
<ul>
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
<li><a href="./tables.html" title="Tables">Tables</a></li>
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
</ul>
</li>
<li><a href="./icons.html" title="Icons">Icons</a></li>
<li><a href="./responsive-text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
<li><a href="./placeholder-text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
</ul>
</li>
</ul>
</nav>
</div>
</header>
<div class="container">
<div class="padded">
<div class="row">
<div class="three fifths bounceInRight animated">
<h1 class="zero museo-slab">Tabs</h1>
<p class="quicksand">Accessible, responsive tab panels that collapse into accordions at <a href="breakpoints.html">targeted breakpoints</a></p>
</div>
<div class="two fifths align-right-ipad align-right-desktop flipInX animated">
<p class="quicksand">Component Usage Example 9 of 14</p>
<p><a href="tables.html" rel="prev" class="blue button">Back</a> <a href="forms.html" rel="next" class="green button">Next: Forms</a></p>
</div>
</div>
</div>
<hr>
<div class="row">
<div class="one whole padded">
<div class="bounceInLeft animated">
<div class="row">
<div class="one whole padded">
<div class="tabs ipad">
<ul role="tablist">
<li role="tab" aria-controls="#tab1">Tab 1</li>
<li role="tab" aria-controls="#tab2">Tab 2</li>
<li role="tab" aria-controls="#tab3">Tab 3</li>
<li role="tab" aria-controls="#tab4">Tab 4</li>
<li role="tab" aria-controls="#tab5">Tab 5</li>
<li role="tab" aria-controls="#tab6">Tab 6</li>
<li role="tab" aria-controls="#tab7">Tab 7</li>
<li role="tab" aria-controls="#tab8">Tab 8</li>
<li role="tab" aria-controls="#tab9">Tab 9</li>
<li role="tab" aria-controls="#tab10">Tab 10</li>
</ul>
<div id="tab1" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#f1c40f;">panel 1</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/f1c40f/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab2" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#e67e22;">panel 2</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e67e22/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab3" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#e74c3c;">panel 3</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e74c3c/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab4" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#f02475;">panel 4</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/f02475/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab5" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#9b59b6;">panel 5</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/9b59b6/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab6" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#383636;">panel 6</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/383636/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab7" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#34495e;">panel 7</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/34495e/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab8" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#3498db;">panel 8</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/3498db/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab9" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#1abc9c;">panel 9</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/1abc9c/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab10" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#2ecc71;">panel 10</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/2ecc71/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
<pre data-lang="html" class="gap-top"><div class="tabs ipad">
<ul role="tablist">
<li role="tab" aria-controls="#tab1">Tab 1</li>
<li role="tab" aria-controls="#tab2">Tab 2</li>
<li role="tab" aria-controls="#tab3">Tab 3</li>
<li role="tab" aria-controls="#tab4">Tab 4</li>
<li role="tab" aria-controls="#tab5">Tab 5</li>
</ul>
<div id="tab1" role="tabpanel">
<h1>This is the content of tab <span class="blue">panel 1</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/3498db/ffffff"></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab2" role="tabpanel">
<h1>This is the content of tab <span class="red">panel 2</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e74c3c/ffffff"></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab3" role="tabpanel">
<h1>This is the content of tab <span class="purple">panel 3</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/9b59b6/ffffff"></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab4" role="tabpanel">
<h1>This is the content of tab <span class="green">panel 4</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/2ecc71/ffffff"></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab5" role="tabpanel">
<h1>This is the content of tab <span class="orange">panel 5</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e67e22/ffffff"></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div></pre>
</div>
</div>
<hr><br>
<h4>Vertical Tabs</h4>
<div class="row">
<div class="one whole padded">
<div class="tabs vertical ipad">
<ul role="tablist">
<li role="tab" aria-controls="#tab1">Tab 1</li>
<li role="tab" aria-controls="#tab2">Tab 2</li>
<li role="tab" aria-controls="#tab3">Tab 3</li>
<li role="tab" aria-controls="#tab4">Tab 4</li>
<li role="tab" aria-controls="#tab5">Tab 5</li>
<li role="tab" aria-controls="#tab6">Tab 6</li>
<li role="tab" aria-controls="#tab7">Tab 7</li>
<li role="tab" aria-controls="#tab8">Tab 8</li>
<li role="tab" aria-controls="#tab9">Tab 9</li>
<li role="tab" aria-controls="#tab10">Tab 10</li>
</ul>
<div id="tab1" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#f1c40f;">panel 1</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/f1c40f/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab2" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#e67e22;">panel 2</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e67e22/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab3" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#e74c3c;">panel 3</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/e74c3c/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab4" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#f02475;">panel 4</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/f02475/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab5" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#9b59b6;">panel 5</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/9b59b6/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab6" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#383636;">panel 6</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/383636/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab7" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#34495e;">panel 7</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/34495e/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab8" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#3498db;">panel 8</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/3498db/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab9" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#1abc9c;">panel 9</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/1abc9c/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
<div id="tab10" role="tabpanel">
<h1>This is the content of tab <span style="display:inline-block;padding:0 0.3em;border-radius:4px;color:#fff;background:#2ecc71;">panel 10</span></h1>
<div class="pull-right pull-none-small-tablet gap-left no-gap-small-tablet align-center"><img src="http://placehold.it/520x300/2ecc71/ffffff"/></div>
<p class="gap-top-small-tablet">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="gap-top bounceInUp animated">
<div class="box square charcoal">
<div class="container padded">
<div class="row">
<div class="one small-tablet fourth padded">
<h5 class="green">Example Layouts</h5>
<ul class="unstyled">
<li><a href="./layout-a.html">Web Page</a></li>
<li><a href="./layout-b.html">Image Gallery</a></li>
<li><a href="./layout-c.html">Ecommerce Page</a></li>
<li><a href="./layout-d.html">Contact Page</a></li>
</ul>
</div>
<div class="three small-tablet fourths padded">
<h5 class="blue">Documentation</h5>
<ul class="unstyled three-column two-column-mobile">
<li><a href="./grid.html" title="Responsive grid system, grid adapters and helpers">Grid</a></li>
<li><a href="./helpers.html" title="Layout helpers, spinners and much more">Helpers</a></li>
<li><a href="./typography.html" title="Text elements, quotes, code and web fonts">Typography</a></li>
<li><a href="./navigation.html" title="Navigation">Navigation</a></li>
<li><a href="./buttons.html" title="Buttons, button groups, button menus">Buttons</a></li>
<li><a href="./boxes.html" title="Boxes">Boxes</a></li>
<li><a href="./messages.html" title="Message boxes">Message Boxes</a></li>
<li><a href="./tables.html" title="Tables">Tables</a></li>
<li><a href="./tabs.html" title="Tabs">Tabs</a></li>
<li><a href="./forms.html" title="Form elements">Form Elements</a></li>
<li><a href="./icons.html" title="Icons">Icons</a></li>
<li><a href="./responsive-text.html" title="Responsive text and multi-line text block truncation">Responsive Text</a></li>
<li><a href="./placeholder-text.html" title="Placeholder text and placeholder fonts for rapid prototyping and wireframes">Placeholder Text</a></li>
<li><a href="./animations.html" title="Pure CSS3 Animations">Animations</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="box square">
<div class="container padded">
<div class="row">
<div class="one half padded">
<p>GroundworkCSS is <b>100% free</b> and <b>open source</b>. <a href="mailto:groundworkcss@gmail.com">Give a shout out</a> if you have any feedback.</p>
<p>Find a bug? Help squash it by <a href="https://github.com/groundworkcss/groundwork/issues" target="_blank">filing an issue</a> on Github.</p>
</div>
<div class="one half padded">
<p class="large padded align-right align-center-small-tablet"><a href="http://twitter.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="http://github.com/groundworkcss" target="_blank" title="@groundworkcss" style="text-decoration:none;" class="large inline gapped"></a><a href="mailto:groundworkcss@gmail.com" title="groundworkcss@gmail.com" style="text-decoration:none;" class="large inline gapped"></a></p>
</div>
</div>
</div>
</div>
</footer>
<!-- javascript-->
<script type="text/javascript" src="../js/groundwork.all.js"></script>
<!-- google analytics-->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html> |
tmp/install_4c05852e9ca12/templates/beez/css/layout.css | macartuche/Bolsa-Empleo | /**
* @version $Id: layout.css 13293 2009-10-24 00:43:16Z ian $
* @author Design & Accessible Team ( Angie Radtke )
* @package Joomla
* @subpackage Accessible-Template-Beez
* @copyright Copyright (C) 2005 - 2008 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant to the
* GNU General Public License, and as distributed it includes or is derivative
* of works licensed under the GNU General Public License or other free or open
* source software licenses. See COPYRIGHT.php for copyright notices and
* details.
*/
a:link,a:visited
{
color:#000;
}
a:hover,a:active,a:focus
{
background:#000;
color:#FFF;
}
h3 {
font-size:1.1em;
font-weight:bold;
margin:10px 0;
}
h4 {
border:solid 0;
color:#000;
font-size:1em;
}
input:focus {
border:solid 2px;
}
fieldset {
border:0;
}
ol.list {
list-style-position:inside;
margin:20px 0;
padding:0;
}
ol.list li {
border-bottom:solid 1px #EFDEEA;
margin:10px 0;
padding:10px;
background:#FBF7FA;
}
ol.list li h4 {
border-bottom:solid 0 #CCC;
color:#099;
display:inline;
margin:0 0 10px;
}
p {
line-height:1.4em;
margin:5px 0;
}
ul li a.u2:focus,p a.u2:active
{
padding:0.5em;
background-color:#000;
color:#FFF;
display:inline;
height:2.5em;
left:0;
margin-top:0;
padding-left:15px;
position:absolute;
top:0;
width:13.8em;
}
p.counter {
background:#EEE;
color:#000;
font-weight:bold;
margin:10px 0;
padding:5px;
}
p.buttonheading {
text-align:right;
}
.buttonheading img
{
border:0;
}
p.buttonheading a:link,p.buttonheading a:visited
{
border:solid 2px #fff;
}
.leading p.buttonheading a:link,.leading p.buttonheading a:visited
{
border:solid 2px #EFDEEA;
}
p.buttonheading a:hover
{
background:none !important;
color:#000 !important;
}
p.buttonheading a:active,p.buttonheading a:focus
{
border:solid 2px;
color:#000;
}
em
{
font-weight:bold;
}
/* ########### header content ############# */
#header h1
{
font-size:1.5em;
font-weight:normal;
text-transform:uppercase;
}
#logo
{
font-size:1em !important;
font-weight:bold !important;
position:relative;
text-align:left;
text-transform:none !important;
z-index:0;
margin-top:1em;
}
#logo img
{
display:block;
}
#logo span
{
display:block;
margin:0 0 2px 100px !important;
border-bottom:solid 1px #666;
}
/* Search box */
#header form
{
background:#C39;
border:solid 0 #000;
float:right;
height:5em;
min-width:240px;
text-align:left;
padding:0 0 0 20px;
}
* html #header form
{
height:65px;
}
#header form fieldset
{
border:0 solid #000;
display:inline;
float:left;
padding:19px;
text-align:left;
width:6em;
}
#header form label
{
color:#000;
position:absolute;
left:-3000px;
top:-200px;
width:auto;
}
#header form .button
{
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0px 5px 0px 30px;
cursor:pointer;
}
#header form .inputbox
{
background:#fff;
border:solid 2px #93246F;
font-weight:bold;
padding:0 0 0 2px;
margin:20px 10px 0 0 !important;
width:6em;
}
#header form .inputbox:focus
{
border:solid 2px #000;
}
/* header Top-nav */
#header #active_menu-nav
{
background:#000;
color:#fff;
}
#header ul
{
background:#fff;
display:block;
margin:-7px 0 -2px;
padding:5px 0;
text-align:right;
}
#header ul li
{
background:#000;
color:#fff;
display:inline;
text-align:center;
}
#header ul li a:link,#header ul li a:visited
{
background:#fff;
color:#000;
font-weight:bold;
text-decoration:none;
border-right:solid 1px #666;
padding:5px 10px;
line-height:1.5em;
}
#header ul li a:hover,#header ul li a:active,#header ul li a:focus
{
background:#000;
color:#fff;
font-weight:bold;
}
/* fontsize */
#fontsize
{
z-index:100;
position:absolute;
top:0;
right:0;
background:#fff;
color:#000;
}
#fontsize h3,#fontsize p
{
border:0;
display:inline;
font-size:1em;
}
#fontsize p
{
margin:0 0 0 5px;
}
#fontsize p a
{
font-weight:bold;
margin:0 5px;
display:inline;
padding:2px 0 2px 24px;
}
/* background-images */
#fontsize p a.larger {
background:#fff url(../images/lupe_larger.gif) no-repeat;
}
#fontsize p a.smaller {
background:#fff url(../images/lupe_smaller.gif) no-repeat;
}
#fontsize p a.reset {
background:#fff url(../images/lupe_reset.gif) no-repeat;
}
#fontsize p a.larger:hover,#fontsize p a.larger:active,#fontsize p a.larger:focus {
background:#000 url(../images/lupe_larger_black.gif) no-repeat;
color:#fff;
}
#fontsize p a.smaller:hover,#fontsize p a.smaller:active,#fontsize p a.smaller:focus {
background:#000 url(../images/lupe_smaller_black.gif) no-repeat;
color:#fff;
}
#fontsize p a.reset:hover,#fontsize p a.reset:active,#fontsize p a.reset:focus {
background:#000 url(../images/lupe_reset_black.gif) no-repeat;
color:#fff;
}
/* ################# breadcrumbs ################ */
#breadcrumbs {
background:#93246F;
min-height:5em;
padding-top:0;
text-align:left;
color:#fff;
}
#breadcrumbs p {
padding:5px;
display:inline;
}
* html #breadcrumbs {
height:65px;
}
#breadcrumbs a {
text-transform:none;
}
#breadcrumbs a:link,#breadcrumbs a:visited {
background:#93246F;
color:#fff;
}
#breadcrumbs span {
color:#fff;
font-size:0.9em;
padding:7px;
}
#breadcrumbs span a:hover,#breadcrumbs span a:active,#breadcrumbs span a:focus {
background:#000;
color:#fff;
text-decoration:none;
}
/* ################ left ######################## */
#left form {
background:#EFDEEA;
color:#000;
font-size:0.9em;
margin:5px 0 20px 10px;
padding:20px 10px;
}
#left h3,#right h3 {
color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.2em;
margin:0 0 0 5px;
padding:7px 5px 7px 10px;
border:solid 0;
}
#left ul {
list-style-type:none;
margin:0 0 20px 10px;
}
#left ul li {
border:solid 1px #fff;
margin:0 0 2px;
}
#left ul li a {
display:block;
padding:3px 4px 3px 10px;
text-decoration:none;
}
#left ul li a:link,#left ul li a:visited {
background:#F2E3ED;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
}
#left ul li a:hover,#left ul li a:active,#left ul li a:focus {
background:#333 !important;
color:#fff !important;
}
/* ################## Main Menue ################## */
#left ul li ul {
background:#fff;
border:solid 1px #E0C1E0;
border-bottom:solid 0 #93246F;
border-left:solid 4px #93246F;
border-top:0;
margin:0;
}
#left ul li ul li {
border:solid 1px #fff;
}
#left ul li ul li {
margin:0;
}
#left ul li ul li a:hover,#left ul li ul li a:active,#left ul li ul li a:focus {
background:#93246F;
color:#fff;
}
#left ul li ul li ul {
border:solid 0 #E0C1E0;
padding:10px 0 10px 5px;
}
#left ul li.active a:link,#left ul li.active a:visited {
background:#93246F;
border-left:solid 4px #BE7CA9;
color:#fff;
border-bottom:solid 1px #93246F;
padding:3px 0 3px 6px;
}
#left ul li.active ul li a:link,#left ul li.active ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:normal;
padding:3px 4px 3px 20px;
}
#left ul li.active ul li ul li a:link,#left ul li.active ul li ul li a:visited {
background:#fff;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:normal;
margin:0 0 0 10px;
}
#left ul li.active ul li.active a:link,#left ul li.active ul li.active a:visited {
background:#fff;
border-left:solid 0 #DD75BB;
color:#000;
font-weight:bold;
}
#left ul li.active ul li.active ul li a:link,#left ul li.active ul li.active ul li a:visited {
background:url(../images/arrow.gif) #fff no-repeat top left;
color:#000;
font-weight:normal;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}
#left ul li.active ul li.active ul li.active span.active_link {
background:url(../images/arrow.gif) #fff no-repeat top left;
border-bottom:solid 1px #E0C1E0;
color:#000;
font-weight:bold;
margin:0 0 0 15px;
padding:3px 0 3px 15px;
}
#left form a:hover,#left form a:active,#left form a:focus {
color:#fff;
}
/* ############### main * ########################### */
/* position */
.leading_separator {
border-bottom:solid 0 #333;
display:block;
height:10px;
margin:0;
}
#main .leading h2,#main2 .leading h2 {
background:#EFDEEA;
border-bottom:solid 0 #333;
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.4em;
font-weight:normal;
margin:0 0 10px;
text-transform:uppercase;
}
#main h2 a,#main2 h2 a {
text-decoration:none;
}
#main .leading .readon,#main2 .leading .readon {
background:url(../images/pfeil.gif) #93246F no-repeat;
border:solid 0;
bottom:0;
color:#FFF !important;
display:block !important;
margin-top:20px !important;
position:absolute;
right:0;
text-decoration:none;
padding:2px 2px 0 30px;
}
#main .leading .small,#main .leading .modifydate,#main2 .leading .small,#main2 .leading .modifydate {
background:#EFDEEA;
color:#93246F;
}
.article_column h2 {
background:#fff;
color:#000 !important;
font-family:trebuchet MS;
font-size:1.2em !important;
font-weight:bold !important;
padding:0;
}
.article_row .column1 h2,.article_row .column2 h2 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#000;
margin:0 0 10px;
padding:5px 5px 5px 0;
}
.article_row p.iteminfo {
background:#fff;
line-height:1em;
margin:0 -10px 5px;
padding:10px;
}
#main h3,#main2 h3 {
margin:20px 0 10px;
}
#main .blog_more h2,#main2 .blog_more h2 {
background:#fff;
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.3em;
font-weight:normal;
margin:0;
}
#main .blog_more li a,#main2 .blog_more li a {
display:inline;
margin:0;
padding:0;
}
#main .blog_more li,#main2 .blog_more li {
padding:4px;
}
#main .blog_more ul li a,#main2 .blog_more ul li a {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 0 4px 30px;
}
#main .blog_more ul li a:hover,#main2 .blog_more ul li a:hover {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}
#main .blog_more ul li a:active,#main2 .blog_more ul li a:active,#main .blog_more ul li a:focus,#main2 .blog_more ul li a:focus {
background:url(../images/pfeil.gif) #939 no-repeat !important;
color:#fff;
font-weight:bold;
padding:2px 0 2px 30px;
}
#main .blog_more ul,#main2 .blog_more ul {
background:#eee;
border:solid 1px #ccc;
color:#000;
line-height:1.3em;
list-style-type:none;
margin:0;
padding:10px 10px 30px;
}
#main .blog_more,#main2 .blog_more {
padding-top:10px;
}
/* main generell */
#main a.readon,#main2 a.readon {
background:url(../images/pfeil.gif) no-repeat;
font-weight:bold;
padding:2px 2px 0 30px;
display:inline-block;
}
#main a.readon:hover,#main2 a.readon:hover,#main a.readon:active,#main2 a.readon:active,#main a.readon:focus,#main2 a.readon:focus {
background:url(../images/pfeil.gif) #000 no-repeat;
color:#fff;
padding:2px 2px 0 30px;
text-decoration:none;
}
#main a:link,#main2 a:link,#main a:visited,#main2 a:visited {
color:#000;
}
#main a:hover,#main2 a:hover,#main a:active,#main2 a:active,#main a:focus,#main2 a:focus {
background:#93246F;
color:#fff;
}
#main h1,#main2 h1 {
color:#000;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
margin:0;
}
#main h2,#main2 h2 {
color:#93246F;
font-family:trebuchet MS, sans-serif;
font-size:1.6em;
font-weight:normal;
}
#main ul li,#main2 ul li {
padding:0 0 0 10px;
line-height:1.4em;
margin:10px 0;
}
#main ul,#main2 ul {
list-style-position:outside;
list-style-type:square;
padding:0 0 0 10px;
margin:0 0 0 20px;
}
#main ul,#main ol {
list-style-position:inside;
margin:10px 0 10px 20px;
padding:0 0 0 10px;
}
.small {
border:solid 0;
color:#932467;
font-size:0.85em;
margin:0 0 20px;
}
.contentdescription {
padding:10px 0;
overflow:hidden;
}
.image_left {
float:left;
border:solid 0 #ccc;
margin:0 10px 10px 0;
}
.image_right {
float:right;
border:solid 1px #ccc;
margin:0 0 10px 10px;
}
.wrap_image {
clear:left;
}
.createdate {
color:#932467;
display:block;
font-size:0.85em;
}
.createdby {
color:#932467;
display:block;
font-size:0.85em;
padding:0 0 0 2px;
}
.modifydate {
color:#932467;
display:block;
font-size:0.85em;
padding:0;
}
span.content_rating,.leading span.content_rating {
margin:10px 0 0;
display:block;
}
.content_vote {
margin:0 0 10px;
display:block;
}
.content_vote input {
margin:0 5px;
}
.content_vote .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}
/* ############# pagination ###################### */
#main2 .pagination,#main .pagination {
border-top:solid 1px #CCC;
margin:10px 0 0;
padding:10px 0;
}
ul.pagination {
list-style-type:none;
margin:0;
padding:0;
text-align:left;
}
ul.pagination li {
display:inline;
padding:2px 5px 0;
text-align:left;
}
ul.pagination li a {
padding:2px;
}
/* ############### right ################# */
#right .moduletable {
background:#fff;
color:#000;
margin:10px 0;
padding:10px;
}
#right h3 {
background:#fff;
border-bottom:solid 1px #D4A7C5;
color:#333;
margin:0 0 3px;
padding:0 5px 0 0;
}
#right h4 {
color:#000;
font-size:1em;
padding:10px 5px 0 0;
margin:0;
border:solid 0;
}
#right ul {
border:solid 0 #ccc;
color:#000;
line-height:1.4em;
list-style-type:none;
margin:0;
padding:10px 10px 10px 0;
position:relative;
}
#right ul li {
margin-bottom:4px;
}
#right ul li a {
color:#000;
font-weight:normal;
padding:2px;
}
#right ul li a:link,#right ul li a:visited {
color:#000;
}
#right ul li a:hover,#right ul li a:active,#right ul li a:focus {
background:#93246F;
color:#fff;
}
#right form.poll {
padding:10px 0 0;
}
#right form.poll fieldset {
line-height:1.6em;
}
#right form.poll fieldset label {
padding:0 0 0 4px;
}
#right form.poll .button {
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
width:auto;
line-height:0.9em;
display:inline;
height:1.55em;
font-size:1em;
overflow:visible;
margin:0 10px 0 0;
padding:0 2px !important;
}
#right form.poll .button:focus {
border:outset 1px #C39;
}
#right form.poll a {
text-decoration:none;
color:#000 !important;
padding:1px 2px !important;
border:outset 1px #C39;
background:#F2E3ED;
cursor:pointer;
float:left;
}
#right form.poll a:hover,#right form.poll a:active,#right form.poll a:focus,#right form.poll .button:hover,#right form.poll .button:active,#right form.poll .button:focus {
border:2px outset #C39;
}
#right form.poll:after {
/* Inhalt pseudo-Element :after;
* somit [clear] moeglich
*/
content:".";
/* [content] verbergen;
*/
visibility:hidden;
height:0;
/* Block-Level fuer [clear];
*/
display:block;
/* [float] clearing;
* einbeziehen der Float-Container;
*/
clear:both;
}
dl.poll {
}
dl.poll dt {
border-bottom:solid 1px #ccc;
}
dl.poll dd {
padding:6px 0;
font-weight:bold;
}
.polls_color_1 {
background:#000;
}
.polls_color_2 {
background:#999;
}
.polls_color_3 {
background:#93246F;
}
.polls_color_4 {
background:#000;
}
.polls_color_5 {
background:#ccc;
}
.polls_color_6 {
background:#93246F;
}
/* #################### Formulare ##################### */
form.limit {
}
form.login {
background:#93246F;
color:#000;
font-size:0.9em;
margin:5px 0 20px;
padding:10px 10px 20px 15px;
text-align:left;
}
form.login .inputbox:focus {
border:solid 2px #000;
}
form.login p {
clear:both;
border:solid 0 #000;
font-size:1em;
}
form.login .button {
background:url(../images/pfeil.gif) #C39 no-repeat;
clear:left;
color:#fff;
display:block;
font-weight:bold;
margin:0 0 10px !important;
padding:0 0 0 30px !important;
cursor:pointer;
border:solid 0;
}
form.login fieldset {
border:solid 0 #000;
margin:0;
padding:0;
text-align:left;
}
form.login input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
width:90%;
}
form.login input.checkbox {
background:none;
border:solid 0 #000;
float:left;
margin:11px 0 0;
padding:5px;
width:20px;
}
form.login label {
color:#000;
display:block;
font-weight:bold;
margin:5px 0 0;
padding:2px 2px 0;
}
form.login label.remember {
float:left;
margin:5px 0 20px;
padding:5px 0 0;
width:11em;
}
form.login p {
color:#000;
}
form.login p a {
color:#000;
}
form.login p a:hover,form.login p a:active,form.login p a:focus {
color:#000;
text-decoration:none;
}
form.lost_password .button,.login_form .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:0;
padding:0 0 0 30px;
cursor:pointer;
}
/* ################# poll ################ */
.poll {
padding:20px 20px 20px 0;
}
form.poll fieldset {
border:0 solid #000;
margin:0 0 10px;
padding:0;
}
form.registration input,form.lost_password input,.login_form input {
border:solid 2px #93246F;
}
form.registration label,form.lost_password label,.login_form label {
display:block;
float:left;
font-weight:normal;
width:12em;
}
/* ##################### form.registration ################ */
form.search_result,form.registration,form.lost_password,.login_form {
background:#fff;
border:solid 0 #93246F;
margin:15px 10px 0;
padding:0;
position:relative;
}
.search_result .button,form.registration .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:10px 0 0;
padding:0 5px 0 30px;
cursor:pointer;
}
.registration fieldset p {
margin:10px 0;
}
.registration div,.login_form div,.lost_password div {
margin:5px 0;
}
/* ########################## search ############################ */
.searchintro {
font-weight:normal;
margin:0 0 20px;
}
.searchintro img {
display:inline; border:0px
}
.display {
margin:20px 0 0;
text-align:right;
}
.filter {
margin:10px 0 0;
}
.inputbox:focus {
border:solid 2px #000;
}
.highlight {
font-weight:bold;
}
fieldset.word,fieldset.only {
border:solid 1px #ccc;
}
.only {
border:solid 0;
margin:10px 0 0 10px;
padding:5px 10px;
line-height:1.3em;
}
.word {
background:#fff;
padding:10px 10px 10px 0;
border:solid 0 !important;
}
.word input {
background:#fff;
border:solid 2px #999;
color:#93246F;
font-weight:bold;
margin:0 0 0 10px;
padding:2px;
}
.phrase {
color:#000;
margin:10px 10px 10px 0;
padding:10px;
width:60%;
border:solid 1px #ccc;
float:left;
}
/*Selects*/
.phrase .inputbox {
background:#fff;
color:#000;
display:block;
height:1.5em;
margin-top:10px;
width:12em;
}
.phrase .inputbox option {
background:#EFDEEA;
border-bottom:solid 1px #333;
padding:2px;
}
.phrase .inputbox option a:hover {
background:#C00;
border-color:#CFD0D6;
color:#fff;
}
.search_result legend {
border-bottom:solid 0 #000;
background:#fff;
}
/* ########################### contacts ########################### */
div.contact {
margin:10px 0;
}
address {
font-style:normal;
margin:10px 0;
}
address p {
line-height:1em;
}
.contact label {
float:left;
font-weight:bold;
width:14em;
margin:10px 0 0;
}
span.marker {
margin:0 10px 0 0;
}
.contact_email_checkbox label {
float:none !important;
}
.contact label.copy {
width:90%;
padding:0 0 0 10px;
}
.contact form {
background:#EFDEEA;
color:#000;
padding:20px;
margin:10px 0;
}
.contact input {
background:#fff;
border:solid 2px #C39;
color:#000;
padding:2px 2px 0;
margin:10px 0 0;
}
.contact .button {
background:url(../images/pfeil.gif) #000 no-repeat;
border:0;
color:#fff;
font-weight:bold;
margin:20px 10px 0 0;
padding:0 0 0 30px;
cursor:pointer;
}
label.textarea {
float:none !important;
margin:10px 0;
display:block;
width:100%;
}
#contact_text {
width:80%;
height:150px;
}
.contact input.invalid,.contact textarea.invalid {
border:solid 2px red;
}
.contact label.invalid {
color:red;
}
/*#################### tabellen ############################ */
table.newsfeed {
border:solid 1px;
}
table.newsfeeds td,table.weblinks td,table.category td {
border-right:solid 1px #EEE;
padding:5px;
}
table.newsfeeds th,table.weblinks th,table.category th {
background:#EEE;
padding:5px;
}
table.newsfeeds,table.weblinks,table.category {
border:solid 1px #eee;
font-size:1em;
margin:20px 0;
}
/* category table */
#count {
width:10%;
}
#tableOrdering {
width:70%;
}
#author {
width:20%;
}
/* polls */
poll .polls_color_1,.poll .polls_color_2,.poll .polls_color_3,.poll .polls_color_4,.poll .polls_color_5 {
border:solid 1px;
position:relative;
}
.poll h3 {
color:#932467;
border:solid 0;
margin:20px 0;
}
.poll .td_2 {
width:100px;
}
.poll .td_3 {
width:300px;
}
.poll form {
margin:20px 0;
}
.poll table {
font-size:1em;
width:auto;
border:solid 0;
position:relative;
}
.poll table .td_1 {
width:30px;
}
.poll table caption {
color:#93246F;
font-size:1em;
font-weight:bold;
margin:10px 0;
text-align:left;
}
.poll td {
border:solid 1px #ddd;
padding:2px;
}
.poll td.line {
width:300px;
}
.poll th {
background:#EEE;
border:solid 1px #ccc;
}
.question {
font-weight:bold;
}
#footer {
background:#93246F;
color:#fff;
padding:5px;
text-align:right;
border-top:solid 4px #ccc;
}
p.syndicate {
float:left;
display:block;
text-align:left;
}
#footer a {
color:#fff;
}
/* Error Message contact form */
p.error {
color:#93246F;
background:#F2E3ED;
border-top:3px solid #93246F;
border-bottom:3px solid #93246F;
padding:10px;
}
body.contentpane {
background:#fff;
width:auto;
margin:10px;
line-height:1.4em;
text-align:left;
}
.tool-tip {
font-size:0.8em;
}
.tool-title {
font-weight:bold;
}
/* form validation */
.invalid {
border-color:red !important;
}
label.invalid {
color:red;
}
/* editor */
.contentpaneopen_edit{
float: left;
}
.contentpaneopen_edit img
{ border:0
}
form.editor legend {
font-size:1.2em;
font-weight:bold;
padding:2px;
}
form.editor fieldset {
border:solid 1px #ccc;
padding:20px;
margin:10px 0;
}
form.editor .publishing label {
float:left;
width:14em;
font-weight:bold;
}
form.editor .publishing div {
margin:5px 0;
}
form.editor .publishing .radio label {
float:none;
width:14em;
}
form.editor .publishing .radio label span {
float:left;
width:14em;
}
form.editor fieldset.metadata label {
float:none !important;
display:block;
font-weight:bold;
}
.save {
text-align:right;
padding:10px 0;
}
/* user */
form.user {
margin:10px 0;
}
form.user label {
width:40%;
float:left;
}
/* article index */
table.contenttoc {
border:solid 1px #ccc;
padding:10px;
margin:10px;
}
.pagenavcounter {
font-weight:bold;
}
/* Advertisement */
.moduletable_text
{margin:10px}
.banneritem_text
{
margin: 10px 0 10px 0;
background:#f5f5f5;
padding:5px;
border:solid 1px #eee
}
/* image link default alignment */
a img {
vertical-align: bottom;
} |
libraries/toxiclibscore/docs/toxi/geom/YAxisCylinder.html | DomNomNom/PixelJam2013 | <!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_22) on Mon Jan 03 13:10:09 GMT 2011 -->
<TITLE>
YAxisCylinder
</TITLE>
<META NAME="date" CONTENT="2011-01-03">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="YAxisCylinder";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/YAxisCylinder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../toxi/geom/XAxisCylinder.html" title="class in toxi.geom"><B>PREV CLASS</B></A>
<A HREF="../../toxi/geom/ZAxisCylinder.html" title="class in toxi.geom"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?toxi/geom/YAxisCylinder.html" target="_top"><B>FRAMES</B></A>
<A HREF="YAxisCylinder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
toxi.geom</FONT>
<BR>
Class YAxisCylinder</H2>
<PRE>
java.lang.Object
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><A HREF="../../toxi/geom/AxisAlignedCylinder.html" title="class in toxi.geom">toxi.geom.AxisAlignedCylinder</A>
<IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>toxi.geom.YAxisCylinder</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../toxi/geom/Shape3D.html" title="interface in toxi.geom">Shape3D</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>YAxisCylinder</B><DT>extends <A HREF="../../toxi/geom/AxisAlignedCylinder.html" title="class in toxi.geom">AxisAlignedCylinder</A></DL>
</PRE><map id="APIVIZ" name="APIVIZ">
<area shape="rect" id="node1" href="AxisAlignedCylinder.html" title="AxisAlignedCylinder" alt="" coords="5,6,141,34"/>
<area shape="rect" id="node2" href="YAxisCylinder.html" title="YAxisCylinder" alt="" coords="23,74,124,102"/>
</map>
<CENTER><IMG SRC="YAxisCylinder.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
<P>
<HR>
<P>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../toxi/geom/YAxisCylinder.html#YAxisCylinder(toxi.geom.ReadonlyVec3D, float, float)">YAxisCylinder</A></B>(<A HREF="../../toxi/geom/ReadonlyVec3D.html" title="interface in toxi.geom">ReadonlyVec3D</A> pos,
float radius,
float length)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../toxi/geom/YAxisCylinder.html#containsPoint(toxi.geom.ReadonlyVec3D)">containsPoint</A></B>(<A HREF="../../toxi/geom/ReadonlyVec3D.html" title="interface in toxi.geom">ReadonlyVec3D</A> p)</CODE>
<BR>
Checks if the given point is inside the cylinder.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../toxi/geom/Vec3D.Axis.html" title="enum in toxi.geom">Vec3D.Axis</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../toxi/geom/YAxisCylinder.html#getMajorAxis()">getMajorAxis</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_toxi.geom.AxisAlignedCylinder"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class toxi.geom.<A HREF="../../toxi/geom/AxisAlignedCylinder.html" title="class in toxi.geom">AxisAlignedCylinder</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html#getLength()">getLength</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#getPosition()">getPosition</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#getRadius()">getRadius</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#setLength(float)">setLength</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#setPosition(toxi.geom.Vec3D)">setPosition</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#setRadius(float)">setRadius</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#toMesh()">toMesh</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#toMesh(int, float)">toMesh</A>, <A HREF="../../toxi/geom/AxisAlignedCylinder.html#toMesh(toxi.geom.mesh.Mesh3D, int, float)">toMesh</A></CODE></TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="YAxisCylinder(toxi.geom.ReadonlyVec3D, float, float)"><!-- --></A><H3>
YAxisCylinder</H3>
<PRE>
public <B>YAxisCylinder</B>(<A HREF="../../toxi/geom/ReadonlyVec3D.html" title="interface in toxi.geom">ReadonlyVec3D</A> pos,
float radius,
float length)</PRE>
<DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="containsPoint(toxi.geom.ReadonlyVec3D)"><!-- --></A><H3>
containsPoint</H3>
<PRE>
public boolean <B>containsPoint</B>(<A HREF="../../toxi/geom/ReadonlyVec3D.html" title="interface in toxi.geom">ReadonlyVec3D</A> p)</PRE>
<DL>
<DD><B>Description copied from class: <CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html#containsPoint(toxi.geom.ReadonlyVec3D)">AxisAlignedCylinder</A></CODE></B></DD>
<DD>Checks if the given point is inside the cylinder.
<P>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../toxi/geom/Shape3D.html#containsPoint(toxi.geom.ReadonlyVec3D)">containsPoint</A></CODE> in interface <CODE><A HREF="../../toxi/geom/Shape3D.html" title="interface in toxi.geom">Shape3D</A></CODE><DT><B>Specified by:</B><DD><CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html#containsPoint(toxi.geom.ReadonlyVec3D)">containsPoint</A></CODE> in class <CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html" title="class in toxi.geom">AxisAlignedCylinder</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>true, if inside</DL>
</DD>
</DL>
<HR>
<A NAME="getMajorAxis()"><!-- --></A><H3>
getMajorAxis</H3>
<PRE>
public <A HREF="../../toxi/geom/Vec3D.Axis.html" title="enum in toxi.geom">Vec3D.Axis</A> <B>getMajorAxis</B>()</PRE>
<DL>
<DD><DL>
<DT><B>Specified by:</B><DD><CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html#getMajorAxis()">getMajorAxis</A></CODE> in class <CODE><A HREF="../../toxi/geom/AxisAlignedCylinder.html" title="class in toxi.geom">AxisAlignedCylinder</A></CODE></DL>
</DD>
<DD><DL>
<DT><B>Returns:</B><DD>the cylinder's orientation axis</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/YAxisCylinder.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../toxi/geom/XAxisCylinder.html" title="class in toxi.geom"><B>PREV CLASS</B></A>
<A HREF="../../toxi/geom/ZAxisCylinder.html" title="class in toxi.geom"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../index.html?toxi/geom/YAxisCylinder.html" target="_top"><B>FRAMES</B></A>
<A HREF="YAxisCylinder.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
libs/boost/libs/locale/doc/html/utf_8hpp_source.html | flingone/frameworks_base_cmds_remoted | <!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>Boost.Locale: boost/locale/utf.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
</head>
<body>
<div id="top"><!-- do not remove this div! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="boost-small.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Locale
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- Generated by Doxygen 1.7.6.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</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 List</span></a></li>
</ul>
</div>
</div>
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
initNavTree('utf_8hpp.html','');
</script>
<div id="doc-content">
<div class="header">
<div class="headertitle">
<div class="title">boost/locale/utf.hpp</div> </div>
</div><!--header-->
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span>
<a name="l00002"></a>00002 <span class="comment">// Copyright (c) 2009-2011 Artyom Beilis (Tonkikh)</span>
<a name="l00003"></a>00003 <span class="comment">//</span>
<a name="l00004"></a>00004 <span class="comment">// Distributed under the Boost Software License, Version 1.0. (See</span>
<a name="l00005"></a>00005 <span class="comment">// accompanying file LICENSE_1_0.txt or copy at</span>
<a name="l00006"></a>00006 <span class="comment">// http://www.boost.org/LICENSE_1_0.txt)</span>
<a name="l00007"></a>00007 <span class="comment">//</span>
<a name="l00008"></a>00008 <span class="preprocessor">#ifndef BOOST_LOCALE_UTF_HPP_INCLUDED</span>
<a name="l00009"></a>00009 <span class="preprocessor"></span><span class="preprocessor">#define BOOST_LOCALE_UTF_HPP_INCLUDED</span>
<a name="l00010"></a>00010 <span class="preprocessor"></span>
<a name="l00011"></a>00011 <span class="preprocessor">#include <boost/cstdint.hpp></span>
<a name="l00012"></a>00012
<a name="l00013"></a>00013 <span class="keyword">namespace </span>boost {
<a name="l00014"></a>00014 <span class="keyword">namespace </span>locale {
<a name="l00020"></a><a class="code" href="namespaceboost_1_1locale_1_1utf.html">00020</a> <span class="keyword">namespace </span>utf {
<a name="l00022"></a>00022 <span class="preprocessor"> #ifdef __GNUC__</span>
<a name="l00023"></a>00023 <span class="preprocessor"></span><span class="preprocessor"> # define BOOST_LOCALE_LIKELY(x) __builtin_expect((x),1)</span>
<a name="l00024"></a>00024 <span class="preprocessor"></span><span class="preprocessor"> # define BOOST_LOCALE_UNLIKELY(x) __builtin_expect((x),0)</span>
<a name="l00025"></a>00025 <span class="preprocessor"></span><span class="preprocessor"> #else</span>
<a name="l00026"></a>00026 <span class="preprocessor"></span><span class="preprocessor"> # define BOOST_LOCALE_LIKELY(x) (x)</span>
<a name="l00027"></a>00027 <span class="preprocessor"></span><span class="preprocessor"> # define BOOST_LOCALE_UNLIKELY(x) (x)</span>
<a name="l00028"></a>00028 <span class="preprocessor"></span><span class="preprocessor"> #endif</span>
<a name="l00029"></a>00029 <span class="preprocessor"></span>
<a name="l00030"></a>00030
<a name="l00034"></a><a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8">00034</a> <span class="keyword">typedef</span> uint32_t <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a>;
<a name="l00035"></a>00035
<a name="l00039"></a><a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb">00039</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a> = 0xFFFFFFFFu;
<a name="l00040"></a>00040
<a name="l00044"></a><a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38">00044</a> <span class="keyword">static</span> <span class="keyword">const</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a> = 0xFFFFFFFEu;
<a name="l00045"></a>00045
<a name="l00049"></a><a class="code" href="namespaceboost_1_1locale_1_1utf.html#a189805c4e9f4c033ce5f88daf780e08e">00049</a> <span class="keyword">inline</span> <span class="keywordtype">bool</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a189805c4e9f4c033ce5f88daf780e08e" title="the function checks if v is a valid code point">is_valid_codepoint</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> v)
<a name="l00050"></a>00050 {
<a name="l00051"></a>00051 <span class="keywordflow">if</span>(v>0x10FFFF)
<a name="l00052"></a>00052 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00053"></a>00053 <span class="keywordflow">if</span>(0xD800 <=v && v<= 0xDFFF) <span class="comment">// surragates</span>
<a name="l00054"></a>00054 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00055"></a>00055 <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00056"></a>00056 }
<a name="l00057"></a>00057
<a name="l00058"></a>00058 <span class="preprocessor"> #ifdef BOOST_LOCALE_DOXYGEN</span>
<a name="l00059"></a>00059 <span class="preprocessor"></span>
<a name="l00060"></a>00060
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <span class="keyword">template</span><<span class="keyword">typename</span> CharType,<span class="keywordtype">int</span> size=sizeof(CharType)>
<a name="l00063"></a><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html">00063</a> <span class="keyword">struct </span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html" title="UTF Traits class - functions to convert UTF sequences to and from Unicode code points.">utf_traits</a> {
<a name="l00067"></a><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">00067</a> <span class="keyword">typedef</span> CharType <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a>;
<a name="l00082"></a>00082 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00083"></a>00083 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a9b6b01fa6705ba67ac78359ddee03213">decode</a>(Iterator &p,Iterator e);
<a name="l00084"></a>00084
<a name="l00092"></a><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#abb4cb63a924d19505c2cb6e930c68a13">00092</a> <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#abb4cb63a924d19505c2cb6e930c68a13">max_width</a>;
<a name="l00099"></a>00099 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a26c106ec8816f48431f882017ab46763">width</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> value);
<a name="l00100"></a>00100
<a name="l00106"></a>00106 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8a6b72ba87a817652f522018df51a9a7">trail_length</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c);
<a name="l00110"></a>00110 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c);
<a name="l00114"></a>00114 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a19789c4c26c8d9f576de5272f3d41a11">is_lead</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c);
<a name="l00115"></a>00115
<a name="l00126"></a>00126 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00127"></a>00127 <span class="keyword">static</span> Iterator <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#acd59f628af084f800f8a86cdd8124fd8">encode</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> value,Iterator out);
<a name="l00133"></a>00133 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00134"></a>00134 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8ff625b2c19b0d4132f7ec9e6303cb36">decode_valid</a>(Iterator &p);
<a name="l00135"></a>00135 };
<a name="l00136"></a>00136
<a name="l00137"></a>00137 <span class="preprocessor"> #else</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span>
<a name="l00139"></a>00139 <span class="keyword">template</span><<span class="keyword">typename</span> CharType,<span class="keywordtype">int</span> size=sizeof(CharType)>
<a name="l00140"></a>00140 <span class="keyword">struct </span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html" title="UTF Traits class - functions to convert UTF sequences to and from Unicode code points.">utf_traits</a>;
<a name="l00141"></a>00141
<a name="l00142"></a>00142 <span class="keyword">template</span><<span class="keyword">typename</span> CharType>
<a name="l00143"></a>00143 <span class="keyword">struct </span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html" title="UTF Traits class - functions to convert UTF sequences to and from Unicode code points.">utf_traits</a><CharType,1> {
<a name="l00144"></a>00144
<a name="l00145"></a>00145 <span class="keyword">typedef</span> CharType <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a>;
<a name="l00146"></a>00146
<a name="l00147"></a>00147 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8a6b72ba87a817652f522018df51a9a7">trail_length</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> ci)
<a name="l00148"></a>00148 {
<a name="l00149"></a>00149 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> c = ci;
<a name="l00150"></a>00150 <span class="keywordflow">if</span>(c < 128)
<a name="l00151"></a>00151 <span class="keywordflow">return</span> 0;
<a name="l00152"></a>00152 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(c < 194))
<a name="l00153"></a>00153 <span class="keywordflow">return</span> -1;
<a name="l00154"></a>00154 <span class="keywordflow">if</span>(c < 224)
<a name="l00155"></a>00155 <span class="keywordflow">return</span> 1;
<a name="l00156"></a>00156 <span class="keywordflow">if</span>(c < 240)
<a name="l00157"></a>00157 <span class="keywordflow">return</span> 2;
<a name="l00158"></a>00158 <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(c <=244))
<a name="l00159"></a>00159 <span class="keywordflow">return</span> 3;
<a name="l00160"></a>00160 <span class="keywordflow">return</span> -1;
<a name="l00161"></a>00161 }
<a name="l00162"></a>00162
<a name="l00163"></a>00163 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#abb4cb63a924d19505c2cb6e930c68a13">max_width</a> = 4;
<a name="l00164"></a>00164
<a name="l00165"></a>00165 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a26c106ec8816f48431f882017ab46763">width</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> value)
<a name="l00166"></a>00166 {
<a name="l00167"></a>00167 <span class="keywordflow">if</span>(value <=0x7F) {
<a name="l00168"></a>00168 <span class="keywordflow">return</span> 1;
<a name="l00169"></a>00169 }
<a name="l00170"></a>00170 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(value <=0x7FF) {
<a name="l00171"></a>00171 <span class="keywordflow">return</span> 2;
<a name="l00172"></a>00172 }
<a name="l00173"></a>00173 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(value <=0xFFFF)) {
<a name="l00174"></a>00174 <span class="keywordflow">return</span> 3;
<a name="l00175"></a>00175 }
<a name="l00176"></a>00176 <span class="keywordflow">else</span> {
<a name="l00177"></a>00177 <span class="keywordflow">return</span> 4;
<a name="l00178"></a>00178 }
<a name="l00179"></a>00179 }
<a name="l00180"></a>00180
<a name="l00181"></a>00181 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> ci)
<a name="l00182"></a>00182 {
<a name="l00183"></a>00183 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> c=ci;
<a name="l00184"></a>00184 <span class="keywordflow">return</span> (c & 0xC0)==0x80;
<a name="l00185"></a>00185 }
<a name="l00186"></a>00186
<a name="l00187"></a>00187 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a19789c4c26c8d9f576de5272f3d41a11">is_lead</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> ci)
<a name="l00188"></a>00188 {
<a name="l00189"></a>00189 <span class="keywordflow">return</span> !<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(ci);
<a name="l00190"></a>00190 }
<a name="l00191"></a>00191
<a name="l00192"></a>00192 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00193"></a>00193 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a9b6b01fa6705ba67ac78359ddee03213">decode</a>(Iterator &p,Iterator e)
<a name="l00194"></a>00194 {
<a name="l00195"></a>00195 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(p==e))
<a name="l00196"></a>00196 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00197"></a>00197
<a name="l00198"></a>00198 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> lead = *p++;
<a name="l00199"></a>00199
<a name="l00200"></a>00200 <span class="comment">// First byte is fully validated here</span>
<a name="l00201"></a>00201 <span class="keywordtype">int</span> trail_size = <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8a6b72ba87a817652f522018df51a9a7">trail_length</a>(lead);
<a name="l00202"></a>00202
<a name="l00203"></a>00203 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(trail_size < 0))
<a name="l00204"></a>00204 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00205"></a>00205
<a name="l00206"></a>00206 <span class="comment">//</span>
<a name="l00207"></a>00207 <span class="comment">// Ok as only ASCII may be of size = 0</span>
<a name="l00208"></a>00208 <span class="comment">// also optimize for ASCII text</span>
<a name="l00209"></a>00209 <span class="comment">//</span>
<a name="l00210"></a>00210 <span class="keywordflow">if</span>(trail_size == 0)
<a name="l00211"></a>00211 <span class="keywordflow">return</span> lead;
<a name="l00212"></a>00212
<a name="l00213"></a>00213 <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> c = lead & ((1<<(6-trail_size))-1);
<a name="l00214"></a>00214
<a name="l00215"></a>00215 <span class="comment">// Read the rest</span>
<a name="l00216"></a>00216 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> tmp;
<a name="l00217"></a>00217 <span class="keywordflow">switch</span>(trail_size) {
<a name="l00218"></a>00218 <span class="keywordflow">case</span> 3:
<a name="l00219"></a>00219 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(p==e))
<a name="l00220"></a>00220 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00221"></a>00221 tmp = *p++;
<a name="l00222"></a>00222 <span class="keywordflow">if</span> (!<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(tmp))
<a name="l00223"></a>00223 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00224"></a>00224 c = (c << 6) | ( tmp & 0x3F);
<a name="l00225"></a>00225 <span class="keywordflow">case</span> 2:
<a name="l00226"></a>00226 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(p==e))
<a name="l00227"></a>00227 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00228"></a>00228 tmp = *p++;
<a name="l00229"></a>00229 <span class="keywordflow">if</span> (!<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(tmp))
<a name="l00230"></a>00230 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00231"></a>00231 c = (c << 6) | ( tmp & 0x3F);
<a name="l00232"></a>00232 <span class="keywordflow">case</span> 1:
<a name="l00233"></a>00233 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(p==e))
<a name="l00234"></a>00234 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00235"></a>00235 tmp = *p++;
<a name="l00236"></a>00236 <span class="keywordflow">if</span> (!<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(tmp))
<a name="l00237"></a>00237 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00238"></a>00238 c = (c << 6) | ( tmp & 0x3F);
<a name="l00239"></a>00239 }
<a name="l00240"></a>00240
<a name="l00241"></a>00241 <span class="comment">// Check code point validity: no surrogates and</span>
<a name="l00242"></a>00242 <span class="comment">// valid range</span>
<a name="l00243"></a>00243 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(!<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a189805c4e9f4c033ce5f88daf780e08e" title="the function checks if v is a valid code point">is_valid_codepoint</a>(c)))
<a name="l00244"></a>00244 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00245"></a>00245
<a name="l00246"></a>00246 <span class="comment">// make sure it is the most compact representation</span>
<a name="l00247"></a>00247 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a26c106ec8816f48431f882017ab46763">width</a>(c)!=trail_size + 1))
<a name="l00248"></a>00248 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00249"></a>00249
<a name="l00250"></a>00250 <span class="keywordflow">return</span> c;
<a name="l00251"></a>00251
<a name="l00252"></a>00252 }
<a name="l00253"></a>00253
<a name="l00254"></a>00254 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00255"></a>00255 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8ff625b2c19b0d4132f7ec9e6303cb36">decode_valid</a>(Iterator &p)
<a name="l00256"></a>00256 {
<a name="l00257"></a>00257 <span class="keywordtype">unsigned</span> <span class="keywordtype">char</span> lead = *p++;
<a name="l00258"></a>00258 <span class="keywordflow">if</span>(lead < 192)
<a name="l00259"></a>00259 <span class="keywordflow">return</span> lead;
<a name="l00260"></a>00260
<a name="l00261"></a>00261 <span class="keywordtype">int</span> trail_size;
<a name="l00262"></a>00262
<a name="l00263"></a>00263 <span class="keywordflow">if</span>(lead < 224)
<a name="l00264"></a>00264 trail_size = 1;
<a name="l00265"></a>00265 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(lead < 240)) <span class="comment">// non-BMP rare</span>
<a name="l00266"></a>00266 trail_size = 2;
<a name="l00267"></a>00267 <span class="keywordflow">else</span>
<a name="l00268"></a>00268 trail_size = 3;
<a name="l00269"></a>00269
<a name="l00270"></a>00270 <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> c = lead & ((1<<(6-trail_size))-1);
<a name="l00271"></a>00271
<a name="l00272"></a>00272 <span class="keywordflow">switch</span>(trail_size) {
<a name="l00273"></a>00273 <span class="keywordflow">case</span> 3:
<a name="l00274"></a>00274 c = (c << 6) | ( static_cast<unsigned char>(*p++) & 0x3F);
<a name="l00275"></a>00275 <span class="keywordflow">case</span> 2:
<a name="l00276"></a>00276 c = (c << 6) | ( static_cast<unsigned char>(*p++) & 0x3F);
<a name="l00277"></a>00277 <span class="keywordflow">case</span> 1:
<a name="l00278"></a>00278 c = (c << 6) | ( static_cast<unsigned char>(*p++) & 0x3F);
<a name="l00279"></a>00279 }
<a name="l00280"></a>00280
<a name="l00281"></a>00281 <span class="keywordflow">return</span> c;
<a name="l00282"></a>00282 }
<a name="l00283"></a>00283
<a name="l00284"></a>00284
<a name="l00285"></a>00285
<a name="l00286"></a>00286 <span class="keyword">template</span><<span class="keyword">typename</span> Iterator>
<a name="l00287"></a>00287 <span class="keyword">static</span> Iterator <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#acd59f628af084f800f8a86cdd8124fd8">encode</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> value,Iterator out)
<a name="l00288"></a>00288 {
<a name="l00289"></a>00289 <span class="keywordflow">if</span>(value <= 0x7F) {
<a name="l00290"></a>00290 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(value);
<a name="l00291"></a>00291 }
<a name="l00292"></a>00292 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(value <= 0x7FF) {
<a name="l00293"></a>00293 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value >> 6) | 0xC0);
<a name="l00294"></a>00294 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value & 0x3F) | 0x80);
<a name="l00295"></a>00295 }
<a name="l00296"></a>00296 <span class="keywordflow">else</span> <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(value <= 0xFFFF)) {
<a name="l00297"></a>00297 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value >> 12) | 0xE0);
<a name="l00298"></a>00298 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(((value >> 6) & 0x3F) | 0x80);
<a name="l00299"></a>00299 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value & 0x3F) | 0x80);
<a name="l00300"></a>00300 }
<a name="l00301"></a>00301 <span class="keywordflow">else</span> {
<a name="l00302"></a>00302 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value >> 18) | 0xF0);
<a name="l00303"></a>00303 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(((value >> 12) & 0x3F) | 0x80);
<a name="l00304"></a>00304 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(((value >> 6) & 0x3F) | 0x80);
<a name="l00305"></a>00305 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>((value & 0x3F) | 0x80);
<a name="l00306"></a>00306 }
<a name="l00307"></a>00307 <span class="keywordflow">return</span> out;
<a name="l00308"></a>00308 }
<a name="l00309"></a>00309 }; <span class="comment">// utf8</span>
<a name="l00310"></a>00310
<a name="l00311"></a>00311 <span class="keyword">template</span><<span class="keyword">typename</span> CharType>
<a name="l00312"></a>00312 <span class="keyword">struct </span>utf_traits<CharType,2> {
<a name="l00313"></a>00313 <span class="keyword">typedef</span> CharType <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a>;
<a name="l00314"></a>00314
<a name="l00315"></a>00315 <span class="comment">// See RFC 2781</span>
<a name="l00316"></a>00316 <span class="keyword">static</span> <span class="keywordtype">bool</span> is_first_surrogate(uint16_t x)
<a name="l00317"></a>00317 {
<a name="l00318"></a>00318 <span class="keywordflow">return</span> 0xD800 <=x && x<= 0xDBFF;
<a name="l00319"></a>00319 }
<a name="l00320"></a>00320 <span class="keyword">static</span> <span class="keywordtype">bool</span> is_second_surrogate(uint16_t x)
<a name="l00321"></a>00321 {
<a name="l00322"></a>00322 <span class="keywordflow">return</span> 0xDC00 <=x && x<= 0xDFFF;
<a name="l00323"></a>00323 }
<a name="l00324"></a>00324 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> combine_surrogate(uint16_t w1,uint16_t w2)
<a name="l00325"></a>00325 {
<a name="l00326"></a>00326 <span class="keywordflow">return</span> ((<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a>(w1 & 0x3FF) << 10) | (w2 & 0x3FF)) + 0x10000;
<a name="l00327"></a>00327 }
<a name="l00328"></a>00328 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8a6b72ba87a817652f522018df51a9a7">trail_length</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c)
<a name="l00329"></a>00329 {
<a name="l00330"></a>00330 <span class="keywordflow">if</span>(is_first_surrogate(c))
<a name="l00331"></a>00331 <span class="keywordflow">return</span> 1;
<a name="l00332"></a>00332 <span class="keywordflow">if</span>(is_second_surrogate(c))
<a name="l00333"></a>00333 <span class="keywordflow">return</span> -1;
<a name="l00334"></a>00334 <span class="keywordflow">return</span> 0;
<a name="l00335"></a>00335 }
<a name="l00339"></a>00339 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c)
<a name="l00340"></a>00340 {
<a name="l00341"></a>00341 <span class="keywordflow">return</span> is_second_surrogate(c);
<a name="l00342"></a>00342 }
<a name="l00346"></a>00346 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a19789c4c26c8d9f576de5272f3d41a11">is_lead</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c)
<a name="l00347"></a>00347 {
<a name="l00348"></a>00348 <span class="keywordflow">return</span> !is_second_surrogate(c);
<a name="l00349"></a>00349 }
<a name="l00350"></a>00350
<a name="l00351"></a>00351 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00352"></a>00352 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a9b6b01fa6705ba67ac78359ddee03213">decode</a>(It &current,It last)
<a name="l00353"></a>00353 {
<a name="l00354"></a>00354 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(current == last))
<a name="l00355"></a>00355 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00356"></a>00356 uint16_t w1=*current++;
<a name="l00357"></a>00357 <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(w1 < 0xD800 || 0xDFFF < w1)) {
<a name="l00358"></a>00358 <span class="keywordflow">return</span> w1;
<a name="l00359"></a>00359 }
<a name="l00360"></a>00360 <span class="keywordflow">if</span>(w1 > 0xDBFF)
<a name="l00361"></a>00361 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00362"></a>00362 <span class="keywordflow">if</span>(current==last)
<a name="l00363"></a>00363 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">incomplete</a>;
<a name="l00364"></a>00364 uint16_t w2=*current++;
<a name="l00365"></a>00365 <span class="keywordflow">if</span>(w2 < 0xDC00 || 0xDFFF < w2)
<a name="l00366"></a>00366 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">illegal</a>;
<a name="l00367"></a>00367 <span class="keywordflow">return</span> combine_surrogate(w1,w2);
<a name="l00368"></a>00368 }
<a name="l00369"></a>00369 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00370"></a>00370 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8ff625b2c19b0d4132f7ec9e6303cb36">decode_valid</a>(It &current)
<a name="l00371"></a>00371 {
<a name="l00372"></a>00372 uint16_t w1=*current++;
<a name="l00373"></a>00373 <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(w1 < 0xD800 || 0xDFFF < w1)) {
<a name="l00374"></a>00374 <span class="keywordflow">return</span> w1;
<a name="l00375"></a>00375 }
<a name="l00376"></a>00376 uint16_t w2=*current++;
<a name="l00377"></a>00377 <span class="keywordflow">return</span> combine_surrogate(w1,w2);
<a name="l00378"></a>00378 }
<a name="l00379"></a>00379
<a name="l00380"></a>00380 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#abb4cb63a924d19505c2cb6e930c68a13">max_width</a> = 2;
<a name="l00381"></a>00381 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a26c106ec8816f48431f882017ab46763">width</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> u)
<a name="l00382"></a>00382 {
<a name="l00383"></a>00383 <span class="keywordflow">return</span> u>=0x10000 ? 2 : 1;
<a name="l00384"></a>00384 }
<a name="l00385"></a>00385 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00386"></a>00386 <span class="keyword">static</span> It <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#acd59f628af084f800f8a86cdd8124fd8">encode</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> u,It out)
<a name="l00387"></a>00387 {
<a name="l00388"></a>00388 <span class="keywordflow">if</span>(BOOST_LOCALE_LIKELY(u<=0xFFFF)) {
<a name="l00389"></a>00389 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(u);
<a name="l00390"></a>00390 }
<a name="l00391"></a>00391 <span class="keywordflow">else</span> {
<a name="l00392"></a>00392 u -= 0x10000;
<a name="l00393"></a>00393 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(0xD800 | (u>>10));
<a name="l00394"></a>00394 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(0xDC00 | (u & 0x3FF));
<a name="l00395"></a>00395 }
<a name="l00396"></a>00396 <span class="keywordflow">return</span> out;
<a name="l00397"></a>00397 }
<a name="l00398"></a>00398 }; <span class="comment">// utf16;</span>
<a name="l00399"></a>00399
<a name="l00400"></a>00400
<a name="l00401"></a>00401 <span class="keyword">template</span><<span class="keyword">typename</span> CharType>
<a name="l00402"></a>00402 <span class="keyword">struct </span>utf_traits<CharType,4> {
<a name="l00403"></a>00403 <span class="keyword">typedef</span> CharType <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a>;
<a name="l00404"></a>00404 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8a6b72ba87a817652f522018df51a9a7">trail_length</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> c)
<a name="l00405"></a>00405 {
<a name="l00406"></a>00406 <span class="keywordflow">if</span>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a189805c4e9f4c033ce5f88daf780e08e" title="the function checks if v is a valid code point">is_valid_codepoint</a>(c))
<a name="l00407"></a>00407 <span class="keywordflow">return</span> 0;
<a name="l00408"></a>00408 <span class="keywordflow">return</span> -1;
<a name="l00409"></a>00409 }
<a name="l00410"></a>00410 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#ae2cb78fcb8a58bed3e0ce1d6528a719a">is_trail</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> <span class="comment">/*c*/</span>)
<a name="l00411"></a>00411 {
<a name="l00412"></a>00412 <span class="keywordflow">return</span> <span class="keyword">false</span>;
<a name="l00413"></a>00413 }
<a name="l00414"></a>00414 <span class="keyword">static</span> <span class="keywordtype">bool</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a19789c4c26c8d9f576de5272f3d41a11">is_lead</a>(<a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a> <span class="comment">/*c*/</span>)
<a name="l00415"></a>00415 {
<a name="l00416"></a>00416 <span class="keywordflow">return</span> <span class="keyword">true</span>;
<a name="l00417"></a>00417 }
<a name="l00418"></a>00418
<a name="l00419"></a>00419 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00420"></a>00420 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a8ff625b2c19b0d4132f7ec9e6303cb36">decode_valid</a>(It &current)
<a name="l00421"></a>00421 {
<a name="l00422"></a>00422 <span class="keywordflow">return</span> *current++;
<a name="l00423"></a>00423 }
<a name="l00424"></a>00424
<a name="l00425"></a>00425 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00426"></a>00426 <span class="keyword">static</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a9b6b01fa6705ba67ac78359ddee03213">decode</a>(It &current,It last)
<a name="l00427"></a>00427 {
<a name="l00428"></a>00428 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(current == last))
<a name="l00429"></a>00429 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a20dbe458fd18229a0e6c09888d031b38" title="Special constant that defines incomplete code point.">boost::locale::utf::incomplete</a>;
<a name="l00430"></a>00430 <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> c=*current++;
<a name="l00431"></a>00431 <span class="keywordflow">if</span>(BOOST_LOCALE_UNLIKELY(!<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a189805c4e9f4c033ce5f88daf780e08e" title="the function checks if v is a valid code point">is_valid_codepoint</a>(c)))
<a name="l00432"></a>00432 <span class="keywordflow">return</span> <a class="code" href="namespaceboost_1_1locale_1_1utf.html#a30010000878c7732340bda8956b844fb" title="Special constant that defines illegal code point.">boost::locale::utf::illegal</a>;
<a name="l00433"></a>00433 <span class="keywordflow">return</span> c;
<a name="l00434"></a>00434 }
<a name="l00435"></a>00435 <span class="keyword">static</span> <span class="keyword">const</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#abb4cb63a924d19505c2cb6e930c68a13">max_width</a> = 1;
<a name="l00436"></a>00436 <span class="keyword">static</span> <span class="keywordtype">int</span> <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#a26c106ec8816f48431f882017ab46763">width</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> <span class="comment">/*u*/</span>)
<a name="l00437"></a>00437 {
<a name="l00438"></a>00438 <span class="keywordflow">return</span> 1;
<a name="l00439"></a>00439 }
<a name="l00440"></a>00440 <span class="keyword">template</span><<span class="keyword">typename</span> It>
<a name="l00441"></a>00441 <span class="keyword">static</span> It <a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#acd59f628af084f800f8a86cdd8124fd8">encode</a>(<a class="code" href="namespaceboost_1_1locale_1_1utf.html#a068111a6b9d6d465a63893ed5c05e2f8" title="The integral type that can hold a Unicode code point.">code_point</a> u,It out)
<a name="l00442"></a>00442 {
<a name="l00443"></a>00443 *out++ = <span class="keyword">static_cast<</span><a class="code" href="structboost_1_1locale_1_1utf_1_1utf__traits.html#accca9dc2d8fe018b9b5640c48e3470e4">char_type</a><span class="keyword">></span>(u);
<a name="l00444"></a>00444 <span class="keywordflow">return</span> out;
<a name="l00445"></a>00445 }
<a name="l00446"></a>00446
<a name="l00447"></a>00447 }; <span class="comment">// utf32</span>
<a name="l00448"></a>00448
<a name="l00449"></a>00449 <span class="preprocessor"> #endif</span>
<a name="l00450"></a>00450 <span class="preprocessor"></span>
<a name="l00451"></a>00451
<a name="l00452"></a>00452 } <span class="comment">// utf</span>
<a name="l00453"></a>00453 } <span class="comment">// locale</span>
<a name="l00454"></a>00454 } <span class="comment">// boost</span>
<a name="l00455"></a>00455
<a name="l00456"></a>00456
<a name="l00457"></a>00457 <span class="preprocessor">#endif</span>
<a name="l00458"></a>00458 <span class="preprocessor"></span>
<a name="l00459"></a>00459 <span class="comment">// vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4</span>
<a name="l00460"></a>00460
</pre></div></div><!-- contents -->
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>utf.hpp</b> </li>
<li class="footer">
© Copyright 2009-2012 Artyom Beilis, Distributed under the <a href="http://www.boost.org/LICENSE_1_0.txt">Boost Software License</a>, Version 1.0.
</li>
</ul>
</div>
</body>
</html>
|
earth_enterprise/docs/landing_page/previous_fusion_versions/4.4/apis/maps_api/apis/maps/documentation/javascript/v2/examples/control-maptypes.html | tst-ppenev/earthenterprise | <!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>
<script type="text/javascript" language="JavaScript">
ORIGINAL_PAGE_PATH = "/apis/maps/documentation/javascript/v2/examples/control-maptypes.html";
</script>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Control Initialization</title>
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAzr2EBOXUKnm_jVnk0OJI7xSosDVG8KKPE1-m51RBrvYughuyMxQ-i1QfUnH94QxWIa6N4U6MouMmBA" type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
function initialize() {
if (GBrowserIsCompatible()) {
var map = new GMap2(document.getElementById("map_canvas"),
{ size: new GSize(640,320) } );
map.setCenter(new GLatLng(42.366662,-71.106262), 11);
var customUI = map.getDefaultUI();
// Remove MapType.G_HYBRID_MAP
customUI.maptypes.hybrid = false;
map.setUI(customUI);
}
}
//]]>
</script>
</head>
<body onload="initialize()" onunload="GUnload()">
<div id="map_canvas" style="width: 640px; height: 320px"></div>
</body>
</html>
|
third_party/blink/web_tests/compositing/overflow/composited-scroll-background-obscured-expected.html | nwjs/chromium.src | <!doctype HTML>
<div id="target" style="height: 100%; overflow-y:scroll; background-color: yellow; will-change: transform; width: 200px; height: 200px;">
<div style="width: 200px; height: 400px;"></div>
</div>
<script>
target.scrollTop = 200;
</script>
|
examples/html/earthquakes3.html | justvarshney/leaflet-dvf | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Examples - Earthquakes</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link href="../lib/bootstrap/css/bootstrap.css" rel="stylesheet">
<style>
body {
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */
}
.leaflet-tile-pane {
opacity: 0.3;
}
#map {
background-color: #090920;
}
</style>
<link rel="stylesheet" href="../lib/bootstrap/css/bootstrap-responsive.css" >
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../dist/css/dvf.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../css/example.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../css/ui.css" type="text/css" media="screen" />
</head>
<body>
<div class="navbar navbar-inverse">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">Earthquakes</a>
<div class="nav-collapse collapse">
<ul class="nav">
<li class="active"><a href="http://humangeo.github.io/leaflet-dvf">Home</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<div class="container-fluid">
<div class="row-fluid">
<div id="map"></div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','http://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42733116-1', 'humangeo.github.io');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="../lib/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.3/leaflet.js"></script>
<script type="text/javascript" src="../lib/date.format.js"></script>
<script type="text/javascript" src="http://maps.stamen.com/js/tile.stamen.js?v1.2.4"></script>
<script type="text/javascript" src="../../dist/leaflet-dvf.js"></script>
<script type="text/javascript">
map = null;
var lastLayer;
var legendControl;
// JSONP callback function for displaying the latest earthquake data
var eqfeed_callback = function (data) {
var now = Math.round((new Date()).getTime());
var start = now - 86400000;
var timeOpacityFunction = new L.LinearFunction(new L.Point(start,0.3), new L.Point(now,1));
// Setup a new data layer
var dataLayer = new L.RadialMeterMarkerDataLayer(data,{
recordsField: 'features',
geoJSONField: null,
locationMode: L.LocationModes.GEOJSON,
chartOptions: {
'properties.mag':{
color: '#000000',
minValue: 0,
maxValue: 10,
displayName: 'Magnitude'
}
},
displayOptions: {
'properties.mag':{
fillColor: new L.HSLHueFunction([0, 120], [10, 0])
}
},
layerOptions: {
numSegments: 8,
maxDegrees: 360.0,
barThickness: 15,
fillOpacity: 1.0,
opacity: 1,
weight: 0.5,
radius: 30,
gradient: true,
dropShadow: true,
lineCap: 'square',
lineJoin: 'miter'
},
tooltipOptions: {
iconSize: new L.Point(90,76),
iconAnchor: new L.Point(-4,76)
},
onEachRecord: function (layer,record) {
var $html = $(L.HTMLUtils.buildTable(record));
layer.bindPopup($html.wrap('<div/>').parent().html(),{
minWidth: 400,
maxWidth: 400
});
}
});
// Add the data layer to the map
map.addLayer(dataLayer);
lastLayer = dataLayer;
};
$(document).ready(function() {
// Function for resizing the map to fill the available space on the screen
var resize = function () {
var $map = $('#map');
$map.height($(window).height() - $('div.navbar').outerHeight());
if (map) {
map.invalidateSize();
}
};
// Resize the map element on window resize
$(window).on('resize', function () {
resize();
});
// Resize the map element
resize();
// Initialize the map
map = L.map('map').setView([0.0, 0.0], 2);
var baseLayer = new L.StamenTileLayer('toner', {
detectRetina: true
});
baseLayer.addTo(map);
var prccEarthquakesLayer = L.tileLayer('http://{s}.tiles.mapbox.com/v3/bclc-apec.map-rslgvy56/{z}/{x}/{y}.png', {
attribution: 'Map © Pacific Rim Coordination Center (PRCC). Certain data © <a href="http://openstreetmap.org">OpenStreetMap</a> contributors, <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>'
});
// Initialize the legend control and add it to the map
var legendControl = new L.Control.Legend();
legendControl.addTo(map);
var layerControl = new L.Control.Layers({
'Cloudmade': baseLayer,
'PRCC Earthquake Risk Zones': prccEarthquakesLayer
});
layerControl.addTo(map);
$.ajaxSetup({
cache:true
});
// Function for requesting the latest earthquakes from USGS
var getData = function () {
if (lastLayer) {
map.removeLayer(lastLayer);
}
$.ajax({
//url: 'http://earthquake.usgs.gov/earthquakes/feed/geojsonp/all/day',
url: 'http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojsonp',
type: 'GET',
dataType: 'jsonp',
jsonp: false
});
};
// Get the latest earthquake data
getData();
// Periodically request the latest data
setInterval(getData,300000);
});
</script>
</body>
</html>
|
node_modules/zombie/node_modules/html5/data/tree-construction/scriptdata01.dat-6/input.html | guhelski/tnsfpg | FOO<script></script foo=">" dd>BAR
|
node_modules/zappa/node_modules/coffeekup/examples/browser/regular/index.html | hanachin/favtile | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Client-side CoffeeKup (regular)</title>
<!-- jQuery is NOT required, used here for convenience -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script src="template.js"></script>
<script src="index.js"></script>
</head>
<body>
<h1>Client-side CoffeeKup (regular)</h1>
<p>Writing your app and templates in CoffeeScript but pre-compiling everything on the server-side.</p>
</body>
</html>
|
node_modules/musicmetadata/node_modules/sum-component/node_modules/to-function/node_modules/remove-try-require/node_modules/replace-method/node_modules/recast/node_modules/esprima/doc/index.html | danielearwicker/spiny | <!DOCTYPE html>
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>Esprima Documentation</title>
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" type="text/css" href="../assets/style.css"/>
<link rel="stylesheet" href="../assets/foundation/foundation.min.css">
<link rel="stylesheet" type="text/css" href="../assets/prettify/prettify.css"/>
<script type="text/javascript" src="../assets/prettify/prettify.js"></script>
<style>
pre.prettyprint {
border: 1px solid #ccc;
background-color: #f8f8f8;
border-radius: 3px;
padding: 6px 10px;
xfont-size: 13px;
xline-height: 19px;
margin-bottom: 14px;
}
</style>
</head>
<body onload="prettyPrint()">
<!-- Navigation bar -->
<div class="row">
<div class="twelve columns">
<nav class="top-bar">
<ul>
<li class="name">
<h1><a href="../index.html">Esprima</a></h1>
</li>
</ul>
<section>
<ul class="right">
<li class="divider show-for-medium-and-up"></li>
<li class="has-dropdown">
<a href="../demo/index.html">Demo</a>
<ul class="dropdown">
<li><label>Static Analysis</label></li>
<li><a href="../demo/parse.html">Online Parsing</a></li>
<li><a href="../demo/validate.html">Syntax Validator</a></li>
<li><a href="../demo/precedence.html">Operator Precedence</a></li>
<li><a href="../demo/collector.html">Regex Collector</a></li>
<li><label>Dynamic Tracing</label></li>
<li><a href="../demo/functiontrace.html">Function Instrumentation</a></li>
<li><label>Code Transformation</label></li>
<li><a href="../demo/rewrite.html">Source Rewrite</a></li>
<li><a href="../demo/minify.html">Minifiy & Obfuscate</a></li>
<li><label>Editing Tools</label></li>
<li><a href="../demo/highlight.html">Identifier Highlight</a></li>
<li><a href="../demo/autocomplete.html">Autocomplete</a></li>
</ul>
</li>
<li class="has-dropdown">
<a href="#">Project</a>
<ul class="dropdown">
<li><a href="http://github.com/ariya/esprima">Git Repository</a></li>
<li><a href="https://travis-ci.org/ariya/esprima">Continuous Integration</a></li>
<li><a href="http://groups.google.com/group/esprima">Mailing List</a></li>
<li><a href="http://issues.esprima.org/">Issue Tracker</a></li>
<li class="divider"></li>
<li><label>QA</label></li>
<li><a href="../test/index.html">Unit Tests</a></li>
<li><a href="../test/benchmarks.html">Benchmarks Suite</a></li>
<li><a href="../test/compat.html">Compatibility Tests</a></li>
<li><a href="../test/compare.html">Speed Comparison</a></li>
<li><a href="../test/module.html">Module Loading</a></li>
<li><a href="../test/coverage.html">Coverage Analysis</a></li>
</ul>
</li>
<li><a href="../doc/index.html">Documentation</a></li>
</ul>
</section>
</nav>
</div>
</div>
<!-- Title and subtitle -->
<div class="row">
<div class="twelve columns">
<h3 class="subheader"><strong>Documentation</strong> on using Esprima</h3>
</div>
</div>
<!-- Main content -->
<div class="row">
<div class="eight columns">
<h4 id="usage">Basic Usage</h4>
<p>Esprima runs on web browsers (IE 8+, modern browsers) as well as
<a href="http://www.mozilla.org/rhino">Rhino</a> and <a href="http://nodejs.org">Node.js</a>.</p>
<h5>In a web browser</h5>
<p>Just include the source file:</p>
<pre class="prettyprint lang-html">
<script src="esprima.js"></script>
</pre>
<p>The module <code>esprima</code> will be available as part of the global window object:</p>
<pre class="prettyprint lang-js">
var syntax = esprima.parse('var answer = 42');
</pre>
<p>Since Esprima supports <a href="https://github.com/amdjs/amdjs-api/wiki/AMD">AMD</a> (Asynchronous Module Definition), it can be loaded via a module loader such as <a href="http://requirejs.org">RequireJS</a>:</p>
<pre class="prettyprint lang-js">
require(['esprima'], function (parser) {
// Do something with parser, e.g.
var syntax = parser.parse('var answer = 42');
console.log(JSON.stringify(syntax, null, 4));
});
</pre>
<p>Since Esprima is available as a <a href="http://twitter.github.com/bower/">Bower</a> component, it can be installed with:</p>
<pre class="prettyprint lang-bsh">
bower install esprima
</pre>
<p>Obviously, it can be used with <a href="http://yeoman.io/packagemanager.html">Yeoman</a> as well:</p>
<pre class="prettyprint lang-bsh">
yeoman install esprima
</pre>
<h5>With Node.js</h5>
<p>Esprima is available as a Node.js <a href="https://npmjs.org/package/esprima">package</a>, install it using npm:</p>
<pre class="prettyprint lang-bsh">
npm install esprima
</pre>
<p>Load the module with <code>require</code> and use it:</p>
<pre class="prettyprint lang-js">
var esprima = require('esprima');
console.log(JSON.stringify(esprima.parse('var answer = 42'), null, 4));
</pre>
<h5>With Rhino</h5>
<p>Load the source file from another script:</p>
<pre class="prettyprint lang-js">
load('/path/to/esprima.js');
</pre>
<p>The module <code>esprima</code> will be available as part of the global object:</p>
<pre class="prettyprint lang-js">
var syntax = esprima.parse('42');
print(JSON.stringify(syntax, null, 2));
</pre>
<h5>Parsing Interface</h5>
<p>Basic usage:
<pre class="prettyprint lang-js">
esprima.parse(code, options);
</pre>
<p>The output of the parser is the syntax tree formatted in <a href="http://www.json.org">JSON</a>, see the following <a href="#ast">Syntax Tree Format</a> section.</p>
<p>Available options so far (by default, every option <b>false</b>):</p>
<table>
<tr>
<th>Option</th>
<th>When set to true</th>
</tr>
<tr>
<td>loc</td>
<td>Nodes have line and column-based location info</td>
</tr>
<tr>
<td>range</td>
<td>Nodes have an index-based location range (array)</td>
</tr>
<tr>
<td>raw</td>
<td>Literals have extra property which stores the verbatim source</td>
</tr>
<tr>
<td>tokens</td>
<td>An extra array containing all found tokens</td>
</tr>
<tr>
<td>comment</td>
<td>An extra array containing all line and block comments</td>
</tr>
<tr>
<td>tolerant</td>
<td>An extra array containing all errors found,
attempts to continue parsing when an error is encountered</td>
</tr>
</table>
<p>The easiest way to see the different output based on various option settings is to use the <a href="../demo/parse.html">online parser demo</a>.
<p><b>Note</b>: In version > 1.0, <code>raw</code> is ignored since literals always include the verbatim source.</p>
<h4 id="examples">Examples</h4>
<h5 id="nestedternary">Detect Nested Ternary Conditionals</h5>
<p>The script <code>detectnestedternary.js</code> in the <code>examples/</code> subdirectory is using Esprima to look for a ternary conditional, i.e. <a href="http://en.wikipedia.org/wiki/%3F:">operator ?:</a>, which is immediately followed (in one of its code paths) by another ternary conditional. The script can be invoked from the command-line with Node.js:</p>
<pre class="prettyprint lang-bsh">
node detectnestedternary.js /some/path
</pre>
<p>An example code fragment which will be flagged by this script as having a nested ternary conditional:</p>
<pre class="prettyprint lang-js">
var str = (age < 1) ? "baby" :
(age < 5) ? "toddler" :
(age < 18) ? "child": "adult";
</pre>
<p>which will yield the following report:</p>
<pre>
Line 1 : Nested ternary for "age < 1"
Line 2 : Nested ternary for "age < 5"
</pre>
<h5 id="booleantrap">Find Possible Boolean Traps</h5>
<p>The script <code>findbooleantrap.js</code> in the <code>examples/</code> subdirectory is using Esprima to detect some possible cases of Boolean trap, i.e. the use of Boolean literal which may lead to ambiguities and lack of readability. The script can be invoked from command-line with Node.js:</p>
<pre class="prettyprint lang-bsh">
node findbooleantrap.js /some/path
</pre>
It will search for all files (recursively) in the given path, try to parse each file, and then look for signs of Boolean traps:
<ul>
<li>Literal used with a non-setter function (assumption: setter starts with the "set" prefix):</li>
<pre class="prettyprint lang-js">this.refresh(true);</pre>
<li>Literal used with a function whose name may have a double-negative interpretation:</li>
<pre class="prettyprint lang-js">item.setHidden(false);</pre>
<li>Two different literals in a single function call:</li>
<pre class="prettyprint lang-js">element.stop(true, false);</pre>
<li>Multiple literals in a single function invocation:</li>
<pre class="prettyprint lang-js">event.initKeyEvent("keypress", true, true, null, null,
false, false, false, false, 9, 0);</pre>
<li>Ambiguous Boolean literal as the last argument:</li>
<pre class="prettyprint lang-js">return getSomething(obj, false);</pre>
</ul>
For some more info, read also the blog post on <a href="http://ariya.ofilabs.com/2011/08/hall-of-api-shame-boolean-trap.html">Boolean trap</a>.
<h4 id="ast">Syntax Tree Format</h4>
<p>The output of the parser is expected to be compatible with Mozilla SpiderMonkey <a href="https://developer.mozilla.org/en/SpiderMonkey/Parser_API">Parser API</a>.
The best way to understand various different constructs is the online <a href="../demo/parse.html">parser demo</a> which shows the syntax tree (formatted with JSON.stringify) corresponding to the typed code.
The simplest example is as follows. If the following code is executed:
<pre class="prettyprint lang-js">
esprima.parse('var answer = 42;');
</pre>
then the return value will be (JSON formatted):
<pre class="prettyprint lang-js">
{
type: 'Program',
body: [
{
type: 'VariableDeclaration',
declarations: [
{
type: 'AssignmentExpression',
operator: =,
left: {
type: 'Identifier',
name: 'answer'
},
right: {
type: 'Literal',
value: 42
}
}
]
}
]
}
</pre>
<h4 id="contribution">Contribution Guide</h4>
<h5>Guidelines</h5>
<p>Contributors are mandated to follow the guides described in the following sections. Any contribution which do not conform to the guides may be rejected.</p>
<h4>Laundry list</h4>
<p>Before creating <a href="http://help.github.com/pull-requests/">pull requests</a>, make sure the following applies.</p>
<p>There is a corresponding issue. If there is no issue yet, <a href="http://code.google.com/p/esprima/issues/entry">create one</a> in the issue tracker.</p>
<p>The commit log links the corresponding issue (usually as the last line).</p>
<p>No functional regression. Run all <a href="#unittests">unit tests</a>.</p>
<p>No coverage regression. Run the <a href="#coverage">code coverage analysis</a>.</p>
<p>Each commit must be granular. Big changes should be splitted into smaller commits.</p>
<p>Write understandable code. No need to be too terse (or even obfuscated).</p>
<p><a href="http://jslint.com">JSLint</a> does not complain.</p>
<p>A new feature must be accompanied with unit tests. No compromise.</p>
<p>A new feature should not cause performance loss. Verify with the <a href="#benchmark">benchmark tests</a>.</p>
<p>Performance improvement should be backed up by actual conclusive speed-up in the benchmark suite.</p>
<h4>Coding style</h4>
<p>Indentation is 4 spaces.</p>
<p>Open curly brace is at the end of the line.</p>
<p>String literal uses single quote (') and not double quote (").</p>
<h4>Commit message</h4>
<p>Bad:</p>
<pre>
Fix a problem with Firefox.
</pre>
<p>The above commit is too short and useless in the long term.</p>
<p>Good:</p>
<pre>
Add support for labeled statement.
It is covered in ECMAScript Language Specification Section 12.12.
This also fixes parsing MooTools and JSLint code.
Running the benchmarks suite show negligible performance loss.
http://code.google.com/p/esprima/issues/detail?id=10
http://code.google.com/p/esprima/issues/detail?id=15
http://code.google.com/p/esprima/issues/detail?id=16
</pre>
<p><strong>Important aspects</strong>:</p>
<ul>
<li>The first line is the short description, useful for per-line commit view and thus keep it under 80 characters.</li>
<li>The next paragraphs should provide more explanation (if needed).</li>
<li>Describe the testing situation (new unit/benchmark test, change in performance, etc).</li>
<li>Put the link to the issues for cross-ref.</li>
</ul>
<h4>Baseline syntax tree as the expected result</h4>
<p>The test suite contains a collection of a pair of code and its syntax tree. To generate the syntax tree suitably formatted for the test fixture, use the included helper script <code>tools/generate-test-fixture.js</code> (with Node.js), e.g.:
<pre class="prettyprint lang-bsh">
node tools/generate-test-fixture.js "var answer = 42"
</pre>
The syntax tree will be printed out to the console. This can be used in the test fixture.
<h5 id="tests">Test Workflow</h5>
<p>Before running the tests, prepare the tools via:</p>
<pre class="prettyprint lang-bsh">
npm install
</pre>
<h4 id="unittests">Unit tests</h4>
<p>Browser-based unit testing is available by opening <code>test/index.html</code> in the source tree. The online version is <a href="http://esprima.org/test">esprima.org/test</a>.</p>
<p>Command-line testing using Node.js:</p>
<pre class="prettyprint">npm test</pre>
<h4 id="coverage">Code coverage test</h4>
<p>Note: you need to use Node.js 0.6 or later version.</p>
<p>Install istanbul:</p>
<pre class="prettyprint lang-bsh">sudo npm install -g istanbul</pre>
<p>Run it in Esprima source tree:</p>
<pre class="prettyprint lang-bsh">istanbul cover test/runner.js</pre>
<p>To get the detailed report, open <code>coverage/lcov-report/index.html</code> file and choose <code>esprima.js</code> from the list.</p>
<h4 id="benchmark">Benchmark tests</h4>
<p>Available by opening <code>test/benchmarks.html</code> in the source tree. The online version is <a href="http://esprima.org/test/benchmarks.html">esprima.org/test/benchmarks.html</a>.</p>
<p>Note: Because the corpus is fetched via XML HTTP Request, the benchmarks test needs to be served via a web server and not local file.</p>
<p>It is important to run this with various browsers to cover different JavaScript engines.</p>
<p>Command-line benchmark using Node.js:</p>
<pre class="prettyprint lang-bsh">node test/benchmark.js</pre>
<p>Command-line benchmark using V8 shell:</p>
<pre class="prettyprint lang-bsh">/path/to/v8/shell test/benchmark.js</pre>
<h4>Speed comparison tests</h4>
<p>Available by opening <code>test/compare.html</code>. The online version is <a href="http://esprima.org/test/compare.html">esprima.org/test/compare.html</a>.</p>
<p>Note: Because the corpus is fetched via XML HTTP Request, the benchmarks test needs to be served via a web server and not local file.</p>
<p><strong>Warning</strong>: Since each parser has a different format for the syntax tree, the speed is not fully comparable (the cost of constructing different result is not taken into account). These tests exist only to ensure that Esprima parser is not ridiculously slow, e.g. one magnitude slower compare to other parsers.</p>
<h4 id="license">License</h4>
<p>Copyright (C) 2012, 2011 Ariya Hidayat and other contributors.</p>
<p>Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:</p>
<ul class="square">
<li>Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.</li>
<li>Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.</li>
</ul>
<p>THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</p>
</div>
<div class="four columns">
<div class="panel">
<p><b>Contents</b></p>
<ol>
<li><a href="#usage">Basic Usage</a></li>
<li><a href="#examples">Examples</a></li>
<li><a href="#ast">Syntax Tree Format</a></li>
<li><a href="#contribution">Contribution Guide</a></li>
<li><a href="#license">License</a></li>
</ol>
</div>
</div>
</div>
<!-- Footer -->
<div class="row copyright">
<div class="six columns">
<p>Esprima is created and mantained by <a href="http://ariya.ofilabs.com/about">Ariya Hidayat</a>.</p>
</div>
<div class="six columns">
<ul class="link-list right">
<li><a href="http://twitter.com/esprima">@Esprima</a></li>
<li><a href="https://github.com/ariya/esprima">GitHub</a></li>
</ul>
</div>
</div>
</body>
</html>
|
travel/readme.html | kumarnavinrai/travelapi | <!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>WordPress › ReadMe</title>
<link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
</head>
<body>
<h1 id="logo">
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
<br /> Version 4.4.4
</h1>
<p style="text-align: center">Semantic Personal Publishing Platform</p>
<h2>First Things First</h2>
<p>Welcome. WordPress is a very special project to me. Every developer and contributor adds something unique to the mix, and together we create something beautiful that I’m proud to be a part of. Thousands of hours have gone into WordPress, and we’re dedicated to making it better every day. Thank you for making it part of your world.</p>
<p style="text-align: right">— Matt Mullenweg</p>
<h2>Installation: Famous 5-minute install</h2>
<ol>
<li>Unzip the package in an empty directory and upload everything.</li>
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser. It will take you through the process to set up a <code>wp-config.php</code> file with your database connection details.
<ol>
<li>If for some reason this doesn’t work, don’t worry. It doesn’t work on all web hosts. Open up <code>wp-config-sample.php</code> with a text editor like WordPad or similar and fill in your database connection details.</li>
<li>Save the file as <code>wp-config.php</code> and upload it.</li>
<li>Open <span class="file"><a href="wp-admin/install.php">wp-admin/install.php</a></span> in your browser.</li>
</ol>
</li>
<li>Once the configuration file is set up, the installer will set up the tables needed for your blog. If there is an error, double check your <code>wp-config.php</code> file, and try again. If it fails again, please go to the <a href="https://wordpress.org/support/" title="WordPress support">support forums</a> with as much data as you can gather.</li>
<li><strong>If you did not enter a password, note the password given to you.</strong> If you did not provide a username, it will be <code>admin</code>.</li>
<li>The installer should then send you to the <a href="wp-login.php">login page</a>. Sign in with the username and password you chose during the installation. If a password was generated for you, you can then click on “Profile” to change the password.</li>
</ol>
<h2>Updating</h2>
<h3>Using the Automatic Updater</h3>
<p>If you are updating from version 2.7 or higher, you can use the automatic updater:</p>
<ol>
<li>Open <span class="file"><a href="wp-admin/update-core.php">wp-admin/update-core.php</a></span> in your browser and follow the instructions.</li>
<li>You wanted more, perhaps? That’s it!</li>
</ol>
<h3>Updating Manually</h3>
<ol>
<li>Before you update anything, make sure you have backup copies of any files you may have modified such as <code>index.php</code>.</li>
<li>Delete your old WordPress files, saving ones you’ve modified.</li>
<li>Upload the new files.</li>
<li>Point your browser to <span class="file"><a href="wp-admin/upgrade.php">/wp-admin/upgrade.php</a>.</span></li>
</ol>
<h2>Migrating from other systems</h2>
<p>WordPress can <a href="https://codex.wordpress.org/Importing_Content">import from a number of systems</a>. First you need to get WordPress installed and working as described above, before using <a href="wp-admin/import.php" title="Import to WordPress">our import tools</a>.</p>
<h2>System Requirements</h2>
<ul>
<li><a href="http://php.net/">PHP</a> version <strong>5.2.4</strong> or higher.</li>
<li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.0</strong> or higher.</li>
</ul>
<h3>Recommendations</h3>
<ul>
<li><a href="http://php.net/">PHP</a> version <strong>5.6</strong> or higher.</li>
<li><a href="http://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or higher.</li>
<li>The <a href="http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
<li>A link to <a href="https://wordpress.org/">wordpress.org</a> on your site.</li>
</ul>
<h2>Online Resources</h2>
<p>If you have any questions that aren’t addressed in this document, please take advantage of WordPress’ numerous online resources:</p>
<dl>
<dt><a href="https://codex.wordpress.org/">The WordPress Codex</a></dt>
<dd>The Codex is the encyclopedia of all things WordPress. It is the most comprehensive source of information for WordPress available.</dd>
<dt><a href="https://wordpress.org/news/">The WordPress Blog</a></dt>
<dd>This is where you’ll find the latest updates and news related to WordPress. Recent WordPress news appears in your administrative dashboard by default.</dd>
<dt><a href="https://planet.wordpress.org/">WordPress Planet</a></dt>
<dd>The WordPress Planet is a news aggregator that brings together posts from WordPress blogs around the web.</dd>
<dt><a href="https://wordpress.org/support/">WordPress Support Forums</a></dt>
<dd>If you’ve looked everywhere and still can’t find an answer, the support forums are very active and have a large community ready to help. To help them help you be sure to use a descriptive thread title and describe your question in as much detail as possible.</dd>
<dt><a href="https://codex.wordpress.org/IRC">WordPress <abbr title="Internet Relay Chat">IRC</abbr> Channel</a></dt>
<dd>There is an online chat channel that is used for discussion among people who use WordPress and occasionally support topics. The above wiki page should point you in the right direction. (<a href="irc://irc.freenode.net/wordpress">irc.freenode.net #wordpress</a>)</dd>
</dl>
<h2>Final Notes</h2>
<ul>
<li>If you have any suggestions, ideas, or comments, or if you (gasp!) found a bug, join us in the <a href="https://wordpress.org/support/">Support Forums</a>.</li>
<li>WordPress has a robust plugin <abbr title="application programming interface">API</abbr> that makes extending the code easy. If you are a developer interested in utilizing this, see the <a href="https://codex.wordpress.org/Plugin_API" title="WordPress plugin API">plugin documentation in the Codex</a>. You shouldn’t modify any of the core code.</li>
</ul>
<h2>Share the Love</h2>
<p>WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgable than yourself, or writing the author of a media article that overlooks us.</p>
<p>WordPress is the official continuation of <a href="http://cafelog.com/">b2/cafélog</a>, which came from Michel V. The work has been continued by the <a href="https://wordpress.org/about/">WordPress developers</a>. If you would like to support WordPress, please consider <a href="https://wordpress.org/donate/" title="Donate to WordPress">donating</a>.</p>
<h2>License</h2>
<p>WordPress is free software, and is released under the terms of the <abbr title="GNU General Public License">GPL</abbr> version 2 or (at your option) any later version. See <a href="license.txt">license.txt</a>.</p>
</body>
</html>
|
lib/boost/doc/html/boost/date_time/string_parse_tree.html | Bloodyaugust/sugarlabcppboilerplate | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template string_parse_tree</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../date_time/doxy.html#header.boost.date_time.string_parse_tree_hpp" title="Header <boost/date_time/string_parse_tree.hpp>">
<link rel="prev" href="parse_match_result.html" title="Struct template parse_match_result">
<link rel="next" href="gather_month_strings.html" title="Function template gather_month_strings">
</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="parse_match_result.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.string_parse_tree_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="gather_month_strings.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.date_time.string_parse_tree"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template string_parse_tree</span></h2>
<p>boost::date_time::string_parse_tree — Recursive data structure to allow efficient parsing of various strings. </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: <<a class="link" href="../../date_time/doxy.html#header.boost.date_time.string_parse_tree_hpp" title="Header <boost/date_time/string_parse_tree.hpp>">boost/date_time/string_parse_tree.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> charT<span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="string_parse_tree.html" title="Struct template string_parse_tree">string_parse_tree</a> <span class="special">{</span>
<span class="comment">// types</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">multimap</span><span class="special"><</span> <span class="identifier">charT</span><span class="special">,</span> <a class="link" href="string_parse_tree.html" title="Struct template string_parse_tree">string_parse_tree</a><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">></span> <a name="boost.date_time.string_parse_tree.ptree_coll"></a><span class="identifier">ptree_coll</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">multimap</span><span class="special"><</span> <span class="identifier">charT</span><span class="special">,</span> <a class="link" href="string_parse_tree.html" title="Struct template string_parse_tree">string_parse_tree</a> <span class="special">></span> <a name="boost.date_time.string_parse_tree.ptree_coll"></a><span class="identifier">ptree_coll</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">ptree_coll</span><span class="special">::</span><span class="identifier">value_type</span> <a name="boost.date_time.string_parse_tree.value_type"></a><span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">ptree_coll</span><span class="special">::</span><span class="identifier">iterator</span> <a name="boost.date_time.string_parse_tree.iterator"></a><span class="identifier">iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">ptree_coll</span><span class="special">::</span><span class="identifier">const_iterator</span> <a name="boost.date_time.string_parse_tree.const_iterator"></a><span class="identifier">const_iterator</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <a name="boost.date_time.string_parse_tree.string_type"></a><span class="identifier">string_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">vector</span><span class="special"><</span> <span class="identifier">std</span><span class="special">::</span><span class="identifier">basic_string</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">></span> <a name="boost.date_time.string_parse_tree.collection_type"></a><span class="identifier">collection_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <a class="link" href="parse_match_result.html" title="Struct template parse_match_result">parse_match_result</a><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <a name="boost.date_time.string_parse_tree.parse_match_result_type"></a><span class="identifier">parse_match_result_type</span><span class="special">;</span>
<span class="comment">// <a class="link" href="string_parse_tree.html#boost.date_time.string_parse_treeconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="string_parse_tree.html#idp63968320-bb"><span class="identifier">string_parse_tree</span></a><span class="special">(</span><span class="identifier">collection_type</span><span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="string_parse_tree.html#idp90538368-bb"><span class="identifier">string_parse_tree</span></a><span class="special">(</span><span class="keyword">short</span> <span class="special">=</span> <span class="special">-</span><span class="number">1</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="string_parse_tree.html#idp101184272-bb">public member functions</a></span>
<span class="keyword">void</span> <a class="link" href="string_parse_tree.html#idp101184832-bb"><span class="identifier">insert</span></a><span class="special">(</span><span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">short</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">short</span> <a class="link" href="string_parse_tree.html#idp32828272-bb"><span class="identifier">match</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span><span class="special">,</span> <a class="link" href="string_parse_tree.html#boost.date_time.string_parse_tree.parse_match_result_type">parse_match_result_type</a> <span class="special">&</span><span class="special">,</span>
<span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="special">&</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<a class="link" href="string_parse_tree.html#boost.date_time.string_parse_tree.parse_match_result_type">parse_match_result_type</a>
<a class="link" href="string_parse_tree.html#idp45827072-bb"><span class="identifier">match</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span><span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <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="string_parse_tree.html#idp100411344-bb"><span class="identifier">printme</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span><span class="special">,</span> <span class="keyword">int</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="string_parse_tree.html#idp104876048-bb"><span class="identifier">print</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">void</span> <a class="link" href="string_parse_tree.html#idp104779024-bb"><span class="identifier">printmatch</span></a><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span><span class="special">,</span> <span class="identifier">charT</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// public data members</span>
<span class="identifier">ptree_coll</span> <span class="identifier">m_next_chars</span><span class="special">;</span>
<span class="keyword">short</span> <span class="identifier">m_value</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp188498624"></a><h2>Description</h2>
<p>This class provides a quick lookup by building what amounts to a tree data structure. It also features a match function which can can handle nasty input interators by caching values as it recurses the tree so that it can backtrack as needed. </p>
<div class="refsect2">
<a name="idp188499552"></a><h3>
<a name="boost.date_time.string_parse_treeconstruct-copy-destruct"></a><code class="computeroutput">string_parse_tree</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp63968320-bb"></a><span class="identifier">string_parse_tree</span><span class="special">(</span><span class="identifier">collection_type</span> names<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">int</span> starting_point <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>
<p>Parameter "starting_point" designates where the numbering begins. A starting_point of zero will start the numbering at zero (Sun=0, Mon=1, ...) were a starting_point of one starts the numbering at one (Jan=1, Feb=2, ...). The default is zero, negative vaules are not allowed </p>
</li>
<li class="listitem"><pre class="literallayout"><a name="idp90538368-bb"></a><span class="identifier">string_parse_tree</span><span class="special">(</span><span class="keyword">short</span> value <span class="special">=</span> <span class="special">-</span><span class="number">1</span><span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp188516064"></a><h3>
<a name="idp101184272-bb"></a><code class="computeroutput">string_parse_tree</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="idp101184832-bb"></a><span class="identifier">insert</span><span class="special">(</span><span class="keyword">const</span> <span class="identifier">string_type</span> <span class="special">&</span> s<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">short</span> value<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">short</span> <a name="idp32828272-bb"></a><span class="identifier">match</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span> sitr<span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span> stream_end<span class="special">,</span>
<a class="link" href="string_parse_tree.html#boost.date_time.string_parse_tree.parse_match_result_type">parse_match_result_type</a> <span class="special">&</span> result<span class="special">,</span> <span class="keyword">unsigned</span> <span class="keyword">int</span> <span class="special">&</span> level<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Recursive function that finds a matching string in the tree. <p>Must check match_results::has_remaining() after match() is called. This is required so the user can determine if stream iterator is already pointing to the expected character or not (match() might advance sitr to next char in stream).</p>
<p>A <code class="computeroutput"><a class="link" href="parse_match_result.html" title="Struct template parse_match_result">parse_match_result</a></code> that has been returned from a failed match attempt can be sent in to the match function of a different <code class="computeroutput"><a class="link" href="string_parse_tree.html" title="Struct template string_parse_tree">string_parse_tree</a></code> to attempt a match there. Use the iterators for the partially consumed stream, the <code class="computeroutput"><a class="link" href="parse_match_result.html" title="Struct template parse_match_result">parse_match_result</a></code> object, and '0' for the level parameter. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a class="link" href="string_parse_tree.html#boost.date_time.string_parse_tree.parse_match_result_type">parse_match_result_type</a>
<a name="idp45827072-bb"></a><span class="identifier">match</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span> sitr<span class="special">,</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">istreambuf_iterator</span><span class="special"><</span> <span class="identifier">charT</span> <span class="special">></span> <span class="special">&</span> stream_end<span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>Must check match_results::has_remaining() after match() is called. This is required so the user can determine if stream iterator is already pointing to the expected character or not (match() might advance sitr to next char in stream). </p>
</li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp100411344-bb"></a><span class="identifier">printme</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span> os<span class="special">,</span> <span class="keyword">int</span> <span class="special">&</span> level<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp104876048-bb"></a><span class="identifier">print</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span> os<span class="special">)</span><span class="special">;</span></pre></li>
<li class="listitem"><pre class="literallayout"><span class="keyword">void</span> <a name="idp104779024-bb"></a><span class="identifier">printmatch</span><span class="special">(</span><span class="identifier">std</span><span class="special">::</span><span class="identifier">ostream</span> <span class="special">&</span> os<span class="special">,</span> <span class="identifier">charT</span> c<span class="special">)</span><span class="special">;</span></pre></li>
</ol></div>
</div>
</div>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2001-2005 CrystalClear Software, Inc<p>Subject to the Boost Software License, Version 1.0. (See accompanying file
<code class="filename">LICENSE_1_0.txt</code> 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="parse_match_result.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../date_time/doxy.html#header.boost.date_time.string_parse_tree_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="gather_month_strings.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
wp-content/plugins/wpfront-user-role-editor/css/admin-style.css | konsultanblog/tagamon | #adminmenu ul.wp-submenu li a span.wpfront-go-pro {
color: #F18500;
} |
templates/paginator.html | ganxueliang88/idracserver | <div class="col-sm-6">
<div class="dataTables_paginate paging_simple_numbers" id="editable_paginate">
<ul class="pagination" style="margin-top: 0; float: right">
{% if contacts.has_previous %}
<li class="paginate_button previous" aria-controls="editable" tabindex="0" id="editable_previous">
<a class="page" href="?page={{ contacts.previous_page_number }}">Previous</a>
</li>
{% else %}
<li class="paginate_button previous disabled" aria-controls="editable" tabindex="0" id="editable_previous">
<a class="page" href="#">Previous</a>
</li>
{% endif %}
{% ifequal show_first 1 %}
<li class="paginate_button" aria-controls="editable" tabindex="0"><a class="page" href="?page=1" title="第1页">1...</a></li>
{% endifequal %}
{% for page in page_range %}
{% ifequal current_page page %}
<li class="paginate_button active" aria-controls="editable" tabindex="0"><a class="page" href="?page={{ page }}" title="第{{ page }}页">{{ page }}</a></li>
{% else %}
<li class="paginate_button" aria-controls="editable" tabindex="0"><a class="page" href="?page={{ page }}" title="第{{ page }}页">{{ page }}</a></li>
{% endifequal %}
{% endfor %}
{% ifequal show_end 1 %}
<li class="paginate_button" aria-controls="editable" tabindex="0"><a class="page" href="?page={{ p.num_pages }}" title="第{{ page }}页">...{{ p.num_pages }}</a></li>
{% endifequal %}
{% if contacts.has_next %}
<li class="paginate_button next" aria-controls="editable" tabindex="0" id="editable_next">
<a class="page" href="?page={{ contacts.next_page_number }}">Next</a>
</li>
{% else %}
<li class="paginate_button next disabled" aria-controls="editable" tabindex="0" id="editable_next">
<a class="page" href="#">Next</a>
</li>
{% endif %}
</ul>
</div>
</div>
<script>
function sleep(n) { //n表示的毫秒数
var start = new Date().getTime();
while (true) if (new Date().getTime() - start > n) break;
}
$(document).ready(function(){
$('.page').click(function(){
var searchStr = location.search;
var old_href = $(this).attr('href').replace('?', '');
var searchArray = searchStr.split('&');
if (searchStr == ''){
searchStr = '?page=1'
}
if (searchStr.indexOf('page')>=0){
searchArray.pop();
}
searchArray.push(old_href);
if (searchArray.length > 1) {
$(this).attr('href', searchArray.join('&'));
}
{# sleep(1000)#}
})
});
</script>
|
lib/boost/doc/html/boost_asio/reference/serial_port_service/construct.html | Bloodyaugust/sugarlabcppboilerplate | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>serial_port_service::construct</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../serial_port_service.html" title="serial_port_service">
<link rel="prev" href="close.html" title="serial_port_service::close">
<link rel="next" href="destroy.html" title="serial_port_service::destroy">
</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="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../serial_port_service.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="destroy.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.serial_port_service.construct"></a><a class="link" href="construct.html" title="serial_port_service::construct">serial_port_service::construct</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp161965248"></a>
Construct a new serial port implementation.
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">construct</span><span class="special">(</span>
<span class="identifier">implementation_type</span> <span class="special">&</span> <span class="identifier">impl</span><span class="special">);</span>
</pre>
</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 © 2003-2015 Christopher M.
Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="close.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../serial_port_service.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="destroy.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
source/api/apidocs-4.3/root_admin/deleteExternalLoadBalancer.html | resmo/cloudstack-www | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 1.0 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="../includes/main.css" type="text/css">
<link rel="shortcut icon" href="../favicon.ico" type="image/x-icon">
<title>Apache CloudStack | The Power Behind Your Cloud</title>
</head>
<body>
<div id="insidetopbg">
<div id="inside_wrapper">
<div class="uppermenu_panel">
<div class="uppermenu_box"></div>
</div>
<div id="main_master">
<div id="inside_header">
<div class="header_top">
<a class="cloud_logo" href="http://cloudstack.org"></a>
<div class="mainemenu_panel"></div>
</div>
</div>
<div id="main_content">
<div class="inside_apileftpanel">
<div class="inside_contentpanel" style="width:930px;">
<div class="api_titlebox">
<div class="api_titlebox_left">
<span>
Apache CloudStack v4.3.0 Root Admin API Reference
</span>
<p></p>
<h1>deleteExternalLoadBalancer</h1>
<p>Deletes a F5 external load balancer appliance added in a zone.</p>
</div>
<div class="api_titlebox_right">
<a class="api_backbutton" href="../TOC_Root_Admin.html"></a>
</div>
</div>
<div class="api_tablepanel">
<h2>Request parameters</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Parameter Name</strong></td><td style="width:500px;">Description</td><td style="width:180px;">Required</td>
</tr>
<tr>
<td style="width:200px;"><strong>id</strong></td><td style="width:500px;"><strong>Id of the external loadbalancer appliance.</strong></td><td style="width:180px;"><strong>true</strong></td>
</tr>
</table>
</div>
<div class="api_tablepanel">
<h2>Response Tags</h2>
<table class="apitable">
<tr class="hed">
<td style="width:200px;"><strong>Response Name</strong></td><td style="width:500px;">Description</td>
</tr>
<tr>
<td style="width:200px;"><strong>displaytext</strong></td><td style="width:500px;">any text associated with the success or failure</td>
</tr>
<tr>
<td style="width:200px;"><strong>success</strong></td><td style="width:500px;">true if operation is executed successfully</td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div id="comments_thread">
<script type="text/javascript" src="https://comments.apache.org/show_comments.lua?site=test" async="true"></script>
<noscript>
<iframe width="930" height="500" src="https://comments.apache.org/iframe.lua?site=test&page=4.3.0/rootadmin"></iframe>
</noscript>
</div>
<div id="footer_mainmaster">
<p>Copyright © 2013 The Apache Software Foundation, Licensed under the
<a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0.</a>
<br>
Apache, CloudStack, Apache CloudStack, the Apache CloudStack logo, the CloudMonkey logo and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
</div>
</div>
</div>
</div>
</body>
</html>
|
node_modules/zombie/node_modules/html5/data/tree-construction/tests15.dat-1/input.html | danpomerantz/buses | <p><b><i><u></p>
<p>X
|
testeJsGaleria/js/jquery-ui-1.10.3/demos/datepicker/min-max.html | dereckleme/siteBouts | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Restrict date range</title>
<link rel="stylesheet" href="../../themes/base/jquery.ui.all.css">
<script src="../../jquery-1.9.1.js"></script>
<script src="../../ui/jquery.ui.core.js"></script>
<script src="../../ui/jquery.ui.widget.js"></script>
<script src="../../ui/jquery.ui.datepicker.js"></script>
<link rel="stylesheet" href="../demos.css">
<script>
$(function() {
$( "#datepicker" ).datepicker({ minDate: -20, maxDate: "+1M +10D" });
});
</script>
</head>
<body>
<p>Date: <input type="text" id="datepicker"></p>
<div class="demo-description">
<p>Restrict the range of selectable dates with the <code>minDate</code> and <code>maxDate</code> options. Set the beginning and end dates as actual dates (new Date(2009, 1 - 1, 26)), as a numeric offset from today (-20), or as a string of periods and units ('+1M +10D'). For the last, use 'D' for days, 'W' for weeks, 'M' for months, or 'Y' for years.</p>
</div>
</body>
</html>
|
web/js/fckeditor/_samples/html/assets/sample11_frame.html | jonathanaraul/lavictoriacultural | <!--
* FCKeditor - The text editor for Internet - http://www.fckeditor.net
* Copyright (C) 2003-2008 Frederico Caldeira Knabben
*
* == BEGIN LICENSE ==
*
* Licensed under the terms of any of the following licenses at your
* choice:
*
* - GNU General Public License Version 2 or later (the "GPL")
* http://www.gnu.org/licenses/gpl.html
*
* - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
* http://www.gnu.org/licenses/lgpl.html
*
* - Mozilla Public License Version 1.1 or later (the "MPL")
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* == END LICENSE ==
*
* Sample page.
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>FCKeditor - Sample</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="robots" content="noindex, nofollow" />
<link href="../sample.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="../../../fckeditor.js"></script>
</head>
<body>
<form action="../../php/sampleposteddata.php" method="post" target="_blank">
Normal text field:<br />
<input name="NormaText" value="Plain Text" />
<br />
<br />
FCKeditor 1:
<script type="text/javascript">
<!--
// Automatically calculates the editor base path based on the _samples directory.
// This is usefull only for these samples. A real application should use something like this:
// oFCKeditor.BasePath = '/fckeditor/' ; // '/fckeditor/' is the default value.
var sBasePath = document.location.href.substring(0,document.location.href.lastIndexOf('_samples')) ;
var oFCKeditor = new FCKeditor( 'FCKeditor_1' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Height = 100 ;
oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:parent(xToolbar)' ;
oFCKeditor.Value = '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
oFCKeditor.Create() ;
//-->
</script>
<br />
FCKeditor 2:
<script type="text/javascript">
<!--
oFCKeditor = new FCKeditor( 'FCKeditor_2' ) ;
oFCKeditor.BasePath = sBasePath ;
oFCKeditor.Height = 100 ;
oFCKeditor.Config[ 'ToolbarLocation' ] = 'Out:parent(xToolbar)' ;
oFCKeditor.Value = '<p>This is some <strong>sample text<\/strong>. You are using <a href="http://www.fckeditor.net/">FCKeditor<\/a>.<\/p>' ;
oFCKeditor.Create() ;
//-->
</script>
<br />
<input type="submit" value="Submit" />
</form>
</body>
</html>
|
engine/skins/maharder/css/components/input.css | Gokujo/tagsadd | /*!
* # Semantic UI 2.3.0 - Input
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
*/
/*******************************
Standard
*******************************/
/*--------------------
Inputs
---------------------*/
.ui.input {
position: relative;
font-weight: normal;
font-style: normal;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
color: rgba(0, 0, 0, 0.87);
}
.ui.input > input {
margin: 0em;
max-width: 100%;
-webkit-box-flex: 1;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
outline: none;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
text-align: left;
line-height: 1.21428571em;
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
padding: 0.67857143em 1em;
background: #FFFFFF;
border: 1px solid rgba(34, 36, 38, 0.15);
color: rgba(0, 0, 0, 0.87);
border-radius: 0.28571429rem;
-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
transition: box-shadow 0.1s ease, border-color 0.1s ease;
transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
-webkit-box-shadow: none;
box-shadow: none;
}
/*--------------------
Placeholder
---------------------*/
/* browsers require these rules separate */
.ui.input > input::-webkit-input-placeholder {
color: rgba(191, 191, 191, 0.87);
}
.ui.input > input::-moz-placeholder {
color: rgba(191, 191, 191, 0.87);
}
.ui.input > input:-ms-input-placeholder {
color: rgba(191, 191, 191, 0.87);
}
/*******************************
States
*******************************/
/*--------------------
Disabled
---------------------*/
.ui.disabled.input,
.ui.input:not(.disabled) input[disabled] {
opacity: 0.45;
}
.ui.disabled.input > input,
.ui.input:not(.disabled) input[disabled] {
pointer-events: none;
}
/*--------------------
Active
---------------------*/
.ui.input > input:active,
.ui.input.down input {
border-color: rgba(0, 0, 0, 0.3);
background: #FAFAFA;
color: rgba(0, 0, 0, 0.87);
-webkit-box-shadow: none;
box-shadow: none;
}
/*--------------------
Loading
---------------------*/
.ui.loading.loading.input > i.icon:before {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285714em 0em 0em -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
border-radius: 500rem;
border: 0.2em solid rgba(0, 0, 0, 0.1);
}
.ui.loading.loading.input > i.icon:after {
position: absolute;
content: '';
top: 50%;
left: 50%;
margin: -0.64285714em 0em 0em -0.64285714em;
width: 1.28571429em;
height: 1.28571429em;
-webkit-animation: button-spin 0.6s linear;
animation: button-spin 0.6s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #767676 transparent transparent;
border-style: solid;
border-width: 0.2em;
-webkit-box-shadow: 0px 0px 0px 1px transparent;
box-shadow: 0px 0px 0px 1px transparent;
}
/*--------------------
Focus
---------------------*/
.ui.input.focus > input,
.ui.input > input:focus {
border-color: #85B7D9;
background: #FFFFFF;
color: rgba(0, 0, 0, 0.8);
-webkit-box-shadow: none;
box-shadow: none;
}
.ui.input.focus > input::-webkit-input-placeholder,
.ui.input > input:focus::-webkit-input-placeholder {
color: rgba(115, 115, 115, 0.87);
}
.ui.input.focus > input::-moz-placeholder,
.ui.input > input:focus::-moz-placeholder {
color: rgba(115, 115, 115, 0.87);
}
.ui.input.focus > input:-ms-input-placeholder,
.ui.input > input:focus:-ms-input-placeholder {
color: rgba(115, 115, 115, 0.87);
}
/*--------------------
Error
---------------------*/
.ui.input.error > input {
background-color: #FFF6F6;
border-color: #E0B4B4;
color: #9F3A38;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Error Placeholder */
.ui.input.error > input::-webkit-input-placeholder {
color: #e7bdbc;
}
.ui.input.error > input::-moz-placeholder {
color: #e7bdbc;
}
.ui.input.error > input:-ms-input-placeholder {
color: #e7bdbc !important;
}
/* Focused Error Placeholder */
.ui.input.error > input:focus::-webkit-input-placeholder {
color: #da9796;
}
.ui.input.error > input:focus::-moz-placeholder {
color: #da9796;
}
.ui.input.error > input:focus:-ms-input-placeholder {
color: #da9796 !important;
}
/*******************************
Variations
*******************************/
/*--------------------
Transparent
---------------------*/
.ui.transparent.input > input {
border-color: transparent !important;
background-color: transparent !important;
padding: 0em !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 0px !important;
}
/* Transparent Icon */
.ui.transparent.icon.input > i.icon {
width: 1.1em;
}
.ui.transparent.icon.input > input {
padding-left: 0em !important;
padding-right: 2em !important;
}
.ui.transparent[class*="left icon"].input > input {
padding-left: 2em !important;
padding-right: 0em !important;
}
/* Transparent Inverted */
.ui.transparent.inverted.input {
color: #FFFFFF;
}
.ui.transparent.inverted.input > input {
color: inherit;
}
.ui.transparent.inverted.input > input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.ui.transparent.inverted.input > input::-moz-placeholder {
color: rgba(255, 255, 255, 0.5);
}
.ui.transparent.inverted.input > input:-ms-input-placeholder {
color: rgba(255, 255, 255, 0.5);
}
/*--------------------
Icon
---------------------*/
.ui.icon.input > i.icon {
cursor: default;
position: absolute;
line-height: 1;
text-align: center;
top: 0px;
right: 0px;
margin: 0em;
height: 100%;
width: 2.67142857em;
opacity: 0.5;
border-radius: 0em 0.28571429rem 0.28571429rem 0em;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.ui.icon.input > i.icon:not(.link) {
pointer-events: none;
}
.ui.icon.input > input {
padding-right: 2.67142857em !important;
}
.ui.icon.input > i.icon:before,
.ui.icon.input > i.icon:after {
left: 0;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
margin-top: -0.5em;
}
.ui.icon.input > i.link.icon {
cursor: pointer;
}
.ui.icon.input > i.circular.icon {
top: 0.35em;
right: 0.5em;
}
/* Left Icon Input */
.ui[class*="left icon"].input > i.icon {
right: auto;
left: 1px;
border-radius: 0.28571429rem 0em 0em 0.28571429rem;
}
.ui[class*="left icon"].input > i.circular.icon {
right: auto;
left: 0.5em;
}
.ui[class*="left icon"].input > input {
padding-left: 2.67142857em !important;
padding-right: 1em !important;
}
/* Focus */
.ui.icon.input > input:focus ~ i.icon {
opacity: 1;
}
/*--------------------
Labeled
---------------------*/
/* Adjacent Label */
.ui.labeled.input > .label {
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
margin: 0;
font-size: 1em;
}
.ui.labeled.input > .label:not(.corner) {
padding-top: 0.78571429em;
padding-bottom: 0.78571429em;
}
/* Regular Label on Left */
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
}
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
border-left-color: transparent;
}
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
border-left-color: #85B7D9;
}
/* Regular Label on Right */
.ui[class*="right labeled"].input > input {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-right-color: transparent !important;
}
.ui[class*="right labeled"].input > input + .label {
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;
}
.ui[class*="right labeled"].input > input:focus {
border-right-color: #85B7D9 !important;
}
/* Corner Label */
.ui.labeled.input .corner.label {
top: 1px;
right: 1px;
font-size: 0.64285714em;
border-radius: 0em 0.28571429rem 0em 0em;
}
/* Spacing with corner label */
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
padding-right: 2.5em !important;
}
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
padding-right: 3.25em !important;
}
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
margin-right: 1.25em;
}
/* Left Labeled */
.ui[class*="left corner labeled"].labeled.input > input {
padding-left: 2.5em !important;
}
.ui[class*="left corner labeled"].icon.input > input {
padding-left: 3.25em !important;
}
.ui[class*="left corner labeled"].icon.input > .icon {
margin-left: 1.25em;
}
/* Corner Label Position */
.ui.input > .ui.corner.label {
top: 1px;
right: 1px;
}
.ui.input > .ui.left.corner.label {
right: auto;
left: 1px;
}
/*--------------------
Action
---------------------*/
.ui.action.input > .button,
.ui.action.input > .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 0;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
}
.ui.action.input > .button,
.ui.action.input > .buttons > .button {
padding-top: 0.78571429em;
padding-bottom: 0.78571429em;
margin: 0;
}
/* Button on Right */
.ui.action.input:not([class*="left action"]) > input {
border-top-right-radius: 0px !important;
border-bottom-right-radius: 0px !important;
border-right-color: transparent !important;
}
.ui.action.input:not([class*="left action"]) > .dropdown:not(:first-child),
.ui.action.input:not([class*="left action"]) > .button:not(:first-child),
.ui.action.input:not([class*="left action"]) > .buttons:not(:first-child) > .button {
border-radius: 0px;
}
.ui.action.input:not([class*="left action"]) > .dropdown:last-child,
.ui.action.input:not([class*="left action"]) > .button:last-child,
.ui.action.input:not([class*="left action"]) > .buttons:last-child > .button {
border-radius: 0px 0.28571429rem 0.28571429rem 0px;
}
/* Input Focus */
.ui.action.input:not([class*="left action"]) > input:focus {
border-right-color: #85B7D9 !important;
}
/* Button on Left */
.ui[class*="left action"].input > input {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
border-left-color: transparent !important;
}
.ui[class*="left action"].input > .dropdown,
.ui[class*="left action"].input > .button,
.ui[class*="left action"].input > .buttons > .button {
border-radius: 0px;
}
.ui[class*="left action"].input > .dropdown:first-child,
.ui[class*="left action"].input > .button:first-child,
.ui[class*="left action"].input > .buttons:first-child > .button {
border-radius: 0.28571429rem 0px 0px 0.28571429rem;
}
/* Input Focus */
.ui[class*="left action"].input > input:focus {
border-left-color: #85B7D9 !important;
}
/*--------------------
Inverted
---------------------*/
/* Standard */
.ui.inverted.input > input {
border: none;
}
/*--------------------
Fluid
---------------------*/
.ui.fluid.input {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.ui.fluid.input > input {
width: 0px !important;
}
/*--------------------
Size
---------------------*/
.ui.mini.input {
font-size: 0.78571429em;
}
.ui.small.input {
font-size: 0.92857143em;
}
.ui.input {
font-size: 1em;
}
.ui.large.input {
font-size: 1.14285714em;
}
.ui.big.input {
font-size: 1.28571429em;
}
.ui.huge.input {
font-size: 1.42857143em;
}
.ui.massive.input {
font-size: 1.71428571em;
}
/*******************************
Theme Overrides
*******************************/
/*******************************
Site Overrides
*******************************/
|
tests/coverage/htmlroot.html | SteveGriffith/uncss | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>htmlroot</title>
<link rel="stylesheet" href="/override.css">
</head>
<body>
<div id="battleground"></div>
</body>
</html>
|
aio/content/examples/toh-pt6/src/app/heroes/heroes.component.css | alexeagle/angular | /* HeroesComponent's private CSS styles */
.heroes {
margin: 0 0 2em 0;
list-style-type: none;
padding: 0;
width: 15em;
}
.heroes li {
position: relative;
cursor: pointer;
background-color: #EEE;
margin: .5em;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
}
.heroes li:hover {
color: #607D8B;
background-color: #DDD;
left: .1em;
}
.heroes a {
color: #333;
text-decoration: none;
position: relative;
display: block;
width: 250px;
}
.heroes a:hover {
color:#607D8B;
}
.heroes .badge {
display: inline-block;
font-size: small;
color: white;
padding: 0.8em 0.7em 0 0.7em;
background-color:#405061;
line-height: 1em;
position: relative;
left: -1px;
top: -4px;
height: 1.8em;
min-width: 16px;
text-align: right;
margin-right: .8em;
border-radius: 4px 0 0 4px;
}
/* #docregion additions */
button {
background-color: #eee;
border: none;
padding: 5px 10px;
border-radius: 4px;
cursor: pointer;
cursor: hand;
font-family: Arial;
}
button:hover {
background-color: #cfd8dc;
}
button.delete {
position: relative;
left: 194px;
top: -32px;
background-color: gray !important;
color: white;
}
/* #enddocregion additions */
|
documentation/class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html | gareox/tibiaapi | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>TibiaAPI: Tibia.Packets.Incoming.TileRemoveThingPacket Class Reference</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.5.9 -->
<script type="text/javascript">
<!--
function changeDisplayState (e){
var num=this.id.replace(/[^[0-9]/g,'');
var button=this.firstChild;
var sectionDiv=document.getElementById('dynsection'+num);
if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
sectionDiv.style.display='block';
button.src='open.gif';
}else{
sectionDiv.style.display='none';
button.src='closed.gif';
}
}
function initDynSections(){
var divs=document.getElementsByTagName('div');
var sectionCounter=1;
for(var i=0;i<divs.length-1;i++){
if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
var header=divs[i];
var section=divs[i+1];
var button=header.firstChild;
if (button!='IMG'){
divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
button=document.createElement('img');
divs[i].insertBefore(button,divs[i].firstChild);
}
header.style.cursor='pointer';
header.onclick=changeDisplayState;
header.id='dynheader'+sectionCounter;
button.src='closed.gif';
section.id='dynsection'+sectionCounter;
section.style.display='none';
section.style.marginLeft='14px';
sectionCounter++;
}
}
}
window.onload = initDynSections;
-->
</script>
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="namespace_tibia.html">Tibia</a>.<a class="el" href="namespace_tibia_1_1_packets.html">Packets</a>.<a class="el" href="namespace_tibia_1_1_packets_1_1_incoming.html">Incoming</a>.<a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html">TileRemoveThingPacket</a>
</div>
</div>
<div class="contents">
<h1>Tibia.Packets.Incoming.TileRemoveThingPacket Class Reference</h1><!-- doxytag: class="Tibia::Packets::Incoming::TileRemoveThingPacket" --><!-- doxytag: inherits="Tibia::Packets::IncomingPacket" -->Inherits <a class="el" href="class_tibia_1_1_packets_1_1_incoming_packet.html">Tibia::Packets::IncomingPacket</a>.
<p>
<p>
<a href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet-members.html">List of all members.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html#b2f023226b3091698c5b98efdc17d32c">TileRemoveThingPacket</a> (<a class="el" href="class_tibia_1_1_objects_1_1_client.html">Objects.Client</a> c)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">override bool </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html#06211eac197caaa58eaa2deedd9b11cf">ParseMessage</a> (<a class="el" href="class_tibia_1_1_packets_1_1_network_message.html">NetworkMessage</a> msg, <a class="el" href="namespace_tibia_1_1_packets.html#445528965e4dbfefa018fd0cec985c78">PacketDestination</a> destination)</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">override void </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html#3118798be5f75b29a9ea8dd8be0568ed">ToNetworkMessage</a> (ref <a class="el" href="class_tibia_1_1_packets_1_1_network_message.html">NetworkMessage</a> msg)</td></tr>
<tr><td colspan="2"><br><h2>Properties</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">byte </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html#5bde4bc469fe1eb4a8c73fc78ad5ef6c">StackPosition</a><code> [get, set]</code></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct_tibia_1_1_objects_1_1_location.html">Objects.Location</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="class_tibia_1_1_packets_1_1_incoming_1_1_tile_remove_thing_packet.html#3669384e26513c4afea2ed7d7cd0eefb">Position</a><code> [get, set]</code></td></tr>
</table>
<hr><h2>Constructor & Destructor Documentation</h2>
<a class="anchor" name="b2f023226b3091698c5b98efdc17d32c"></a><!-- doxytag: member="Tibia::Packets::Incoming::TileRemoveThingPacket::TileRemoveThingPacket" ref="b2f023226b3091698c5b98efdc17d32c" args="(Objects.Client c)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">Tibia.Packets.Incoming.TileRemoveThingPacket.TileRemoveThingPacket </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_tibia_1_1_objects_1_1_client.html">Objects.Client</a> </td>
<td class="paramname"> <em>c</em> </td>
<td> ) </td>
<td></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<hr><h2>Member Function Documentation</h2>
<a class="anchor" name="06211eac197caaa58eaa2deedd9b11cf"></a><!-- doxytag: member="Tibia::Packets::Incoming::TileRemoveThingPacket::ParseMessage" ref="06211eac197caaa58eaa2deedd9b11cf" args="(NetworkMessage msg, PacketDestination destination)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override bool Tibia.Packets.Incoming.TileRemoveThingPacket.ParseMessage </td>
<td>(</td>
<td class="paramtype"><a class="el" href="class_tibia_1_1_packets_1_1_network_message.html">NetworkMessage</a> </td>
<td class="paramname"> <em>msg</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype"><a class="el" href="namespace_tibia_1_1_packets.html#445528965e4dbfefa018fd0cec985c78">PacketDestination</a> </td>
<td class="paramname"> <em>destination</em></td><td> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td><td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Reimplemented from <a class="el" href="class_tibia_1_1_packets_1_1_packet.html#a9eda4b8017a76a6b54df225fd446f8c">Tibia.Packets.Packet</a>.</p>
</div>
</div><p>
<a class="anchor" name="3118798be5f75b29a9ea8dd8be0568ed"></a><!-- doxytag: member="Tibia::Packets::Incoming::TileRemoveThingPacket::ToNetworkMessage" ref="3118798be5f75b29a9ea8dd8be0568ed" args="(ref NetworkMessage msg)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">override void Tibia.Packets.Incoming.TileRemoveThingPacket.ToNetworkMessage </td>
<td>(</td>
<td class="paramtype">ref <a class="el" href="class_tibia_1_1_packets_1_1_network_message.html">NetworkMessage</a> </td>
<td class="paramname"> <em>msg</em> </td>
<td> ) </td>
<td><code> [virtual]</code></td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
<p>Reimplemented from <a class="el" href="class_tibia_1_1_packets_1_1_packet.html#954154ca01efea7e1d7889c7def36f60">Tibia.Packets.Packet</a>.</p>
</div>
</div><p>
<hr><h2>Property Documentation</h2>
<a class="anchor" name="3669384e26513c4afea2ed7d7cd0eefb"></a><!-- doxytag: member="Tibia::Packets::Incoming::TileRemoveThingPacket::Position" ref="3669384e26513c4afea2ed7d7cd0eefb" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="struct_tibia_1_1_objects_1_1_location.html">Objects.Location</a> Tibia.Packets.Incoming.TileRemoveThingPacket.Position<code> [get, set]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
<a class="anchor" name="5bde4bc469fe1eb4a8c73fc78ad5ef6c"></a><!-- doxytag: member="Tibia::Packets::Incoming::TileRemoveThingPacket::StackPosition" ref="5bde4bc469fe1eb4a8c73fc78ad5ef6c" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">byte Tibia.Packets.Incoming.TileRemoveThingPacket.StackPosition<code> [get, set]</code> </td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
</div>
</div><p>
</div>
<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jul 7 18:50:11 2009 for TibiaAPI by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.9 </small></address>
</body>
</html>
|
sites/all/modules/required/field_group/field_group.css | imparvez/drupal_test | /* $Id: field_group.css,v 1.1.2.12 2010/12/22 22:22:35 stalski Exp $ */
/**
* Fix for fieldsets in vertical tabs.
* Note that this can only be hardcoded to the Seven theme
* where people who override this, are in trouble.
* This can be removed in next d7 release.
*/
.vertical-tabs fieldset.default-fallback,
div.field-group-tabs-wrapper div.field-type-image fieldset,
div.field-group-tabs-wrapper div.field-type-file fieldset,
div.field-group-tabs-wrapper div.field-type-datetime fieldset {
border: 1px solid #CCCCCC;
margin: 1em 0;
padding: 2.5em 0 0;
position: relative;
}
div.field-group-tabs-wrapper div.field-type-image legend,
div.field-group-tabs-wrapper div.field-type-file legend,
div.field-group-tabs-wrapper div.field-type-datetime legend {
display: block;
} |
testeJsGaleria/js/jquery-ui-1.10.3/tests/unit/selectable/selectable.html | dereckleme/siteBouts | <!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Selectable Test Suite</title>
<script src="../../jquery.js"></script>
<link rel="stylesheet" href="../../../external/qunit.css">
<script src="../../../external/qunit.js"></script>
<script src="../../jquery.simulate.js"></script>
<script src="../testsuite.js"></script>
<script>
TestHelpers.loadResources({
css: [ "ui.core", "ui.selectable" ],
js: [
"ui/jquery.ui.core.js",
"ui/jquery.ui.widget.js",
"ui/jquery.ui.mouse.js",
"ui/jquery.ui.selectable.js"
]
});
</script>
<script src="selectable_common.js"></script>
<script src="selectable_core.js"></script>
<script src="selectable_events.js"></script>
<script src="selectable_methods.js"></script>
<script src="selectable_options.js"></script>
<script src="../swarminject.js"></script>
</head>
<body>
<h1 id="qunit-header">jQuery UI Selectable Test Suite</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture">
<ul id="selectable1">
<li>Item 1</li>
<li>Item 2</li>
<li class="special">Item 3</li>
<li>Item 4</li>
<li>Item 5</li>
</ul>
</div>
</body>
</html>
|
styles/subsilver2/template/portal_sortable.html | phpbbireland/phpbb3-extension-portal | <!-- Comment:
We do not process the block move/arrange unless user select this option...
This prevents js reports and ensures the scroll work correctly... Added: 09 March 2008 Mike.
-->
<!-- IF S_ARRANGE -->
<script type="text/javascript">
// <![CDATA[
var _left;
var _right;
var _center;
var _header;
var _footer;
$_left = GetCookie('{COOKIE_NAME}_sgp_left');
$_center = GetCookie('{COOKIE_NAME}_sgp_center');
$_right = GetCookie('{COOKIE_NAME}_sgp_right');
$_header = GetCookie('{COOKIE_NAME}_sgp_header');
$_footer = GetCookie('{COOKIE_NAME}_sgp_footer');
SetCookie('{COOKIE_NAME}_sgp_block_cache', '0');
Sortable.create("left",
{tag:'div',dropOnEmpty:true,handle:'handle',containment:["left","center","right","header","footer"],constraint:false,
onChange:
function()
{
$_left = $('leftdebug').innerHTML = Sortable.serialize('left');
$_center = $('centerdebug').innerHTML = Sortable.serialize('center');
$_right = $('rightdebug').innerHTML = Sortable.serialize('right');
$_header = $('headerdebug').innerHTML = Sortable.serialize('header');
$_right = $('footerdebug').innerHTML = Sortable.serialize('footer');
SetCookie('{COOKIE_NAME}_sgp_left', $_left);
SetCookie('{COOKIE_NAME}_sgp_center', $_center);
SetCookie('{COOKIE_NAME}_sgp_right', $_right);
SetCookie('{COOKIE_NAME}_sgp_header', $_header);
SetCookie('{COOKIE_NAME}_sgp_footer', $_footer);
}
});
Sortable.create("center",
{tag:'div',dropOnEmpty:true,handle:'handle',containment:["left","center","right","header","footer"],constraint:false,
onChange:
function()
{
$_left = $('leftdebug').innerHTML = Sortable.serialize('left');
$_center = $('centerdebug').innerHTML = Sortable.serialize('center');
$_right = $('rightdebug').innerHTML = Sortable.serialize('right');
$_header = $('headerdebug').innerHTML = Sortable.serialize('header');
$_right = $('footerdebug').innerHTML = Sortable.serialize('footer');
SetCookie('{COOKIE_NAME}_sgp_left', $_left);
SetCookie('{COOKIE_NAME}_sgp_center', $_center);
SetCookie('{COOKIE_NAME}_sgp_right', $_right);
SetCookie('{COOKIE_NAME}_sgp_header', $_header);
SetCookie('{COOKIE_NAME}_sgp_footer', $_footer);
}
});
Sortable.create("right",
{tag:'div',dropOnEmpty:true,handle:'handle',containment:["left","center","right","header","footer"],constraint:false,
onChange:
function()
{
$_left = $('leftdebug').innerHTML = Sortable.serialize('left');
$_center = $('centerdebug').innerHTML = Sortable.serialize('center');
$_right = $('rightdebug').innerHTML = Sortable.serialize('right');
$_header = $('headerdebug').innerHTML = Sortable.serialize('header');
$_right = $('footerdebug').innerHTML = Sortable.serialize('footer');
SetCookie('{COOKIE_NAME}_sgp_left', $_left);
SetCookie('{COOKIE_NAME}_sgp_center', $_center);
SetCookie('{COOKIE_NAME}_sgp_right', $_right);
SetCookie('{COOKIE_NAME}_sgp_header', $_header);
SetCookie('{COOKIE_NAME}_sgp_footer', $_footer);
}
});
Sortable.create("header",
{tag:'div',dropOnEmpty:true,handle:'handle',containment:["left","center","right","header","footer"],constraint:false,
onChange:
function()
{
$_left = $('leftdebug').innerHTML = Sortable.serialize('left');
$_center = $('centerdebug').innerHTML = Sortable.serialize('center');
$_right = $('rightdebug').innerHTML = Sortable.serialize('right');
$_header = $('headerdebug').innerHTML = Sortable.serialize('header');
$_right = $('footerdebug').innerHTML = Sortable.serialize('footer');
SetCookie('{COOKIE_NAME}_sgp_left', $_left);
SetCookie('{COOKIE_NAME}_sgp_center', $_center);
SetCookie('{COOKIE_NAME}_sgp_right', $_right);
SetCookie('{COOKIE_NAME}_sgp_header', $_header);
SetCookie('{COOKIE_NAME}_sgp_footer', $_footer);
}
});
Sortable.create("footer",
{tag:'div',dropOnEmpty:true,handle:'handle',containment:["left","center","right","header","footer"],constraint:false,
onChange:
function()
{
$_left = $('leftdebug').innerHTML = Sortable.serialize('left');
$_center = $('centerdebug').innerHTML = Sortable.serialize('center');
$_right = $('rightdebug').innerHTML = Sortable.serialize('right');
$_header = $('headerdebug').innerHTML = Sortable.serialize('header');
$_right = $('footerdebug').innerHTML = Sortable.serialize('footer');
SetCookie('{COOKIE_NAME}_sgp_left', $_left);
SetCookie('{COOKIE_NAME}_sgp_center', $_center);
SetCookie('{COOKIE_NAME}_sgp_right', $_right);
SetCookie('{COOKIE_NAME}_sgp_header', $_header);
SetCookie('{COOKIE_NAME}_sgp_footer', $_footer);
}
});
// ]]>
</script>
<!-- DO NOT DELETE THIS CODE -->
<div style="display:none;">
<pre id="leftdebug"></pre>
<pre id="centerdebug"></pre>
<pre id="rightdebug"></pre>
<pre id="headerdebug"></pre>
<pre id="footerdebug"></pre>
</div>
<!-- ENDIF -->
<!-- IF not S_ARRANGE -->
<script type="text/javascript">
// <![CDATA[
SetCookie('{COOKIE_NAME}_sgp_block_cache', '300');
// ]]>
</script>
<!-- ENDIF -->
<!-- IF S_CLEAR_CACHE -->
<script type="text/javascript">
// <![CDATA[
SetCookie('{COOKIE_NAME}_sgp_block_cache', '0');
SetCookie('{COOKIE_NAME}_sgp_left', '', 0);
SetCookie('{COOKIE_NAME}_sgp_center', '', 0);
SetCookie('{COOKIE_NAME}_sgp_right', '', 0);
SetCookie('{COOKIE_NAME}_sgp_header', '', 0);
SetCookie('{COOKIE_NAME}_sgp_footer', '', 0);
// ]]>
</script>
<!-- ENDIF -->
|
docs/libc/unix/notbsd/linux/other/b64/x86_64/ICANON.v.html | nitro-devs/nitro-game-engine | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.ICANON.html">
</head>
<body>
<p>Redirecting to <a href="constant.ICANON.html">constant.ICANON.html</a>...</p>
<script>location.replace("constant.ICANON.html" + location.search + location.hash);</script>
</body>
</html> |
docs/api/java/org/openqa/selenium/html5/ApplicationCache.html | krosenvold/selenium-git-release-candidate | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>ApplicationCache</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="ApplicationCache";
}
//-->
</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="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/openqa/selenium/html5/BrowserConnection.html" title="interface in org.openqa.selenium.html5"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/openqa/selenium/html5/ApplicationCache.html" target="_top">Frames</a></li>
<li><a href="ApplicationCache.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </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.openqa.selenium.html5</div>
<h2 title="Interface ApplicationCache" class="title">Interface ApplicationCache</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/openqa/selenium/android/AndroidDriver.html" title="class in org.openqa.selenium.android">AndroidDriver</a>, <a href="../../../../org/openqa/selenium/android/library/AndroidWebDriver.html" title="class in org.openqa.selenium.android.library">AndroidWebDriver</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">ApplicationCache</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5">AppCacheStatus</a></code></td>
<td class="colLast"><code><strong><a href="../../../../org/openqa/selenium/html5/ApplicationCache.html#getStatus()">getStatus</a></strong>()</code>
<div class="block">The current state of the application cache.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getStatus()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getStatus</h4>
<pre><a href="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5">AppCacheStatus</a> getStatus()</pre>
<div class="block">The current state of the application cache.</div>
<dl><dt><span class="strong">Returns:</span></dt><dd><a href="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5"><code>AppCacheStatus</code></a></dd></dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/openqa/selenium/html5/AppCacheStatus.html" title="enum in org.openqa.selenium.html5"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/openqa/selenium/html5/BrowserConnection.html" title="interface in org.openqa.selenium.html5"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/openqa/selenium/html5/ApplicationCache.html" target="_top">Frames</a></li>
<li><a href="ApplicationCache.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: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
postfix/help/intro.pl.UTF-8.html | rcuvgd/Webmin22.01.2016 | <header>Postfix</header>
<b>Postfix</b> jest próbą <a href="http://www.porcupine.org/wietse/">Wietse'a
Venemy</a> udostępnienia alternatywy dla powszechnie używanego programu
<b>Sendmail</b>. Sendmail jest odpowiedzialny za większość doręczanej w Interneci
poczty elektronicznej. Przy około 100 milionach użytkowników są to miliardy
wiadomości dziennie. Oszałamiająca liczba. <p>
Postfix próbuje być szybki, łatwy w administrowaniu i bezpieczny,
jednocześnie będąc dostatecznie zgodnym z Sendmailem, by nie niepokoić
istniejących użytkowników.
<hr>
|
mysql/help/tprivs.html | webdev1001/webmin | <header>Table Permissions</header>
The page allows you to grant additional access to tables by users, beyond
what is available in <tt>User Permissions</tt> or <tt>Database Permissions</tt>.
The permissions granted here apply only to access to one table in one database
by one user, thus allowing quite fine-grained access to be granted. <p>
To add new table permissions, you must first select the database that the
table is in using the form at the bottom of the page. Then click the
<tt>Add new permissions</tt> button to bring up a form for selecting the
table and other details. <p>
<hr>
|
postfix/help/opt_relay_domains.html | rcuvgd/Webmin22.01.2016 | <header>Restrict mail relaying</header>
<center><tt>relay_domains</tt></center>
<hr>
This parameter restricts what client hostname domains (and subdomains thereof)
this mail system will relay mail from, and restricts what destination domains
(and subdomains thereof) this system will relay mail to.
<p>
<include relay_rules>
<p>
Specify a list of hosts or domains, <tt>/file/name</tt> patterns or
<tt>type:name</tt> lookup tables, separated by commas and/or whitespace. A file
name is replaced by its contents; a <tt>type:name</tt> table is matched when a
(parent) domain appears as lookup key.
<p>
NOTE: Postfix will not automatically forward mail for domains that list this
system as their primary or backup MX host. See the <tt>permit_mx_backup</tt>
restriction, in the description of the <a href=opt_smtpd_recipient_restrictions>
<tt>smtpd_recipient_restrictions</tt></a> parameter.
<hr>
|
site/content/index.html | philchristensen/lambda-photoblog | ---
extends: base.j2
default_block: main
title: BASIC - A hyde website
description: Home page for the BASIC hyde template
---
{% from "macros.j2" import render_excerpt with context %}
<section class="blog_excerpt">
{% set latest = site.content.walk_resources_sorted_by_time()|first %}
{% if latest -%}
{{ render_excerpt(latest, 'post') }}
<a class="button white medium"
href="{{ content_url(latest.url) }}">Read more…</a>
{%- endif %}
</section> |
wp-content/plugins/lightbox-plus/css/yellow/colorbox.css | kressentolm/jensite | /*
* Colorbox Core Style
* The following rules are the styles that are consistant between all Colorbox themes\
* @version 2.7
* @$Id: colorbox.css 937945 2014-06-24 17:11:13Z dzappone $
* @$URL: http://plugins.svn.wordpress.org/lightbox-plus/tags/2.7/css/yellow/colorbox.css $
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/*
Colorbox example user style
These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML,
in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#110;}
#colorbox{}
#cboxContent{background:#550; margin-top:20px;}
#cboxBottomCenter{height:30px; background:#550;}
#cboxLoadedContent{background:#550; padding:5px;}
#cboxTitle{position:absolute; bottom:-25px; left:5px; color:#ccc;}
#cboxCurrent{position:absolute; bottom:-25px; right:35px; color:#ccc;}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}
#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#aaa;}
#cboxPrevious{position:absolute;top:50%;left:5px; margin-top:-41px; background-image: url(data:image/gif;base64,AAAA); width:49%; height:100%; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;background:url(images/prevyellow.png) top left no-repeat; }
#cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background-image: url(data:image/gif;base64,AAAA); width:49%; height:100%; text-indent:-9999px;}
#cboxNext.hover{background-position:bottom right; background:url(images/nextyellow.png) top right no-repeat;}
#cboxLoadingOverlay{background:#550;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxClose{position:absolute; bottom:-25px; right:5px; display:block; background:url(images/close.png) top center no-repeat; width:22px; height:22px; text-indent:-9999px;}
#cboxClose.hover{background-position:bottom center;} |
docs/api/class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller-members.html | mixerp/mixerp | <!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.10"/>
<title>Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
$(window).load(resizeHeight);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="mixerp.png"/></td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.10 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Packages</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>, including all inherited members.</p>
<table class="directory">
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Catalog</b> (defined in <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#adb9b25abe8fdaa48b482fa1dce227fef">Count</a>()</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#a47dd7557706394a35a27690083f485c0">CountFiltered</a>(string filterName)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#a32fe73e5787063877d6173d3100dbfcd">CountWhere</a>([FromBody]dynamic filters)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#aca2e4d6e05aa4b9e2cedd48470043b13">GetDisplayFields</a>()</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#a2feea489c99acc2e2b848e0dfe57aa7c">GetFiltered</a>(long pageNumber, string filterName)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#a5a10bb1fd9da9c924674b23ffdd7019c">GetPagedResult</a>()</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#a249001b7a499d2026c574dbaa30d0740">GetPagedResult</a>(long pageNumber)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html#aca1f6e20fd46c0781349df839b670190">GetWhere</a>(long pageNumber, [FromBody]dynamic filters)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>LoginId</b> (defined in <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>OfficeId</b> (defined in <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>SalespersonBonusSetupScrudViewController</b>() (defined in <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>UserId</b> (defined in <a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a>)</td><td class="entry"><a class="el" href="class_mix_e_r_p_1_1_net_1_1_api_1_1_core_1_1_salesperson_bonus_setup_scrud_view_controller.html">MixERP.Net.Api.Core.SalespersonBonusSetupScrudViewController</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.10 </li>
</ul>
</div>
</body>
</html>
|
jyhton/Neo4j/WDB/doc/wdb/metadata/class-use/AttributePath.html | phalax4/CarnotKE | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_06) on Thu Apr 27 13:02:00 CDT 2006 -->
<TITLE>
Uses of Class wdb.metadata.AttributePath
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class wdb.metadata.AttributePath";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?wdb/metadata//class-useAttributePath.html" target="_top"><B>FRAMES</B></A>
<A HREF="AttributePath.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>wdb.metadata.AttributePath</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="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#wdb.metadata"><B>wdb.metadata</B></A></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#wdb.parser"><B>wdb.parser</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="wdb.metadata"><!-- --></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="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> in <A HREF="../../../wdb/metadata/package-summary.html">wdb.metadata</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../wdb/metadata/package-summary.html">wdb.metadata</A> with type parameters of type <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.ArrayList<<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A>></CODE></FONT></TD>
<TD><CODE><B>RetrieveQuery.</B><B><A HREF="../../../wdb/metadata/RetrieveQuery.html#attributePaths">attributePaths</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<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="../../../wdb/metadata/package-summary.html">wdb.metadata</A> that return <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></CODE></FONT></TD>
<TD><CODE><B>RetrieveQuery.</B><B><A HREF="../../../wdb/metadata/RetrieveQuery.html#getAttributePath(int)">getAttributePath</A></B>(int i)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<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="../../../wdb/metadata/package-summary.html">wdb.metadata</A> with parameters of type <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>RetrieveQuery.</B><B><A HREF="../../../wdb/metadata/RetrieveQuery.html#addAttributePath(wdb.metadata.AttributePath)">addAttributePath</A></B>(<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.ArrayList<java.lang.Object></CODE></FONT></TD>
<TD><CODE><B>WDBObject.</B><B><A HREF="../../../wdb/metadata/WDBObject.html#getAttributeValue(wdb.metadata.AttributePath, wdb.SleepyCatDataAdapter)">getAttributeValue</A></B>(<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath,
<A HREF="../../../wdb/SleepyCatDataAdapter.html" title="class in wdb">SleepyCatDataAdapter</A> scda)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ClassDef.</B><B><A HREF="../../../wdb/metadata/ClassDef.html#padAttribute(wdb.metadata.PrintNode, wdb.metadata.AttributePath, wdb.SleepyCatDataAdapter)">padAttribute</A></B>(<A HREF="../../../wdb/metadata/PrintNode.html" title="class in wdb.metadata">PrintNode</A> row,
<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath,
<A HREF="../../../wdb/SleepyCatDataAdapter.html" title="class in wdb">SleepyCatDataAdapter</A> scda)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>WDBObject.</B><B><A HREF="../../../wdb/metadata/WDBObject.html#PrintAttribute(wdb.metadata.PrintNode, wdb.metadata.AttributePath, wdb.SleepyCatDataAdapter)">PrintAttribute</A></B>(<A HREF="../../../wdb/metadata/PrintNode.html" title="class in wdb.metadata">PrintNode</A> row,
<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath,
<A HREF="../../../wdb/SleepyCatDataAdapter.html" title="class in wdb">SleepyCatDataAdapter</A> scda)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>SubclassDef.</B><B><A HREF="../../../wdb/metadata/SubclassDef.html#printAttributeName(wdb.metadata.PrintNode, wdb.metadata.AttributePath, wdb.SleepyCatDataAdapter)">printAttributeName</A></B>(<A HREF="../../../wdb/metadata/PrintNode.html" title="class in wdb.metadata">PrintNode</A> row,
<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath,
<A HREF="../../../wdb/SleepyCatDataAdapter.html" title="class in wdb">SleepyCatDataAdapter</A> scda)</CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>ClassDef.</B><B><A HREF="../../../wdb/metadata/ClassDef.html#printAttributeName(wdb.metadata.PrintNode, wdb.metadata.AttributePath, wdb.SleepyCatDataAdapter)">printAttributeName</A></B>(<A HREF="../../../wdb/metadata/PrintNode.html" title="class in wdb.metadata">PrintNode</A> row,
<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attributePath,
<A HREF="../../../wdb/SleepyCatDataAdapter.html" title="class in wdb">SleepyCatDataAdapter</A> scda)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<A NAME="wdb.parser"><!-- --></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="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> in <A HREF="../../../wdb/parser/package-summary.html">wdb.parser</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../wdb/parser/package-summary.html">wdb.parser</A> declared as <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></CODE></FONT></TD>
<TD><CODE><B>Cond.</B><B><A HREF="../../../wdb/parser/Cond.html#attributePath">attributePath</A></B></CODE>
<BR>
</TD>
</TR>
</TABLE>
<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="../../../wdb/parser/package-summary.html">wdb.parser</A> that return <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></CODE></FONT></TD>
<TD><CODE><B>QueryParser.</B><B><A HREF="../../../wdb/parser/QueryParser.html#getAbsoluteAttributePath()">getAbsoluteAttributePath</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<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="../../../wdb/parser/package-summary.html">wdb.parser</A> with parameters of type <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>Cond.</B><B><A HREF="../../../wdb/parser/Cond.html#setAttribute(wdb.metadata.AttributePath)">setAttribute</A></B>(<A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata">AttributePath</A> attribute)</CODE>
<BR>
</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../wdb/metadata/AttributePath.html" title="class in wdb.metadata"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?wdb/metadata//class-useAttributePath.html" target="_top"><B>FRAMES</B></A>
<A HREF="AttributePath.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
sendmail/help/opt_PostMasterCopy.nl.html | BangL/webmin | <header>Verstuur fouten bericht naar</header>
Deze optie bepaald waarnaartoe Sendmail een notificatie verstuurt van
een aflever fout (meestal naar de persoon die deze email verstuurd had)
Standaard is dit het locale adres <tt>Postmaster</tt>, wat normaal gesproken
de <tt>root</tt> is.
<hr> |
postfix/help/opt_ipc_timeout.nl.html | rcuvgd/Webmin22.01.2016 | <header>Time-out voor I/O op interne communicatie kanalen</header>
<center><tt>ipc_timeout</tt></center>
<hr>
Deze parameter specificeert een time-out in seconden voor de I/O op interne communicatie
kanalen. Het doel is om te vermijden dat er een impasse situatie ontstaat. Indien de time-out
word overschreden zal de software stoppen met een fatale foutmelding.
<hr>
|
chromium/chrome/test/data/extensions/api_test/automation/sites/location2.html | ric2b/Vivaldi-browser | <!--
* Copyright 2016 The Chromium Authors. All rights reserved. Use of this
* source code is governed by a BSD-style license that can be found in the
* LICENSE file.
-->
<html>
<body>
<button>1</button>
<div style="position: absolute; top: 0; left: 0;">
<div style="position: absolute; top: 100px;">
<input>
</div>
</div>
<button>2</button>
</body>
</html>
|
solr/vendor/docs/solr-core/org/apache/solr/schema/class-use/BoolField.html | olli-gold/vufind | <!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_71) on Tue Feb 16 15:23:08 EST 2016 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Uses of Class org.apache.solr.schema.BoolField (Solr 5.5.0 API)</title>
<meta name="date" content="2016-02-16">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.solr.schema.BoolField (Solr 5.5.0 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/schema/BoolField.html" title="class in org.apache.solr.schema">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/schema/class-use/BoolField.html" target="_top">Frames</a></li>
<li><a href="BoolField.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Class org.apache.solr.schema.BoolField" class="title">Uses of Class<br>org.apache.solr.schema.BoolField</h2>
</div>
<div class="classUseContainer">No usage of org.apache.solr.schema.BoolField</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../org/apache/solr/schema/BoolField.html" title="class in org.apache.solr.schema">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/solr/schema/class-use/BoolField.html" target="_top">Frames</a></li>
<li><a href="BoolField.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<i>Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.</i>
<script src='../../../../../prettify.js' type='text/javascript'></script>
<script type='text/javascript'>
(function(){
var oldonload = window.onload;
if (typeof oldonload != 'function') {
window.onload = prettyPrint;
} else {
window.onload = function() {
oldonload();
prettyPrint();
}
}
})();
</script>
</small></p>
</body>
</html>
|
web/assets/plugins/bower_components/jquery-wizard-master/demo/ajax/2.html | wilxsv/contratos | <p>Another Content</p> |
tests/wpt/webgl/tests/conformance/ogles/GL/build/build_065_to_072.html | UK992/servo | <!DOCTYPE html>
<!-- this file is auto-generated. DO NOT EDIT.
/*
** Copyright (c) 2012 The Khronos Group Inc.
**
** Permission is hereby granted, free of charge, to any person obtaining a
** copy of this software and/or associated documentation files (the
** "Materials"), to deal in the Materials without restriction, including
** without limitation the rights to use, copy, modify, merge, publish,
** distribute, sublicense, and/or sell copies of the Materials, and to
** permit persons to whom the Materials are furnished to do so, subject to
** the following conditions:
**
** The above copyright notice and this permission notice shall be included
** in all copies or substantial portions of the Materials.
**
** THE MATERIALS ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
** EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
** MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
** IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
** CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
** MATERIALS OR THE USE OR OTHER DEALINGS IN THE MATERIALS.
*/
-->
<html>
<head>
<meta charset="utf-8">
<meta name="timeout" content="long">
<title>WebGL GLSL conformance test: build_065_to_072.html</title>
<link rel="stylesheet" href="../../../../resources/js-test-style.css" />
<link rel="stylesheet" href="../../../../resources/ogles-tests.css" />
<script src=/resources/testharness.js></script>
<script src=/resources/testharnessreport.js></script>
<script src="../../../../js/js-test-pre.js"></script>
<script src="../../../../js/webgl-test-utils.js"></script>
<script src="../../ogles-utils.js"></script>
</head>
<body>
<canvas id="example" width="500" height="500" style="width: 16px; height: 16px;"></canvas>
<div id="description"></div>
<div id="console"></div>
</body>
<script>
"use strict";
OpenGLESTestRunner.run({
"tests": [
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType19_frag.frag"
},
"name": "dataType19_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType1_frag.frag"
},
"name": "dataType1_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType2_frag.frag"
},
"name": "dataType2_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType3_frag.frag"
},
"name": "dataType3_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType4_frag.frag"
},
"name": "dataType4_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType5_frag.frag"
},
"name": "dataType5_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType6_frag.frag"
},
"name": "dataType6_frag.test.html",
"linkstat": false,
"compstat": false
},
{
"pattern": "build",
"testProgram": {
"vertexShader": "../default/default.vert",
"fragmentShader": "dataType7_frag.frag"
},
"name": "dataType7_frag.test.html",
"linkstat": false,
"compstat": false
}
]
});
var successfullyParsed = true;
</script>
</html>
|
examples/bind/errors.amp.html | jdelhommeau/amphtml | <!doctype html>
<html ⚡>
<head>
<meta charset="utf-8">
<title>amp-bind: Errors</title>
<link rel="canonical" href="amps.html">
<meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Questrial" rel="stylesheet" type="text/css">
<style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
<script async src="https://cdn.ampproject.org/v0.js"></script>
<script async custom-element="amp-bind" src="https://cdn.ampproject.org/v0/amp-bind-0.1.js"></script>
<style amp-custom>
.redBackground {
background-color: red;
}
button {
border: solid 1px black;
}
</style>
</head>
<body>
<button onclick="AMP.toggleExperiment('AMP-BIND');window.location.href=window.location.href;">Toggle <AMP-BIND> experiment</button>
<h2>Error & warning examples</h2>
<p>This page lists the different types of runtime user errors that amp-bind can throw.</p>
<hr>
<h3>1. Binding to unsupported property</h3>
<p [asdf]="">This paragraph element attempts to bind to "asdf".</p>
<h3>2. Malformed expressions</h3>
<p [text]="(">This expression is missing a closing parens.</p>
<h3>3. Invalid function invocation</h3>
<p [text]="123.substring(2)">This expression calls `substring` on a number.</p>
<h3>4.a Invalid expression result (validator)</h3>
<a [href]="'javascript:alert(1)'">This expression contains an invalid URL protocol.</a>
<h3>4.b Invalid expression result (css)</h3>
<p [class]="123">This expression contains an invalid [class] result (only string/array/null supported).</p>
<h3>5. (WARN) Undefined variables and members</h3>
<p [text]="foo">null</p><p>Expression above references an undefined variable `foo`.</p>
<p [text]="myState.qux">null</p><p>Expression above references an undefined member `myState.qux`.</p>
<h3>6. (WARN) Invalid member access</h3>
<p [text]="myState[true]">null</p><p>Expression above tries to access a boolean member.</p>
<p [text]="true[3]">null</p><p>Expression above tries to access a member of a boolean.</p>
<p [text]="myState[null]">null</p><p>Expression above tries to access a null member.</p>
<p [text]="null[3]">null</p><p>Expression above tries to access a member of null.</p>
<h3>7. Mismatched initial state</h3>
<h4>(Only with '#development=1')</h4>
<p [text]="myState.foo">This paragraph's initial `text` state doesn't match the evaluated expression result.</p>
<amp-state id="myState">
<script type="application/json">
{ "foo": "bar" }
</script>
</amp-state>
</body>
</html>
|
Core/Resources/zh-Hans.lproj/StartAtLogin.html | incbee/Growl | <html>
<head>
<title data-tx-text="58562589c0e315232a1f0b3c282fd70e_se">Growl</title>
<link rel="stylesheet" href="../main.css" type="text/css">
<meta charset="UTF-8">
</head>
<body>
<h3 data-tx-text="d4a99d3c53d3435e756b30a9aa8ff590_se">允许Growl在登陆时启动</h3>
<p data-tx-text="9a7b8f81c3968f2a0280cb7a451e247e_se">Growl 需要一直运行着,以接收应用发来的通知。最佳的方式是在登陆时启动 Growl 。点击下面的按钮将使 Growl 在登陆时时启动。这项设置可以在<a href="growl://preferences/general">常规设置</a>中修改。</p>
</body>
</html>
|
target/doc/libc/unix/notbsd/fn.fgetpos64.html | ssgrn/Rust-Matrix-Computations | <!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=../../../libc/fn.fgetpos64.html">
</head>
<body>
<p>Redirecting to <a href="../../../libc/fn.fgetpos64.html">../../../libc/fn.fgetpos64.html</a>...</p>
<script>location.replace("../../../libc/fn.fgetpos64.html" + location.search + location.hash);</script>
</body>
</html> |
api/master/Thelia/Exception/TypeException.html | sitecrafting/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Exception\TypeException | Thelia 2 API</title>
<link rel="stylesheet" type="text/css" href="../../css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="../../css/bootstrap-theme.min.css">
<link rel="stylesheet" type="text/css" href="../../css/sami.css">
<script src="../../js/jquery-1.11.1.min.js"></script>
<script src="../../js/bootstrap.min.js"></script>
<script src="../../js/typeahead.min.js"></script>
<script src="../../sami.js"></script>
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1">
</head>
<body id="class" data-name="class:Thelia_Exception_TypeException" data-root-path="../../">
<div id="content">
<div id="left-column">
<div id="control-panel">
<form id="search-form" action="../../search.html" method="GET">
<span class="glyphicon glyphicon-search"></span>
<input name="search"
class="typeahead form-control"
type="search"
placeholder="Search">
</form>
</div>
<div id="api-tree"></div>
</div>
<div id="right-column">
<nav id="site-nav" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-elements">
<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">Thelia 2 API</a>
</div>
<div class="collapse navbar-collapse" id="navbar-elements">
<ul class="nav navbar-nav">
<li><a href="../../classes.html">Classes</a></li>
<li><a href="../../namespaces.html">Namespaces</a></li>
<li><a href="../../interfaces.html">Interfaces</a></li>
<li><a href="../../traits.html">Traits</a></li>
<li><a href="../../doc-index.html">Index</a></li>
<li><a href="../../search.html">Search</a></li>
</ul>
</div>
</div>
</nav>
<div class="namespace-breadcrumbs">
<ol class="breadcrumb">
<li><span class="label label-default">class</span></li>
<li><a href="../../Thelia.html">Thelia</a></li>
<li><a href="../../Thelia/Exception.html">Exception</a></li>
<li>TypeException</li>
</ol>
</div>
<div id="page-content">
<div class="page-header">
<h1>TypeException</h1>
</div>
<p> class
<strong>TypeException</strong> extends <a target="_blank" href="http://php.net/RuntimeException"><abbr title="RuntimeException">RuntimeException</abbr></a>
</p>
<h2>Constants</h2>
<table class="table table-condensed">
<tr>
<td>UNKNOWN_EXCEPTION</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
<tr>
<td>MODEL_NOT_FOUND</td>
<td class="last">
<p><em></em></p>
<p></p>
</td>
</tr>
</table>
<h2>Methods</h2>
<div class="container-fluid underlined">
<div class="row">
<div class="col-md-2 type">
</div>
<div class="col-md-8 type">
<a href="#method___construct">__construct</a>($message, $code = null, $previous = null)
<p class="no-description">No description</p>
</div>
<div class="col-md-2"></div>
</div>
</div>
<h2>Details</h2>
<div id="method-details">
<div class="method-item">
<h3 id="method___construct">
<div class="location">at line 21</div>
<code>
<strong>__construct</strong>($message, $code = null, $previous = null)</code>
</h3>
<div class="details">
<div class="tags">
<h4>Parameters</h4>
<table class="table table-condensed">
<tr>
<td></td>
<td>$message</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$code</td>
<td></td>
</tr>
<tr>
<td></td>
<td>$previous</td>
<td></td>
</tr>
</table>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/">Sami, the API Documentation Generator</a>.
</div>
</div>
</div>
</body>
</html>
|
javadoc/bytecode/class-use/BranchingBytecode.html | DinuBerinde/Kitten | <!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 Sun Mar 22 14:53:03 CET 2015 -->
<title>Uses of Class bytecode.BranchingBytecode</title>
<meta name="date" content="2015-03-22">
<link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class bytecode.BranchingBytecode";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">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?bytecode/class-use/BranchingBytecode.html" target="_top">Frames</a></li>
<li><a href="BranchingBytecode.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 bytecode.BranchingBytecode" class="title">Uses of Class<br>bytecode.BranchingBytecode</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#bytecode">bytecode</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#translation">translation</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="bytecode">
<!-- -->
</a>
<h3>Uses of <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a> in <a href="../../bytecode/package-summary.html">bytecode</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation">
<caption><span>Subclasses of <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a> in <a href="../../bytecode/package-summary.html">bytecode</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/BranchingComparisonBytecode.html" title="class in bytecode">BranchingComparisonBytecode</a></span></code>
<div class="block">A bytecode that compares the top two elements of the stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/BranchingConstantComparisonBytecode.html" title="class in bytecode">BranchingConstantComparisonBytecode</a></span></code>
<div class="block">A bytecode that compares the top element of the stack with a constant.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/BranchingNumericalComparisonBytecode.html" title="class in bytecode">BranchingNumericalComparisonBytecode</a></span></code>
<div class="block">A bytecode that applies a numerical comparison on the top two elements of the stack.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPEQ.html" title="class in bytecode">IF_CMPEQ</a></span></code>
<div class="block">A branching bytecode that compares the top two elements of the stack to check if
they are the same.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPGE.html" title="class in bytecode">IF_CMPGE</a></span></code>
<div class="block">A comparison bytecode that compares the top two elements of the stack
to check if the one but last is less than the top one.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPGT.html" title="class in bytecode">IF_CMPGT</a></span></code>
<div class="block">A comparison bytecode that compares the top two elements of the stack
to check if the one but last is greater than the top one.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPLE.html" title="class in bytecode">IF_CMPLE</a></span></code>
<div class="block">A comparison bytecode that compares the top two elements of the stack
to check if the one but last is less than or equal to the top one.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPLT.html" title="class in bytecode">IF_CMPLT</a></span></code>
<div class="block">A comparison bytecode that compares the top two elements of the stack
to check if the one but last is less than the top one.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPNE.html" title="class in bytecode">IF_CMPNE</a></span></code>
<div class="block">A branching bytecode that compares the top two elements of the stack to check if
they are the same.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_FALSE.html" title="class in bytecode">IF_FALSE</a></span></code>
<div class="block">A branching bytecode that checks if the top of the stack is the Boolean value <i>false</i>.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../bytecode/IF_TRUE.html" title="class in bytecode">IF_TRUE</a></span></code>
<div class="block">A branching bytecode that checks if the top of the stack is the
Boolean value <i>true</i>.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../bytecode/package-summary.html">bytecode</a> that return <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPEQ.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPEQ.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPGT.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPGT.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_FALSE.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_FALSE.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>abstract <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">BranchingBytecode.</span><code><span class="memberNameLink"><a href="../../bytecode/BranchingBytecode.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPLE.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPLE.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPGE.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPGE.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPLT.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPLT.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_TRUE.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_TRUE.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></code></td>
<td class="colLast"><span class="typeNameLabel">IF_CMPNE.</span><code><span class="memberNameLink"><a href="../../bytecode/IF_CMPNE.html#negate--">negate</a></span>()</code>
<div class="block">Yields a branching bytecode that expresses the opposite condition of this.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="translation">
<!-- -->
</a>
<h3>Uses of <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a> in <a href="../../translation/package-summary.html">translation</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../translation/package-summary.html">translation</a> with parameters of type <a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><span class="memberNameLink"><a href="../../translation/Block.html#Block-bytecode.BranchingBytecode-translation.Block-translation.Block-">Block</a></span>(<a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">BranchingBytecode</a> condition,
<a href="../../translation/Block.html" title="class in translation">Block</a> yes,
<a href="../../translation/Block.html" title="class in translation">Block</a> no)</code>
<div class="block">Builds a block of code containing <code>nop</code>, with no predecessors
and two successors.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../bytecode/BranchingBytecode.html" title="class in bytecode">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?bytecode/class-use/BranchingBytecode.html" target="_top">Frames</a></li>
<li><a href="BranchingBytecode.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>
|
tests/wpt/web-platform-tests/proximity/ProximitySensor_onerror-manual.https.html | danlrobertson/servo | <!DOCTYPE html>
<meta charset="utf-8">
<title>ProximitySensor Test: onerror</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="https://w3c.github.io/proximity/">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/generic-sensor/generic-sensor-tests.js"></script>
<div id="log"></div>
<h2>Precondition</h2>
<ol>
<li>
Disable the Proximity Sensor or run test on a device without Proximity Sensor.
</li>
</ol>
<script>
runGenericSensorOnerror('ProximitySensor');
</script>
|
www/bower_components/app-layout/app-toolbar/test/app-toolbar.html | SimoRihani/PFA-Qucit | <!doctype html>
<!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
-->
<html>
<head>
<meta charset="UTF-8">
<title>test for app-toolbar</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../web-component-tester/browser.js"></script>
<script src="../../../test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../../../test-fixture/test-fixture.html">
<link rel="import" href="../app-toolbar.html">
<style>
body {
margin: 0;
padding: 0;
}
app-toolbar {
height: 50px;
background-color: gray;
}
[top-item] {
height: 10px;
background-color: green;
}
[bottom-item] {
height: 10px;
background-color: green;
}
[title] {
background-color: red;
}
</style>
</head>
<body>
<test-fixture id="trivialToolbar">
<template>
<app-toolbar>
<div top-item></div>
<div title>Title</div>
<div bottom-item></div>
</app-toolbar>
</template>
</test-fixture>
<script>
suite('basic features', function() {
var toolbar;
setup(function() {
toolbar = fixture('trivialToolbar');
});
test('Items', function() {
var barHeight = toolbar.offsetHeight;
var topItem = document.elementFromPoint(0, 0);
var title = Polymer.dom(toolbar).querySelector('[title]');
var titleRect = title.getBoundingClientRect();
var barRect = toolbar.getBoundingClientRect();
var bottomItem = document.elementFromPoint(0, barHeight-1);
assert.isTrue(topItem.hasAttribute('top-item'));
assert.isTrue(bottomItem.hasAttribute('bottom-item'));
assert.isTrue(titleRect.top > 0 && barRect.bottom - titleRect.bottom > 0);
});
});
</script>
</body>
</html>
|
third_party/WebKit/LayoutTests/imported/web-platform-tests/shadow-dom/untriaged/shadow-trees/rendering-shadow-trees/test-001.html | js0701/chromium-crosswalk | <!DOCTYPE html>
<!--
Distributed under both the W3C Test Suite License [1] and the W3C
3-clause BSD License [2]. To contribute to a W3C Test Suite, see the
policies and contribution forms [3].
[1] http://www.w3.org/Consortium/Legal/2008/04-testsuite-license
[2] http://www.w3.org/Consortium/Legal/2008/03-bsd-license
[3] http://www.w3.org/2004/10/27-testcases
-->
<html>
<head>
<title>Shadow DOM Test: A_04_09_01</title>
<link rel="author" title="Sergey G. Grekhov" href="mailto:sgrekhov@unipro.ru">
<link rel="help" href="http://www.w3.org/TR/2013/WD-shadow-dom-20130514/#multiple-shadow-subtrees">
<meta name="assert" content="Rendering Shadow DOM Subtrees:rendering algorithm">
<script src="../../../../../../resources/testharness.js"></script>
<script src="../../../../../../resources/testharnessreport.js"></script>
<script src="../../testcommon.js"></script>
<link rel="stylesheet" href="../../../../../../resources/testharness.css">
</head>
<body>
<div id="log"></div>
<script>
test(unit(function (ctx) {
var d = newRenderedHTMLDocument(ctx);
var div = d.createElement('div');
div.innerHTML = '' +
'<ul id="host">' +
'<li id="li1" class="shadow">' +
'<a id="a11" class="cl1" href="#">Link11 Shadow</a>' +
'<a id="a12" class="cl2" href="#">Link12 Shadow</a>' +
'<a id="a13" class="cl1" href="#">Link13 Shadow</a>' +
'<a id="a14" class="cl3" href="#">Link14 Shadow</a>' +
'</li>' +
'<li id="li2">' +
'<a id="a21" href="#">Link21</a><a id="a22" href="#">Link22</a>' +
'</li>' +
'<li id="li3" class="shadow">' +
'<a id="a31" href="#">Link31 Shadow</a><a id="a32" href="#">Link32 Shadow</a>' +
'</li>' +
'<li id="li4" class="shadow2">' +
'<a id="a41" href="#">Link41 Shadow 2</a><a id="a42" href="#">Link22 Shadow 2</a>' +
'</li>' +
'<li id="li5" class="shadow2">' +
'<a id="a51" href="#">Link51 Shadow</a><a id="a52" href="#">Link52 Shadow 2</a>' +
'</li>' +
'</ul>';
d.body.appendChild(div);
//make nested shadow tree to check the reprojection
var li1 = d.querySelector('#li1');
var s = li1.createShadowRoot();
var shadowLI1 = document.createElement('li');
shadowLI1.innerHTML = '<content select=".cl1"></content>';
s.appendChild(shadowLI1);
//check the tree. a11 and a13 should be visible
assert_true(d.querySelector('#a11').offsetTop > 0,
'Point 1: Node that matches insertion point criteria should be rendered');
assert_true(d.querySelector('#a13').offsetTop > 0,
'Point 2: Node that matches insertion point criteria should be rendered');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 3: Node that doesn\'t match insertion point criteria shouldn\'t be rendered');
assert_equals(d.querySelector('#a14').offsetTop, 0,
'Point 4: Node that doesn\'t match insertion point criteria shouldn\'t be rendered');
var shadowLI2 = document.createElement('li');
shadowLI2.innerHTML = '<content select=".cl3"></content>';
s.appendChild(shadowLI2);
//At this point a11, a13 and a14 should be visible
assert_true(d.querySelector('#a11').offsetTop > 0,
'Point 11: Node that matches insertion point criteria should be rendered');
assert_true(d.querySelector('#a13').offsetTop > 0,
'Point 12: Node that matches insertion point criteria should be rendered');
assert_true(d.querySelector('#a14').offsetTop > d.querySelector('#a13').offsetTop,
'Point 13: Node that matches insertion point criteria should be rendered');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 14: Node that doesn\'t match insertion point criteria shouldn\'t be rendered');
//Shadow root to play with
var ul = d.querySelector('#host');
//make an old shadow tree
var s2 = ul.createShadowRoot();
var div2 = d.createElement('div');
div2.innerHTML = '<ul><content select=".shadow"></content></ul>';
s2.appendChild(div2);
// At this point visible: li1 and li3
assert_true(d.querySelector('#li1').offsetTop > 0, 'Point 21: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li3').offsetTop > 0, 'Point 22: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 23: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_equals(d.querySelector('#li4').offsetTop, 0, 'Point 24: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_equals(d.querySelector('#li5').offsetTop, 0, 'Point 25: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes
assert_true(d.querySelector('#a11').offsetTop > 0,
'Point 26: Node that matches insertion point criteria should be rendered');
assert_true(d.querySelector('#a13').offsetTop > 0,
'Point 27: Node that matches insertion point criteria should be rendered');
assert_true(d.querySelector('#a14').offsetTop > d.querySelector('#a13').offsetTop,
'Point 28: Node that matches insertion point criteria should be rendered');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 29: Node that doesn\'t match insertion point criteria shouldn\'t be rendered');
//make a young shadow tree
var s3 = ul.createShadowRoot();
var div3 = d.createElement('div');
div3.innerHTML = '<ul><content select=".shadow2"></content></ul>';
s3.appendChild(div3);
//At this point: li4 and li5 visible, others not
assert_true(d.querySelector('#li4').offsetTop > 0, 'Point 31: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li5').offsetTop > 0, 'Point 32: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li1').offsetTop, 0, 'Point 33: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 34: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_equals(d.querySelector('#li3').offsetTop, 0, 'Point 35: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes (all invisible)
assert_equals(d.querySelector('#a11').offsetTop, 0,
'Point 36: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 37: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a13').offsetTop, 0,
'Point 38: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a14').offsetTop, 0,
'Point 39: Aleady distributed nodes should behave like a shadow host child nodes');
var shadow = d.createElement('shadow');
s3.appendChild(shadow);
//At this point: li1, li3, li4 and li5 visible li2 not
assert_true(d.querySelector('#li1').offsetTop > 0, 'Point 41: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li3').offsetTop > 0, 'Point 42: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 43: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li4').offsetTop > 0, 'Point 44: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li5').offsetTop > 0, 'Point 45: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes (a11, a13, a14 visible, a12 not)
assert_true(d.querySelector('#a11').offsetTop > 0,
'Point 46: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 47: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a13').offsetTop > 0,
'Point 48: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a14').offsetTop > 0,
'Point 49: Aleady distributed nodes should behave like a shadow host child nodes');
var shadow2 = d.createElement('shadow');
s3.appendChild(shadow2);
// Nothing should be changed
//At this point: li1, li3, li4 and li5 visible li2 not
assert_true(d.querySelector('#li1').offsetTop > 0, 'Point 51: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li3').offsetTop > 0, 'Point 52: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 53: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li4').offsetTop > 0, 'Point 54: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li5').offsetTop > 0, 'Point 55: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes (a11 and a13 visible, a12 not)
assert_true(d.querySelector('#a11').offsetTop > 0,
'Point 56: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a12').offsetTop, 0,
'Point 57: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a13').offsetTop > 0,
'Point 58: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a14').offsetTop > 0,
'Point 59: Aleady distributed nodes should behave like a shadow host child nodes');
//replace the nested tree by younger one
var s4 = li1.createShadowRoot();
var shadowLI4 = document.createElement('li');
shadowLI4.innerHTML = '<content select=".cl2"></content>';
s4.appendChild(shadowLI4);
//At this point: li1, li3, li4 and li5 visible li2 not
assert_true(d.querySelector('#li1').offsetTop > 0, 'Point 61: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li3').offsetTop > 0, 'Point 62: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 63: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li4').offsetTop > 0, 'Point 64: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li5').offsetTop > 0, 'Point 65: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes (a12 visible, others not)
assert_equals(d.querySelector('#a11').offsetTop, 0,
'Point 66: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a12').offsetTop > 0,
'Point 67: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a13').offsetTop, 0,
'Point 68: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a14').offsetTop, 0,
'Point 69: Aleady distributed nodes should behave like a shadow host child nodes');
//Let's check that if we add a shadow insertion point to the tree nothing is
//changed in the nested three (old tree is still invisible)
var shadow3 = d.createElement('shadow');
s3.appendChild(shadow3);
//At this point: li1, li3, li4 and li5 visible li2 not
assert_true(d.querySelector('#li1').offsetTop > 0, 'Point 61: Node that match insertion ' +
'point criteria should be rendered');
assert_true(d.querySelector('#li3').offsetTop > 0, 'Point 62: Node that match insertion ' +
'point criteria should be rendered');
assert_equals(d.querySelector('#li2').offsetTop, 0, 'Point 63: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li4').offsetTop > 0, 'Point 64: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
assert_true(d.querySelector('#li5').offsetTop > 0, 'Point 65: Node that doen\'t match ' +
'insertion point criteria shouldn\'t be rendered');
//check the reprojected nodes (a12 visible, others not)
assert_equals(d.querySelector('#a11').offsetTop, 0,
'Point 66: Aleady distributed nodes should behave like a shadow host child nodes');
assert_true(d.querySelector('#a12').offsetTop > 0,
'Point 67: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a13').offsetTop, 0,
'Point 68: Aleady distributed nodes should behave like a shadow host child nodes');
assert_equals(d.querySelector('#a14').offsetTop, 0,
'Point 69: Aleady distributed nodes should behave like a shadow host child nodes');
}), 'A_04_09_01_T01');
</script>
</body>
</html>
|
mod/turnitintool/lang/tr_utf8/help/turnitintool/submissiontitle.html | lsuits/OBSOLETE--DO-NOT-USE--moodle | <p><b><img alt="" src="<?php echo $CFG->wwwroot; ?>/mod/turnitintool/icon.gif" /> Turnitin Ödevleri - Gönderi Başlığı</b></p>
Gönderdiğiniz çalışmaya bir gönderi başlığı giriniz. |
doc/com/intel/hadoop/graphbuilder/demoapps/wikipedia/docwordgraph/class-use/CreateWordCountGraph.Job.html | drtobbe/graphbuilder | <!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_26) on Thu Nov 08 03:57:19 PST 2012 -->
<TITLE>
Uses of Class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.CreateWordCountGraph.Job
</TITLE>
<META NAME="date" CONTENT="2012-11-08">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.CreateWordCountGraph.Job";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/intel/hadoop/graphbuilder/demoapps/wikipedia/docwordgraph/CreateWordCountGraph.Job.html" title="class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?com/intel/hadoop/graphbuilder/demoapps/wikipedia/docwordgraph//class-useCreateWordCountGraph.Job.html" target="_top"><B>FRAMES</B></A>
<A HREF="CreateWordCountGraph.Job.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
<B>Uses of Class<br>com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.CreateWordCountGraph.Job</B></H2>
</CENTER>
No usage of com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph.CreateWordCountGraph.Job
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../com/intel/hadoop/graphbuilder/demoapps/wikipedia/docwordgraph/CreateWordCountGraph.Job.html" title="class in com.intel.hadoop.graphbuilder.demoapps.wikipedia.docwordgraph"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../../index.html?com/intel/hadoop/graphbuilder/demoapps/wikipedia/docwordgraph//class-useCreateWordCountGraph.Job.html" target="_top"><B>FRAMES</B></A>
<A HREF="CreateWordCountGraph.Job.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
jre_emul/android/libcore/luni/src/main/java/java/security/package.html | zhakui/j2objc | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<html>
<body>
<p>
Extensible cryptographic <i>service provider infrastructure</i> (SPI) for using
and defining services such as {@link java.security.cert.Certificate Certificates},
{@link java.security.Key Keys}, {@link java.security.KeyStore KeyStores}, {@link
java.security.MessageDigest MessageDigests}, and {@link java.security.Signature
Signatures}.
</p>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/CSS2/normal-flow/block-in-inline-float-in-layer-001-ref.html | scheib/chromium | <!DOCTYPE html>
<style>
.layer {
filter: blur(1px);
}
.float {
float: left;
}
</style>
<body>
<div class="layer">
<div>
<div class="float">float</div>
</div>
</div>
</body>
|
protected/doophp/demos/database/protected/view/header.html | sogimu/Captcha | <title>DooPHP - Database ORM demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="DooPHP framework URI routing demo">
<meta name="keywords" content="DooPHP, php framework, MVC, Web 2.0, design, xhtml, css, template">
<link rel="stylesheet" type="text/css" href="{{baseurl}}global/css/screen.css" media="screen" />
<script type="text/javascript" src="{{baseurl}}global/js/jquery.1.3.2.js"></script>
<script type="text/javascript" src="{{baseurl}}global/js/common.js"></script> |
web/assets/js/jquery/dom/form_params/form_params.html | akovalyov/RubyGarageTask | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Form Params</title>
<style type='text/css'>
body {font-family: verdana}
</style>
</head>
<body>
<p>Change the inputs to change the object</p>
<pre>Result = <span id='result'></span></pre>
<div id="demo-html">
<form id='fp' action="">
<label>People Count</label><br/>
<input name='talk[peopleCount]'/><br/>
<label>Audience Rating</label><br/>
<select name='talk[audienceRating]'>
<option value='3'>3</option>
<option value='2'>2</option>
<option value='1'>1</option>
</select><br/>
<label>Time Left</label><br/>
<input type='radio' name='talk[timeLeft]' value='1'/> 1 min<br/>
<input type='radio' name='talk[timeLeft]' value='5'/> 5 min<br/>
<input type='radio' name='talk[timeLeft]' value='10'/> 10 min<br/>
</form>
</div>
<script type='text/javascript'
src='../../../steal/steal.js'>
</script>
<script type='text/javascript' id="demo-source">
steal('jquery/dom/form_params','jquery/lang/json').then(function(){
// updates the JSON text
var update = function(){
// get form data
var json = $('#fp').formParams(),
//convert it to JSON
jsonString = $.toJSON( json );
// show JSON
$("#result").text( jsonString )
}
// listen for changes and update
$('#fp').change(update);
// show json right away
update();
})
</script>
</body>
</html> |
themes/octopress/templates/_includes/sidebar.html | opensource-yunnan-university/ynu-support | <aside class="sidebar">
{% if SIDEBAR_IMAGE %}
<section>
<img src="{{ SITEURL }}/{{ SIDEBAR_IMAGE }}" alt="{{ SIDEBAR_IMAGE_ALT}}" width="{{SIDEBAR_IMAGE_WIDTH}}"/>
</section>
{% endif %}
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
{% for article in articles[:5] %}
<li class="post">
<a href="{{ SITEURL }}/{{ article.url }}">{{ article.title|striptags }}</a>
</li>
{% endfor %}
</ul>
</section>
{% if categories %}
<section>
<h1>Categories</h1>
<ul id="recent_posts">
{% for category, articles in categories %}
<li><a href="{{ SITEURL }}/{{ category.url }}">{{ category }}</a></li>
{% endfor %}
</ul>
</section>
{% endif %}
<section>
<h1>Tags</h1>
{% for tag, article in tags %}
<a href="{{ SITEURL }}/{{ tag.url }}">{{ tag }}</a>{% if not loop.last %},{% endif %}
{% endfor %}
</section>
{% include '_includes/github.html' %}
{% include '_includes/social.html' %}
{% include '_includes/links.html' %}
{% include '_includes/twitter_sidebar.html' %}
{% include '_includes/gplus_sidebar.html' %}
</aside>
|
lib/perl/Genome/View/Resource/Html/old/report_resources/jquery/dataTables-1.5/examples/api/row_details.html | genome/genome | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="shortcut icon" type="image/ico" href="http://www.sprymedia.co.uk/media/images/favicon.ico" />
<title>DataTables example</title>
<style type="text/css" title="currentStyle">
@import "../../media/css/demo_page.css";
@import "../../media/css/demo_table.css";
</style>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="../../media/js/jquery.dataTables.js"></script>
<script type="text/javascript" charset="utf-8">
var oTable;
/* Formating function for row details */
function fnFormatDetails ( nTr )
{
var iIndex = oTable.fnGetPosition( nTr );
var aData = oTable.fnSettings().aoData[iIndex]._aData;
var sOut = '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">';
sOut += '<tr><td>Rendering engine:</td><td>'+aData[1]+' '+aData[4]+'</td></tr>';
sOut += '<tr><td>Link to source:</td><td>Could provide a link here</td></tr>';
sOut += '<tr><td>Extra info:</td><td>And any further details here (images etc)</td></tr>';
sOut += '</table>';
return sOut;
}
$(document).ready(function() {
/*
* Insert a 'details' column to the table
*/
var nCloneTh = document.createElement( 'th' );
var nCloneTd = document.createElement( 'td' );
nCloneTd.innerHTML = '<img src="../examples_support/details_open.png">';
nCloneTd.className = "center";
$('#example thead tr').each( function () {
this.insertBefore( nCloneTh, this.childNodes[0] );
} );
$('#example tbody tr').each( function () {
this.insertBefore( nCloneTd.cloneNode( true ), this.childNodes[0] );
} );
/*
* Initialse DataTables, with no sorting on the 'details' column
*/
oTable = $('#example').dataTable( {
"aoColumns": [
{ "bSortable": false },
null, null, null, null, null
],
"aaSorting": [[1, 'asc']]
});
/* Add event listener for opening and closing details
* Note that the indicator for showing which row is open is not controlled by DataTables,
* rather it is done here
*/
$('td img', oTable.fnGetNodes() ).each( function () {
$(this).click( function () {
var nTr = this.parentNode.parentNode;
if ( this.src.match('details_close') )
{
/* This row is already open - close it */
this.src = "../examples_support/details_open.png";
oTable.fnClose( nTr );
}
else
{
/* Open this row */
this.src = "../examples_support/details_close.png";
oTable.fnOpen( nTr, fnFormatDetails(nTr), 'details' );
}
} );
} );
} );
</script>
</head>
<body id="dt_example">
<div id="container">
<div class="full_width big">
<i>DataTables</i> hidden row details example
</div>
<h1>Preamble</h1>
<p><i>DataTables</i> has most features enabled by default, so all you need to do to use it with one of your own tables is to call the construction function (as shown below).</p>
<h1>Live example</h1>
<div id="demo">
<table cellpadding="0" cellspacing="0" border="0" class="display" id="example">
<thead>
<tr>
<th>Rendering engine</th>
<th>Browser</th>
<th>Platform(s)</th>
<th>Engine version</th>
<th>CSS grade</th>
</tr>
</thead>
<tbody>
<tr class="gradeX">
<td>Trident</td>
<td>Internet
Explorer 4.0</td>
<td>Win 95+</td>
<td class="center">4</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Trident</td>
<td>Internet
Explorer 5.0</td>
<td>Win 95+</td>
<td class="center">5</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet
Explorer 5.5</td>
<td>Win 95+</td>
<td class="center">5.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet
Explorer 6</td>
<td>Win 98+</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>Internet Explorer 7</td>
<td>Win XP SP2+</td>
<td class="center">7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Trident</td>
<td>AOL browser (AOL desktop)</td>
<td>Win XP</td>
<td class="center">6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 1.5</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 2.0</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Firefox 3.0</td>
<td>Win 2k+ / OSX.3+</td>
<td class="center">1.9</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.0</td>
<td>OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Camino 1.5</td>
<td>OSX.3+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape 7.2</td>
<td>Win 95+ / Mac OS 8.6-9.2</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Browser 8</td>
<td>Win 98SE+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Netscape Navigator 9</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.1</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.2</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.2</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.3</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.4</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.4</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.5</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.6</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">1.6</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.7</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.7</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Mozilla 1.8</td>
<td>Win 98+ / OSX.1+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Seamonkey 1.1</td>
<td>Win 98+ / OSX.2+</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Gecko</td>
<td>Epiphany 2.20</td>
<td>Gnome</td>
<td class="center">1.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.2</td>
<td>OSX.3</td>
<td class="center">125.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 1.3</td>
<td>OSX.3</td>
<td class="center">312.8</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 2.0</td>
<td>OSX.4+</td>
<td class="center">419.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>Safari 3.0</td>
<td>OSX.4+</td>
<td class="center">522.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>OmniWeb 5.5</td>
<td>OSX.4+</td>
<td class="center">420</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>iPod Touch / iPhone</td>
<td>iPod</td>
<td class="center">420.1</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Webkit</td>
<td>S60</td>
<td>S60</td>
<td class="center">413</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.0</td>
<td>Win 95+ / OSX.1+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 7.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.0</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 8.5</td>
<td>Win 95+ / OSX.2+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.0</td>
<td>Win 95+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.2</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera 9.5</td>
<td>Win 88+ / OSX.3+</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Opera for Wii</td>
<td>Wii</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nokia N800</td>
<td>N800</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>Presto</td>
<td>Nintendo DS browser</td>
<td>Nintendo DS</td>
<td class="center">8.5</td>
<td class="center">C/A<sup>1</sup></td>
</tr>
<tr class="gradeC">
<td>KHTML</td>
<td>Konqureror 3.1</td>
<td>KDE 3.1</td>
<td class="center">3.1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.3</td>
<td>KDE 3.3</td>
<td class="center">3.3</td>
<td class="center">A</td>
</tr>
<tr class="gradeA">
<td>KHTML</td>
<td>Konqureror 3.5</td>
<td>KDE 3.5</td>
<td class="center">3.5</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Tasman</td>
<td>Internet Explorer 4.5</td>
<td>Mac OS 8-9</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.1</td>
<td>Mac OS 7.6-9</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Tasman</td>
<td>Internet Explorer 5.2</td>
<td>Mac OS 8-X</td>
<td class="center">1</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.1</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeA">
<td>Misc</td>
<td>NetFront 3.4</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">A</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Dillo 0.8</td>
<td>Embedded devices</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Links</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeX">
<td>Misc</td>
<td>Lynx</td>
<td>Text only</td>
<td class="center">-</td>
<td class="center">X</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>IE Mobile</td>
<td>Windows Mobile 6</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeC">
<td>Misc</td>
<td>PSP browser</td>
<td>PSP</td>
<td class="center">-</td>
<td class="center">C</td>
</tr>
<tr class="gradeU">
<td>Other browsers</td>
<td>All others</td>
<td>-</td>
<td class="center">-</td>
<td class="center">U</td>
</tr>
</tbody>
</table>
</div>
<div class="spacer"></div>
<h1>Initialisation code</h1>
<pre>var oTable;
/* Formating function for row details */
function fnFormatDetails ( nTr )
{
var iIndex = oTable.fnGetPosition( nTr );
var aData = oTable.fnSettings().aoData[iIndex]._aData;
var sOut = '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">';
sOut += '<tr><td>Rendering engine:</td><td>'+aData[1]+' '+aData[4]+'</td></tr>';
sOut += '<tr><td>Link to source:</td><td>Could provide a link here</td></tr>';
sOut += '<tr><td>Extra info:</td><td>And any further details here (images etc)</td></tr>';
sOut += '</table>';
return sOut;
}
$(document).ready(function() {
/*
* Insert a 'details' column to the table
*/
var nCloneTh = document.createElement( 'th' );
var nCloneTd = document.createElement( 'td' );
nCloneTd.innerHTML = '<img src="../examples_support/details_open.png">';
nCloneTd.className = "center";
$('#example thead tr').each( function () {
this.insertBefore( nCloneTh, this.childNodes[0] );
} );
$('#example tbody tr').each( function () {
this.insertBefore( nCloneTd.cloneNode( true ), this.childNodes[0] );
} );
/*
* Initialse DataTables, with no sorting on the 'details' column
*/
oTable = $('#example').dataTable( {
"aoColumns": [
{ "bSortable": false },
null, null, null, null, null
],
"aaSorting": [[1, 'asc']]
});
/* Add event listener for opening and closing details
* Note that the indicator for showing which row is open is not controlled by DataTables,
* rather it is done here
*/
$('td img', oTable.fnGetNodes() ).each( function () {
$(this).click( function () {
var nTr = this.parentNode.parentNode;
if ( this.src.match('details_close') )
{
/* This row is already open - close it */
this.src = "../examples_support/details_open.png";
oTable.fnClose( nTr );
}
else
{
/* Open this row */
this.src = "../examples_support/details_close.png";
oTable.fnOpen( nTr, fnFormatDetails(nTr), 'details' );
}
} );
} );
} );</pre>
<h1>Other examples</h1>
<h2>Basic initialisation</h2>
<ul>
<li><a href="../basic_init/zero_config.html">Zero configuration</a></li>
<li><a href="../basic_init/filter_only.html">Feature enablement</a></li>
<li><a href="../basic_init/table_sorting.html">Sorting data</a></li>
<li><a href="../basic_init/multi_col_sort.html">Multi-column sorting</a></li>
<li><a href="../basic_init/multiple_tables.html">Multiple tables</a></li>
<li><a href="../basic_init/hidden_columns.html">Hidden columns</a></li>
<li><a href="../basic_init/dom.html">DOM positioning</a></li>
<li><a href="../basic_init/state_save.html">State saving</a></li>
<li><a href="../basic_init/alt_pagination.html">Alternative pagination styles</a></li>
<li><a href="../basic_init/language.html">Change language information (internationalisation)</a></li>
<li><a href="../basic_init/themes.html">ThemeRoller themes (Smoothness)</a></li>
</ul>
<h2>Advanced initialisation</h2>
<ul>
<li><a href="../advanced_init/events_pre_init.html">Events (pre initialisation)</a></li>
<li><a href="../advanced_init/events_post_init.html">Events (post initialisation)</a></li>
<li><a href="../advanced_init/column_render.html">Column rendering</a></li>
<li><a href="../advanced_init/html_sort.html">Sorting without HTML tags</a></li>
<li><a href="../advanced_init/sorting_control.html">Set sorting controls</a></li>
<li><a href="../advanced_init/complex_header.html">Column grouping through col/row spans</a></li>
<li><a href="../advanced_init/row_grouping.html">Row grouping</a></li>
<li><a href="../advanced_init/row_callback.html">Row callback</a></li>
<li><a href="../advanced_init/footer_callback.html">Footer callback</a></li>
<li><a href="../advanced_init/language_file.html">Change language information from a file (internationalisation)</a></li>
</ul>
<h2>Data sources</h2>
<ul>
<li><a href="../data_sources/dom.html">DOM</a></li>
<li><a href="../data_sources/js_array.html">Javascript array</a></li>
<li><a href="../data_sources/ajax.html">Ajax source</a></li>
<li><a href="../data_sources/server_side.html">Server side processing</a></li>
</ul>
<h2>Server-side processing</h2>
<ul>
<li><a href="../server_side/server_side.html">Obtain server-side data</a></li>
<li><a href="../server_side/custom_vars.html">Add extra HTTP variables</a></li>
<li><a href="../server_side/post.html">Use HTTP POST</a></li>
<li><a href="../server_side/column_ordering.html">Custom column ordering (in callback data)</a></li>
<li><a href="../server_side/pipeline.html">Pipelining data (reduce Ajax calls for paging)</a></li>
<li><a href="../server_side/row_details.html">Show and hide details about a particular record</a></li>
<li><a href="../server_side/select_rows.html">User selectable rows (multiple rows)</a></li>
</ul>
<h2>API</h2>
<ul>
<li><a href="../api/add_row.html">Dynamically add a new row</a></li>
<li><a href="../api/multi_filter.html">Individual column filtering</a></li>
<li><a href="../api/highlight.html">Highlight rows and columns</a></li>
<li><a href="../api/row_details.html">Show and hide details about a particular record</a></li>
<li><a href="../api/select_row.html">User selectable rows (multiple rows)</a></li>
<li><a href="../api/select_single_row.html">User selectable rows (single row) and delete rows</a></li>
<li><a href="../api/editable.html">Editable rows (with jEditable)</a></li>
<li><a href="../api/form.html">Submit form with elements in table</a></li>
<li><a href="../api/counter_column.html">Index column (static number column)</a></li>
<li><a href="../api/show_hide.html">Show and hide columns dynamically</a></li>
<li><a href="../api/plugin_api.html">Add custom API functions (plug-ins)</a></li>
<li><a href="../api/sorting_plugin.html">Sorting and type detection (plug-ins)</a></li>
<li><a href="../api/paging_plugin.html">Custom pagination controls (plug-ins)</a></li>
<li><a href="../api/range_filtering.html">Range filtering / custom filtering (plug-ins)</a></li>
<li><a href="../api/dom_sort.html">Live DOM sorting (plug-ins)</a></li>
<li><a href="../api/regex.html">Regular expression filtering</a></li>
</ul>
<p>Please refer to the <a href="http://www.datatables.net/"><i>DataTables</i> documentation</a> for full information about its API properties and methods.</p>
<div id="footer" style="text-align:center;">
<span style="font-size:10px;">
DataTables © Allan Jardine 2008-2009.<br>
Information in the table © <a href="http://www.u4eatech.com">U4EA Technologies</a> 2007-2009.</span>
</div>
</div>
</body>
</html> |
wicket/src/test/java/org/apache/wicket/markup/MarkupInheritanceBase_12.html | astubbs/wicket.get-portals2 | <html>
<wicket:head>
base head
</wicket:head>
<body onload="baseOnLoad();">
111<span wicket:id="label1">Label 1</span>222
<wicket:child/>
333<a href="#" wicket:id="link">increment</a>444
</body>
</html>
|
third_party/blink/web_tests/external/wpt/html/browsers/the-window-object/proxy-getOwnPropertyDescriptor.html | scheib/chromium | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>getOwnPropertyDescriptor() is correct for Proxy with host object target</title>
<link rel="help" href="https://html.spec.whatwg.org/multipage/#window">
<link rel="help" href="https://webidl.spec.whatwg.org/#Unforgeable">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<script>
'use strict';
const assert_accessor_descriptor_equals = (actual, expected) => {
assert_equals(actual.get, expected.get, 'get');
assert_equals(actual.set, expected.set, 'set');
assert_equals(actual.enumerable, expected.enumerable, 'enumerable');
assert_equals(actual.configurable, expected.configurable, 'configurable');
};
const assert_data_descriptor_equals = (actual, expected) => {
assert_equals(actual.value, expected.value, 'value');
assert_equals(actual.writable, expected.writable, 'writable');
assert_equals(actual.enumerable, expected.enumerable, 'enumerable');
assert_equals(actual.configurable, expected.configurable, 'configurable');
};
test(() => {
const windowProxy = new Proxy(window, {});
name = 'old_name';
const descriptor = Object.getOwnPropertyDescriptor(windowProxy, 'name');
assert_equals(descriptor.get.call(window), 'old_name');
descriptor.set.call(window, 'new_name');
assert_equals(name, 'new_name');
assert_true(descriptor.enumerable);
assert_true(descriptor.configurable);
}, 'Window target, no trap, "name" attribute');
test(() => {
let trapCalls = 0;
const windowProxy = new Proxy(window, {
getOwnPropertyDescriptor(...args) {
trapCalls++;
return Reflect.getOwnPropertyDescriptor(...args);
},
});
assert_accessor_descriptor_equals(
Object.getOwnPropertyDescriptor(windowProxy, 'document'),
Object.getOwnPropertyDescriptor(window, 'document')
);
assert_equals(trapCalls, 1);
}, 'Window target, forwarding trap, [LegacyUnforgeable] "document" attribute');
test(() => {
const trapResult = {get() {}, set(_val) {}, enumerable: false, configurable: true};
const windowProxy = new Proxy(new Proxy(window, {}), {
getOwnPropertyDescriptor: () => trapResult,
});
assert_accessor_descriptor_equals(
Object.getOwnPropertyDescriptor(windowProxy, 'onclick'),
trapResult
);
}, 'Window proxy target, custom trap, "onclick" event handler attribute');
test(() => {
let trapCalls = 0;
const documentProxy = new Proxy(document, {
getOwnPropertyDescriptor(...args) {
trapCalls++;
return Reflect.getOwnPropertyDescriptor(...args);
},
});
assert_accessor_descriptor_equals(
Object.getOwnPropertyDescriptor(documentProxy, 'location'),
Object.getOwnPropertyDescriptor(document, 'location')
);
assert_equals(trapCalls, 1);
}, 'Document target, forwarding trap, [LegacyUnforgeable] "location" attribute');
test(() => {
const trapResult = {value: 4, writable: false, enumerable: true, configurable: true};
const documentProxy = new Proxy(new Proxy(document, {}), {
getOwnPropertyDescriptor: () => trapResult,
});
assert_data_descriptor_equals(
Object.getOwnPropertyDescriptor(documentProxy, 'foo'),
trapResult
);
}, 'Document proxy target, custom trap, non-existent value attribute');
test(() => {
const locationProxy = new Proxy(location, {});
location.hash = '#old';
const descriptor = Object.getOwnPropertyDescriptor(locationProxy, 'hash');
assert_equals(descriptor.get.call(location), '#old');
descriptor.set.call(location, '#new');
assert_equals(location.hash, '#new');
assert_true(descriptor.enumerable);
assert_false(descriptor.configurable);
}, 'Location target, no trap, [LegacyUnforgeable] "hash" attribute');
test(() => {
let trapCalls = 0;
const locationProxy = new Proxy(new Proxy(location, {}), {
getOwnPropertyDescriptor(...args) {
trapCalls++;
return Reflect.getOwnPropertyDescriptor(...args);
},
});
assert_data_descriptor_equals(
Object.getOwnPropertyDescriptor(locationProxy, 'reload'),
Object.getOwnPropertyDescriptor(location, 'reload')
);
assert_equals(trapCalls, 1);
}, 'Location proxy target, forwarding trap, [LegacyUnforgeable] "reload" method');
</script>
</body>
</html>
|
third_party/blink/web_tests/external/wpt/css/css-break/ruby-001.html | scheib/chromium | <!DOCTYPE html>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#breaking-rules">
<link rel="help" href="https://www.w3.org/TR/css-ruby-1/">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<style>
ruby {
ruby-position: under;
}
ruby div {
display: inline-block;
vertical-align: top;
width: 25px;
background: green;
}
.main {
height: 75px;
}
.annotation {
height: 25px;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="width:100px; height:100px; background:red;">
<div style="columns:4; column-fill:auto; column-gap:0; height:175px; orphans:1; widows:1;">
<ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
<ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
<ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
<ruby><div class="main"></div><rt><div class="annotation"></div></rt></ruby><br>
</div>
</div>
|
tests/fixtures/with-unminified-styles/app/styles/app.css | ef4/ember-cli | html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
h1 {
font-size: 2em;
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible;
}
|
Symbaroum/src/pug/oldpage4.html | suldae/roll20-character-sheets | <!-- ******* PAGE 4 -->
<div class="sheet-section sheet-section-pc4">
<div class="sheet-row" style="text-align:center">
<div>
<div style="display:inline-block;">
<label style="text-align:center;padding:0;margin:0;" data-i18n="currency-thaler">Thaler</label>
<input type="number" class="sheet-number-box-small" value="0" name="attr_player-thaler" style="width:4em;"/>
</div>
<div style="display:inline-block;">
<label style="text-align:center;padding:0;margin:0;" data-i18n="currency-shilling">Shilling</label>
<input type="number" class="sheet-number-box-small" value="0" name="attr_player-shilling" style="width:4em;"/>
</div>
<div style="display:inline-block;">
<label style="text-align:center;padding:0;margin:0;" data-i18n="currency-orteg">Orteg</label>
<input type="number" class="sheet-number-box-small" value="0" name="attr_player-orteg" style="width:4em;"/>
</div>
</div>
</div>
<div class="sheet-row">
<div class="sheet-2colrow">
<div class="sheet-col">
<div style="margin-bottom:1em;">
<label class="sheet-label-large" data-i18n="detailed-equipment-and-artifacts">Detailed Equipment & Artifacts</label>
<div style="margin-bottom:4px">
<div class="sheet-faded" style="height:100%; margin-left:-1em;">
<input type="checkbox" name="attr_artifact-isBound" title="Bound to player" data-i18n-title="title-bond-to-player" />
<input type="text" name="attr_artifact-name" title="Name" data-i18n-title="name" placeholder="Name" data-i18n-placeholder="name" style="width: 55%;" />
<select name="attr_artifact-corruption" title="Temporary Corruption when equipment or artifacts is used" data-i18n-title="title-temporary-corruption-when-equipment-is-used" style="width: 15%">
<option value="0" selected>-</option>
<option value="[[1]]" >1</option>
<option value="[[1d4]]" >1d4</option>
<option value="[[1d6]]" >1d6</option>
<option value="[[1d8]]" >1d8</option>
</select>
<span data-i18n="temporary-corruption">Temp Corruption</span>
</div>
<textarea name="attr_artifact-description" style="height:2em" title="Description" data-i18n-title="description" placeholder="Description" data-i18n-placeholder="description"></textarea>
</div>
<fieldset class="repeating_artifacts" style="margin-bottom:4px">
<div class="sheet-faded" style="height:100%; margin-left:-1em;">
<input type="checkbox" name="attr_artifact-isBound" title="Bound to player" data-i18n-title="title-bond-to-player" />
<input type="text" name="attr_artifact-name" title="Name" data-i18n-title="name" placeholder="Name" data-i18n-placeholder="name" />
<select name="attr_artifact-corruption" title="Temporary Corruption when equipment or artifacts is used" data-i18n-title="title-temporary-corruption-when-equipment-is-used">
<option value="0" selected>-</option>
<option value="[[1]]" >1</option>
<option value="[[1d4]]" >1d4</option>
<option value="[[1d6]]" >1d6</option>
<option value="[[1d8]]" >1d8</option>
</select>
<span data-i18n="temporary-corruption">Temp Corruption</span>
</div>
<textarea name="attr_artifact-description" style="height:2em" title="Description" data-i18n-title="description" placeholder="Description" data-i18n-placeholder="description"></textarea>
</fieldset>
</div>
<div style="margin-bottom:1em;">
<label class="sheet-label-large" data-i18n="items">Items</label>
<div>
<input type="text" style="width:290px" name="attr_item-sleeping-roll" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Sleeping roll"/>
<input type="number" class="sheet-number-box-small" name="attr_item-sleeping-roll-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<div>
<input type="text" style="width:290px" name="attr_item-cooking-pan" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Cooking equipment"/>
<input type="number" class="sheet-number-box-small" name="attr_item-cooking-pan-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<div>
<input type="text" style="width:290px" name="attr_item-firewood" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Firewood"/>
<input type="number" class="sheet-number-box-small" name="attr_item-firewood-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<div>
<input type="text" style="width:290px" name="attr_item-flint-and-steel" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Flint and Steel"/>
<input type="number" class="sheet-number-box-small" name="attr_item-flint-and-steel-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<div>
<input type="text" style="width:290px" name="attr_item-rope" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Rope"/>
<input type="number" class="sheet-number-box-small" name="attr_item-rope-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<div>
<input type="text" style="width:290px" name="attr_item-waterskin" title="Standard Equipment" data-i18n-title="title-standard-equipment" value="Waterskin"/>
<input type="number" class="sheet-number-box-small" name="attr_item-waterskin-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</div>
<fieldset class="repeating_item">
<input type="text" style="width:290px" name="attr_item-name" title="Item Name" data-i18n-title="title-item-name" placeholder="Item Name" data-i18n-placeholder="item-name" />
<input type="number" class="sheet-number-box-small" name="attr_item-quantity" value="1" title="Item Quantity" data-i18n-title="title-item-quantity" style="width:5em;text-align:left;padding-left:.5em;"/>
</fieldset>
</div>
</div> <!-- END column 1 -->
<div class="sheet-col">
<div class="sheet-ability-section">
<label class="sheet-label-large" data-i18n="character-background">Character Background</label>
<textarea name="attr_background" data-i18n-title="character-background" title="Explain where your character comes from and where he or she wants to go and accomplish." placeholder="Explain where your character comes from and where he or she wants to go and accomplish." data-i18n-placeholder="character-background"></textarea>
<textarea name="attr_character_goal" style="height:3.5em;" title="Character Goal" data-i18n-title="character-goal" placeholder="Character Goal" data-i18n-placeholder="character-goal"></textarea>
</div>
<div class="sheet-ability-section">
<label class="sheet-label-large" data-i18n="group">Group</label>
<input type="text" name="attr_groupName" title="Group Name" data-i18n-title="group-name" placeholder="Group Name" data-i18n-placeholder="group-name" />
<textarea name="attr_groupGoal" style="height:3.5em;" title="Group Goal" data-i18n-title="group-goal" placeholder="Group Goal" data-i18n-placeholder="group-goal"></textarea>
</div>
<div class="sheet-ability-section">
<label class="sheet-label-large" data-i18n="friends">Friends</label>
<div style="margin-bottom:4px;">
<input type="text" name="attr_friendName" title="Friend Name" data-i18n-title="friends-name" placeholder="Friend Name" data-i18n-placeholder="friends-name" />
<input type="text" name="attr_friendRace" title="Friend Race" data-i18n-title="friends-race" placeholder="Friend Race" data-i18n-placeholder="friends-race" />
<input type="text" name="attr_friendOccupation" title="Friend Occupation" data-i18n-title="friends-occupation" placeholder="Friend Occupation" data-i18n-placeholder="friends-occupation" />
<input type="text" name="attr_friendPlayer" title="Player" data-i18n-title="player" placeholder="Player" data-i18n-placeholder="player" />
</div>
<fieldset class="repeating_friends-list">
<div style="margin-bottom:4px;">
<input type="text" name="attr_friendName" title="Friend Name" data-i18n-title="friends-name" placeholder="Friend Name" data-i18n-placeholder="friends-name" />
<input type="text" name="attr_friendRace" title="Friend Race" data-i18n-title="friends-race" placeholder="Friend Race" data-i18n-placeholder="friends-race" />
<input type="text" name="attr_friendOccupation" title="Friend Occupation" data-i18n-title="friends-occupation" placeholder="Friend Occupation" data-i18n-placeholder="friends-occupation" />
<input type="text" name="attr_friendPlayer" title="Player" data-i18n-title="player" placeholder="Player" data-i18n-placeholder="player" />
</div>
</fieldset>
</div>
</div>
</div>
</div>
</div> |
third_party/blink/web_tests/external/wpt/css/css-images/gradient-nan-crash.html | scheib/chromium | <!doctype html>
<style>body { background: linear-gradient(black calc(0% * (1e39 - 1e39)), black 0%); }</style>
|
venv/bin/libs/numeric/ublas/doc/html/lu_8hpp_source.html | NixaSoftware/CVis | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>ublas: lu.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.1 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<h1>lu.hpp</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 <span class="comment">//</span>
<a name="l00002"></a>00002 <span class="comment">// Copyright (c) 2000-2002</span>
<a name="l00003"></a>00003 <span class="comment">// Joerg Walter, Mathias Koch</span>
<a name="l00004"></a>00004 <span class="comment">//</span>
<a name="l00005"></a>00005 <span class="comment">// Distributed under the Boost Software License, Version 1.0. (See</span>
<a name="l00006"></a>00006 <span class="comment">// accompanying file LICENSE_1_0.txt or copy at</span>
<a name="l00007"></a>00007 <span class="comment">// http://www.boost.org/LICENSE_1_0.txt)</span>
<a name="l00008"></a>00008 <span class="comment">//</span>
<a name="l00009"></a>00009 <span class="comment">// The authors gratefully acknowledge the support of</span>
<a name="l00010"></a>00010 <span class="comment">// GeNeSys mbH & Co. KG in producing this work.</span>
<a name="l00011"></a>00011 <span class="comment">//</span>
<a name="l00012"></a>00012
<a name="l00013"></a>00013 <span class="preprocessor">#ifndef _BOOST_UBLAS_LU_</span>
<a name="l00014"></a>00014 <span class="preprocessor"></span><span class="preprocessor">#define _BOOST_UBLAS_LU_</span>
<a name="l00015"></a>00015 <span class="preprocessor"></span>
<a name="l00016"></a>00016 <span class="preprocessor">#include <boost/numeric/ublas/operation.hpp></span>
<a name="l00017"></a>00017 <span class="preprocessor">#include <boost/numeric/ublas/vector_proxy.hpp></span>
<a name="l00018"></a>00018 <span class="preprocessor">#include <boost/numeric/ublas/matrix_proxy.hpp></span>
<a name="l00019"></a>00019 <span class="preprocessor">#include <boost/numeric/ublas/vector.hpp></span>
<a name="l00020"></a>00020 <span class="preprocessor">#include <boost/numeric/ublas/triangular.hpp></span>
<a name="l00021"></a>00021
<a name="l00022"></a>00022 <span class="comment">// LU factorizations in the spirit of LAPACK and Golub & van Loan</span>
<a name="l00023"></a>00023
<a name="l00024"></a>00024 <span class="keyword">namespace </span>boost { <span class="keyword">namespace </span>numeric { <span class="keyword">namespace </span>ublas {
<a name="l00025"></a>00025
<a name="l00031"></a>00031 <span class="keyword">template</span><<span class="keyword">class</span> T = std::<span class="keywordtype">size_t</span>, <span class="keyword">class</span> A = unbounded_array<T> >
<a name="l00032"></a><a class="code" href="classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html">00032</a> <span class="keyword">class </span><a class="code" href="classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html">permutation_matrix</a>:
<a name="l00033"></a>00033 <span class="keyword">public</span> <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector</a><T, A> {
<a name="l00034"></a>00034 <span class="keyword">public</span>:
<a name="l00035"></a>00035 <span class="keyword">typedef</span> <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector<T, A></a> <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector_type</a>;
<a name="l00036"></a>00036 <span class="keyword">typedef</span> <span class="keyword">typename</span> vector_type::size_type size_type;
<a name="l00037"></a>00037
<a name="l00038"></a>00038 <span class="comment">// Construction and destruction</span>
<a name="l00039"></a>00039 BOOST_UBLAS_INLINE
<a name="l00040"></a>00040 <span class="keyword">explicit</span>
<a name="l00041"></a>00041 <a class="code" href="classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html">permutation_matrix</a> (size_type <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html#a1b9ef7522219d74ebd27bab25e4b6841" title="Return the size of the vector.">size</a>):
<a name="l00042"></a>00042 <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector<T, A></a> (size) {
<a name="l00043"></a>00043 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i)
<a name="l00044"></a>00044 (*<span class="keyword">this</span>) (i) = i;
<a name="l00045"></a>00045 }
<a name="l00046"></a>00046 BOOST_UBLAS_INLINE
<a name="l00047"></a>00047 <span class="keyword">explicit</span>
<a name="l00048"></a>00048 permutation_matrix (<span class="keyword">const</span> <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector_type</a> & init)
<a name="l00049"></a>00049 : <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html" title="A dense vector of values of type T.">vector_type</a>(init)
<a name="l00050"></a>00050 { }
<a name="l00051"></a>00051 BOOST_UBLAS_INLINE
<a name="l00052"></a>00052 ~permutation_matrix () {}
<a name="l00053"></a>00053
<a name="l00054"></a>00054 <span class="comment">// Assignment</span>
<a name="l00055"></a>00055 BOOST_UBLAS_INLINE
<a name="l00056"></a><a class="code" href="classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html#aa240d3636599dccd87e7c17d62e3c96f">00056</a> permutation_matrix &<a class="code" href="classboost_1_1numeric_1_1ublas_1_1permutation__matrix.html#aa240d3636599dccd87e7c17d62e3c96f" title="Assign a full vector (RHS-vector) to the current vector (LHS-vector).">operator = </a>(<span class="keyword">const</span> permutation_matrix &m) {
<a name="l00057"></a>00057 <a class="code" href="classboost_1_1numeric_1_1ublas_1_1vector.html#a1724d353e3006619a995342bc6be134e" title="Assign a full vector (RHS-vector) to the current vector (LHS-vector).">vector_type::operator = </a>(m);
<a name="l00058"></a>00058 <span class="keywordflow">return</span> *<span class="keyword">this</span>;
<a name="l00059"></a>00059 }
<a name="l00060"></a>00060 };
<a name="l00061"></a>00061
<a name="l00062"></a>00062 <span class="keyword">template</span><<span class="keyword">class</span> PM, <span class="keyword">class</span> MV>
<a name="l00063"></a>00063 BOOST_UBLAS_INLINE
<a name="l00064"></a>00064 <span class="keywordtype">void</span> swap_rows (<span class="keyword">const</span> PM &pm, MV &mv, vector_tag) {
<a name="l00065"></a>00065 <span class="keyword">typedef</span> <span class="keyword">typename</span> PM::size_type size_type;
<a name="l00066"></a>00066 <span class="keyword">typedef</span> <span class="keyword">typename</span> MV::value_type value_type;
<a name="l00067"></a>00067
<a name="l00068"></a>00068 size_type size = pm.size ();
<a name="l00069"></a>00069 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00070"></a>00070 <span class="keywordflow">if</span> (i != pm (i))
<a name="l00071"></a>00071 std::swap (mv (i), mv (pm (i)));
<a name="l00072"></a>00072 }
<a name="l00073"></a>00073 }
<a name="l00074"></a>00074 <span class="keyword">template</span><<span class="keyword">class</span> PM, <span class="keyword">class</span> MV>
<a name="l00075"></a>00075 BOOST_UBLAS_INLINE
<a name="l00076"></a>00076 <span class="keywordtype">void</span> swap_rows (<span class="keyword">const</span> PM &pm, MV &mv, matrix_tag) {
<a name="l00077"></a>00077 <span class="keyword">typedef</span> <span class="keyword">typename</span> PM::size_type size_type;
<a name="l00078"></a>00078 <span class="keyword">typedef</span> <span class="keyword">typename</span> MV::value_type value_type;
<a name="l00079"></a>00079
<a name="l00080"></a>00080 size_type size = pm.size ();
<a name="l00081"></a>00081 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00082"></a>00082 <span class="keywordflow">if</span> (i != pm (i))
<a name="l00083"></a>00083 row (mv, i).swap (row (mv, pm (i)));
<a name="l00084"></a>00084 }
<a name="l00085"></a>00085 }
<a name="l00086"></a>00086 <span class="comment">// Dispatcher</span>
<a name="l00087"></a>00087 <span class="keyword">template</span><<span class="keyword">class</span> PM, <span class="keyword">class</span> MV>
<a name="l00088"></a>00088 BOOST_UBLAS_INLINE
<a name="l00089"></a>00089 <span class="keywordtype">void</span> swap_rows (<span class="keyword">const</span> PM &pm, MV &mv) {
<a name="l00090"></a>00090 swap_rows (pm, mv, <span class="keyword">typename</span> MV::type_category ());
<a name="l00091"></a>00091 }
<a name="l00092"></a>00092
<a name="l00093"></a>00093 <span class="comment">// LU factorization without pivoting</span>
<a name="l00094"></a>00094 <span class="keyword">template</span><<span class="keyword">class</span> M>
<a name="l00095"></a>00095 <span class="keyword">typename</span> M::size_type lu_factorize (M &m) {
<a name="l00096"></a>00096 <span class="keyword">typedef</span> M matrix_type;
<a name="l00097"></a>00097 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::size_type size_type;
<a name="l00098"></a>00098 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::value_type value_type;
<a name="l00099"></a>00099
<a name="l00100"></a>00100 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span> matrix_type cm (m);
<a name="l00102"></a>00102 <span class="preprocessor">#endif</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span> size_type singular = 0;
<a name="l00104"></a>00104 size_type size1 = m.size1 ();
<a name="l00105"></a>00105 size_type size2 = m.size2 ();
<a name="l00106"></a>00106 size_type size = (std::min) (size1, size2);
<a name="l00107"></a>00107 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00108"></a>00108 matrix_column<M> mci (column (m, i));
<a name="l00109"></a>00109 matrix_row<M> mri (row (m, i));
<a name="l00110"></a>00110 <span class="keywordflow">if</span> (m (i, i) != value_type<span class="comment">/*zero*/</span>()) {
<a name="l00111"></a>00111 value_type m_inv = value_type (1) / m (i, i);
<a name="l00112"></a>00112 project (mci, range (i + 1, size1)) *= m_inv;
<a name="l00113"></a>00113 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (singular == 0) {
<a name="l00114"></a>00114 singular = i + 1;
<a name="l00115"></a>00115 }
<a name="l00116"></a>00116 project (m, range (i + 1, size1), range (i + 1, size2)).minus_assign (
<a name="l00117"></a>00117 outer_prod (project (mci, range (i + 1, size1)),
<a name="l00118"></a>00118 project (mri, range (i + 1, size2))));
<a name="l00119"></a>00119 }
<a name="l00120"></a>00120 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (singular != 0 ||
<a name="l00122"></a>00122 detail::expression_type_check (prod (triangular_adaptor<matrix_type, unit_lower> (m),
<a name="l00123"></a>00123 triangular_adaptor<matrix_type, upper> (m)),
<a name="l00124"></a>00124 cm), internal_logic ());
<a name="l00125"></a>00125 <span class="preprocessor">#endif</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span> <span class="keywordflow">return</span> singular;
<a name="l00127"></a>00127 }
<a name="l00128"></a>00128
<a name="l00129"></a>00129 <span class="comment">// LU factorization with partial pivoting</span>
<a name="l00130"></a>00130 <span class="keyword">template</span><<span class="keyword">class</span> M, <span class="keyword">class</span> PM>
<a name="l00131"></a>00131 <span class="keyword">typename</span> M::size_type lu_factorize (M &m, PM &pm) {
<a name="l00132"></a>00132 <span class="keyword">typedef</span> M matrix_type;
<a name="l00133"></a>00133 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::size_type size_type;
<a name="l00134"></a>00134 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::value_type value_type;
<a name="l00135"></a>00135
<a name="l00136"></a>00136 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00137"></a>00137 <span class="preprocessor"></span> matrix_type cm (m);
<a name="l00138"></a>00138 <span class="preprocessor">#endif</span>
<a name="l00139"></a>00139 <span class="preprocessor"></span> size_type singular = 0;
<a name="l00140"></a>00140 size_type size1 = m.size1 ();
<a name="l00141"></a>00141 size_type size2 = m.size2 ();
<a name="l00142"></a>00142 size_type size = (std::min) (size1, size2);
<a name="l00143"></a>00143 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00144"></a>00144 matrix_column<M> mci (column (m, i));
<a name="l00145"></a>00145 matrix_row<M> mri (row (m, i));
<a name="l00146"></a>00146 size_type i_norm_inf = i + index_norm_inf (project (mci, range (i, size1)));
<a name="l00147"></a>00147 BOOST_UBLAS_CHECK (i_norm_inf < size1, external_logic ());
<a name="l00148"></a>00148 <span class="keywordflow">if</span> (m (i_norm_inf, i) != value_type<span class="comment">/*zero*/</span>()) {
<a name="l00149"></a>00149 <span class="keywordflow">if</span> (i_norm_inf != i) {
<a name="l00150"></a>00150 pm (i) = i_norm_inf;
<a name="l00151"></a>00151 row (m, i_norm_inf).swap (mri);
<a name="l00152"></a>00152 } <span class="keywordflow">else</span> {
<a name="l00153"></a>00153 BOOST_UBLAS_CHECK (pm (i) == i_norm_inf, external_logic ());
<a name="l00154"></a>00154 }
<a name="l00155"></a>00155 value_type m_inv = value_type (1) / m (i, i);
<a name="l00156"></a>00156 project (mci, range (i + 1, size1)) *= m_inv;
<a name="l00157"></a>00157 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (singular == 0) {
<a name="l00158"></a>00158 singular = i + 1;
<a name="l00159"></a>00159 }
<a name="l00160"></a>00160 project (m, range (i + 1, size1), range (i + 1, size2)).minus_assign (
<a name="l00161"></a>00161 outer_prod (project (mci, range (i + 1, size1)),
<a name="l00162"></a>00162 project (mri, range (i + 1, size2))));
<a name="l00163"></a>00163 }
<a name="l00164"></a>00164 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span> swap_rows (pm, cm);
<a name="l00166"></a>00166 BOOST_UBLAS_CHECK (singular != 0 ||
<a name="l00167"></a>00167 detail::expression_type_check (prod (triangular_adaptor<matrix_type, unit_lower> (m),
<a name="l00168"></a>00168 triangular_adaptor<matrix_type, upper> (m)), cm), internal_logic ());
<a name="l00169"></a>00169 <span class="preprocessor">#endif</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span> <span class="keywordflow">return</span> singular;
<a name="l00171"></a>00171 }
<a name="l00172"></a>00172
<a name="l00173"></a>00173 <span class="keyword">template</span><<span class="keyword">class</span> M, <span class="keyword">class</span> PM>
<a name="l00174"></a>00174 <span class="keyword">typename</span> M::size_type axpy_lu_factorize (M &m, PM &pm) {
<a name="l00175"></a>00175 <span class="keyword">typedef</span> M matrix_type;
<a name="l00176"></a>00176 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::size_type size_type;
<a name="l00177"></a>00177 <span class="keyword">typedef</span> <span class="keyword">typename</span> M::value_type value_type;
<a name="l00178"></a>00178 <span class="keyword">typedef</span> vector<value_type> vector_type;
<a name="l00179"></a>00179
<a name="l00180"></a>00180 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span> matrix_type cm (m);
<a name="l00182"></a>00182 <span class="preprocessor">#endif</span>
<a name="l00183"></a>00183 <span class="preprocessor"></span> size_type singular = 0;
<a name="l00184"></a>00184 size_type size1 = m.size1 ();
<a name="l00185"></a>00185 size_type size2 = m.size2 ();
<a name="l00186"></a>00186 size_type size = (std::min) (size1, size2);
<a name="l00187"></a>00187 <span class="preprocessor">#ifndef BOOST_UBLAS_LU_WITH_INPLACE_SOLVE</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span> matrix_type mr (m);
<a name="l00189"></a>00189 mr.assign (zero_matrix<value_type> (size1, size2));
<a name="l00190"></a>00190 vector_type v (size1);
<a name="l00191"></a>00191 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00192"></a>00192 matrix_range<matrix_type> lrr (project (mr, range (0, i), range (0, i)));
<a name="l00193"></a>00193 vector_range<matrix_column<matrix_type> > urr (project (column (mr, i), range (0, i)));
<a name="l00194"></a>00194 urr.assign (solve (lrr, project (column (m, i), range (0, i)), unit_lower_tag ()));
<a name="l00195"></a>00195 project (v, range (i, size1)).assign (
<a name="l00196"></a>00196 project (column (m, i), range (i, size1)) -
<a name="l00197"></a>00197 axpy_prod<vector_type> (project (mr, range (i, size1), range (0, i)), urr));
<a name="l00198"></a>00198 size_type i_norm_inf = i + index_norm_inf (project (v, range (i, size1)));
<a name="l00199"></a>00199 BOOST_UBLAS_CHECK (i_norm_inf < size1, external_logic ());
<a name="l00200"></a>00200 <span class="keywordflow">if</span> (v (i_norm_inf) != value_type<span class="comment">/*zero*/</span>()) {
<a name="l00201"></a>00201 <span class="keywordflow">if</span> (i_norm_inf != i) {
<a name="l00202"></a>00202 pm (i) = i_norm_inf;
<a name="l00203"></a>00203 std::swap (v (i_norm_inf), v (i));
<a name="l00204"></a>00204 project (row (m, i_norm_inf), range (i + 1, size2)).swap (project (row (m, i), range (i + 1, size2)));
<a name="l00205"></a>00205 } <span class="keywordflow">else</span> {
<a name="l00206"></a>00206 BOOST_UBLAS_CHECK (pm (i) == i_norm_inf, external_logic ());
<a name="l00207"></a>00207 }
<a name="l00208"></a>00208 project (column (mr, i), range (i + 1, size1)).assign (
<a name="l00209"></a>00209 project (v, range (i + 1, size1)) / v (i));
<a name="l00210"></a>00210 <span class="keywordflow">if</span> (i_norm_inf != i) {
<a name="l00211"></a>00211 project (row (mr, i_norm_inf), range (0, i)).swap (project (row (mr, i), range (0, i)));
<a name="l00212"></a>00212 }
<a name="l00213"></a>00213 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (singular == 0) {
<a name="l00214"></a>00214 singular = i + 1;
<a name="l00215"></a>00215 }
<a name="l00216"></a>00216 mr (i, i) = v (i);
<a name="l00217"></a>00217 }
<a name="l00218"></a>00218 m.assign (mr);
<a name="l00219"></a>00219 <span class="preprocessor">#else</span>
<a name="l00220"></a>00220 <span class="preprocessor"></span> matrix_type lr (m);
<a name="l00221"></a>00221 matrix_type ur (m);
<a name="l00222"></a>00222 lr.assign (identity_matrix<value_type> (size1, size2));
<a name="l00223"></a>00223 ur.assign (zero_matrix<value_type> (size1, size2));
<a name="l00224"></a>00224 vector_type v (size1);
<a name="l00225"></a>00225 <span class="keywordflow">for</span> (size_type i = 0; i < size; ++ i) {
<a name="l00226"></a>00226 matrix_range<matrix_type> lrr (project (lr, range (0, i), range (0, i)));
<a name="l00227"></a>00227 vector_range<matrix_column<matrix_type> > urr (project (column (ur, i), range (0, i)));
<a name="l00228"></a>00228 urr.assign (project (column (m, i), range (0, i)));
<a name="l00229"></a>00229 inplace_solve (lrr, urr, unit_lower_tag ());
<a name="l00230"></a>00230 project (v, range (i, size1)).assign (
<a name="l00231"></a>00231 project (column (m, i), range (i, size1)) -
<a name="l00232"></a>00232 axpy_prod<vector_type> (project (lr, range (i, size1), range (0, i)), urr));
<a name="l00233"></a>00233 size_type i_norm_inf = i + index_norm_inf (project (v, range (i, size1)));
<a name="l00234"></a>00234 BOOST_UBLAS_CHECK (i_norm_inf < size1, external_logic ());
<a name="l00235"></a>00235 <span class="keywordflow">if</span> (v (i_norm_inf) != value_type<span class="comment">/*zero*/</span>()) {
<a name="l00236"></a>00236 <span class="keywordflow">if</span> (i_norm_inf != i) {
<a name="l00237"></a>00237 pm (i) = i_norm_inf;
<a name="l00238"></a>00238 std::swap (v (i_norm_inf), v (i));
<a name="l00239"></a>00239 project (row (m, i_norm_inf), range (i + 1, size2)).swap (project (row (m, i), range (i + 1, size2)));
<a name="l00240"></a>00240 } <span class="keywordflow">else</span> {
<a name="l00241"></a>00241 BOOST_UBLAS_CHECK (pm (i) == i_norm_inf, external_logic ());
<a name="l00242"></a>00242 }
<a name="l00243"></a>00243 project (column (lr, i), range (i + 1, size1)).assign (
<a name="l00244"></a>00244 project (v, range (i + 1, size1)) / v (i));
<a name="l00245"></a>00245 <span class="keywordflow">if</span> (i_norm_inf != i) {
<a name="l00246"></a>00246 project (row (lr, i_norm_inf), range (0, i)).swap (project (row (lr, i), range (0, i)));
<a name="l00247"></a>00247 }
<a name="l00248"></a>00248 } <span class="keywordflow">else</span> <span class="keywordflow">if</span> (singular == 0) {
<a name="l00249"></a>00249 singular = i + 1;
<a name="l00250"></a>00250 }
<a name="l00251"></a>00251 ur (i, i) = v (i);
<a name="l00252"></a>00252 }
<a name="l00253"></a>00253 m.assign (triangular_adaptor<matrix_type, strict_lower> (lr) +
<a name="l00254"></a>00254 triangular_adaptor<matrix_type, upper> (ur));
<a name="l00255"></a>00255 <span class="preprocessor">#endif</span>
<a name="l00256"></a>00256 <span class="preprocessor"></span><span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span> swap_rows (pm, cm);
<a name="l00258"></a>00258 BOOST_UBLAS_CHECK (singular != 0 ||
<a name="l00259"></a>00259 detail::expression_type_check (prod (triangular_adaptor<matrix_type, unit_lower> (m),
<a name="l00260"></a>00260 triangular_adaptor<matrix_type, upper> (m)), cm), internal_logic ());
<a name="l00261"></a>00261 <span class="preprocessor">#endif</span>
<a name="l00262"></a>00262 <span class="preprocessor"></span> <span class="keywordflow">return</span> singular;
<a name="l00263"></a>00263 }
<a name="l00264"></a>00264
<a name="l00265"></a>00265 <span class="comment">// LU substitution</span>
<a name="l00266"></a>00266 <span class="keyword">template</span><<span class="keyword">class</span> M, <span class="keyword">class</span> E>
<a name="l00267"></a>00267 <span class="keywordtype">void</span> lu_substitute (<span class="keyword">const</span> M &m, vector_expression<E> &e) {
<a name="l00268"></a>00268 <span class="keyword">typedef</span> <span class="keyword">const</span> M const_matrix_type;
<a name="l00269"></a>00269 <span class="keyword">typedef</span> vector<typename E::value_type> vector_type;
<a name="l00270"></a>00270
<a name="l00271"></a>00271 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00272"></a>00272 <span class="preprocessor"></span> vector_type cv1 (e);
<a name="l00273"></a>00273 <span class="preprocessor">#endif</span>
<a name="l00274"></a>00274 <span class="preprocessor"></span> inplace_solve (m, e, unit_lower_tag ());
<a name="l00275"></a>00275 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00276"></a>00276 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (triangular_adaptor<const_matrix_type, unit_lower> (m), e), cv1), internal_logic ());
<a name="l00277"></a>00277 vector_type cv2 (e);
<a name="l00278"></a>00278 <span class="preprocessor">#endif</span>
<a name="l00279"></a>00279 <span class="preprocessor"></span> inplace_solve (m, e, upper_tag ());
<a name="l00280"></a>00280 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00281"></a>00281 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (triangular_adaptor<const_matrix_type, upper> (m), e), cv2), internal_logic ());
<a name="l00282"></a>00282 <span class="preprocessor">#endif</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span> }
<a name="l00284"></a>00284 <span class="keyword">template</span><<span class="keyword">class</span> M, <span class="keyword">class</span> E>
<a name="l00285"></a>00285 <span class="keywordtype">void</span> lu_substitute (<span class="keyword">const</span> M &m, matrix_expression<E> &e) {
<a name="l00286"></a>00286 <span class="keyword">typedef</span> <span class="keyword">const</span> M const_matrix_type;
<a name="l00287"></a>00287 <span class="keyword">typedef</span> matrix<typename E::value_type> matrix_type;
<a name="l00288"></a>00288
<a name="l00289"></a>00289 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00290"></a>00290 <span class="preprocessor"></span> matrix_type cm1 (e);
<a name="l00291"></a>00291 <span class="preprocessor">#endif</span>
<a name="l00292"></a>00292 <span class="preprocessor"></span> inplace_solve (m, e, unit_lower_tag ());
<a name="l00293"></a>00293 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00294"></a>00294 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (triangular_adaptor<const_matrix_type, unit_lower> (m), e), cm1), internal_logic ());
<a name="l00295"></a>00295 matrix_type cm2 (e);
<a name="l00296"></a>00296 <span class="preprocessor">#endif</span>
<a name="l00297"></a>00297 <span class="preprocessor"></span> inplace_solve (m, e, upper_tag ());
<a name="l00298"></a>00298 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00299"></a>00299 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (triangular_adaptor<const_matrix_type, upper> (m), e), cm2), internal_logic ());
<a name="l00300"></a>00300 <span class="preprocessor">#endif</span>
<a name="l00301"></a>00301 <span class="preprocessor"></span> }
<a name="l00302"></a>00302 <span class="keyword">template</span><<span class="keyword">class</span> M, <span class="keyword">class</span> PMT, <span class="keyword">class</span> PMA, <span class="keyword">class</span> MV>
<a name="l00303"></a>00303 <span class="keywordtype">void</span> lu_substitute (<span class="keyword">const</span> M &m, <span class="keyword">const</span> permutation_matrix<PMT, PMA> &pm, MV &mv) {
<a name="l00304"></a>00304 swap_rows (pm, mv);
<a name="l00305"></a>00305 lu_substitute (m, mv);
<a name="l00306"></a>00306 }
<a name="l00307"></a>00307 <span class="keyword">template</span><<span class="keyword">class</span> E, <span class="keyword">class</span> M>
<a name="l00308"></a>00308 <span class="keywordtype">void</span> lu_substitute (vector_expression<E> &e, <span class="keyword">const</span> M &m) {
<a name="l00309"></a>00309 <span class="keyword">typedef</span> <span class="keyword">const</span> M const_matrix_type;
<a name="l00310"></a>00310 <span class="keyword">typedef</span> vector<typename E::value_type> vector_type;
<a name="l00311"></a>00311
<a name="l00312"></a>00312 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00313"></a>00313 <span class="preprocessor"></span> vector_type cv1 (e);
<a name="l00314"></a>00314 <span class="preprocessor">#endif</span>
<a name="l00315"></a>00315 <span class="preprocessor"></span> inplace_solve (e, m, upper_tag ());
<a name="l00316"></a>00316 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00317"></a>00317 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (e, triangular_adaptor<const_matrix_type, upper> (m)), cv1), internal_logic ());
<a name="l00318"></a>00318 vector_type cv2 (e);
<a name="l00319"></a>00319 <span class="preprocessor">#endif</span>
<a name="l00320"></a>00320 <span class="preprocessor"></span> inplace_solve (e, m, unit_lower_tag ());
<a name="l00321"></a>00321 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00322"></a>00322 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (e, triangular_adaptor<const_matrix_type, unit_lower> (m)), cv2), internal_logic ());
<a name="l00323"></a>00323 <span class="preprocessor">#endif</span>
<a name="l00324"></a>00324 <span class="preprocessor"></span> }
<a name="l00325"></a>00325 <span class="keyword">template</span><<span class="keyword">class</span> E, <span class="keyword">class</span> M>
<a name="l00326"></a>00326 <span class="keywordtype">void</span> lu_substitute (matrix_expression<E> &e, <span class="keyword">const</span> M &m) {
<a name="l00327"></a>00327 <span class="keyword">typedef</span> <span class="keyword">const</span> M const_matrix_type;
<a name="l00328"></a>00328 <span class="keyword">typedef</span> matrix<typename E::value_type> matrix_type;
<a name="l00329"></a>00329
<a name="l00330"></a>00330 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00331"></a>00331 <span class="preprocessor"></span> matrix_type cm1 (e);
<a name="l00332"></a>00332 <span class="preprocessor">#endif</span>
<a name="l00333"></a>00333 <span class="preprocessor"></span> inplace_solve (e, m, upper_tag ());
<a name="l00334"></a>00334 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00335"></a>00335 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (e, triangular_adaptor<const_matrix_type, upper> (m)), cm1), internal_logic ());
<a name="l00336"></a>00336 matrix_type cm2 (e);
<a name="l00337"></a>00337 <span class="preprocessor">#endif</span>
<a name="l00338"></a>00338 <span class="preprocessor"></span> inplace_solve (e, m, unit_lower_tag ());
<a name="l00339"></a>00339 <span class="preprocessor">#if BOOST_UBLAS_TYPE_CHECK</span>
<a name="l00340"></a>00340 <span class="preprocessor"></span> BOOST_UBLAS_CHECK (detail::expression_type_check (prod (e, triangular_adaptor<const_matrix_type, unit_lower> (m)), cm2), internal_logic ());
<a name="l00341"></a>00341 <span class="preprocessor">#endif</span>
<a name="l00342"></a>00342 <span class="preprocessor"></span> }
<a name="l00343"></a>00343 <span class="keyword">template</span><<span class="keyword">class</span> MV, <span class="keyword">class</span> M, <span class="keyword">class</span> PMT, <span class="keyword">class</span> PMA>
<a name="l00344"></a>00344 <span class="keywordtype">void</span> lu_substitute (MV &mv, <span class="keyword">const</span> M &m, <span class="keyword">const</span> permutation_matrix<PMT, PMA> &pm) {
<a name="l00345"></a>00345 swap_rows (pm, mv);
<a name="l00346"></a>00346 lu_substitute (mv, m);
<a name="l00347"></a>00347 }
<a name="l00348"></a>00348
<a name="l00349"></a>00349 }}}
<a name="l00350"></a>00350
<a name="l00351"></a>00351 <span class="preprocessor">#endif</span>
</pre></div></div>
<hr size="1"/><address style="text-align: right;"><small>Generated on Sun Jul 4 20:30:51 2010 for ublas by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.1 </small></address>
</body>
</html>
|
log4j-1.2.17/apache-log4j-1.2.17/examples/package.html | schabauerj/Roco_Z21_Java | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<html> <head>
<title></title>
</head>
<body>
<p>Example usage of log4j including source code.
<p>Note that class files for the example code is not included in any
of the distributed log4j jar files. You will have to add the directory
<code>/dir-where-you-unpacked-log4j/classes</code> to your classpath
before trying out the examples.
<p>This package's shows how log4j can be used to output log
statements.
<ul>
<p><li>See source code of <a
href="doc-files/Trivial.java">Trivial.java</a> for a trivial usage
example.
<p><li>See source code of <a href="doc-files/Sort.java">Sort.java</a> and
<a href="doc-files/SortAlgo.java">SortAlgo.java</a> to for a slightly
more advanced example.
<p><li>See {@link org.apache.log4j.examples.NumberCruncherServer} for a {@link
org.apache.log4j.NDC} based technique to distinguish the log output from
requests from multiple clients.
</ul>
<hr>
<address></address>
<!-- hhmts start -->
Last modified: Fri May 5 10:20:04 MDT 2000
<!-- hhmts end -->
</body> </html>
|
gui/syncthing/settings/settingsModalView.html | arkhi/syncthing | <div id="settings" class="modal fade" tabindex="-1">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title"><span class="fa fa-cog"></span><span translate>Settings</span></h4>
</div>
<div class="modal-body">
<form role="form" name="settingsEditor">
<div class="row">
<div class="col-md-6">
<div class="form-group">
<label translate for="DeviceName">Device Name</label>
<input id="DeviceName" class="form-control" type="text" ng-model="tmpOptions.deviceName">
</div>
<div class="form-group">
<label translate for="ListenAddressStr">Sync Protocol Listen Addresses</label>
<input id="ListenAddressStr" class="form-control" type="text" ng-model="tmpOptions._listenAddressStr">
</div>
<div class="form-group" ng-class="{'has-error': settingsEditor.MaxRecvKbps.$invalid && settingsEditor.MaxRecvKbps.$dirty}">
<label translate for="MaxRecvKbps">Incoming Rate Limit (KiB/s)</label>
<input id="MaxRecvKbps" name="MaxRecvKbps" class="form-control" type="number" ng-model="tmpOptions.maxRecvKbps" min="0">
<p class="help-block">
<span translate ng-if="settingsEditor.MaxRecvKbps.$error.min && settingsEditor.MaxRecvKbps.$dirty">The rate limit must be a non-negative number (0: no limit)</span>
</p>
</div>
<div class="form-group" ng-class="{'has-error': settingsEditor.MaxSendKbps.$invalid && settingsEditor.MaxSendKbps.$dirty}">
<label translate for="MaxSendKbps">Outgoing Rate Limit (KiB/s)</label>
<input id="MaxSendKbps" name="MaxSendKbps" class="form-control" type="number" ng-model="tmpOptions.maxSendKbps" min="0">
<p class="help-block">
<span translate ng-if="settingsEditor.MaxSendKbps.$error.min && settingsEditor.MaxSendKbps.$dirty">The rate limit must be a non-negative number (0: no limit)</span>
</p>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="checkbox">
<label>
<input id="UPnPEnabled" type="checkbox" ng-model="tmpOptions.upnpEnabled"> <span translate>Enable UPnP</span>
</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input id="GlobalAnnEnabled" type="checkbox" ng-model="tmpOptions.globalAnnounceEnabled"> <span translate>Global Discovery</span>
</label>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="checkbox">
<label ng-if="upgradeInfo">
<input id="AutoUpgradeEnabled" type="checkbox" ng-model="tmpOptions.autoUpgradeEnabled"> <span translate>Automatic upgrades</span>
</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input id="LocalAnnEnabled" type="checkbox" ng-model="tmpOptions.localAnnounceEnabled"> <span translate>Local Discovery</span>
</label>
</div>
</div>
</div>
<div class="form-group">
<label translate for="GlobalAnnServersStr">Global Discovery Server</label>
<input ng-disabled="!tmpOptions.globalAnnounceEnabled" id="GlobalAnnServersStr" class="form-control" type="text" ng-model="tmpOptions._globalAnnounceServersStr">
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<label translate for="Address">GUI Listen Addresses</label>
<input id="Address" class="form-control" type="text" ng-model="tmpGUI.address">
</div>
<div class="form-group">
<label translate for="User">GUI Authentication User</label>
<input id="User" class="form-control" type="text" ng-model="tmpGUI.user">
</div>
<div class="form-group">
<label translate for="Password">GUI Authentication Password</label>
<input id="Password" class="form-control" type="password" ng-model="tmpGUI.password">
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input id="UseTLS" type="checkbox" ng-model="tmpGUI.useTLS"> <span translate>Use HTTPS for GUI</span>
</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input id="StartBrowser" type="checkbox" ng-model="tmpOptions.startBrowser"> <span translate>Start Browser</span>
</label>
</div>
</div>
<div class="form-group">
<div class="checkbox">
<label>
<input id="UREnabled" type="checkbox" ng-model="tmpOptions.urEnabled"> <span translate>Anonymous Usage Reporting</span> (<a translate ng-click="showURPreview()" href="#">Preview</a>)
</label>
</div>
</div>
<hr />
<div class="form-group">
<label translate>API Key</label>
<div class="well well-sm text-monospace">{{tmpGUI.apiKey || "-"}}</div>
<button type="button" class="btn btn-sm btn-default" ng-click="setAPIKey(tmpGUI)">
<span class="fa fa-repeat"></span> <span translate>Generate</span>
</button>
</div>
</div>
</div>
</form>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-primary btn-sm" ng-click="saveSettings()">
<span class="fa fa-check"></span> <span translate>Save</span>
</button>
<button type="button" class="btn btn-default btn-sm" data-dismiss="modal">
<span class="fa fa-times"></span> <span translate>Close</span>
</button>
</div>
</div>
</div>
</div>
|
third_party/WebKit/LayoutTests/imported/wpt/FileAPI/reading-data-section/filereader_readAsDataURL.html | axinging/chromium-crosswalk | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>FileAPI Test: filereader_readAsDataURL</title>
<link rel="author" title="Intel" href="http://www.intel.com">
<link rel="help" href="http://dev.w3.org/2006/webapi/FileAPI/#readAsDataURL">
<script src="../../../../resources/testharness.js"></script>
<script src="../../../../resources/testharnessreport.js"></script>
</head>
<body>
<div id="log"></div>
<script>
async_test(function() {
var blob = new Blob(["TEST"]);
var reader = new FileReader();
reader.onload = this.step_func(function(evt) {
assert_equals(typeof reader.result, "string", "The result is string");
assert_equals(reader.result.indexOf("data:"), 0, "The result attribute starts with 'data'");
assert_true(reader.result.indexOf("base64") > 0, "The result attribute contains 'base64'");
assert_equals(reader.readyState, reader.DONE);
this.done();
});
reader.onloadstart = this.step_func(function(evt) {
assert_equals(reader.readyState, reader.LOADING);
});
reader.onprogress = this.step_func(function(evt) {
assert_equals(reader.readyState, reader.LOADING);
});
reader.readAsDataURL(blob);
});
</script>
</body>
</html>
|
wts/tests/webcl/khronos/conformance/bindingTesting/queues/cl_commandQueue_enqueueReadBufferRect.html | BruceDai/web-testing-service | <!--
Copyright (C) 2013 Samsung Electronics Corporation. All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided the following condition
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
THIS SOFTWARE IS PROVIDED BY SAMSUNG ELECTRONICS CORPORATION AND ITS
CONTRIBUTORS "AS IS", AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING
BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SAMSUNG
ELECTRONICS CORPORATION OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES(INCLUDING
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS, OR BUSINESS INTERRUPTION), HOWEVER CAUSED AND ON ANY THEORY
OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT(INCLUDING
NEGLIGENCE OR OTHERWISE ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<html>
<head>
<meta charset="utf-8">
<title>WebCLCommandQueue enqueueReadBufferRect conformance test.</title>
<link rel="stylesheet" href="../../../resources/js-test-style.css"/>
<script src="../../../resources/js-test-pre.js"></script>
<script src="../../../resources/cl_utils.js"></script>
</head>
<body>
<div id="description"></div>
<div id="console"></div>
<script>
try {
debug("WebCLCommandQueue enqueueReadBufferRect test case.\n");
debug("( WebCLBuffer buffer, CLboolean blockingRead, sequence<CLuint> bufferOrigin, sequence<CLuint> hostOrigin, sequence<CLuint> region, CLuint bufferRowPitch, CLuint bufferSlicePitch, CLuint hostRowPitch, CLuint hostSlicePitch, ArrayBufferView hostPtr, optional sequence<WebCLEvent>? eventWaitList, optional WebCLEvent? event)\n ");
var BUFFER_SIZE_IN_BYTES = 1024; /* 256 Int32 elements */
var bufferRowPitch = 0;
var bufferSlicePitch = 0;
var hostRowPitch = 0;
var hostSlicePitch = 0;
var wtu = WebCLTestUtils;
var webCLContext = wtu.createContext();
var webCLCommandQueue = wtu.createCommandQueue(webCLContext);
var webCLBufferOrigin = [0, 0, 0];
var hostOrigin = [0, 0, 0];
var region = [16 * 4, 4, 4]; /* Read as 4 rows of 16 int32 elements each with 4 slice.*/
var hostPtr = new Int32Array(256);
// Testing with buffer as MEM_READ_WRITE memory object.
var webCLBufferReadWrite = wtu.createBuffer(webCLContext, webcl.MEM_READ_WRITE, BUFFER_SIZE_IN_BYTES);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
var webCLEvent = new WebCLEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);");
wtu.waitForEvents([webCLEvent]);
// Testing with buffer as MEM_READ_ONLY memory object.
var webCLBufferRead = wtu.createBuffer(webCLContext, webcl.MEM_READ_ONLY, BUFFER_SIZE_IN_BYTES);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferRead, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
webCLEvent = new WebCLEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferRead, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);");
wtu.waitForEvents([webCLEvent]);
// Testing with buffer as MEM_WRITE_ONLY memory object.
var webCLBufferWrite = wtu.createBuffer(webCLContext, webcl.MEM_WRITE_ONLY, BUFFER_SIZE_IN_BYTES);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
webCLEvent = new WebCLEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);");
wtu.waitForEvents([webCLEvent]);
// Testing for nullable parameters.
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, []);");
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], null);");
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, null);");
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, null, null);");
var webCLEvent = wtu.createEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferReadWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, null, webCLEvent);");
// Testing with events.
var webCLBuffer = wtu.createBuffer(webCLContext, webcl.MEM_READ_WRITE, BUFFER_SIZE_IN_BYTES);
webCLEvent = wtu.createEvent();
webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLEvent]);");
var webCLUserEvent = wtu.createUserEvent(webCLContext);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLUserEvent]);");
wtu.setStatus(webCLUserEvent, webcl.COMPLETE);
webCLEvent = wtu.createEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);");
webCLEvent = wtu.createEvent();
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBufferWrite, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent);");
// Testing for exceptions.
var releasedEvent = wtu.createUserEvent(webCLContext);
wtu.release(releasedEvent);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [releasedEvent], webCLEvent);", "INVALID_EVENT_WAIT_LIST");
webCLUserEvent = wtu.createUserEvent(webCLContext);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLUserEvent]);", "INVALID_EVENT_WAIT_LIST");
wtu.setStatus(webCLUserEvent, webcl.COMPLETE);
webCLEvent = wtu.createEvent();
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLEvent]);", "INVALID_EVENT_WAIT_LIST");
webCLUserEvent = wtu.createUserEvent(webCLContext);
wtu.setStatus(webCLUserEvent, -1);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLUserEvent]);", "EXEC_STATUS_ERROR_FOR_EVENTS_IN_WAIT_LIST");
webCLEvent = wtu.createEvent();
wtu.enqueueReadBufferRect(webCLCommandQueue, webCLBuffer, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, null, webCLEvent);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, null, webCLEvent);", "INVALID_EVENT");
var releasedBuffer = wtu.createBuffer(webCLContext, webcl.MEM_WRITE_ONLY, BUFFER_SIZE_IN_BYTES);
wtu.release(releasedBuffer);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(releasedBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_MEM_OBJECT");
// Testing for values of webCLBufferOrigin.
var webCLBufferOriginValid = [40, 0, 0]; /* skip first 10 values */
var regionValid = [16 * 4, 8, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginValid, hostOrigin, regionValid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginValid, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var webCLBufferOriginInvalid = [];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginInvalid, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
webCLBufferOriginInvalid = [0];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginInvalid, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
webCLBufferOriginInvalid = [0, 0];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginInvalid, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
webCLBufferOriginInvalid = [BUFFER_SIZE_IN_BYTES + 1, 2, 0]; // Trying to copy from origin out of bound of src buffer
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOriginInvalid, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of hostOrigin.
var hostOriginValid = [40, 0, 0]; /* Write from 11th value in buffer */
var regionValid = [16 * 4, 8, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginValid, regionValid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginValid, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var hostOriginInvalid = [];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginInvalid, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
hostOriginInvalid = [0];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginInvalid, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
hostOriginInvalid = [0, 0];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginInvalid, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
hostOriginInvalid = [BUFFER_SIZE_IN_BYTES + 1, 2, 0]; // Trying to copy from origin out of bound of host ptr.
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOriginInvalid, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of region.
var regionValid = [16 * 4, 8, 1]; /* copy only one slice of 8 rows with 16 int32 values each */
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionValid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
regionInvalid = [0, 0, 0];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionInvalid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var regionInvalid = [];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionInvalid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
regionInvalid = [1];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionInvalid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
regionInvalid = [1, 1];
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionInvalid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
regionInvalid = [20 * 4, 8, 2]; /* Read a region of 20 * 8 * 2 int32 values */
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionInvalid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of bufferRowPitch.
var bufferRowPitchValid = 4 * 32;
var regionValid = [16 * 4, 1, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionValid, bufferRowPitchValid, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitchValid, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var bufferRowPitchInvalid = BUFFER_SIZE_IN_BYTES;
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitchInvalid, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of bufferSlicePitch.
var bufferSlicePitchValid = 4 * 128;
var regionValid = [8 * 4, 2, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionValid, bufferRowPitch, bufferSlicePitchValid, hostRowPitch, hostSlicePitch, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitchValid, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var bufferSlicePitchInvalid = BUFFER_SIZE_IN_BYTES;
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitchInvalid, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of hostRowPitch.
var hostRowPitchValid = 4 * 32;
var regionValid = [16 * 4, 1, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionValid, bufferRowPitch, bufferSlicePitch, hostRowPitchValid, hostSlicePitch, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitchValid, hostSlicePitch, hostPtr);", "INVALID_VALUE");
var hostRowPitchInvalid = BUFFER_SIZE_IN_BYTES;
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitchInvalid, hostSlicePitch, hostPtr);", "INVALID_VALUE");
// Testing for values of hostSlicePitch.
var hostSlicePitchValid = 4 * 128;
var regionValid = [8 * 4, 2, 1];
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, regionValid, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitchValid, hostPtr);");
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitchValid, hostPtr);", "INVALID_VALUE");
var hostSlicePitchInvalid = BUFFER_SIZE_IN_BYTES;
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitchInvalid, hostPtr);", "INVALID_VALUE");
// Testing for values of hostPtr.
var hostPtrInvalid = new Uint8Array(BUFFER_SIZE_IN_BYTES - 1);
shouldThrowExceptionName("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtrInvalid);", "INVALID_VALUE");
var hostPtrValid = new Uint32Array(100);
shouldBeUndefined("webCLCommandQueue.enqueueReadBufferRect(webCLBuffer, true, [100 , 10, 0], hostOrigin, [4 * 10, 10, 1], bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtrValid);");
// Testing for exception "INVALID_CONTEXT"
var webCLContext1 = wtu.createContext();
var webCLCommandQueue1 = wtu.createCommandQueue(webCLContext1);
var webCLBuffer1 = wtu.createBuffer(webCLContext1, webcl.MEM_READ_WRITE, BUFFER_SIZE_IN_BYTES);
var webCLContext2 = wtu.createContext();
var webCLCommandQueue2 = wtu.createCommandQueue(webCLContext2);
var webCLBuffer2 = wtu.createBuffer(webCLContext2, webcl.MEM_READ_WRITE, BUFFER_SIZE_IN_BYTES);
shouldThrowExceptionName("webCLCommandQueue1.enqueueReadBufferRect(webCLBuffer2, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_CONTEXT");
shouldThrowExceptionName("webCLCommandQueue2.enqueueReadBufferRect(webCLBuffer1, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr);", "INVALID_CONTEXT");
var webCLUserEvent1 = wtu.createUserEvent(webCLContext1);
var webCLUserEvent2 = wtu.createUserEvent(webCLContext2);
shouldThrowExceptionName("webCLCommandQueue1.enqueueReadBufferRect(webCLBuffer1, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLUserEvent2]);", "INVALID_CONTEXT");
shouldThrowExceptionName("webCLCommandQueue2.enqueueReadBufferRect(webCLBuffer2, false, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLUserEvent1]);", "INVALID_CONTEXT");
wtu.setStatus(webCLUserEvent1, webcl.COMPLETE);
wtu.setStatus(webCLUserEvent2, webcl.COMPLETE);
var webCLEvent1 = wtu.createEvent();
wtu.enqueueReadBufferRect(webCLCommandQueue1, webCLBuffer1, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent1);
shouldThrowExceptionName("webCLCommandQueue2.enqueueReadBufferRect(webCLBuffer2, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLEvent1]);", "INVALID_CONTEXT");
var webCLEvent2 = wtu.createEvent();
wtu.enqueueReadBufferRect(webCLCommandQueue2, webCLBuffer2, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [], webCLEvent2);
shouldThrowExceptionName("webCLCommandQueue1.enqueueReadBufferRect(webCLBuffer1, true, webCLBufferOrigin, hostOrigin, region, bufferRowPitch, bufferSlicePitch, hostRowPitch, hostSlicePitch, hostPtr, [webCLEvent2]);", "INVALID_CONTEXT");
} catch (e) {
testFailed(e.description);
}
successfullyParsed = true;
</script>
<script src="../../../resources/js-test-post.js"></script>
</body>
</html>
|
sysinfodsqg89sd4fg231sd6f8gs6dfg21/plugins/ps/ps_bootstrap.html | kouaw/core | <div class="col-lg-12" id="block_ps" style="display:none">
<div class="panel panel-primary">
<div class="panel-heading">Processes Status</div>
<div class="panel-body">
<table id="ps" class="table table-hover table-condensed sortable">
<thead>
<tr>
<th id="ps_number" class="sorttable_numeric">#</th>
<th>Command</th>
<th class="rightCell sorttable_numeric">Process ID</th>
<th class="rightCell sorttable_numeric">Parent ID</th>
<th class="rightCell sorttable_numeric">Memory Usage</th>
</tr>
</thead>
<tbody id="ps-data">
<tr>
<th><span data-bind="number"></span></th>
<td><span data-bind="Name"></span></td>
<td class="rightCell"><span data-bind="PID"></span></td>
<td class="rightCell"><span data-bind="PPID"></span></td>
<td class="rightCell"><span data-bind="MemoryUsage"></span></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
|
third_party/blink/web_tests/external/wpt/html/semantics/embedded-content/media-elements/historical.html | scheib/chromium | <!doctype html>
<title>Historical media element features should not be supported</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<script>
function t(property, tagName) {
var tagNames = tagName ? [tagName] : ['audio', 'video'];
tagNames.forEach(function(tagName) {
test(function() {
assert_false(property in document.createElement(tagName));
}, tagName + '.' + property + ' should not be supported');
});
}
t('bufferingRate'); // added in r678, removed in r2872.
t('start'); // added in r692, removed in r2401.
t('end'); // added in r692, removed in r2401.
t('loopStart'); // added in r692, removed in r2401.
t('loopEnd'); // added in r692, removed in r2401.
t('loopCount'); // added in r692, replaced with playCount in r1105.
t('currentLoop'); // added in r692, removed in r2401.
t('addCuePoint'); // added in r721, replaced with addCueRange in r1106.
t('removeCuePoint'); // added in r721, replaced with removeCueRanges in r1106.
t('playCount'); // added in r1105, removed in r2401.
t('addCueRange'); // added in r1106, removed in r5070.
t('removeCueRanges'); // added in r1106, removed in r5070.
t('pixelratio', 'source'); // added in r1629, removed in r2493.
t('bufferedBytes'); // added in r1630, removed in r2405.
t('totalBytes'); // added in r1630, removed in r2405.
t('bufferingThrottled'); // added in r1632, removed in r2872.
t('autobuffer'); // added in r2855, replaced with preload in r4811.
t('startTime'); // added in r3035, replaced with initialTime in r5310.
t('startOffsetTime'); // added in r5310, replaced with startDate in r7045.
t('initialTime'); // added in r5310, removed in r7046.
t('audio', 'video'); // added in r5636, replaced with muted in r5991.
t('startDate'); // added in r7045, replaced with getStartDate() in r8113.
t('mozSrcObject'); // never in the spec
t('mozPreservesPitch'); // prefixed version should be removed.
t('webkitPreservesPitch'); // prefixed version should be removed.
// TextTrackCue constructor: added in r5723, removed in r7742.
test(function() {
assert_throws_js(TypeError, function() {
new TextTrackCue(0, 0, '');
});
}, 'TextTrackCue constructor should not be supported');
// added in https://github.com/whatwg/html/commit/66c5b32240c202c74f475872e7ea2cd163777b4a
// removed in https://github.com/whatwg/html/commit/634698e70ea4586d58c989fa7d2cbfcad20d33e6
t('mediaGroup');
t('controller');
test(function() {
assert_false('MediaController' in window);
}, 'MediaController constructor should not be supported');
</script>
|
third_party/blink/web_tests/external/wpt/css/css-contain/contain-size-select-elem-005.html | scheib/chromium | <!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>CSS Test: 'contain: size' on select objects should cause them to be sized as if they have no contents.</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<link rel="help" href="https://drafts.csswg.org/css-contain/#containment-size">
<link rel="match" href="contain-size-select-elem-005-ref.html">
<style>
select {
contain: size;
color: transparent;
/* We make scrollbars transparent because some <option> elements can cause
overflow, which can cause scrollbars to be active in the test and
inactive in the reference. But the test only cares about the sizing. */
scrollbar-color: transparent transparent;
}
.fsMedium {
/* custom styling for some select elements, which is allowed to influence
their size (in the same way that it influences the size of an empty
select element): */
font-size: 10px;
}
.fsSmall {
/* custom styling for some option elements (which would make their parent
select elem shorter, except for the fact that it's size-contained): */
font-size: 6px;
}
</style>
</head>
<body>
<!-- No contents: -->
<select multiple ></select>
<select multiple size="1" ></select>
<select multiple class="fsMedium"></select>
<!-- Empty option: -->
<select multiple ><option></option></select>
<select multiple size="1" ><option></option></select>
<select multiple class="fsMedium"><option></option></select>
<br><br>
<!-- Nonempty option: -->
<select multiple ><option>X</option></select>
<select multiple size="1" ><option>X</option></select>
<select multiple class="fsMedium"><option>X</option></select>
<!-- Nonempty option with custom font-size: -->
<select multiple ><option class="fsSmall">X</option></select>
<select multiple size="1" ><option class="fsSmall">X</option></select>
<select multiple class="fsMedium"><option class="fsSmall">X</option></select>
</body>
</html>
|
camera/javadoc/com/commonsware/cwac/camera/package-tree.html | newtonker/cwac-camera | <!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_25) on Sat Dec 07 14:12:14 EST 2013 -->
<title>com.commonsware.cwac.camera Class Hierarchy (CWAC-Camera JavaDocs)</title>
<meta name="date" content="2013-12-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.commonsware.cwac.camera Class Hierarchy (CWAC-Camera JavaDocs)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../../com/commonsware/cwac/camera/acl/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/commonsware/cwac/camera/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package com.commonsware.cwac.camera</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraUtils.html" title="class in com.commonsware.cwac.camera"><span class="strong">CameraUtils</span></a></li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/DeviceProfile.html" title="class in com.commonsware.cwac.camera"><span class="strong">DeviceProfile</span></a>
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/DeviceProfile.FullExifFixupDeviceProfile.html" title="class in com.commonsware.cwac.camera"><span class="strong">DeviceProfile.FullExifFixupDeviceProfile</span></a></li>
</ul>
</li>
<li type="circle">Fragment
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraFragment.html" title="class in com.commonsware.cwac.camera"><span class="strong">CameraFragment</span></a></li>
</ul>
</li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/SimpleCameraHost.html" title="class in com.commonsware.cwac.camera"><span class="strong">SimpleCameraHost</span></a> (implements com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraHost.html" title="interface in com.commonsware.cwac.camera">CameraHost</a>)</li>
<li type="circle">java.lang.Thread (implements java.lang.Runnable)
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/ImageCleanupTask.html" title="class in com.commonsware.cwac.camera"><span class="strong">ImageCleanupTask</span></a></li>
</ul>
</li>
<li type="circle">ViewGroup
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraView.html" title="class in com.commonsware.cwac.camera"><span class="strong">CameraView</span></a></li>
</ul>
</li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/ZoomTransaction.html" title="class in com.commonsware.cwac.camera"><span class="strong">ZoomTransaction</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraHost.html" title="interface in com.commonsware.cwac.camera"><span class="strong">CameraHost</span></a></li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraHostProvider.html" title="interface in com.commonsware.cwac.camera"><span class="strong">CameraHostProvider</span></a></li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/PreviewStrategy.html" title="interface in com.commonsware.cwac.camera"><span class="strong">PreviewStrategy</span></a></li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
<ul>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraHost.RecordingHint.html" title="enum in com.commonsware.cwac.camera"><span class="strong">CameraHost.RecordingHint</span></a></li>
<li type="circle">com.commonsware.cwac.camera.<a href="../../../../com/commonsware/cwac/camera/CameraHost.FailureReason.html" title="enum in com.commonsware.cwac.camera"><span class="strong">CameraHost.FailureReason</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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><a href="../../../../com/commonsware/cwac/camera/acl/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/commonsware/cwac/camera/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
third_party/blink/web_tests/external/wpt/mixed-content/gen/top.meta/opt-in/worklet-paint-import-data.https.html | scheib/chromium | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by `common/security-features/tools/generate.py --spec mixed-content/` -->
<html>
<head>
<meta charset="utf-8">
<meta name="timeout" content="long">
<meta http-equiv="Content-Security-Policy" content="block-all-mixed-content">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/common/security-features/resources/common.sub.js"></script>
<script src="../../../generic/test-case.sub.js"></script>
</head>
<body>
<script>
TestCase(
[
{
"expectation": "allowed",
"origin": "same-https",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "https",
"subresource": "worklet-paint-import-data",
"subresource_policy_deliveries": [],
"test_description": "Mixed-Content: Expects allowed for worklet-paint-import-data to same-https origin and no-redirect redirection from https context."
},
{
"expectation": "blocked",
"origin": "cross-http",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "https",
"subresource": "worklet-paint-import-data",
"subresource_policy_deliveries": [],
"test_description": "Mixed-Content: Expects blocked for worklet-paint-import-data to cross-http origin and no-redirect redirection from https context."
},
{
"expectation": "blocked",
"origin": "same-http",
"redirection": "no-redirect",
"source_context_list": [],
"source_scheme": "https",
"subresource": "worklet-paint-import-data",
"subresource_policy_deliveries": [],
"test_description": "Mixed-Content: Expects blocked for worklet-paint-import-data to same-http origin and no-redirect redirection from https context."
}
],
new SanityChecker()
).start();
</script>
<div id="log"></div>
</body>
</html>
|
tests/wpt/web-platform-tests/css/css-text-3/i18n/reference/css3-text-line-break-opclns-215-ref.html | nox/servo | <!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="utf-8"/>
<title>CSS3 Text, linebreaks: 30FB KATAKANA MIDDLE DOT</title>
<link rel='author' title='Richard Ishida' href='mailto:ishida@w3.org'>
<meta name='flags' content='font'>
<style type='text/css'>
@font-face {
font-family: 'mplus-1p-regular';
src: url('support/mplus-1p-regular.woff') format('woff');
/* filesize: 803K */
}
.test, .ref { font-size: 30px; font-family: mplus-1p-regular, sans-serif; width: 95px; padding: 0; border: 1px solid orange; line-height: 1em; }
</style>
</head>
<body>
<p class="instructions">Test passes if the two orange boxes are identical.</p>
<div class='ref'>中中<br />中・文</div>
<div class='ref'>中中<br />中・文</div>
</body>
</html>
|
themes/octopress/templates/_includes/piwik.html | opensource-yunnan-university/ynu-support | {% if PIWIK_URL and PIWIK_SITE_ID %}
<script type="text/javascript">
{% if PIWIK_SSL_URL %}
var pkBaseURL = (("https:" == document.location.protocol) ? "https://{{ PIWIK_SSL_URL }}/" : "http://{{ PIWIK_URL }}/");
{% else %}
var pkBaseURL = (("https:" == document.location.protocol) ? "https://{{ PIWIK_URL }}/" : "http://{{ PIWIK_URL }}/");
{% endif %}
document.write(unescape("%3Cscript src='" + pkBaseURL + "piwik.js' type='text/javascript'%3E%3C/script%3E"));
</script><script type="text/javascript">
try {
var piwikTracker = Piwik.getTracker(pkBaseURL + "piwik.php", {{ PIWIK_SITE_ID }});
piwikTracker.trackPageView();
piwikTracker.enableLinkTracking();
} catch( err ) {}
</script>
<noscript><p><img src="//{{ PIWIK_URL }}/piwik.php?idsite={{ PIWIK_SITE_ID }}" style="border:0" alt="" /></p></noscript>
{% endif %}
|
api/master/Thelia/Core/Event/Folder/FolderDeleteEvent.html | InformatiqueProg/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Core\Event\Folder\FolderDeleteEvent | </title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css">
</head>
<body id="class">
<div class="header">
<ul>
<li><a href="../../../../classes.html">Classes</a></li>
<li><a href="../../../../namespaces.html">Namespaces</a></li>
<li><a href="../../../../interfaces.html">Interfaces</a></li>
<li><a href="../../../../traits.html">Traits</a></li>
<li><a href="../../../../doc-index.html">Index</a></li>
</ul>
<div id="title"></div>
<div class="type">Class</div>
<h1><a href="../../../../Thelia/Core/Event/Folder.html">Thelia\Core\Event\Folder</a>\FolderDeleteEvent</h1>
</div>
<div class="content">
<p> class
<strong>FolderDeleteEvent</strong> extends <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a></p>
<div class="description">
<p>Class FolderDeleteEvent</p>
<p>
</p>
</div>
<h2>Methods</h2>
<table>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method___construct">__construct</a>(int $folder_id)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setFolder">setFolder</a>(<a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a> $folder)
<p>
</p>
</td>
<td><small>from <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_setFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a></small></td>
</tr>
<tr>
<td class="type">
<a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a>
</td>
<td class="last">
<a href="#method_getFolder">getFolder</a>()
<p>
</p>
</td>
<td><small>from <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_getFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a></small></td>
</tr>
<tr>
<td class="type">
bool
</td>
<td class="last">
<a href="#method_hasFolder">hasFolder</a>()
<p>test if a folder object exists</p>
</td>
<td><small>from <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_hasFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a></small></td>
</tr>
<tr>
<td class="type">
</td>
<td class="last">
<a href="#method_setFolderId">setFolderId</a>(int $folder_id)
<p>
</p>
</td>
<td></td>
</tr>
<tr>
<td class="type">
int
</td>
<td class="last">
<a href="#method_getFolderId">getFolderId</a>()
<p>
</p>
</td>
<td></td>
</tr>
</table>
<h2>Details</h2>
<h3 id="method___construct">
<div class="location">at line 30</div>
<code> public
<strong>__construct</strong>(int $folder_id)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$folder_id</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setFolder">
<div class="location">in <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_setFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a> at line 38</div>
<code> public
<strong>setFolder</strong>(<a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a> $folder)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td><a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a></td>
<td>$folder</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getFolder">
<div class="location">in <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_getFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a> at line 48</div>
<code> public <a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a>
<strong>getFolder</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td><a href="../../../../Thelia/Model/Folder.html"><abbr title="Thelia\Model\Folder">Folder</abbr></a></td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_hasFolder">
<div class="location">in <a href="../../../../Thelia/Core/Event/Folder/FolderEvent.html#method_hasFolder"><abbr title="Thelia\Core\Event\Folder\FolderEvent">FolderEvent</abbr></a> at line 58</div>
<code> public bool
<strong>hasFolder</strong>()</code>
</h3>
<div class="details">
<p>test if a folder object exists</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>bool</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_setFolderId">
<div class="location">at line 38</div>
<code> public
<strong>setFolderId</strong>(int $folder_id)</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Parameters</h4>
<table>
<tr>
<td>int</td>
<td>$folder_id</td>
<td>
</td>
</tr>
</table>
</div>
</div>
<h3 id="method_getFolderId">
<div class="location">at line 46</div>
<code> public int
<strong>getFolderId</strong>()</code>
</h3>
<div class="details">
<p>
</p>
<p>
</p>
<div class="tags">
<h4>Return Value</h4>
<table>
<tr>
<td>int</td>
<td>
</td>
</tr>
</table>
</div>
</div>
</div>
<div id="footer">
Generated by <a href="http://sami.sensiolabs.org/" target="_top">Sami, the API Documentation Generator</a>.
</div>
</body>
</html>
|
testing/client-side/java/watchdog/resources/jsp-golden/core_syntax/scripting/expressions/positiveExprComment.html | toanalien/opengse | <html>
<title>positiveExprComment </title>
<body>
<!-- expecting a value 50 in the html comments tag -->
<!-- 50-->
</body>
</html>
|
third_party/blink/web_tests/external/wpt/html/canvas/element/the-canvas-state/2d.state.saverestore.strokeStyle.html | chromium/chromium | <!DOCTYPE html>
<!-- DO NOT EDIT! This test has been generated by /html/canvas/tools/gentest.py. -->
<title>Canvas test: 2d.state.saverestore.strokeStyle</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/html/canvas/resources/canvas-tests.js"></script>
<link rel="stylesheet" href="/html/canvas/resources/canvas-tests.css">
<body class="show_output">
<h1>2d.state.saverestore.strokeStyle</h1>
<p class="desc">save()/restore() works for strokeStyle</p>
<p class="output">Actual output:</p>
<canvas id="c" class="output" width="100" height="50"><p class="fallback">FAIL (fallback content)</p></canvas>
<ul id="d"></ul>
<script>
var t = async_test("save()/restore() works for strokeStyle");
_addTest(function(canvas, ctx) {
// Test that restore() undoes any modifications
var old = ctx.strokeStyle;
ctx.save();
ctx.strokeStyle = "#ff0000";
ctx.restore();
_assertSame(ctx.strokeStyle, old, "ctx.strokeStyle", "old");
// Also test that save() doesn't modify the values
ctx.strokeStyle = "#ff0000";
old = ctx.strokeStyle;
// we're not interested in failures caused by get(set(x)) != x (e.g.
// from rounding), so compare against 'old' instead of against "#ff0000"
ctx.save();
_assertSame(ctx.strokeStyle, old, "ctx.strokeStyle", "old");
ctx.restore();
});
</script>
|
third_party/blink/web_tests/external/wpt/html/semantics/links/downloading-resources/header-referrer-same-origin.html | scheib/chromium | <!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Ping attribute Referrer Header Same Origin Policy</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<meta name='referrer' content='same-origin'>
</head>
<body>
<a id="a" href="#">
<script src="/common/utils.js"></script>
<script src="/common/get-host-info.sub.js"></script>
<script src="/resources/chromium/enable-hyperlink-auditing.js"></script>
<script src="header-referrer.js"></script>
<script>
testReferrerHeader("");
</script>
</body>
</html>
|
dep/RakNet/Help/Doxygen/html/structRakNet_1_1SetRoomLockState__Func-members.html | JayStilla/AIEComplexSystems | <!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>RakNet: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="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">RakNet
 <span id="projectnumber">4.0</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.2 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related 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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="namespaceRakNet.html">RakNet</a></li><li class="navelem"><a class="el" href="structRakNet_1_1SetRoomLockState__Func.html">SetRoomLockState_Func</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">RakNet::SetRoomLockState_Func Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="structRakNet_1_1SetRoomLockState__Func.html">RakNet::SetRoomLockState_Func</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html#aad3e8d1ee49fb7a37200af78412a8ddf">resultCode</a></td><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html">RakNet::RoomsPluginFunc</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html#afec9a928ff707f7c5caaf57a750e0edd">userName</a></td><td class="entry"><a class="el" href="structRakNet_1_1RoomsPluginFunc.html">RakNet::RoomsPluginFunc</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Mon Jun 2 2014 20:10:30 for RakNet by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.2
</small></address>
</body>
</html>
|
tools/package/archetypes/uitab/target/test-classes/projects/basic/project/basic/src/main/resources/sampleTable/css.html | packet-tracker/onos-1.4.0-custom-build | <link rel="stylesheet" href="app/view/sampleTable/sampleTable.css"> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.