code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
<div class="container-fluid"> <h1>My Latest Dives</h1> <div class="row"> <div class="col-sm-4" *ngFor="let dive of dives; let e=even; let o=odd;"> <h3>{{dive.site}}</h3> <h4>{{dive.location}}</h4> <h2>{{dive.depth}} feet | {{dive.time}} min</h2> <h4> Extra paid: <span *ngIf="e"> {{dive.extraPaid | currency:'EUR':'true'}} </span> <span *ngIf="o"> {{dive.extraPaid | currency: 'USD':false:'1.2-2'}} </span> </h4> </div> </div> </div>
mtraina/unraveling-angular-2
Samples/Chapter10/Exercise-10-05/app/dive-log.template.html
HTML
mit
567
<md-tabs md-dynamic-height md-dynamic-width md-border-bottom> <md-tab label="{{'CALENDAR_OF_TRACKS_TAB' | translate}}"> <div class="middle"> <div ng-controller="CalendarController" layout-gt-xs="row"> <md-card style="height:700px;min-width:60%" flex md-theme="{{ showDarkTheme ? 'dark-grey' : 'default' }}" class="card card-4-50" md-theme-watch> <md-card-content class="nopadding" > <md-progress-circular style="top:100px"class="loader_dashboard2" ng-if="onload" md-diameter="156"></md-progress-circular> <md-content ng-show="!onload"> <div > <calendar-md md-theme="blue" flex layout layout-fill calendar-direction="direction" on-prev-month="prevMonth" on-next-month="nextMonth" on-day-click="dayClick" title-format="'MMMM y'" ng-model='selectedDate' day-format="'d'" tooltips="tooltips" day-label-format="'EEE'" day-label-tooltip-format="'EEEE'" day-tooltip-format="'fullDate'" week-starts-on="firstDayOfWeek" disable-future-selection="true" data-start-month="{{start_month}}" data-start-year="{{start_year}}" day-content="setDayContent" ></calendar-md> </div> <div style="width:100%"> <md-button ng-click="buttonClickCurrentDate()">Go to current date</md-button> <div style="width:100%;text-align:center"> <h3 style="color:rgba(0,0,0,0.7)">{{'MONTHLY_OVERVIEW' | translate}}</h3> </div> </div> <div layout-gt-xs="row" ng-if="!nostatistics"> <div style="width:33.33%;text-align:center"> <h3 style="color:#0065A0">{{total_time}}</h3> <p style="font-size:13px;">{{'DURATION' | translate}}</p> </div> <div style="width:33.33%;text-align:center"> <h3 style="color:#0065A0">{{total_distance}} Km</h3> <p style="font-size:13px;">{{'DISTANCE' | translate}}</p> </div> <div style="width:33.33%;text-align:center"> <h3 style="color:#0065A0">{{total_tracks}}</h3> <p style="font-size:13px;">{{'TRACKS' | translate}}</p> </div> </div> <div layout-gt-xs="row" ng-if="nostatistics"> <div style="width:100%;text-align:center"> <p>{{'NO_MONTHLY_STATISTICS' | translate}}</p> </div> </div> </md-content> </md-card-content> </md-card> <md-card md-theme="default" class="card card-4-50" flex md-theme-watch> <md-card-content style="padding-left:7%;padding-top:20px" > <div class="streamline b-l b-accent m-b"> <div class="sl-item" ng-repeat='event in tracks' ng-click="goToActivity(event.id)"> <!-- <img class="md-avatar" src="{{event.url}}" style="width:80px;height:80px"> </img> --> <div class="sl-content" > <span> <span style="color:rgba(0,101,160,0.9);line-height:100%;padding-bottom:30px;margin-left:-10px"><b>{{event.begin | date:'medium'}}</b></span> <span style="color:rgba(255,255,255,0.8);background-color:rgba(0,101,160,0.9);border-radius: 8px;float:right">&nbsp;&nbsp;{{event.length}} Km&nbsp;&nbsp;</span> </span> <div style="height:40px;padding-top:15px;padding-bottom:15px"> <span style="line-height:70%"> <i class="material-icons md-24" style="height:28px;width:28px">directions_car</i> {{event.manufacturer}} - {{event.car}} </span> <p> <span> <i class="material-icons md-24" style="height:28px;width:28px">timer</i> {{event.travelTime}} </span> </div> </p> </div> <md-tooltip class="trackpreview" md-direction="left"> <md-content > <p>Track preview</p> <img src={{event.url}} style="width:480px;height:380px"></img> </md-content> </md-tooltip> </div> </div> <!-- <md-content> <md-list-item ng-show="no_data" md-theme="default" md-ink-ripple="#0065A0" class="md-3-line md-long-text " ng-repeat='event in tracks' ng-click="goToActivity(event.id)"> <div class="md-list-item-text" layout="column"> <p style="color:rgba(0,101,160,0.9)"><b>{{event.begin | date:'medium'}}</b></p> <p>{{event.manufacturer}} - {{event.car}}</p> <p>{{event.travelTime}} - {{event.length}} Km</p> </div> <md-tooltip popover-trigger="focus" class="trackpreview" md-direction="left"> <md-content > <img src={{event.url}} style="width:480px;height:380px"></img> </md-content> </md-tooltip> </md-list-item> <div layout="row" ng-show="!no_data" layout-align="center center"> <p>Select days that have the track icon to explore</p> </div> </md-content> --> </md-card-content> </md-card> </div> </div> </md-tab> <!-- <md-tab label="{{'ALL_TRACKS_TAB' | translate}}"> <div class="middle"> <div layout-gt-md="row"> <md-card md-theme-watch flex> <md-toolbar md-theme="custom" class="md-hue-1 md-whiteframe-z2" md-scroll-shrink ng-if="true"> <div class="md-toolbar-tools"> <h3> <span>{{'TRACKS_LIST' | translate}}</span> </h3> </div> </md-toolbar> <md-card-content> <md-content flex> <md-list ng-controller="TrackListCtrl"> <md-list-item class="md-3-line md-long-text" aria-label="single charts view" ng-repeat="track in results.tracks" ng-click="showAdvanced($event,track.id)"> <div class="md-list-item-text" > <h3><b>{{track.begin}}</b></h3> <h4>Vehicle - {{track.sensor.properties.model}}</h4> <p>Distance - {{track.length}} Km</p> <md-icon class="md-secondary material-icons" ng-click="goToActivity(track.id)" >multiline_chart</md-icon> </div> </md-list-item> </md-list> <div ng-controller="PagingCtrl" layout="row" layout-align="center end" class="paging" ng-show="showPaging();"> <md-button aria-label="previous" ng-click="previousPage();" ng-disabled="hasNoPreviousPage();"> <i class="material-icons">keyboard_arrow_left</i> </md-button> <md-button ng-repeat="page in pages" style="text-color:white" ng-click="jumpToPage(page);" ng-class="{'md-raised md-primary': page === selectedPage}"> {{page}} </md-button> <md-button aria-label="next" ng-click="nextPage();" ng-disabled="hasNoNextPage();"> <i class="material-icons">keyboard_arrow_right</i> </md-button> </div> </md-content> </md-card-content> </md-card> --> <md-tab label="{{'ALL_TRACKS_TAB' | translate}}"> <div class="middle"> <div layout-gt-md="row"> <md-card ng-controller="filterTracksController" style="max-height:600px;width:60%;display: table;margin-right: auto;margin-left: auto;" md-theme-watch > <!-- <md-toolbar style="color:blac;background-color:white" > <div class="md-toolbar-tools"> <md-select style="color:white;width:15%" ng-model="widgetType2" > <md-option ng-model="d" ng-value="d" ng-click="selecteditemchanged(d)" data-ng-repeat="d in piechartoptions">{{d}}</md-option> </md-select> <span flex></span> </div> </md-toolbar> --> <md-toolbar style="color:black;background-color:rgba(185,217,137,1)" md-theme="default"> <div class="md-toolbar-tools"> <p>{{'ORDER_BY' | translate}} - </p> <p>&nbsp</p> <md-select ng-model="filterSelected"> <md-option ng-model="filterSelected" ng-value="d" ng-click="changeFilter(d)" ng-selected="Modified" data-ng-repeat="d in filterOptions">{{d}}</md-option> </md-select> <div style="padding-top:15px;padding-left:2%"> <md-checkbox ng-click="reverseClicked()" ng-model="reverseEnabled"> {{'REVERSE' | translate}} </md-checkbox> </div> <span flex></span> <md-input-container ng-show="showSearch" md-theme="input" style="padding-top:30px" flex> <label>black</label> <input ng-model="search" placeholder="enter search"> </md-input-container> <md-button aria-label="Search" ng-show="!showSearch" ng-click="toggleShow()"> <i class="material-icons md-36">search</i> </md-button> <md-button aria-label="Search" ng-show="showSearch" ng-click="toggleShow()"> <i class="material-icons md-36">close</i> </md-button> </div> </md-toolbar> <!-- <md-toolbar style="color:black;background-color:white" ng-show="showSearch"> <div class="md-toolbar-tools"> <md-button ng-click="showSearch = !showSearch" aria-label="Back"> <i class="material-icons md-36">keyboard_arrow_left</i> </md-button> <md-input-container md-theme="input" style="padding-top:30px" flex> <label>black</label> <input ng-model="search" placeholder="enter search"> </md-input-container> <md-button aria-label="Search" ng-click="showSearch = !showSearch"> <i class="material-icons md-36">search</i> </md-button> </div> </md-toolbar> --> <md-card-content> <!-- <div style="width:100%" layout="column" layout-align="center center"> <p>Search track by date</p> <div layout="column" layout-align="center center" style="width:100%"> <md-select ng-model="dateCustom" style="width:80%"> <md-option ng-model="dateCustom" ng-click="defaultDatesAll()" selected>All Days</md-option> <md-option ng-model="dateCustom" ng-click="defaultDatesCustom()">Custom</md-option> </md-select> <div layout="row" layout-align="center center"> <br ng-show="dateCustomShow"></br> <md-datepicker style="padding-bottom:5%" ng-change="startDateChange()" ng-show="dateCustomShow" ng-model="dateStartCustom" md-placeholder="Start date"></md-datepicker> <md-datepicker style="padding-bottom:5%" ng-change="endDateChange()" ng-show="dateCustomShow" ng-model="dateEndCustom" md-placeholder="End date"></md-datepicker> </div> </div> </div> <div style="width:100%" class="borderdiv" layout="column" layout-align="center center"> <p>Search track by length</p> <div layout="column" layout-align="center center" style="width:100%"> <md-select ng-model="distanceCustom" style="width:80%"> <md-option ng-model="distanceCustom" ng-click="defaultDistanceAll()" selected>All lengths</md-option> <md-option ng-model="distanceCustom" ng-click="defaultDistanceCustom()">Custom</md-option> </md-select> <div layout="row" layout-align="center center"> <span>&nbsp&nbsp&nbsp</span> <md-input-container style="padding-top:0.35%" ng-show="distanceCustomShow"> <input type="number" ng-model="minDistanceFilter" placeholder="Longer than(Km)" style="width:50%"> </md-input-container> <span>&nbsp&nbsp&nbsp</span> <md-input-container style="padding-top:0.35%" ng-show="distanceCustomShow" > <input type="number" ng-model="maxDistanceFilter" placeholder="Shorter than(Km)" style="width:50%"> </md-input-container> </div> </div> </div> --> <!-- <div style="width:100%;text-align:center" layout-align="center center"> <md-button md-theme="blue" class="white-bg" ng-click="submitButtonAction()">Search</md-button> <md-button md-theme="blue" class="white-bg" ng-click="searchTracks()">Search 2</md-button> </div> --> <div layout-gt-md="row" layout="column"> <div style="text-align:center"> <md-menu> <md-button class="md-primary md-raised" ng-click="openMenu($mdOpenMenu, $event)"> <i class="material-icons white099">add_box</i> <span style="color:rgba(255,255,255,0.9)">Filter</span> </md-button> <md-menu-content width="4"> <md-menu-item ng-repeat="item in $root.filters" ng-hide="item[2]"> <md-button ng-click="addFilter(item[1])">{{item[0]}}</md-button> </md-menu-item> </md-menu-content> </md-menu> </div> <!-- <div style="text-align:center"> <md-button class="md-raised" ng-if="$root.distanceShow" ng-click="addFilter(0)"><span>Distance</span></md-button> <md-button class="md-raised" ng-if="$root.dateShow" ng-click="addFilter(1)">Date</md-button> <md-button class="md-raised" ng-if="$root.durationShow" ng-click="addFilter(2)">Duration of Travel</md-button> <md-button class="md-raised" ng-if="$root.vehicleShow" ng-click="addFilter(3)">Vehicle</md-button> </div> --> <md-chips style="min-width:80%" md-on-add="add($chip)" ng-model="$root.selectedFilters" md-autocomplete-snap md-transform-chip="transformChip($chip)" md-require-match="autocompleteDemoRequireMatch" md-on-select="getChipInfo($chip)" md-on-remove="removeChip($chip)"> <md-autocomplete style="width:100%" md-selected-item="selectedItem" md-search-text="searchText" md-items="item in querySearch(searchText)" md-item-text="item.name" placeholder="Type filters or Click above"> <span md-highlight-text="searchText">{{item.name}}</span> </md-autocomplete> <md-chip-template style="width:100%" > <span> <strong>{{$chip.name}}</strong> </span> </md-chip-template> </md-chips> </div> <div style="width:100%;text-align:center"> <p style="font-size:17px">Showing {{(tracks|filter:search | filter:distanceFilter | filter:dateFilter | filter:durationFilter | filter:vehicleFilter).length}} of {{tracks.length}} tracks</p> </div> <md-progress-circular class="loader_dashboard2" ng-if="onload" md-diameter="156"></md-progress-circular> <md-content ng-show="!onload" style="max-height:570px; padding-left:6%;padding-right:10px;padding-top:20px" > <div class="streamline b-l b-accent m-b"> <div class="sl-item" ng-repeat='event in tracks | filter:search | orderBy:filterOrig:!reverse | filter:dateFilter | filter:distanceFilter | filter:durationFilter | filter:vehicleFilter' ng-click="goToActivity(event.TrackId)"> <!-- <img class="md-avatar" src="{{event.url}}" style="width:80px;height:80px"> </img> --> <div class="sl-content" > <span> <span style="color:rgba(0,101,160,0.9);line-height:100%;padding-bottom:30px;margin-left:-10px"><b>{{event.Start | date:'medium'}}</b></span> <span style="color:rgba(255,255,255,0.8);background-color:rgba(0,101,160,0.9);border-radius: 8px;float:right">&nbsp;&nbsp;{{event.Distance}} Km&nbsp;&nbsp;</span> </span> <div style="height:40px;padding-top:15px;padding-bottom:15px"> <span style="line-height:70%"> <i class="material-icons md-24" style="height:28px;width:28px">directions_car</i> {{event.manufacturer}} - {{event.Vehicle}} </span> <p> <span> <i class="material-icons md-24" style="height:28px;width:28px">timer</i> {{event.DurationString}} </span> </div> </p> </div> <md-tooltip class="trackpreview" md-direction="left"> <md-content > <p>Track preview</p> <img src={{event.url}} style="width:480px;height:380px"></img> </md-content> </md-tooltip> </div> </div> </md-content> <!-- <md-content style="max-height:570px" > <md-list> <md-list-item class="md-3-line md-long-text" ng-repeat="item in tracks | filter:search | orderBy:filterOrig | filter:dateFilter | filter:distanceFilter" ng-click="goToActivity(item.TrackId)"> <div class="md-list-item-text" layout="column"> <p style="color:rgba(0,101,160,0.9)"><b>{{item.Start | date:'medium'}}</b></p> <p>{{item.manufacturer}} - {{item.Vehicle}}</p> <p>{{item.DurationString}} - {{item.Distance}} Km</p> </div> <md-tooltip popover-trigger="focus" class="trackpreview" md-direction="left"> <md-content > <img src={{item.url}} style="width:480px;height:380px"></img> </md-content> </md-tooltip> </md-list-item> </md-list> --> </md-card-content> </md-card> </div> </div> </md-tab> </md-tabs>
enviroCar/enviroCar-website-ng
src/app/views/tracks.html
HTML
mit
18,428
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>Byte2 - Android SDK | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../assets/css/default.css" rel="stylesheet" type="text/css"> <!-- FULLSCREEN STYLESHEET --> <link href="../../../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../"; var devsite = false; </script> <script src="../../../assets/js/docs.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5831155-1']); _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> </head> <body class="gc-documentation develop" itemscope itemtype="http://schema.org/Article"> <div id="doc-api-level" class="11" style="display:none"></div> <a name="top"></a> <a name="top"></a> <!-- Header --> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../index.html"> <img src="../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <!-- New Search --> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div> <div class="bottom"></div> </div> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../')" onkeyup="return search_changed(event, false, '../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div> </div> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div> <!-- /New Search> <!-- Expanded quicknav --> <div id="quicknav" class="col-9"> <ul> <li class="design"> <ul> <li><a href="../../../design/index.html">Get Started</a></li> <li><a href="../../../design/style/index.html">Style</a></li> <li><a href="../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> <ul><li><a href="../../../sdk/index.html">Get the SDK</a></li></ul> </li> <li><a href="../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../distribute/index.html">Google Play</a></li> <li><a href="../../../distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="../../../distribute/googleplay/promote/index.html">Promoting</a></li> <li><a href="../../../distribute/googleplay/quality/index.html">App Quality</a></li> <li><a href="../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li> <li><a href="../../../distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> </div> <!-- /Expanded quicknav --> </div> </div> <!-- /Header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav --> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav"> <a class="totop" href="#top" data-g-event="left-nav-top">to top</a> <div id="api-nav-header"> <div id="api-level-toggle"> <label for="apiLevelCheckbox" class="disabled">API level: </label> <div class="select-wrapper"> <select id="apiLevelSelector"> <!-- option elements added by buildApiLevelSelector() --> </select> </div> </div><!-- end toggle --> <div id="api-nav-title">Android APIs</div> </div><!-- end nav header --> <script> var SINCE_DATA = [ '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', '11', '12', '13', '14', '15', '16', '17', '18', '19' ]; buildApiLevelSelector(); </script> <div id="swapper"> <div id="nav-panels"> <div id="resize-packages-nav"> <div id="packages-nav" class="scroll-pane"> <ul> <li class="api apilevel-1"> <a href="../../../reference/android/package-summary.html">android</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/accessibilityservice/package-summary.html">android.accessibilityservice</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/accounts/package-summary.html">android.accounts</a></li> <li class="api apilevel-11"> <a href="../../../reference/android/animation/package-summary.html">android.animation</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/app/package-summary.html">android.app</a></li> <li class="api apilevel-8"> <a href="../../../reference/android/app/admin/package-summary.html">android.app.admin</a></li> <li class="api apilevel-8"> <a href="../../../reference/android/app/backup/package-summary.html">android.app.backup</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/appwidget/package-summary.html">android.appwidget</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/bluetooth/package-summary.html">android.bluetooth</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/package-summary.html">android.content</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/pm/package-summary.html">android.content.pm</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/content/res/package-summary.html">android.content.res</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/database/package-summary.html">android.database</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/database/sqlite/package-summary.html">android.database.sqlite</a></li> <li class="api apilevel-11"> <a href="../../../reference/android/drm/package-summary.html">android.drm</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/gesture/package-summary.html">android.gesture</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/package-summary.html">android.graphics</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/drawable/package-summary.html">android.graphics.drawable</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/graphics/drawable/shapes/package-summary.html">android.graphics.drawable.shapes</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/graphics/pdf/package-summary.html">android.graphics.pdf</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/hardware/package-summary.html">android.hardware</a></li> <li class="api apilevel-17"> <a href="../../../reference/android/hardware/display/package-summary.html">android.hardware.display</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/hardware/input/package-summary.html">android.hardware.input</a></li> <li class="api apilevel-18"> <a href="../../../reference/android/hardware/location/package-summary.html">android.hardware.location</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/hardware/usb/package-summary.html">android.hardware.usb</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/inputmethodservice/package-summary.html">android.inputmethodservice</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/location/package-summary.html">android.location</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/media/package-summary.html">android.media</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/media/audiofx/package-summary.html">android.media.audiofx</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/media/effect/package-summary.html">android.media.effect</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/mtp/package-summary.html">android.mtp</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/package-summary.html">android.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/http/package-summary.html">android.net.http</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/net/nsd/package-summary.html">android.net.nsd</a></li> <li class="api apilevel-12"> <a href="../../../reference/android/net/rtp/package-summary.html">android.net.rtp</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/net/sip/package-summary.html">android.net.sip</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/net/wifi/package-summary.html">android.net.wifi</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/net/wifi/p2p/package-summary.html">android.net.wifi.p2p</a></li> <li class="api apilevel-16"> <a href="../../../reference/android/net/wifi/p2p/nsd/package-summary.html">android.net.wifi.p2p.nsd</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/nfc/package-summary.html">android.nfc</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/nfc/cardemulation/package-summary.html">android.nfc.cardemulation</a></li> <li class="api apilevel-10"> <a href="../../../reference/android/nfc/tech/package-summary.html">android.nfc.tech</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/opengl/package-summary.html">android.opengl</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/os/package-summary.html">android.os</a></li> <li class="api apilevel-9"> <a href="../../../reference/android/os/storage/package-summary.html">android.os.storage</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/preference/package-summary.html">android.preference</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/print/package-summary.html">android.print</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/print/pdf/package-summary.html">android.print.pdf</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/printservice/package-summary.html">android.printservice</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/provider/package-summary.html">android.provider</a></li> <li class="selected api apilevel-11"> <a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/sax/package-summary.html">android.sax</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/security/package-summary.html">android.security</a></li> <li class="api apilevel-17"> <a href="../../../reference/android/service/dreams/package-summary.html">android.service.dreams</a></li> <li class="api apilevel-18"> <a href="../../../reference/android/service/notification/package-summary.html">android.service.notification</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/service/textservice/package-summary.html">android.service.textservice</a></li> <li class="api apilevel-7"> <a href="../../../reference/android/service/wallpaper/package-summary.html">android.service.wallpaper</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/speech/package-summary.html">android.speech</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/speech/tts/package-summary.html">android.speech.tts</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v13/app/package-summary.html">android.support.v13.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/accessibilityservice/package-summary.html">android.support.v4.accessibilityservice</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/app/package-summary.html">android.support.v4.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/content/package-summary.html">android.support.v4.content</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/content/pm/package-summary.html">android.support.v4.content.pm</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/database/package-summary.html">android.support.v4.database</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/graphics/drawable/package-summary.html">android.support.v4.graphics.drawable</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/hardware/display/package-summary.html">android.support.v4.hardware.display</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/media/package-summary.html">android.support.v4.media</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/net/package-summary.html">android.support.v4.net</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/os/package-summary.html">android.support.v4.os</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/print/package-summary.html">android.support.v4.print</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/text/package-summary.html">android.support.v4.text</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/util/package-summary.html">android.support.v4.util</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/view/package-summary.html">android.support.v4.view</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/view/accessibility/package-summary.html">android.support.v4.view.accessibility</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v4/widget/package-summary.html">android.support.v4.widget</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/app/package-summary.html">android.support.v7.app</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/appcompat/package-summary.html">android.support.v7.appcompat</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/gridlayout/package-summary.html">android.support.v7.gridlayout</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/media/package-summary.html">android.support.v7.media</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/mediarouter/package-summary.html">android.support.v7.mediarouter</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/view/package-summary.html">android.support.v7.view</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v7/widget/package-summary.html">android.support.v7.widget</a></li> <li class="api apilevel-"> <a href="../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/telephony/package-summary.html">android.telephony</a></li> <li class="api apilevel-5"> <a href="../../../reference/android/telephony/cdma/package-summary.html">android.telephony.cdma</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/telephony/gsm/package-summary.html">android.telephony.gsm</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/package-summary.html">android.test</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/mock/package-summary.html">android.test.mock</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/test/suitebuilder/package-summary.html">android.test.suitebuilder</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/package-summary.html">android.text</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/text/format/package-summary.html">android.text.format</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/method/package-summary.html">android.text.method</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/style/package-summary.html">android.text.style</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/text/util/package-summary.html">android.text.util</a></li> <li class="api apilevel-19"> <a href="../../../reference/android/transition/package-summary.html">android.transition</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/util/package-summary.html">android.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/view/package-summary.html">android.view</a></li> <li class="api apilevel-4"> <a href="../../../reference/android/view/accessibility/package-summary.html">android.view.accessibility</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/view/animation/package-summary.html">android.view.animation</a></li> <li class="api apilevel-3"> <a href="../../../reference/android/view/inputmethod/package-summary.html">android.view.inputmethod</a></li> <li class="api apilevel-14"> <a href="../../../reference/android/view/textservice/package-summary.html">android.view.textservice</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/webkit/package-summary.html">android.webkit</a></li> <li class="api apilevel-1"> <a href="../../../reference/android/widget/package-summary.html">android.widget</a></li> <li class="api apilevel-1"> <a href="../../../reference/dalvik/bytecode/package-summary.html">dalvik.bytecode</a></li> <li class="api apilevel-1"> <a href="../../../reference/dalvik/system/package-summary.html">dalvik.system</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/awt/font/package-summary.html">java.awt.font</a></li> <li class="api apilevel-3"> <a href="../../../reference/java/beans/package-summary.html">java.beans</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/io/package-summary.html">java.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/package-summary.html">java.lang</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/annotation/package-summary.html">java.lang.annotation</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/ref/package-summary.html">java.lang.ref</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/lang/reflect/package-summary.html">java.lang.reflect</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/math/package-summary.html">java.math</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/net/package-summary.html">java.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/package-summary.html">java.nio</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/channels/package-summary.html">java.nio.channels</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/channels/spi/package-summary.html">java.nio.channels.spi</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/charset/package-summary.html">java.nio.charset</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/nio/charset/spi/package-summary.html">java.nio.charset.spi</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/package-summary.html">java.security</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/acl/package-summary.html">java.security.acl</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/cert/package-summary.html">java.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/interfaces/package-summary.html">java.security.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/security/spec/package-summary.html">java.security.spec</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/sql/package-summary.html">java.sql</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/text/package-summary.html">java.text</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/package-summary.html">java.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/package-summary.html">java.util.concurrent</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/atomic/package-summary.html">java.util.concurrent.atomic</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/concurrent/locks/package-summary.html">java.util.concurrent.locks</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/jar/package-summary.html">java.util.jar</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/logging/package-summary.html">java.util.logging</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/prefs/package-summary.html">java.util.prefs</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/regex/package-summary.html">java.util.regex</a></li> <li class="api apilevel-1"> <a href="../../../reference/java/util/zip/package-summary.html">java.util.zip</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/package-summary.html">javax.crypto</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/interfaces/package-summary.html">javax.crypto.interfaces</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/crypto/spec/package-summary.html">javax.crypto.spec</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/microedition/khronos/egl/package-summary.html">javax.microedition.khronos.egl</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/microedition/khronos/opengles/package-summary.html">javax.microedition.khronos.opengles</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/net/package-summary.html">javax.net</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/net/ssl/package-summary.html">javax.net.ssl</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/package-summary.html">javax.security.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/callback/package-summary.html">javax.security.auth.callback</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/login/package-summary.html">javax.security.auth.login</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/auth/x500/package-summary.html">javax.security.auth.x500</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/security/cert/package-summary.html">javax.security.cert</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/sql/package-summary.html">javax.sql</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/xml/package-summary.html">javax.xml</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/datatype/package-summary.html">javax.xml.datatype</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/namespace/package-summary.html">javax.xml.namespace</a></li> <li class="api apilevel-1"> <a href="../../../reference/javax/xml/parsers/package-summary.html">javax.xml.parsers</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/package-summary.html">javax.xml.transform</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/dom/package-summary.html">javax.xml.transform.dom</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/sax/package-summary.html">javax.xml.transform.sax</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/transform/stream/package-summary.html">javax.xml.transform.stream</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/validation/package-summary.html">javax.xml.validation</a></li> <li class="api apilevel-8"> <a href="../../../reference/javax/xml/xpath/package-summary.html">javax.xml.xpath</a></li> <li class="api apilevel-1"> <a href="../../../reference/junit/framework/package-summary.html">junit.framework</a></li> <li class="api apilevel-1"> <a href="../../../reference/junit/runner/package-summary.html">junit.runner</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/package-summary.html">org.apache.http</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/auth/package-summary.html">org.apache.http.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/auth/params/package-summary.html">org.apache.http.auth.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/package-summary.html">org.apache.http.client</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/entity/package-summary.html">org.apache.http.client.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/methods/package-summary.html">org.apache.http.client.methods</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/params/package-summary.html">org.apache.http.client.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/protocol/package-summary.html">org.apache.http.client.protocol</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/client/utils/package-summary.html">org.apache.http.client.utils</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/package-summary.html">org.apache.http.conn</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/params/package-summary.html">org.apache.http.conn.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/routing/package-summary.html">org.apache.http.conn.routing</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/scheme/package-summary.html">org.apache.http.conn.scheme</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/ssl/package-summary.html">org.apache.http.conn.ssl</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/conn/util/package-summary.html">org.apache.http.conn.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/cookie/package-summary.html">org.apache.http.cookie</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/cookie/params/package-summary.html">org.apache.http.cookie.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/entity/package-summary.html">org.apache.http.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/package-summary.html">org.apache.http.impl</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/auth/package-summary.html">org.apache.http.impl.auth</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/client/package-summary.html">org.apache.http.impl.client</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/conn/package-summary.html">org.apache.http.impl.conn</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/conn/tsccm/package-summary.html">org.apache.http.impl.conn.tsccm</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/cookie/package-summary.html">org.apache.http.impl.cookie</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/entity/package-summary.html">org.apache.http.impl.entity</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/impl/io/package-summary.html">org.apache.http.impl.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/io/package-summary.html">org.apache.http.io</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/message/package-summary.html">org.apache.http.message</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/params/package-summary.html">org.apache.http.params</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/protocol/package-summary.html">org.apache.http.protocol</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/apache/http/util/package-summary.html">org.apache.http.util</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/json/package-summary.html">org.json</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/w3c/dom/package-summary.html">org.w3c.dom</a></li> <li class="api apilevel-8"> <a href="../../../reference/org/w3c/dom/ls/package-summary.html">org.w3c.dom.ls</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/package-summary.html">org.xml.sax</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/ext/package-summary.html">org.xml.sax.ext</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xml/sax/helpers/package-summary.html">org.xml.sax.helpers</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xmlpull/v1/package-summary.html">org.xmlpull.v1</a></li> <li class="api apilevel-1"> <a href="../../../reference/org/xmlpull/v1/sax2/package-summary.html">org.xmlpull.v1.sax2</a></li> </ul><br/> </div> <!-- end packages-nav --> </div> <!-- end resize-packages --> <div id="classes-nav" class="scroll-pane"> <ul> <li><h2>Interfaces</h2> <ul> <li class="api apilevel-19"><a href="../../../reference/android/renderscript/Allocation.OnBufferAvailableListener.html">Allocation.OnBufferAvailableListener</a></li> </ul> </li> <li><h2>Classes</h2> <ul> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/AllocationAdapter.html">AllocationAdapter</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/BaseObj.html">BaseObj</a></li> <li class="selected api apilevel-11"><a href="../../../reference/android/renderscript/Byte2.html">Byte2</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Byte3.html">Byte3</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Byte4.html">Byte4</a></li> <li class="api apilevel-14"><a href="../../../reference/android/renderscript/Double2.html">Double2</a></li> <li class="api apilevel-14"><a href="../../../reference/android/renderscript/Double3.html">Double3</a></li> <li class="api apilevel-14"><a href="../../../reference/android/renderscript/Double4.html">Double4</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Element.html">Element</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Element.Builder.html">Element.Builder</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/FieldPacker.html">FieldPacker</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Float2.html">Float2</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Float3.html">Float3</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Float4.html">Float4</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Int2.html">Int2</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Int3.html">Int3</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Int4.html">Int4</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Long2.html">Long2</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Long3.html">Long3</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Long4.html">Long4</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Matrix2f.html">Matrix2f</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Matrix3f.html">Matrix3f</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Matrix4f.html">Matrix4f</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RenderScript.html">RenderScript</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RenderScript.RSErrorHandler.html">RenderScript.RSErrorHandler</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RenderScript.RSMessageHandler.html">RenderScript.RSMessageHandler</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Sampler.html">Sampler</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Sampler.Builder.html">Sampler.Builder</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Script.html">Script</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Script.Builder.html">Script.Builder</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Script.FieldBase.html">Script.FieldBase</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/Script.FieldID.html">Script.FieldID</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/Script.KernelID.html">Script.KernelID</a></li> <li class="api apilevel-18"><a href="../../../reference/android/renderscript/Script.LaunchOptions.html">Script.LaunchOptions</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/ScriptC.html">ScriptC</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptGroup.html">ScriptGroup</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptGroup.Builder.html">ScriptGroup.Builder</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsic.html">ScriptIntrinsic</a></li> <li class="api apilevel-18"><a href="../../../reference/android/renderscript/ScriptIntrinsic3DLUT.html">ScriptIntrinsic3DLUT</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicBlend.html">ScriptIntrinsicBlend</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicBlur.html">ScriptIntrinsicBlur</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicColorMatrix.html">ScriptIntrinsicColorMatrix</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicConvolve3x3.html">ScriptIntrinsicConvolve3x3</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicConvolve5x5.html">ScriptIntrinsicConvolve5x5</a></li> <li class="api apilevel-19"><a href="../../../reference/android/renderscript/ScriptIntrinsicHistogram.html">ScriptIntrinsicHistogram</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicLUT.html">ScriptIntrinsicLUT</a></li> <li class="api apilevel-17"><a href="../../../reference/android/renderscript/ScriptIntrinsicYuvToRGB.html">ScriptIntrinsicYuvToRGB</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Short2.html">Short2</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Short3.html">Short3</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Short4.html">Short4</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Type.html">Type</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Type.Builder.html">Type.Builder</a></li> </ul> </li> <li><h2>Enums</h2> <ul> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Allocation.MipmapControl.html">Allocation.MipmapControl</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Element.DataKind.html">Element.DataKind</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Element.DataType.html">Element.DataType</a></li> <li class="api apilevel-18"><a href="../../../reference/android/renderscript/RenderScript.ContextType.html">RenderScript.ContextType</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RenderScript.Priority.html">RenderScript.Priority</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Sampler.Value.html">Sampler.Value</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/Type.CubemapFace.html">Type.CubemapFace</a></li> </ul> </li> <li><h2>Exceptions</h2> <ul> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RSDriverException.html">RSDriverException</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RSIllegalArgumentException.html">RSIllegalArgumentException</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RSInvalidStateException.html">RSInvalidStateException</a></li> <li class="api apilevel-11"><a href="../../../reference/android/renderscript/RSRuntimeException.html">RSRuntimeException</a></li> </ul> </li> </ul><br/> </div><!-- end classes --> </div><!-- end nav-panels --> <div id="nav-tree" style="display:none" class="scroll-pane"> <div id="tree-list"></div> </div><!-- end nav-tree --> </div><!-- end swapper --> <div id="nav-swap"> <a class="fullscreen">fullscreen</a> <a href='#' onclick='swapNav();return false;'><span id='tree-link'>Use Tree Navigation</span><span id='panel-link' style='display:none'>Use Panel Navigation</span></a> </div> </div> <!-- end devdoc-nav --> </div> <!-- end side-nav --> <script type="text/javascript"> // init fullscreen based on user pref var fullscreen = readCookie("fullscreen"); if (fullscreen != 0) { if (fullscreen == "false") { toggleFullscreen(false); } else { toggleFullscreen(true); } } // init nav version for mobile if (isMobile) { swapNav(); // tree view should be used on mobile $('#nav-swap').hide(); } else { chooseDefaultNav(); if ($("#nav-tree").is(':visible')) { init_default_navtree("../../../"); } } // scroll the selected page into view $(document).ready(function() { scrollIntoView("packages-nav"); scrollIntoView("classes-nav"); }); </script> <div class="col-12" id="doc-col"> <div id="api-info-block"> <div class="sum-details-links"> Summary: <a href="#lfields">Fields</a> &#124; <a href="#pubctors">Ctors</a> &#124; <a href="#inhmethods">Inherited Methods</a> &#124; <a href="#" onclick="return toggleAllClassInherited()" id="toggleAllClassInherited">[Expand All]</a> </div><!-- end sum-details-links --> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 11</a> </div> </div><!-- end api-info-block --> <!-- ======== START OF CLASS DATA ======== --> <div id="jd-header"> public class <h1 itemprop="name">Byte2</h1> extends <a href="../../../reference/java/lang/Object.html">Object</a><br/> </div><!-- end header --> <div id="naMessage"></div> <div id="jd-content" class="api apilevel-11"> <table class="jd-inheritance-table"> <tr> <td colspan="2" class="jd-inheritance-class-cell"><a href="../../../reference/java/lang/Object.html">java.lang.Object</a></td> </tr> <tr> <td class="jd-inheritance-space">&nbsp;&nbsp;&nbsp;&#x21b3;</td> <td colspan="1" class="jd-inheritance-class-cell">android.renderscript.Byte2</td> </tr> </table> <div class="jd-descr"> <h2>Class Overview</h2> <p itemprop="articleBody">Class for exposing the native RenderScript byte2 type back to the Android system. </p> </div><!-- jd-descr --> <div class="jd-descr"> <h2>Summary</h2> <!-- =========== FIELD SUMMARY =========== --> <table id="lfields" class="jd-sumtable"><tr><th colspan="12">Fields</th></tr> <tr class="alt-color api apilevel-11" > <td class="jd-typecol"><nobr> public byte</nobr></td> <td class="jd-linkcol"><a href="../../../reference/android/renderscript/Byte2.html#x">x</a></td> <td class="jd-descrcol" width="100%"></td> </tr> <tr class=" api apilevel-11" > <td class="jd-typecol"><nobr> public byte</nobr></td> <td class="jd-linkcol"><a href="../../../reference/android/renderscript/Byte2.html#y">y</a></td> <td class="jd-descrcol" width="100%"></td> </tr> </table> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <table id="pubctors" class="jd-sumtable"><tr><th colspan="12">Public Constructors</th></tr> <tr class="alt-color api apilevel-11" > <td class="jd-typecol"><nobr> </nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/android/renderscript/Byte2.html#Byte2()">Byte2</a></span>()</nobr> </td></tr> <tr class=" api apilevel-14" > <td class="jd-typecol"><nobr> </nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/android/renderscript/Byte2.html#Byte2(byte, byte)">Byte2</a></span>(byte initX, byte initY)</nobr> </td></tr> </table> <!-- ========== METHOD SUMMARY =========== --> <table id="inhmethods" class="jd-sumtable"><tr><th> <a href="#" class="toggle-all" onclick="return toggleAllInherited(this, null)">[Expand]</a> <div style="clear:left;">Inherited Methods</div></th></tr> <tr class="api apilevel-" > <td colspan="12"> <a href="#" onclick="return toggleInherited(this, null)" id="inherited-methods-java.lang.Object" class="jd-expando-trigger closed" ><img id="inherited-methods-java.lang.Object-trigger" src="../../../assets/images/triangle-closed.png" class="jd-expando-trigger-img" /></a> From class <a href="../../../reference/java/lang/Object.html">java.lang.Object</a> <div id="inherited-methods-java.lang.Object"> <div id="inherited-methods-java.lang.Object-list" class="jd-inheritedlinks"> </div> <div id="inherited-methods-java.lang.Object-summary" style="display: none;"> <table class="jd-sumtable-expando"> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> <a href="../../../reference/java/lang/Object.html">Object</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#clone()">clone</a></span>()</nobr> <div class="jd-descrdiv">Creates and returns a copy of this <code>Object</code>.</div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> boolean</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#equals(java.lang.Object)">equals</a></span>(<a href="../../../reference/java/lang/Object.html">Object</a> o)</nobr> <div class="jd-descrdiv">Compares this instance with the specified object and indicates if they are equal.</div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#finalize()">finalize</a></span>()</nobr> <div class="jd-descrdiv">Invoked when the garbage collector has detected that this instance is no longer reachable.</div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final <a href="../../../reference/java/lang/Class.html">Class</a>&lt;?&gt;</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#getClass()">getClass</a></span>()</nobr> <div class="jd-descrdiv">Returns the unique instance of <code><a href="../../../reference/java/lang/Class.html">Class</a></code> that represents this object's class.</div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> int</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#hashCode()">hashCode</a></span>()</nobr> <div class="jd-descrdiv">Returns an integer hash code for this object.</div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#notify()">notify</a></span>()</nobr> <div class="jd-descrdiv">Causes a thread which is waiting on this object's monitor (by means of calling one of the <code>wait()</code> methods) to be woken up.</div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#notifyAll()">notifyAll</a></span>()</nobr> <div class="jd-descrdiv">Causes all threads which are waiting on this object's monitor (by means of calling one of the <code>wait()</code> methods) to be woken up.</div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> <a href="../../../reference/java/lang/String.html">String</a></nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#toString()">toString</a></span>()</nobr> <div class="jd-descrdiv">Returns a string containing a concise, human-readable description of this object.</div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#wait()">wait</a></span>()</nobr> <div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object.</div> </td></tr> <tr class=" api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#wait(long, int)">wait</a></span>(long millis, int nanos)</nobr> <div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the specified timeout expires.</div> </td></tr> <tr class="alt-color api apilevel-1" > <td class="jd-typecol"><nobr> final void</nobr> </td> <td class="jd-linkcol" width="100%"><nobr> <span class="sympad"><a href="../../../reference/java/lang/Object.html#wait(long)">wait</a></span>(long millis)</nobr> <div class="jd-descrdiv">Causes the calling thread to wait until another thread calls the <code>notify()</code> or <code>notifyAll()</code> method of this object or until the specified timeout expires.</div> </td></tr> </table> </div> </div> </td></tr> </table> </div><!-- jd-descr (summary) --> <!-- Details --> <!-- XML Attributes --> <!-- Enum Values --> <!-- Constants --> <!-- Fields --> <!-- ========= FIELD DETAIL ======== --> <h2>Fields</h2> <A NAME="x"></A> <div class="jd-details api apilevel-11"> <h4 class="jd-details-title"> <span class="normal"> public byte </span> x </h4> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 11</a> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="y"></A> <div class="jd-details api apilevel-11"> <h4 class="jd-details-title"> <span class="normal"> public byte </span> y </h4> <div class="api-level"> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 11</a> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- Public ctors --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <h2>Public Constructors</h2> <A NAME="Byte2()"></A> <div class="jd-details api apilevel-11"> <h4 class="jd-details-title"> <span class="normal"> public </span> <span class="sympad">Byte2</span> <span class="normal">()</span> </h4> <div class="api-level"> <div> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 11</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <A NAME="Byte2(byte, byte)"></A> <div class="jd-details api apilevel-14"> <h4 class="jd-details-title"> <span class="normal"> public </span> <span class="sympad">Byte2</span> <span class="normal">(byte initX, byte initY)</span> </h4> <div class="api-level"> <div> Added in <a href="../../../guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level 14</a></div> </div> <div class="jd-details-descr"> <div class="jd-tagdata jd-tagdescr"><p></p></div> </div> </div> <!-- ========= CONSTRUCTOR DETAIL ======== --> <!-- Protected ctors --> <!-- ========= METHOD DETAIL ======== --> <!-- Public methdos --> <!-- ========= METHOD DETAIL ======== --> <!-- ========= END OF CLASS DATA ========= --> <A NAME="navbar_top"></A> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache 2.0</a>. For details and restrictions, see the <a href="../../../license.html"> Content License</a>. </div> <div id="build_info"> Android 4.4&nbsp;r1 &mdash; <script src="../../../timestamp.js" type="text/javascript"></script> <script>document.write(BUILD_TIMESTAMP)</script> </div> <div id="footerlinks"> <p> <a href="../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div> <!-- jd-content --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
AzureZhao/android-developer-cn
reference/android/renderscript/Byte2.html
HTML
mit
64,420
<a class="other" href="{{ relation.source |entity_link }}" itemprop="affiliation">&raquo; {{relation.source['name'].value}}</a> <span class="details">(<a href="{{url_for('relations.view', id=relation.id)}}">Details</a>)</span> {{relation.schema.name}}
civicdataeu/openinterests.eu
openinterests/templates/relations/default.in.html
HTML
mit
253
<input #_fileInput type="file" (change)="openCropperDialog($event)" accept="image/*" hidden> <button ly-button color="primary" (click)="_fileInput.click()"> <ly-icon [lyMf]="1">image</ly-icon> <span>Select File</span> </button> <div *ngIf="cropped"><img [src]="cropped"></div>
A-l-y-l-e/Alyle-UI
src/app/docs/components/image-cropper-demo/cropper-with-dialog/cropper-with-dialog.component.html
HTML
mit
282
<div> <div class="autoScroll" style="overflow-y: auto; height: 100%; overflow-x: hidden"> <ng-include src="'templates/placesList.html'" class="myPlaces"></ng-include> </div> </div> <button ng-click="createPlace()" class="wau fabButton animated flipInY"> <span class="glyphicon glyphicon-plus" style="vertical-align: middle; font-size: 25px"></span> </button> </div>
JorgeGarciaIrazabal/ionicWAU
www/templates/myPlaces.html
HTML
mit
386
<section class="content-9 bkg-black vertical-center" id="content-9"> <div class="container"> <div class="jumbotron"> <h1>PLAY YOUTUBE OR VIMEO</h1> <p> Click on the button to watch the video </p> <p> <a data-toggle="lightbox" data-width="800" id="play-video" href="https://www.youtube.com/watch?v=yNENVZFHutQ"><img src="{{site.baseurl}}/dist/img/btn-play.png" alt="Play youtube or vimeo video"> </a> </p> </div> </div> </section>
Boltech/slabs
docs/_includes/components/contents/content-9.html
HTML
mit
496
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Hasura Nginx Git Push Template</title> <script src="/static/hello.js"></script> </head> <body> Hello World! </body> </html>
arvi3411301/quickstart-docker-git
nginx/app/src/index.html
HTML
mit
349
{% extends '_base.html' %} {% block content %} {% for article in articles_page.object_list %} <div class="circledate"> <div class="textcircle">{{ article.locale_date }}</div> </div> <h4><a href="{{ SITEURL }}/{{ article.url }}" title="" style="color: inherit;">{{ article.title }}</a> <a class="comments" href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a> {# <span class="comments">3 comments</span> #}</h4> <div class="dots blogdots"></div> {{ article.summary }} <a href="{{ SITEURL }}/{{ article.url }}" style="float:right;">Read more</a> <br> <div class="hr"></div> {% endfor %} <br/> {% include '_pagination.html' %} {% endblock %}
xm3ron/pjport
templates/index.html
HTML
mit
707
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>last_xrd (XRDSUtil)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/yadis/xrds.rb, line 13</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">last_xrd</span>(<span class="ruby-identifier">root_element</span>) <span class="ruby-constant">REXML</span><span class="ruby-operator">::</span><span class="ruby-constant">XPath</span>.<span class="ruby-identifier">match</span>(<span class="ruby-identifier">root_element</span>, <span class="ruby-value str">'/xrdsns:XRDS/xrdns:XRD'</span>, <span class="ruby-ivar">@@namespaces</span>)[<span class="ruby-value">-1</span>] <span class="ruby-keyword kw">end</span></pre> </body> </html>
agrimm/eol
vendor/gems/ruby-yadis-0.3.4/doc/classes/XRDSUtil.src/M000017.html
HTML
mit
1,099
<div ng-controller="TabscrollTestController as tabscrollCtrl"> <uib-tabset bb-tab-scroll bb-tab-scroll-ready="tabscrollCtrl.ready"> <uib-tab> <uib-tab-heading> Tab 1 </uib-tab-heading> Content 1 </uib-tab> <uib-tab> <uib-tab-heading> Tab with count <span class="bb-tab-header-count">2</span> </uib-tab-heading> Content 2 </uib-tab> <uib-tab heading="Tab 3"> Content 3 </uib-tab> <uib-tab class="bb-tab-spacer"></uib-tab> <uib-tab heading="Tab 4"> Content 4 </uib-tab> <uib-tab heading="Tab 5"> Content 5 </uib-tab> <uib-tab heading="Tab 6"> Content 6 </uib-tab> <uib-tab heading="Tab 7"> Content 7 </uib-tab> </uib-tabset> <br /> <button class="btn btn-primary" ng-click="tabscrollCtrl.replay()">Replay animation</button> </div>
Blackbaud-LukeJones/skyux
js/sky/src/tabscroll/docs/demo.html
HTML
mit
883
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <title>Uses of Class org.apache.poi.xslf.usermodel.XSLFPictureShape (POI API Documentation)</title> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.xslf.usermodel.XSLFPictureShape (POI API Documentation)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFPictureShape.html" target="_top">Frames</a></li> <li><a href="XSLFPictureShape.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.poi.xslf.usermodel.XSLFPictureShape" class="title">Uses of Class<br>org.apache.poi.xslf.usermodel.XSLFPictureShape</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.apache.poi.xslf.usermodel"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a> in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/apache/poi/xslf/usermodel/package-summary.html">org.apache.poi.xslf.usermodel</a> that return <a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td> <td class="colLast"><span class="strong">XSLFSheet.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFSheet.html#createPicture(int)">createPicture</a></strong>(int&nbsp;pictureIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td> <td class="colLast"><span class="strong">XSLFShapeContainer.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFShapeContainer.html#createPicture(int)">createPicture</a></strong>(int&nbsp;pictureIndex)</code> <div class="block">create a picture belonging to this container</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td> <td class="colLast"><span class="strong">XSLFGroupShape.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFGroupShape.html#createPicture(int)">createPicture</a></strong>(int&nbsp;pictureIndex)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">XSLFPictureShape</a></code></td> <td class="colLast"><span class="strong">XSLFDrawing.</span><code><strong><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFDrawing.html#createPicture(java.lang.String)">createPicture</a></strong>(java.lang.String&nbsp;rel)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/poi/xslf/usermodel/XSLFPictureShape.html" title="class in org.apache.poi.xslf.usermodel">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/poi/xslf/usermodel/class-use/XSLFPictureShape.html" target="_top">Frames</a></li> <li><a href="XSLFPictureShape.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 2015 The Apache Software Foundation or its licensors, as applicable.</i> </small></p> </body> </html>
misuqian/ExcelTool
eclipse/poi-3.12/docs/apidocs/org/apache/poi/xslf/usermodel/class-use/XSLFPictureShape.html
HTML
mit
8,107
<!DOCTYPE html> <html lang="en"> <head> <title>Plugin: help Demo Page</title> </head> <body> <h1>Plugin: help Demo Page</h1> <p><strong>Note:</strong> Check that the plugins list renders in the dialog. If you mess with the order in which things happen, that can break. IgnoreForcedPluginsTest should also break if that happens.</p> <div id="ephox-ui"> <h2>Standard help dialog</h2> <textarea cols="30" rows="10" class="tinymce"></textarea> <h2>help_tabs Demo</h2> <p>Should have shortcuts, plugins, a custom Version tab that should override the default version tab then an extra tab.</p> <textarea cols="30" rows="10" class="tinymce2"></textarea> <h2>addTab() Demo</h2> <p>Should have shortcuts, plugins, an extra tab then Version. When you click the Add Tab toolbar button, a second extra tab should appear before the Version tab.</p> <textarea cols="30" rows="10" class="tinymce3"></textarea> <h2>help_tab and addTab() Demo</h2> <p>Should have shortcuts, Version, extra3, extra, then extra2. When you click the Add Tab toolbar button, an extra4 tab should appear after the Version tab. There is an 'extra5' tab in the config that should never display - see comments for why.</p> <textarea cols="30" rows="10" class="tinymce4"></textarea> </div> <script src="../../../../../js/tinymce/tinymce.js"></script> <script src="../../../../../scratch/demos/plugins/help/demo.js"></script> </body> </html>
tinymce/tinymce
modules/tinymce/src/plugins/help/demo/html/demo.html
HTML
mit
1,497
<!DOCTYPE html> <html> <head> <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1"> <!-- jQuery --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Bootstrap --> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css"> <!-- React --> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/15.3.2/react-dom.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.34/browser.min.js"></script> <!-- UU5 --> <!-- <link rel="stylesheet" href="../../lib/uu5/uu5-03.min.css" /> --> <script type="application/javascript" src="../../lib/uu5g03/uu5g03.min.js"></script> <title>Example UU5.Bricks.Camera 01</title> </head> <body> <div id="renderHere"></div> <script type="text/babel"> var Page = React.createClass( { mixins:[ UU5.Common.BaseMixin ], statics: { pageHeader: "Příklad UU5.Bricks.Camera 01", pageFooter: "Vytvořeno pomocí frameworku <UU5.DocKit.Bricks.LinkUU5/>", sourceCode: "exampleUU5BricksCamera01.html" }, render:function(){ return ( <UU5.Layout.Root> <UU5.Layout.Column colWidth="xs-12 sm-6 md-4 lg-4" > {/*@@viewOn:0*/} <UU5.Bricks.Camera/> {/*@@viewOff:0*/} </UU5.Layout.Column> </UU5.Layout.Root> ) } } ); ReactDOM.render(React.createElement(Page, null), document.getElementById('renderHere')); </script> </body> </html>
UnicornCollege/ucl.itkpd.configurator
client/node_modules/uu5g03/doc/main/server/public/data/examples/exampleUU5BricksCamera01.html
HTML
mit
1,732
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Wed Nov 05 20:55:13 EST 2014 --> <title>Lists (apache-cassandra API)</title> <meta name="date" content="2014-11-05"> <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="Lists (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Lists.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/cql3/IndexName.html" title="class in org.apache.cassandra.cql3"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/cql3/Lists.Appender.html" title="class in org.apache.cassandra.cql3"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/cql3/Lists.html" target="_top">Frames</a></li> <li><a href="Lists.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.cql3</div> <h2 title="Class Lists" class="title">Class Lists</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.cql3.Lists</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public abstract class <span class="strong">Lists</span> extends java.lang.Object</pre> <div class="block">Static helper methods and classes for lists.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested_class_summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Appender.html" title="class in org.apache.cassandra.cql3">Lists.Appender</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.DelayedValue.html" title="class in org.apache.cassandra.cql3">Lists.DelayedValue</a></strong></code> <div class="block">Basically similar to a Value, but with some non-pure function (that need to be evaluated at execution time) in it.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Discarder.html" title="class in org.apache.cassandra.cql3">Lists.Discarder</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.DiscarderByIndex.html" title="class in org.apache.cassandra.cql3">Lists.DiscarderByIndex</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Literal.html" title="class in org.apache.cassandra.cql3">Lists.Literal</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Marker.html" title="class in org.apache.cassandra.cql3">Lists.Marker</a></strong></code> <div class="block">A marker for List values and IN relations</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Prepender.html" title="class in org.apache.cassandra.cql3">Lists.Prepender</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Setter.html" title="class in org.apache.cassandra.cql3">Lists.Setter</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.SetterByIndex.html" title="class in org.apache.cassandra.cql3">Lists.SetterByIndex</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.Value.html" title="class in org.apache.cassandra.cql3">Lists.Value</a></strong></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.html#indexSpecOf(org.apache.cassandra.cql3.ColumnSpecification)">indexSpecOf</a></strong>(<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;column)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>static <a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a></code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/cql3/Lists.html#valueSpecOf(org.apache.cassandra.cql3.ColumnSpecification)">valueSpecOf</a></strong>(<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;column)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="indexSpecOf(org.apache.cassandra.cql3.ColumnSpecification)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>indexSpecOf</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;indexSpecOf(<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;column)</pre> </li> </ul> <a name="valueSpecOf(org.apache.cassandra.cql3.ColumnSpecification)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>valueSpecOf</h4> <pre>public static&nbsp;<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;valueSpecOf(<a href="../../../../org/apache/cassandra/cql3/ColumnSpecification.html" title="class in org.apache.cassandra.cql3">ColumnSpecification</a>&nbsp;column)</pre> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/Lists.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/cql3/IndexName.html" title="class in org.apache.cassandra.cql3"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/cql3/Lists.Appender.html" title="class in org.apache.cassandra.cql3"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/cql3/Lists.html" target="_top">Frames</a></li> <li><a href="Lists.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested_class_summary">Nested</a>&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2014 The Apache Software Foundation</small></p> </body> </html>
vangav/vos_backend
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/cql3/Lists.html
HTML
mit
12,550
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>REPL io.js v3.3.0 Manual &amp; Documentation</title> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic"> <link rel="stylesheet" href="assets/style.css"> <link rel="stylesheet" href="assets/sh.css"> <link rel="canonical" href="https://iojs.org/api/repl.html"> </head> <body class="alt apidoc" id="api-section-repl"> <div id="content" class="clearfix"> <div id="column2" class="interior"> <div id="intro" class="interior"> <a href="/" title="Go back to the home page"> io.js (1) </a> </div> <ul> <li><a class="nav-documentation" href="documentation.html">About these Docs</a></li> <li><a class="nav-synopsis" href="synopsis.html">Synopsis</a></li> <li><a class="nav-assert" href="assert.html">Assertion Testing</a></li> <li><a class="nav-buffer" href="buffer.html">Buffer</a></li> <li><a class="nav-addons" href="addons.html">C/C++ Addons</a></li> <li><a class="nav-child_process" href="child_process.html">Child Processes</a></li> <li><a class="nav-cluster" href="cluster.html">Cluster</a></li> <li><a class="nav-console" href="console.html">Console</a></li> <li><a class="nav-crypto" href="crypto.html">Crypto</a></li> <li><a class="nav-debugger" href="debugger.html">Debugger</a></li> <li><a class="nav-dns" href="dns.html">DNS</a></li> <li><a class="nav-domain" href="domain.html">Domain</a></li> <li><a class="nav-errors" href="errors.html">Errors</a></li> <li><a class="nav-events" href="events.html">Events</a></li> <li><a class="nav-fs" href="fs.html">File System</a></li> <li><a class="nav-globals" href="globals.html">Globals</a></li> <li><a class="nav-http" href="http.html">HTTP</a></li> <li><a class="nav-https" href="https.html">HTTPS</a></li> <li><a class="nav-modules" href="modules.html">Modules</a></li> <li><a class="nav-net" href="net.html">Net</a></li> <li><a class="nav-os" href="os.html">OS</a></li> <li><a class="nav-path" href="path.html">Path</a></li> <li><a class="nav-process" href="process.html">Process</a></li> <li><a class="nav-punycode" href="punycode.html">Punycode</a></li> <li><a class="nav-querystring" href="querystring.html">Query Strings</a></li> <li><a class="nav-readline" href="readline.html">Readline</a></li> <li><a class="nav-repl active" href="repl.html">REPL</a></li> <li><a class="nav-stream" href="stream.html">Stream</a></li> <li><a class="nav-string_decoder" href="string_decoder.html">String Decoder</a></li> <li><a class="nav-timers" href="timers.html">Timers</a></li> <li><a class="nav-tls" href="tls.html">TLS/SSL</a></li> <li><a class="nav-tty" href="tty.html">TTY</a></li> <li><a class="nav-dgram" href="dgram.html">UDP/Datagram</a></li> <li><a class="nav-url" href="url.html">URL</a></li> <li><a class="nav-util" href="util.html">Utilities</a></li> <li><a class="nav-v8" href="v8.html">V8</a></li> <li><a class="nav-vm" href="vm.html">VM</a></li> <li><a class="nav-zlib" href="zlib.html">ZLIB</a></li> </ul> </div> <div id="column1" data-id="repl" class="interior"> <header> <h1>io.js v3.3.0 Documentation</h1> <div id="gtoc"> <p> <a href="index.html" name="toc">Index</a> | <a href="all.html">View on single page</a> | <a href="repl.json">View as JSON</a> </p> </div> <hr> </header> <div id="toc"> <h2>Table of Contents</h2> <ul> <li><a href="#repl_repl">REPL</a><ul> <li><a href="#repl_persistent_history">Persistent History</a><ul> <li><a href="#repl_node_repl_history_file">NODE_REPL_HISTORY_FILE</a></li> </ul> </li> <li><a href="#repl_environment_variable_options">Environment Variable Options</a></li> <li><a href="#repl_repl_start_options">repl.start(options)</a><ul> <li><a href="#repl_event_exit">Event: &#39;exit&#39;</a></li> <li><a href="#repl_event_reset">Event: &#39;reset&#39;</a></li> </ul> </li> <li><a href="#repl_repl_features">REPL Features</a><ul> <li><a href="#repl_customizing_object_displays_in_the_repl">Customizing Object displays in the REPL</a></li> </ul> </li> </ul> </li> </ul> </div> <div id="apicontent"> <h1>REPL<span><a class="mark" href="#repl_repl" id="repl_repl">#</a></span></h1> <pre class="api_stability_2">Stability: 2 - Stable</pre><p>A Read-Eval-Print-Loop (REPL) is available both as a standalone program and easily includable in other programs. The REPL provides a way to interactively run JavaScript and see the results. It can be used for debugging, testing, or just trying things out. </p> <p>By executing <code>iojs</code> without any arguments from the command-line you will be dropped into the REPL. It has simplistic emacs line-editing. </p> <pre><code>mjr:~$ iojs Type &#39;.help&#39; for options. &gt; a = [ 1, 2, 3]; [ 1, 2, 3 ] &gt; a.forEach(function (v) { ... console.log(v); ... }); 1 2 3</code></pre> <p>For advanced line-editors, start io.js with the environmental variable <code>NODE_NO_READLINE=1</code>. This will start the main and debugger REPL in canonical terminal settings which will allow you to use with <code>rlwrap</code>. </p> <p>For example, you could add this to your bashrc file: </p> <pre><code>alias iojs=&quot;env NODE_NO_READLINE=1 rlwrap iojs&quot;</code></pre> <h2>Persistent History<span><a class="mark" href="#repl_persistent_history" id="repl_persistent_history">#</a></span></h2> <p>By default, the REPL will persist history between <code>iojs</code> REPL sessions by saving to a <code>.node_repl_history</code> file in the user&#39;s home directory. This can be disabled by setting the environment variable <code>NODE_REPL_HISTORY=&quot;&quot;</code>. </p> <h3>NODE_REPL_HISTORY_FILE<span><a class="mark" href="#repl_node_repl_history_file" id="repl_node_repl_history_file">#</a></span></h3> <pre class="api_stability_0">Stability: 0 - Deprecated: Use <code>NODE_REPL_HISTORY</code> instead.</pre><p>Previously in io.js v2.x, REPL history was controlled by using a <code>NODE_REPL_HISTORY_FILE</code> environment variable, and the history was saved in JSON format. This variable has now been deprecated, and your REPL history will automatically be converted to using plain text. The new file will be saved to either your home directory, or a directory defined by the <code>NODE_REPL_HISTORY</code> variable, as documented below. </p> <h2>Environment Variable Options<span><a class="mark" href="#repl_environment_variable_options" id="repl_environment_variable_options">#</a></span></h2> <p>The built-in repl (invoked by running <code>iojs</code> or <code>iojs -i</code>) may be controlled via the following environment variables: </p> <ul> <li><code>NODE_REPL_HISTORY</code> - When a valid path is given, persistent REPL history will be saved to the specified file rather than <code>.node_repl_history</code> in the user&#39;s home directory. Setting this value to <code>&quot;&quot;</code> will disable persistent REPL history.</li> <li><code>NODE_REPL_HISTORY_SIZE</code> - defaults to <code>1000</code>. Controls how many lines of history will be persisted if history is available. Must be a positive number.</li> <li><code>NODE_REPL_MODE</code> - may be any of <code>sloppy</code>, <code>strict</code>, or <code>magic</code>. Defaults to <code>magic</code>, which will automatically run &quot;strict mode only&quot; statements in strict mode.</li> </ul> <h2>repl.start(options)<span><a class="mark" href="#repl_repl_start_options" id="repl_repl_start_options">#</a></span></h2> <p>Returns and starts a <code>REPLServer</code> instance, that inherits from [Readline Interface][]. Accepts an &quot;options&quot; Object that takes the following values: </p> <ul> <li><p><code>prompt</code> - the prompt and <code>stream</code> for all I/O. Defaults to <code>&gt; </code>.</p> </li> <li><p><code>input</code> - the readable stream to listen to. Defaults to <code>process.stdin</code>.</p> </li> <li><p><code>output</code> - the writable stream to write readline data to. Defaults to <code>process.stdout</code>.</p> </li> <li><p><code>terminal</code> - pass <code>true</code> if the <code>stream</code> should be treated like a TTY, and have ANSI/VT100 escape codes written to it. Defaults to checking <code>isTTY</code> on the <code>output</code> stream upon instantiation.</p> </li> <li><p><code>eval</code> - function that will be used to eval each given line. Defaults to an async wrapper for <code>eval()</code>. See below for an example of a custom <code>eval</code>.</p> </li> <li><p><code>useColors</code> - a boolean which specifies whether or not the <code>writer</code> function should output colors. If a different <code>writer</code> function is set then this does nothing. Defaults to the repl&#39;s <code>terminal</code> value.</p> </li> <li><p><code>useGlobal</code> - if set to <code>true</code>, then the repl will use the <code>global</code> object, instead of running scripts in a separate context. Defaults to <code>false</code>.</p> </li> <li><p><code>ignoreUndefined</code> - if set to <code>true</code>, then the repl will not output the return value of command if it&#39;s <code>undefined</code>. Defaults to <code>false</code>.</p> </li> <li><p><code>writer</code> - the function to invoke for each command that gets evaluated which returns the formatting (including coloring) to display. Defaults to <code>util.inspect</code>.</p> </li> <li><p><code>replMode</code> - controls whether the repl runs all commands in strict mode, default mode, or a hybrid mode (&quot;magic&quot; mode.) Acceptable values are:</p> <ul> <li><code>repl.REPL_MODE_SLOPPY</code> - run commands in sloppy mode.</li> <li><code>repl.REPL_MODE_STRICT</code> - run commands in strict mode. This is equivalent to prefacing every repl statement with <code>&#39;use strict&#39;</code>.</li> <li><code>repl.REPL_MODE_MAGIC</code> - attempt to run commands in default mode. If they fail to parse, re-try in strict mode.</li> </ul> </li> </ul> <p>You can use your own <code>eval</code> function if it has following signature: </p> <pre><code>function eval(cmd, context, filename, callback) { callback(null, result); }</code></pre> <p>On tab completion - <code>eval</code> will be called with <code>.scope</code> as an input string. It is expected to return an array of scope names to be used for the auto-completion. </p> <p>Multiple REPLs may be started against the same running instance of io.js. Each will share the same global object but will have unique I/O. </p> <p>Here is an example that starts a REPL on stdin, a Unix socket, and a TCP socket: </p> <pre><code>var net = require(&#39;net&#39;), repl = require(&#39;repl&#39;), connections = 0; repl.start({ prompt: &quot;io.js via stdin&gt; &quot;, input: process.stdin, output: process.stdout }); net.createServer(function (socket) { connections += 1; repl.start({ prompt: &quot;io.js via Unix socket&gt; &quot;, input: socket, output: socket }).on(&#39;exit&#39;, function() { socket.end(); }) }).listen(&quot;/tmp/iojs-repl-sock&quot;); net.createServer(function (socket) { connections += 1; repl.start({ prompt: &quot;io.js via TCP socket&gt; &quot;, input: socket, output: socket }).on(&#39;exit&#39;, function() { socket.end(); }); }).listen(5001);</code></pre> <p>Running this program from the command line will start a REPL on stdin. Other REPL clients may connect through the Unix socket or TCP socket. <code>telnet</code> is useful for connecting to TCP sockets, and <code>socat</code> can be used to connect to both Unix and TCP sockets. </p> <p>By starting a REPL from a Unix socket-based server instead of stdin, you can connect to a long-running io.js process without restarting it. </p> <p>For an example of running a &quot;full-featured&quot; (<code>terminal</code>) REPL over a <code>net.Server</code> and <code>net.Socket</code> instance, see: <a href="https://gist.github.com/2209310">https://gist.github.com/2209310</a> </p> <p>For an example of running a REPL instance over <code>curl(1)</code>, see: <a href="https://gist.github.com/2053342">https://gist.github.com/2053342</a> </p> <h3>Event: &#39;exit&#39;<span><a class="mark" href="#repl_event_exit" id="repl_event_exit">#</a></span></h3> <p><code>function () {}</code> </p> <p>Emitted when the user exits the REPL in any of the defined ways. Namely, typing <code>.exit</code> at the repl, pressing Ctrl+C twice to signal SIGINT, or pressing Ctrl+D to signal &quot;end&quot; on the <code>input</code> stream. </p> <p>Example of listening for <code>exit</code>: </p> <pre><code>r.on(&#39;exit&#39;, function () { console.log(&#39;Got &quot;exit&quot; event from repl!&#39;); process.exit(); });</code></pre> <h3>Event: &#39;reset&#39;<span><a class="mark" href="#repl_event_reset" id="repl_event_reset">#</a></span></h3> <p><code>function (context) {}</code> </p> <p>Emitted when the REPL&#39;s context is reset. This happens when you type <code>.clear</code>. If you start the repl with <code>{ useGlobal: true }</code> then this event will never be emitted. </p> <p>Example of listening for <code>reset</code>: </p> <pre><code>// Extend the initial repl context. var r = repl.start({ options ... }); someExtension.extend(r.context); // When a new context is created extend it as well. r.on(&#39;reset&#39;, function (context) { console.log(&#39;repl has a new context&#39;); someExtension.extend(context); });</code></pre> <h2>REPL Features<span><a class="mark" href="#repl_repl_features" id="repl_repl_features">#</a></span></h2> <!-- type=misc --> <p>Inside the REPL, Control+D will exit. Multi-line expressions can be input. Tab completion is supported for both global and local variables. </p> <p>Core modules will be loaded on-demand into the environment. For example, accessing <code>fs</code> will <code>require()</code> the <code>fs</code> module as <code>global.fs</code>. </p> <p>The special variable <code>_</code> (underscore) contains the result of the last expression. </p> <pre><code>&gt; [ &#39;a&#39;, &#39;b&#39;, &#39;c&#39; ] [ &#39;a&#39;, &#39;b&#39;, &#39;c&#39; ] &gt; _.length 3 &gt; _ += 1 4</code></pre> <p>The REPL provides access to any variables in the global scope. You can expose a variable to the REPL explicitly by assigning it to the <code>context</code> object associated with each <code>REPLServer</code>. For example: </p> <pre><code>// repl_test.js var repl = require(&#39;repl&#39;), msg = &#39;message&#39;; repl.start(&#39;&gt; &#39;).context.m = msg;</code></pre> <p>Things in the <code>context</code> object appear as local within the REPL: </p> <pre><code>mjr:~$ iojs repl_test.js &gt; m &#39;message&#39;</code></pre> <p>There are a few special REPL commands: </p> <ul> <li><code>.break</code> - While inputting a multi-line expression, sometimes you get lost or just don&#39;t care about completing it. <code>.break</code> will start over.</li> <li><code>.clear</code> - Resets the <code>context</code> object to an empty object and clears any multi-line expression.</li> <li><code>.exit</code> - Close the I/O stream, which will cause the REPL to exit.</li> <li><code>.help</code> - Show this list of special commands.</li> <li><code>.save</code> - Save the current REPL session to a file<blockquote> <p>.save ./file/to/save.js</p> </blockquote> </li> <li><code>.load</code> - Load a file into the current REPL session.<blockquote> <p>.load ./file/to/load.js</p> </blockquote> </li> </ul> <p>The following key combinations in the REPL have these special effects: </p> <ul> <li><code>&lt;ctrl&gt;C</code> - Similar to the <code>.break</code> keyword. Terminates the current command. Press twice on a blank line to forcibly exit.</li> <li><code>&lt;ctrl&gt;D</code> - Similar to the <code>.exit</code> keyword.</li> <li><code>&lt;tab&gt;</code> - Show both global and local(scope) variables</li> </ul> <h3>Customizing Object displays in the REPL<span><a class="mark" href="#repl_customizing_object_displays_in_the_repl" id="repl_customizing_object_displays_in_the_repl">#</a></span></h3> <p>The REPL module internally uses <a href="util.html#util_util_inspect_object_options">util.inspect()</a>, when printing values. However, <code>util.inspect</code> delegates the call to the object&#39;s <code>inspect()</code> function, if it has one. You can read more about this delegation <a href="util.html#util_custom_inspect_function_on_objects">here</a>. </p> <p>For example, if you have defined an <code>inspect()</code> function on an object, like this: </p> <pre><code>&gt; var obj = { foo: &#39;this will not show up in the inspect() output&#39; }; undefined &gt; obj.inspect = function() { ... return { bar: &#39;baz&#39; }; ... }; [Function]</code></pre> <p>and try to print <code>obj</code> in REPL, it will invoke the custom <code>inspect()</code> function: </p> <pre><code>&gt; obj { bar: &#39;baz&#39; }</code></pre> </div> </div> </div> <div id="footer"> </div> <script src="assets/sh_main.js"></script> <script src="assets/sh_javascript.min.js"></script> <script>highlight(undefined, undefined, 'pre');</script> </body> </html>
fundon/iojs-docset
io.js.docset/Contents/Resources/Documents/iojs.org/api/repl.html
HTML
mit
17,238
--- layout: no-banner description: "" --- <section class="top-fifty bottom-fifty bar"> <div class="container textcenter"> <section class="bar top-fifty bottom-ten white" id="content"> <div class="container textcenter"> <a href="http://upcolorado.com/university-press-of-colorado/item/3254-instead-of-dying" title="Instead of Dying"><img class="imgcenter" src="/img/instead-of-dying-lauren-haldeman-visual-poetry-comic-colorado-prize.jpg" alt="calenday-lauren-haldeman-desk-from-above" width="800" height="400"></a> <h1 class="border">INSTEAD OF DYING</h1> </div> </section> <section class="top-fifty bottom-fifty bar"> <div class="container textcenter"> <h1 class="lined"><span>WINNER OF THE COLORADO PRIZE FOR POETRY</span></h1> <p> "Invoking spiders and senators, physicists and aliens, Lauren Haldeman’s second book, <i>Instead of Dying</i>, decodes the world of death with a powerful mix of humor, epiphany, and agonizing grief." </p> <hr> <h3>AVAILABLE NOW</h3> </div> <button class="btn btn-default"><a href="https://www.indiebound.org/book/9781885635631">INDIEBOUND</a></button> <button class="btn btn-default"><a href="http://upcolorado.com/university-press-of-colorado/item/3254-instead-of-dying">UNIVERSITY PRESS OF COLORADO</a></button> <button class="btn btn-default"><a href="https://www.barnesandnoble.com/w/instead-of-dying-lauren-haldeman/1126977396?ean=9781885635631#/">B & N</a></button> <button class="btn btn-default"><a href="https://www.amazon.com/Instead-Dying-Colorado-Prize-Poetry/dp/188563563X/ref=sr_1_1?ie=UTF8&qid=1506022661&sr=8-1&keywords=instead+of+dying+lauren+haldeman">AMAZON</a></button> </div> </section> <section class="bar"> <div class="container textcenter"> <img class="imgcenter" src="/img/calenday-lauren-haldeman-desk-from-above.png" alt="calenday-lauren-haldeman-desk-from-above" width="800" height="400"> <h1 class="border">CALENDAY IS A BOOK</h1> </div> </section> <section class="glow bar"> <div class="container textcenter"> <h1 class="lined"><span>IT’S A WHAT?</span></h1> <p> Calenday is a book of poems that you can read! I wrote it with my mind and my hands. It is mostly about blueprints, ghosts, parents &amp; children, but it is also about data-syncing, animals showing love, the unseen world, sycamores… </p> <button class="btn btn-default"><a href="http://www.rescuepress.co/shop/calenday">BUY THE BOOK</a></button> <button class="btn btn-default"><a href="http://www.rescuepress.co/shop/calenday">LEARN MORE</a></button> </div> </section> <section class="lt-grey bar"> <div class="container"> <h1 class="lined"><span>PRAISE FOR CALENDAY</span></h3> “My eye sees now in iridescent hue. Flowers glow brighter than suns, the white page glows purple, and each created thing keeps making a brighter version of itself: person to child, poetry to poem, windmill to wind: ‘Look at it; / look at it breathing.’ Dear reader, yes: look at it. This book. It’s breathing.” <strong>—Dan Beachy-Quick</strong> <p>&nbsp;</p> “Part elegy, part exaltation, motherhood is a kind of disoriented mourning in this grieving, chilling collection, where to be born is to slip from illimitable immortality into time. And even as Haldeman cherishes the essence of life, ‘Your body a banquet of sunshine in this shovel,’ I wonder if this measured poet slinging her spade is a master gardener or a gravedigger. <em>Calenday</em> is the logbook of both. A book of the dead, and a book of life, this is a mysterious desk calendar countdown that accounts for eternity by charting now, now, now, and now. ‘Everything was glorious and dangerous.'”<strong>—Robyn Schiff</strong> </div> </section> <section class="textcenter bar"> <div class="container"> <h1 class="lined"><span>HELLO THERE</span></h1> <p> I’m Lauren Haldeman. <p>I am the author of the poetry collections <br>INSTEAD OF DYING (winner of the 2017 Colorado Prize for Poetry), <br>CALENDAY (Rescue Press, 2014) and THE ECCENTRICITY IS ZERO (Digraph Press, 2014). <p>I work as a web developer, web designer and editor during the daytime. <p>I received my M.F.A. from the Iowa Writers’ Workshop, <br>and have been a finalist for the Walt Whitman award and National Poetry Series. <p>Also: I’m a mom and make paintings. <p> <h1 class="lined"><span>HERE’S WHAT I LOOK LIKE</span></h1> <p> <img class="imgcenter" title="author-photo-1-1" src="/img/author-photo-1-1.png"> </p> <button class="btn btn-default">BUY THE BOOK</button> <button class="btn btn-default">LEARN MORE</button> </div> </section>
wlftn/wlftn.github.io
calenday.html
HTML
mit
4,841
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>CodeIgniter User Guide : HTML Table Class</title> <style type='text/css' media='all'>@import url('../userguide.css');</style> <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' /> <script type="text/javascript" src="../nav/nav.js"></script> <script type="text/javascript" src="../nav/prototype.lite.js"></script> <script type="text/javascript" src="../nav/moo.fx.js"></script> <script type="text/javascript" src="../nav/user_guide_menu.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv='expires' content='-1' /> <meta http-equiv= 'pragma' content='no-cache' /> <meta name='robots' content='all' /> <meta name='author' content='ExpressionEngine Dev Team' /> <meta name='description' content='CodeIgniter User Guide' /> </head> <body> <!-- START NAVIGATION --> <div id="nav"><div id="nav_inner"><script type="text/javascript">create_menu('../');</script></div></div> <div id="nav2"><a name="top"></a><a href="javascript:void(0);" onclick="myHeight.toggle();"><img src="../images/nav_toggle.jpg" width="153" height="44" border="0" title="Toggle Table of Contents" alt="Toggle Table of Contents" /></a></div> <div id="masthead"> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td><h1>CodeIgniter User Guide Version 1.6.0</h1></td> <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td> </tr> </table> </div> <!-- END NAVIGATION --> <!-- START BREADCRUMB --> <table cellpadding="0" cellspacing="0" border="0" style="width:100%"> <tr> <td id="breadcrumb"> <a href="http://codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp; <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp; HTML Table Class </td> <td id="searchbox"><form method="get" action="http://www.google.com/search"><input type="hidden" name="as_sitesearch" id="as_sitesearch" value="codeigniter.com/user_guide/" />Search User Guide&nbsp; <input type="text" class="input" style="width:200px;" name="q" id="q" size="31" maxlength="255" value="" />&nbsp;<input type="submit" class="submit" name="sa" value="Go" /></form></td> </tr> </table> <!-- END BREADCRUMB --> <br clear="all" /> <!-- START CONTENT --> <div id="content"> <h1>HTML Table Class</h1> <p>The Table Class provides functions that enable you to auto-generate HTML tables from arrays or database result sets.</p> <h2>Initializing the Class</h2> <p>Like most other classes in CodeIgniter, the Table class is initialized in your controller using the <dfn>$this->load->library</dfn> function:</p> <code>$this->load->library('table');</code> <p>Once loaded, the Table library object will be available using: <dfn>$this->table</dfn></p> <h2>Examples</h2> <p>Here is an example showing how you can create a table from a multi-dimensional array. Note that the first array index will become the table heading (or you can set your own headings using the <dfn>set_heading()</dfn> function described in the function reference below).</p> <code> $this->load->library('table');<br /> <br /> $data = array(<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;array('Name', 'Color', 'Size'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;array('Fred', 'Blue', 'Small'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;array('Mary', 'Red', 'Large'),<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;array('John', 'Green', 'Medium') <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br /> <br /> echo $this->table->generate($data); </code> <p>Here is an example of a table created from a database query result. The table class will automatically generate the headings based on the table names (or you can set your own headings using the <dfn>set_heading()</dfn> function described in the function reference below).</p> <code> $this->load->library('table');<br /> <br /> $query = $this->db->query("SELECT * FROM my_table");<br /> <br /> echo $this->table->generate($query); </code> <p>Here is an example showing how you might create a table using discreet parameters:</p> <code> $this->load->library('table');<br /> <br /> $this->table->set_heading('Name', 'Color', 'Size');<br /> <br /> $this->table->add_row('Fred', 'Blue', 'Small');<br /> $this->table->add_row('Mary', 'Red', 'Large');<br /> $this->table->add_row('John', 'Green', 'Medium');<br /> <br /> echo $this->table->generate(); </code> <p>Here is the same example, except instead of individual parameters, arrays are used:</p> <code> $this->load->library('table');<br /> <br /> $this->table->set_heading(array('Name', 'Color', 'Size'));<br /> <br /> $this->table->add_row(array('Fred', 'Blue', 'Small'));<br /> $this->table->add_row(array('Mary', 'Red', 'Large'));<br /> $this->table->add_row(array('John', 'Green', 'Medium'));<br /> <br /> echo $this->table->generate(); </code> <h2>Changing the Look of Your Table</h2> <p>The Table Class permits you to set a table template with which you can specify the design of your layout. Here is the template prototype:</p> <code> $tmpl = array (<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'table_open'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;table border="0" cellpadding="4" cellspacing="0">',<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'heading_row_start'&nbsp;&nbsp;&nbsp;=> '&lt;tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'heading_row_end'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'heading_cell_start'&nbsp;&nbsp;=> '&lt;th>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'heading_cell_end'&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/th>',<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'row_start'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'row_end'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'cell_start'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;td>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'cell_end'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/td>',<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'row_alt_start'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'row_alt_end'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/tr>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'cell_alt_start'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;td>',<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'cell_alt_end'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/td>',<br /> <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'table_close'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=> '&lt;/table>'<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;);<br /> <br /> $this->table->set_template($tmpl); </code> <p class="important"><strong>Note:</strong>&nbsp; You'll notice there are two sets of "row" blocks in the template. These permit you to create alternating row colors or design elements that alternate with each iteration of the row data.</p> <p>You are NOT required to submit a complete template. If you only need to change parts of the layout you can simply submit those elements. In this example, only the table opening tag is being changed:</p> <code> $tmpl = array ( 'table_open'&nbsp;&nbsp;=> '&lt;table border="1" cellpadding="2" cellspacing="1" class="mytable">' );<br /> <br /> $this->table->set_template($tmpl); </code> <br /> <h1>Function Reference</h1> <h2>$this->table->generate()</h2> <p>Returns a string containing the generated table. Accepts an optional parameter which can be an array or a database result object.</p> <h2>$this->table->set_caption()</h2> <p>Permits you to add a caption to the table.</p> <code>$this->table->set_caption('Colors');</code> <h2>$this->table->set_heading()</h2> <p>Permits you to set the table heading. You can submit an array or discreet params:</p> <code>$this->table->set_heading('Name', 'Color', 'Size');</code> <code>$this->table->set_heading(array('Name', 'Color', 'Size'));</code> <h2>$this->table->add_row()</h2> <p>Permits you to add a row to your table. You can submit an array or discreet params:</p> <code>$this->table->add_row('Blue', 'Red', 'Green');</code> <code>$this->table->add_row(array('Blue', 'Red', 'Green'));</code> <h2>$this->table->make_columns()</h2> <p>This function takes a one-dimensional array as input and creates a multi-dimensional array with a depth equal to the number of columns desired. This allows a single array with many elements to be displayed in a table that has a fixed column count. Consider this example:</p> <code> $list = array('one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine', 'ten', 'eleven', 'twelve');<br /> <br /> $new_list = $this->table->make_columns($list, 3);<br /> <br /> $this->table->generate($new_list);<br /> <br /> // Generates a table with this prototype<br /> <br /> &lt;table border="0" cellpadding="4" cellspacing="0"&gt;<br /> &lt;tr&gt;<br /> &lt;td&gt;one&lt;/td&gt;&lt;td&gt;two&lt;/td&gt;&lt;td&gt;three&lt;/td&gt;<br /> &lt;/tr&gt;&lt;tr&gt;<br /> &lt;td&gt;four&lt;/td&gt;&lt;td&gt;five&lt;/td&gt;&lt;td&gt;six&lt;/td&gt;<br /> &lt;/tr&gt;&lt;tr&gt;<br /> &lt;td&gt;seven&lt;/td&gt;&lt;td&gt;eight&lt;/td&gt;&lt;td&gt;nine&lt;/td&gt;<br /> &lt;/tr&gt;&lt;tr&gt;<br /> &lt;td&gt;ten&lt;/td&gt;&lt;td&gt;eleven&lt;/td&gt;&lt;td&gt;twelve&lt;/td&gt;&lt;/tr&gt;<br /> &lt;/table&gt;</code> <h2>$this->table->set_template()</h2> <p>Permits you to set your template. You can submit a full or partial template.</p> <code> $tmpl = array ( 'table_open'&nbsp;&nbsp;=> '&lt;table border="1" cellpadding="2" cellspacing="1" class="mytable">' );<br /> <br /> $this->table->set_template($tmpl); </code> <h2>$this->table->set_empty()</h2> <p>Let's you set a default value for use in any table cells that are empty. You might, for example, set a non-breaking space:</p> <code> $this->table->set_empty("&amp;nbsp;"); </code> <h2>$this->table->clear()</h2> <p>Lets you clear the table heading and row data. If you need to show multiple tables with different data you should to call this function after each table has been generated to empty the previous table information. Example:</p> <code> $this->load->library('table');<br /> <br /> $this->table->set_heading('Name', 'Color', 'Size');<br /> $this->table->add_row('Fred', 'Blue', 'Small');<br /> $this->table->add_row('Mary', 'Red', 'Large');<br /> $this->table->add_row('John', 'Green', 'Medium');<br /> <br /> echo $this->table->generate();<br /> <br /> <kbd>$this->table->clear();</kbd><br /> <br /> $this->table->set_heading('Name', 'Day', 'Delivery');<br /> $this->table->add_row('Fred', 'Wednesday', 'Express');<br /> $this->table->add_row('Mary', 'Monday', 'Air');<br /> $this->table->add_row('John', 'Saturday', 'Overnight');<br /> <br /> echo $this->table->generate(); </code> </div> <!-- END CONTENT --> <div id="footer"> <p> Previous Topic:&nbsp;<a href="ftp.html">&nbsp;FTP Class</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="#top">Top of Page</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; <a href="../index.html">User Guide Home</a>&nbsp;&nbsp;&nbsp;&middot;&nbsp;&nbsp; Next Topic:&nbsp;&nbsp;<a href="image_lib.html">Image Manipulation Class</a> </p> <p><a href="http://codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2007 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p> </div> </body> </html>
Calico90/codeigniter-version-scan
CodeIgniter_1.6.0/CodeIgniter_1.6.0/user_guide/libraries/table.html
HTML
mit
13,148
<p class="lead">You discovered the bottom quark!</p> <h5><b>The bottom (or beauty) quark</b></h5> <img class="img-responsive" src="assets/info/b.png" alt="A plot from one of the original publications" align="center"> <br> <p> The bottom (or beauty) quark is a third-generation quark with a charge of &minus;&frac13;. It has a large mass (around 4.2 GeV/c<sup>2</sup> — more that four times the mass of a proton!). The bottom quark is notable because it is a product in almost all decays of the top quark and is a frequent decay product for the Higgs boson. </p> <h5><b>History of the discovery</b></h5> <p> The bottom quark was predicted in 1973 by physicists Makoto Kobayashi and Toshihide Maskawa as part of their explanation for CP violation. The name “bottom” was introduced in 1975 by Haim Harari. The bottom quark was discovered in 1977 by the Fermilab E288 experiment team led by Leon M. Lederman, when collisions produced bottomonia (mesons with a bottom quark and its antiquark). Kobayashi and Maskawa won the 2008 Nobel Prize in Physics for their explanation of CP violation. Upon its discovery, there were efforts to name the bottom quark “beauty”, but “bottom” became the predominant name. </p> <h5><b>Resources</b></h5> <ul> <li><a href="http://journals.aps.org/prl/pdf/10.1103/PhysRevLett.39.252" target="_blank">The original presentation of S. W. Herb et al.</a></li> <li><a href="http://en.wikipedia.org/wiki/Bottom_quark" target="_blank">The bottom quark on Wikipedia</a></li> </ul>
zhangjiannan/particle-clicker
html/b.html
HTML
mit
1,521
<!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_66-internal) on Tue Dec 08 09:28:01 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.jena.sparql.algebra.optimize.TransformFilterInequality (Apache Jena ARQ)</title> <meta name="date" content="2015-12-08"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.jena.sparql.algebra.optimize.TransformFilterInequality (Apache Jena ARQ)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/jena/sparql/algebra/optimize/TransformFilterInequality.html" title="class in org.apache.jena.sparql.algebra.optimize">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/jena/sparql/algebra/optimize/class-use/TransformFilterInequality.html" target="_top">Frames</a></li> <li><a href="TransformFilterInequality.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.jena.sparql.algebra.optimize.TransformFilterInequality" class="title">Uses of Class<br>org.apache.jena.sparql.algebra.optimize.TransformFilterInequality</h2> </div> <div class="classUseContainer">No usage of org.apache.jena.sparql.algebra.optimize.TransformFilterInequality</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/jena/sparql/algebra/optimize/TransformFilterInequality.html" title="class in org.apache.jena.sparql.algebra.optimize">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/jena/sparql/algebra/optimize/class-use/TransformFilterInequality.html" target="_top">Frames</a></li> <li><a href="TransformFilterInequality.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
manonsys/MVC
libs/Jena/javadoc-arq/org/apache/jena/sparql/algebra/optimize/class-use/TransformFilterInequality.html
HTML
mit
4,971
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>AWSKinesisGetShardIteratorOutput Class Reference</title> <link rel="stylesheet" href="../css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1333)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="../index.html">AWS Mobile SDK for iOS v2.4.1 </a> </h1> <p id="developer-home"> <a href="../index.html">Amazon Web Services, Inc.</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="../index.html">Index</a></li> <li><a href="../hierarchy.html">Hierarchy</a></li> <li id="on-this-page" role="navigation"> <label> On This Page <div class="chevron"> <div class="chevy chevron-left"></div> <div class="chevy chevron-right"></div> </div> <select id="jump-to"> <option value="top">Jump To&#133;</option> <option value="overview">Overview</option> <option value="tasks">Tasks</option> <optgroup label="Properties"> <option value="//api/name/shardIterator">shardIterator</option> </optgroup> </select> </label> </li> </ul> </nav> </div> </aside> <article> <div id="overview_contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">AWSKinesisGetShardIteratorOutput Class Reference</h1> <div class="section section-specification"><table cellspacing="0"><tbody> <tr> <th>Inherits from</th> <td>AWSModel : AWSMTLModel</td> </tr><tr> <th>Declared in</th> <td>AWSKinesisModel.h<br />AWSKinesisModel.m</td> </tr> </tbody></table></div> <div class="section section-overview"> <a title="Overview" name="overview"></a> <h2 class="subtitle subtitle-overview">Overview</h2> <p>Represents the output for <code>GetShardIterator</code>.</p> </div> <div class="section section-tasks"> <a title="Tasks" name="tasks"></a> <div class="task-list"> <div class="section-method"> <a name="//api/name/shardIterator" title="shardIterator"></a> <h3 class="method-title"><code><a href="#//api/name/shardIterator">&nbsp;&nbsp;shardIterator</a></code> </h3> <div class="method-info"> <div class="pointy-thing"></div> <div class="method-info-container"> <div class="method-subsection brief-description"> <p>The position in the shard from which to start reading data records sequentially. A shard iterator specifies this position using the sequence number of a data record in a shard.</p> </div> <div class="method-subsection method-declaration"><code>@property (nonatomic, strong) NSString *shardIterator</code></div> <div class="method-subsection declared-in-section"> <h4 class="method-subtitle">Declared In</h4> <p><code class="declared-in-ref">AWSKinesisModel.h</code></p> </div> </div> </div> </div> </div> </div> </main> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2016 Amazon Web Services, Inc. All rights reserved. Updated: 2016-04-28</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1333)</a>.</p> </div> </footer> </div> </div> </article> <script src="../js/script.js"></script> </body> </html>
davidbutz/ChristmasFamDuels
iOS/frameworks/aws-ios-sdk-2.4.1/documentation/html/Classes/AWSKinesisGetShardIteratorOutput.html
HTML
mit
3,751
<!DOCTYPE html> <html lang="en" xml:lang="en"> <head> <title>Example</title> <base /> </head> <body> <ul> <li><a href="foo/bar.html">A</a></li> </ul> </body> </html>
webignition/html-document-link-url-finder
tests/fixtures/html-documents/empty-base-element.html
HTML
mit
225
<HTML> <BODY BGCOLOR="white"> <PRE> <FONT color="green">001</FONT> /*<a name="line.1"></a> <FONT color="green">002</FONT> * Copyright (C) 2009 Google Inc.<a name="line.2"></a> <FONT color="green">003</FONT> *<a name="line.3"></a> <FONT color="green">004</FONT> * Licensed under the Apache License, Version 2.0 (the "License");<a name="line.4"></a> <FONT color="green">005</FONT> * you may not use this file except in compliance with the License.<a name="line.5"></a> <FONT color="green">006</FONT> * You may obtain a copy of the License at<a name="line.6"></a> <FONT color="green">007</FONT> *<a name="line.7"></a> <FONT color="green">008</FONT> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.8"></a> <FONT color="green">009</FONT> *<a name="line.9"></a> <FONT color="green">010</FONT> * Unless required by applicable law or agreed to in writing, software<a name="line.10"></a> <FONT color="green">011</FONT> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.11"></a> <FONT color="green">012</FONT> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.12"></a> <FONT color="green">013</FONT> * See the License for the specific language governing permissions and<a name="line.13"></a> <FONT color="green">014</FONT> * limitations under the License.<a name="line.14"></a> <FONT color="green">015</FONT> */<a name="line.15"></a> <FONT color="green">016</FONT> <a name="line.16"></a> <FONT color="green">017</FONT> package com.google.common.annotations;<a name="line.17"></a> <FONT color="green">018</FONT> <a name="line.18"></a> <FONT color="green">019</FONT> import java.lang.annotation.Documented;<a name="line.19"></a> <FONT color="green">020</FONT> import java.lang.annotation.ElementType;<a name="line.20"></a> <FONT color="green">021</FONT> import java.lang.annotation.Retention;<a name="line.21"></a> <FONT color="green">022</FONT> import java.lang.annotation.RetentionPolicy;<a name="line.22"></a> <FONT color="green">023</FONT> import java.lang.annotation.Target;<a name="line.23"></a> <FONT color="green">024</FONT> <a name="line.24"></a> <FONT color="green">025</FONT> /**<a name="line.25"></a> <FONT color="green">026</FONT> * The presence of this annotation on a method indicates that the method may<a name="line.26"></a> <FONT color="green">027</FONT> * &lt;em&gt;not&lt;/em&gt; be used with the<a name="line.27"></a> <FONT color="green">028</FONT> * &lt;a href="http://code.google.com/webtoolkit/"&gt;Google Web Toolkit&lt;/a&gt; (GWT),<a name="line.28"></a> <FONT color="green">029</FONT> * even though its type is annotated as {@link GwtCompatible} and accessible in<a name="line.29"></a> <FONT color="green">030</FONT> * GWT. They can cause GWT compilation errors or simply unexpected exceptions<a name="line.30"></a> <FONT color="green">031</FONT> * when used in GWT.<a name="line.31"></a> <FONT color="green">032</FONT> *<a name="line.32"></a> <FONT color="green">033</FONT> * &lt;p&gt;Note that this annotation should only be applied to methods, fields, or<a name="line.33"></a> <FONT color="green">034</FONT> * inner classes of types which are annotated as {@link GwtCompatible}.<a name="line.34"></a> <FONT color="green">035</FONT> *<a name="line.35"></a> <FONT color="green">036</FONT> * @author Charles Fry<a name="line.36"></a> <FONT color="green">037</FONT> */<a name="line.37"></a> <FONT color="green">038</FONT> @Retention(RetentionPolicy.CLASS)<a name="line.38"></a> <FONT color="green">039</FONT> @Target({ ElementType.TYPE, ElementType.METHOD, ElementType.FIELD })<a name="line.39"></a> <FONT color="green">040</FONT> @Documented<a name="line.40"></a> <FONT color="green">041</FONT> @GwtCompatible<a name="line.41"></a> <FONT color="green">042</FONT> public @interface GwtIncompatible {<a name="line.42"></a> <FONT color="green">043</FONT> <a name="line.43"></a> <FONT color="green">044</FONT> /**<a name="line.44"></a> <FONT color="green">045</FONT> * Describes why the annotated element is incompatible with GWT. Since this is<a name="line.45"></a> <FONT color="green">046</FONT> * generally due to a dependence on a type/method which GWT doesn't support,<a name="line.46"></a> <FONT color="green">047</FONT> * it is sufficient to simply reference the unsupported type/method. E.g.<a name="line.47"></a> <FONT color="green">048</FONT> * "Class.isInstance".<a name="line.48"></a> <FONT color="green">049</FONT> */<a name="line.49"></a> <FONT color="green">050</FONT> String value();<a name="line.50"></a> <FONT color="green">051</FONT> <a name="line.51"></a> <FONT color="green">052</FONT> }<a name="line.52"></a> </PRE> </BODY> </HTML>
jgaltidor/VarJ
analyzed_libs/guava-libraries-read-only/javadoc/src-html/com/google/common/annotations/GwtIncompatible.html
HTML
mit
4,906
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>JSDoc: Class: camera</title> <script src="scripts/prettify/prettify.js"> </script> <script src="scripts/prettify/lang-css.js"> </script> <!--[if lt IE 9]> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> <link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> </head> <body> <div id="main"> <h1 class="page-title">Class: camera</h1> <section> <header> <h2> camera </h2> </header> <article> <div class="container-overview"> <dt> <h4 class="name" id="camera"><span class="type-signature"></span>new camera<span class="signature">(x, y, z, perspective)</span><span class="type-signature"> &rarr; {<a href="css3d.camera.html">css3d.camera</a>}</span></h4> </dt> <dd> <h5>Parameters:</h5> <table class="params"> <thead> <tr> <th>Name</th> <th>Type</th> <th class="last">Description</th> </tr> </thead> <tbody> <tr> <td class="name"><code>x</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>y</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>z</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> <tr> <td class="name"><code>perspective</code></td> <td class="type"> <span class="param-type">Number</span> </td> <td class="description last"></td> </tr> </tbody> </table> <dl class="details"> <dt class="tag-source">Source:</dt> <dd class="tag-source"><ul class="dummy"><li> <a href="css3d.camera.js.html">css3d.camera.js</a>, <a href="css3d.camera.js.html#line11">line 11</a> </li></ul></dd> </dl> <h5>Returns:</h5> <dl> <dt> Type </dt> <dd> <span class="param-type"><a href="css3d.camera.html">css3d.camera</a></span> </dd> </dl> </dd> </div> </article> </section> </div> <nav> <h2><a href="index.html">Index</a></h2><h3>Classes</h3><ul><li><a href="camera.html">camera</a></li><li><a href="css3d.html">css3d</a></li></ul><h3>Namespaces</h3><ul><li><a href="css3d.ajax.html">ajax</a></li></ul> </nav> <br clear="both"> <footer> Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.3.0-alpha9</a> on Tue Jul 08 2014 17:34:38 GMT+0200 (Mitteleuropäische Sommerzeit) </footer> <script> prettyPrint(); </script> <script src="scripts/linenumber.js"> </script> </body> </html>
bitworking/CSS3D
docs/camera.html
HTML
mit
3,799
Susan Hert's Home Page Susan E. Hert hert@cs.wisc.edu Research Assistant Department of Computer Sciences University of Wisconsin-Madison 1210 W. Dayton St. Madison, WI 53706-1685 Telephone: (608) 262-5105 Curriculum Vita (postscript) Research Interests Publications Software Other Interesting Links Research Interests Applied and Experimental Computational Geometry Analysis of Algorithms Design of Motion Planning Algorithms Computer Graphics for Geometric Algorithms Advisor: V ladimir Lumelsky Currently, I work in the UW Robotics Lab developing motion planning alogirthms for multiple robots in a common environment. Selected Publications Susan Hert, Vladimir Lumelsky, "Deforming Curves in the Plane for Tethered-Robot Motion Planning". (An extended abstract of this paper appeared in Proceedings of 1996 Canadian Conference on Computational Geometry, August 1996.) Susan Hert, Vladimir Lumelsky, "Planar Curve Routing for Tethered-Robot Motion Planning" to appear in International Journal of Computational Geometry & Applications. Susan Hert, Vladimir Lumelsky, "The Ties that Bind: Motion Planning for Multiple Tethered Robots", Robotics and Autonomous Systems 17 (1996) 187-215. (A version of this paper was published in Proc. 1994 IEEE International Conference on Robotics and Automation , May 1994.) Susan Hert, Sanjay Tiwari, and Vladimir Lumelsky, "A Terrain-Covering Algorithm for an AUV", to appear in Journal of Autonomous Robots Special Issue on Autonomous Underwater Robots . Susan Hert, Vladimir Lumelsky, "Moving Multiple Tethered Robots between Arbitrary Configurations", Proc. 1995 International Conference on Intelligent Robots and Systems , August 1995. Susan Hert, Dan Reznik, "The Simulation Library: A Basis for Animation Programs (Version 2.0)" , Technical Report RL-95002, University of Wisconsin-Madison, Robotics Laboratory, July 1995. Interesting Links Computational Geometry Pages Computer Science Education Links Books on the Web Reference Shelf The Library of Congress The On-line Books Page Travels with Samantha Cooking on the Web Epicurious Veggies Unite!
ML-SWAT/Web2KnowledgeBase
naive_bayes/non_course_test/untag_http:^^www.cs.wisc.edu^~hert^hert.html
HTML
mit
2,638
There are two colored signs in front of each option. <br> R stands for RAMPS board and D stands for Direct Control.<br> Based on the device type and the color guide below, you can decide if the option is important to your specific setup. <br> <div class="color_1">Required</div> <div class="color_2">Important but Skippable</div> <div class="color_3">Not Important</div> <div class="color_4">Not Applicable or Rarely Would be Used</div>
nanodlp/ui
templates/helps/importance.html
HTML
mit
437
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/><!-- using block title in layout.dt--><!-- using block ddox.defs in ddox.layout.dt--><!-- using block ddox.title in ddox.layout.dt--> <title>Variable FlangerFilter.FREQ</title> <link rel="stylesheet" type="text/css" href="../../../styles/ddox.css"/> <link rel="stylesheet" href="../../../prettify/prettify.css" type="text/css"/> <script type="text/javascript" src="../../../scripts/jquery.js">/**/</script> <script type="text/javascript" src="../../../prettify/prettify.js">/**/</script> <script type="text/javascript" src="../../../scripts/ddox.js">/**/</script> </head> <body onload="prettyPrint(); setupDdox();"> <nav id="main-nav"><!-- using block navigation in layout.dt--> <ul class="tree-view"> <li class=" tree-view"> <a href="#" class="package">dash</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">components</a> <ul class="tree-view"> <li> <a href="../../../dash/components/animation.html" class=" module">animation</a> </li> <li> <a href="../../../dash/components/assets.html" class=" module">assets</a> </li> <li> <a href="../../../dash/components/camera.html" class=" module">camera</a> </li> <li> <a href="../../../dash/components/component.html" class=" module">component</a> </li> <li> <a href="../../../dash/components/lights.html" class=" module">lights</a> </li> <li> <a href="../../../dash/components/material.html" class=" module">material</a> </li> <li> <a href="../../../dash/components/mesh.html" class=" module">mesh</a> </li> <li> <a href="../../../dash/components/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">core</a> <ul class="tree-view"> <li> <a href="../../../dash/core/dgame.html" class=" module">dgame</a> </li> <li> <a href="../../../dash/core/gameobject.html" class=" module">gameobject</a> </li> <li> <a href="../../../dash/core/prefabs.html" class=" module">prefabs</a> </li> <li> <a href="../../../dash/core/properties.html" class=" module">properties</a> </li> <li> <a href="../../../dash/core/scene.html" class=" module">scene</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">editor</a> <ul class="tree-view"> <li> <a href="../../../dash/editor/editor.html" class=" module">editor</a> </li> <li> <a href="../../../dash/editor/websockets.html" class=" module">websockets</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">graphics</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">adapters</a> <ul class="tree-view"> <li> <a href="../../../dash/graphics/adapters/adapter.html" class=" module">adapter</a> </li> <li> <a href="../../../dash/graphics/adapters/gl.html" class=" module">gl</a> </li> <li> <a href="../../../dash/graphics/adapters/linux.html" class=" module">linux</a> </li> <li> <a href="../../../dash/graphics/adapters/win32gl.html" class=" module">win32gl</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">shaders</a> <ul class="tree-view"> <li class="collapsed tree-view"> <a href="#" class="package">glsl</a> <ul class="tree-view"> <li> <a href="../../../dash/graphics/shaders/glsl/ambientlight.html" class=" module">ambientlight</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/animatedgeometry.html" class=" module">animatedgeometry</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/directionallight.html" class=" module">directionallight</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/geometry.html" class=" module">geometry</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/pointlight.html" class=" module">pointlight</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/shadowmap.html" class=" module">shadowmap</a> </li> <li> <a href="../../../dash/graphics/shaders/glsl/userinterface.html" class=" module">userinterface</a> </li> </ul> </li> <li> <a href="../../../dash/graphics/shaders/glsl.html" class=" module">glsl</a> </li> <li> <a href="../../../dash/graphics/shaders/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li> <a href="../../../dash/graphics/adapters.html" class=" module">adapters</a> </li> <li> <a href="../../../dash/graphics/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../../dash/graphics/shaders.html" class=" module">shaders</a> </li> </ul> </li> <li class="collapsed tree-view"> <a href="#" class="package">net</a> <ul class="tree-view"> <li> <a href="../../../dash/net/connection.html" class=" module">connection</a> </li> <li> <a href="../../../dash/net/connectionmanager.html" class=" module">connectionmanager</a> </li> <li> <a href="../../../dash/net/packets.html" class=" module">packets</a> </li> <li> <a href="../../../dash/net/webconnection.html" class=" module">webconnection</a> </li> </ul> </li> <li class=" tree-view"> <a href="#" class="package">utility</a> <ul class="tree-view"> <li> <a href="../../../dash/utility/awesomium.html" class=" module">awesomium</a> </li> <li> <a href="../../../dash/utility/concurrency.html" class=" module">concurrency</a> </li> <li> <a href="../../../dash/utility/config.html" class=" module">config</a> </li> <li> <a href="../../../dash/utility/input.html" class=" module">input</a> </li> <li> <a href="../../../dash/utility/output.html" class=" module">output</a> </li> <li> <a href="../../../dash/utility/resources.html" class=" module">resources</a> </li> <li> <a href="../../../dash/utility/soloud.html" class="selected module">soloud</a> </li> <li> <a href="../../../dash/utility/string.html" class=" module">string</a> </li> <li> <a href="../../../dash/utility/tasks.html" class=" module">tasks</a> </li> <li> <a href="../../../dash/utility/time.html" class=" module">time</a> </li> </ul> </li> <li> <a href="../../../dash/components.html" class=" module">components</a> </li> <li> <a href="../../../dash/core.html" class=" module">core</a> </li> <li> <a href="../../../dash/editor.html" class=" module">editor</a> </li> <li> <a href="../../../dash/graphics.html" class=" module">graphics</a> </li> <li> <a href="../../../dash/net.html" class=" module">net</a> </li> <li> <a href="../../../dash/utility.html" class=" module">utility</a> </li> </ul> </li> <li> <a href="../../../dash.html" class=" module">dash</a> </li> </ul> <noscript> <p style="color: red">The search functionality needs JavaScript enabled</p> </noscript> <div id="symbolSearchPane" style="display: none"> <p> <input id="symbolSearch" type="text" placeholder="Search for symbols" onchange="performSymbolSearch(24);" onkeypress="this.onchange();" onpaste="this.onchange();" oninput="this.onchange();"/> </p> <ul id="symbolSearchResults" style="display: none"></ul> <script type="application/javascript" src="../../../symbols.js"></script> <script type="application/javascript"> //<![CDATA[ var symbolSearchRootDir = "../../../"; $('#symbolSearchPane').show(); //]]> </script> </div> <script type="text/javascript" src="../../../scripts/mousetrap.js"></script> <script type="text/javascript"> //<![CDATA[ $(document).ready(function() { Mousetrap.bind('s', function(e) { $("#symbolSearch").focus(); return false; }); }); //]]> </script> </nav> <div id="main-contents"> <h1>Variable FlangerFilter.FREQ</h1><!-- using block body in layout.dt--><!-- Default block ddox.description in ddox.layout.dt--><!-- Default block ddox.sections in ddox.layout.dt--><!-- using block ddox.members in ddox.layout.dt--> <section> <p></p> <section> <h3>Declaration</h3> <pre class="code prettyprint lang-d prototype"> struct <a href="../../../dash/utility/soloud/FlangerFilter.html">FlangerFilter</a> { // ... <code class="prettyprint lang-d">int</code> FREQ; // ... }</pre> </section> </section> <section> <h2>Authors</h2><!-- using block ddox.authors in ddox.layout.dt--> </section> <section> <h2>Copyright</h2><!-- using block ddox.copyright in ddox.layout.dt--> </section> <section> <h2>License</h2><!-- using block ddox.license in ddox.layout.dt--> </section> </div> </body> </html>
Circular-Studios/Dash-Docs
api/v0.10.0/dash/utility/soloud/FlangerFilter.FREQ.html
HTML
mit
9,779
<!doctype html> <html lang="en"> <head> <title>Code coverage report for js/environment.js</title> <meta charset="utf-8"> <link rel="stylesheet" href="../prettify.css"> <link rel="stylesheet" href="../base.css"> <style type='text/css'> div.coverage-summary .sorter { background-image: url(../sort-arrow-sprite.png); } </style> </head> <body> <div class="header high"> <h1>Code coverage report for <span class="entity">js/environment.js</span></h1> <h2> Statements: <span class="metric">100% <small>(1 / 1)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">100% <small>(0 / 0)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">100% <small>(0 / 0)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">100% <small>(1 / 1)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp; </h2> <div class="path"><a href="../index.html">All files</a> &#187; <a href="index.html">js/</a> &#187; environment.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">1 2 3 4 5 6 7 8 9</td><td class="line-coverage"><span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-yes">1</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span> <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">"use strict"; &nbsp; angular.module('app.environment', []) &nbsp; .constant('PACKAGE', {name:'SimpleFrontendBoilerplate',version:'1.0.0',authors:[],description:'Simple Frontend Boilerplate',main:'index.html',private:true,ignore:['**/.*','node_modules','bower_components','test','tests'],dependencies:{'a0-angular-storage':'~0.0.12',angular:'1.4.1','angular-bootstrap':'~0.13.0','angular-ui-router':'~0.2.15',bootstrap:'3.3.4','font-awesome':'~4.3.0'},devDependencies:{'angular-mocks':'~1.4.1'}}) &nbsp; .constant('ENV', {API_URL:'https://DEVELOPMENT_API_URL'}) &nbsp; ;</pre></td></tr> </table></pre> </div> <div class="footer"> <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu Sep 03 2015 13:49:01 GMT-0400 (EDT)</div> </div> <script src="../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../sorter.js"></script> </body> </html>
genu/simple-angular-boilerplate
coverage/html/Chrome 45.0.2454 (Mac OS X 10.10.5)/js/environment.js.html
HTML
mit
2,809
<!DOCTYPE html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="keywords" content=" "> <title>markConversationAsNormal | LivePerson Technical Documentation</title> <link rel="stylesheet" href="css/syntax.css"> <link rel="stylesheet" type="text/css" href="css/font-awesome-4.7.0/css/font-awesome.min.css"> <!--<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">--> <link rel="stylesheet" href="css/modern-business.css"> <link rel="stylesheet" href="css/lavish-bootstrap.css"> <link rel="stylesheet" href="css/customstyles.css"> <link rel="stylesheet" href="css/theme-blue.css"> <!-- <script src="assets/js/jsoneditor.js"></script> --> <script src="assets/js/jquery-3.1.0.min.js"></script> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css'> --> <!-- <link rel='stylesheet' id='theme_stylesheet' href='//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.min.css'> --> <!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script> --> <script src="assets/js/jquery.cookie-1.4.1.min.js"></script> <script src="js/jquery.navgoco.min.js"></script> <script src="assets/js/bootstrap-3.3.4.min.js"></script> <script src="assets/js/anchor-2.0.0.min.js"></script> <script src="js/toc.js"></script> <script src="js/customscripts.js"></script> <link rel="shortcut icon" href="images/favicon.ico"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link rel="alternate" type="application/rss+xml" title="" href="http://0.0.0.0:4005feed.xml"> <script> $(document).ready(function() { // Initialize navgoco with default options $("#mysidebar").navgoco({ caretHtml: '', accordion: true, openClass: 'active', // open save: false, // leave false or nav highlighting doesn't work right cookie: { name: 'navgoco', expires: false, path: '/' }, slide: { duration: 400, easing: 'swing' } }); $("#collapseAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', false); }); $("#expandAll").click(function(e) { e.preventDefault(); $("#mysidebar").navgoco('toggle', true); }); }); </script> <script> $(function () { $('[data-toggle="tooltip"]').tooltip() }) </script> </head> <body> <!-- Navigation --> <nav class="navbar navbar-inverse navbar-fixed-top"> <div class="container topnavlinks"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="fa fa-home fa-lg navbar-brand" href="index.html">&nbsp;<span class="projectTitle"> LivePerson Technical Documentation</span></a> </div> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <!-- entries without drop-downs appear here --> <!-- entries with drop-downs appear here --> <!-- conditional logic to control which topnav appears for the audience defined in the configuration file.--> <li><a class="email" title="Submit feedback" href="https://github.com/LivePersonInc/dev-hub/issues" ><i class="fa fa-github"></i> Issues</a><li> <!--comment out this block if you want to hide search--> <li> <!--start search--> <div id="search-demo-container"> <input type="text" id="search-input" placeholder="search..."> <ul id="results-container"></ul> </div> <script src="js/jekyll-search.js" type="text/javascript"></script> <script type="text/javascript"> SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('results-container'), dataSource: 'search.json', searchResultTemplate: '<li><a href="{url}" title="markConversationAsNormal">{title}</a></li>', noResultsText: 'No results found.', limit: 10, fuzzy: true, }) </script> <!--end search--> </li> </ul> </div> </div> <!-- /.container --> </nav> <!-- Page Content --> <div class="container"> <div class="col-lg-12">&nbsp;</div> <!-- Content Row --> <div class="row"> <!-- Sidebar Column --> <div class="col-md-3"> <ul id="mysidebar" class="nav"> <li class="sidebarTitle"> </li> <li> <a href="#">Common Guidelines</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="index.html">Home</a></li> </ul> </li> </ul> <li> <a href="#">Account Configuration</a> <ul> <li class="subfolders"> <a href="#">Predefined Content API</a> <ul> <li class="thirdlevel"><a href="account-configuration-predefined-content-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-items.html">Get Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-by-id.html">Get Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-query-delta.html">Predefined Content Query Delta</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-create-content.html">Create Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content.html">Update Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-update-content-items.html">Update Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content.html">Delete Predefined Content</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-delete-content-items.html">Delete Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items.html">Get Default Predefined Content Items</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-get-default-items-by-id.html">Get Default Predefined Content by ID</a></li> <li class="thirdlevel"><a href="account-configuration-predefined-content-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Automatic Messages API</a> <ul> <li class="thirdlevel"><a href="account-configuration-automatic-messages-overview.html">Overview</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-methods.html">Methods</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-messages.html">Get Automatic Messages</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-get-automatic-message-by-id.html">Get Automatic Message by ID</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-update-an-automatic-message.html">Update an Automatic Message</a></li> <li class="thirdlevel"><a href="account-configuration-automatic-messages-appendix.html">Appendix</a></li> </ul> </li> </ul> <li> <a href="#">Administration</a> <ul> <li class="subfolders"> <a href="#">Users API</a> <ul> <li class="thirdlevel"><a href="administration-users-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-users-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-users.html">Get all users</a></li> <li class="thirdlevel"><a href="administration-get-user-by-id.html">Get user by ID</a></li> <li class="thirdlevel"><a href="administration-create-users.html">Create users</a></li> <li class="thirdlevel"><a href="administration-update-users.html">Update users</a></li> <li class="thirdlevel"><a href="administration-update-user.html">Update user</a></li> <li class="thirdlevel"><a href="administration-delete-users.html">Delete users</a></li> <li class="thirdlevel"><a href="administration-delete-user.html">Delete user</a></li> <li class="thirdlevel"><a href="administration-change-users-password.html">Change user's password</a></li> <li class="thirdlevel"><a href="administration-reset-users-password.html">Reset user's password</a></li> <li class="thirdlevel"><a href="administration-user-query-delta.html">User query delta</a></li> <li class="thirdlevel"><a href="administration-users-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Skills API</a> <ul> <li class="thirdlevel"><a href="administration-skills-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-skills-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-skills.html">Get all skills</a></li> <li class="thirdlevel"><a href="administration-get-skill-by-id.html">Get skill by ID</a></li> <li class="thirdlevel"><a href="administration-create-skills.html">Create skills</a></li> <li class="thirdlevel"><a href="administration.update-skills.html">Update skills</a></li> <li class="thirdlevel"><a href="administration-update-skill.html">Update skill</a></li> <li class="thirdlevel"><a href="administration-delete-skills.html">Delete skills</a></li> <li class="thirdlevel"><a href="administration-delete-skill.html">Delete skill</a></li> <li class="thirdlevel"><a href="administration-skills-query-delta.html">Skills Query Delta</a></li> <li class="thirdlevel"><a href="administration-skills-appendix.html">Appendix</a></li> </ul> </li> <li class="subfolders"> <a href="#">Agent Groups API</a> <ul> <li class="thirdlevel"><a href="administration-agent-groups-overview.html">Overview</a></li> <li class="thirdlevel"><a href="administration-agent-groups-methods.html">Methods</a></li> <li class="thirdlevel"><a href="administration-get-all-agent-groups.html">Get all agent groups</a></li> <li class="thirdlevel"><a href="administration-get-agent-groups-by-id.html">Get agent group by ID</a></li> <li class="thirdlevel"><a href="administration-create-agent-groups.html">Create agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-groups.html">Update agent groups</a></li> <li class="thirdlevel"><a href="administration-update-agent-group.html">Update agent group</a></li> <li class="thirdlevel"><a href="administration-delete-agent-groups.html">Delete agent groups</a></li> <li class="thirdlevel"><a href="administration-delete-agent-group.html">Delete agent group</a></li> <li class="thirdlevel"><a href="administration-get-subgroups-and-members.html">Get subgroups and members of an agent group</a></li> <li class="thirdlevel"><a href="administration-agent-groups-query-delta.html">Agent Groups Query Delta</a></li> </ul> </li> </ul> <li> <a href="#">Consumer Experience</a> <ul> <li class="subfolders"> <a href="#">JavaScript Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-chat-states.html">Chat States</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-surveys.html">Surveys</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-creating-an-instance.html">Creating an Instance</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getestimatedwaittime.html">getEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getprechatsurvey.html">getPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getengagement.html">getEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requestchat.html">requestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-addline.html">addLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitortyping.html">setVisitorTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-setvisitorname.html">setVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-endchat.html">endChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-requesttranscript.html">requestTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getexitsurvey.html">getExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitexitsurvey.html">submitExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getofflinesurvey.html">getOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-submitofflinesurvey.html">submitOfflineSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getstate.html">getState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentloginname.html">getAgentLoginName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getvisitorname.html">getVisitorName</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagentid.html">getAgentId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getrtsessionid.html">getRtSessionId</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getsessionkey.html">getSessionKey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-getagenttyping.html">getAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-events.html">Events</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onload.html">onLoad</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninit.html">onInit</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onestimatedwaittime.html">onEstimatedWaitTime</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onengagement.html">onEngagement</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onprechatsurvey.html">onPreChatSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstart.html">onStart</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstop.html">onStop</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onrequestchat.html">onRequestChat</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-ontranscript.html">onTranscript</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-online.html">onLine</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onstate.html">onState</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-oninfo.html">onInfo</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onagenttyping.html">onAgentTyping</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onexitsurvey.html">onExitSurvey</a></li> <li class="thirdlevel"><a href="consumer-experience-javascript-chat-onaccounttoaccounttransfer.html">onAccountToAccountTransfer</a></li> <li class="thirdlevel"><a href="rt-interactions-example.html">Engagement Attributes Body Example</a></li> </ul> </li> <li class="subfolders"> <a href="#">Server Chat API</a> <ul> <li class="thirdlevel"><a href="consumer-experience-server-chat-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-availability.html">Retrieve Availability</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-available-slots.html">Retrieve Available Slots</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-estimated-wait-time.html">Retrieve Estimated Wait Time</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-offline-survey.html">Retrieve an Offline Survey</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-start-chat.html">Start a Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-resources.html">Retrieve Chat Resources, Events and Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-events.html">Retrieve Chat Events</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-add-lines.html">Add Lines / End Chat</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-chat-information.html">Retrieve Chat Information</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-name.html">Retrieve the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-name.html">Set the Visitor's Name</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-agent-typing-status.html">Retrieve the Agent's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-visitor-typing-status.html">Retrieve the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-set-visitor-typing-status.html">Set the Visitor's Typing Status</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-retrieve-exit-survey-structure.html">Retrieve Exit Survey Structure</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-submit-survey-data.html">Submit Survey Data</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-send-transcript.html">Send a Transcript</a></li> <li class="thirdlevel"><a href="consumer-experience-server-chat-sample.html">Sample Postman Collection</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK iOS (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-quick-start.html">Quick Start</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-configurations.html">Advanced Configurations</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-initialize.html">initialize</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-showconversation.html">showConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-removeconversation.html">removeConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-reconnect.html">reconnect</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-togglechatactions.html">toggleChatActions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-checkactiveconversation.html">checkActiveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-markasurgent.html">markAsUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-isurgent.html">isUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-dismissurgent.html">dismissUrgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-resolveconversation.html">resolveConversation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-clearhistory.html">clearHistory</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-logout.html">logout</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-destruct.html">destruct</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-handlepush.html">handlePush</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-registerpushnotifications.html">registerPushNotifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-setuserprofile.html">setUserProfile</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getassignedagent.html">getAssignedAgent</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-subscribelogevents.html">subscribeLogEvents</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getsdkversion.html">getSDKVersion</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printalllocalizedkeys.html">printAllLocalizedKeys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-printsupportedlanguages.html">printSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-getallsupportedlanguages.html">getAllSupportedLanguages</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-interfacedefinitions.html">Interface and Class Definitions</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-callbacks-index.html">Callbacks index</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-configuring-the-sdk.html">Configuring the SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-attributes.html">Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-deprecated-attributes.html">Deprecated Attributes</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-stringlocalization.html">String localization in SDK</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-localizationkeys.html">Localization Keys</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-timestamps.html">Timestamps Formatting</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-createcertificate.html">OS Certificate Creation</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-advanced-csat.html">CSAT UI Content</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-photosharing.html">Photo Sharing (Beta)</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-pushnotifications.html">Configuring Push Notifications</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-opensource.html">Open Source List</a></li> <li class="thirdlevel"><a href="consumer-experience-ios-sdk-security.html">Security</a></li> </ul> </li> <li class="subfolders"> <a href="#">In-App Messaging SDK Android (2.0)</a> <ul> <li class="thirdlevel"><a href="consumer-experience-android-sdk.html">Version 2.0</a></li> </ul> </li> </ul> <li> <a href="#">Real-time Interactions</a> <ul> <li class="subfolders"> <a href="#">Visit Information API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-visit-information-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-visit-information-visit-information.html">Visit Information</a></li> </ul> </li> <li class="subfolders"> <a href="#">App Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-app-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-app-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-create-session.html">Create Session</a></li> <li class="thirdlevel"><a href="rt-interactions-update-session.html">Update Session</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Attributes</a> <ul> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-engagement-attributes-engagement-attributes.html">Engagement Attributes</a></li> </ul> </li> <li class="subfolders"> <a href="#">IVR Engagement API</a> <ul> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-methods.html">Methods</a></li> <li class="thirdlevel"><a href="rt-interactions-ivr-engagement-external engagement.html">External Engagement</a></li> </ul> </li> <li class="subfolders"> <a href="#">Validate Engagement</a> <ul> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-validate-engagement-validate-engagement.html">Validate Engagement API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement Window Widget SDK</a> <ul> <li class="thirdlevel"><a href="rt-interactions-window-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-configuration.html">Configuration</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-code-examples.html">Code Examples</a></li> <li class="thirdlevel"><a href="rt-interactions-window-sdk-event-structure.html">Event Structure</a></li> </ul> </li> </ul> <li> <a href="#">Agent</a> <ul> <li class="subfolders"> <a href="#">Agent Workspace Widget SDK</a> <ul> <li class="thirdlevel"><a href="agent-workspace-sdk-overview.html">Overview</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-limitations.html">Limitations</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-how-to-use.html">How to use the SDK</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-methods.html">Methods</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-model.html">Public Model Structure</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-public-properties.html">Public Properties</a></li> <li class="thirdlevel"><a href="agent-workspace-sdk-code-examples.html">Code Examples</a></li> </ul> </li> <li class="subfolders"> <a href="#">LivePerson Domain API</a> <ul> <li class="thirdlevel"><a href="agent-domain-domain-api.html">Domain API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Login Service API</a> <ul> <li class="thirdlevel"><a href="login-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-login-methods.html">Methods</a></li> </ul> </li> <li class="subfolders"> <a href="#">Chat Agent API</a> <ul> <li class="thirdlevel"><a href="chat-agent-getting-started.html">Getting Started</a></li> <li class="thirdlevel"><a href="agent-chat-agent-methods.html">Methods</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Agent SDK</a> <ul> <li class="thirdlevel"><a href="messaging-agent-sdk-overview.html">Overview</a></li> </ul> </li> </ul> <li> <a href="#">Data</a> <ul> <li class="subfolders"> <a href="#">Data Access API</a> <ul> <li class="thirdlevel"><a href="data-data-access.html">Data Access API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Operations API</a> <ul> <li class="thirdlevel"><a href="data-messaging-operations.html">Messaging Operations API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Messaging Interactions API</a> <ul> <li class="thirdlevel"><a href="data-messaging-interactions.html">Messaging Interactions API (Beta)</a></li> </ul> </li> <li class="subfolders"> <a href="#">Engagement History API</a> <ul> <li class="thirdlevel"><a href="data-engagement-history.html">Engagement History API</a></li> </ul> </li> <li class="subfolders"> <a href="#">Operational Real-time API</a> <ul> <li class="thirdlevel"><a href="data-operational-realtime.html">Operational Real-time API</a></li> </ul> </li> </ul> <li> <a href="#">LiveEngage Tag</a> <ul> <li class="subfolders"> <a href="#">LE Tag Events</a> <ul> <li class="thirdlevel"><a href="lp-tag-tag-events.html">LE Tag Events</a></li> </ul> </li> </ul> <li> <a href="#">Messaging Window API</a> <ul> <li class="subfolders"> <a href="#">Introduction</a> <ul> <li class="thirdlevel"><a href="consumer-interation-index.html">Home</a></li> <li class="thirdlevel"><a href="consumer-int-protocol-overview.html">Protocol Overview</a></li> <li class="thirdlevel"><a href="consumer-int-getting-started.html">Getting Started</a></li> </ul> </li> <li class="subfolders"> <a href="#">Tutorials</a> <ul> <li class="thirdlevel"><a href="consumer-int-get-msg.html">Get Messages</a></li> <li class="thirdlevel"><a href="consumer-int-conversation-md.html">Conversation Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-readaccept-events.html">Read/Accept events</a></li> <li class="thirdlevel"><a href="consumer-int-authentication.html">Authentication</a></li> <li class="thirdlevel"><a href="consumer-int-agent-profile.html">Agent Profile</a></li> <li class="thirdlevel"><a href="consumer-int-post-survey.html">Post Conversation Survey</a></li> <li class="thirdlevel"><a href="consumer-int-client-props.html">Client Properties</a></li> <li class="thirdlevel"><a href="consumer-int-no-headers.html">Avoid Webqasocket Headers</a></li> </ul> </li> <li class="subfolders"> <a href="#">Samples</a> <ul> <li class="thirdlevel"><a href="consumer-int-js-sample.html">JavaScript Messenger</a></li> </ul> </li> <li class="subfolders"> <a href="#">API Reference</a> <ul> <li class="thirdlevel"><a href="consumer-int-api-reference.html">Overview</a></li> <li class="thirdlevel"><a href="consumer-int-msg-reqs.html">Request Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-resps.html">Response Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-notifications.html">Notification Builder</a></li> <li class="thirdlevel"><a href="consumer-int-msg-req-conv.html">New Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-close-conv.html">Close Conversation</a></li> <li class="thirdlevel"><a href="consumer-int-msg-csat-conv.html">Update CSAT</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-conv.html">Subscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-unsub-conv.html">Unsubscribe Conversations Metadata</a></li> <li class="thirdlevel"><a href="consumer-int-msg-text-cont.html">Publish Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-sub-events.html">Subscribe Conversation Content</a></li> <li class="thirdlevel"><a href="consumer-int-msg-init-con.html">Browser Init Connection</a></li> </ul> </li> </ul> <!-- if you aren't using the accordion, uncomment this block: <p class="external"> <a href="#" id="collapseAll">Collapse All</a> | <a href="#" id="expandAll">Expand All</a> </p> --> </li> </ul> </div> <!-- this highlights the active parent class in the navgoco sidebar. this is critical so that the parent expands when you're viewing a page. This must appear below the sidebar code above. Otherwise, if placed inside customscripts.js, the script runs before the sidebar code runs and the class never gets inserted.--> <script>$("li.active").parents('li').toggleClass("active");</script> <!-- Content Column --> <div class="col-md-9"> <div class="post-header"> <h1 class="post-title-main">markConversationAsNormal</h1> </div> <div class="post-content"> <p>Marks the current conversation as normal.</p> <div class="highlighter-rouge"><pre class="highlight"><code>public static void markConversationAsNormal() </code></pre> </div> <div class="tags"> </div> </div> <hr class="shaded"/> <footer> <div class="row"> <div class="col-lg-12 footer"> &copy;2017 LivePerson. All rights reserved.<br />This documentation is subject to change without notice.<br /> Site last generated: Mar 2, 2017 <br /> <p><img src="img/company_logo.png" alt="Company logo"/></p> </div> </div> </footer> </div> <!-- /.row --> </div> <!-- /.container --> </div> </body> </html>
LivePersonInc/dev-hub
content6/consumer-experience-android-sdk-marknormal.html
HTML
mit
113,645
{# -*- coding: utf-8 -*- This file is part of Invenio. Copyright (C) 2015-2018 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. #} {%- extends config.OAUTH2SERVER_COVER_TEMPLATE %} {%- import "invenio_oauth2server/settings/helpers.html" as helpers with context %} {%- block page_body %} <div class="row"> <div class="col-md-8 col-md-offset-2"> {{ helpers.panel_start( _('Invalid authorization request'), icon='fa fa-warning fa-fw' ) }} {{ _('Invalid authorization request') }} {{ _('The service that redirected your here made an invalid authorization request (error code: %(x_error)s).', x_error=error.error) }} <div class="row"> <hr /> <div align="center"> <a href="/" class="btn btn-info"> {{ _('Get me out of here!') }} </a> </div> {{ helpers.panel_end() }} </div> </div> {%- endblock %}
inveniosoftware/invenio-oauth2server
invenio_oauth2server/templates/invenio_oauth2server/errors.html
HTML
mit
967
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="viewport" content="width=device-width" /> <link rel="shortcut icon" type="image/x-icon" href="../../../favicon.ico" /> <title>RenderScript | Android Developers</title> <!-- STYLESHEETS --> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"> <link href="../../../assets/css/default.css" rel="stylesheet" type="text/css"> <!-- JAVASCRIPT --> <script src="http://www.google.com/jsapi" type="text/javascript"></script> <script src="../../../assets/js/android_3p-bundle.js" type="text/javascript"></script> <script type="text/javascript"> var toRoot = "../../../"; var devsite = false; </script> <script src="../../../assets/js/docs.js" type="text/javascript"></script> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-5831155-1']); _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> </head> <body class="gc-documentation develop guide" itemscope itemtype="http://schema.org/Article"> <a name="top"></a> <!-- Header --> <div id="header"> <div class="wrap" id="header-wrap"> <div class="col-3 logo"> <a href="../../../index.html"> <img src="../../../assets/images/dac_logo.png" width="123" height="25" alt="Android Developers" /> </a> <div class="btn-quicknav" id="btn-quicknav"> <a href="#" class="arrow-inactive">Quicknav</a> <a href="#" class="arrow-active">Quicknav</a> </div> </div> <ul class="nav-x col-9"> <li class="design"> <a href="../../../design/index.html" zh-tw-lang="設計" zh-cn-lang="设计" ru-lang="Проектирование" ko-lang="디자인" ja-lang="設計" es-lang="Diseñar" >Design</a></li> <li class="develop"><a href="../../../develop/index.html" zh-tw-lang="開發" zh-cn-lang="开发" ru-lang="Разработка" ko-lang="개발" ja-lang="開発" es-lang="Desarrollar" >Develop</a></li> <li class="distribute last"><a href="../../../distribute/index.html" zh-tw-lang="發佈" zh-cn-lang="分发" ru-lang="Распространение" ko-lang="배포" ja-lang="配布" es-lang="Distribuir" >Distribute</a></li> </ul> <!-- New Search --> <div class="menu-container"> <div class="moremenu"> <div id="more-btn"></div> </div> <div class="morehover" id="moremenu"> <div class="top"></div> <div class="mid"> <div class="header">Links</div> <ul> <li><a href="https://play.google.com/apps/publish/">Google Play Developer Console</a></li> <li><a href="http://android-developers.blogspot.com/">Android Developers Blog</a></li> <li><a href="../../../about/index.html">About Android</a></li> </ul> <div class="header">Android Sites</div> <ul> <li><a href="http://www.android.com">Android.com</a></li> <li class="active"><a>Android Developers</a></li> <li><a href="http://source.android.com">Android Open Source Project</a></li> </ul> <br class="clearfix" /> </div> <div class="bottom"></div> </div> <div class="search" id="search-container"> <div class="search-inner"> <div id="search-btn"></div> <div class="left"></div> <form onsubmit="return submit_search()"> <input id="search_autocomplete" type="text" value="" autocomplete="off" name="q" onfocus="search_focus_changed(this, true)" onblur="search_focus_changed(this, false)" onkeydown="return search_changed(event, true, '../../../')" onkeyup="return search_changed(event, false, '../../../')" /> </form> <div class="right"></div> <a class="close hide">close</a> <div class="left"></div> <div class="right"></div> </div> </div> <div class="search_filtered_wrapper reference"> <div class="suggest-card reference no-display"> <ul class="search_filtered"> </ul> </div> </div> <div class="search_filtered_wrapper docs"> <div class="suggest-card dummy no-display">&nbsp;</div> <div class="suggest-card develop no-display"> <ul class="search_filtered"> </ul> <div class="child-card guides no-display"> </div> <div class="child-card training no-display"> </div> </div> <div class="suggest-card design no-display"> <ul class="search_filtered"> </ul> </div> <div class="suggest-card distribute no-display"> <ul class="search_filtered"> </ul> </div> </div> </div> <!-- /New Search> <!-- Expanded quicknav --> <div id="quicknav" class="col-9"> <ul> <li class="design"> <ul> <li><a href="../../../design/index.html">Get Started</a></li> <li><a href="../../../design/style/index.html">Style</a></li> <li><a href="../../../design/patterns/index.html">Patterns</a></li> <li><a href="../../../design/building-blocks/index.html">Building Blocks</a></li> <li><a href="../../../design/downloads/index.html">Downloads</a></li> <li><a href="../../../design/videos/index.html">Videos</a></li> </ul> </li> <li class="develop"> <ul> <li><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a> <ul><li><a href="../../../sdk/index.html">Get the SDK</a></li></ul> </li> <li><a href="../../../google/index.html">Google Services</a> </li> </ul> </li> <li class="distribute last"> <ul> <li><a href="../../../distribute/index.html">Google Play</a></li> <li><a href="../../../distribute/googleplay/publish/index.html">Publishing</a></li> <li><a href="../../../distribute/googleplay/promote/index.html">Promoting</a></li> <li><a href="../../../distribute/googleplay/quality/index.html">App Quality</a></li> <li><a href="../../../distribute/googleplay/spotlight/index.html">Spotlight</a></li> <li><a href="../../../distribute/open.html">Open Distribution</a></li> </ul> </li> </ul> </div> <!-- /Expanded quicknav --> </div> </div> <!-- /Header --> <div id="searchResults" class="wrap" style="display:none;"> <h2 id="searchTitle">Results</h2> <div id="leftSearchControl" class="search-control">Loading...</div> </div> <!-- Secondary x-nav --> <div id="nav-x"> <div class="wrap"> <ul class="nav-x col-9 develop" style="width:100%"> <li class="training"><a href="../../../training/index.html" zh-tw-lang="訓練課程" zh-cn-lang="培训" ru-lang="Курсы" ko-lang="교육" ja-lang="トレーニング" es-lang="Capacitación" >Training</a></li> <li class="guide"><a href="../../../guide/components/index.html" zh-tw-lang="API 指南" zh-cn-lang="API 指南" ru-lang="Руководства по API" ko-lang="API 가이드" ja-lang="API ガイド" es-lang="Guías de la API" >API Guides</a></li> <li class="reference"><a href="../../../reference/packages.html" zh-tw-lang="參考資源" zh-cn-lang="参考" ru-lang="Справочник" ko-lang="참조문서" ja-lang="リファレンス" es-lang="Referencia" >Reference</a></li> <li class="tools"><a href="../../../tools/index.html" zh-tw-lang="相關工具" zh-cn-lang="工具" ru-lang="Инструменты" ko-lang="도구" ja-lang="ツール" es-lang="Herramientas" >Tools</a></li> <li class="google"><a href="../../../google/index.html" >Google Services</a> </li> </ul> </div> </div> <!-- /Sendondary x-nav --> <div class="wrap clearfix" id="body-content"> <div class="col-4" id="side-nav" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div id="devdoc-nav" class="scroll-pane"> <a class="totop" href="#top" data-g-event="left-nav-top">to top</a> <ul id="nav"> <!-- Walkthrough for Developers -- quick overview of what it's like to develop on Android --> <!--<li style="color:red">Overview</li> --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/components/index.html"> <span class="en">App Components</span> </a></div> <ul> <li><a href="../../../guide/components/fundamentals.html"> <span class="en">App Fundamentals</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/components/activities.html"> <span class="en">Activities</span> </a></div> <ul> <li><a href="../../../guide/components/fragments.html"> <span class="en">Fragments</span> </a></li> <li><a href="../../../guide/components/loaders.html"> <span class="en">Loaders</span> </a></li> <li><a href="../../../guide/components/tasks-and-back-stack.html"> <span class="en">Tasks and Back Stack</span> </a></li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/components/services.html"> <span class="en">Services</span> </a></div> <ul> <li><a href="../../../guide/components/bound-services.html"> <span class="en">Bound Services</span> </a></li> <li><a href="../../../guide/components/aidl.html"> <span class="en">AIDL</span> </a></li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/providers/content-providers.html"> <span class="en">Content Providers</span> </a></div> <ul> <li><a href="../../../guide/topics/providers/content-provider-basics.html"> <span class="en">Content Provider Basics</span> </a></li> <li><a href="../../../guide/topics/providers/content-provider-creating.html"> <span class="en">Creating a Content Provider</span> </a></li> <li><a href="../../../guide/topics/providers/calendar-provider.html"> <span class="en">Calendar Provider</span> </a></li> <li><a href="../../../guide/topics/providers/contacts-provider.html"> <span class="en">Contacts Provider</span> </a></li> <li><a href="../../../guide/topics/providers/document-provider.html"> <span class="en">Storage Access Framework</span> </a></li> </ul> </li> <li><a href="../../../guide/components/intents-filters.html"> <span class="en">Intents and Intent Filters</span> </a></li> <li><a href="../../../guide/components/processes-and-threads.html"> <span class="en">Processes and Threads</span> </a> </li> <li><a href="../../../guide/topics/security/permissions.html"> <span class="en">Permissions</span> </a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/appwidgets/index.html"> <span class="en">App Widgets</span> </a></div> <ul> <li><a href="../../../guide/topics/appwidgets/host.html"> <span class="en">App Widget Host</span> </a></li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/manifest/manifest-intro.html"> <span class="en">Android Manifest</span> </a></div> <ul> <li><a href="../../../guide/topics/manifest/action-element.html">&lt;action&gt;</a></li> <li><a href="../../../guide/topics/manifest/activity-element.html">&lt;activity&gt;</a></li> <li><a href="../../../guide/topics/manifest/activity-alias-element.html">&lt;activity-alias&gt;</a></li> <li><a href="../../../guide/topics/manifest/application-element.html">&lt;application&gt;</a></li> <li><a href="../../../guide/topics/manifest/category-element.html">&lt;category&gt;</a></li> <li><a href="../../../guide/topics/manifest/compatible-screens-element.html">&lt;compatible-screens&gt;</a></li> <li><a href="../../../guide/topics/manifest/data-element.html">&lt;data&gt;</a></li> <li><a href="../../../guide/topics/manifest/grant-uri-permission-element.html">&lt;grant-uri-permission&gt;</a></li> <li><a href="../../../guide/topics/manifest/instrumentation-element.html">&lt;instrumentation&gt;</a></li> <li><a href="../../../guide/topics/manifest/intent-filter-element.html">&lt;intent-filter&gt;</a></li> <li><a href="../../../guide/topics/manifest/manifest-element.html">&lt;manifest&gt;</a></li> <li><a href="../../../guide/topics/manifest/meta-data-element.html">&lt;meta-data&gt;</a></li> <li><a href="../../../guide/topics/manifest/path-permission-element.html">&lt;path-permission&gt;</a></li> <li><a href="../../../guide/topics/manifest/permission-element.html">&lt;permission&gt;</a></li> <li><a href="../../../guide/topics/manifest/permission-group-element.html">&lt;permission-group&gt;</a></li> <li><a href="../../../guide/topics/manifest/permission-tree-element.html">&lt;permission-tree&gt;</a></li> <li><a href="../../../guide/topics/manifest/provider-element.html">&lt;provider&gt;</a></li> <li><a href="../../../guide/topics/manifest/receiver-element.html">&lt;receiver&gt;</a></li> <li><a href="../../../guide/topics/manifest/service-element.html">&lt;service&gt;</a></li> <li><a href="../../../guide/topics/manifest/supports-gl-texture-element.html">&lt;supports-gl-texture&gt;</a></li> <li><a href="../../../guide/topics/manifest/supports-screens-element.html">&lt;supports-screens&gt;</a></li><!-- ##api level 4## --> <li><a href="../../../guide/topics/manifest/uses-configuration-element.html">&lt;uses-configuration&gt;</a></li> <li><a href="../../../guide/topics/manifest/uses-feature-element.html">&lt;uses-feature&gt;</a></li> <!-- ##api level 4## --> <li><a href="../../../guide/topics/manifest/uses-library-element.html">&lt;uses-library&gt;</a></li> <li><a href="../../../guide/topics/manifest/uses-permission-element.html">&lt;uses-permission&gt;</a></li> <li><a href="../../../guide/topics/manifest/uses-sdk-element.html">&lt;uses-sdk&gt;</a></li> </ul> </li><!-- end of the manifest file --> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/ui/index.html"> <span class="en">User Interface</span> </a></div> <ul> <li><a href="../../../guide/topics/ui/overview.html"> <span class="en">Overview</span> </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/ui/declaring-layout.html"> <span class="en">Layouts</span> </a></div> <ul> <li><a href="../../../guide/topics/ui/layout/linear.html"> <span class="en">Linear Layout</span> </a></li> <li><a href="../../../guide/topics/ui/layout/relative.html"> <span class="en">Relative Layout</span> </a></li> <!-- <li><a href="../../../guide/topics/ui/layout/grid.html"> <span class="en">Grid Layout</span> </a></li> --> <li><a href="../../../guide/topics/ui/layout/listview.html"> <span class="en">List View</span> </a></li> <li><a href="../../../guide/topics/ui/layout/gridview.html"> <span class="en">Grid View</span> </a></li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/ui/controls.html"> <span class="en">Input Controls</span> </a></div> <ul> <li><a href="../../../guide/topics/ui/controls/button.html"> <span class="en">Buttons</span> </a></li> <li><a href="../../../guide/topics/ui/controls/text.html"> <span class="en">Text Fields</span> </a></li> <li><a href="../../../guide/topics/ui/controls/checkbox.html"> <span class="en">Checkboxes</span> </a></li> <li><a href="../../../guide/topics/ui/controls/radiobutton.html"> <span class="en">Radio Buttons</span> </a></li> <li><a href="../../../guide/topics/ui/controls/togglebutton.html"> <span class="en">Toggle Buttons</span> </a></li> <li><a href="../../../guide/topics/ui/controls/spinner.html"> <span class="en">Spinners</span> </a></li> <li><a href="../../../guide/topics/ui/controls/pickers.html"> <span class="en">Pickers</span> </a></li> <!-- <li><a href="../../../guide/topics/ui/controls/progress.html"> <span class="en">Seek and Progress Bars</span> </a></li> --> </ul> </li> <li><a href="../../../guide/topics/ui/ui-events.html"> <span class="en">Input Events</span> </a></li> <li><a href="../../../guide/topics/ui/menus.html"> <span class="en">Menus</span></span> </a></li> <li><a href="../../../guide/topics/ui/actionbar.html"> <span class="en">Action Bar</span> </a></li> <li><a href="../../../guide/topics/ui/settings.html"> <span class="en">Settings</span> </a></li> <li><a href="../../../guide/topics/ui/dialogs.html"> <span class="en">Dialogs</span> </a></li> <li><a href="../../../guide/topics/ui/notifiers/notifications.html"> <span class="en">Notifications</span> </a></li> <li><a href="../../../guide/topics/ui/notifiers/toasts.html"> <span class="en">Toasts</span> </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/search/index.html"> <span class="en">Search</span> </a></div> <ul> <li><a href="../../../guide/topics/search/search-dialog.html">Creating a Search Interface</a></li> <li><a href="../../../guide/topics/search/adding-recent-query-suggestions.html">Adding Recent Query Suggestions</a></li> <li><a href="../../../guide/topics/search/adding-custom-suggestions.html">Adding Custom Suggestions</a></li> <li><a href="../../../guide/topics/search/searchable-config.html">Searchable Configuration</a></li> </ul> </li> <li><a href="../../../guide/topics/ui/drag-drop.html"> <span class="en">Drag and Drop</span> </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/ui/accessibility/index.html"> <span class="en">Accessibility</span> </a></div> <ul> <li><a href="../../../guide/topics/ui/accessibility/apps.html"> <span class="en">Making Applications Accessible</span> </a></li> <li><a href="../../../guide/topics/ui/accessibility/checklist.html"> <span class="en">Accessibility Developer Checklist</span> </a></li> <li><a href="../../../guide/topics/ui/accessibility/services.html"> <span class="en">Building Accessibility Services</span> </a></li> </ul> </li> <li><a href="../../../guide/topics/ui/themes.html"> <span class="en">Styles and Themes</span> </a></li> <li><a href="../../../guide/topics/ui/custom-components.html"> <span class="en">Custom Components</span> </a></li> </ul> </li><!-- end of User Interface --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/resources/index.html"> <span class="en">App Resources</span> </a></div> <ul> <li><a href="../../../guide/topics/resources/overview.html"> <span class="en">Overview</span> </a></li> <li><a href="../../../guide/topics/resources/providing-resources.html"> <span class="en">Providing Resources</span> </a></li> <li><a href="../../../guide/topics/resources/accessing-resources.html"> <span class="en">Accessing Resources</span> </a></li> <li><a href="../../../guide/topics/resources/runtime-changes.html"> <span class="en">Handling Runtime Changes</span> </a></li> <li><a href="../../../guide/topics/resources/localization.html"> <span class="en">Localization</span> </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/resources/available-resources.html"> <span class="en">Resource Types</span> </a></div> <ul> <li><a href="../../../guide/topics/resources/animation-resource.html">Animation</a></li> <li><a href="../../../guide/topics/resources/color-list-resource.html">Color State List</a></li> <li><a href="../../../guide/topics/resources/drawable-resource.html">Drawable</a></li> <li><a href="../../../guide/topics/resources/layout-resource.html">Layout</a></li> <li><a href="../../../guide/topics/resources/menu-resource.html">Menu</a></li> <li><a href="../../../guide/topics/resources/string-resource.html">String</a></li> <li><a href="../../../guide/topics/resources/style-resource.html">Style</a></li> <li><a href="../../../guide/topics/resources/more-resources.html">More Types</a></li> </ul> </li><!-- end of resource types --> </ul> </li><!-- end of app resources --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/graphics/index.html"> <span class="en">Animation and Graphics</span> </a></div> <ul> <li class="nav-section"> <li><a href="../../../guide/topics/graphics/overview.html"> <span class="en">Overview</span> </a></li> <li><a href="../../../guide/topics/graphics/prop-animation.html"> <span class="en">Property Animation</span> </a></li> <li><a href="../../../guide/topics/graphics/view-animation.html"> <span class="en">View Animation</span> </a></li> <li><a href="../../../guide/topics/graphics/drawable-animation.html"> <span class="en">Drawable Animation</span> </a></li> <li><a href="../../../guide/topics/graphics/2d-graphics.html"> <span class="en">Canvas and Drawables</span> </a></li> <li><a href="../../../guide/topics/graphics/opengl.html"> <span class="en">OpenGL ES</span> </a></li> <li><a href="../../../guide/topics/graphics/hardware-accel.html"> <span class="en">Hardware Acceleration</span> </a></li> </ul> </li><!-- end of graphics and animation--> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/renderscript/index.html"> <span class="en">Computation</span> </a></div> <ul> <li><a href="../../../guide/topics/renderscript/compute.html"> <span class="en">RenderScript</span></a> </li> <li><a href="../../../guide/topics/renderscript/advanced.html"> <span class="en">Advanced RenderScript</span></a> </li> <li><a href="../../../guide/topics/renderscript/reference.html"> <span class="en">Runtime API Reference</span></a> </li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/media/index.html"> <span class="en">Media and Camera</span> </a></div> <ul> <li><a href="../../../guide/topics/media/mediaplayer.html"> <span class="en">Media Playback</span></a> </li> <li><a href="../../../guide/appendix/media-formats.html"> <span class="en">Supported Media Formats</span></a> </li> <li><a href="../../../guide/topics/media/audio-capture.html"> <span class="en">Audio Capture</span></a> </li> <li><a href="../../../guide/topics/media/jetplayer.html"> <span class="en">JetPlayer</span></a> </li> <li><a href="../../../guide/topics/media/camera.html"> <span class="en">Camera</span></a> </li> </ul> </li><!-- end of media and camera --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/sensors/index.html"> <span class="en">Location and Sensors</span> </a></div> <ul> <li><a href="../../../guide/topics/location/index.html"> <span class="en">Location and Maps</span> </a> <li><a href="../../../guide/topics/location/strategies.html"> <span class="en">Location Strategies</span> </a></li> <li><a href="../../../guide/topics/sensors/sensors_overview.html"> <span class="en">Sensors Overview</span> </a></li> <li><a href="../../../guide/topics/sensors/sensors_motion.html"> <span class="en">Motion Sensors</span> </a></li> <li><a href="../../../guide/topics/sensors/sensors_position.html"> <span class="en">Position Sensors</span> </a></li> <li><a href="../../../guide/topics/sensors/sensors_environment.html"> <span class="en">Environment Sensors</span> </a></li> </ul> </li><!-- end of location and sensors --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/connectivity/index.html"> <span class="en">Connectivity</span> </a></div> <ul> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/connectivity/bluetooth.html"> <span class="en">Bluetooth</span></a> </div> <ul> <li><a href="../../../guide/topics/connectivity/bluetooth-le.html">Bluetooth Low Energy</a></li> </ul> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/connectivity/nfc/index.html"> <span class="en">NFC</span></a> </div> <ul> <li><a href="../../../guide/topics/connectivity/nfc/nfc.html">NFC Basics</a></li> <li><a href="../../../guide/topics/connectivity/nfc/advanced-nfc.html">Advanced NFC</a></li> <li><a href="../../../guide/topics/connectivity/nfc/hce.html">Host-based Card Emulation</a></li> </ul> </li> <li><a href="../../../guide/topics/connectivity/wifip2p.html"> <span class="en">Wi-Fi P2P</span></a> </li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/connectivity/usb/index.html"> <span class="en">USB</span></a> </div> <ul> <li><a href="../../../guide/topics/connectivity/usb/accessory.html">Accessory</a></li> <li><a href="../../../guide/topics/connectivity/usb/host.html">Host</a></li> </ul> </li> <li><a href="../../../guide/topics/connectivity/sip.html"> <span class="en">SIP</span> </a> </li> </ul> </li><!-- end of connectivity --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/text/index.html"> <span class="en">Text and Input</span> </a></div> <ul> <li><a href="../../../guide/topics/text/copy-paste.html"> <span class="en">Copy and Paste</span> </a></li> <li><a href="../../../guide/topics/text/creating-input-method.html"> <span class="en">Creating an IME</span> </a></li> <li><a href="../../../guide/topics/text/spell-checker-framework.html"> <span class="en">Spelling Checker</span> </a></li> </ul> </li><!-- end of text and input --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/data/index.html"> <span class="en">Data Storage</span> </a></div> <ul> <li><a href="../../../guide/topics/data/data-storage.html"> <span class="en">Storage Options</span> </a></li> <li><a href="../../../guide/topics/data/backup.html"> <span class="en">Data Backup</span> </a></li> <li><a href="../../../guide/topics/data/install-location.html"> <span class="en">App Install Location</span> </a></li> </ul> </li><!-- end of data storage --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/topics/admin/index.html"> <span class="en">Administration</span> </a></div> <ul> <li> <a href="../../../guide/topics/admin/device-admin.html"> <span class="en">Device Policies</span></a> </li> <!-- <li> <a href="../../../guide/topics/admin/keychain.html"> <span class="en">Certificate Store</span></a> </li> --> </ul> </li><!-- end of administration --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/webapps/index.html"> <span class="en">Web Apps</span> </a></div> <ul> <li><a href="../../../guide/webapps/overview.html"> <span class="en">Overview</span> </a></li> <li><a href="../../../guide/webapps/targeting.html"> <span class="en">Targeting Screens from Web Apps</span> </a></li> <li><a href="../../../guide/webapps/webview.html"> <span class="en">Building Web Apps in WebView</span> </a></li> <li><a href="../../../guide/webapps/migrating.html"> <span class="en">Migrating to WebView in Android 4.4</span> </a></li> <li><a href="../../../guide/webapps/debugging.html"> <span class="en">Debugging Web Apps</span> </a></li> <li><a href="../../../guide/webapps/best-practices.html"> <span class="en">Best Practices for Web Apps</span> </a></li> </ul> </li><!-- end of web apps --> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/practices/index.html"> <span class="en">Best Practices</span> <span class="de" style="display:none">Bewährte Verfahren</span> <span class="es" style="display:none">Prácticas recomendadas</span> <span class="fr" style="display:none">Meilleures pratiques</span> <span class="it" style="display:none">Best practice</span> <span class="ja" style="display:none">ベスト プラクティス</span> <span class="zh-cn" style="display:none">最佳实践</span> <span class="zh-tw" style="display:none">最佳實務</span> </div></a> <ul> <li><a href="../../../guide/practices/compatibility.html"> <span class="en">Compatibility</span> </a></li> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/practices/screens_support.html"> <span class="en">Supporting Multiple Screens</span> </a></div> <ul> <li><a href="../../../guide/practices/screens-distribution.html"> <span class="en">Distributing to Specific Screens</span> </a></li> <li><a href="../../../guide/practices/screen-compat-mode.html"> <span class="en">Screen Compatibility Mode</span> </a></li> </ul> </li> <li><a href="../../../guide/practices/tablets-and-handsets.html"> <span class="en">Supporting Tablets and Handsets</span> </a></li> </ul> </li> <!-- this needs to move <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/practices/ui_guidelines/index.html"> <span class="en">UI Guidelines</span> </a></div> <ul> <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/practices/ui_guidelines/icon_design.html"> <span class="en">Icon Design</span> </a></div> <ul> <li><a href="../../../guide/practices/ui_guidelines/icon_design_launcher.html"> <span class="en">Launcher Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_menu.html"> <span class="en">Menu Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_action_bar.html"> <span class="en">Action Bar Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_status_bar.html"> <span class="en">Status Bar Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_tab.html"> <span class="en">Tab Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_dialog.html"> <span class="en">Dialog Icons</span> </a></li> <li><a href="../../../guide/practices/ui_guidelines/icon_design_list.html"> <span class="en">List View Icons</span> </a></li> </ul> </li> <li><div><a href="../../../guide/practices/ui_guidelines/widget_design.html"> <span class="en">App Widget Design</span> </a></div> </li> </ul> </li> </ul> --> <!-- Remove <li class="nav-section"> <div class="nav-section-header"><a href="../../../guide/appendix/index.html"> <span class="en">Appendix</span> <span class="de" style="display:none">Anhang</span> <span class="es" style="display:none">Apéndice</span> <span class="fr" style="display:none">Annexes</span> <span class="it" style="display:none">Appendice</span> <span class="ja" style="display:none">付録</span> <span class="zh-cn" style="display:none">附录</span> <span class="zh-tw" style="display:none">附錄</span> </a></div> <ul> <li><a href="../../../guide/appendix/g-app-intents.html"> <span class="en">Intents List: Google Apps</span> </a></li> <li><a href="../../../guide/appendix/glossary.html"> <span class="en">Glossary</span> </a></li> </ul> </li> </li> --> </ul> <script type="text/javascript"> <!-- buildToggleLists(); changeNavLang(getLangPref()); //--> </script> </div> </div> <!-- end side-nav --> <script> $(document).ready(function() { scrollIntoView("devdoc-nav"); }); </script> <div class="col-12" id="doc-col" > <h1 itemprop="name" >RenderScript</h1> <div id="jd-content"> <div class="jd-descr" itemprop="articleBody"> <div id="qv-wrapper"> <div id="qv"> <h2>In this document</h2> <ol> <li><a href="#writing-an-rs-kernel">Writing a RenderScript Kernel</a></li> <li><a href="#access-rs-apis">Accessing RenderScript APIs</a> <ol> <li><a href="#ide-setup">Setting Up Your Development Environment</a></li> </ol> </li> <li><a href="#using-rs-from-java">Using RenderScript from Java Code</a></li> </ol> <h2>Related Samples</h2> <ol> <li><a href="../../../resources/samples/RenderScript/HelloCompute/index.html">Hello Compute</a></li> </ol> </div> </div> <p>RenderScript is a framework for running computationally intensive tasks at high performance on Android. RenderScript is primarily oriented for use with data-parallel computation, although serial computationally intensive workloads can benefit as well. The RenderScript runtime will parallelize work across all processors available on a device, such as multi-core CPUs, GPUs, or DSPs, allowing you to focus on expressing algorithms rather than scheduling work or load balancing. RenderScript is especially useful for applications performing image processing, computational photography, or computer vision.</p> <p>To begin with RenderScript, there are two main concepts you should understand:</p> <ul> <li>High-performance compute kernels are written in a C99-derived language.</li> <li>A Java API is used for managing the lifetime of RenderScript resources and controlling kernel execution.</li> </ul> <h2 id="writing-an-rs-kernel">Writing a RenderScript Kernel</h2> <p>A RenderScript kernel typically resides in a <code>.rs</code> file in the <code>&lt;project_root&gt;/src/</code> directory; each <code>.rs</code> file is called a script. Every script contains its own set of kernels, functions, and variables. A script can contain:</p> <ul> <li>A pragma declaration (<code>#pragma version(1)</code>) that declares the version of the RenderScript kernel language used in this script. Currently, 1 is the only valid value.</li> <li>A pragma declaration (<code>#pragma rs java_package_name(com.example.app)</code>) that declares the package name of the Java classes reflected from this script.</li> <li>Some number of invokable functions. An invokable function is a single-threaded RenderScript function that you can call from your Java code with arbitrary arguments. These are often useful for initial setup or serial computations within a larger processing pipeline.</li> <li>Some number of script globals. A script global is equivalent to a global variable in C. You can access script globals from Java code, and these are often used for parameter passing to RenderScript kernels.</li> <li>Some number of compute kernels. A kernel is a parallel function that executes across every <code><a href="../../../reference/android/renderscript/Element.html">Element</a></code> within an <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>. <p>A simple kernel may look like the following:</p> <pre>uchar4 __attribute__((kernel)) invert(uchar4 in, uint32_t x, uint32_t y) { uchar4 out = in; out.r = 255 - in.r; out.g = 255 - in.g; out.b = 255 - in.b; return out; }</pre> <p>In most respects, this is identical to a standard C function. The first notable feature is the <code>__attribute__((kernel))</code> applied to the function prototype. This denotes that the function is a RenderScript kernel instead of an invokable function. The next feature is the <code>in</code> argument and its type. In a RenderScript kernel, this is a special argument that is automatically filled in based on the input <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> passed to the kernel launch. By default, the kernel is run across an entire <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>, with one execution of the kernel body per <code><a href="../../../reference/android/renderscript/Element.html">Element</a></code> in the <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>. The third notable feature is the return type of the kernel. The value returned from the kernel is automatically written to the appropriate location in the output <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>. The RenderScript runtime checks to ensure that the <code><a href="../../../reference/android/renderscript/Element.html">Element</a></code> types of the input and output Allocations match the kernel's prototype; if they do not match, an exception is thrown.</p> <p>A kernel may have an input <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>, an output <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>, or both. A kernel may not have more than one input or one output <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>. If more than one input or output is required, those objects should be bound to <code>rs_allocation</code> script globals and accessed from a kernel or invokable function via <code>rsGetElementAt_<em>type</em>()</code> or <code>rsSetElementAt_<em>type</em>()</code>.</p> <p>A kernel may access the coordinates of the current execution using the <code>x</code>, <code>y</code>, and <code>z</code> arguments. These arguments are optional, but the type of the coordinate arguments must be <code>uint32_t</code>.</p></li> <li>An optional <code>init()</code> function. An <code>init()</code> function is a special type of invokable function that is run when the script is first instantiated. This allows for some computation to occur automatically at script creation.</li> <li>Some number of static script globals and functions. A static script global is equivalent to a script global except that it cannot be set from Java code. A static function is a standard C function that can be called from any kernel or invokable function in the script but is not exposed to the Java API. If a script global or function does not need to be called from Java code, it is highly recommended that those be declared <code>static</code>.</li> </ul> <h4>Setting floating point precision</h4> <p>You can control the required level of floating point precision in a script. This is useful if full IEEE 754-2008 standard (used by default) is not required. The following pragmas can set a different level of floating point precision:</p> <ul> <li><code>#pragma rs_fp_full</code> (default if nothing is specified): For apps that require floating point precision as outlined by the IEEE 754-2008 standard. </li> <li><code>#pragma rs_fp_relaxed</code> - For apps that don’t require strict IEEE 754-2008 compliance and can tolerate less precision. This mode enables flush-to-zero for denorms and round-towards-zero. </li> <li><code>#pragma rs_fp_imprecise</code> - For apps that don’t have stringent precision requirements. This mode enables everything in <code>rs_fp_relaxed</code> along with the following: <ul> <li>Operations resulting in -0.0 can return +0.0 instead.</li> <li>Operations on INF and NAN are undefined.</li> </ul> </li> </ul> <p>Most applications can use <code>rs_fp_relaxed</code> without any side effects. This may be very beneficial on some architectures due to additional optimizations only available with relaxed precision (such as SIMD CPU instructions).</p> <h2 id="access-rs-apis">Accessing RenderScript APIs</h2> <p>When developing an Android application that uses RenderScript, you can access its API in one of two ways:</p> <ul> <li><strong><code><a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></code></strong> - The APIs in this class package are available on devices running Android 3.0 (API level 11) and higher. These are the original APIs for RenderScript and are not currently being updated.</li> <li><strong><code><a href="../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></code></strong> - The APIs in this package are available through a <a href="../../../tools/support-library/features.html#v8">Support Library</a>, which allows you to use them on devices running Android 2.2 (API level 8) and higher.</li> </ul> <p>We strongly recommend using the Support Library APIs for accessing RenderScript because they include the latest improvements to the RenderScript compute framework and provide a wider range of device compatibility.</p> <h3 id="ide-setup">Using the RenderScript Support Library APIs</h3> <p>In order to use the Support Library RenderScript APIs, you must configure your development environment to be able to access them. The following Android SDK tools are required for using these APIs:</p> <ul> <li>Android SDK Tools revision 22.2 or higher</li> <li>Android SDK Build-tools revision 18.1.0 or higher</li> </ul> <p>You can check and update the installed version of these tools in the <a href="../../../tools/help/sdk-manager.html">Android SDK Manager</a>.</p> <p class="note"> <strong>Note:</strong> Use of Support Library RenderScript APIs is not currently supported with Android Studio or Gradle-based builds. </p> <p>To use the Support Library RenderScript APIs in Eclipse:</p> <ol> <li>Make sure you have the required Android SDK version and Build Tools version installed.</li> <li>Open the <code>project.properties</code> file in the root folder of your application project.</li> <li>Add the following lines to the file: <pre> renderscript.target=18 renderscript.support.mode=true sdk.buildtools=18.1.0 </pre> </li> <li>In your application classes that use RenderScript, add an import for the Support Library classes: <pre> import android.support.v8.renderscript.*; </pre> </li> </ol> <p>The <code>project.properties</code> settings listed above control specific behavior in the Android build process:</p> <ul> <li><code>renderscript.target</code> - Specifies the bytecode version to be generated. We recommend you set this value the highest available API level and set <code>renderscript.support.mode</code> to <code>true</code>. Valid values for this setting are any integer value from 11 to the most recently released API level. If your minimum SDK version specified in your application manifest is set to a higher value, this value is ignored and the target value is set to the minimum SDK version.</li> <li><code>renderscript.support.mode</code> - Specifies that the generated bytecode should fall back to a compatible version if the device it is running on does not support the target version. </li> <li><code>sdk.buildtools</code> - The version of the Android SDK build tools to use. This value should be set to <code>18.1.0</code> or higher. If this option is not specified, the highest installed build tools version is used. You should always set this value to ensure the consistency of builds across development machines with different configurations.</li> </ul> <h2 id="using-rs-from-java">Using RenderScript from Java Code</h2> <p>Using RenderScript from Java code relies on the API classes located in the <code><a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></code> or the <code><a href="../../../reference/android/support/v8/renderscript/package-summary.html">android.support.v8.renderscript</a></code> package. Most applications follow the same basic usage patterns:</p> <ol> <li><strong>Initialize a RenderScript context.</strong> The <code><a href="../../../reference/android/renderscript/RenderScript.html">RenderScript</a></code> context, created with <code><a href="../../../reference/android/renderscript/RenderScript.html#create(android.content.Context)">create(Context)</a></code>, ensures that RenderScript can be used and provides an object to control the lifetime of all subsequent RenderScript objects. You should consider context creation to be a potentially long-running operation, since it may create resources on different pieces of hardware; it should not be in an application's critical path if at all possible. Typically, an application will have only a single RenderScript context at a time.</li> <li><strong>Create at least one <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> to be passed to a script.</strong> An <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> is a RenderScript object that provides storage for a fixed amount of data. Kernels in scripts take <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> objects as their input and output, and <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> objects can be accessed in kernels using <code>rsGetElementAt_<em>type</em>()</code> and <code>rsSetElementAt_<em>type</em>()</code> when bound as script globals. <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> objects allow arrays to be passed from Java code to RenderScript code and vice-versa. <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> objects are typically created using <code><a href="../../../reference/android/renderscript/Allocation.html#createTyped(android.renderscript.RenderScript, android.renderscript.Type)">createTyped(RenderScript, Type)</a></code> or <code><a href="../../../reference/android/renderscript/Allocation.html#createFromBitmap(android.renderscript.RenderScript, android.graphics.Bitmap)">createFromBitmap(RenderScript, Bitmap)</a></code>.</li> <li><strong>Create whatever scripts are necessary.</strong> There are two types of scripts available to you when using RenderScript: <ul> <li><strong>ScriptC</strong>: These are the user-defined scripts as described in <a href="#writing-an-rs-kernel">Writing a RenderScript Kernel</a> above. Every script has a Java class reflected by the RenderScript compiler in order to make it easy to access the script from Java code; this class will have the name <code>ScriptC_<em>filename</em></code>. For example, if the kernel above was located in <code>invert.rs</code> and a RenderScript context was already located in <code>mRS</code>, the Java code to instantiate the script would be: <pre>ScriptC_invert invert = new ScriptC_invert(mRenderScript);</pre></li> <li><strong>ScriptIntrinsic</strong>: These are built-in RenderScript kernels for common operations, such as Gaussian blur, convolution, and image blending. For more information, see the subclasses of <code><a href="../../../reference/android/renderscript/ScriptIntrinsic.html">ScriptIntrinsic</a></code>.</li> </ul></li> <li><strong>Populate Allocations with data.</strong> Except for Allocations created with <code><a href="../../../reference/android/renderscript/package-summary.html">android.renderscript</a></code>, an Allocation will be populated with empty data when it is first created. To populate an Allocation, use one of the <code>copy</code> methods in <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>.</li> <li><strong>Set any necessary script globals.</strong> Globals may be set using methods in the same <code>ScriptC_<em>filename</em></code> class with methods named <code>set_<em>globalname</em></code>. For example, in order to set an <code>int</code> named <code>elements</code>, use the Java method <code>set_elements(int)</code>. RenderScript objects can also be set in kernels; for example, the <code>rs_allocation</code> variable named <code>lookup</code> can be set with the method <code>set_lookup(Allocation)</code>.</li> <li><strong>Launch the appropriate kernels.</strong> Methods to launch a given kernel will be reflected in the same <code>ScriptC_<em>filename</em></code> class with methods named <code>forEach_<em>kernelname</em>()</code>. These launches are asynchronous, and launches will be serialized in the order in which they are launched. Depending on the arguments to the kernel, the method will take either one or two Allocations. By default, a kernel will execute over the entire input or output Allocation; to execute over a subset of that Allocation, pass an appropriate <code><a href="../../../reference/android/renderscript/Script.LaunchOptions.html">Script.LaunchOptions</a></code> as the last argument to the <code>forEach</code> method. <p>Invoked functions can be launched using the <code>invoke_<em>functionname</em></code> methods reflected in the same <code>ScriptC_<em>filename</em></code> class.</p></li> <li><strong>Copy data out of <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> objects.</strong> In order to access data from an <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code> from Java code, that data must be copied back to Java buffers using one of the <code>copy</code> methods in <code><a href="../../../reference/android/renderscript/Allocation.html">Allocation</a></code>. These functions will synchronize with asynchronous kernel and function launches as necessary.</li> <li><strong>Tear down the RenderScript context.</strong> The RenderScript context can be destroyed with <code><a href="../../../reference/android/renderscript/RenderScript.html#destroy()">destroy()</a></code> or by allowing the RenderScript context object to be garbage collected. This will cause any further use of any object belonging to that context to throw an exception.</li> </ol> </div> <div class="content-footer layout-content-row" itemscope itemtype="http://schema.org/SiteNavigationElement"> <div class="layout-content-col col-8" style="padding-top:4px"> <div class="g-plusone" data-size="medium"></div> </div> <div class="paging-links layout-content-col col-4"> </div> </div> </div> <!-- end jd-content --> <div id="footer" class="wrap" > <div id="copyright"> Except as noted, this content is licensed under <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>. For details and restrictions, see the <a href="../../../license.html">Content License</a>. </div> <div id="footerlinks"> <p> <a href="../../../about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp; <a href="../../../legal.html">Legal</a>&nbsp;&nbsp;|&nbsp; <a href="../../../support.html">Support</a> </p> </div> </div> <!-- end footer --> </div><!-- end doc-content --> </div> <!-- end body-content --> </body> </html>
AzureZhao/android-developer-cn
guide/topics/renderscript/compute.html
HTML
mit
59,333
<!-- saved from url=(0014)about:internet --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"> <html> <!-- Standard Head Part --> <head> <title>NUnit - TestcaseBuilders</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="Content-Language" content="en-US"> <meta name="norton-safeweb-site-verification" content="tb6xj01p4hgo5x-8wscsmq633y11-e6nhk-bnb5d987bseanyp6p0uew-pec8j963qlzj32k5x9h3r2q7wh-vmy8bbhek5lnpp5w4p8hocouuq39e09jrkihdtaeknua" /> <link rel="stylesheet" type="text/css" href="nunit.css"> <link rel="shortcut icon" href="favicon.ico"> </head> <!-- End Standard Head Part --> <body> <!-- Standard Header for NUnit.org --> <div id="header"> <a id="logo" href="http://www.nunit.org"><img src="img/logo.gif" alt="NUnit.org" title="NUnit.org"></a> <div id="nav"> <a href="http://www.nunit.org">NUnit</a> <a class="active" href="index.html">Documentation</a> </div> </div> <!-- End of Header --> <div id="content"> <h3>TestCaseBuilders (NUnit 2.4)</h3> <h4>Purpose</h4> <p>TestCaseBuilders create Tests based on a MethodInfo. NUnit uses several TestCaseBuilders internally to create various kinds of TestMethods. <h4>Extension Point</h4> Addins use the host to access this extension point by name: <pre> IExtensionPoint testCaseBuilders = host.GetExtensionPoint( "TestCaseBuilders" );</pre> <h4>Interfaces</h4> <p>The extension object passed to Install must implement either the ITestCaseBuilder or the ITestCaseBuilder2 interface: <pre> public interface ITestCaseBuilder { bool CanBuildFrom( MethodInfo method ); Test BuildFrom( MethodInfo method ); } public interface ITestCaseBuilder2 : ITestCaseBuilder { bool CanBuildFrom( MethodInfo method, Test suite ); Test BuildFrom( MethodInfo method, Test suite ); } </pre> <p>NUnit will call ITestCaseBuilder2 if it is available. Otherwise ITestCaseBuilder will be used. <p>The CanBuildFrom method should return true if the addin can build a test from the MethodInfo provided. Some TestCaseBuilder addins are only intended to apply to methods within a specific type of fixture. The suite argument of the ITestCaseBuilder2 interface may be used to make this determination. <p>The BuildFrom method should return a test constructed over the MethodInfo provided as an argument or null if the method cannot be used. </div> <!-- Submenu --> <div id="subnav"> <ul> <li><a href="index.html">NUnit 2.6.2</a></li> <ul> <li><a href="getStarted.html">Getting&nbsp;Started</a></li> <li><a href="writingTests.html">Writing&nbsp;Tests</a></li> <li><a href="runningTests.html">Running&nbsp;Tests</a></li> <li><a href="extensibility.html">Extensibility</a></li> <ul> <li><a href="customConstraints.html">Custom&nbsp;Constraints</a></li> <li><a href="nunitAddins.html">NUnit&nbsp;Addins</a></li> <ul> <li><a href="suiteBuilders.html">SuiteBuilders</a></li> <li id="current"><a href="testcaseBuilders.html">TestcaseBuilders</a></li> <li><a href="testDecorators.html">TestDecorators</a></li> <li><a href="testcaseProviders.html">TestcaseProviders</a></li> <li><a href="datapointProviders.html">DatapointProviders</a></li> <li><a href="eventListeners.html">EventListeners</a></li> </ul> <li><a href="extensionTips.html">Tips&nbsp;for&nbsp;Extenders</a></li> </ul> <li><a href="releaseNotes.html">Release&nbsp;Notes</a></li> <li><a href="samples.html">Samples</a></li> <li><a href="license.html">License</a></li> </ul> <li><a href="vsTestAdapter.html">NUnit&nbsp;Test&nbsp;Adapter</a></li> <ul> <li><a href="vsTestAdapterLicense.html">License</a></li> </ul> <li><a href="&r=2.6.2.html"></a></li> <li><a href="&r=2.6.2.html"></a></li> </ul> </div> <!-- End of Submenu --> <!-- Standard Footer for NUnit.org --> <div id="footer"> Copyright &copy; 2012 Charlie Poole. All Rights Reserved. </div> <!-- End of Footer --> </body> </html>
strotz/pustota
lib/NUnit-2.6.2/doc/testcaseBuilders.html
HTML
mit
3,865
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>pymatgen.electronic_structure.core module &#8212; pymatgen 2017.11.6 documentation</title> <link rel="stylesheet" href="_static/proBlue.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '2017.11.6', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="_static/favicon.ico"/> <link rel="index" title="Index" href="genindex.html" /> <link rel="search" title="Search" href="search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head> <body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">pymatgen 2017.11.6 documentation</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="module-pymatgen.electronic_structure.core"> <span id="pymatgen-electronic-structure-core-module"></span><h1>pymatgen.electronic_structure.core module<a class="headerlink" href="#module-pymatgen.electronic_structure.core" title="Permalink to this headline">¶</a></h1> <dl class="class"> <dt id="pymatgen.electronic_structure.core.Magmom"> <em class="property">class </em><code class="descname">Magmom</code><span class="sig-paren">(</span><em>moment</em>, <em>saxis=(0</em>, <em>0</em>, <em>1)</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">monty.json.MSONable</span></code></p> <p>New class in active development. Use with caution, feedback is appreciated.</p> <p>Class to handle magnetic moments. Defines the magnetic moment of a site or species relative to a spin quantization axis. Designed for use in electronic structure calculations.</p> <ul class="simple"> <li>For the general case, Magmom can be specified by a vector, e.g. m = Magmom([1.0, 1.0, 2.0]), and subscripts will work as expected, e.g. m[0] gives 1.0</li> <li>For collinear calculations, Magmom can assumed to be scalar-like, e.g. m = Magmom(5.0) will work as expected, e.g. float(m) gives 5.0</li> </ul> <p>Both of these cases should be safe and shouldn’t give any surprises, but more advanced functionality is available if required.</p> <p>There also exist useful static methods for lists of magmoms:</p> <ul class="simple"> <li>Magmom.are_collinear(magmoms) - if true, a collinear electronic structure calculation can be safely initialized, with float(Magmom) giving the expected scalar magnetic moment value</li> <li>Magmom.get_consistent_set_and_saxis(magmoms) - for non-collinear electronic structure calculations, a global, consistent spin axis has to be used. This method returns a list of Magmoms which all share a common spin axis, along with the global spin axis.</li> </ul> <p>All methods that take lists of magmoms will accept magmoms either as Magmom objects or as scalars/lists and will automatically convert to a Magmom representation internally.</p> <p>The following methods are also particularly useful in the context of VASP calculations:</p> <ul class="simple"> <li>Magmom.get_xyz_magmom_with_001_saxis()</li> <li>Magmom.get_00t_magmom_with_xyz_saxis()</li> </ul> <p>See VASP documentation for more information:</p> <p><a class="reference external" href="https://cms.mpi.univie.ac.at/wiki/index.php/SAXIS">https://cms.mpi.univie.ac.at/wiki/index.php/SAXIS</a></p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first last simple"> <li><strong>moment</strong> – magnetic moment, supplied as float or list/np.ndarray</li> <li><strong>saxis</strong> – spin axis, supplied as list/np.ndarray, parameter will</li> </ul> </td> </tr> </tbody> </table> <p>be converted to unit vector (default is [0, 0, 1]) :return: Magmom object</p> <dl class="staticmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.are_collinear"> <em class="property">static </em><code class="descname">are_collinear</code><span class="sig-paren">(</span><em>magmoms</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.are_collinear"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.are_collinear" title="Permalink to this definition">¶</a></dt> <dd><p>Method checks to see if a set of magnetic moments are collinear with each other. :param magmoms: list of magmoms (Magmoms, scalars or vectors) :return: bool</p> </dd></dl> <dl class="classmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.from_global_moment_and_saxis"> <em class="property">classmethod </em><code class="descname">from_global_moment_and_saxis</code><span class="sig-paren">(</span><em>global_moment</em>, <em>saxis</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.from_global_moment_and_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.from_global_moment_and_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>Convenience method to initialize Magmom from a given global magnetic moment, i.e. magnetic moment with saxis=(0,0,1), and provided saxis.</p> <p>Method is useful if you do not know the components of your magnetic moment in frame of your desired saxis.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>global_moment</strong> – </li> <li><strong>saxis</strong> – desired saxis</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last"></p> </td> </tr> </tbody> </table> </dd></dl> <dl class="classmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.from_moment_relative_to_crystal_axes"> <em class="property">classmethod </em><code class="descname">from_moment_relative_to_crystal_axes</code><span class="sig-paren">(</span><em>moment</em>, <em>lattice</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.from_moment_relative_to_crystal_axes"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.from_moment_relative_to_crystal_axes" title="Permalink to this definition">¶</a></dt> <dd><p>Obtaining a Magmom object from a magnetic moment provided relative to crystal axes.</p> <p>Used for obtaining moments from magCIF file. :param magmom: list of floats specifying vector magmom :param lattice: Lattice :return: Magmom</p> </dd></dl> <dl class="method"> <dt id="pymatgen.electronic_structure.core.Magmom.get_00t_magmom_with_xyz_saxis"> <code class="descname">get_00t_magmom_with_xyz_saxis</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_00t_magmom_with_xyz_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_00t_magmom_with_xyz_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>For internal implementation reasons, in non-collinear calculations VASP prefers:</p> <p>MAGMOM = 0 0 total_magnetic_moment SAXIS = x y z</p> <p>to an equivalent:</p> <p>MAGMOM = x y z SAXIS = 0 0 1</p> <p>This method returns a Magmom object with magnetic moment [0, 0, t], where t is the total magnetic moment, and saxis rotated as required.</p> <p>A consistent direction of saxis is applied such that t might be positive or negative depending on the direction of the initial moment. This is useful in the case of collinear structures, rather than constraining assuming t is always positive.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Magmom</td> </tr> </tbody> </table> </dd></dl> <dl class="staticmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.get_consistent_set_and_saxis"> <em class="property">static </em><code class="descname">get_consistent_set_and_saxis</code><span class="sig-paren">(</span><em>magmoms</em>, <em>saxis=None</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_consistent_set_and_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_consistent_set_and_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>Method to ensure a list of magmoms use the same spin axis. Returns a tuple of a list of Magmoms and their global spin axis.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>magmoms</strong> – list of magmoms (Magmoms, scalars or vectors)</li> <li><strong>saxis</strong> – can provide a specific global spin axis</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">(list of Magmoms, global spin axis) tuple</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="pymatgen.electronic_structure.core.Magmom.get_moment"> <code class="descname">get_moment</code><span class="sig-paren">(</span><em>saxis=(0</em>, <em>0</em>, <em>1)</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_moment"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_moment" title="Permalink to this definition">¶</a></dt> <dd><p>Get magnetic moment relative to a given spin quantization axis. If no axis is provided, moment will be given relative to the Magmom’s internal spin quantization axis, i.e. equivalent to Magmom.moment</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>axis</strong> – (list/numpy array) spin quantization axis</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">np.ndarray of length 3</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="pymatgen.electronic_structure.core.Magmom.get_moment_relative_to_crystal_axes"> <code class="descname">get_moment_relative_to_crystal_axes</code><span class="sig-paren">(</span><em>lattice</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_moment_relative_to_crystal_axes"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_moment_relative_to_crystal_axes" title="Permalink to this definition">¶</a></dt> <dd><p>If scalar magmoms, moments will be given arbitrarily along z. Used for writing moments to magCIF file.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><ul class="first simple"> <li><strong>magmom</strong> – Magmom</li> <li><strong>lattice</strong> – Lattice</li> </ul> </td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body"><p class="first last">vector as list of floats</p> </td> </tr> </tbody> </table> </dd></dl> <dl class="staticmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.get_suggested_saxis"> <em class="property">static </em><code class="descname">get_suggested_saxis</code><span class="sig-paren">(</span><em>magmoms</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_suggested_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_suggested_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>This method returns a suggested spin axis for a set of magmoms, taking the largest magnetic moment as the reference. For calculations with collinear spins, this would give a sensible saxis for a ncl calculation.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>magmoms</strong> – list of magmoms (Magmoms, scalars or vectors)</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">np.ndarray of length 3</td> </tr> </tbody> </table> </dd></dl> <dl class="method"> <dt id="pymatgen.electronic_structure.core.Magmom.get_xyz_magmom_with_001_saxis"> <code class="descname">get_xyz_magmom_with_001_saxis</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.get_xyz_magmom_with_001_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.get_xyz_magmom_with_001_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>Returns a Magmom in the default setting of saxis = [0, 0, 1] and the magnetic moment rotated as required.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">Magmom</td> </tr> </tbody> </table> </dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Magmom.global_moment"> <code class="descname">global_moment</code><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.global_moment" title="Permalink to this definition">¶</a></dt> <dd><p>Get the magnetic moment defined in an arbitrary global reference frame.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">np.ndarray of length 3</td> </tr> </tbody> </table> </dd></dl> <dl class="staticmethod"> <dt id="pymatgen.electronic_structure.core.Magmom.have_consistent_saxis"> <em class="property">static </em><code class="descname">have_consistent_saxis</code><span class="sig-paren">(</span><em>magmoms</em><span class="sig-paren">)</span><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Magmom.have_consistent_saxis"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.have_consistent_saxis" title="Permalink to this definition">¶</a></dt> <dd><p>This method checks that all Magmom objects in a list have a consistent spin quantization axis. To write MAGMOM tags to a VASP INCAR, a global SAXIS value for all magmoms has to be used. If saxis are inconsistent, can create consistent set with: Magmom.get_consistent_set(magmoms)</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>magmoms</strong> – list of magmoms (Magmoms, scalars or vectors)</td> </tr> <tr class="field-even field"><th class="field-name">Returns:</th><td class="field-body">bool</td> </tr> </tbody> </table> </dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Magmom.projection"> <code class="descname">projection</code><a class="headerlink" href="#pymatgen.electronic_structure.core.Magmom.projection" title="Permalink to this definition">¶</a></dt> <dd><p>Projects moment along spin quantisation axis. Useful for obtaining collinear approximation for slightly non-collinear magmoms.</p> <table class="docutils field-list" frame="void" rules="none"> <col class="field-name" /> <col class="field-body" /> <tbody valign="top"> <tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">float</td> </tr> </tbody> </table> </dd></dl> </dd></dl> <dl class="class"> <dt id="pymatgen.electronic_structure.core.Orbital"> <em class="property">class </em><code class="descname">Orbital</code><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Orbital"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p> <p>Enum type for specific orbitals. The indices are basically the order in which the orbitals are reported in VASP and has no special meaning.</p> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.dx2"> <code class="descname">dx2</code><em class="property"> = 8</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.dx2" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.dxy"> <code class="descname">dxy</code><em class="property"> = 4</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.dxy" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.dxz"> <code class="descname">dxz</code><em class="property"> = 7</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.dxz" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.dyz"> <code class="descname">dyz</code><em class="property"> = 5</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.dyz" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.dz2"> <code class="descname">dz2</code><em class="property"> = 6</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.dz2" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f0"> <code class="descname">f0</code><em class="property"> = 12</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f0" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f1"> <code class="descname">f1</code><em class="property"> = 13</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f1" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f2"> <code class="descname">f2</code><em class="property"> = 14</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f2" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f3"> <code class="descname">f3</code><em class="property"> = 15</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f3" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f_1"> <code class="descname">f_1</code><em class="property"> = 11</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f_1" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f_2"> <code class="descname">f_2</code><em class="property"> = 10</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f_2" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.f_3"> <code class="descname">f_3</code><em class="property"> = 9</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.f_3" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.orbital_type"> <code class="descname">orbital_type</code><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.orbital_type" title="Permalink to this definition">¶</a></dt> <dd><p>Returns OrbitalType of an orbital.</p> </dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.px"> <code class="descname">px</code><em class="property"> = 3</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.px" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.py"> <code class="descname">py</code><em class="property"> = 1</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.py" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.pz"> <code class="descname">pz</code><em class="property"> = 2</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.pz" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Orbital.s"> <code class="descname">s</code><em class="property"> = 0</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Orbital.s" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="pymatgen.electronic_structure.core.OrbitalType"> <em class="property">class </em><code class="descname">OrbitalType</code><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#OrbitalType"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.OrbitalType" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p> <p>Enum type for orbital type. Indices are basically the azimuthal quantum number, l.</p> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.OrbitalType.d"> <code class="descname">d</code><em class="property"> = 2</em><a class="headerlink" href="#pymatgen.electronic_structure.core.OrbitalType.d" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.OrbitalType.f"> <code class="descname">f</code><em class="property"> = 3</em><a class="headerlink" href="#pymatgen.electronic_structure.core.OrbitalType.f" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.OrbitalType.p"> <code class="descname">p</code><em class="property"> = 1</em><a class="headerlink" href="#pymatgen.electronic_structure.core.OrbitalType.p" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.OrbitalType.s"> <code class="descname">s</code><em class="property"> = 0</em><a class="headerlink" href="#pymatgen.electronic_structure.core.OrbitalType.s" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="pymatgen.electronic_structure.core.Spin"> <em class="property">class </em><code class="descname">Spin</code><a class="reference internal" href="_modules/pymatgen/electronic_structure/core.html#Spin"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#pymatgen.electronic_structure.core.Spin" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">enum.Enum</span></code></p> <p>Enum type for Spin. Only up and down. Usage: Spin.up, Spin.down.</p> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Spin.down"> <code class="descname">down</code><em class="property"> = -1</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Spin.down" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> <dl class="attribute"> <dt id="pymatgen.electronic_structure.core.Spin.up"> <code class="descname">up</code><em class="property"> = 1</em><a class="headerlink" href="#pymatgen.electronic_structure.core.Spin.up" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/pymatgen.electronic_structure.core.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="index.html">pymatgen 2017.11.6 documentation</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2011, Pymatgen Development Team. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. </div> <div class="footer">This page uses <a href="http://analytics.google.com/"> Google Analytics</a> to collect statistics. You can disable it by blocking the JavaScript coming from www.google-analytics.com. <script type="text/javascript"> (function() { var ga = document.createElement('script'); ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; ga.setAttribute('async', 'true'); document.documentElement.firstChild.appendChild(ga); })(); </script> </div> </body> </html>
Bismarrck/pymatgen
docs/pymatgen.electronic_structure.core.html
HTML
mit
29,258
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>JavaScript Exceptions - Creating Exceptions</title> </head> <body> <script type="text/javascript"> function tryCatchException(msg) { try { var typeEx; if (msg) { typeEx = new TypeError(msg); } else { typeEx = new TypeError(); } throw typeEx; } catch (ex) { console.log(ex.message); } } tryCatchException(); tryCatchException("Not correct use of an object!"); </script> </body> </html>
StefanSinapov/TelerikAcademy
09. JavaScript ООП/08. Creating and Using Exceptions/0. Demos/3. creating-exceptions.html
HTML
mit
671
<!-- Stylish portfolio startbootstrap.com --> <html lang="en"> <head> <link rel="stylesheet" type="text/css" media="all" href="css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" media="all" href="css/jgallery.min.css?v=1.6.2" /> <script type="text/javascript" src="js/jquery-2.0.3.min.js"></script> <script type="text/javascript" src="js/jgallery.min.js?v=1.6.2"></script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Archeological Society of Maryland, Inc.</title> <link rel="shortcut icon" href="http://marylandarcheology.org/favicon.ico" /> <!-- Bootstrap Core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- Custom CSS --> <link href="css/stylish-portfolio.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- Navigation --> <a id="menu-toggle" href="#" class="btn btn-dark btn-lg toggle"><i class="fa fa-bars"></i></a> <nav id="sidebar-wrapper"> <ul class="sidebar-nav"> <a id="menu-close" href="#" class="btn btn-light btn-lg pull-right toggle"><i class="fa fa-times"></i></a> <li class="sidebar-brand"> <a href="index.html" onclick=$("#menu-close").click();>ASM</a> </li> <li> <a href="index.html" onclick=$("#menu-close").click();>Home</a> </li> <li> <a href="#about" onclick=$("#menu-close").click();>About</a> </li> </ul> </nav> <!-- Header --> <section id="services" class="services bg-primary" style="padding:10px"> <div class="container"> <div class="row text-center"> <div class="col-lg-10 col-lg-offset-1"> <h1>2008 - 1 Field Session</h1> <hr class="small"> <!-- /.row (nested) --> </div> <!-- /.col-lg-10 --> </div> <!-- /.row --> </div> <!-- /.container --> </section><br><br> <!-- About --> <section id="about" class="about" style="padding:0px"> <div class="container"> <div class="row"> <div class="col-lg-12 text-center"> <div id="gallery"> <div class="album" data-jgallery-album-title="Field Session 2008 - Claggett Retreat Site"> <a href="img/Gallery/2008_FS_CR/T-Shirt_Store_CU_003.jpg"><img src="img/Gallery/2008_FS_CR/T-Shirt_Store_CU_003.jpg" alt="The 2008 Tyler Bastian Field Session was held at the Claggett Retreat Site (18FR25) in Frederick County." /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_001.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_001.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_005.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_005.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_010.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_010.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_012.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_012.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_014.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_014.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_018.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_018.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_020.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_020.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_030.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_030.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_035.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_035.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_037.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_037.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_040.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_040.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_B_016.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_B_016.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_B_024.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_B_024.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_B_028.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_B_028.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_B_032.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_B_032.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_B_038.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_B_038.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_001.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_001.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_006.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_006.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_007.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_007.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_019.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_019.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_022.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_022.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_023.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_023.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_C_028.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_C_028.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_D_006.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_D_006.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_D_016.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_D_016.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_D_025.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_D_025.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_D_030.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_D_030.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/2008_Claggett_D_031.jpg"><img src="img/Gallery/2008_FS_CR/2008_Claggett_D_031.jpg" alt="" /></a> <a href="img/Gallery/2008_FS_CR/CR_T-Shirt.jpg"><img src="img/Gallery/2008_FS_CR/CR_T-Shirt.jpg" alt="" /></a> </div> </div> <script type="text/javascript"> $( function() { jQuery( '#gallery' ).jGallery(); $('.title').addClass("expanded").css("cursor", "default"); } ); </script> </div> </div> <!-- /.row --> </div> <!-- /.container --> </section> <!-- Bootstrap Core JavaScript --> <script src="js/bootstrap.min.js"></script> <!-- Custom Theme JavaScript --> <script> // Closes the sidebar menu $("#menu-close").click(function(e) { e.preventDefault(); $("#sidebar-wrapper").toggleClass("active"); }); // Opens the sidebar menu $("#menu-toggle").click(function(e) { e.preventDefault(); $("#sidebar-wrapper").toggleClass("active"); }); // Scrolls to the selected menu item on the page $(function() { $('a[href*=#]:not([href=#],[data-toggle],[data-target],[data-slide])').click(function() { if (location.pathname.replace(/^\//, '') == this.pathname.replace(/^\//, '') || location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) + ']'); if (target.length) { $('html,body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); //#to-top button appears after scrolling var fixed = false; $(document).scroll(function() { if ($(this).scrollTop() > 250) { if (!fixed) { fixed = true; // $('#to-top').css({position:'fixed', display:'block'}); $('#to-top').show("slow", function() { $('#to-top').css({ position: 'fixed', display: 'block' }); }); } } else { if (fixed) { fixed = false; $('#to-top').hide("slow", function() { $('#to-top').css({ display: 'none' }); }); } } }); </script> </body> </html>
acesinc/asm-website
2008-1fieldsession.html
HTML
mit
9,946
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>WidgetInheritCss - Widget Inherit Css</title> <link rel="stylesheet" href="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;cssgrids&#x2F;cssgrids-min.css"> <link rel="stylesheet" href="..&#x2F;assets/vendor/prettify/prettify-min.css"> <link rel="stylesheet" href="..&#x2F;assets/css/main.css" id="site_styles"> <script src="http:&#x2F;&#x2F;yui.yahooapis.com&#x2F;3.4.0&#x2F;build&#x2F;yui&#x2F;yui-min.js"></script> </head> <body class="yui3-skin-sam"> <div id="doc"> <div id="hd" class="yui3-g header"> <div class="yui3-u-3-4"> <h1><img src="..&#x2F;assets/css/logo.png"></h1> </div> <div class="yui3-u-1-4 version"> <em>API Docs for: undefined</em> </div> </div> <div id="bd" class="yui3-g"> <div class="yui3-u-1-4"> <div id="docs-sidebar" class="sidebar apidocs"> <div id="api-list"> <h2 class="off-left">APIs</h2> <div id="api-tabview" class="tabview"> <ul class="tabs"> <li><a href="#api-classes">Classes</a></li> <li><a href="#api-modules">Modules</a></li> </ul> <div id="api-tabview-filter"> <input type="search" id="api-filter" placeholder="Type to filter APIs"> </div> <div id="api-tabview-panel"> <ul id="api-classes" class="apis classes"> <li><a href="..&#x2F;classes/WidgetInheritCss.html">WidgetInheritCss</a></li> </ul> <ul id="api-modules" class="apis modules"> <li><a href="..&#x2F;modules/gallery-widget-inherit-css.html">gallery-widget-inherit-css</a></li> </ul> </div> </div> </div> </div> </div> <div class="yui3-u-3-4"> <div id="api-options"> Show: <label for="api-show-inherited"> <input type="checkbox" id="api-show-inherited" checked> Inherited </label> <label for="api-show-protected"> <input type="checkbox" id="api-show-protected"> Protected </label> <label for="api-show-private"> <input type="checkbox" id="api-show-private"> Private </label> </div> <div class="apidocs"> <div id="docs-main" class="content"> <h1>WidgetInheritCss Class</h1> <div class="box meta"> <div class="foundat"> Defined in: <a href="../files&#x2F;js_widget-inherit-css.js.html#l29"><code>js&#x2F;widget-inherit-css.js:29</code></a> </div> </div> <div class="box intro"> <p>Allows a Widget subclass to inherit css from the superclass.</p> </div> <div class="constructor"> <h2>Constructor</h2> <div id="method_WidgetInheritCss" class="method item"> <h3 class="name"><code>WidgetInheritCss</code></h3> <span class="paren">()</span> <div class="meta"> <p>Defined in <a href="../files&#x2F;js_widget-inherit-css.js.html#l29"><code>js&#x2F;widget-inherit-css.js:29</code></a></p> </div> <div class="description"> </div> </div> </div> <div id="classdocs" class="tabview"> <ul class="api-class-tabs"> <li class="api-class-tab index"><a href="#index">Index</a></li> </ul> <div> <div id="index" class="api-class-tabpanel index"> <h2 class="off-left">Item Index</h2> </div> </div> </div> </div> </div> </div> </div> </div> <script src="..&#x2F;assets/vendor/prettify/prettify-min.js"></script> <script>prettyPrint();</script> <script src="..&#x2F;assets/js/yui-prettify.js"></script> <!--script src="..&#x2F;assets/js/tabs.js"></script--> <script src="..&#x2F;assets/../api.js"></script> <script src="..&#x2F;assets/js/api-filter.js"></script> <script src="..&#x2F;assets/js/api-list.js"></script> <script src="..&#x2F;assets/js/api-search.js"></script> <script src="..&#x2F;assets/js/apidocs.js"></script> </body> </html>
inikoo/fact
libs/yui/yui3-gallery/src/gallery-widget-inherit-css/api/classes/WidgetInheritCss.html
HTML
mit
4,520
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Home</title> <!-- Bootstrap --> <link href="assets/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/css/style.css" rel="stylesheet" type="text/css"> <!--<link rel="stylesheet" type="text/css" href="Flat-UI-master/css/flat-ui.css">--> <!--<link rel="stylesheet" type="text/css" href="css/custom.css">--> <!--<link rel="icon" type="image/x-icon" href="img/favicon.ico">--> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <!-- nav bar --> <div class="navbar navbar-default navbar-static-top custome-navbar" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="#">Vatsana</a> </div> <div class="navbar-collapse collapse" style="height: 1px;"> <ul class="nav navbar-nav navbar-right custom-nav"> <li class="active"><a href="#">Home</a> </li> <li><a href="#">About</a> </li> <li><a href="#">Apply</a> </li> </ul> </div> <!--/.nav-collapse --> </div> </div> <!-- container ends --> <!-- banner --> <div class="banner"> <img src="assets/images/slider1.png" class="img-responsive" alt="loading..." width="100%"> </div> <!-- welcome --> <div class="container-fluid"> <div class="row"> <div class="col-lg-12"> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body text-center custome-about"> <h1>Welcome</h1> <h3>to our advertising business</h3> <button type="button" class="btn btn-warning">Contact Us</button> </div> </div> </div> </div> <!-- 3 column row --> <div class="row"> <div class="col-lg-4 col-md-4 col-sm-12 col-sm-12"> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body text-center"> <h2>Our Services</h2> <p class="text-left">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text</p> <button type="button" class="btn btn-primary">Read More...</button> </div> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-sm-12"> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body text-center"> <h2>Best Offerings</h2> <p class="text-left">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p> </div> </div> </div> <div class="col-lg-4 col-md-4 col-sm-12 col-sm-12"> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body text-center"> <h2>Features</h2> <ul class="text-left"> <li>Mauris non mollis enim</li> <li>Mauris non mollis enim</li> <li>Mauris non mollis enim</li> </ul> <button type="button" class="btn btn-primary">Apply Now</button> </div> </div> </div> </div> <!-- content negotiation --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body"> <h1 style="border-bottom: 3px solid #ccc;padding-bottom: 12px;">your bisiness your market</h1> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <p style="font-size:16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <p style="font-size:16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> </div> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 "> <p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.</p> </div> <div style="clear: both;padding-top: 50px;"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <p style="font-size:16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <p style="font-size:16px">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> </div> </div> </div> </div> </div> </div> <!-- footer --> <div class="row"> <div class="col-lg-12 col-md-12 col-sm-12 col-xs-12"> <div class="panel panel-default" style="background:#fff;"> <div class="panel-body"> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12" style="padding:0px"> <h3 style="margin-top:0px">What we offer</h3> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p> <a href="#" class="btn btn-primary">Read more</a> </div> <div class="col-lg-6 col-md-6 col-sm-6 col-xs-12"> <ul class="list-unstyled text-right" style="font-size:20px"> <li><a href="#">home</a> </li> <li><a href="#">about</a> </li> <li><a href="#">Apply list</a> </li> <li><a href="#">contact</a> </li> </ul> </div> </div> </div> </div> </div> </div> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="assets/js/bootstrap.min.js" type="text/javascript"></script> </body> </html>
GDGIndore/bootstrap-mistakes
indore-14oct/vatsana/home.html
HTML
mit
10,342
<header> <!--<a id="go-back-home" href="/"><img src="/images/scribble.png" alt="scribble" width="53" height="59"></a>--> <p style="margin-top:30"><h1>{{ site.title }}</h1></p> <p><h4>{{ site.description }}</h4></p> </header>
krazyeom/krazyeom.github.com
_includes/header.html
HTML
mit
225
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>EcmascriptParserVisitorAdapter xref</title> <link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../../../apidocs/net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitorAdapter.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.lang.ecmascript.ast; <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitorAdapter.html">EcmascriptParserVisitorAdapter</a> <strong class="jxr_keyword">implements</strong> <a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitor.html">EcmascriptParserVisitor</a> { <a class="jxr_linenumber" name="L7" href="#L7">7</a> <a class="jxr_linenumber" name="L8" href="#L8">8</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptNode.html">EcmascriptNode</a> node, Object data) { <a class="jxr_linenumber" name="L9" href="#L9">9</a> node.childrenAccept(<strong class="jxr_keyword">this</strong>, data); <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">return</strong> <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="L11" href="#L11">11</a> } <a class="jxr_linenumber" name="L12" href="#L12">12</a> <a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehension.html">ASTArrayComprehension</a> node, Object data) { <a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L15" href="#L15">15</a> } <a class="jxr_linenumber" name="L16" href="#L16">16</a> <a class="jxr_linenumber" name="L17" href="#L17">17</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayComprehensionLoop.html">ASTArrayComprehensionLoop</a> node, Object data) { <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L19" href="#L19">19</a> } <a class="jxr_linenumber" name="L20" href="#L20">20</a> <a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTArrayLiteral.html">ASTArrayLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L23" href="#L23">23</a> } <a class="jxr_linenumber" name="L24" href="#L24">24</a> <a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTAssignment.html">ASTAssignment</a> node, Object data) { <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L27" href="#L27">27</a> } <a class="jxr_linenumber" name="L28" href="#L28">28</a> <a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTAstRoot.html">ASTAstRoot</a> node, Object data) { <a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L31" href="#L31">31</a> } <a class="jxr_linenumber" name="L32" href="#L32">32</a> <a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTBlock.html">ASTBlock</a> node, Object data) { <a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L35" href="#L35">35</a> } <a class="jxr_linenumber" name="L36" href="#L36">36</a> <a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTBreakStatement.html">ASTBreakStatement</a> node, Object data) { <a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L39" href="#L39">39</a> } <a class="jxr_linenumber" name="L40" href="#L40">40</a> <a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTCatchClause.html">ASTCatchClause</a> node, Object data) { <a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L43" href="#L43">43</a> } <a class="jxr_linenumber" name="L44" href="#L44">44</a> <a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTComment.html">ASTComment</a> node, Object data) { <a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L47" href="#L47">47</a> } <a class="jxr_linenumber" name="L48" href="#L48">48</a> <a class="jxr_linenumber" name="L49" href="#L49">49</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTConditionalExpression.html">ASTConditionalExpression</a> node, Object data) { <a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L51" href="#L51">51</a> } <a class="jxr_linenumber" name="L52" href="#L52">52</a> <a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTContinueStatement.html">ASTContinueStatement</a> node, Object data) { <a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L55" href="#L55">55</a> } <a class="jxr_linenumber" name="L56" href="#L56">56</a> <a class="jxr_linenumber" name="L57" href="#L57">57</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTDoLoop.html">ASTDoLoop</a> node, Object data) { <a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L59" href="#L59">59</a> } <a class="jxr_linenumber" name="L60" href="#L60">60</a> <a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTElementGet.html">ASTElementGet</a> node, Object data) { <a class="jxr_linenumber" name="L62" href="#L62">62</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L63" href="#L63">63</a> } <a class="jxr_linenumber" name="L64" href="#L64">64</a> <a class="jxr_linenumber" name="L65" href="#L65">65</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTEmptyExpression.html">ASTEmptyExpression</a> node, Object data) { <a class="jxr_linenumber" name="L66" href="#L66">66</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L67" href="#L67">67</a> } <a class="jxr_linenumber" name="L68" href="#L68">68</a> <a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTExpressionStatement.html">ASTExpressionStatement</a> node, Object data) { <a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L71" href="#L71">71</a> } <a class="jxr_linenumber" name="L72" href="#L72">72</a> <a class="jxr_linenumber" name="L73" href="#L73">73</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTForInLoop.html">ASTForInLoop</a> node, Object data) { <a class="jxr_linenumber" name="L74" href="#L74">74</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L75" href="#L75">75</a> } <a class="jxr_linenumber" name="L76" href="#L76">76</a> <a class="jxr_linenumber" name="L77" href="#L77">77</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTForLoop.html">ASTForLoop</a> node, Object data) { <a class="jxr_linenumber" name="L78" href="#L78">78</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L79" href="#L79">79</a> } <a class="jxr_linenumber" name="L80" href="#L80">80</a> <a class="jxr_linenumber" name="L81" href="#L81">81</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTFunctionCall.html">ASTFunctionCall</a> node, Object data) { <a class="jxr_linenumber" name="L82" href="#L82">82</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L83" href="#L83">83</a> } <a class="jxr_linenumber" name="L84" href="#L84">84</a> <a class="jxr_linenumber" name="L85" href="#L85">85</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTFunctionNode.html">ASTFunctionNode</a> node, Object data) { <a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L87" href="#L87">87</a> } <a class="jxr_linenumber" name="L88" href="#L88">88</a> <a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTIfStatement.html">ASTIfStatement</a> node, Object data) { <a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L91" href="#L91">91</a> } <a class="jxr_linenumber" name="L92" href="#L92">92</a> <a class="jxr_linenumber" name="L93" href="#L93">93</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTInfixExpression.html">ASTInfixExpression</a> node, Object data) { <a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L95" href="#L95">95</a> } <a class="jxr_linenumber" name="L96" href="#L96">96</a> <a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTKeywordLiteral.html">ASTKeywordLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L98" href="#L98">98</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L99" href="#L99">99</a> } <a class="jxr_linenumber" name="L100" href="#L100">100</a> <a class="jxr_linenumber" name="L101" href="#L101">101</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTLabel.html">ASTLabel</a> node, Object data) { <a class="jxr_linenumber" name="L102" href="#L102">102</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L103" href="#L103">103</a> } <a class="jxr_linenumber" name="L104" href="#L104">104</a> <a class="jxr_linenumber" name="L105" href="#L105">105</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTLabeledStatement.html">ASTLabeledStatement</a> node, Object data) { <a class="jxr_linenumber" name="L106" href="#L106">106</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L107" href="#L107">107</a> } <a class="jxr_linenumber" name="L108" href="#L108">108</a> <a class="jxr_linenumber" name="L109" href="#L109">109</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTLetNode.html">ASTLetNode</a> node, Object data) { <a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L111" href="#L111">111</a> } <a class="jxr_linenumber" name="L112" href="#L112">112</a> <a class="jxr_linenumber" name="L113" href="#L113">113</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTName.html">ASTName</a> node, Object data) { <a class="jxr_linenumber" name="L114" href="#L114">114</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L115" href="#L115">115</a> } <a class="jxr_linenumber" name="L116" href="#L116">116</a> <a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTNewExpression.html">ASTNewExpression</a> node, Object data) { <a class="jxr_linenumber" name="L118" href="#L118">118</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L119" href="#L119">119</a> } <a class="jxr_linenumber" name="L120" href="#L120">120</a> <a class="jxr_linenumber" name="L121" href="#L121">121</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTNumberLiteral.html">ASTNumberLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L122" href="#L122">122</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L123" href="#L123">123</a> } <a class="jxr_linenumber" name="L124" href="#L124">124</a> <a class="jxr_linenumber" name="L125" href="#L125">125</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTObjectLiteral.html">ASTObjectLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L126" href="#L126">126</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L127" href="#L127">127</a> } <a class="jxr_linenumber" name="L128" href="#L128">128</a> <a class="jxr_linenumber" name="L129" href="#L129">129</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTObjectProperty.html">ASTObjectProperty</a> node, Object data) { <a class="jxr_linenumber" name="L130" href="#L130">130</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L131" href="#L131">131</a> } <a class="jxr_linenumber" name="L132" href="#L132">132</a> <a class="jxr_linenumber" name="L133" href="#L133">133</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTParenthesizedExpression.html">ASTParenthesizedExpression</a> node, Object data) { <a class="jxr_linenumber" name="L134" href="#L134">134</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L135" href="#L135">135</a> } <a class="jxr_linenumber" name="L136" href="#L136">136</a> <a class="jxr_linenumber" name="L137" href="#L137">137</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTPropertyGet.html">ASTPropertyGet</a> node, Object data) { <a class="jxr_linenumber" name="L138" href="#L138">138</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L139" href="#L139">139</a> } <a class="jxr_linenumber" name="L140" href="#L140">140</a> <a class="jxr_linenumber" name="L141" href="#L141">141</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTRegExpLiteral.html">ASTRegExpLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L142" href="#L142">142</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L143" href="#L143">143</a> } <a class="jxr_linenumber" name="L144" href="#L144">144</a> <a class="jxr_linenumber" name="L145" href="#L145">145</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTReturnStatement.html">ASTReturnStatement</a> node, Object data) { <a class="jxr_linenumber" name="L146" href="#L146">146</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L147" href="#L147">147</a> } <a class="jxr_linenumber" name="L148" href="#L148">148</a> <a class="jxr_linenumber" name="L149" href="#L149">149</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTScope.html">ASTScope</a> node, Object data) { <a class="jxr_linenumber" name="L150" href="#L150">150</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L151" href="#L151">151</a> } <a class="jxr_linenumber" name="L152" href="#L152">152</a> <a class="jxr_linenumber" name="L153" href="#L153">153</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTStringLiteral.html">ASTStringLiteral</a> node, Object data) { <a class="jxr_linenumber" name="L154" href="#L154">154</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L155" href="#L155">155</a> } <a class="jxr_linenumber" name="L156" href="#L156">156</a> <a class="jxr_linenumber" name="L157" href="#L157">157</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTSwitchCase.html">ASTSwitchCase</a> node, Object data) { <a class="jxr_linenumber" name="L158" href="#L158">158</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L159" href="#L159">159</a> } <a class="jxr_linenumber" name="L160" href="#L160">160</a> <a class="jxr_linenumber" name="L161" href="#L161">161</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTSwitchStatement.html">ASTSwitchStatement</a> node, Object data) { <a class="jxr_linenumber" name="L162" href="#L162">162</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L163" href="#L163">163</a> } <a class="jxr_linenumber" name="L164" href="#L164">164</a> <a class="jxr_linenumber" name="L165" href="#L165">165</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTThrowStatement.html">ASTThrowStatement</a> node, Object data) { <a class="jxr_linenumber" name="L166" href="#L166">166</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L167" href="#L167">167</a> } <a class="jxr_linenumber" name="L168" href="#L168">168</a> <a class="jxr_linenumber" name="L169" href="#L169">169</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTTryStatement.html">ASTTryStatement</a> node, Object data) { <a class="jxr_linenumber" name="L170" href="#L170">170</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L171" href="#L171">171</a> } <a class="jxr_linenumber" name="L172" href="#L172">172</a> <a class="jxr_linenumber" name="L173" href="#L173">173</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTUnaryExpression.html">ASTUnaryExpression</a> node, Object data) { <a class="jxr_linenumber" name="L174" href="#L174">174</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L175" href="#L175">175</a> } <a class="jxr_linenumber" name="L176" href="#L176">176</a> <a class="jxr_linenumber" name="L177" href="#L177">177</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTVariableDeclaration.html">ASTVariableDeclaration</a> node, Object data) { <a class="jxr_linenumber" name="L178" href="#L178">178</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L179" href="#L179">179</a> } <a class="jxr_linenumber" name="L180" href="#L180">180</a> <a class="jxr_linenumber" name="L181" href="#L181">181</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTVariableInitializer.html">ASTVariableInitializer</a> node, Object data) { <a class="jxr_linenumber" name="L182" href="#L182">182</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L183" href="#L183">183</a> } <a class="jxr_linenumber" name="L184" href="#L184">184</a> <a class="jxr_linenumber" name="L185" href="#L185">185</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTWhileLoop.html">ASTWhileLoop</a> node, Object data) { <a class="jxr_linenumber" name="L186" href="#L186">186</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L187" href="#L187">187</a> } <a class="jxr_linenumber" name="L188" href="#L188">188</a> <a class="jxr_linenumber" name="L189" href="#L189">189</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTWithStatement.html">ASTWithStatement</a> node, Object data) { <a class="jxr_linenumber" name="L190" href="#L190">190</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L191" href="#L191">191</a> } <a class="jxr_linenumber" name="L192" href="#L192">192</a> <a class="jxr_linenumber" name="L193" href="#L193">193</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTXmlDotQuery.html">ASTXmlDotQuery</a> node, Object data) { <a class="jxr_linenumber" name="L194" href="#L194">194</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L195" href="#L195">195</a> } <a class="jxr_linenumber" name="L196" href="#L196">196</a> <a class="jxr_linenumber" name="L197" href="#L197">197</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTXmlExpression.html">ASTXmlExpression</a> node, Object data) { <a class="jxr_linenumber" name="L198" href="#L198">198</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L199" href="#L199">199</a> } <a class="jxr_linenumber" name="L200" href="#L200">200</a> <a class="jxr_linenumber" name="L201" href="#L201">201</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTXmlMemberGet.html">ASTXmlMemberGet</a> node, Object data) { <a class="jxr_linenumber" name="L202" href="#L202">202</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L203" href="#L203">203</a> } <a class="jxr_linenumber" name="L204" href="#L204">204</a> <a class="jxr_linenumber" name="L205" href="#L205">205</a> <strong class="jxr_keyword">public</strong> Object visit(<a href="../../../../../../net/sourceforge/pmd/lang/ecmascript/ast/ASTXmlString.html">ASTXmlString</a> node, Object data) { <a class="jxr_linenumber" name="L206" href="#L206">206</a> <strong class="jxr_keyword">return</strong> visit((EcmascriptNode) node, data); <a class="jxr_linenumber" name="L207" href="#L207">207</a> } <a class="jxr_linenumber" name="L208" href="#L208">208</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
byronka/xenos
utils/pmd-bin-5.2.2/docs/xref/net/sourceforge/pmd/lang/ecmascript/ast/EcmascriptParserVisitorAdapter.html
HTML
mit
27,625
<html> <head> <meta charset="utf-8"> <script src="esl.js"></script> <script src="config.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1" /> </head> <body> <style> html, body, #main { width: 100%; height: 100%; margin: 0; background: #ccc; } .block { text-align: center; margin: 20px; } .block .ec { background: #fff; width: 700px; height: 400px; margin: 5px auto; } </style> <div id="main"></div> <script src="data/timelineGDP.js"></script> <script> require([ 'echarts', 'zrender/core/util', 'echarts/chart/bar', 'echarts/component/legend', 'echarts/component/grid', 'echarts/component/tooltip', 'echarts/component/timeline' ], function (echarts, zrUtil) { makeChart({}); makeChart({timeline: {inverse: true}}); makeChart({timeline: {inverse: true, controlStyle: {position: 'right'}}}); makeChart({timeline: {orient: 'vertical', x: 0, y: 10, width: 55, height: '80%'}}); makeChart({timeline: {orient: 'vertical', inverse: true, rewind: true, x: 0, y: 10, width: 55, height: '80%'}}); makeChart({timeline: {orient: 'vertical', inverse: true, x: null, x2: 0, y: 10, width: 55, height: '80%'}}); makeChart({timeline: {orient: 'vertical', inverse: true, x: null, x2: 0, y: 10, width: 55, height: '80%', controlStyle: {position: 'top'}}}); makeChart({timeline: {label: {position: 'top'}}}); makeChart({timeline: {orient: 'vertical', inverse: true, x: null, x2: 0, y: 10, width: 55, height: '80%', label: {position: 'right'}}}); makeChart({timeline: {orient: 'vertical', inverse: true, x: null, x2: 0, y: 10, width: 55, height: '80%', label: {position: -640, emphasis: {textStyle: {fontSize: 20}}}}}); makeChart({timeline: {controlStyle: {show: false}}}); makeChart({timeline: {controlStyle: {showPlayBtn: false}}}); makeChart({timeline: {controlStyle: {showPrevBtn: false}}}); makeChart({timeline: {controlStyle: {showNextBtn: false}}}); makeChart({timeline: {}}); makeChart({ timeline: {lineStyle: {show: false}, symbol: 'circle', itemStyle: {normal: {color: 'rgba(194,53,49, 0.5)'}}, controlStyle: {showPrevBtn: false, showNextBtn: false, normal: {color: 'rgba(194,53,49, 0.5)', borderColor: 'rgba(194,53,49, 0.5)'}}, orient: 'vertical', inverse: true, x: 0, y: 40, width: 55, height: '80%' }}); makeChart({ timeline: { height: 55, data: [ '2002-01-01', '2003-01-01', '2004-01-01', '2005-01-01', { value: '2006-01-01', symbol: 'pin', symbolSize: 30 }, '2007-01-01', '2008-01-01', '2009-01-01', '2010-01-01', { value: '2011-01-01', symbol: 'pin', symbolSize: 30 } ] } }); makeChart({ timeline: { symbol: 'none' } }); function makeChart(opt) { opt = opt || {}; var containerEl = document.getElementById('main'); var el = document.createElement('div'); el.className = 'block'; el.innerHTML = '<div class="ec"></div><label>' + encodeHTML(JSON.stringify(opt)) + '</label>'; containerEl.appendChild(el); var chart = echarts.init(el.firstChild, null, {renderer: 'canvas'}); chart.setOption(getOption(opt)); } function encodeHTML(source) { return source == null ? '' : String(source) .replace(/&/g, '&amp;') .replace(/</g, '&lt;') .replace(/>/g, '&gt;') .replace(/"/g, '&quot;') .replace(/'/g, '&#39;'); } ; function getOption(opt) { return zrUtil.merge({ timeline: { // y: 0, axisType: 'category', // realtime: false, // loop: false, autoPlay: false, // currentIndex: 2, playInterval: 1000, // controlStyle: { // position: 'left' // }, data: [ '2002-01-01', '2003-01-01', '2004-01-01', '2005-01-01', '2006-01-01', '2007-01-01', '2008-01-01', '2009-01-01', '2010-01-01', '2011-01-01' ], label: { formatter: function (s) { return (new Date(s)).getFullYear(); } }, controlStyle: { // itemGap: 0, normal: { borderWidth: 1 } }, itemStyle: { // normal: {symbolSize: 1} } }, baseOption: { backgroundColor: '#fff', title: { 'subtext': '数据来自国家统计局' }, tooltip: {'trigger': 'axis'}, calculable: true, grid: { x: 120, x2: 120, y: 80, y2: 100 }, xAxis: [ { 'type': 'category', 'axisLabel': {'interval': 0}, 'data': [ '北京', '\n天津', '河北', '\n山西', '内蒙古', '\n辽宁', '吉林', '\n黑龙江', '上海', '\n江苏', '浙江', '\n安徽', '福建', '\n江西', '山东', '\n河南', '湖北', '\n湖南', '广东', '\n广西', '海南', '\n重庆', '四川', '\n贵州', '云南', '\n西藏', '陕西', '\n甘肃', '青海', '\n宁夏', '新疆' ], splitLine: {show: false} } ], yAxis: [ { 'type': 'value', 'name': 'GDP(亿元)', 'max': 53500 }, { 'type': 'value', 'name': '其他(亿元)', splitLine: {show: false} } ], series: [ { name: 'GDP', type: 'bar', markLine: { symbol: ['arrow', 'none'], symbolSize: [4, 2], itemStyle: { normal: { lineStyle: {color: 'orange'}, barBorderColor: 'orange', label: { position: 'left', formatter: function (params) { return Math.round(params.value); }, textStyle: {color: 'orange'} } } }, 'data': [{'type': 'average', 'name': '平均值'}] } } // {type: 'bar'}, // {type: 'bar'}, // {type: 'bar'}, // {type: 'bar'}, // {type: 'bar'} ] }, options: [ { title: {text: '2002全国宏观经济指标'}, series: [ { 'name': 'GDP', 'data': dataMap.dataGDP['2002'] }, { 'name': '金融', 'yAxisIndex': 1, 'type': 'bar', 'data': dataMap.dataFinancial['2002'] }, { 'name': '房地产', 'yAxisIndex': 1, 'type': 'bar', 'data': dataMap.dataEstate['2002'] }, { 'name': '第一产业', 'yAxisIndex': 1, 'type': 'bar', 'data': dataMap.dataPI['2002'] }, { 'name': '第二产业', 'yAxisIndex': 1, 'type': 'bar', 'data': dataMap.dataSI['2002'] }, { 'name': '第三产业', 'yAxisIndex': 1, 'type': 'bar', 'data': dataMap.dataTI['2002'] } ] }, { title: {'text': '2003全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2003']}, {'data': dataMap.dataFinancial['2003']}, {'data': dataMap.dataEstate['2003']}, {'data': dataMap.dataPI['2003']}, {'data': dataMap.dataSI['2003']}, {'data': dataMap.dataTI['2003']} ] }, { title: {'text': '2004全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2004']}, {'data': dataMap.dataFinancial['2004']}, {'data': dataMap.dataEstate['2004']}, {'data': dataMap.dataPI['2004']}, {'data': dataMap.dataSI['2004']}, {'data': dataMap.dataTI['2004']} ] }, { title: {'text': '2005全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2005']}, {'data': dataMap.dataFinancial['2005']}, {'data': dataMap.dataEstate['2005']}, {'data': dataMap.dataPI['2005']}, {'data': dataMap.dataSI['2005']}, {'data': dataMap.dataTI['2005']} ] }, { title: {'text': '2006全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2006']}, {'data': dataMap.dataFinancial['2006']}, {'data': dataMap.dataEstate['2006']}, {'data': dataMap.dataPI['2006']}, {'data': dataMap.dataSI['2006']}, {'data': dataMap.dataTI['2006']} ] }, { title: {'text': '2007全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2007']}, {'data': dataMap.dataFinancial['2007']}, {'data': dataMap.dataEstate['2007']}, {'data': dataMap.dataPI['2007']}, {'data': dataMap.dataSI['2007']}, {'data': dataMap.dataTI['2007']} ] }, { title: {'text': '2008全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2008']}, {'data': dataMap.dataFinancial['2008']}, {'data': dataMap.dataEstate['2008']}, {'data': dataMap.dataPI['2008']}, {'data': dataMap.dataSI['2008']}, {'data': dataMap.dataTI['2008']} ] }, { title: {'text': '2009全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2009']}, {'data': dataMap.dataFinancial['2009']}, {'data': dataMap.dataEstate['2009']}, {'data': dataMap.dataPI['2009']}, {'data': dataMap.dataSI['2009']}, {'data': dataMap.dataTI['2009']} ] }, { title: {'text': '2010全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2010']}, {'data': dataMap.dataFinancial['2010']}, {'data': dataMap.dataEstate['2010']}, {'data': dataMap.dataPI['2010']}, {'data': dataMap.dataSI['2010']}, {'data': dataMap.dataTI['2010']} ] }, { title: {'text': '2011全国宏观经济指标'}, series: [ {'data': dataMap.dataGDP['2011']}, {'data': dataMap.dataFinancial['2011']}, {'data': dataMap.dataEstate['2011']}, {'data': dataMap.dataPI['2011']}, {'data': dataMap.dataSI['2011']}, {'data': dataMap.dataTI['2011']} ] } ] }, opt, true); } }); </script> </body> </html>
Pipe2193/guestRegistration
v_1.0/guestRegistration/APPS/echarts/test/timeline-layout.html
HTML
mit
17,774
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>CMP0035 &mdash; CMake 3.8.1 Documentation</title> <link rel="stylesheet" href="../_static/cmake.css" type="text/css" /> <link rel="stylesheet" href="../_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: '../', VERSION: '3.8.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true, SOURCELINK_SUFFIX: '.txt' }; </script> <script type="text/javascript" src="../_static/jquery.js"></script> <script type="text/javascript" src="../_static/underscore.js"></script> <script type="text/javascript" src="../_static/doctools.js"></script> <link rel="shortcut icon" href="../_static/cmake-favicon.ico"/> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="CMP0034" href="CMP0034.html" /> <link rel="prev" title="CMP0036" href="CMP0036.html" /> </head> <body role="document"> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="CMP0034.html" title="CMP0034" accesskey="N">next</a> |</li> <li class="right" > <a href="CMP0036.html" title="CMP0036" accesskey="P">previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.8.1 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" accesskey="U">cmake-policies(7)</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <div class="section" id="cmp0035"> <span id="policy:CMP0035"></span><h1>CMP0035<a class="headerlink" href="#cmp0035" title="Permalink to this headline">¶</a></h1> <p>The <span class="target" id="index-0-command:variable_requires"></span><a class="reference internal" href="../command/variable_requires.html#command:variable_requires" title="variable_requires"><code class="xref cmake cmake-command docutils literal"><span class="pre">variable_requires()</span></code></a> command should not be called.</p> <p>This command was introduced in November 2001 to perform some conditional logic. It has long been replaced by the <span class="target" id="index-0-command:if"></span><a class="reference internal" href="../command/if.html#command:if" title="if"><code class="xref cmake cmake-command docutils literal"><span class="pre">if()</span></code></a> command.</p> <p>CMake &gt;= 3.0 prefer that this command never be called. The OLD behavior for this policy is to allow the command to be called. The NEW behavior for this policy is to issue a FATAL_ERROR when the command is called.</p> <p>This policy was introduced in CMake version 3.0. CMake version 3.8.1 warns when the policy is not set and uses OLD behavior. Use the cmake_policy command to set it to OLD or NEW explicitly.</p> <div class="admonition note"> <p class="first admonition-title">Note</p> <p class="last">The <code class="docutils literal"><span class="pre">OLD</span></code> behavior of a policy is <span class="target" id="index-0-manual:cmake-policies(7)"></span><a class="reference internal" href="../manual/cmake-policies.7.html#manual:cmake-policies(7)" title="cmake-policies(7)"><code class="xref cmake cmake-manual docutils literal"><span class="pre">deprecated</span> <span class="pre">by</span> <span class="pre">definition</span></code></a> and may be removed in a future version of CMake.</p> </div> </div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <h4>Previous topic</h4> <p class="topless"><a href="CMP0036.html" title="previous chapter">CMP0036</a></p> <h4>Next topic</h4> <p class="topless"><a href="CMP0034.html" title="next chapter">CMP0034</a></p> <div role="note" aria-label="source link"> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="../_sources/policy/CMP0035.rst.txt" rel="nofollow">Show Source</a></li> </ul> </div> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <form class="search" action="../search.html" method="get"> <div><input type="text" name="q" /></div> <div><input type="submit" value="Go" /></div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="CMP0034.html" title="CMP0034" >next</a> |</li> <li class="right" > <a href="CMP0036.html" title="CMP0036" >previous</a> |</li> <li> <img src="../_static/cmake-logo-16.png" alt="" style="vertical-align: middle; margin-top: -2px" /> </li> <li> <a href="https://cmake.org/">CMake</a> &#187; </li> <li> <a href="../index.html">3.8.1 Documentation</a> &#187; </li> <li class="nav-item nav-item-1"><a href="../manual/cmake-policies.7.html" >cmake-policies(7)</a> &#187;</li> </ul> </div> <div class="footer" role="contentinfo"> &#169; Copyright 2000-2017 Kitware, Inc. and Contributors. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.5.2. </div> </body> </html>
pipou/rae
builder/cmake/windows/doc/cmake/html/policy/CMP0035.html
HTML
mit
6,577
<!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_66-internal) on Tue Dec 08 09:28:00 GMT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class org.apache.jena.sparql.lang.ParserSPARQL11 (Apache Jena ARQ)</title> <meta name="date" content="2015-12-08"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.jena.sparql.lang.ParserSPARQL11 (Apache Jena ARQ)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/jena/sparql/lang/ParserSPARQL11.html" title="class in org.apache.jena.sparql.lang">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/jena/sparql/lang/class-use/ParserSPARQL11.html" target="_top">Frames</a></li> <li><a href="ParserSPARQL11.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.jena.sparql.lang.ParserSPARQL11" class="title">Uses of Class<br>org.apache.jena.sparql.lang.ParserSPARQL11</h2> </div> <div class="classUseContainer">No usage of org.apache.jena.sparql.lang.ParserSPARQL11</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/apache/jena/sparql/lang/ParserSPARQL11.html" title="class in org.apache.jena.sparql.lang">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/apache/jena/sparql/lang/class-use/ParserSPARQL11.html" target="_top">Frames</a></li> <li><a href="ParserSPARQL11.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
manonsys/MVC
libs/Jena/javadoc-arq/org/apache/jena/sparql/lang/class-use/ParserSPARQL11.html
HTML
mit
4,670
<div id="search-container"> <form class="form" autocomplete="off" [formGroup]="form" autocomplete="false" matAutocompleteOrigin #origin="matAutocompleteOrigin" > <button mat-icon-button (click)="search()"> <mat-icon aria-label="Search">search</mat-icon> </button> <input [placeholder]="'SearchBox.Search' | pptranslate" (keyup.enter)="search()" [matAutocomplete]="auto" [matAutocompleteConnectedTo]="origin" (focus)="focus()" formControlName="suggestBox" /> <mat-autocomplete #auto="matAutocomplete" (optionSelected)="optionSelected($event)"> <div class="autocomplete-wrap"> <div class="autocomplete-options"> <mat-option *ngIf="hasFocus && !typed" [disabled]="true"> {{ 'SearchSuggestBox.TypeToSearch' | pptranslate }} </mat-option> <mat-option *ngIf="isLoading" [disabled]="true"> Loading </mat-option> <ng-container *ngIf="suggestions$ | async as suggestions"> <ng-container *ngIf="suggestions.length > 0; else noResults"> <mat-optgroup *ngFor="let group of suggestions" [label]="group.name"> <mat-option *ngFor="let suggest of group.results" [value]="suggest"> <span [innerHTML]="suggest.name | highlight: this.suggestBox.value"></span> <span> ({{ suggest.count }})</span> </mat-option> </mat-optgroup> </ng-container> <ng-template #noResults> <mat-option [disabled]="true"> {{ 'SearchSuggestBox.NoMatchingSuggestions' | pptranslate }} </mat-option> </ng-template> </ng-container> </div> <div class="autocomplete-config" *ngIf="showSearchBehaviorPicker"> <mat-option *ngIf="hasFocus" [disabled]="true"> {{ 'SearchSuggestBox.SearchSettings' | pptranslate }} </mat-option> <mat-radio-group class="radio-group" [ngModel]="(facade.searchRequest$ | async)?.searchMode" [ngModelOptions]="{ standalone: true }" (change)="searchModeChange($event)" > <mat-radio-button class="radio-button" value="and" [matTooltipPosition]="'left'" matTooltip="{{ 'SearchSuggestBox.SimpleAndSearchTooltip' | pptranslate }}" > {{ 'SearchSuggestBox.SimpleAndSearch' | pptranslate }} </mat-radio-button> <mat-radio-button class="radio-button" value="or" [matTooltipPosition]="'left'" matTooltip="{{ 'SearchSuggestBox.SimpleOrSearchTooltip' | pptranslate }}" > {{ 'SearchSuggestBox.SimpleOrSearch' | pptranslate }} </mat-radio-button> <mat-radio-button class="radio-button" value="advanced" [matTooltipPosition]="'left'" matTooltip="{{ 'SearchSuggestBox.AdvancedSearchTooltip' | pptranslate }}" > {{ 'SearchSuggestBox.AdvancedSearch' | pptranslate }} </mat-radio-button> </mat-radio-group> </div> </div> </mat-autocomplete> <button mat-icon-button (click)="clear()" *ngIf="(facade.searchRequest$ | async)?.searchString"> <mat-icon aria-label="Clear">clear</mat-icon> </button> </form> </div>
Picturepark/Picturepark.SDK.TypeScript
src/picturepark-sdk-v2-angular/projects/picturepark-sdk-v2-angular-ui/src/lib/features-module/search-suggest-box/search-suggest-box.component.html
HTML
mit
3,502
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>WKTParser Hierarchy</title> <link rel="stylesheet" href="css/style.css"> <meta name="viewport" content="initial-scale=1, maximum-scale=1.4"> <meta name="generator" content="appledoc 2.2.1 (build 1334)"> </head> <body class="appledoc"> <header> <div class="container" class="hide-in-xcode"> <h1 id="library-title"> <a href="index.html">WKTParser </a> </h1> <p id="developer-home"> <a href="index.html">Alejandro F. Carrera</a> </p> </div> </header> <aside> <div class="container"> <nav> <ul id="header-buttons" role="toolbar"> <li><a href="index.html">Home</a></li> </ul> </nav> </div> </aside> <article> <div id="overview-contents" class="container"> <div id="content"> <main role="main"> <h1 class="title">WKTParser Hierarchy</h1> <div class="index-column hierarchy-column"> <h2 class="index-title">Class Hierarchy</h2> <ul> <li>NSObject <ul> <li><a href="Classes/WKTGeometry.html">WKTGeometry</a> <ul> <li><a href="Classes/WKTGeometryCollection.html">WKTGeometryCollection</a></li> <li><a href="Classes/WKTLine.html">WKTLine</a></li> <li><a href="Classes/WKTLineM.html">WKTLineM</a></li> <li><a href="Classes/WKTPoint.html">WKTPoint</a></li> <li><a href="Classes/WKTPointM.html">WKTPointM</a></li> <li><a href="Classes/WKTPolygon.html">WKTPolygon</a></li> <li><a href="Classes/WKTPolygonM.html">WKTPolygonM</a></li> </ul> </li> <li><a href="Classes/WKTParser.html">WKTParser</a></li> <li><a href="Classes/WKTString.html">WKTString</a></li> </ul> </li> </ul> </div> <footer> <div class="footer-copyright"> <p class="copyright">Copyright &copy; 2018 Alejandro F. Carrera. All rights reserved. Updated: 2018-01-29</p> <p class="generator">Generated by <a href="http://appledoc.gentlebytes.com">appledoc 2.2.1 (build 1334)</a>.</p> </div> </footer> </main> </div> </div> </article> <script src="js/script.js"></script> </body> </html>
alejandrofcarrera/WKTParser
Documentation/html/hierarchy.html
HTML
mit
2,126
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.4"/> <title>Maintenance Tracker: File 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="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); $(window).load(resizeHeight); </script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">Maintenance Tracker &#160;<span id="projectnumber">1.0</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.4 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li class="current"><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li class="current"><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div><!-- 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('files.html','');}); </script> <div id="doc-content"> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Properties</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="header"> <div class="headertitle"> <div class="title">File List</div> </div> </div><!--header--> <div class="contents"> <div class="textblock">Here is a list of all files with brief descriptions:</div><div class="directory"> <div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory"> <tr id="row_0_" class="even"><td class="entry"><img id="arr_0_" src="ftv2mlastnode.png" alt="\" width="16" height="22" onclick="toggleFolder('0_')"/><img id="img_0_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('0_')"/><a class="el" href="dir_b02e4219757ae4e3a0f1714873865bbf.html" target="_self">classes</a></td><td class="desc"></td></tr> <tr id="row_0_0_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_app_delegate_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_app_delegate_8h.html" target="_self">AppDelegate.h</a></td><td class="desc"></td></tr> <tr id="row_0_1_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_app_delegate_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_app_delegate_8m.html" target="_self">AppDelegate.m</a></td><td class="desc"></td></tr> <tr id="row_0_2_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_category_detail_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_category_detail_view_controller_8h.html" target="_self">CategoryDetailViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_3_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_category_detail_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_category_detail_view_controller_8m.html" target="_self">CategoryDetailViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_4_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_category_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_category_view_controller_8h.html" target="_self">CategoryViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_5_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_category_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_category_view_controller_8m.html" target="_self">CategoryViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_6_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_checklist_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_checklist_8h.html" target="_self">Checklist.h</a></td><td class="desc"></td></tr> <tr id="row_0_7_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_checklist_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_checklist_8m.html" target="_self">Checklist.m</a></td><td class="desc"></td></tr> <tr id="row_0_8_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_checklist_item_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_checklist_item_8h.html" target="_self">ChecklistItem.h</a></td><td class="desc"></td></tr> <tr id="row_0_9_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_checklist_item_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_checklist_item_8m.html" target="_self">ChecklistItem.m</a></td><td class="desc"></td></tr> <tr id="row_0_10_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_data_model_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_data_model_8h.html" target="_self">DataModel.h</a></td><td class="desc"></td></tr> <tr id="row_0_11_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_data_model_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_data_model_8m.html" target="_self">DataModel.m</a></td><td class="desc"></td></tr> <tr id="row_0_12_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_date_picker_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_date_picker_view_controller_8h.html" target="_self">DatePickerViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_13_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_date_picker_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_date_picker_view_controller_8m.html" target="_self">DatePickerViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_14_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_icon_picker_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_icon_picker_view_controller_8h.html" target="_self">IconPickerViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_15_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_icon_picker_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_icon_picker_view_controller_8m.html" target="_self">IconPickerViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_16_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_item_detail_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_item_detail_view_controller_8h.html" target="_self">ItemDetailViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_17_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_item_detail_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_item_detail_view_controller_8m.html" target="_self">ItemDetailViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_18_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_list_view_controller_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_list_view_controller_8h.html" target="_self">ListViewController.h</a></td><td class="desc"></td></tr> <tr id="row_0_19_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_list_view_controller_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_list_view_controller_8m.html" target="_self">ListViewController.m</a></td><td class="desc"></td></tr> <tr id="row_0_20_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_u_i_image_09_resize_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_u_i_image_09_resize_8h.html" target="_self">UIImage+Resize.h</a></td><td class="desc"></td></tr> <tr id="row_0_21_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_u_i_image_09_resize_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_u_i_image_09_resize_8m.html" target="_self">UIImage+Resize.m</a></td><td class="desc"></td></tr> <tr id="row_0_22_"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_u_i_picker_action_sheet_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_u_i_picker_action_sheet_8h.html" target="_self">UIPickerActionSheet.h</a></td><td class="desc"></td></tr> <tr id="row_0_23_" class="even"><td class="entry"><img src="ftv2blank.png" alt="&#160;" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_u_i_picker_action_sheet_8m_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_u_i_picker_action_sheet_8m.html" target="_self">UIPickerActionSheet.m</a></td><td class="desc"></td></tr> </table> </div><!-- directory --> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="footer">Generated on Sun Jul 28 2013 17:51:22 for Maintenance Tracker by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.4 </li> </ul> </div> </body> </html>
nurimelia/e-report
Documentation/html/files.html
HTML
mit
15,403
<!--$Id: env_list.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <!--Copyright (c) 1997,2008 Oracle. All rights reserved.--> <!--See the file LICENSE for redistribution information.--> <html> <head> <title>Berkeley DB: Berkeley DB: Database Environments and Related Methods</title> <meta name="description" content="Berkeley DB: An embedded database programmatic toolkit."> <meta name="keywords" content="embedded,database,programmatic,toolkit,btree,hash,hashing,transaction,transactions,locking,logging,access method,access methods,Java,C,C++"> </head> <body bgcolor=white> <p align=center><b>Berkeley DB: Database Environments and Related Methods</b></p> <!--$Id: env_list.html 63573 2008-05-23 21:43:21Z trent.nelson $--> <table border=1 align=center> <tr><th>Database Environment Operations</th><th>Description</th></tr> <!--DbEnv::--><tr><td><a href="../api_c/env_class.html">db_env_create</a></td><td>Create an environment handle</td></tr> <!--Db::get_env--><tr><td><a href="../api_c/db_getenv.html">DB-&gt;get_env</a></td><td>Return <a href="../api_c/db_class.html">DB</a>'s underlying <a href="../api_c/env_class.html">DB_ENV</a> handle</td></tr> <!--DbEnv::close--><tr><td><a href="../api_c/env_close.html">DB_ENV-&gt;close</a></td><td>Close an environment</td></tr> <!--DbEnv::dbremove--><tr><td><a href="../api_c/env_dbremove.html">DB_ENV-&gt;dbremove</a></td><td>Remove a database</td></tr> <!--DbEnv::dbrename--><tr><td><a href="../api_c/env_dbrename.html">DB_ENV-&gt;dbrename</a></td><td>Rename a database</td></tr> <!--DbEnv::err--><tr><td><a href="../api_c/env_err.html">DB_ENV-&gt;err</a>, <a href="../api_c/env_err.html">DB_ENV-&gt;errx</a></td><td>Error message</td></tr> <!--DbEnv::failchk--><tr><td><a href="../api_c/env_failchk.html">DB_ENV-&gt;failchk</a></td><td>Check for thread failure</td></tr> <!--DbEnv::fileid_reset--><tr><td><a href="../api_c/env_fileid_reset.html">DB_ENV-&gt;fileid_reset</a></td><td>Reset database file IDs</td></tr> <!--DbEnv::get_home--><tr><td><a href="../api_c/env_open.html">DB_ENV-&gt;get_home</a></td><td>Return environment's home directory</td></tr> <!--DbEnv::get_open_flags--><tr><td><a href="../api_c/env_open.html">DB_ENV-&gt;get_open_flags</a></td><td>Return flags with which the environment was opened</td></tr> <!--DbEnv::lsn_reset--><tr><td><a href="../api_c/env_lsn_reset.html">DB_ENV-&gt;lsn_reset</a></td><td>Reset database file LSNs</td></tr> <!--DbEnv::open--><tr><td><a href="../api_c/env_open.html">DB_ENV-&gt;open</a></td><td>Open an environment</td></tr> <!--DbEnv::remove--><tr><td><a href="../api_c/env_remove.html">DB_ENV-&gt;remove</a></td><td>Remove an environment</td></tr> <!--DbEnv::stat_print--><tr><td><a href="../api_c/env_stat.html">DB_ENV-&gt;stat_print</a></td><td>Environment statistics</td></tr> <!--db_strerror--><tr><td><a href="../api_c/env_strerror.html">db_strerror</a></td><td>Error strings</td></tr> <!--db_version--><tr><td><a href="../api_c/env_version.html">db_version</a></td><td>Return version information</td></tr> <tr><th>Environment Configuration</th><th><br></th></tr> <!--DbEnv::set_alloc--><tr><td><a href="../api_c/env_set_alloc.html">DB_ENV-&gt;set_alloc</a></td><td>Set local space allocation functions</td></tr> <!--DbEnv::set_app_dispatch--><tr><td><a href="../api_c/env_set_app_dispatch.html">DB_ENV-&gt;set_app_dispatch</a></td><td>Configure application recovery</td></tr> <!--DbEnv::set_cachesize--><tr><td><a href="../api_c/env_set_cachesize.html">DB_ENV-&gt;set_cachesize</a></td><td>Set the environment cache size</td></tr> <!--DbEnv::set_data_dir--><tr><td><a href="../api_c/env_set_data_dir.html">DB_ENV-&gt;set_data_dir</a></td><td>Set the environment data directory</td></tr> <!--DbEnv::set_encrypt--><tr><td><a href="../api_c/env_set_encrypt.html">DB_ENV-&gt;set_encrypt</a></td><td>Set the environment cryptographic key</td></tr> <!--DbEnv::set_errcall--><tr><td><a href="../api_c/env_set_errcall.html">DB_ENV-&gt;set_errcall</a>, <a href="../api_c/env_set_msgcall.html">DB_ENV-&gt;set_msgcall</a></td><td>Set error and informational message callbacks</td></tr> <!--DbEnv::set_errfile--><tr><td><a href="../api_c/env_set_errfile.html">DB_ENV-&gt;set_errfile</a>, <a href="../api_c/env_set_msgfile.html">DB_ENV-&gt;set_msgfile</a></td><td>Set error and informational message FILE</td></tr> <!--DbEnv::set_error_stream--> <!--DbEnv::set_errpfx--><tr><td><a href="../api_c/env_set_errpfx.html">DB_ENV-&gt;set_errpfx</a></td><td>Set error message prefix</td></tr> <!--DbEnv::set_event_notify--><tr><td><a href="../api_c/env_event_notify.html">DB_ENV-&gt;set_event_notify</a></td><td>Set event notification callback</td></tr> <!--DbEnv::set_feedback--><tr><td><a href="../api_c/env_set_feedback.html">DB_ENV-&gt;set_feedback</a></td><td>Set feedback callback</td></tr> <!--DbEnv::set_flags--><tr><td><a href="../api_c/env_set_flags.html">DB_ENV-&gt;set_flags</a></td><td>Environment configuration</td></tr> <!--DbEnv::set_isalive--><tr><td><a href="../api_c/env_set_isalive.html">DB_ENV-&gt;set_isalive</a></td><td>Set thread is-alive callback</td></tr> <!--DbEnv::set_intermediate_dir_mode--><tr><td><a href="../api_c/env_set_intermediate_dir_mode.html">DB_ENV-&gt;set_intermediate_dir_mode</a></td><td>Set intermediate directory creation mode</td></tr> <!--DbEnv::set_rpc_server--><tr><td><a href="../api_c/env_set_rpc_server.html">DB_ENV-&gt;set_rpc_server</a></td><td>Establish an RPC server connection</td></tr> <!--DbEnv::set_shm_key--><tr><td><a href="../api_c/env_set_shm_key.html">DB_ENV-&gt;set_shm_key</a></td><td>Set system memory shared segment ID</td></tr> <!--DbEnv::set_thread_id--><tr><td><a href="../api_c/env_set_thread_id.html">DB_ENV-&gt;set_thread_id</a></td><td>Set thread of control ID function</td></tr> <!--DbEnv::set_thread_count--><tr><td><a href="../api_c/env_set_thread_count.html">DB_ENV-&gt;set_thread_count</a></td><td>Set approximate thread count</td></tr> <!--DbEnv::set_thread_id_string--><tr><td><a href="../api_c/env_set_thread_id_string.html">DB_ENV-&gt;set_thread_id_string</a></td><td>Set thread of control ID format function</td></tr> <!--DbEnv::set_timeout--><tr><td><a href="../api_c/env_set_timeout.html">DB_ENV-&gt;set_timeout</a></td><td>Set lock and transaction timeout</td></tr> <!--DbEnv::set_tmp_dir--><tr><td><a href="../api_c/env_set_tmp_dir.html">DB_ENV-&gt;set_tmp_dir</a></td><td>Set the environment temporary file directory</td></tr> <!--DbEnv::set_verbose--><tr><td><a href="../api_c/env_set_verbose.html">DB_ENV-&gt;set_verbose</a></td><td>Set verbose messages</td></tr> </table> <p><font size=1>Copyright (c) 1996,2008 Oracle. All rights reserved.</font> </body> </html>
mollstam/UnrealPy
UnrealPyEmbed/Development/Python/2015.08.07-Python2710-x64-Source-vs2015/Python27/Source/db-4.7.25.0/docs/api_c/env_list.html
HTML
mit
6,657
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame Remove this if you use the .htaccess --> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <title>Help - Defining Show Type</title> <meta name="description" content="Definitions of the Show Type" /> <meta name="author" content="James Oliver" /> </head> <body> <div> <nav> <a href="../definetype.html" >Back to Definitions</a> </nav> <h1>Type 34</h1> <hr/> <h3>Jazz and Blues</h3> <p><strong>Includes</strong> historic and contemporary jazz and blues music <br /><br /> <strong>Examples for jazz include</strong> ragtime, Dixieland, “golden age” swing, modern swing, bebop, “cool” jazz, modern, avant-garde, Latin-oriented jazz, jazz-funk, soft contemporary jazz, contemporary jazz fusion and other contemporary jazz styles <br /><br /> <strong>Blues includes</strong> classic blues, delta blues, Chicago blues, and contemporary blues music. Rock-blues generally falls under subcategory 21 </p> </div> </body> </html>
TDXDigital/TPS
legacy/help/types/SC36.html
HTML
mit
1,142
<a href='https://github.com/angular/angular.js/edit//src/Angular.js?message=docs(angular.bind)%3A%20describe%20your%20change...#L917' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit">&nbsp;</i>Improve this Doc</a> <a href='https://github.com/angular/angular.js/tree/v1.3.19/src/Angular.js#L917' class='view-source pull-right btn btn-primary'> <i class="glyphicon glyphicon-zoom-in">&nbsp;</i>View Source </a> <header class="api-profile-header"> <h1 class="api-profile-header-heading">angular.bind</h1> <ol class="api-profile-header-structure naked-list step-list"> <li> - function in module <a href="api/ng">ng</a> </li> </ol> </header> <div class="api-profile-description"> <p>Returns a function which calls function <code>fn</code> bound to <code>self</code> (<code>self</code> becomes the <code>this</code> for <code>fn</code>). You can supply optional <code>args</code> that are prebound to the function. This feature is also known as <a href="http://en.wikipedia.org/wiki/Partial_application">partial application</a>, as distinguished from <a href="http://en.wikipedia.org/wiki/Currying#Contrast_with_partial_function_application">function currying</a>.</p> </div> <div> <h2 id="usage">Usage</h2> <p><code>angular.bind(self, fn, args);</code></p> <section class="api-section"> <h3>Arguments</h3> <table class="variables-matrix input-arguments"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> self </td> <td> <a href="" class="label type-hint type-hint-object">Object</a> </td> <td> <p>Context which <code>fn</code> should be evaluated in.</p> </td> </tr> <tr> <td> fn </td> <td> <a href="" class="label type-hint type-hint-function">function()</a> </td> <td> <p>Function to be bound.</p> </td> </tr> <tr> <td> args </td> <td> <a href="" class="label type-hint type-hint-object">*</a> </td> <td> <p>Optional arguments to be prebound to the <code>fn</code> function call.</p> </td> </tr> </tbody> </table> </section> <h3>Returns</h3> <table class="variables-matrix return-arguments"> <tr> <td><a href="" class="label type-hint type-hint-function">function()</a></td> <td><p>Function that wraps the <code>fn</code> with all the specified bindings.</p> </td> </tr> </table> </div>
dolymood/angular-packages
angular-1.3.19/docs/partials/api/ng/function/angular.bind.html
HTML
mit
2,714
{% extends "../../view.html" %} {% block page_title %} Gauging station for {{pData.LicenceSerialNo}} - GOV.UK {% endblock %} {% block content %} <main id="content" role="main"> {% from "custom_inc/waterdata.html" import permits %} {% for pNumber, pData in permits %} {% if pNumber==chosenPermitID %} <!-- beta banner block --> {% include "../../partials/beta-banner.html" %} <!-- navigation block --> {% include "../../partials/nav-view.html" %} <div class="big-space"></div> <!-- back --> <div class="medium-space"> <a href="#" class="link-back" onclick="history.go(-1)">Licence number {{pData.LicenceSerialNo}}</a> </div> <div class="medium-space"> <!-- page title --> <h1 class="heading-large clustered"> <span class="heading-secondary"> At National Grid Reference {{ pData.GaugingStationGridReference }} </span> Data from {{ pData.GaugingStationName }} </h1> <div class="clustered">Source of supply: {{ pData.Source}}</div> </div> <!-- legal --> <div class="grid-row medium-space"> <div class="column-two-thirds"> <div class="notice"> <i class="icon icon-important"> <span class="visually-hidden">Warning</span> </i> <strong class="bold-small"> This data is for reference only. You should continue to use your current monitoring methods to make abstraction decisions. </strong> </div> </div> </div> {% if pData.GaugingStationData %} <!-- section title --> <div class="grid-row"> <div class="column-two-thirds"> <h2 class="bold-medium clustered"> {% if pData.LicenceHasFlow %} Mean daily flow {% else %} Mean daily flow {% endif %} </h2> </div> </div> <div class="grid-row medium-space"> <div class="column-two-thirds"> <!-- <div class="inner-flex"> --> {% if pData.LicenceHasFlow %} <select class="form-control unit-dropper" id="select-box" name="select-box"> <option selected>cubic metres per second</option> <option>cubic metres per day</option> <option>megalitres per day</option> </select> {% else %} <select class="form-control unit-dropper" id="select-box" name="select-box"> <option selected>metres</option> <option>feet</option> </select> {% endif %} <!-- </div> --> </div> </div> <div class="grid-row medium-space"> <!-- data here --> <div class="column-two-thirds small-space"> <!-- <div class="inner-flex flex-static"> --> <span class="bold-xxlarge"> {% if pData.LicenceHasFlow %} {{ pData.GaugingStationFlowValue }} {% else %} {{ pData.GaugingStationLevelValue }} {% endif %} </span> <!-- </div> --> </div> <div class="column-two-thirds"> <p> <!-- recorded at --> {% if pData.LicenceHasFlow %} <span class="data-item">Daily mean flow recorded at <span class="bold-small">{{ pData.GaugingStationRecordedTime }} on {{ pData.GaugingStationRecordedDate }}</span></span> {% else %} <span class="data-item">Daily mean level recorded at <span class="bold-small">{{ pData.GaugingStationRecordedTime }} on {{ pData.GaugingStationRecordedDate }}</span></span> {% endif %} </p> <div class="column-full"> <div class="panel panel-border-wide column-two-thirds"> <p> Please convert this reading if your condition is based on a different unit of measurement. </p> </div> </div> {% if pData.LicenceHasFlow %} <a href="">See level data at this gauging station</a> {% else %} <a href="">See flow data at this gauging station</a> {% endif %} </div> </div> {% else %} <!-- NO DATA --> <div class="data"> <span class="data-item bold-xxlarge">Sorry, there is no accurate data available</span> </div> <div class="grid-row "> <div class="column-two-thirds"> <p> Please contact your <a href="https://www.gov.uk/government/organisations/environment-agency/about/access-and-opening" target="_blank">local Environment Agency office</a> (link opens in a new tab) for the latest information. </p> </div> </div> {% endif %} <div class="grid-row"> <div class="column-two-thirds"> <h2 class="small-space bold-medium"> {% if pData.LicenceHasFlow %} Recent flow data from this gauging station {% else %} Recent level data from this gauging station {% endif %} </h2> </div> </div> <div class="grid-row small-space"> <div class="column-one-third"> <div class="flexy"> <a href="gauging-station-graph?wid={{query.wid}}" class="river-flow-graph"> <div class="container"> <img src="../images/river-flow-preview.svg"/> </div> </a> </div> </div> </div> <div class="grid-row big-space"> <div class="column-one-third flexy"> <a href="gauging-station-graph?wid={{query.wid}}" class="small-space"> {% if pData.LicenceHasFlow %} <caption>View data for the past 7 days</caption> {% else %} <caption>View data for the past 7 days</caption> {% endif %} </a> </div> </div> <div class="grid-row"> <div class="column-two-thirds small-space"> <h2 class="bold-medium"> <span class="">Details of the hands off flow conditions</span> </h2> </div> </div> <div class="small-space"> <h3 class="lede">Cessation condition</h3> </div> <div class="panel panel-border-wide"> <div class="data-row-group"> <div class="data-row data-row--section"> <div class="data-row__param" id="label-0-1-purpose"> Purpose </div> <div class="data-row__value" aria-labelledby="label-0-1-purpose"> Make-Up Or Top Up Water </div> </div> <div class="data-row"> <div class="data-row__param" id="label-0-1-param1"> Gauging station </div> <div class="data-row__value" aria-labelledby="label-0-1-param1"> At National Grid Reference {{ pData.GaugingStationGridReference}}<br> {{pData.GaugingStationName}} </div> </div> <div class="data-row"> <div class="data-row__param" id="label-0-1-param2"> Threshold level </div> <div class="data-row__value" aria-labelledby="label-0-1-param2"> {{ pData.HOFlimit }} </div> </div> <div class="data-row"> <div class="data-row__param" id="label-0-1-info"> Other information </div> <div class="data-row__value" aria-labelledby="label-0-1-info"> No abstraction shall take place from the Denton New Cut when the water level in the Cut as measured at {{ pData.GaugingStationName }} ({{ pData.GaugingStationGridReference }}) is at or below {{ pData.HOFlimit }}. </div> </div> </div> </div> <div class="medium-space"> <a href="conditions?wid={{query.wid}}"> View all conditions information held for this licence </a> </div> </main> {% endif %} {% endfor %} {% endblock %}
christinagyles-ea/water
app/v6/views/v19/pages/licence/gauging-station.html
HTML
mit
7,534
{% load static from staticfiles %} <link rel="apple-touch-icon" sizes="57x57" href="{% static 'favicon/apple-touch-icon-57x57.png' %}"> <link rel="apple-touch-icon" sizes="60x60" href="{% static 'favicon/apple-touch-icon-60x60.png' %}"> <link rel="apple-touch-icon" sizes="72x72" href="{% static 'favicon/apple-touch-icon-72x72.png' %}"> <link rel="apple-touch-icon" sizes="76x76" href="{% static 'favicon/apple-touch-icon-76x76.png' %}"> <link rel="apple-touch-icon" sizes="114x114" href="{% static 'favicon/apple-touch-icon-114x114.png' %}"> <link rel="apple-touch-icon" sizes="120x120" href="{% static 'favicon/apple-touch-icon-120x120.png' %}"> <link rel="apple-touch-icon" sizes="144x144" href="{% static 'favicon/apple-touch-icon-144x144.png' %}"> <link rel="apple-touch-icon" sizes="152x152" href="{% static 'favicon/apple-touch-icon-152x152.png' %}"> <link rel="apple-touch-icon" sizes="180x180" href="{% static 'favicon/apple-touch-icon-180x180.png' %}"> <link rel="icon" type="image/png" href="{% static 'favicon/favicon-32x32.png' %}" sizes="32x32"> <link rel="icon" type="image/png" href="{% static 'favicon/android-chrome-192x192.png' %}" sizes="192x192"> <link rel="icon" type="image/png" href="{% static 'favicon/favicon-96x96.png' %}" sizes="96x96"> <link rel="icon" type="image/png" href="{% static 'favicon/favicon-16x16.png' %}" sizes="16x16"> <link rel="manifest" href="{% url 'favicon:manifest' %}"> <link rel="mask-icon" href="{% static 'favicon/safari-pinned-tab.svg' %}" color="#5bbad5"> <link rel="shortcut icon" href="{% static 'favicon/favicon.ico' %}"> <meta name="apple-mobile-web-app-title" content="Alaska Writers"> <meta name="application-name" content="Alaska Writers"> <meta name="msapplication-TileColor" content="#da532c"> <meta name="msapplication-TileImage" content="{% static 'favicon/mstile-144x144.png' %}"> <meta name="msapplication-config" content="{% url 'favicon:browserconfig' %}"> <meta name="theme-color" content="#ffffff">
Kromey/fbxnano
favicon/templates/favicon/head.html
HTML
mit
1,972
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeT.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_2.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le main-le-current" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>區域立法委員選舉&nbsp;新竹市&nbsp;選舉區&nbsp;候選人得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;<img src="../images/nav.gif" alt="候選人數" title="候選人數">&nbsp;候選人數:10&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;<img src="../images/nav.gif" alt="應選人數" title="應選人數">&nbsp;應選人數:1&nbsp;&nbsp; <!--<img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp; <img src="../images/nav.gif" alt="應有婦女當選名額" title="應有婦女當選名額">&nbsp;應有婦女當選名額:0--> </td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td>姓名</td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>推薦之政黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>柯建銘</td> <td>男</td> <td class="tdAlignRight">25,258</td> <td class="tdAlignRight">44.0764</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>曾耀澂</td> <td>男</td> <td class="tdAlignRight">298</td> <td class="tdAlignRight">0.5200</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>林家宇</td> <td>男</td> <td class="tdAlignRight">141</td> <td class="tdAlignRight">0.2461</td> <td>自由台灣黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>歐崇敬</td> <td>男</td> <td class="tdAlignRight">985</td> <td class="tdAlignRight">1.7189</td> <td>親民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>魏揚</td> <td>男</td> <td class="tdAlignRight">170</td> <td class="tdAlignRight">0.2967</td> <td>軍公教聯盟黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>吳淑敏</td> <td>女</td> <td class="tdAlignRight">914</td> <td class="tdAlignRight">1.5950</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>7</td> <td>黃源甫</td> <td>男</td> <td class="tdAlignRight">334</td> <td class="tdAlignRight">0.5828</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>8</td> <td>王榮德</td> <td>男</td> <td class="tdAlignRight">111</td> <td class="tdAlignRight">0.1937</td> <td>無</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>9</td> <td>鄭正鈐</td> <td>男</td> <td class="tdAlignRight">20,054</td> <td class="tdAlignRight">34.9952</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>10</td> <td>邱顯智</td> <td>男</td> <td class="tdAlignRight">9,040</td> <td class="tdAlignRight">15.7752</td> <td>時代力量</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;88/289&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 19:03:13 +0800" title="Sat, 16 Jan 2016 19:03:13 +0800">&nbsp;資料更新時間:01/16&nbsp;19:03:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter">[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/HSZ-1/n713010000000000/20160116110535/page.html
HTML
cc0-1.0
8,678
<template> <!-- Page is shared by all widgets and sets up the sub-navigation pane --> <section> <br> <h3>${ router.title }</h3> <div> <div class="col-md-2" style="padding-left:0"> <ul id="list" ej-list-box="ej-width:100%;ej-selected-index:0 "> <li repeat.for="row of router.navigation" click.delegate="router.navigate(row.href)" > <span> ${row.title}</span> </li> </ul> </div> <div class="col-md-10" style="padding: 0"> <router-view></router-view> </div> </div> </section> </template>
Mydeen-SN/Beta-demo-syncfusion
src/shared/showcase.html
HTML
cc0-1.0
689
<!DOCTYPE html> <html itemscope lang="en-us"> <head><meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta charset="utf-8"> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><meta name="generator" content="Hugo 0.57.2" /> <meta property="og:title" content="Welcome" /> <meta name="twitter:title" content="welcome"/> <meta itemprop="name" content="welcome"><meta property="og:description" content="DevOpsDays is coming to sunny Stockholm!" /> <meta name="twitter:description" content="DevOpsDays is coming to sunny Stockholm!" /> <meta itemprop="description" content="DevOpsDays is coming to sunny Stockholm!"><meta name="twitter:site" content="@devopsdays"> <meta property="og:type" content="event" /> <meta property="og:url" content="/events/2017-stockholm/welcome/" /><meta name="twitter:creator" content="@devopsdayssthlm" /><meta name="twitter:label1" value="Event" /> <meta name="twitter:data1" value="devopsdays Stockholm 2017" /><meta name="twitter:label2" value="Dates" /> <meta name="twitter:data2" value="May 8 - 9, 2017" /><meta property="og:image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta itemprop="image" content="https://www.devopsdays.org/img/sharing.jpg" /> <meta property="fb:app_id" content="1904065206497317" /><meta itemprop="wordCount" content="70"> <title>devopsdays Stockholm 2017 </title> <script> window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date; ga('create', 'UA-9713393-1', 'auto'); ga('send', 'pageview'); </script> <script async src='https://www.google-analytics.com/analytics.js'></script> <link href="/css/site.css" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700" rel="stylesheet"><link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png"> <link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png"> <link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png"> <link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png"> <link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png"> <link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png"> <link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png"> <link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png"> <link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png"> <link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="manifest" href="/manifest.json"> <meta name="msapplication-TileColor" content="#ffffff"> <meta name="msapplication-TileImage" content="/ms-icon-144x144.png"> <meta name="theme-color" content="#ffffff"> <link href="/events/index.xml" rel="alternate" type="application/rss+xml" title="DevOpsDays" /> <link href="/events/index.xml" rel="feed" type="application/rss+xml" title="DevOpsDays" /> <script src=/js/devopsdays-min.js></script></head> <body lang=""> <nav class="navbar navbar-expand-md navbar-light"> <a class="navbar-brand" href="/"> <img src="/img/devopsdays-brain.png" height="30" class="d-inline-block align-top" alt="devopsdays Logo"> DevOpsDays </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="collapse navbar-collapse" id="navbarSupportedContent"> <ul class="navbar-nav mr-auto"><li class="nav-item global-navigation"><a class = "nav-link" href="/events">events</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/blog">blog</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/sponsor">sponsor</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/speaking">speaking</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/organizing">organizing</a></li><li class="nav-item global-navigation"><a class = "nav-link" href="/about">about</a></li></ul> </div> </nav> <nav class="navbar event-navigation navbar-expand-md navbar-light"> <a href="/events/2017-stockholm" class="nav-link">Stockholm</a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbar2"> <span class="navbar-toggler-icon"></span> </button> <div class="navbar-collapse collapse" id="navbar2"> <ul class="navbar-nav"><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/program">program</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/speakers">speakers</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/location">location</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/registration">registration</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/sponsor">sponsor</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/contact">contact</a> </li><li class="nav-item active"> <a class="nav-link" href="/events/2017-stockholm/conduct">conduct</a> </li></ul> </div> </nav> <div class="container-fluid"> <div class="row"> <div class="col-md-12"><div class="row"> <div class="col-md-12 content-text"><div class="row"> <div class = "col-md-12 welcome-page-masthead"> <div class = "row"> <div class="col-xs-12 col-md-8"> <h1 class = "welcome-page">devopsdays Stockholm</h1><span class="welcome-page-date"> May 8 - 9, 2017<br /> </span><br /><span class = "welcome-page-masthead-venue">Ballroom 12, Tele2 Arena</span> <br />DevOpsDays is coming to sunny Stockholm! <br /><br /><i>Other Stockholm Events</i><br /><a href = "/events/2019-stockholm" class="welcome-page-masthead-link">2019</a> &nbsp;&nbsp;<br /><br /></div> <div class="col-xs-12 col-md-4"><div class = "row"> <div class = "col-auto offset-1 offset-md-0 welcome-page-cta"> <a href="/events/2017-stockholm/registration" class="btn jssocials-share-link event-cta-button" role="button" aria-pressed="true">Register</a> </div><div class = "col-auto offset-1 offset-md-0 welcome-page-cta"> <a href="https://twitter.com/devopsdayssthlm" class="btn jssocials-share-link event-cta-button" role="button" aria-pressed="true">Follow</a> </div></div><style> a.jssocials-share-link { color: white; border-color: white; } a:hover.jssocials-share-link { color: #bfbfc1; border-color: #bfbfc1; } </style><div class = "row"> <div class = "col-md-12 offset-1 offset-md-0 welcome-page-cta"> <div id="share"></div> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12 content-text"> <a href="https://twitter.com/devopsdayssthlm" class="twitter-follow-button" data-show-count="false">Follow @devopsdayssthlm</a><script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> <p><strong>devopsdays is coming to <a href = "/events/2017-stockholm/location">Ballroom 12, Tele2 Arena</a> !</strong></p> <p><h3>Monday, May 8, 2017 - Tuesday, May 9, 2017</h3> <div style="text-align:center;"> <img alt="devopsdays Stockholm 2017" src="/events/2017-stockholm/logo.png" class="welcome-page-event-logo"/> </div></p> <div class = "row"> <div class = "col-md-2"> <strong>Dates</strong> </div> <div class = "col-md-8"> Monday, May 8, 2017 - Tuesday, May 9, 2017 </div> </div> <p><div class = "row"> <div class = "col-md-2"> <strong>Location</strong> </div> <div class = "col-md-8"> <a href = "/events/2017-stockholm/location">Ballroom 12, Tele2 Arena</a> </div> </div></p> <!-- <div class = "row"> <div class = "col-md-2"> <strong>Register</strong> </div> <div class = "col-md-8"> <a href = "/events/2017-stockholm/registration">Register to attend the conference!</a> </div> </div> --> <!-- <div class = "row"> <div class = "col-md-2"> <strong>Propose</strong> </div> <div class = "col-md-8"> <a href = "/events/2017-stockholm/propose">Propose a talk!</a> </div> </div> --> <!-- <div class = "row"> <div class = "col-md-2"> <strong>Program</strong> </div> <div class = "col-md-8"> View the <a href = "/events/2017-stockholm/program">program.</a> </div> </div> --> <!-- <div class = "row"> <div class = "col-md-2"> <strong>Speakers</strong> </div> <div class = "col-md-8"> Check out the <a href = "/events/2017-stockholm/speakers">speakers!</a> </div> </div> --> <div class = "row"> <div class = "col-md-2"> <strong>Sponsors</strong> </div> <div class = "col-md-8"> <a href = "/events/2017-stockholm/sponsor">Sponsor the conference!</a> </div> </div> <div class = "row"> <div class = "col-md-2"> <strong>Contact</strong> </div> <div class = "col-md-8"> <a href = "/events/2017-stockholm/contact">Get in touch with the organizers</a> </div> </div> </div> </div> <br /><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Gold Sponsors</h4><a href = "/events/2017-stockholm/sponsor" class="sponsor-cta"><i>Join as Gold Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://chef.io"><img src = "/img/sponsors/chef.png" alt = "Chef Software, Inc" title = "Chef Software, Inc" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.pivotal.io"><img src = "/img/sponsors/pivotal-before-20190307.png" alt = "Pivotal" title = "Pivotal" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://gocd.org/"><img src = "/img/sponsors/thoughtworks-gocd-before-20190213.png" alt = "GoCD" title = "GoCD" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.opsgenie.com?utm_source=Events&amp;utm_campaign=DevOpsDays_Stockholm_%20May&amp;utm_medium=banner"><img src = "/img/sponsors/opsgenie.png" alt = "OpsGenie" title = "OpsGenie" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://stackstate.com/"><img src = "/img/sponsors/stackstate.png" alt = "StackState" title = "StackState" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Silver Sponsors</h4></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.praqma.com/"><img src = "/img/sponsors/praqma.png" alt = "Praqma" title = "Praqma" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.elastic.co"><img src = "/img/sponsors/elastic.png" alt = "Elastic" title = "Elastic" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.bonniernews.se"><img src = "/img/sponsors/bonnier-news.png" alt = "Bonnier News" title = "Bonnier News" class="img-fluid"></a> </div><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.microsoft.com/"><img src = "/img/sponsors/microsoft.png" alt = "Microsoft" title = "Microsoft" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Bronze Sponsors</h4><a href = "/events/2017-stockholm/sponsor" class="sponsor-cta"><i>Join as Bronze Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "http://www.basefarm.com"><img src = "/img/sponsors/basefarm.png" alt = "Basefarm" title = "Basefarm" class="img-fluid"></a> </div></div><div class="row cta-row"> <div class="col-md-12"><h4 class="sponsor-cta">Community Sponsors</h4><a href = "/events/2017-stockholm/sponsor" class="sponsor-cta"><i>Join as Community Sponsor!</i> </a></div> </div><div class="row sponsor-row"><div class = "col-lg-1 col-md-2 col-4"> <a href = "https://www.arresteddevops.com"><img src = "/img/sponsors/arresteddevops.png" alt = "Arrested DevOps" title = "Arrested DevOps" class="img-fluid"></a> </div></div><br /> </div> </div> </div></div> </div> <nav class="navbar bottom navbar-light footer-nav-row" style="background-color: #bfbfc1;"> <div class = "row"> <div class = "col-md-12 footer-nav-background"> <div class = "row"> <div class = "col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">@DEVOPSDAYS</h3> <div> <a class="twitter-timeline" data-dnt="true" href="https://twitter.com/devopsdays/lists/devopsdays" data-chrome="noheader" height="440"></a> <script> ! function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + "://platform.twitter.com/widgets.js"; fjs.parentNode.insertBefore(js, fjs); } }(document, "script", "twitter-wjs"); </script> </div> </div> <div class="col-md-6 col-lg-3 footer-nav-col footer-content"> <h3 class="footer-nav">BLOG</h3><a href = "https://www.devopsdays.org/blog/2019/05/10/10-years-of-devopsdays/"><h1 class = "footer-heading">10 years of devopsdays</h1></a><h2 class="footer-heading">by Kris Buytaert - 10 May, 2019</h2><p class="footer-content">It&rsquo;s hard to believe but it is almost 10 years ago since #devopsdays happened for the first time in Gent. Back then there were almost 70 of us talking about topics that were of interest to both Operations and Development, we were exchanging our ideas and experiences `on how we were improving the quality of software delivery. Our ideas got started on the crossroads of Open Source, Agile and early Cloud Adoption.</p><a href = "https://www.devopsdays.org/blog/"><h1 class = "footer-heading">Blogs</h1></a><h2 class="footer-heading">10 May, 2019</h2><p class="footer-content"></p><a href="https://www.devopsdays.org/blog/index.xml">Feed</a> </div> <div class="col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">CFP OPEN</h3><a href = "/events/2019-campinas" class = "footer-content">Campinas</a><br /><a href = "/events/2019-macapa" class = "footer-content">Macapá</a><br /><a href = "/events/2019-shanghai" class = "footer-content">Shanghai</a><br /><a href = "/events/2019-recife" class = "footer-content">Recife</a><br /><a href = "/events/2020-charlotte" class = "footer-content">Charlotte</a><br /><a href = "/events/2020-prague" class = "footer-content">Prague</a><br /><a href = "/events/2020-tokyo" class = "footer-content">Tokyo</a><br /><a href = "/events/2020-salt-lake-city" class = "footer-content">Salt Lake City</a><br /> <br />Propose a talk at an event near you!<br /> </div> <div class="col-md-6 col-lg-3 footer-nav-col"> <h3 class="footer-nav">About</h3> devopsdays is a worldwide community conference series for anyone interested in IT improvement.<br /><br /> <a href="/about/" class = "footer-content">About devopsdays</a><br /> <a href="/privacy/" class = "footer-content">Privacy Policy</a><br /> <a href="/conduct/" class = "footer-content">Code of Conduct</a> <br /> <br /> <a href="https://www.netlify.com"> <img src="/img/netlify-light.png" alt="Deploys by Netlify"> </a> </div> </div> </div> </div> </nav> <script> $(document).ready(function () { $("#share").jsSocials({ shares: ["email", {share: "twitter", via: 'devopsdayssthlm'}, "facebook", "linkedin"], text: 'devopsdays Stockholm - 2017', showLabel: false, showCount: false }); }); </script> </body> </html>
gomex/devopsdays-web
static/events/2017-stockholm/welcome/index.html
HTML
apache-2.0
17,301
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Class: OpenID::Server::WebResponse</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" /> <script type="text/javascript"> // <![CDATA[ function popupCode( url ) { window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400") } function toggleCode( id ) { if ( document.getElementById ) elem = document.getElementById( id ); else if ( document.all ) elem = eval( "document.all." + id ); else return false; elemStyle = elem.style; if ( elemStyle.display != "block" ) { elemStyle.display = "block" } else { elemStyle.display = "none" } return true; } // Make codeblocks hidden by default document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" ) // ]]> </script> </head> <body> <div id="classHeader"> <table class="header-table"> <tr class="top-aligned-row"> <td><strong>Class</strong></td> <td class="class-name-in-header">OpenID::Server::WebResponse</td> </tr> <tr class="top-aligned-row"> <td><strong>In:</strong></td> <td> <a href="../../../files/lib/openid/server_rb.html"> lib/openid/server.rb </a> <br /> </td> </tr> <tr class="top-aligned-row"> <td><strong>Parent:</strong></td> <td> Object </td> </tr> </table> </div> <!-- banner header --> <div id="bodyContent"> <div id="contextContent"> <div id="description"> <p> I am a response to an <a href="../../OpenID.html">OpenID</a> request in terms a web server understands. </p> <p> I generally come from an <a href="Encoder.html">Encoder</a>, either directly or from <a href="../Server.html">Server</a>.encodeResponse. </p> </div> </div> <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> <a href="#M000261">new</a>&nbsp;&nbsp; </div> </div> </div> <!-- if includes --> <div id="section"> <div id="attribute-list"> <h3 class="section-bar">Attributes</h3> <div class="name-list"> <table> <tr class="top-aligned-row context-row"> <td class="context-item-name">body</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"> The body of this response. </td> </tr> <tr class="top-aligned-row context-row"> <td class="context-item-name">code</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"> The HTTP code of this response as an integer. </td> </tr> <tr class="top-aligned-row context-row"> <td class="context-item-name">headers</td> <td class="context-item-value">&nbsp;[RW]&nbsp;</td> <td class="context-item-desc"> Hash of headers to include in this response. </td> </tr> </table> </div> </div> <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Class methods</h3> <div id="method-M000261" class="method-detail"> <a name="M000261"></a> <div class="method-heading"> <a href="WebResponse.src/M000261.html" target="Code" class="method-signature" onclick="popupCode('WebResponse.src/M000261.html');return false;"> <span class="method-name">new</span><span class="method-args">(code=HTTP_OK, headers=nil, body=&quot;&quot;)</span> </a> </div> <div class="method-description"> </div> </div> </div> </div> <div id="validator-badges"> <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p> </div> </body> </html>
bmo/ruby-openid-2.1.2-google-enhanced
doc/classes/OpenID/Server/WebResponse.html
HTML
apache-2.0
4,391
<!DOCTYPE html> <html> <head> <title>Bootstrap Admin Theme v3</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- jQuery UI --> <link href="/assets/lib/css/jquery-ui.css" rel="stylesheet" media="screen"> <!-- Bootstrap --> <link href="/assets/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- styles --> <link href="/assets/admin/css/base.css" rel="stylesheet"> <link href="/assets/font-awesome-4.0.3/css/font-awesome.min.css" rel="stylesheet"> <link href="/assets/vendors/form-helpers/css/bootstrap-formhelpers.min.css" rel="stylesheet"> <link href="/assets/vendors/select/bootstrap-select.min.css" rel="stylesheet"> <link href="/assets/vendors/tags/css/bootstrap-tags.css" rel="stylesheet"> <link href="/assets/admin/css/forms.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="/assets/lib/js/html5shiv.js"></script> <script src="/assets/lib/js/respond.min.js"></script> <![endif]--> </head> <body> <div class="header"> <div class="container"> <div class="row"> <div class="col-md-5"> <!-- Logo --> <div class="logo"> <h1><a href="index.html">Bootstrap Admin Theme</a></h1> </div> </div> <div class="col-md-5"> <div class="row"> <div class="col-lg-12"> <div class="input-group form"> <input type="text" class="form-control" placeholder="Search..."> <span class="input-group-btn"> <button class="btn btn-primary" type="button">Search</button> </span> </div> </div> </div> </div> <div class="col-md-2"> <div class="navbar navbar-inverse" role="banner"> <nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation"> <ul class="nav navbar-nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">My Account <b class="caret"></b></a> <ul class="dropdown-menu animated fadeInUp"> <li><a href="profile.html">Profile</a></li> <li><a href="login.html">Logout</a></li> </ul> </li> </ul> </nav> </div> </div> </div> </div> </div> <div class="page-content"> <div class="row"> <div class="col-md-2"> <div class="sidebar content-box" style="display: block;"> <ul class="nav"> <!-- Main menu --> <li class="current"><a href="/sample/index"><i class="glyphicon glyphicon-home"></i> Dashboard</a></li> <li><a href="/sample/calendar"><i class="glyphicon glyphicon-calendar"></i> Calendar</a></li> <li><a href="/sample/stats"><i class="glyphicon glyphicon-stats"></i> Statistics (Charts)</a></li> <li><a href="/sample/tables"><i class="glyphicon glyphicon-list"></i> Tables</a></li> <li><a href="/sample/buttons"><i class="glyphicon glyphicon-record"></i> Buttons</a></li> <li><a href="/sample/editors"><i class="glyphicon glyphicon-pencil"></i> Editors</a></li> <li><a href="/sample/forms"><i class="glyphicon glyphicon-tasks"></i> Forms</a></li> <li class="submenu"> <a href="#"> <i class="glyphicon glyphicon-list"></i> Pages <span class="caret pull-right"></span> </a> <!-- Sub menu --> <ul> <li><a href="/sample/login">Login</a></li> <li><a href="/sample/signup">Signup</a></li> </ul> </li> </ul> </div> </div> <div class="col-md-10"> <div class="row"> <div class="col-md-6"> <div class="content-box-large"> <div class="panel-heading"> <div class="panel-title">Horizontal Form</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="panel-body"> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-2 control-label">Text Field</label> <div class="col-sm-10"> <input type="email" class="form-control" id="inputEmail3" placeholder="Email"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-2 control-label">Password Field</label> <div class="col-sm-10"> <input type="password" class="form-control" id="inputPassword3" placeholder="Password"> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label">Textarea</label> <div class="col-sm-10"> <textarea class="form-control" placeholder="Textarea" rows="3"></textarea> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label">Readonly</label> <div class="col-sm-10"> <span class="form-control">Read only text</span> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <div class="checkbox"> <label> <input type="checkbox"> Checkbox </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox </label> </div> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <button type="submit" class="btn btn-primary">Sign in</button> </div> </div> </form> </div> </div> </div> <div class="col-md-6"> <div class="content-box-large"> <div class="panel-heading"> <div class="panel-title">Vertical Form</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="panel-body"> <form action=""> <fieldset> <div class="form-group"> <label>Text field</label> <input class="form-control" placeholder="Text field" type="text"> </div> <div class="form-group"> <label>Password field</label> <input class="form-control" placeholder="Password" type="password" value="mypassword"> </div> <div class="form-group"> <label>Textarea</label> <textarea class="form-control" placeholder="Textarea" rows="3"></textarea> </div> <div class="form-group"> <label>Readonly</label> <span class="form-control">Read only text</span> </div> </fieldset> <div> <div class="btn btn-primary"> <i class="fa fa-save"></i> Submit </div> </div> </form> </div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="content-box-header"> <div class="panel-title">Inline Form</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="content-box-large box-with-header"> <form class="form-inline" role="form"> <fieldset> <div class="form-group col-sm-3"> <label class="sr-only" for="exampleInputEmail2">Email address</label> <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> </div> <div class="form-group col-sm-3"> <label class="sr-only" for="exampleInputPassword2">Password</label> <input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password"> </div> <div class="checkbox col-sm-3"> <label> <input type="checkbox" class="checkbox"> <span>Remember me </span></label> </div> <button type="submit" class="btn btn-primary"> Sign in </button> </fieldset> </form> </div> </div> <div class="col-md-6 panel-warning"> <div class="content-box-header panel-heading"> <div class="panel-title">Inline Form Disabled</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="content-box-large box-with-header"> <form class="form-inline" role="form"> <fieldset> <div class="form-group col-sm-3"> <label class="sr-only">Email address</label> <input type="email" class="form-control" disabled="disabled" placeholder="Enter email"> </div> <div class="form-group col-sm-3"> <label class="sr-only">Password</label> <input type="password" class="form-control" disabled="disabled" placeholder="Password"> </div> <div class="checkbox col-sm-3"> <label> <input type="checkbox" disabled="disabled"> Remember me </label> </div> <button type="submit" disabled="disabled" class="btn btn-primary"> Sign in </button> </fieldset> </form> </div> </div> </div> <div class="row"> <div class="col-md-12 panel-info"> <div class="content-box-header panel-heading"> <div class="panel-title ">Column Sizes</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="content-box-large box-with-header"> <div> <div class="row"> <div class="col-sm-12"> <input type="text" class="form-control" placeholder=".col-sm-12"> </div> </div> <hr> <div class="row"> <div class="col-sm-6"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> <div class="col-sm-6"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> </div> <hr> <div class="row"> <div class="col-sm-6"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> <div class="col-sm-3"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> <div class="col-sm-3"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> </div> <hr> <div class="row"> <div class="col-sm-3"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> <div class="col-sm-3"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> <div class="col-sm-6"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> </div> <hr> <div class="row"> <div class="col-sm-4"> <input type="text" class="form-control" placeholder=".col-sm-4"> </div> <div class="col-sm-4"> <input type="text" class="form-control" placeholder=".col-sm-4"> </div> <div class="col-sm-4"> <input type="text" class="form-control" placeholder=".col-sm-4"> </div> </div> <hr> <div class="row"> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> <div class="col-sm-2"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6 panel-default"> <div class="content-box-header panel-heading"> <div class="panel-title ">Right Aligned</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="content-box-large box-with-header"> <div> <div class="row"> <div class="col-sm-2 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> </div> <hr> <div class="row"> <div class="col-sm-3 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> </div> <hr> <div class="row"> <div class="col-sm-4 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-4"> </div> </div> <hr> <div class="row"> <div class="col-sm-5 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-5"> </div> </div> <hr> <div class="row"> <div class="col-sm-6 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> </div> <hr> <div class="row"> <div class="col-sm-7 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-7"> </div> </div> <hr> <div class="row"> <div class="col-sm-8 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-8"> </div> </div> <hr> <div class="row"> <div class="col-sm-9 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-9"> </div> </div> <hr> <div class="row"> <div class="col-sm-10 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-10"> </div> </div> <hr> <div class="row"> <div class="col-sm-11 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-11"> </div> </div> <hr> <div class="row"> <div class="col-sm-12 pull-right"> <input type="text" class="form-control" placeholder=".col-sm-12"> </div> </div> </div> </div> </div> <div class="col-md-6 panel-default"> <div class="content-box-header panel-heading"> <div class="panel-title ">Left Aligned</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="content-box-large box-with-header"> <div> <div class="row"> <div class="col-sm-2 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-2"> </div> </div> <hr> <div class="row"> <div class="col-sm-3 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-3"> </div> </div> <hr> <div class="row"> <div class="col-sm-4 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-4"> </div> </div> <hr> <div class="row"> <div class="col-sm-5 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-5"> </div> </div> <hr> <div class="row"> <div class="col-sm-6 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-6"> </div> </div> <hr> <div class="row"> <div class="col-sm-7 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-7"> </div> </div> <hr> <div class="row"> <div class="col-sm-8 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-8"> </div> </div> <hr> <div class="row"> <div class="col-sm-9 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-9"> </div> </div> <hr> <div class="row"> <div class="col-sm-10 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-10"> </div> </div> <hr> <div class="row"> <div class="col-sm-11 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-11"> </div> </div> <hr> <div class="row"> <div class="col-sm-12 pull-left"> <input type="text" class="form-control" placeholder=".col-sm-12"> </div> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="content-box-large"> <div class="panel-heading"> <div class="panel-title">Default Elements</div> </div> <div class="panel-body"> <form class="form-horizontal" action=""> <fieldset> <legend>Default Form Elements</legend> <div class="form-group"> <label class="col-md-2 control-label" for="text-field">Text field</label> <div class="col-md-10"> <input class="form-control" placeholder="Default Text Field" type="text"> </div> </div> <div class="form-group"> <label class="col-md-2 control-label" for="text-field">Auto Complete</label> <div class="col-md-10"> <input class="form-control" placeholder="Type somethine..." type="text" list="list"> <datalist id="list"> <option value="Alexandra"></option> <option value="Alice"></option> <option value="Anastasia"></option> <option value="Avelina"></option> <option value="Basilia"></option> <option value="Beatrice"></option> <option value="Cassandra"></option> <option value="Cecil"></option> <option value="Clemencia"></option> <option value="Desiderata"></option> <option value="Dionisia"></option> <option value="Edith"></option> <option value="Eleanora"></option> <option value="Elizabeth"></option> <option value="Emma"></option> <option value="Felicia"></option> <option value="Florence"></option> <option value="Galiana"></option> <option value="Grecia"></option> <option value="Helen"></option> <option value="Helewisa"></option> <option value="Idonea"></option> <option value="Isabel"></option> <option value="Joan"></option> <option value="Juliana"></option> <option value="Karla"></option> <option value="Karyn"></option> <option value="Kate"></option> <option value="Lakisha"></option> <option value="Lana"></option> <option value="Laura"></option> <option value="Leona"></option> <option value="Mandy"></option> <option value="Margaret"></option> <option value="Maria"></option> <option value="Nanacy"></option> <option value="Nicole"></option> <option value="Olga"></option> <option value="Pamela"></option> <option value="Patricia"></option> <option value="Qiana"></option> <option value="Rachel"></option> <option value="Ramona"></option> <option value="Samantha"></option> <option value="Sandra"></option> <option value="Tanya"></option> <option value="Teresa"></option> <option value="Ursula"></option> <option value="Valerie"></option> <option value="Veronica"></option> <option value="Wilma"></option> <option value="Yasmin"></option> <option value="Zelma"></option> </datalist> <p class="note"><strong>Note:</strong> works in Chrome, Firefox, Opera and IE10.</p> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Password field</label> <div class="col-md-10"> <input class="form-control" placeholder="Password field" type="password" value="mypassword"> </div> </div> <div class="form-group"> <label class="col-md-2 control-label" for="textarea">Textarea</label> <div class="col-md-10"> <textarea class="form-control" placeholder="Textarea" rows="4"></textarea> </div> </div> </fieldset> <fieldset> <legend>Unstyled Checkbox</legend> <div class="form-group"> <label class="col-md-2 control-label">Checkbox default</label> <div class="col-md-10"> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 1 </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 2 </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 3 </label> </div> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Inline</label> <div class="col-md-10"> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 2 </label> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 2 </label> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 3 </label> </div> </div> </fieldset> <fieldset> <legend>Unstyled Radiobox</legend> <div class="form-group"> <label class="col-md-2 control-label">Radios default</label> <div class="col-md-10"> <div class="radio"> <label> <input type="radio"> Radiobox 1 </label> </div> <div class="radio"> <label> <input type="radio"> Radiobox 2 </label> </div> <div class="radio"> <label> <input type="radio"> Radiobox 3 </label> </div> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Inline</label> <div class="col-md-10"> <label class="radio radio-inline"> <input type="radio"> Radiobox 1 </label> <label class="radio radio-inline"> <input type="radio"> Radiobox 2 </label> <label class="radio radio-inline"> <input type="radio"> Radiobox 3 </label> </div> </div> </fieldset> <fieldset> <legend>File inputs</legend> <div class="form-group"> <label class="col-md-2 control-label">File input</label> <div class="col-md-10"> <input type="file" class="btn btn-default" id="exampleInputFile1"> <p class="help-block"> some help text here. </p> </div> </div> </fieldset> <fieldset> <legend>Unstyled Select</legend> <div class="form-group"> <label class="col-md-2 control-label" for="select-1">Select</label> <div class="col-md-10"> <select class="form-control" id="select-1"> <option>Amsterdam</option> <option>Atlanta</option> <option>Baltimore</option> <option>Boston</option> <option>Buenos Aires</option> <option>Calgary</option> <option>Chicago</option> <option>Denver</option> <option>Dubai</option> <option>Frankfurt</option> <option>Hong Kong</option> <option>Honolulu</option> <option>Houston</option> <option>Kuala Lumpur</option> <option>London</option> <option>Los Angeles</option> <option>Melbourne</option> <option>Mexico City</option> <option>Miami</option> <option>Minneapolis</option> </select> </div> </div> <div class="form-group"> <label class="col-md-2 control-label" for="multiselect1">Multiple select</label> <div class="col-md-10"> <select multiple="multiple" id="multiselect-1" class="form-control custom-scroll" title="Click to Select a City"> <option>Amsterdam</option> <option selected="selected">Atlanta</option> <option>Baltimore</option> <option>Boston</option> <option>Buenos Aires</option> <option>Calgary</option> <option selected="selected">Chicago</option> <option>Denver</option> <option>Dubai</option> <option>Frankfurt</option> <option>Hong Kong</option> <option>Honolulu</option> <option>Houston</option> <option>Kuala Lumpur</option> <option>London</option> <option>Los Angeles</option> <option>Melbourne</option> <option>Mexico City</option> <option>Miami</option> <option>Minneapolis</option> </select> </div> </div> </fieldset> <fieldset> <legend>Input States</legend> <div class="form-group has-warning"> <label class="col-md-2 control-label">Input warning</label> <div class="col-md-10"> <div class="input-group"> <input class="form-control" type="text"> <span class="input-group-addon"><i class="fa fa-warning"></i></span> </div> <span class="help-block">Something may have gone wrong</span> </div> </div> <div class="form-group has-error"> <label class="col-md-2 control-label">Input error</label> <div class="col-md-10"> <div class="input-group"> <input class="form-control" type="text"> <span class="input-group-addon"><i class="glyphicon glyphicon-remove-circle"></i></span> </div> <span class="help-block"><i class="fa fa-warning"></i> Please correct the error</span> </div> </div> <div class="form-group has-success"> <label class="col-md-2 control-label">Input success</label> <div class="col-md-10"> <div class="input-group"> <span class="input-group-addon"><i class="fa fa-dollar"></i></span> <input class="form-control" type="text"> <span class="input-group-addon"><i class="fa fa-check"></i></span> </div> <span class="help-block">Something may have gone wrong</span> </div> </div> </fieldset> <fieldset> <legend>Input sizes</legend> <div class="form-group"> <label class="control-label col-md-2">Extra Small Input</label> <div class="col-md-10"> <input class="form-control input-xs" placeholder=".input-xs" type="text"> </div> </div> <div class="form-group"> <label class="control-label col-md-2">Small Input</label> <div class="col-md-10"> <input class="form-control input-sm" placeholder=".input-sm" type="text"> </div> </div> <div class="form-group"> <label class="control-label col-md-2">Default Input</label> <div class="col-md-10"> <input class="form-control" placeholder="Default input" type="text"> </div> </div> <div class="form-group"> <label class="control-label col-md-2">Large Input</label> <div class="col-md-10"> <input class="form-control input-lg" placeholder=".input-lg" type="text"> </div> </div> </fieldset> <fieldset> <legend>Select Sizes</legend> <div class="form-group"> <label class="control-label col-md-2">Small Select</label> <div class="col-md-10"> <select class="form-control input-sm"> <option>Amsterdam</option> <option>Atlanta</option> <option>Baltimore</option> <option>Boston</option> <option>Buenos Aires</option> <option>Calgary</option> <option>Chicago</option> <option>Denver</option> <option>Dubai</option> <option>Frankfurt</option> <option>Hong Kong</option> <option>Honolulu</option> <option>Houston</option> <option>Kuala Lumpur</option> <option>London</option> <option>Los Angeles</option> <option>Melbourne</option> <option>Mexico City</option> <option>Miami</option> <option>Minneapolis</option> </select> </div> </div> <div class="form-group"> <label class="control-label col-md-2">Default Select</label> <div class="col-md-10"> <select class="form-control"> <option>Amsterdam</option> <option>Atlanta</option> <option>Baltimore</option> <option>Boston</option> <option>Buenos Aires</option> <option>Calgary</option> <option>Chicago</option> <option>Denver</option> <option>Dubai</option> <option>Frankfurt</option> <option>Hong Kong</option> <option>Honolulu</option> <option>Houston</option> <option>Kuala Lumpur</option> <option>London</option> <option>Los Angeles</option> <option>Melbourne</option> <option>Mexico City</option> <option>Miami</option> <option>Minneapolis</option> </select> </div> </div> <div class="form-group"> <label class="control-label col-md-2">Large Select</label> <div class="col-md-10"> <select class="form-control input-lg"> <option>Amsterdam</option> <option>Atlanta</option> <option>Baltimore</option> <option>Boston</option> <option>Buenos Aires</option> <option>Calgary</option> <option>Chicago</option> <option>Denver</option> <option>Dubai</option> <option>Frankfurt</option> <option>Hong Kong</option> <option>Honolulu</option> <option>Houston</option> <option>Kuala Lumpur</option> <option>London</option> <option>Los Angeles</option> <option>Melbourne</option> <option>Mexico City</option> <option>Miami</option> <option>Minneapolis</option> </select> </div> </div> </fieldset> <fieldset> <legend>Prepend &amp; Append</legend> <div class="form-group"> <label class="control-label col-md-2" for="prepend">Prepended Input</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <span class="input-group-addon">@</span> <input class="form-control" id="prepend" placeholder="Username" type="text"> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2" for="prepend">W/ input &amp; radios</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <span class="input-group-addon"> <span class="onoffswitch"> <input type="checkbox" name="start_interval" class="onoffswitch-checkbox" id="st3"> <label class="onoffswitch-label" for="st3"> <div class="onoffswitch-inner" data-swchon-text="YES" data-swchoff-text="NO"></div> <div class="onoffswitch-switch"></div> </label> </span> </span> <input class="form-control" placeholder="" type="text"> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2" for="append">Appended Input</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <input class="form-control" id="append" type="text"> <span class="input-group-addon">.00</span> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2" for="appendprepend">Combined</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <span class="input-group-addon">$</span> <input class="form-control" id="appendprepend" type="text"> <span class="input-group-addon">.00</span> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2" for="appendbutton">With buttons</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <input class="form-control" id="appendbutton" type="text"> <div class="input-group-btn"> <button class="btn btn-default" type="button"> Search </button> <button class="btn btn-default" type="button"> Options </button> </div> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2">With dropdowns</label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <input type="text" class="form-control"> <div class="input-group-btn"> <button type="button" class="btn btn-default" tabindex="-1">Action</button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1"> <span class="caret"></span> </button> <ul class="dropdown-menu pull-right" role="menu"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> <li class="divider"></li> <li><a href="javascript:void(0);">Cancel</a></li> </ul> </div> </div> </div> </div> </div> </div> <div class="form-group"> <label class="control-label col-md-2"></label> <div class="col-md-10"> <div class="row"> <div class="col-sm-12"> <div class="input-group"> <div class="input-group-btn"> <button type="button" class="btn btn-default" tabindex="-1">Action</button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1"> <span class="caret"></span> </button> <ul class="dropdown-menu" role="menu"> <li><a href="javascript:void(0);">Action</a></li> <li><a href="javascript:void(0);">Another action</a></li> <li><a href="javascript:void(0);">Something else here</a></li> <li class="divider"></li> <li><a href="javascript:void(0);">Cancel</a></li> </ul> </div> <input type="text" class="form-control"> </div> </div> </div> </div> </div> </fieldset> <div class="form-actions"> <div class="row"> <div class="col-md-12"> <button class="btn btn-default" type="submit"> Cancel </button> <button class="btn btn-primary" type="submit"> <i class="fa fa-save"></i> Submit </button> </div> </div> </div> </form> </div> </div> </div> <div class="col-md-6"> <div class="content-box-large"> <div class="panel-heading"> <div class="panel-title">Form Widgets</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="panel-body"> <div> <h4>Select</h4> <p> <div class="bfh-selectbox" data-name="selectbox3" data-value="12" data-filter="true"> <div data-value="1">Option 1</div> <div data-value="2">Option 2</div> <div data-value="3">Option 3</div> <div data-value="4">Option 4</div> <div data-value="5">Option 5</div> <div data-value="6">Option 6</div> <div data-value="7">Option 7</div> <div data-value="8">Option 8</div> <div data-value="9">Option 9</div> <div data-value="10">Option 10</div> <div data-value="11">Option 11</div> <div data-value="12">Option 12</div> <div data-value="13">Option 13</div> <div data-value="14">Option 14</div> <div data-value="15">Option 15</div> </div> </p> </div> <div> <h4>Color Picker</h4> <p> <div class="bfh-colorpicker" data-name="colorpicker1"></div> </p> </div> <div> <h4>Date Picker</h4> <p> <div class="bfh-datepicker" data-format="y-m-d" data-date="today"></div> </p> </div> <div> <h4>Time Picker</h4> <p> <div class="bfh-timepicker" data-mode="12h"></div> </p> </div> <div> <h4>Slider</h4> <p> <div class="bfh-slider" data-name="slider1"></div> </p> </div> <div> <h4>Country Picker</h4> <p> <div class="bfh-selectbox bfh-countries" data-country="US" data-flags="true"></div> </p> </div> <div> <h4>State Picker</h4> <p> <div id="countries_states2" class="bfh-selectbox bfh-countries" data-country="US"></div> <br><br> <div class="bfh-selectbox bfh-states" data-country="countries_states2"></div> </p> </div> <div> <h4>Currency Picker</h4> <p> <div class="bfh-selectbox bfh-currencies" data-currency="EUR" data-flags="true"></div> </p> </div> <div> <h4>Language Picker</h4> <p> <div class="bfh-selectbox bfh-languages" data-language="en_US" data-flags="true"></div> </p> </div> <div> <h4>Timezone Picker</h4> <p> <div class="bfh-selectbox bfh-timezones" data-country="US"></div> </p> </div> <div> <h4>Google Font Picker</h4> <p> <div class="bfh-selectbox bfh-googlefonts" data-font="Lato"></div> </p> </div> <div> <h4>Font Picker</h4> <p> <div class="bfh-selectbox bfh-fonts" data-font="Arial"></div> </p> </div> <div> <h4>Font Size Picker</h4> <p> <div class="bfh-selectbox bfh-fontsizes" data-fontsize="12"></div> </p> </div> <div> <h4>Select</h4> <p> <select class="selectpicker"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </p> </div> <div> <h4>Select With Groups</h4> <p> <select class="selectpicker"> <optgroup label="Picnic"> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </optgroup> <optgroup label="Camping"> <option>Tent</option> <option>Flashlight</option> <option>Toilet Paper</option> </optgroup> </select> </p> </div> <div> <h4>Select Multiple</h4> <p> <select class="selectpicker" multiple> <option>Mustard</option> <option>Ketchup</option> <option>Relish</option> </select> </p> </div> <div> <h4>Tags</h4> <p> <div id="tags"></div> </p> </div> <fieldset> <legend> Masking </legend> <div class="form-group"> <label for="h-input">Date masking</label> <div class="input-group"> <input type="text" class="form-control mask-date" data-mask="99/99/9999" data-mask-placeholder="-"> <span class="input-group-addon"><i class="fa fa-calendar"></i></span> </div> <p class="note"> Data format **/**/**** </p> </div> <div class="form-group"> <label for="h-input">Phone masking</label> <div class="input-group"> <input type="text" class="form-control" data-mask="(999) 999-9999" data-mask-placeholder="X"> <span class="input-group-addon"><i class="fa fa-phone"></i></span> </div> <p class="note"> Data format (XXX) XXX-XXXX </p> </div> <div class="form-group"> <label for="h-input">Credit card masking</label> <div class="input-group"> <input type="text" class="form-control" data-mask="9999-9999-9999-9999" data-mask-placeholder="*"> <span class="input-group-addon"><i class="fa fa-credit-card"></i></span> </div> <p class="note"> Data format ****-****-****-**** </p> </div> <div class="form-group"> <label for="h-input">Serial number masking</label> <div class="input-group"> <input type="text" class="form-control" data-mask="***-***-***-***-***-***" data-mask-placeholder="_"> <span class="input-group-addon"><i class="fa fa-asterisk"></i></span> </div> <p class="note"> Data format ***-***-***-***-***-*** </p> </div> <div class="form-group"> <label for="h-input">Tax ID masking</label> <div class="input-group"> <input type="text" class="form-control" data-mask="99-9999999" data-mask-placeholder="X"> <span class="input-group-addon"><i class="fa fa-briefcase"></i></span> </div> <p class="note"> Data format 99-9999999 </p> </div> </fieldset> <div> <h4>Inline Edit</h4> <p> <table id="user" class="table table-bordered table-striped" style="clear: both"> <tbody> <tr> <td width="35%">Simple text field</td> <td width="65%"><a href="#" id="username" data-type="text" data-pk="1" data-title="Enter username" class="editable editable-click" data-original-title="" title="">superuser</a></td> </tr> <tr> <td>Empty text field, required</td> <td><a href="#" id="firstname" data-type="text" data-pk="1" data-placement="right" data-placeholder="Required" data-title="Enter your firstname" class="editable editable-click editable-empty">Empty</a></td> </tr> <tr> <td>Select, local array, custom display</td> <td><a href="#" id="sex" data-type="select" data-pk="1" data-value="" data-title="Select sex" class="editable editable-click" style="color: gray;">not selected</a></td> </tr> <tr> <td>Select, remote array, no buttons</td> <td><a href="#" id="group" data-type="select" data-pk="1" data-value="5" data-title="Select group" class="editable editable-click">Admin</a></td> </tr> <tr> <td>Select, error while loading</td> <td><a href="#" id="status" data-type="select" data-pk="1" data-value="0" data-title="Select status" class="editable editable-click">Active</a></td> </tr> <tr> <td>Combodate (date)</td> <td><a href="#" id="dob" data-type="combodate" data-value="1984-05-15" data-format="YYYY-MM-DD" data-viewformat="DD/MM/YYYY" data-template="D / MMM / YYYY" data-pk="1" data-title="Select Date of birth" class="editable editable-click">15/05/1984</a></td> </tr> <tr> <td>Combodate (datetime)</td> <td><a href="#" id="event" data-type="combodate" data-template="D MMM YYYY HH:mm" data-format="YYYY-MM-DD HH:mm" data-viewformat="MMM D, YYYY, HH:mm" data-pk="1" data-title="Setup event date and time" class="editable editable-click editable-empty">Empty</a></td> </tr> <tr> <td>Textarea, buttons below. Submit by <i>ctrl+enter</i></td> <td><a href="#" id="comments" data-type="textarea" data-pk="1" data-placeholder="Your comments here..." data-title="Enter comments" class="editable editable-pre-wrapped editable-click">awesome user!</a></td> </tr> </tbody> </table> </p> </div> </div> </div> </div> </div> <div class="row"> <div class="col-md-12"> <div class="content-box-large"> <div class="panel-heading"> <div class="panel-title">Bootstrap Wizard</div> <div class="panel-options"> <a href="#" data-rel="collapse"><i class="glyphicon glyphicon-refresh"></i></a> <a href="#" data-rel="reload"><i class="glyphicon glyphicon-cog"></i></a> </div> </div> <div class="panel-body"> <div id="rootwizard"> <div class="navbar"> <div class="navbar-inner"> <div class="container"> <ul class="nav nav-pills"> <li class="active"><a href="#tab1" data-toggle="tab">First</a></li> <li><a href="#tab2" data-toggle="tab">Second</a></li> <li><a href="#tab3" data-toggle="tab">Third</a></li> </ul> </div> </div> </div> <div class="tab-content"> <div class="tab-pane active" id="tab1"> <form class="form-horizontal" role="form"> <div class="form-group"> <label for="inputEmail3" class="col-sm-2 control-label">Text Field</label> <div class="col-sm-10"> <input type="email" class="form-control" id="inputEmail3" placeholder="Email"> </div> </div> <div class="form-group"> <label for="inputPassword3" class="col-sm-2 control-label">Password Field</label> <div class="col-sm-10"> <input type="password" class="form-control" id="inputPassword3" placeholder="Password"> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label">Textarea</label> <div class="col-sm-10"> <textarea class="form-control" placeholder="Textarea" rows="3"></textarea> </div> </div> <div class="form-group"> <label class="col-sm-2 control-label">Readonly</label> <div class="col-sm-10"> <span class="form-control">Read only text</span> </div> </div> <div class="form-group"> <div class="col-sm-offset-2 col-sm-10"> <div class="checkbox"> <label> <input type="checkbox"> Checkbox </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox </label> </div> </div> </div> </form> </div> <div class="tab-pane" id="tab2"> <form class="form-inline" role="form"> <fieldset> <div class="form-group col-sm-3"> <label class="sr-only" for="exampleInputEmail2">Email address</label> <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> </div> <div class="form-group col-sm-3"> <label class="sr-only" for="exampleInputPassword2">Password</label> <input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password"> </div> <div class="checkbox col-sm-3"> <label> <input type="checkbox" class="checkbox"> <span>Remember me </span></label> </div> <button type="submit" class="btn btn-primary"> Sign in </button> </fieldset> </form> </div> <div class="tab-pane" id="tab3"> <fieldset> <legend>Unstyled Checkbox</legend> <div class="form-group"> <label class="col-md-2 control-label">Checkbox default</label> <div class="col-md-10"> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 1 </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 2 </label> </div> <div class="checkbox"> <label> <input type="checkbox"> Checkbox 3 </label> </div> </div> </div> <div class="form-group"> <label class="col-md-2 control-label">Inline</label> <div class="col-md-10"> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 2 </label> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 2 </label> <label class="checkbox-inline"> <input type="checkbox"> Checkbox 3 </label> </div> </div> </fieldset> </div> <ul class="pager wizard"> <li class="previous first disabled" style="display:none;"><a href="javascript:void(0);">First</a></li> <li class="previous disabled"><a href="javascript:void(0);">Previous</a></li> <li class="next last" style="display:none;"><a href="javascript:void(0);">Last</a></li> <li class="next"><a href="javascript:void(0);">Next</a></li> </ul> </div> </div> </div> </div> </div> </div> <!-- Page content --> </div> </div> </div> <footer> <div class="container"> <div class="copy text-center"> Copyright 2014 <a href='#'>Website</a> </div> </div> </footer> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="/assets/lib/js/jquery-1.11.1.min.js"></script> <!-- jQuery UI --> <script src="/assets/lib/js/jquery-ui.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="/assets/bootstrap/js/bootstrap.min.js"></script> <script src="/assets/vendors/form-helpers/js/bootstrap-formhelpers.min.js"></script> <script src="/assets/vendors/select/bootstrap-select.min.js"></script> <script src="/assets/vendors/tags/js/bootstrap-tags.min.js"></script> <script src="/assets/vendors/mask/jquery.maskedinput.min.js"></script> <script src="/assets/vendors/moment/moment.min.js"></script> <script src="/assets/vendors/wizard/jquery.bootstrap.wizard.min.js"></script> <!-- bootstrap-datetimepicker --> <link href="/assets/vendors/bootstrap-datetimepicker/datetimepicker.css" rel="stylesheet"> <script src="/assets/vendors/bootstrap-datetimepicker/bootstrap-datetimepicker.js"></script> <link href="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/css/bootstrap-editable.css" rel="stylesheet"/> <script src="//cdnjs.cloudflare.com/ajax/libs/x-editable/1.5.0/bootstrap3-editable/js/bootstrap-editable.min.js"></script> <script src="/assets/admin/js/app.js"></script> <script src="/assets/admin/js/forms.js"></script> </body> </html>
yamingd/argo
bootstrap/template/Web/src/main/webapp/WEB-INF/views/sample/forms.html
HTML
apache-2.0
58,617
<!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_251) on Wed Aug 05 13:23:32 CEST 2020 --> <title>com.craftmend.openaudiomc.generic.media</title> <meta name="date" content="2020-08-05"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../com/craftmend/openaudiomc/generic/media/package-summary.html" target="classFrame">com.craftmend.openaudiomc.generic.media</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="MediaModule.html" title="class in com.craftmend.openaudiomc.generic.media" target="classFrame">MediaModule</a></li> </ul> </div> </body> </html>
ApocalypsjeNL/OpenAudioMc
docs/javadoc/com/craftmend/openaudiomc/generic/media/package-frame.html
HTML
apache-2.0
904
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="Ionic makes it incredibly easy to build beautiful and interactive mobile apps using HTML5 and AngularJS."> <meta name="keywords" content="html5,javascript,mobile,drifty,ionic,hybrid,phonegap,cordova,native,ios,android,angularjs"> <meta name="author" content="Drifty"> <meta property="og:image" content="http://ionicframework.com/img/ionic-logo-blog.png"/> <!-- version /docs/1.0.0-beta.11 should not be indexed --> <meta name="robots" content="noindex"> <title>$ionicModal - Service in module ionic - Ionic Framework</title> <link href="/css/site.css?12" rel="stylesheet"> <!--<script src="//cdn.optimizely.com/js/595530035.js"></script>--> <script type="text/javascript">var _sf_startpt=(new Date()).getTime()</script> <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-44023830-1', 'ionicframework.com'); ga('send', 'pageview'); </script> <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> </head> <body class="docs docs-page docs-api"> <nav class="navbar navbar-default horizontal-gradient" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle button ionic" data-toggle="collapse" data-target=".navbar-ex1-collapse"> <i class="icon ion-navicon"></i> </button> <a class="navbar-brand" href="/"> <img src="/img/ionic-logo-white.svg" width="123" height="43" alt="Ionic Framework"> </a> <a href="http://blog.ionic.io/announcing-ionic-1-0/" target="_blank"> <img src="/img/ionic1-tag.png" alt="Ionic 1.0 is out!" width="28" height="32" style="margin-left: 140px; margin-top:22px; display:block"> </a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav navbar-right"> <li><a class="getting-started-nav nav-link" href="/getting-started/">Getting Started</a></li> <li><a class="docs-nav nav-link" href="/docs/">Docs</a></li> <li><a class="getting-started-nav nav-link" href="http://ionic.io/support">Support</a></li> <li><a class="blog-nav nav-link" href="http://blog.ionic.io/">Blog <span id="blog-badge">1</span></a></li> <li><a class="nav-link" href="http://forum.ionicframework.com/">Forum</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">More <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <div class="arrow-up"></div> <li><a class="products-nav nav-link" href="http://ionic.io/">Ionic.io</a></li> <li><a class="examples-nav nav-link" href="http://showcase.ionicframework.com/">Showcase</a></li> <li><a class="nav-link" href="http://jobs.ionic.io/">Job Board</a></li> <li><a class="nav-link" href="http://market.ionic.io/">Market</a></li> <li><a class="nav-link" href="http://ionicworldwide.herokuapp.com/">Ionic Worldwide</a></li> <li><a class="nav-link" href="http://play.ionic.io/">Playground</a></li> <li><a class="nav-link" href="http://creator.ionic.io/">Creator</a></li> <li><a class="nav-link" href="http://shop.ionic.io/">Shop</a></li> <!--<li><a class="nav-link" href="http://ngcordova.com/">ngCordova</a></li>--> </ul> </li> </ul> </div> </div> </nav> <div class="header horizontal-gradient"> <div class="container"> <h3>$ionicModal</h3> <h4>Service in module ionic</h4> </div> <div class="news"> <div class="container"> <div class="row"> <div class="col-sm-8 news-col"> <div class="picker"> <select onchange="window.location.href=this.options[this.selectedIndex].value"> <option value="/docs/nightly/api/service/$ionicModal/" > nightly </option> <option value="/docs/api/service/$ionicModal/" > 1.0.1 (latest) </option> <option value="/docs/1.0.0/api/service/$ionicModal/" > 1.0.0 </option> <option value="/docs/1.0.0-rc.5/api/service/$ionicModal/" > 1.0.0-rc.5 </option> <option value="/docs/1.0.0-rc.4/api/service/$ionicModal/" > 1.0.0-rc.4 </option> <option value="/docs/1.0.0-rc.3/api/service/$ionicModal/" > 1.0.0-rc.3 </option> <option value="/docs/1.0.0-rc.2/api/service/$ionicModal/" > 1.0.0-rc.2 </option> <option value="/docs/1.0.0-rc.1/api/service/$ionicModal/" > 1.0.0-rc.1 </option> <option value="/docs/1.0.0-rc.0/api/service/$ionicModal/" > 1.0.0-rc.0 </option> <option value="/docs/1.0.0-beta.14/api/service/$ionicModal/" > 1.0.0-beta.14 </option> <option value="/docs/1.0.0-beta.13/api/service/$ionicModal/" > 1.0.0-beta.13 </option> <option value="/docs/1.0.0-beta.12/api/service/$ionicModal/" > 1.0.0-beta.12 </option> <option value="/docs/1.0.0-beta.11/api/service/$ionicModal/" selected> 1.0.0-beta.11 </option> <option value="/docs/1.0.0-beta.10/api/service/$ionicModal/" > 1.0.0-beta.10 </option> </select> </div> </div> <div class="col-sm-4 search-col"> <div class="search-bar"> <span class="search-icon ionic"><i class="ion-ios7-search-strong"></i></span> <input type="search" id="search-input" value="Search"> </div> </div> </div> </div> </div> </div> <div id="search-results" class="search-results" style="display:none"> <div class="container"> <div class="search-section search-api"> <h4>JavaScript</h4> <ul id="results-api"></ul> </div> <div class="search-section search-css"> <h4>CSS</h4> <ul id="results-css"></ul> </div> <div class="search-section search-content"> <h4>Resources</h4> <ul id="results-content"></ul> </div> </div> </div> <div class="container content-container"> <div class="row"> <div class="col-md-2 col-sm-3 aside-menu"> <div> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/overview/">Overview</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/components/">CSS</a> </li> </ul> <!-- Docs: JavaScript --> <ul class="nav left-menu active-menu"> <li class="menu-title"> <a href="/docs/1.0.0-beta.11/api/"> JavaScript </a> </li> <!-- Tabs --> <li class="menu-section"> <a href="#" class="api-section"> Tabs </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionTabs/"> ion-tabs </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionTab/"> ion-tab </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicTabsDelegate/"> $ionicTabsDelegate </a> </li> </ul> </li> <!-- Side Menus --> <li class="menu-section"> <a href="#" class="api-section"> Side Menus </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenus/"> ion-side-menus </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenuContent/"> ion-side-menu-content </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSideMenu/"> ion-side-menu </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/menuToggle/"> menu-toggle </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/menuClose/"> menu-close </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicSideMenuDelegate/"> $ionicSideMenuDelegate </a> </li> </ul> </li> <!-- Navigation --> <li class="menu-section"> <a href="#" class="api-section"> Navigation </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavView/"> ion-nav-view </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionView/"> ion-view </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavBar/"> ion-nav-bar </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavButtons/"> ion-nav-buttons </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionNavBackButton/"> ion-nav-back-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/navClear/"> nav-clear </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicNavBarDelegate/"> $ionicNavBarDelegate </a> </li> </ul> </li> <!-- Headers/Footers --> <li class="menu-section"> <a href="#" class="api-section"> Headers/Footers </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionHeaderBar/"> ion-header-bar </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionFooterBar/"> ion-footer-bar </a> </li> </ul> </li> <!-- Content --> <li class="menu-section"> <a href="#" class="api-section"> Content </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionContent/"> ion-content </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionRefresher/"> ion-refresher </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionPane/"> ion-pane </a> </li> </ul> </li> <!-- Scroll --> <li class="menu-section"> <a href="#" class="api-section"> Scroll </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionScroll/"> ion-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionInfiniteScroll/"> ion-infinite-scroll </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicScrollDelegate/"> $ionicScrollDelegate </a> </li> </ul> </li> <!-- Lists --> <li class="menu-section"> <a href="#" class="api-section"> Lists </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionList/"> ion-list </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionItem/"> ion-item </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionDeleteButton/"> ion-delete-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionReorderButton/"> ion-reorder-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionOptionButton/"> ion-option-button </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/collectionRepeat/"> collection-repeat </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicListDelegate/"> $ionicListDelegate </a> </li> </ul> </li> <!-- Form Inputs --> <li class="menu-section"> <a href="#" class="api-section"> Form Inputs </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionCheckbox/"> ion-checkbox </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionRadio/"> ion-radio </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionToggle/"> ion-toggle </a> </li> </ul> </li> <!-- Slide Box --> <li class="menu-section"> <a href="#" class="api-section"> Slide Box </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/ionSlideBox/"> ion-slide-box </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicSlideBoxDelegate/"> $ionicSlideBoxDelegate </a> </li> </ul> </li> <!-- Modal --> <li class="menu-section"> <a href="#" class="api-section"> Modal </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicModal/"> $ionicModal </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/controller/ionicModal/"> ionicModal </a> </li> </ul> </li> <!-- Popover --> <li class="menu-section"> <a href="#" class="api-section"> Popover </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPopover/"> $ionicPopover </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/controller/ionicPopover/"> ionicPopover </a> </li> </ul> </li> <!-- Action Sheet --> <li class="menu-section"> <a href="#" class="api-section"> Action Sheet </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicActionSheet/"> $ionicActionSheet </a> </li> </ul> </li> <!-- Popup --> <li class="menu-section"> <a href="#" class="api-section"> Popup </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPopup/"> $ionicPopup </a> </li> </ul> </li> <!-- Loading --> <li class="menu-section"> <a href="#" class="api-section"> Loading </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicLoading/"> $ionicLoading </a> </li> </ul> <ul> <li> <a href="/docs/1.0.0-beta.11/api/object/$ionicLoadingConfig/"> $ionicLoadingConfig </a> </li> </ul> </li> <!-- Platform --> <li class="menu-section"> <a href="#" class="api-section"> Platform </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPlatform/"> $ionicPlatform </a> </li> </ul> </li> <!-- Events --> <li class="menu-section"> <a href="#" class="api-section"> Events </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/directive/onHold/"> on-hold </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onTap/"> on-tap </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onTouch/"> on-touch </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onRelease/"> on-release </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDrag/"> on-drag </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragUp/"> on-drag-up </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragRight/"> on-drag-right </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragDown/"> on-drag-down </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onDragLeft/"> on-drag-left </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipe/"> on-swipe </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeUp/"> on-swipe-up </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeRight/"> on-swipe-right </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeDown/"> on-swipe-down </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/onSwipeLeft/"> on-swipe-left </a> </li> </ul> </li> <!-- Gesture --> <li class="menu-section"> <a href="#" class="api-section"> Gesture </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicGesture/"> $ionicGesture </a> </li> </ul> </li> <!-- Backdrop --> <li class="menu-section"> <a href="#" class="api-section"> Backdrop </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicBackdrop/"> $ionicBackdrop </a> </li> </ul> </li> <!-- Position --> <li class="menu-section"> <a href="#" class="api-section"> Position </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/service/$ionicPosition/"> $ionicPosition </a> </li> </ul> </li> <!-- Utility --> <li class="menu-section"> <a href="#" class="api-section"> Utility </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.Platform/"> ionic.Platform </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.DomUtil/"> ionic.DomUtil </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/utility/ionic.EventController/"> ionic.EventController </a> </li> </ul> </li> <!-- Tap --> <li class="menu-section"> <a href="/docs/1.0.0-beta.11/api/page/tap/" class="api-section"> Tap &amp; Click </a> </li> <!-- Keyboard --> <li class="menu-section"> <a href="#" class="api-section"> Keyboard </a> <ul> <li> <a href="/docs/1.0.0-beta.11/api/page/keyboard/"> Keyboard </a> </li> <li> <a href="/docs/1.0.0-beta.11/api/directive/keyboardAttach/"> keyboard-attach </a> </li> </ul> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/cli/">CLI</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="http://learn.ionicframework.com/">Learn Ionic</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/guide/">Guide</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/ionic-cli-faq/">FAQ</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/getting-help/">Getting Help</a> </li> </ul> <ul class="nav left-menu"> <li class="menu-title"> <a href="/docs/concepts/">Ionic Concepts</a> </li> </ul> </div> </div> <div class="col-md-10 col-sm-9 main-content"> <div class="improve-docs"> <a href='http://github.com/driftyco/ionic/tree/master/js/angular/service/modal.js#L1'> View Source </a> &nbsp; <a href='http://github.com/driftyco/ionic/edit/master/js/angular/service/modal.js#L1'> Improve this doc </a> </div> <h1 class="api-title"> $ionicModal </h1> <p>Related: <a href="/docs/api/controller/ionicModal/">ionicModal controller</a>.</p> <p>The Modal is a content pane that can go over the user&#39;s main view temporarily. Usually used for making a choice or editing an item.</p> <p>Put the content of the modal inside of an <code>&lt;ion-modal-view&gt;</code> element.</p> <p>Note: a modal will broadcast &#39;modal.shown&#39;, &#39;modal.hidden&#39;, and &#39;modal.removed&#39; events from its originating scope, passing in itself as an event argument. Both the modal.removed and modal.hidden events are called when the modal is removed.</p> <h2>Usage</h2> <div class="highlight"><pre><code class="language-html" data-lang="html"><span class="nt">&lt;script </span><span class="na">id=</span><span class="s">&quot;my-modal.html&quot;</span> <span class="na">type=</span><span class="s">&quot;text/ng-template&quot;</span><span class="nt">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">modal</span><span class="o">-</span><span class="nx">view</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">header</span><span class="o">-</span><span class="nx">bar</span><span class="o">&gt;</span> <span class="o">&lt;</span><span class="nx">h1</span> <span class="kr">class</span><span class="o">=</span><span class="s2">&quot;title&quot;</span><span class="o">&gt;</span><span class="nx">My</span> <span class="nx">Modal</span> <span class="nx">title</span><span class="o">&lt;</span><span class="err">/h1&gt;</span> <span class="o">&lt;</span><span class="err">/ion-header-bar&gt;</span> <span class="o">&lt;</span><span class="nx">ion</span><span class="o">-</span><span class="nx">content</span><span class="o">&gt;</span> <span class="nx">Hello</span><span class="o">!</span> <span class="o">&lt;</span><span class="err">/ion-content&gt;</span> <span class="o">&lt;</span><span class="err">/ion-modal-view&gt;</span> <span class="nt">&lt;/script&gt;</span> </code></pre></div><div class="highlight"><pre><code class="language-js" data-lang="js"><span class="nx">angular</span><span class="p">.</span><span class="nx">module</span><span class="p">(</span><span class="s1">&#39;testApp&#39;</span><span class="p">,</span> <span class="p">[</span><span class="s1">&#39;ionic&#39;</span><span class="p">])</span> <span class="p">.</span><span class="nx">controller</span><span class="p">(</span><span class="s1">&#39;MyController&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">(</span><span class="nx">$scope</span><span class="p">,</span> <span class="nx">$ionicModal</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$ionicModal</span><span class="p">.</span><span class="nx">fromTemplateUrl</span><span class="p">(</span><span class="s1">&#39;my-modal.html&#39;</span><span class="p">,</span> <span class="p">{</span> <span class="nx">scope</span><span class="o">:</span> <span class="nx">$scope</span><span class="p">,</span> <span class="nx">animation</span><span class="o">:</span> <span class="s1">&#39;slide-in-up&#39;</span> <span class="p">}).</span><span class="nx">then</span><span class="p">(</span><span class="kd">function</span><span class="p">(</span><span class="nx">modal</span><span class="p">)</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span> <span class="o">=</span> <span class="nx">modal</span><span class="p">;</span> <span class="p">});</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">openModal</span> <span class="o">=</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">show</span><span class="p">();</span> <span class="p">};</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">closeModal</span> <span class="o">=</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">hide</span><span class="p">();</span> <span class="p">};</span> <span class="c1">//Cleanup the modal when we&#39;re done with it!</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;$destroy&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">modal</span><span class="p">.</span><span class="nx">remove</span><span class="p">();</span> <span class="p">});</span> <span class="c1">// Execute action on hide modal</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;modal.hidden&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="c1">// Execute action</span> <span class="p">});</span> <span class="c1">// Execute action on remove modal</span> <span class="nx">$scope</span><span class="p">.</span><span class="nx">$on</span><span class="p">(</span><span class="s1">&#39;modal.removed&#39;</span><span class="p">,</span> <span class="kd">function</span><span class="p">()</span> <span class="p">{</span> <span class="c1">// Execute action</span> <span class="p">});</span> <span class="p">});</span> </code></pre></div> <h2>Methods</h2> <div id="fromTemplate"></div> <h2> <code>fromTemplate(templateString, options)</code> </h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> templateString </td> <td> <code>string</code> </td> <td> <p>The template string to use as the modal&#39;s content.</p> </td> </tr> <tr> <td> options </td> <td> <code>object</code> </td> <td> <p>Options to be passed <a href="/docs/api/controller/ionicModal/#initialize">ionicModal#initialize</a> method.</p> </td> </tr> </tbody> </table> <ul> <li>Returns: <code>object</code> An instance of an <a href="/docs/api/controller/ionicModal/"><code>ionicModal</code></a> controller.</li> </ul> <div id="fromTemplateUrl"></div> <h2> <code>fromTemplateUrl(templateUrl, options)</code> </h2> <table class="table" style="margin:0;"> <thead> <tr> <th>Param</th> <th>Type</th> <th>Details</th> </tr> </thead> <tbody> <tr> <td> templateUrl </td> <td> <code>string</code> </td> <td> <p>The url to load the template from.</p> </td> </tr> <tr> <td> options </td> <td> <code>object</code> </td> <td> <p>Options to be passed <a href="/docs/api/controller/ionicModal/#initialize">ionicModal#initialize</a> method. options object.</p> </td> </tr> </tbody> </table> <ul> <li>Returns: <code>promise</code> A promise that will be resolved with an instance of an <a href="/docs/api/controller/ionicModal/"><code>ionicModal</code></a> controller.</li> </ul> </div> </div> </div> <div class="pre-footer"> <div class="row ionic"> <div class="col-sm-6 col-a"> <h4> <a href="/getting-started/">Getting started <span class="icon ion-arrow-right-c"></span></a> </h4> <p> Learn more about how Ionic was built, why you should use it, and what's included. We'll cover the basics and help you get started from the ground up. </p> </div> <div class="col-sm-6 col-b"> <h4> <a href="/docs/">Documentation <span class="icon ion-arrow-right-c"></span></a> </h4> <p> What are you waiting for? Take a look and get coding! Our documentation covers all you need to know to get an app up and running in minutes. </p> </div> </div> </div> <footer class="footer"> <nav class="base-links"> <dl> <dt>Docs</dt> <dd><a href="http://ionicframework.com/docs/">Documentation</a></dd> <dd><a href="http://ionicframework.com/getting-started/">Getting Started</a></dd> <dd><a href="http://ionicframework.com/docs/overview/">Overview</a></dd> <dd><a href="http://ionicframework.com/docs/components/">Components</a></dd> <dd><a href="http://ionicframework.com/docs/api/">JavaScript</a></dd> <dd><a href="http://ionicframework.com/submit-issue/">Submit Issue</a></dd> </dl> <dl> <dt>Resources</dt> <dd><a href="http://learn.ionicframework.com/">Learn Ionic</a></dd> <dd><a href="http://ngcordova.com/">ngCordova</a></dd> <dd><a href="http://ionicons.com/">Ionicons</a></dd> <dd><a href="http://creator.ionic.io/">Creator</a></dd> <dd><a href="http://showcase.ionicframework.com/">Showcase</a></dd> <dd><a href="http://manning.com/wilken/?a_aid=ionicinactionben&a_bid=1f0a0e1d">The Ionic Book</a></dd> </dl> <dl> <dt>Contribute</dt> <dd><a href="http://forum.ionicframework.com/">Community Forum</a></dd> <dd><a href="http://webchat.freenode.net/?randomnick=1&amp;channels=%23ionic&amp;uio=d4">Ionic IRC</a></dd> <dd><a href="http://ionicframework.com/present-ionic/">Present Ionic</a></dd> <dd><a href="http://ionicframework.com/contribute/">Contribute</a></dd> <dd><a href="https://github.com/driftyco/ionic-learn/issues/new">Write for us</a></dd> <dd><a href="http://shop.ionic.io/">Ionic Shop</a></dd> </dl> <dl class="small-break"> <dt>About</dt> <dd><a href="http://blog.ionic.io/">Blog</a></dd> <dd><a href="http://ionic.io">Services</a></dd> <dd><a href="http://drifty.com">Company</a></dd> <dd><a href="https://s3.amazonaws.com/ionicframework.com/logo-pack.zip">Logo Pack</a></dd> <dd><a href="mailto:hi@ionicframework.com">Contact</a></dd> <dd><a href="http://ionicframework.com/jobs/">Jobs</a></dd> </dl> <dl> <dt>Connect</dt> <dd><a href="https://twitter.com/IonicFramework">Twitter</a></dd> <dd><a href="https://github.com/driftyco/ionic">GitHub</a></dd> <dd><a href="https://www.facebook.com/ionicframework">Facebook</a></dd> <dd><a href="https://plus.google.com/b/112280728135675018538/+Ionicframework/posts">Google+</a></dd> <dd><a href="https://www.youtube.com/channel/UChYheBnVeCfhCmqZfCUdJQw">YouTube</a></dd> <dd><a href="https://twitter.com/ionitron">Ionitron</a></dd> </dl> </nav> <div class="newsletter row"> <div class="newsletter-container"> <div class="col-sm-7"> <div class="newsletter-text">Stay in the loop</div> <div class="sign-up">Sign up to receive emails for the latest updates, features, and news on the framework.</div> </div> <form action="http://codiqa.createsend.com/t/t/s/jytylh/" method="post" class="input-group col-sm-5"> <input id="fieldEmail" name="cm-jytylh-jytylh" class="form-control" type="email" placeholder="Email" required /> <span class="input-group-btn"> <button class="btn btn-default" type="submit">Subscribe</button> </span> </form> </div> </div> <div class="copy"> <div class="copy-container"> <p class="authors"> Code licensed under <a href="/docs/#license">MIT</a>. Docs under <a href="https://tldrlegal.com/license/apache-license-2.0-(apache-2.0)">Apache 2</a> <span>|</span> &copy; 2013-2015 <a href="http://drifty.com/">Drifty Co</a> </p> </div> </div> </footer> <script type="text/javascript"> var _sf_async_config = { uid: 54141, domain: 'ionicframework.com', useCanonical: true }; (function() { function loadChartbeat() { window._sf_endpt = (new Date()).getTime(); var e = document.createElement('script'); e.setAttribute('language', 'javascript'); e.setAttribute('type', 'text/javascript'); e.setAttribute('src','//static.chartbeat.com/js/chartbeat.js'); document.body.appendChild(e); }; var oldonload = window.onload; window.onload = (typeof window.onload != 'function') ? loadChartbeat : function() { oldonload(); loadChartbeat(); }; })(); </script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> <script src="/js/site.js?1"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/Cookies.js/0.4.0/cookies.min.js"></script> <script> $('.navbar .dropdown').on('show.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').addClass('animated fadeInDown'); }); // ADD SLIDEUP ANIMATION TO DROPDOWN // $('.navbar .dropdown').on('hide.bs.dropdown', function(e){ //$(this).find('.dropdown-menu').first().stop(true, true).slideUp(200); //$(this).find('.dropdown-menu').removeClass('animated fadeInDown'); }); try { var d = new Date('2015-03-20 05:00:00 +0000'); var ts = d.getTime(); var cd = Cookies.get('_iondj'); if(cd) { cd = JSON.parse(atob(cd)); if(parseInt(cd.lp) < ts) { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; } cd.lp = ts; } else { var bt = document.getElementById('blog-badge'); bt.style.display = 'block'; cd = { lp: ts } } Cookies.set('_iondj', btoa(JSON.stringify(cd))); } catch(e) { } </script> <div id="fb-root"></div> <script>(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> </body> </html>
johnli388/ionic-site
_site/docs/1.0.0-beta.11/api/service/$ionicModal/index.html
HTML
apache-2.0
35,191
<html lang="en"> <head> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js" type="text/javascript"></script> <script type="text/javascript" src="../../lib/inc/eventemitter.js"></script> <script type="text/javascript" src="../../lib/inc/Math.uuid.js"></script> <script type="text/javascript" src="../../lib/inc/nimble.js"></script> <script type="text/javascript" src="../../lib/inc/stompclient.js"></script> <script type="text/javascript" src="../../lib/inc/uri.js"></script> <script type="text/javascript" src="../../lib/log.js"></script> <script type="text/javascript" src="../../lib/serializer.js"></script> <script type="text/javascript" src="../../lib/subscriptionClient.js"></script> <script type="text/javascript" src="../../lib/transport/stomp.js"></script> <script type="text/javascript" src="../../lib/bus.js"></script> <script type="text/javascript" src="./js/app.js"></script> <title>MassTransit client example</title> </head> <body> <p>Please open your Javascript debugger console to see what you've been missing all this time...</p> <div id="pings"></div> </body> </html>
ernstnaezer/MassTransit-JS
sample/BrowserApp/index.html
HTML
apache-2.0
1,163
<!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_09-icedtea) on Sat Mar 30 09:57:53 CET 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Constant Field Values (Togglz 1.1.1.Final API)</title> <meta name="date" content="2013-03-30"> <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="Constant Field Values (Togglz 1.1.1.Final API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Constant Field Values" class="title">Constant Field Values</h1> <h2 title="Contents">Contents</h2> <ul> <li><a href="#org.togglz">org.togglz.*</a></li> </ul> </div> <div class="constantValuesContainer"><a name="org.togglz"> <!-- --> </a> <h2 title="org.togglz">org.togglz.*</h2> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>org.togglz.cdi.spi.<a href="org/togglz/cdi/spi/CDIBeanFinder.html" title="class in org.togglz.cdi.spi">CDIBeanFinder</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="org.togglz.cdi.spi.CDIBeanFinder.BEAN_MANAGER_JNDI"> <!-- --> </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/togglz/cdi/spi/CDIBeanFinder.html#BEAN_MANAGER_JNDI">BEAN_MANAGER_JNDI</a></code></td> <td class="colLast"><code>"java:comp/BeanManager"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="org.togglz.cdi.spi.CDIBeanFinder.BEAN_MANAGER_JNDI_TOMCAT"> <!-- --> </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/togglz/cdi/spi/CDIBeanFinder.html#BEAN_MANAGER_JNDI_TOMCAT">BEAN_MANAGER_JNDI_TOMCAT</a></code></td> <td class="colLast"><code>"java:comp/env/BeanManager"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="org.togglz.cdi.spi.CDIBeanFinder.SERVLET_CONTEXT_ATTR_WELD_1_1"> <!-- --> </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/togglz/cdi/spi/CDIBeanFinder.html#SERVLET_CONTEXT_ATTR_WELD_1_1">SERVLET_CONTEXT_ATTR_WELD_1_1</a></code></td> <td class="colLast"><code>"org.jboss.weld.environment.servlet.javax.enterprise.inject.spi.BeanManager"</code></td> </tr> </tbody> </table> </li> </ul> <ul class="blockList"> <li class="blockList"> <table border="0" cellpadding="3" cellspacing="0" summary="Constant Field Values table, listing constant fields, and values"> <caption><span>org.togglz.core.context.<a href="org/togglz/core/context/JNDIFeatureManagerProvider.html" title="class in org.togglz.core.context">JNDIFeatureManagerProvider</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th scope="col">Constant Field</th> <th class="colLast" scope="col">Value</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a name="org.togglz.core.context.JNDIFeatureManagerProvider.JNDI_NAME"> <!-- --> </a><code>public&nbsp;static&nbsp;final&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/togglz/core/context/JNDIFeatureManagerProvider.html#JNDI_NAME">JNDI_NAME</a></code></td> <td class="colLast"><code>"java:/comp/env/FeatureManager"</code></td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="overview-summary.html">Overview</a></li> <li>Package</li> <li>Class</li> <li>Use</li> <li><a href="overview-tree.html">Tree</a></li> <li><a href="deprecated-list.html">Deprecated</a></li> <li><a href="index-all.html">Index</a></li> <li><a href="help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="index.html?constant-values.html" target="_top">Frames</a></li> <li><a href="constant-values.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2013. All Rights Reserved.</small></p> </body> </html>
togglz/togglz-site
apidocs/1.1.1.Final/constant-values.html
HTML
apache-2.0
6,972
<include file="Public:head"/> <link rel="stylesheet" type="text/css" href="{Saivi::RES}/css/cymain.css" /> <div class="content" style="width:98%; background:none; margin-left:15px; border:none; margin-bottom:30px;" > <div class="cLineB"> <div class="tab"> <ul> <li class="current tabli" id="tab0"><a href="{Saivi::U('Jiuba/index',array('token'=>$token))}">酒吧管理</a></li> <li class="tabli" id="tab2"><a href="{Saivi::U('Jiuba/infos',array('token'=>$token,'pid'=>$set['id']))}">订单管理</a></li> <li class="tabli" id="tab2"><a href="{Saivi::U('Jiuba/setcin',array('token'=>$token,'pid'=>$set['id']))}">套餐设置</a></li> <li class="tabli" id="tab2"><a href="{Saivi::U('Jiuba/setinfo',array('token'=>$token,'pid'=>$set['id']))}">表单设置</a></li> </ul> </div> <h4 class="left">祝福列表 ({Saivi:$page}) </h4> <div class="searchbar right"> <form method="post" action=""> <input type="text" id="msgSearchInput" class="txt left" placeholder="输入关键词搜索" name="searchkey" value="{Saivi:$key}"> <input type="submit" value="搜索" id="msgSearchBtn" href="" class="btnGrayS" title="搜索"> </form> </div> <div class="clr"></div> </div> <div class="msgWrap"> <form method="post" action="" id="info"> <input name="delall" type="hidden" value=""> <input name="wxid" type="hidden" value=""> <table class="ListProduct" border="0" cellspacing="0" cellpadding="0" width="100%"> <thead> <tr> <th width="160">姓名</th> <th width="160">电话</th> <th width="160">人数</th> <th width="130">时间</th> <th width="200" class="norightborder">操作</th> </tr> </thead> <tbody> <tr></tr> <volist name="list" id="item"> <tr> <td>{Saivi:$item.name}</td> <td>{Saivi:$item.phone}</td> <td>{Saivi:$item.number}</td> <td>{Saivi:$item.time|date="Y-m-d H:i:s",###}</td> <td class="norightborder"><a href="javascript:drop_confirm('您确定要删除吗?', '{Saivi::U('Yitie/delinfos',array('id'=>$item['id'],'token'=>$token))}');">删除</a></td> </tr> </volist> </tbody> </table> </form> </div> <div class="cLine"> <div class="pageNavigator right"> <div class="pages">{Saivi:$page}&nbsp;总参与人数:{Saivi:$num}人</div> </div> <div class="clr"></div> </div> </div> <include file="Public:footer"/>
royalwang/saivi
tpl/User/default/Jiuba_inputs.html
HTML
apache-2.0
2,410
<!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_60) on Mon Mar 28 17:12:11 AEST 2016 --> <title>Uses of Class net.jini.lookup.LookupCacheImpl.RegisterListenerTask (River-Internet vtrunk API Documentation (internals))</title> <meta name="date" content="2016-03-28"> <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 net.jini.lookup.LookupCacheImpl.RegisterListenerTask (River-Internet vtrunk API Documentation (internals))"; } } 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="../../../../net/jini/lookup/LookupCacheImpl.RegisterListenerTask.html" title="class in net.jini.lookup">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?net/jini/lookup/class-use/LookupCacheImpl.RegisterListenerTask.html" target="_top">Frames</a></li> <li><a href="LookupCacheImpl.RegisterListenerTask.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class net.jini.lookup.LookupCacheImpl.RegisterListenerTask" class="title">Uses of Class<br>net.jini.lookup.LookupCacheImpl.RegisterListenerTask</h2> </div> <div class="classUseContainer">No usage of net.jini.lookup.LookupCacheImpl.RegisterListenerTask</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="../../../../net/jini/lookup/LookupCacheImpl.RegisterListenerTask.html" title="class in net.jini.lookup">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../index.html?net/jini/lookup/class-use/LookupCacheImpl.RegisterListenerTask.html" target="_top">Frames</a></li> <li><a href="LookupCacheImpl.RegisterListenerTask.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright 2007-2013, multiple authors.<br>Licensed under the <a href=http://www.apache.org/licenses/LICENSE-2.0 target=child >Apache License, Version 2.0</a>, see the <a href=../../../../doc-files/NOTICE target=child >NOTICE</a> file for attributions.</small></p> </body> </html>
pfirmstone/JGDMS
JGDMS/src/site/resources/old-static-site/doc/internals/net/jini/lookup/class-use/LookupCacheImpl.RegisterListenerTask.html
HTML
apache-2.0
4,885
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_45) on Thu Oct 13 19:29:18 UTC 2016 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class liquibase.integration.ant.DatabaseUpdateTestingRollbackTask (Liquibase Core 3.5.3 API) </TITLE> <META NAME="date" CONTENT="2016-10-13"> <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 liquibase.integration.ant.DatabaseUpdateTestingRollbackTask (Liquibase Core 3.5.3 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../liquibase/integration/ant/DatabaseUpdateTestingRollbackTask.html" title="class in liquibase.integration.ant"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?liquibase/integration/ant//class-useDatabaseUpdateTestingRollbackTask.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DatabaseUpdateTestingRollbackTask.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>liquibase.integration.ant.DatabaseUpdateTestingRollbackTask</B></H2> </CENTER> No usage of liquibase.integration.ant.DatabaseUpdateTestingRollbackTask <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../liquibase/integration/ant/DatabaseUpdateTestingRollbackTask.html" title="class in liquibase.integration.ant"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?liquibase/integration/ant//class-useDatabaseUpdateTestingRollbackTask.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DatabaseUpdateTestingRollbackTask.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 2016 <a href="http://www.liquibase.org">Liquibase.org</a>. All rights reserved. </BODY> </HTML>
ErpMicroServices/party-database
liquibase-3.5.3-bin/sdk/javadoc/liquibase/integration/ant/class-use/DatabaseUpdateTestingRollbackTask.html
HTML
apache-2.0
6,301
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class org.apache.sysds.runtime.io.FrameReaderFactory (Apache SystemDS 2.3.0-SNAPSHOT API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> <script type="text/javascript" src="../../../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../../../jquery/jquery-3.5.1.js"></script> <script type="text/javascript" src="../../../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.sysds.runtime.io.FrameReaderFactory (Apache SystemDS 2.3.0-SNAPSHOT API)"; } } catch(err) { } //--> var pathtoroot = "../../../../../../"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </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> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <main role="main"> <div class="header"> <h2 title="Uses of Class org.apache.sysds.runtime.io.FrameReaderFactory" class="title">Uses of Class<br>org.apache.sysds.runtime.io.FrameReaderFactory</h2> </div> <div class="classUseContainer">No usage of org.apache.sysds.runtime.io.FrameReaderFactory</div> </main> <footer role="contentinfo"> <nav role="navigation"> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a id="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../index.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../FrameReaderFactory.html" title="class in org.apache.sysds.runtime.io">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </footer> </body> </html>
apache/incubator-systemml
docs/api/java/org/apache/sysds/runtime/io/class-use/FrameReaderFactory.html
HTML
apache-2.0
5,341
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:22:14 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.hslf.blip.Metafile.Header (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-11-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.hslf.blip.Metafile.Header (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/blip/Metafile.Header.html" title="class in org.apache.poi.hslf.blip"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/blip/\class-useMetafile.Header.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Metafile.Header.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.hslf.blip.Metafile.Header</B></H2> </CENTER> No usage of org.apache.poi.hslf.blip.Metafile.Header <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/poi/hslf/blip/Metafile.Header.html" title="class in org.apache.poi.hslf.blip"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/poi/hslf/blip/\class-useMetafile.Header.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Metafile.Header.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/hslf/blip/class-use/Metafile.Header.html
HTML
apache-2.0
6,290
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <!-- template designed by Marco Von Ballmoos --> <title>Docs For Class getGenderCriterionResponse</title> <link rel="stylesheet" href="../../media/stylesheet.css" /> <meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/> </head> <body> <div class="page-body"> <h2 class="class-name">Class getGenderCriterionResponse</h2> <a name="sec-description"></a> <div class="info-box"> <div class="info-box-title">Description</div> <div class="nav-bar"> <span class="disabled">Description</span> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <!-- ========== Info from phpDoc block ========= --> <p class="notes"> Located in <a class="field" href="_adwords---src---Google---Api---Ads---AdWords---v201206---ConstantDataService.php.html">/adwords/src/Google/Api/Ads/AdWords/v201206/ConstantDataService.php</a> (line <span class="field">1569</span>) </p> <pre></pre> </div> </div> <a name="sec-var-summary"></a> <div class="info-box"> <div class="info-box-title">Variable Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <span class="disabled">Vars</span> (<a href="#sec-vars">details</a>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="var-summary"> <div class="var-title"> <span class="var-type">Gender[]</span> <a href="#$rval" title="details" class="var-name">$rval</a> </div> </div> </div> </div> <a name="sec-method-summary"></a> <div class="info-box"> <div class="info-box-title">Method Summary</span></div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) | <span class="disabled">Methods</span> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <div class="method-summary"> <div class="method-definition"> <span class="method-result">getGenderCriterionResponse</span> <a href="#__construct" title="details" class="method-name">__construct</a> ([<span class="var-type"></span>&nbsp;<span class="var-name">$rval</span> = <span class="var-default">NULL</span>]) </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getNamespace" title="details" class="method-name">getNamespace</a> () </div> <div class="method-definition"> <span class="method-result">the</span> <a href="#getXsiTypeName" title="details" class="method-name">getXsiTypeName</a> () </div> </div> </div> </div> <a name="sec-vars"></a> <div class="info-box"> <div class="info-box-title">Variables</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>) | <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>) </div> <div class="info-box-body"> <a name="var$rval" id="$rval"><!-- --></A> <div class="evenrow"> <div class="var-header"> <span class="var-title"> <span class="var-type">Gender[]</span> <span class="var-name">$rval</span> (line <span class="line-number">1574</span>) </span> </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> </div> </div> </div> <a name="sec-methods"></a> <div class="info-box"> <div class="info-box-title">Methods</div> <div class="nav-bar"> <a href="#sec-description">Description</a> | <a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>) <a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>) </div> <div class="info-box-body"> <A NAME='method_detail'></A> <a name="method__construct" id="__construct"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">Constructor __construct</span> (line <span class="line-number">1592</span>) </div> <!-- ========== Info from phpDoc block ========= --> <ul class="tags"> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">getGenderCriterionResponse</span> <span class="method-name"> __construct </span> ([<span class="var-type"></span>&nbsp;<span class="var-name">$rval</span> = <span class="var-default">NULL</span>]) </div> <ul class="parameters"> <li> <span class="var-type"></span> <span class="var-name">$rval</span> </li> </ul> </div> <a name="methodgetNamespace" id="getNamespace"><!-- --></a> <div class="evenrow"> <div class="method-header"> <span class="method-title">getNamespace</span> (line <span class="line-number">1580</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Gets the namesapce of this class</p> <ul class="tags"> <li><span class="field">return:</span> namespace of this class</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getNamespace </span> () </div> </div> <a name="methodgetXsiTypeName" id="getXsiTypeName"><!-- --></a> <div class="oddrow"> <div class="method-header"> <span class="method-title">getXsiTypeName</span> (line <span class="line-number">1588</span>) </div> <!-- ========== Info from phpDoc block ========= --> <p class="short-description">Gets the xsi:type name of this class</p> <ul class="tags"> <li><span class="field">return:</span> xsi:type name of this class</li> <li><span class="field">access:</span> public</li> </ul> <div class="method-signature"> <span class="method-result">the</span> <span class="method-name"> getXsiTypeName </span> () </div> </div> </div> </div> <p class="notes" id="credit"> Documentation generated by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.4</a> </p> </div></body> </html>
jcroll/google-api-adwords-php
docs/GoogleApiAdsAdWords/v201206/getGenderCriterionResponse.html
HTML
apache-2.0
6,895
<html> <head> <title>Hello World!</title> </head> <body> <h1>Hello World!</h1> <p>I'm Bob and my friends are <a href="http://alice.example.com/">Alice</a> and <a href="http://charlie.example.com/" rel="friend">Charlie</a>.</p> </body> </html>
venukb/any23
any23-core/src/test/resources/microformats/xfn/some-links-without-rel.html
HTML
apache-2.0
268
<!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> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <!-- --> <!-- Consider inlining CSS to reduce the number of requested files --> <!-- --> <link type="text/css" rel="stylesheet" href="Gaming.css"> <!-- --> <!-- This script loads your compiled module. --> <!-- If you add any GWT meta tags, they must --> <!-- be added before this line. --> <!-- --> <script type="text/javascript" language="javascript" src="gaming/gaming.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> <div id="maincontent" class="container clearfix block"> <div id="content" class = "push-1 span-23"> </div> </div> </body> </html>
arjumn/bane-repo
projects/GWTMaxi/war/Gaming.html
HTML
apache-2.0
2,102
<html> <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=441782 --> <head> <title>Test for Bug 441782</title> <script type="text/javascript" src="/tests/SimpleTest/SimpleTest.js"></script> <script type="text/javascript" src="/tests/SimpleTest/WindowSnapshot.js"></script> <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" /> </head> <body> <a target="_blank" href="https://bugzilla.mozilla.org/show_bug.cgi?id=441782">Mozilla Bug 441782</a> <pre id="test"> <script type="text/javascript"> /** Test for Bug 441782 **/ var passes = [ // bug 441782 tests (Arabic) {prefix: "bug441782", file: 5, bidiNumeralValue: 3, op: "=="}, ]; </script> <script type="text/javascript" src="bidi_numeral_test.js"></script> </pre> </body> </html>
sergecodd/FireFox-OS
B2G/gecko/layout/base/tests/test_bug441782-5d.html
HTML
apache-2.0
775
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:21:18 MSK 2012 --> <TITLE> SubdocumentType (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-11-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="SubdocumentType (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SubdocumentType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/StyleSheet.html" title="class in org.apache.poi.hwpf.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/TabDescriptor.html" title="class in org.apache.poi.hwpf.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hwpf/model/SubdocumentType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SubdocumentType.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.poi.hwpf.model</FONT> <BR> Enum SubdocumentType</H2> <PRE> java.lang.Object <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by ">java.lang.Enum&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>&gt; <IMG SRC="../../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.poi.hwpf.model.SubdocumentType</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD>java.io.Serializable, java.lang.Comparable&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>&gt;</DD> </DL> <HR> <DL> <DT><PRE><FONT SIZE="-1"><A HREF="../../../../../org/apache/poi/util/Internal.html" title="annotation in org.apache.poi.util">@Internal</A> </FONT>public enum <B>SubdocumentType</B><DT>extends java.lang.Enum&lt;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>&gt;</DL> </PRE> <P> Document text parts that can have text pieces (CPs) <P> <P> <DL> <DT><B>Author:</B></DT> <DD>Sergey Vladimirov (vlsergey {at} gmail {dot} com)</DD> </DL> <HR> <P> <!-- =========== ENUM CONSTANT SUMMARY =========== --> <A NAME="enum_constant_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>Enum Constant Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#ANNOTATION">ANNOTATION</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#ENDNOTE">ENDNOTE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#FOOTNOTE">FOOTNOTE</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#HEADER">HEADER</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#HEADER_TEXTBOX">HEADER_TEXTBOX</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#MACRO">MACRO</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#MAIN">MAIN</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#TEXTBOX">TEXTBOX</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp;<!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#ORDERED">ORDERED</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Array of <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model"><CODE>SubdocumentType</CODE></A>s ordered by document position and FIB field order</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#valueOf(java.lang.String)">valueOf</A></B>(java.lang.String&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the enum constant of this type with the specified name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>[]</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html#values()">values</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an array containing the constants of this enum type, in the order they are declared.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Enum"><!-- --></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.Enum</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>getClass, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ ENUM CONSTANT DETAIL =========== --> <A NAME="enum_constant_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>Enum Constant Detail</B></FONT></TH> </TR> </TABLE> <A NAME="MAIN"><!-- --></A><H3> MAIN</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>MAIN</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="FOOTNOTE"><!-- --></A><H3> FOOTNOTE</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>FOOTNOTE</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="HEADER"><!-- --></A><H3> HEADER</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>HEADER</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="MACRO"><!-- --></A><H3> MACRO</H3> <PRE> <FONT SIZE="-1">@Deprecated </FONT>public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>MACRO</B></PRE> <DL> <DD><B>Deprecated.</B>&nbsp;<DL> </DL> </DL> <HR> <A NAME="ANNOTATION"><!-- --></A><H3> ANNOTATION</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>ANNOTATION</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="ENDNOTE"><!-- --></A><H3> ENDNOTE</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>ENDNOTE</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="TEXTBOX"><!-- --></A><H3> TEXTBOX</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>TEXTBOX</B></PRE> <DL> <DL> </DL> </DL> <HR> <A NAME="HEADER_TEXTBOX"><!-- --></A><H3> HEADER_TEXTBOX</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>HEADER_TEXTBOX</B></PRE> <DL> <DL> </DL> </DL> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="ORDERED"><!-- --></A><H3> ORDERED</H3> <PRE> public static final <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>[] <B>ORDERED</B></PRE> <DL> <DD>Array of <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model"><CODE>SubdocumentType</CODE></A>s ordered by document position and FIB field order <P> <DL> </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="values()"><!-- --></A><H3> values</H3> <PRE> public static <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A>[] <B>values</B>()</PRE> <DL> <DD>Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows: <pre> for (SubdocumentType c : SubdocumentType.values()) &nbsp; System.out.println(c); </pre> <P> <DD><DL> <DT><B>Returns:</B><DD>an array containing the constants of this enum type, in the order they are declared</DL> </DD> </DL> <HR> <A NAME="valueOf(java.lang.String)"><!-- --></A><H3> valueOf</H3> <PRE> public static <A HREF="../../../../../org/apache/poi/hwpf/model/SubdocumentType.html" title="enum in org.apache.poi.hwpf.model">SubdocumentType</A> <B>valueOf</B>(java.lang.String&nbsp;name)</PRE> <DL> <DD>Returns the enum constant of this type with the specified name. The string must match <I>exactly</I> an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.) <P> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - the name of the enum constant to be returned. <DT><B>Returns:</B><DD>the enum constant with the specified name <DT><B>Throws:</B> <DD><CODE>java.lang.IllegalArgumentException</CODE> - if this enum type has no constant with the specified name <DD><CODE>java.lang.NullPointerException</CODE> - if the argument is null</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/SubdocumentType.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/StyleSheet.html" title="class in org.apache.poi.hwpf.model"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../org/apache/poi/hwpf/model/TabDescriptor.html" title="class in org.apache.poi.hwpf.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/poi/hwpf/model/SubdocumentType.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="SubdocumentType.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#enum_constant_summary">ENUM CONSTANTS</A>&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#enum_constant_detail">ENUM CONSTANTS</A>&nbsp;|&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/hwpf/model/SubdocumentType.html
HTML
apache-2.0
19,636
<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>this指向</title> </head> <body> </body> <script> function Fun() { // this 指向的是 函数的调用者 或者是 事件的调用者 alert(this); } Fun(); //这个的this 指向的是 window function Fn() { alert(this); } new Fn(); //添加了 new 的函数 this 指向的是新的对象 function again() { this.x = 10; // x window } again(); console.log(x); console.log(window.x); </script> </html>
Ztiany/CodeRepository
Web/WebBasic/BOM/this指向.html
HTML
apache-2.0
570
<!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 Mar 15 13:09:39 PDT 2012 --> <TITLE> Uses of Class org.apache.zookeeper.server.PurgeTxnLog (ZooKeeper 3.3.5 API) </TITLE> <META NAME="date" CONTENT="2012-03-15"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.zookeeper.server.PurgeTxnLog (ZooKeeper 3.3.5 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/zookeeper/server/PurgeTxnLog.html" title="class in org.apache.zookeeper.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/zookeeper/server//class-usePurgeTxnLog.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PurgeTxnLog.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.zookeeper.server.PurgeTxnLog</B></H2> </CENTER> No usage of org.apache.zookeeper.server.PurgeTxnLog <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/zookeeper/server/PurgeTxnLog.html" title="class in org.apache.zookeeper.server"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../index.html?org/apache/zookeeper/server//class-usePurgeTxnLog.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="PurgeTxnLog.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2012 The Apache Software Foundation </BODY> </HTML>
tenaciousjzh/titan-solr-cloud-test
zookeeper-3.3.5/docs/api/org/apache/zookeeper/server/class-use/PurgeTxnLog.html
HTML
apache-2.0
6,036
<!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_10-ea) on Sun Jul 14 20:03:35 PDT 2013 --> <title>Uses of Class org.codehaus.jackson.map.introspect.AnnotatedWithParams (Jackson JSON Processor)</title> <meta name="date" content="2013-07-14"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.codehaus.jackson.map.introspect.AnnotatedWithParams (Jackson JSON Processor)"; } //--> </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/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/codehaus/jackson/map/introspect/class-use/AnnotatedWithParams.html" target="_top">Frames</a></li> <li><a href="AnnotatedWithParams.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.codehaus.jackson.map.introspect.AnnotatedWithParams" class="title">Uses of Class<br>org.codehaus.jackson.map.introspect.AnnotatedWithParams</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/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.codehaus.jackson.map.deser">org.codehaus.jackson.map.deser</a></td> <td class="colLast"> <div class="block">Contains implementation classes of deserialization part of data binding.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.codehaus.jackson.map.deser.impl">org.codehaus.jackson.map.deser.impl</a></td> <td class="colLast"> <div class="block">Contains those implementation classes of deserialization part of data binding that are not considered part of public or semi-public interfaces.</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><a href="#org.codehaus.jackson.map.deser.std">org.codehaus.jackson.map.deser.std</a></td> <td class="colLast"> <div class="block">Contains public standard implementations of abstraction that Jackson uses.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#org.codehaus.jackson.map.introspect">org.codehaus.jackson.map.introspect</a></td> <td class="colLast"> <div class="block">Functionality needed for Bean introspection, required for detecting accessors and mutators for Beans, as well as locating and handling method annotations.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.codehaus.jackson.map.deser"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a> in <a href="../../../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/codehaus/jackson/map/deser/package-summary.html">org.codehaus.jackson.map.deser</a> that return <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">ValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/ValueInstantiator.html#getDefaultCreator()">getDefaultCreator</a></strong>()</code> <div class="block">Method that can be called to try to access member (constructor, static factory method) that is used as the "default creator" (creator that is called without arguments; typically default [zero-argument] constructor of the type).</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">ValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/ValueInstantiator.html#getDelegateCreator()">getDelegateCreator</a></strong>()</code> <div class="block">Method that can be called to try to access member (constructor, static factory method) that is used as the "delegate creator".</div> </td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">ValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/ValueInstantiator.html#getWithArgsCreator()">getWithArgsCreator</a></strong>()</code> <div class="block">Method that can be called to try to access member (constructor, static factory method) that is used as the "non-default creator" (constructor or factory method that takes one or more arguments).</div> </td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.codehaus.jackson.map.deser.impl"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a> in <a href="../../../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a> declared as <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_booleanCreator">_booleanCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_delegateCreator">_delegateCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_doubleCreator">_doubleCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_intCreator">_intCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_longCreator">_longCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_propertyBasedCreator">_propertyBasedCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#_stringCreator">_stringCreator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a> that return <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#verifyNonDup(org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.map.introspect.AnnotatedWithParams, java.lang.String)">verifyNonDup</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;newOne, <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;oldOne, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/codehaus/jackson/map/deser/impl/package-summary.html">org.codehaus.jackson.map.deser.impl</a> with parameters of type <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addBooleanCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addBooleanCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addDelegatingCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addDelegatingCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addDoubleCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addDoubleCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addIntCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addIntCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addLongCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addLongCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addPropertyCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.map.deser.impl.CreatorProperty[])">addPropertyCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator, <a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorProperty.html" title="class in org.codehaus.jackson.map.deser.impl">CreatorProperty</a>[]&nbsp;properties)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#addStringCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">addStringCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">CreatorCollector.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorCollector.html#verifyNonDup(org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.map.introspect.AnnotatedWithParams, java.lang.String)">verifyNonDup</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;newOne, <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;oldOne, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;type)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.codehaus.jackson.map.deser.std"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a> in <a href="../../../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a> declared as <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_defaultCreator">_defaultCreator</a></strong></code> <div class="block">Default (no-argument) constructor to use for instantiation (with <a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#createUsingDefault()"><code>StdValueInstantiator.createUsingDefault()</code></a>)</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_delegateCreator">_delegateCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_fromBooleanCreator">_fromBooleanCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_fromDoubleCreator">_fromDoubleCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_fromIntCreator">_fromIntCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_fromLongCreator">_fromLongCreator</a></strong></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_fromStringCreator">_fromStringCreator</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#_withArgsCreator">_withArgsCreator</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a> that return <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#getDefaultCreator()">getDefaultCreator</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#getDelegateCreator()">getDelegateCreator</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#getWithArgsCreator()">getWithArgsCreator</a></strong>()</code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../org/codehaus/jackson/map/deser/std/package-summary.html">org.codehaus.jackson.map.deser.std</a> with parameters of type <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromBooleanCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">configureFromBooleanCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromDoubleCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">configureFromDoubleCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromIntCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">configureFromIntCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromLongCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">configureFromLongCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromObjectSettings(org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.type.JavaType, org.codehaus.jackson.map.introspect.AnnotatedWithParams, org.codehaus.jackson.map.deser.impl.CreatorProperty[])">configureFromObjectSettings</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;defaultCreator, <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;delegateCreator, <a href="../../../../../../org/codehaus/jackson/type/JavaType.html" title="class in org.codehaus.jackson.type">JavaType</a>&nbsp;delegateType, <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;withArgsCreator, <a href="../../../../../../org/codehaus/jackson/map/deser/impl/CreatorProperty.html" title="class in org.codehaus.jackson.map.deser.impl">CreatorProperty</a>[]&nbsp;constructorArgs)</code> <div class="block">Method for setting properties related to instantiating values from JSON Object.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">StdValueInstantiator.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/deser/std/StdValueInstantiator.html#configureFromStringCreator(org.codehaus.jackson.map.introspect.AnnotatedWithParams)">configureFromStringCreator</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;creator)</code>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="org.codehaus.jackson.map.introspect"> <!-- --> </a> <h3>Uses of <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a> in <a href="../../../../../../org/codehaus/jackson/map/introspect/package-summary.html">org.codehaus.jackson.map.introspect</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a> in <a href="../../../../../../org/codehaus/jackson/map/introspect/package-summary.html">org.codehaus.jackson.map.introspect</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedConstructor.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedConstructor</a></strong></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>class&nbsp;</code></td> <td class="colLast"><code><strong><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedMethod.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedMethod</a></strong></code>&nbsp;</td> </tr> </tbody> </table> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation"> <caption><span>Fields in <a href="../../../../../../org/codehaus/jackson/map/introspect/package-summary.html">org.codehaus.jackson.map.introspect</a> declared as <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>protected <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">AnnotatedParameter.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedParameter.html#_owner">_owner</a></strong></code> <div class="block">Member (method, constructor) that this parameter belongs to</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/codehaus/jackson/map/introspect/package-summary.html">org.codehaus.jackson.map.introspect</a> that return <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></code></td> <td class="colLast"><span class="strong">AnnotatedParameter.</span><code><strong><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedParameter.html#getOwner()">getOwner</a></strong>()</code> <div class="block">Accessor for 'owner' of this parameter; method or constructor that has this parameter as member of its argument list.</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/codehaus/jackson/map/introspect/package-summary.html">org.codehaus.jackson.map.introspect</a> with parameters of type <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colLast"><code><strong><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedParameter.html#AnnotatedParameter(org.codehaus.jackson.map.introspect.AnnotatedWithParams, java.lang.reflect.Type, org.codehaus.jackson.map.introspect.AnnotationMap, int)">AnnotatedParameter</a></strong>(<a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">AnnotatedWithParams</a>&nbsp;owner, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/reflect/Type.html?is-external=true" title="class or interface in java.lang.reflect">Type</a>&nbsp;type, <a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotationMap.html" title="class in org.codehaus.jackson.map.introspect">AnnotationMap</a>&nbsp;annotations, int&nbsp;index)</code>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../org/codehaus/jackson/map/introspect/AnnotatedWithParams.html" title="class in org.codehaus.jackson.map.introspect">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/codehaus/jackson/map/introspect/class-use/AnnotatedWithParams.html" target="_top">Frames</a></li> <li><a href="AnnotatedWithParams.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>
FasterXML/jackson-core
docs/javadoc/1.9/org/codehaus/jackson/map/introspect/class-use/AnnotatedWithParams.html
HTML
apache-2.0
39,117
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>GIO Reference Manual: Extending GIO</title> <meta name="generator" content="DocBook XSL Stylesheets V1.78.1"> <link rel="home" href="index.html" title="GIO Reference Manual"> <link rel="up" href="pt01.html" title="Part I. GIO Overview"> <link rel="prev" href="running-gio-apps.html" title="Running GIO applications"> <link rel="next" href="pt02.html" title="Part II. API Reference"> <meta name="generator" content="GTK-Doc V1.21.1 (XML mode)"> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="5"><tr valign="middle"> <td width="100%" align="left" class="shortcuts"></td> <td><a accesskey="h" href="index.html"><img src="home.png" width="16" height="16" border="0" alt="Home"></a></td> <td><a accesskey="u" href="pt01.html"><img src="up.png" width="16" height="16" border="0" alt="Up"></a></td> <td><a accesskey="p" href="running-gio-apps.html"><img src="left.png" width="16" height="16" border="0" alt="Prev"></a></td> <td><a accesskey="n" href="pt02.html"><img src="right.png" width="16" height="16" border="0" alt="Next"></a></td> </tr></table> <div class="chapter"> <div class="titlepage"><div><div><h2 class="title"> <a name="extending-gio"></a>Extending GIO</h2></div></div></div> <p> A lot of the functionality that is accessible through GIO is implemented in loadable modules, and modules provide a convenient way to extend GIO. In addition to the <a class="link" href="GIOModule.html" title="GIOModule"><span class="type">GIOModule</span></a> API which supports writing such modules, GIO has a mechanism to define extension points, and register implementations thereof, see <a class="link" href="gio-Extension-Points.html#GIOExtensionPoint" title="GIOExtensionPoint"><span class="type">GIOExtensionPoint</span></a>. </p> <p> The following extension points are currently defined by GIO: </p> <p><b>G_VFS_EXTENSION_POINT_NAME. </b> Allows to override the functionality of the <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> class. Implementations of this extension point must be derived from <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a>. GIO uses the implementation with the highest priority that is active, see <a class="link" href="GVfs.html#g-vfs-is-active" title="g_vfs_is_active ()"><code class="function">g_vfs_is_active()</code></a>. GIO implements this extension point for local files, gvfs contains an implementation that supports all the backends in gvfs. </p> <p><b>G_VOLUME_MONITOR_EXTENSION_POINT_NAME. </b> Allows to add more volume monitors. Implementations of this extension point must be derived from <a class="link" href="GVolumeMonitor.html" title="GVolumeMonitor"><span class="type">GVolumeMonitor</span></a>. GIO uses all registered extensions. gvfs contains an implementation that works together with the <a class="link" href="GVfs.html" title="GVfs"><span class="type">GVfs</span></a> implementation in gvfs. </p> <p><b>G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME. </b> Allows to override the 'native' volume monitor. Implementations of this extension point must be derived from <span class="type">GNativeVolumeMonitor</span>. GIO uses the implementation with the highest priority that is supported, as determined by the <code class="function">is_supported()</code> vfunc in <span class="type">GVolumeMonitorClass</span>. GIO implements this extension point for local mounts, gvfs contains a hal-based implementation. </p> <p><b>G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME. </b> Allows to override the file monitor implementation for local files. Implementations of this extension point must be derived from <span class="type">GLocalFileMonitor</span>. GIO uses the implementation with the highest priority that is supported, as determined by the <code class="function">is_supported()</code> vfunc in <span class="type">GLocalFileMonitorClass</span>. GIO uses this extension point internally, to switch between its fam-based and inotify-based file monitoring implementations. </p> <p><b>G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME. </b> Allows to override the directory monitor implementation for local files. Implementations of this extension point must be derived from <span class="type">GLocalDirectoryMonitor</span>. GIO uses the implementation with the highest priority that is supported, as determined by the <code class="function">is_supported()</code> vfunc in <span class="type">GLocalDirectoryMonitorClass</span>. GIO uses this extension point internally, to switch between its fam-based and inotify-based directory monitoring implementations. </p> <p><b>G_DESKTOP_APP_INFO_LOOKUP_EXTENSION_POINT_NAME. </b> Unix-only. Allows to provide a way to associate default handlers with URI schemes. Implementations of this extension point must implement the <span class="type">GDesktopAppInfoLookup</span> interface. GIO uses the implementation with the highest priority. This extension point has been discontinued in GLib 2.28. It is still available to keep API and ABI stability, but GIO is no longer using it for default handlers. Instead, the mime handler mechanism is used, together with x-scheme-handler pseudo-mimetypes. </p> <p><b>G_SETTINGS_BACKEND_EXTENSION_POINT_NAME. </b> Allows to provide an alternative storage for <a class="link" href="GSettings.html" title="GSettings"><span class="type">GSettings</span></a>. Implementations of this extension point must derive from the <a class="link" href="GSettingsBackend.html" title="GSettingsBackend"><span class="type">GSettingsBackend</span></a> type. GIO contains a keyfile-based implementation of this extension point, another one is provided by dconf. </p> <p><b>G_PROXY_EXTENSION_POINT_NAME. </b> Allows to provide implementations for network proxying. Implementations of this extension point must provide the <a class="link" href="GProxy.html" title="GProxy"><span class="type">GProxy</span></a> interface, and must be named after the network protocol they are proxying. glib-networking contains an implementation of this extension point based on libproxy. </p> <p><b>G_TLS_BACKEND_EXTENSION_POINT_NAME. </b> Allows to provide implementations for TLS support. Implementations of this extension point must implement the <a class="link" href="GTlsBackend.html" title="GTlsBackend"><span class="type">GTlsBackend</span></a> interface. glib-networking contains an implementation of this extension point. </p> <p><b>G_NETWORK_MONITOR_EXTENSION_POINT_NAME. </b> Allows to provide implementations for network connectivity monitoring. Implementations of this extension point must implement the <a class="link" href="GNetworkMonitor.html#GNetworkMonitorInterface" title="struct GNetworkMonitorInterface"><span class="type">GNetworkMonitorInterface</span></a> interface. GIO contains an implementation of this extension point that is using the netlink interface of the Linux kernel. </p> </div> <div class="footer"> <hr> Generated by GTK-Doc V1.21.1</div> </body> </html>
zhongliangkang/twemproxy41
migrate/glib/docs/reference/gio/html/extending-gio.html
HTML
apache-2.0
7,973
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <title>ClassTypeResolverTest xref</title> <link type="text/css" rel="stylesheet" href="../../../../stylesheet.css" /> </head> <body> <div id="overview"><a href="../../../../../testapidocs/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.html">View Javadoc</a></div><pre> <a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_javadoccomment"> * BSD-style license; for more info see <a href="http://pmd.sourceforge.net/license.htm" target="alexandria_uri">http://pmd.sourceforge.net/license.htm</a>l</em> <a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L4" href="#L4">4</a> <strong class="jxr_keyword">package</strong> net.sourceforge.pmd.typeresolution; <a class="jxr_linenumber" name="L5" href="#L5">5</a> <a class="jxr_linenumber" name="L6" href="#L6">6</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertEquals; <a class="jxr_linenumber" name="L7" href="#L7">7</a> <strong class="jxr_keyword">import</strong> <strong class="jxr_keyword">static</strong> org.junit.Assert.assertNull; <a class="jxr_linenumber" name="L8" href="#L8">8</a> <a class="jxr_linenumber" name="L9" href="#L9">9</a> <strong class="jxr_keyword">import</strong> java.io.IOException; <a class="jxr_linenumber" name="L10" href="#L10">10</a> <strong class="jxr_keyword">import</strong> java.io.InputStream; <a class="jxr_linenumber" name="L11" href="#L11">11</a> <strong class="jxr_keyword">import</strong> java.io.StringReader; <a class="jxr_linenumber" name="L12" href="#L12">12</a> <strong class="jxr_keyword">import</strong> java.util.ArrayList; <a class="jxr_linenumber" name="L13" href="#L13">13</a> <strong class="jxr_keyword">import</strong> java.util.List; <a class="jxr_linenumber" name="L14" href="#L14">14</a> <strong class="jxr_keyword">import</strong> java.util.StringTokenizer; <a class="jxr_linenumber" name="L15" href="#L15">15</a> <a class="jxr_linenumber" name="L16" href="#L16">16</a> <strong class="jxr_keyword">import</strong> org.apache.commons.io.IOUtils; <a class="jxr_linenumber" name="L17" href="#L17">17</a> <a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">import</strong> org.jaxen.JaxenException; <a class="jxr_linenumber" name="L19" href="#L19">19</a> <strong class="jxr_keyword">import</strong> org.junit.Assert; <a class="jxr_linenumber" name="L20" href="#L20">20</a> <strong class="jxr_keyword">import</strong> org.junit.Test; <a class="jxr_linenumber" name="L21" href="#L21">21</a> <a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.LanguageRegistry; <a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.LanguageVersionHandler; <a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.ast.Node; <a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.JavaLanguageModule; <a class="jxr_linenumber" name="L26" href="#L26">26</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTAllocationExpression; <a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTBooleanLiteral; <a class="jxr_linenumber" name="L28" href="#L28">28</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceDeclaration; <a class="jxr_linenumber" name="L29" href="#L29">29</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTClassOrInterfaceType; <a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTCompilationUnit; <a class="jxr_linenumber" name="L31" href="#L31">31</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTExpression; <a class="jxr_linenumber" name="L32" href="#L32">32</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTFieldDeclaration; <a class="jxr_linenumber" name="L33" href="#L33">33</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTFormalParameter; <a class="jxr_linenumber" name="L34" href="#L34">34</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTImportDeclaration; <a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTLiteral; <a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTName; <a class="jxr_linenumber" name="L37" href="#L37">37</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTNullLiteral; <a class="jxr_linenumber" name="L38" href="#L38">38</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTReferenceType; <a class="jxr_linenumber" name="L39" href="#L39">39</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTStatementExpression; <a class="jxr_linenumber" name="L40" href="#L40">40</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTType; <a class="jxr_linenumber" name="L41" href="#L41">41</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTTypeDeclaration; <a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTVariableDeclarator; <a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.ASTVariableDeclaratorId; <a class="jxr_linenumber" name="L44" href="#L44">44</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.ast.TypeNode; <a class="jxr_linenumber" name="L45" href="#L45">45</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.symboltable.VariableNameDeclaration; <a class="jxr_linenumber" name="L46" href="#L46">46</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.lang.java.typeresolution.ClassTypeResolver; <a class="jxr_linenumber" name="L47" href="#L47">47</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.AnonymousInnerClass; <a class="jxr_linenumber" name="L48" href="#L48">48</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.ArrayListFound; <a class="jxr_linenumber" name="L49" href="#L49">49</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.DefaultJavaLangImport; <a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.EnumWithAnonymousInnerClass; <a class="jxr_linenumber" name="L51" href="#L51">51</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.ExtraTopLevelClass; <a class="jxr_linenumber" name="L52" href="#L52">52</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.InnerClass; <a class="jxr_linenumber" name="L53" href="#L53">53</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.Literals; <a class="jxr_linenumber" name="L54" href="#L54">54</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.Operators; <a class="jxr_linenumber" name="L55" href="#L55">55</a> <strong class="jxr_keyword">import</strong> net.sourceforge.pmd.typeresolution.testdata.Promotion; <a class="jxr_linenumber" name="L56" href="#L56">56</a> <a class="jxr_linenumber" name="L57" href="#L57">57</a> <a class="jxr_linenumber" name="L58" href="#L58">58</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.html">ClassTypeResolverTest</a> { <a class="jxr_linenumber" name="L59" href="#L59">59</a> <a class="jxr_linenumber" name="L60" href="#L60">60</a> @Test <a class="jxr_linenumber" name="L61" href="#L61">61</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testClassNameExists() { <a class="jxr_linenumber" name="L62" href="#L62">62</a> ClassTypeResolver classTypeResolver = <strong class="jxr_keyword">new</strong> ClassTypeResolver(); <a class="jxr_linenumber" name="L63" href="#L63">63</a> assertEquals(<strong class="jxr_keyword">true</strong>, classTypeResolver.classNameExists(<span class="jxr_string">"java.lang.System"</span>)); <a class="jxr_linenumber" name="L64" href="#L64">64</a> assertEquals(false, classTypeResolver.classNameExists(<span class="jxr_string">"im.sure.that.this.does.not.Exist"</span>)); <a class="jxr_linenumber" name="L65" href="#L65">65</a> assertEquals(<strong class="jxr_keyword">true</strong>, classTypeResolver.classNameExists(<span class="jxr_string">"java.awt.List"</span>)); <a class="jxr_linenumber" name="L66" href="#L66">66</a> } <a class="jxr_linenumber" name="L67" href="#L67">67</a> <a class="jxr_linenumber" name="L68" href="#L68">68</a> @Test <a class="jxr_linenumber" name="L69" href="#L69">69</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> acceptanceTest() { <a class="jxr_linenumber" name="L70" href="#L70">70</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(ArrayListFound.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L71" href="#L71">71</a> assertEquals(ArrayListFound.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTTypeDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L72" href="#L72">72</a> assertEquals(ArrayListFound.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L73" href="#L73">73</a> ASTImportDeclaration id = acu.getFirstDescendantOfType(ASTImportDeclaration.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L74" href="#L74">74</a> assertEquals(<span class="jxr_string">"java.util"</span>, id.getPackage().getName()); <a class="jxr_linenumber" name="L75" href="#L75">75</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, id.getType()); <a class="jxr_linenumber" name="L76" href="#L76">76</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTClassOrInterfaceType.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L77" href="#L77">77</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTReferenceType.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L78" href="#L78">78</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTType.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L79" href="#L79">79</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTVariableDeclaratorId.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L80" href="#L80">80</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTVariableDeclarator.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L81" href="#L81">81</a> assertEquals(ArrayList.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTFieldDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L82" href="#L82">82</a> <a class="jxr_linenumber" name="L83" href="#L83">83</a> acu = parseAndTypeResolveForClass15(DefaultJavaLangImport.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L84" href="#L84">84</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, acu.getFirstDescendantOfType(ASTClassOrInterfaceType.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L85" href="#L85">85</a> assertEquals(Override.<strong class="jxr_keyword">class</strong>, acu.findDescendantsOfType(ASTName.<strong class="jxr_keyword">class</strong>).get(1).getType()); <a class="jxr_linenumber" name="L86" href="#L86">86</a> } <a class="jxr_linenumber" name="L87" href="#L87">87</a> <a class="jxr_linenumber" name="L88" href="#L88">88</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L89" href="#L89">89</a> <em class="jxr_javadoccomment"> * See bug #1138 Anonymous inner class in enum causes NPE</em> <a class="jxr_linenumber" name="L90" href="#L90">90</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L91" href="#L91">91</a> @Test <a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testEnumAnonymousInnerClass() { <a class="jxr_linenumber" name="L93" href="#L93">93</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(EnumWithAnonymousInnerClass.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L94" href="#L94">94</a> Class&lt;?&gt; <strong class="jxr_keyword">inner</strong> = acu.getFirstDescendantOfType(ASTAllocationExpression.<strong class="jxr_keyword">class</strong>) <a class="jxr_linenumber" name="L95" href="#L95">95</a> .getFirstDescendantOfType(ASTClassOrInterfaceType.<strong class="jxr_keyword">class</strong>).getType(); <a class="jxr_linenumber" name="L96" href="#L96">96</a> assertEquals(<span class="jxr_string">"net.sourceforge.pmd.typeresolution.testdata.EnumWithAnonymousInnerClass$1"</span>, <a class="jxr_linenumber" name="L97" href="#L97">97</a> <strong class="jxr_keyword">inner</strong>.getName()); <a class="jxr_linenumber" name="L98" href="#L98">98</a> } <a class="jxr_linenumber" name="L99" href="#L99">99</a> <a class="jxr_linenumber" name="L100" href="#L100">100</a> @Test <a class="jxr_linenumber" name="L101" href="#L101">101</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testExtraTopLevelClass() <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="L102" href="#L102">102</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(ExtraTopLevelClass.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L103" href="#L103">103</a> Class&lt;?&gt; theExtraTopLevelClass = Class.forName(<span class="jxr_string">"net.sourceforge.pmd.typeresolution.testdata.TheExtraTopLevelClass"</span>); <a class="jxr_linenumber" name="L104" href="#L104">104</a> <em class="jxr_comment">// First class</em> <a class="jxr_linenumber" name="L105" href="#L105">105</a> ASTTypeDeclaration typeDeclaration = (ASTTypeDeclaration) acu.jjtGetChild(1); <a class="jxr_linenumber" name="L106" href="#L106">106</a> assertEquals(ExtraTopLevelClass.<strong class="jxr_keyword">class</strong>, typeDeclaration.getType()); <a class="jxr_linenumber" name="L107" href="#L107">107</a> assertEquals(ExtraTopLevelClass.<strong class="jxr_keyword">class</strong>, <a class="jxr_linenumber" name="L108" href="#L108">108</a> typeDeclaration.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L109" href="#L109">109</a> <em class="jxr_comment">// Second class</em> <a class="jxr_linenumber" name="L110" href="#L110">110</a> typeDeclaration = (ASTTypeDeclaration) acu.jjtGetChild(2); <a class="jxr_linenumber" name="L111" href="#L111">111</a> assertEquals(theExtraTopLevelClass, typeDeclaration.getType()); <a class="jxr_linenumber" name="L112" href="#L112">112</a> assertEquals(theExtraTopLevelClass, <a class="jxr_linenumber" name="L113" href="#L113">113</a> typeDeclaration.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L114" href="#L114">114</a> } <a class="jxr_linenumber" name="L115" href="#L115">115</a> <a class="jxr_linenumber" name="L116" href="#L116">116</a> @Test <a class="jxr_linenumber" name="L117" href="#L117">117</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testInnerClass() <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="L118" href="#L118">118</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(InnerClass.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L119" href="#L119">119</a> Class&lt;?&gt; theInnerClass = Class.forName(<span class="jxr_string">"net.sourceforge.pmd.typeresolution.testdata.InnerClass$TheInnerClass"</span>); <a class="jxr_linenumber" name="L120" href="#L120">120</a> <em class="jxr_comment">// Outer class</em> <a class="jxr_linenumber" name="L121" href="#L121">121</a> ASTTypeDeclaration typeDeclaration = acu.getFirstDescendantOfType(ASTTypeDeclaration.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L122" href="#L122">122</a> assertEquals(InnerClass.<strong class="jxr_keyword">class</strong>, typeDeclaration.getType()); <a class="jxr_linenumber" name="L123" href="#L123">123</a> ASTClassOrInterfaceDeclaration outerClassDeclaration = typeDeclaration.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L124" href="#L124">124</a> assertEquals(InnerClass.<strong class="jxr_keyword">class</strong>, outerClassDeclaration.getType()); <a class="jxr_linenumber" name="L125" href="#L125">125</a> <em class="jxr_comment">// Inner class</em> <a class="jxr_linenumber" name="L126" href="#L126">126</a> assertEquals(theInnerClass, <a class="jxr_linenumber" name="L127" href="#L127">127</a> outerClassDeclaration.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L128" href="#L128">128</a> <em class="jxr_comment">// Method parameter as inner class</em> <a class="jxr_linenumber" name="L129" href="#L129">129</a> ASTFormalParameter formalParameter = typeDeclaration.getFirstDescendantOfType(ASTFormalParameter.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L130" href="#L130">130</a> assertEquals(theInnerClass, formalParameter.getTypeNode().getType()); <a class="jxr_linenumber" name="L131" href="#L131">131</a> } <a class="jxr_linenumber" name="L132" href="#L132">132</a> <a class="jxr_linenumber" name="L133" href="#L133">133</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L134" href="#L134">134</a> <em class="jxr_javadoccomment"> * If we don't have the auxclasspath, we might not find the inner class. In that case,</em> <a class="jxr_linenumber" name="L135" href="#L135">135</a> <em class="jxr_javadoccomment"> * we'll need to search by name for a match.</em> <a class="jxr_linenumber" name="L136" href="#L136">136</a> <em class="jxr_javadoccomment"> * @throws Exception</em> <a class="jxr_linenumber" name="L137" href="#L137">137</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L138" href="#L138">138</a> @Test <a class="jxr_linenumber" name="L139" href="#L139">139</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testInnerClassNotCompiled() <strong class="jxr_keyword">throws</strong> Exception { <a class="jxr_linenumber" name="L140" href="#L140">140</a> Node acu = parseAndTypeResolveForString(<span class="jxr_string">"public class TestInnerClass {\n"</span> + <a class="jxr_linenumber" name="L141" href="#L141">141</a> <span class="jxr_string">" public void foo() {\n"</span> + <a class="jxr_linenumber" name="L142" href="#L142">142</a> <span class="jxr_string">" Statement statement = new Statement();\n"</span> + <a class="jxr_linenumber" name="L143" href="#L143">143</a> <span class="jxr_string">" }\n"</span> + <a class="jxr_linenumber" name="L144" href="#L144">144</a> <span class="jxr_string">" static class Statement {\n"</span> + <a class="jxr_linenumber" name="L145" href="#L145">145</a> <span class="jxr_string">" }\n"</span> + <a class="jxr_linenumber" name="L146" href="#L146">146</a> <span class="jxr_string">"}"</span>, <span class="jxr_string">"1.8"</span>); <a class="jxr_linenumber" name="L147" href="#L147">147</a> ASTClassOrInterfaceType statement = acu.getFirstDescendantOfType(ASTClassOrInterfaceType.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L148" href="#L148">148</a> Assert.assertTrue(statement.isReferenceToClassSameCompilationUnit()); <a class="jxr_linenumber" name="L149" href="#L149">149</a> } <a class="jxr_linenumber" name="L150" href="#L150">150</a> <a class="jxr_linenumber" name="L151" href="#L151">151</a> @Test <a class="jxr_linenumber" name="L152" href="#L152">152</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testAnonymousInnerClass() <strong class="jxr_keyword">throws</strong> ClassNotFoundException { <a class="jxr_linenumber" name="L153" href="#L153">153</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(AnonymousInnerClass.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L154" href="#L154">154</a> Class&lt;?&gt; theAnonymousInnerClass = Class.forName(<span class="jxr_string">"net.sourceforge.pmd.typeresolution.testdata.AnonymousInnerClass$1"</span>); <a class="jxr_linenumber" name="L155" href="#L155">155</a> <em class="jxr_comment">// Outer class</em> <a class="jxr_linenumber" name="L156" href="#L156">156</a> ASTTypeDeclaration typeDeclaration = acu.getFirstDescendantOfType(ASTTypeDeclaration.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L157" href="#L157">157</a> assertEquals(AnonymousInnerClass.<strong class="jxr_keyword">class</strong>, typeDeclaration.getType()); <a class="jxr_linenumber" name="L158" href="#L158">158</a> ASTClassOrInterfaceDeclaration outerClassDeclaration = typeDeclaration.getFirstDescendantOfType(ASTClassOrInterfaceDeclaration.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L159" href="#L159">159</a> assertEquals(AnonymousInnerClass.<strong class="jxr_keyword">class</strong>, outerClassDeclaration.getType()); <a class="jxr_linenumber" name="L160" href="#L160">160</a> <em class="jxr_comment">// Anonymous Inner class</em> <a class="jxr_linenumber" name="L161" href="#L161">161</a> assertEquals(theAnonymousInnerClass, <a class="jxr_linenumber" name="L162" href="#L162">162</a> outerClassDeclaration.getFirstDescendantOfType(ASTAllocationExpression.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L163" href="#L163">163</a> } <a class="jxr_linenumber" name="L164" href="#L164">164</a> <a class="jxr_linenumber" name="L165" href="#L165">165</a> @Test <a class="jxr_linenumber" name="L166" href="#L166">166</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testLiterals() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L167" href="#L167">167</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Literals.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L168" href="#L168">168</a> List&lt;ASTLiteral&gt; literals = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Literal"</span>), ASTLiteral.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L169" href="#L169">169</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L170" href="#L170">170</a> <a class="jxr_linenumber" name="L171" href="#L171">171</a> <em class="jxr_comment">// String s = "s";</em> <a class="jxr_linenumber" name="L172" href="#L172">172</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L173" href="#L173">173</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, literals.get(index++).getType()); <a class="jxr_linenumber" name="L174" href="#L174">174</a> <a class="jxr_linenumber" name="L175" href="#L175">175</a> <em class="jxr_comment">// boolean boolean1 = false;</em> <a class="jxr_linenumber" name="L176" href="#L176">176</a> assertEquals(Boolean.TYPE, literals.get(index).getFirstDescendantOfType(ASTBooleanLiteral.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L177" href="#L177">177</a> assertEquals(Boolean.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L178" href="#L178">178</a> <a class="jxr_linenumber" name="L179" href="#L179">179</a> <em class="jxr_comment">// boolean boolean2 = true;</em> <a class="jxr_linenumber" name="L180" href="#L180">180</a> assertEquals(Boolean.TYPE, literals.get(index).getFirstDescendantOfType(ASTBooleanLiteral.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L181" href="#L181">181</a> assertEquals(Boolean.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L182" href="#L182">182</a> <a class="jxr_linenumber" name="L183" href="#L183">183</a> <em class="jxr_comment">// Object obj = null;</em> <a class="jxr_linenumber" name="L184" href="#L184">184</a> assertNull(literals.get(index).getFirstDescendantOfType(ASTNullLiteral.<strong class="jxr_keyword">class</strong>).getType()); <a class="jxr_linenumber" name="L185" href="#L185">185</a> assertNull(literals.get(index++).getType()); <a class="jxr_linenumber" name="L186" href="#L186">186</a> <a class="jxr_linenumber" name="L187" href="#L187">187</a> <em class="jxr_comment">// byte byte1 = 0;</em> <a class="jxr_linenumber" name="L188" href="#L188">188</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L189" href="#L189">189</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L190" href="#L190">190</a> <a class="jxr_linenumber" name="L191" href="#L191">191</a> <em class="jxr_comment">// byte byte2 = 0x0F;</em> <a class="jxr_linenumber" name="L192" href="#L192">192</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L193" href="#L193">193</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L194" href="#L194">194</a> <a class="jxr_linenumber" name="L195" href="#L195">195</a> <em class="jxr_comment">// byte byte3 = -007;</em> <a class="jxr_linenumber" name="L196" href="#L196">196</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L197" href="#L197">197</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L198" href="#L198">198</a> <a class="jxr_linenumber" name="L199" href="#L199">199</a> <em class="jxr_comment">// short short1 = 0;</em> <a class="jxr_linenumber" name="L200" href="#L200">200</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L201" href="#L201">201</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L202" href="#L202">202</a> <a class="jxr_linenumber" name="L203" href="#L203">203</a> <em class="jxr_comment">// short short2 = 0x0F;</em> <a class="jxr_linenumber" name="L204" href="#L204">204</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L205" href="#L205">205</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L206" href="#L206">206</a> <a class="jxr_linenumber" name="L207" href="#L207">207</a> <em class="jxr_comment">// short short3 = -007;</em> <a class="jxr_linenumber" name="L208" href="#L208">208</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L209" href="#L209">209</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L210" href="#L210">210</a> <a class="jxr_linenumber" name="L211" href="#L211">211</a> <em class="jxr_comment">// char char1 = 0;</em> <a class="jxr_linenumber" name="L212" href="#L212">212</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L213" href="#L213">213</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L214" href="#L214">214</a> <a class="jxr_linenumber" name="L215" href="#L215">215</a> <em class="jxr_comment">// char char2 = 0x0F;</em> <a class="jxr_linenumber" name="L216" href="#L216">216</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L217" href="#L217">217</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L218" href="#L218">218</a> <a class="jxr_linenumber" name="L219" href="#L219">219</a> <em class="jxr_comment">// char char3 = 007;</em> <a class="jxr_linenumber" name="L220" href="#L220">220</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L221" href="#L221">221</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L222" href="#L222">222</a> <a class="jxr_linenumber" name="L223" href="#L223">223</a> <em class="jxr_comment">// char char4 = 'a';</em> <a class="jxr_linenumber" name="L224" href="#L224">224</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L225" href="#L225">225</a> assertEquals(Character.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L226" href="#L226">226</a> <a class="jxr_linenumber" name="L227" href="#L227">227</a> <em class="jxr_comment">// int int1 = 0;</em> <a class="jxr_linenumber" name="L228" href="#L228">228</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L229" href="#L229">229</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L230" href="#L230">230</a> <a class="jxr_linenumber" name="L231" href="#L231">231</a> <em class="jxr_comment">// int int2 = 0x0F;</em> <a class="jxr_linenumber" name="L232" href="#L232">232</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L233" href="#L233">233</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L234" href="#L234">234</a> <a class="jxr_linenumber" name="L235" href="#L235">235</a> <em class="jxr_comment">// int int3 = -007;</em> <a class="jxr_linenumber" name="L236" href="#L236">236</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L237" href="#L237">237</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L238" href="#L238">238</a> <a class="jxr_linenumber" name="L239" href="#L239">239</a> <em class="jxr_comment">// int int4 = 'a';</em> <a class="jxr_linenumber" name="L240" href="#L240">240</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L241" href="#L241">241</a> assertEquals(Character.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L242" href="#L242">242</a> <a class="jxr_linenumber" name="L243" href="#L243">243</a> <em class="jxr_comment">// long long1 = 0;</em> <a class="jxr_linenumber" name="L244" href="#L244">244</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L245" href="#L245">245</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L246" href="#L246">246</a> <a class="jxr_linenumber" name="L247" href="#L247">247</a> <em class="jxr_comment">// long long2 = 0x0F;</em> <a class="jxr_linenumber" name="L248" href="#L248">248</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L249" href="#L249">249</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L250" href="#L250">250</a> <a class="jxr_linenumber" name="L251" href="#L251">251</a> <em class="jxr_comment">// long long3 = -007;</em> <a class="jxr_linenumber" name="L252" href="#L252">252</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L253" href="#L253">253</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L254" href="#L254">254</a> <a class="jxr_linenumber" name="L255" href="#L255">255</a> <em class="jxr_comment">// long long4 = 0L;</em> <a class="jxr_linenumber" name="L256" href="#L256">256</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L257" href="#L257">257</a> assertEquals(Long.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L258" href="#L258">258</a> <a class="jxr_linenumber" name="L259" href="#L259">259</a> <em class="jxr_comment">// long long5 = 0x0Fl;</em> <a class="jxr_linenumber" name="L260" href="#L260">260</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L261" href="#L261">261</a> assertEquals(Long.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L262" href="#L262">262</a> <a class="jxr_linenumber" name="L263" href="#L263">263</a> <em class="jxr_comment">// long long6 = -007L;</em> <a class="jxr_linenumber" name="L264" href="#L264">264</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L265" href="#L265">265</a> assertEquals(Long.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L266" href="#L266">266</a> <a class="jxr_linenumber" name="L267" href="#L267">267</a> <em class="jxr_comment">// long long7 = 'a';</em> <a class="jxr_linenumber" name="L268" href="#L268">268</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L269" href="#L269">269</a> assertEquals(Character.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L270" href="#L270">270</a> <a class="jxr_linenumber" name="L271" href="#L271">271</a> <em class="jxr_comment">// float float1 = 0.0f;</em> <a class="jxr_linenumber" name="L272" href="#L272">272</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L273" href="#L273">273</a> assertEquals(Float.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L274" href="#L274">274</a> <a class="jxr_linenumber" name="L275" href="#L275">275</a> <em class="jxr_comment">// float float2 = -10e+01f;</em> <a class="jxr_linenumber" name="L276" href="#L276">276</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L277" href="#L277">277</a> assertEquals(Float.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L278" href="#L278">278</a> <a class="jxr_linenumber" name="L279" href="#L279">279</a> <em class="jxr_comment">// float float3 = 0x08.08p3f;</em> <a class="jxr_linenumber" name="L280" href="#L280">280</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L281" href="#L281">281</a> assertEquals(Float.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L282" href="#L282">282</a> <a class="jxr_linenumber" name="L283" href="#L283">283</a> <em class="jxr_comment">// float float4 = 0xFF;</em> <a class="jxr_linenumber" name="L284" href="#L284">284</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L285" href="#L285">285</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L286" href="#L286">286</a> <a class="jxr_linenumber" name="L287" href="#L287">287</a> <em class="jxr_comment">// float float5 = 'a';</em> <a class="jxr_linenumber" name="L288" href="#L288">288</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L289" href="#L289">289</a> assertEquals(Character.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L290" href="#L290">290</a> <a class="jxr_linenumber" name="L291" href="#L291">291</a> <em class="jxr_comment">// double double1 = 0.0;</em> <a class="jxr_linenumber" name="L292" href="#L292">292</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L293" href="#L293">293</a> assertEquals(Double.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L294" href="#L294">294</a> <a class="jxr_linenumber" name="L295" href="#L295">295</a> <em class="jxr_comment">// double double2 = -10e+01;</em> <a class="jxr_linenumber" name="L296" href="#L296">296</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L297" href="#L297">297</a> assertEquals(Double.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L298" href="#L298">298</a> <a class="jxr_linenumber" name="L299" href="#L299">299</a> <em class="jxr_comment">// double double3 = 0x08.08p3;</em> <a class="jxr_linenumber" name="L300" href="#L300">300</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L301" href="#L301">301</a> assertEquals(Double.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L302" href="#L302">302</a> <a class="jxr_linenumber" name="L303" href="#L303">303</a> <em class="jxr_comment">// double double4 = 0xFF;</em> <a class="jxr_linenumber" name="L304" href="#L304">304</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L305" href="#L305">305</a> assertEquals(Integer.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L306" href="#L306">306</a> <a class="jxr_linenumber" name="L307" href="#L307">307</a> <em class="jxr_comment">// double double5 = 'a';</em> <a class="jxr_linenumber" name="L308" href="#L308">308</a> assertEquals(0, literals.get(index).jjtGetNumChildren()); <a class="jxr_linenumber" name="L309" href="#L309">309</a> assertEquals(Character.TYPE, literals.get(index++).getType()); <a class="jxr_linenumber" name="L310" href="#L310">310</a> <a class="jxr_linenumber" name="L311" href="#L311">311</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L312" href="#L312">312</a> assertEquals(<span class="jxr_string">"All literals not tested"</span>, index, literals.size()); <a class="jxr_linenumber" name="L313" href="#L313">313</a> } <a class="jxr_linenumber" name="L314" href="#L314">314</a> <a class="jxr_linenumber" name="L315" href="#L315">315</a> @Test <a class="jxr_linenumber" name="L316" href="#L316">316</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnaryNumericPromotion() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L317" href="#L317">317</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Promotion.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L318" href="#L318">318</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryNumericPromotion']]//Expression[UnaryExpression]"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L319" href="#L319">319</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L320" href="#L320">320</a> <a class="jxr_linenumber" name="L321" href="#L321">321</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L322" href="#L322">322</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L323" href="#L323">323</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L324" href="#L324">324</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L325" href="#L325">325</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L326" href="#L326">326</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L327" href="#L327">327</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L328" href="#L328">328</a> <a class="jxr_linenumber" name="L329" href="#L329">329</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L330" href="#L330">330</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L331" href="#L331">331</a> } <a class="jxr_linenumber" name="L332" href="#L332">332</a> <a class="jxr_linenumber" name="L333" href="#L333">333</a> @Test <a class="jxr_linenumber" name="L334" href="#L334">334</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testBinaryNumericPromotion() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L335" href="#L335">335</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Promotion.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L336" href="#L336">336</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'binaryNumericPromotion']]//Expression[AdditiveExpression]"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L337" href="#L337">337</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L338" href="#L338">338</a> <a class="jxr_linenumber" name="L339" href="#L339">339</a> <em class="jxr_comment">// LHS = byte</em> <a class="jxr_linenumber" name="L340" href="#L340">340</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L341" href="#L341">341</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L342" href="#L342">342</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L343" href="#L343">343</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L344" href="#L344">344</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L345" href="#L345">345</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L346" href="#L346">346</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L347" href="#L347">347</a> <em class="jxr_comment">// LHS = short</em> <a class="jxr_linenumber" name="L348" href="#L348">348</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L349" href="#L349">349</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L350" href="#L350">350</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L351" href="#L351">351</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L352" href="#L352">352</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L353" href="#L353">353</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L354" href="#L354">354</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L355" href="#L355">355</a> <em class="jxr_comment">// LHS = char</em> <a class="jxr_linenumber" name="L356" href="#L356">356</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L357" href="#L357">357</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L358" href="#L358">358</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L359" href="#L359">359</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L360" href="#L360">360</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L361" href="#L361">361</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L362" href="#L362">362</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L363" href="#L363">363</a> <em class="jxr_comment">// LHS = int</em> <a class="jxr_linenumber" name="L364" href="#L364">364</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L365" href="#L365">365</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L366" href="#L366">366</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L367" href="#L367">367</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L368" href="#L368">368</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L369" href="#L369">369</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L370" href="#L370">370</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L371" href="#L371">371</a> <em class="jxr_comment">// LHS = long</em> <a class="jxr_linenumber" name="L372" href="#L372">372</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L373" href="#L373">373</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L374" href="#L374">374</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L375" href="#L375">375</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L376" href="#L376">376</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L377" href="#L377">377</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L378" href="#L378">378</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L379" href="#L379">379</a> <em class="jxr_comment">// LHS = float</em> <a class="jxr_linenumber" name="L380" href="#L380">380</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L381" href="#L381">381</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L382" href="#L382">382</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L383" href="#L383">383</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L384" href="#L384">384</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L385" href="#L385">385</a> assertEquals(Float.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L386" href="#L386">386</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L387" href="#L387">387</a> <em class="jxr_comment">// LHS = double</em> <a class="jxr_linenumber" name="L388" href="#L388">388</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L389" href="#L389">389</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L390" href="#L390">390</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L391" href="#L391">391</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L392" href="#L392">392</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L393" href="#L393">393</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L394" href="#L394">394</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L395" href="#L395">395</a> <a class="jxr_linenumber" name="L396" href="#L396">396</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L397" href="#L397">397</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L398" href="#L398">398</a> } <a class="jxr_linenumber" name="L399" href="#L399">399</a> <a class="jxr_linenumber" name="L400" href="#L400">400</a> @Test <a class="jxr_linenumber" name="L401" href="#L401">401</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testBinaryStringPromotion() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L402" href="#L402">402</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Promotion.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L403" href="#L403">403</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'binaryStringPromotion']]//Expression"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L404" href="#L404">404</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L405" href="#L405">405</a> <a class="jxr_linenumber" name="L406" href="#L406">406</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L407" href="#L407">407</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L408" href="#L408">408</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L409" href="#L409">409</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L410" href="#L410">410</a> assertEquals(String.<strong class="jxr_keyword">class</strong>, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L411" href="#L411">411</a> <a class="jxr_linenumber" name="L412" href="#L412">412</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L413" href="#L413">413</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L414" href="#L414">414</a> } <a class="jxr_linenumber" name="L415" href="#L415">415</a> <a class="jxr_linenumber" name="L416" href="#L416">416</a> @Test <a class="jxr_linenumber" name="L417" href="#L417">417</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnaryLogicalOperators() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L418" href="#L418">418</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Operators.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L419" href="#L419">419</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryLogicalOperators']]//Expression"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L420" href="#L420">420</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L421" href="#L421">421</a> <a class="jxr_linenumber" name="L422" href="#L422">422</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L423" href="#L423">423</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L424" href="#L424">424</a> <a class="jxr_linenumber" name="L425" href="#L425">425</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L426" href="#L426">426</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L427" href="#L427">427</a> } <a class="jxr_linenumber" name="L428" href="#L428">428</a> <a class="jxr_linenumber" name="L429" href="#L429">429</a> @Test <a class="jxr_linenumber" name="L430" href="#L430">430</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testBinaryLogicalOperators() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L431" href="#L431">431</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Operators.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L432" href="#L432">432</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'binaryLogicalOperators']]//Expression"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L433" href="#L433">433</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L434" href="#L434">434</a> <a class="jxr_linenumber" name="L435" href="#L435">435</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L436" href="#L436">436</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L437" href="#L437">437</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L438" href="#L438">438</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L439" href="#L439">439</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L440" href="#L440">440</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L441" href="#L441">441</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L442" href="#L442">442</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L443" href="#L443">443</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L444" href="#L444">444</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L445" href="#L445">445</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L446" href="#L446">446</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L447" href="#L447">447</a> assertEquals(Boolean.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L448" href="#L448">448</a> <a class="jxr_linenumber" name="L449" href="#L449">449</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L450" href="#L450">450</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L451" href="#L451">451</a> } <a class="jxr_linenumber" name="L452" href="#L452">452</a> <a class="jxr_linenumber" name="L453" href="#L453">453</a> @Test <a class="jxr_linenumber" name="L454" href="#L454">454</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testUnaryNumericOperators() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L455" href="#L455">455</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Operators.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L456" href="#L456">456</a> List&lt;TypeNode&gt; expressions = <strong class="jxr_keyword">new</strong> ArrayList&lt;&gt;(); <a class="jxr_linenumber" name="L457" href="#L457">457</a> expressions.addAll(convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryNumericOperators']]//Expression"</span>), TypeNode.<strong class="jxr_keyword">class</strong>)); <a class="jxr_linenumber" name="L458" href="#L458">458</a> expressions.addAll(convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryNumericOperators']]//PostfixExpression"</span>), TypeNode.<strong class="jxr_keyword">class</strong>)); <a class="jxr_linenumber" name="L459" href="#L459">459</a> expressions.addAll(convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryNumericOperators']]//PreIncrementExpression"</span>), TypeNode.<strong class="jxr_keyword">class</strong>)); <a class="jxr_linenumber" name="L460" href="#L460">460</a> expressions.addAll(convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'unaryNumericOperators']]//PreDecrementExpression"</span>), TypeNode.<strong class="jxr_keyword">class</strong>)); <a class="jxr_linenumber" name="L461" href="#L461">461</a> <a class="jxr_linenumber" name="L462" href="#L462">462</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L463" href="#L463">463</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L464" href="#L464">464</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L465" href="#L465">465</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L466" href="#L466">466</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L467" href="#L467">467</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L468" href="#L468">468</a> assertEquals(Double.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L469" href="#L469">469</a> <a class="jxr_linenumber" name="L470" href="#L470">470</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L471" href="#L471">471</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L472" href="#L472">472</a> } <a class="jxr_linenumber" name="L473" href="#L473">473</a> <a class="jxr_linenumber" name="L474" href="#L474">474</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">static</strong> &lt;T&gt; List&lt;T&gt; convertList(List&lt;Node&gt; nodes, Class&lt;T&gt; target) { <a class="jxr_linenumber" name="L475" href="#L475">475</a> List&lt;T&gt; converted = <strong class="jxr_keyword">new</strong> ArrayList&lt;&gt;(); <a class="jxr_linenumber" name="L476" href="#L476">476</a> <strong class="jxr_keyword">for</strong> (Node n : nodes) { <a class="jxr_linenumber" name="L477" href="#L477">477</a> converted.add(target.<strong class="jxr_keyword">cast</strong>(n)); <a class="jxr_linenumber" name="L478" href="#L478">478</a> } <a class="jxr_linenumber" name="L479" href="#L479">479</a> <strong class="jxr_keyword">return</strong> converted; <a class="jxr_linenumber" name="L480" href="#L480">480</a> } <a class="jxr_linenumber" name="L481" href="#L481">481</a> <a class="jxr_linenumber" name="L482" href="#L482">482</a> @Test <a class="jxr_linenumber" name="L483" href="#L483">483</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testBinaryNumericOperators() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L484" href="#L484">484</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Operators.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L485" href="#L485">485</a> List&lt;ASTExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'binaryNumericOperators']]//Expression"</span>), ASTExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L486" href="#L486">486</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L487" href="#L487">487</a> <a class="jxr_linenumber" name="L488" href="#L488">488</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L489" href="#L489">489</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L490" href="#L490">490</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L491" href="#L491">491</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L492" href="#L492">492</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L493" href="#L493">493</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L494" href="#L494">494</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L495" href="#L495">495</a> assertEquals(Integer.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L496" href="#L496">496</a> <a class="jxr_linenumber" name="L497" href="#L497">497</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L498" href="#L498">498</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L499" href="#L499">499</a> } <a class="jxr_linenumber" name="L500" href="#L500">500</a> <a class="jxr_linenumber" name="L501" href="#L501">501</a> @Test <a class="jxr_linenumber" name="L502" href="#L502">502</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testAssignmentOperators() <strong class="jxr_keyword">throws</strong> JaxenException { <a class="jxr_linenumber" name="L503" href="#L503">503</a> ASTCompilationUnit acu = parseAndTypeResolveForClass15(Operators.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L504" href="#L504">504</a> List&lt;ASTStatementExpression&gt; expressions = convertList(acu.findChildNodesWithXPath(<span class="jxr_string">"//Block[preceding-sibling::MethodDeclarator[@Image = 'assignmentOperators']]//StatementExpression"</span>), ASTStatementExpression.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L505" href="#L505">505</a> <strong class="jxr_keyword">int</strong> index = 0; <a class="jxr_linenumber" name="L506" href="#L506">506</a> <a class="jxr_linenumber" name="L507" href="#L507">507</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L508" href="#L508">508</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L509" href="#L509">509</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L510" href="#L510">510</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L511" href="#L511">511</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L512" href="#L512">512</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L513" href="#L513">513</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L514" href="#L514">514</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L515" href="#L515">515</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L516" href="#L516">516</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L517" href="#L517">517</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L518" href="#L518">518</a> assertEquals(Long.TYPE, expressions.get(index++).getType()); <a class="jxr_linenumber" name="L519" href="#L519">519</a> <a class="jxr_linenumber" name="L520" href="#L520">520</a> <em class="jxr_comment">// Make sure we got them all.</em> <a class="jxr_linenumber" name="L521" href="#L521">521</a> assertEquals(<span class="jxr_string">"All expressions not tested"</span>, index, expressions.size()); <a class="jxr_linenumber" name="L522" href="#L522">522</a> } <a class="jxr_linenumber" name="L523" href="#L523">523</a> <a class="jxr_linenumber" name="L524" href="#L524">524</a> <em class="jxr_javadoccomment">/**</em> <a class="jxr_linenumber" name="L525" href="#L525">525</a> <em class="jxr_javadoccomment"> * The type should be filled also on the ASTVariableDeclaratorId node,</em> <a class="jxr_linenumber" name="L526" href="#L526">526</a> <em class="jxr_javadoccomment"> * not only on the variable name declaration.</em> <a class="jxr_linenumber" name="L527" href="#L527">527</a> <em class="jxr_javadoccomment"> */</em> <a class="jxr_linenumber" name="L528" href="#L528">528</a> @Test <a class="jxr_linenumber" name="L529" href="#L529">529</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testFullyQualifiedType() { <a class="jxr_linenumber" name="L530" href="#L530">530</a> String source = <span class="jxr_string">"public class Foo {\n"</span> + <a class="jxr_linenumber" name="L531" href="#L531">531</a> <span class="jxr_string">" public void bar() {\n"</span> + <a class="jxr_linenumber" name="L532" href="#L532">532</a> <span class="jxr_string">" java.util.StringTokenizer st = new StringTokenizer(\&quot;a.b.c.d\&quot;, \&quot;.\&quot;);\n"</span> + <a class="jxr_linenumber" name="L533" href="#L533">533</a> <span class="jxr_string">" while (st.hasMoreTokens()) {\n"</span> + <a class="jxr_linenumber" name="L534" href="#L534">534</a> <span class="jxr_string">" System.out.println(st.nextToken());\n"</span> + <a class="jxr_linenumber" name="L535" href="#L535">535</a> <span class="jxr_string">" }\n"</span> + <a class="jxr_linenumber" name="L536" href="#L536">536</a> <span class="jxr_string">" }\n"</span> + <a class="jxr_linenumber" name="L537" href="#L537">537</a> <span class="jxr_string">"}"</span>; <a class="jxr_linenumber" name="L538" href="#L538">538</a> ASTCompilationUnit acu = parseAndTypeResolveForString(source, <span class="jxr_string">"1.5"</span>); <a class="jxr_linenumber" name="L539" href="#L539">539</a> List&lt;ASTName&gt; names = acu.findDescendantsOfType(ASTName.<strong class="jxr_keyword">class</strong>); <a class="jxr_linenumber" name="L540" href="#L540">540</a> ASTName theStringTokenizer = <strong class="jxr_keyword">null</strong>; <a class="jxr_linenumber" name="L541" href="#L541">541</a> <strong class="jxr_keyword">for</strong> (ASTName name : names) { <a class="jxr_linenumber" name="L542" href="#L542">542</a> <strong class="jxr_keyword">if</strong> (name.hasImageEqualTo(<span class="jxr_string">"st.hasMoreTokens"</span>)) { <a class="jxr_linenumber" name="L543" href="#L543">543</a> theStringTokenizer = name; <a class="jxr_linenumber" name="L544" href="#L544">544</a> <strong class="jxr_keyword">break</strong>; <a class="jxr_linenumber" name="L545" href="#L545">545</a> } <a class="jxr_linenumber" name="L546" href="#L546">546</a> } <a class="jxr_linenumber" name="L547" href="#L547">547</a> Assert.assertNotNull(theStringTokenizer); <a class="jxr_linenumber" name="L548" href="#L548">548</a> VariableNameDeclaration declaration = (VariableNameDeclaration)theStringTokenizer.getNameDeclaration(); <a class="jxr_linenumber" name="L549" href="#L549">549</a> Assert.assertNotNull(declaration); <a class="jxr_linenumber" name="L550" href="#L550">550</a> Assert.assertEquals(<span class="jxr_string">"java.util.StringTokenizer"</span>, declaration.getTypeImage()); <a class="jxr_linenumber" name="L551" href="#L551">551</a> Assert.assertNotNull(declaration.getType()); <a class="jxr_linenumber" name="L552" href="#L552">552</a> Assert.assertSame(StringTokenizer.<strong class="jxr_keyword">class</strong>, declaration.getType()); <a class="jxr_linenumber" name="L553" href="#L553">553</a> ASTVariableDeclaratorId id = (ASTVariableDeclaratorId)declaration.getNode(); <a class="jxr_linenumber" name="L554" href="#L554">554</a> Assert.assertNotNull(id.getType()); <a class="jxr_linenumber" name="L555" href="#L555">555</a> Assert.assertSame(StringTokenizer.<strong class="jxr_keyword">class</strong>, id.getType()); <a class="jxr_linenumber" name="L556" href="#L556">556</a> } <a class="jxr_linenumber" name="L557" href="#L557">557</a> <a class="jxr_linenumber" name="L558" href="#L558">558</a> <strong class="jxr_keyword">private</strong> ASTCompilationUnit parseAndTypeResolveForClass15(Class&lt;?&gt; clazz) { <a class="jxr_linenumber" name="L559" href="#L559">559</a> <strong class="jxr_keyword">return</strong> parseAndTypeResolveForClass(clazz, <span class="jxr_string">"1.5"</span>); <a class="jxr_linenumber" name="L560" href="#L560">560</a> } <a class="jxr_linenumber" name="L561" href="#L561">561</a> <a class="jxr_linenumber" name="L562" href="#L562">562</a> <em class="jxr_comment">// Note: If you're using Eclipse or some other IDE to run this test, you _must_ have the src/test/java folder in</em> <a class="jxr_linenumber" name="L563" href="#L563">563</a> <em class="jxr_comment">// the classpath. Normally the IDE doesn't put source directories themselves directly in the classpath, only</em> <a class="jxr_linenumber" name="L564" href="#L564">564</a> <em class="jxr_comment">// the output directories are in the classpath.</em> <a class="jxr_linenumber" name="L565" href="#L565">565</a> <strong class="jxr_keyword">private</strong> ASTCompilationUnit parseAndTypeResolveForClass(Class&lt;?&gt; clazz, String version) { <a class="jxr_linenumber" name="L566" href="#L566">566</a> String sourceFile = clazz.getName().replace('.', '/') + <span class="jxr_string">".java"</span>; <a class="jxr_linenumber" name="L567" href="#L567">567</a> InputStream is = ClassTypeResolverTest.<strong class="jxr_keyword">class</strong>.getClassLoader().getResourceAsStream(sourceFile); <a class="jxr_linenumber" name="L568" href="#L568">568</a> <strong class="jxr_keyword">if</strong> (is == <strong class="jxr_keyword">null</strong>) { <a class="jxr_linenumber" name="L569" href="#L569">569</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> IllegalArgumentException(<span class="jxr_string">"Unable to find source file "</span> + sourceFile + <span class="jxr_string">" for "</span> + clazz); <a class="jxr_linenumber" name="L570" href="#L570">570</a> } <a class="jxr_linenumber" name="L571" href="#L571">571</a> String source; <a class="jxr_linenumber" name="L572" href="#L572">572</a> <strong class="jxr_keyword">try</strong> { <a class="jxr_linenumber" name="L573" href="#L573">573</a> source = IOUtils.toString(is); <a class="jxr_linenumber" name="L574" href="#L574">574</a> } <strong class="jxr_keyword">catch</strong> (IOException e) { <a class="jxr_linenumber" name="L575" href="#L575">575</a> <strong class="jxr_keyword">throw</strong> <strong class="jxr_keyword">new</strong> RuntimeException(e); <a class="jxr_linenumber" name="L576" href="#L576">576</a> } <a class="jxr_linenumber" name="L577" href="#L577">577</a> <strong class="jxr_keyword">return</strong> parseAndTypeResolveForString(source, version); <a class="jxr_linenumber" name="L578" href="#L578">578</a> } <a class="jxr_linenumber" name="L579" href="#L579">579</a> <a class="jxr_linenumber" name="L580" href="#L580">580</a> <strong class="jxr_keyword">private</strong> ASTCompilationUnit parseAndTypeResolveForString(String source, String version) { <a class="jxr_linenumber" name="L581" href="#L581">581</a> LanguageVersionHandler languageVersionHandler = LanguageRegistry.getLanguage(JavaLanguageModule.NAME).getVersion(version).getLanguageVersionHandler(); <a class="jxr_linenumber" name="L582" href="#L582">582</a> ASTCompilationUnit acu = (ASTCompilationUnit) languageVersionHandler.getParser(languageVersionHandler.getDefaultParserOptions()).parse(<strong class="jxr_keyword">null</strong>, <strong class="jxr_keyword">new</strong> StringReader(source)); <a class="jxr_linenumber" name="L583" href="#L583">583</a> languageVersionHandler.getSymbolFacade().start(acu); <a class="jxr_linenumber" name="L584" href="#L584">584</a> languageVersionHandler.getTypeResolutionFacade(ClassTypeResolverTest.<strong class="jxr_keyword">class</strong>.getClassLoader()).start(acu); <a class="jxr_linenumber" name="L585" href="#L585">585</a> <strong class="jxr_keyword">return</strong> acu; <a class="jxr_linenumber" name="L586" href="#L586">586</a> } <a class="jxr_linenumber" name="L587" href="#L587">587</a> } </pre> <hr/> <div id="footer">Copyright &#169; 2002&#x2013;2016 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All rights reserved.</div> </body> </html>
jasonwee/videoOnCloud
pmd/pmd-doc-5.5.1/xref-test/net/sourceforge/pmd/typeresolution/ClassTypeResolverTest.html
HTML
apache-2.0
78,425
<include file="Index:header" /> <script src="__STATIC__/artDialog/jquery.artDialog.js?skin=default"></script> <script src="__STATIC__/artDialog/plugins/iframeTools.js"></script> <script src="__STATIC__/gfile.js?2013"></script> <div class="col-xs-9 col-sm-9 col-md-10 col-lg-10 " style="margin: 0 auto;"> <div class="righttitle"><h2>编辑公众号</h2></div> <form method="post" action="{gr-:U('User/Index/upsave')}" enctype="multipart/form-data"> <input type="hidden" name="id" value="{gr-$info.id}"> <div class=""> <table class="table" > <thead> <tr> <th><span class="red">*</span>公众号名称:</th> <td><input type="text" required="" class="form-control" name="wxname" value="{gr-$info.wxname}" tabindex="1" > </td> </tr> </thead> <tbody> <tr> <th><span class="red">*</span>公众号原始id:</th> <td><input type="text" required="" name="wxid" value="{gr-$info.wxid}" class="form-control" tabindex="1" > </td> </tr> <tr> <th><span class="red">*</span>微信号:</th> <td><input type="text" required="" name="weixin" value="{gr-$info.weixin}" class="form-control" tabindex="1" size="25"> </td> </tr> <tr> <th>头像地址(url):</th> <td><input class="form-control" name="headerpic" id="pic" value="{gr-$info.headerpic}" size="60"> <script src="__STATIC__/gfile.js?2013"></script><a href="###" onclick="gfilePicUpload('pic',200,200,'{gr-$token}')" class="btn btn-warning btn-sm"><i class="mdi-file-file-upload"></i>上传</a> <a href="###" onclick="viewImg('pic')" class="btn btn-warning btn-sm"><i class="mdi-action-pageview"></i>预览</a></td> </tr> <input type="hidden" name="token" value="{gr-$info.token}" class="form-control" tabindex="1" size="40"> <tr> <th><span class="red"></span>AppID:</th> <td><input type="text" name="appid" value="{gr-$info.appid}" class="form-control" tabindex="1" size="25"> <span class="help-block">用于自定义菜单等高级功能,可以不填</span> </td> </tr> <tr> <th><span class="red"></span>AppSecret:</th> <td><input type="text" name="appsecret" value="{gr-$info.appsecret}" class="form-control" tabindex="1" size="25"><span class="help-block">用于自定义菜单等高级功能,可以不填 </span></td> </tr> <tr> <th><span class="red"></span>EncodingAESKey:</th> <td><input type="text" id="encodingAESKey" name="encodingaeskey" value="{gr-$info.encodingaeskey}" class="form-control" tabindex="1" size="25"> <a href="javascript:createEncodingAESKey();" class="btn btn-primary">重新生成</a> </td> </tr> <tr> <th><span class="red"></span>微信号类型:</th> <td><select class="form-control" id="winxintype" name="winxintype"> <option value="1" <eq name="info.winxintype" value="1">selected</eq>>订阅号</option> <option value="2" <eq name="info.winxintype" value="2">selected</eq>>服务号</option> <option value="3" <eq name="info.winxintype" value="3">selected</eq>>高级服务号</option> </select>  <span class="help-block">高级服务号是指每年向微信官方交300元认证费的公众号</span> </td> </tr> <tr> <th>地区</th> <td> <input type="text" class="form-control" id="province" value="{gr-$info.province}" name="province" tabindex="1" > 省 <input id="city" value="{gr-$info.city}" type="text" name="city" class="form-control" tabindex="1" > 市 </td> </tr> <tr> <th></th> <td><button type="submit" class="btn btn-primary" id="saveSetting"><i class="mdi-content-save"></i>保存</button> <a style="display:inline-block;" class="btn btn-primary" href="{gr-:U('User/Index/index')}"><i class="mdi-navigation-cancel"></i>取消</a></td> </tr> </tbody> </table> </div> </form> </div> <script> function createEncodingAESKey(){ var encodingAESKey = randomString(); $("#encodingAESKey").val(encodingAESKey); } function randomString(len) {   len = len || 43;   var $chars = 'abcdefghijklmnopqrstuvwxyz0123456789';   var maxPos = $chars.length;   var pwd = '';   for (i = 0; i < len; i++) {     pwd += $chars.charAt(Math.floor(Math.random() * maxPos));   }   return pwd; } </script> <include file="Public/footer"/>
fuhongliang/2015weitonghui
Application/User/View/gooraye/Index/edit.html
HTML
apache-2.0
5,232
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"> <html> <head> <title>Interfaces</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="Doc-O-Matic" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <link rel="STYLESHEET" href="default.css" type="text/css" /> <script type="text/javascript" src="scripts.js"></script> </head> <body class="Element700" onload="onBodyLoadEx('frames.html', 'topic', '_!!INTERFACES_Lightstreamer_DotNet_Client_Log_14_Interfaces_Interfaces.html');" onmousedown="onBodyMouseDown();"> <!-- Begin Popups --> <!-- End Popups --> <!-- Begin Page Header --> <div class="Element710" id="areafixed"> <div class="Element92"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="33%"> <div class="Element1"> Lightstreamer Silverlight Client 1.3</div> </td><td width="34%"> <div class="Element2"> <a href="contents.html" target="tocidx"><img src="btn_globals_contents_black.gif" border="0" alt="Contents" title="Contents" onmouseover="switchImage(this, 'btn_globals_contents_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_contents_black.gif');"></a><a href="idx.html" target="tocidx"><img src="btn_globals_index_black.gif" border="0" alt="Index" title="Index" onmouseover="switchImage(this, 'btn_globals_index_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_index_black.gif');"></a><a href="index.html" target="topic"><img src="btn_globals_home_black.gif" border="0" alt="Home" title="Home" onmouseover="switchImage(this, 'btn_globals_home_black_hover.gif');" onmouseout="switchImage(this, 'btn_globals_home_black.gif');"></a></div> </td><td width="33%"> </td></tr></table><div class="Element27"> Legend</div> </div> </div> <!-- End Page Header --> <!-- Begin Client Area --> <div class="Element720" id="areascroll"> <div class="Element721"> <!-- Begin Page Content --> <div class="Element58"> <div class="Element14"> Legend</div> <div class="Element11"> <div class="Element10"> <div class="Element212"> <div class="TableDiv"> <table cellspacing="0" class="Table4"> <tr> <td class="Element202" valign="top" width="50%"> <div class="Element203"> <img src="indicator_interface.gif" border="0" alt="" title="">&nbsp;</div></td><td class="Element206" valign="top" width="50%"> <div class="Element207"> Interface&nbsp;</div></td></tr></table></div></div> </div> </div> </div> <!-- End Page Content --> <!-- Begin Page Footer --> <div class="Element93"> <table width="100%" cellspacing="0" cellpadding="0"> <tr><td width="100%"> <div class="Element3"> <a href="http://www.lightstreamer.com/" target="_blank">Copyright (C) 2004-2011 Weswit s.r.l.</a></div> </td></tr><tr><td width="100%"> <div class="Element4"> <a href="contents.html" target="tocidx">Contents</a> | <a href="idx.html" target="tocidx">Index</a> | <a href="index.html" target="topic">Home</a></div> </td></tr></table></div> <!-- End Page Footer --> </div> </div> <!-- End Client Area --> </body></html>
bitpusher/Salient.ReliableHttpClient
src/packages/Lightstreamer 4.2 Client/sdk_client_silverlight/doc/API-reference/_!!INTERFACES_Lightstreamer_DotNet_Client_Log_14_Interfaces_Interfaces.html
HTML
apache-2.0
3,029
<!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 Tue May 08 20:32:58 UTC 2012 --> <TITLE> Uses of Class org.apache.hadoop.metrics2.filter.RegexFilter (Hadoop 1.0.3 API) </TITLE> <META NAME="date" CONTENT="2012-05-08"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.metrics2.filter.RegexFilter (Hadoop 1.0.3 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/metrics2/filter/RegexFilter.html" title="class in org.apache.hadoop.metrics2.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/metrics2/filter//class-useRegexFilter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RegexFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.metrics2.filter.RegexFilter</B></H2> </CENTER> No usage of org.apache.hadoop.metrics2.filter.RegexFilter <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/apache/hadoop/metrics2/filter/RegexFilter.html" title="class in org.apache.hadoop.metrics2.filter"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?org/apache/hadoop/metrics2/filter//class-useRegexFilter.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="RegexFilter.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2009 The Apache Software Foundation </BODY> </HTML>
zxqt223/hadoop-ha.1.0.3
docs/api/org/apache/hadoop/metrics2/filter/class-use/RegexFilter.html
HTML
apache-2.0
6,115
<!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_11) on Wed Jun 27 21:57:20 PDT 2007 --> <TITLE> Column (DdlUtils 1.0 API Documentation) </TITLE> <META NAME="keywords" CONTENT="org.apache.ddlutils.model.Column class"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Column (DdlUtils 1.0 API Documentation)"; } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../org/apache/ddlutils/model/Database.html" title="class in org.apache.ddlutils.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/ddlutils/model/Column.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Column.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.apache.ddlutils.model</FONT> <BR> Class Column</H2> <PRE> <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">java.lang.Object</A> <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.ddlutils.model.Column</B> </PRE> <DL> <DT><B>All Implemented Interfaces:</B> <DD><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A></DD> </DL> <HR> <DL> <DT><PRE>public class <B>Column</B><DT>extends <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A><DT>implements <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html" title="class or interface in java.lang">Cloneable</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html" title="class or interface in java.io">Serializable</A></DL> </PRE> <P> Represents a column in the database model. <P> <P> <DL> <DT><B>Version:</B></DT> <DD>$Revision: 463305 $</DD> <DT><B>See Also:</B><DD><A HREF="../../../../serialized-form.html#org.apache.ddlutils.model.Column">Serialized Form</A></DL> <HR> <P> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#Column()">Column</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#clone()">clone</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#equals(java.lang.Object)">equals</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;obj)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getDefaultValue()">getDefaultValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the default value of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getDescription()">getDescription</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the description of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getJavaName()">getJavaName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the java name of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getName()">getName</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the name of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getParsedDefaultValue()">getParsedDefaultValue</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Tries to parse the default value of the column and returns it as an object of the corresponding java type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getPrecisionRadix()">getPrecisionRadix</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the precision radix of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getScale()">getScale</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the scale of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getSize()">getSize</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getSizeAsInt()">getSizeAsInt</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size of the column as an integer.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getType()">getType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the JDBC type of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#getTypeCode()">getTypeCode</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the code (one of the constants in <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Types.html" title="class or interface in java.sql"><CODE>Types</CODE></A>) of the JDBC type of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#hashCode()">hashCode</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isAutoIncrement()">isAutoIncrement</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is an auto-increment column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isOfBinaryType()">isOfBinaryType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is of a binary type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isOfNumericType()">isOfNumericType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is of a numeric type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isOfSpecialType()">isOfSpecialType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is of a special type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isOfTextType()">isOfTextType</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is of a text type.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isPrimaryKey()">isPrimaryKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is a primary key column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#isRequired()">isRequired</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines whether this column is a required column, ie.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setAutoIncrement(boolean)">setAutoIncrement</A></B>(boolean&nbsp;autoIncrement)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether this column is an auto-increment column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setDefaultValue(java.lang.String)">setDefaultValue</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;defaultValue)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the default value of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setDescription(java.lang.String)">setDescription</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;description)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the description of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setJavaName(java.lang.String)">setJavaName</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;javaName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the java name of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setName(java.lang.String)">setName</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the name of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setPrecisionRadix(int)">setPrecisionRadix</A></B>(int&nbsp;precisionRadix)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the precision radix of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setPrimaryKey(boolean)">setPrimaryKey</A></B>(boolean&nbsp;primaryKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether this column is a primary key column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setRequired(boolean)">setRequired</A></B>(boolean&nbsp;required)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies whether this column is a required column, ie.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setScale(int)">setScale</A></B>(int&nbsp;scale)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the scale of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setSize(java.lang.String)">setSize</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;size)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the size of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setSizeAndScale(int, int)">setSizeAndScale</A></B>(int&nbsp;size, int&nbsp;scale)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets both the size and scale.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setType(java.lang.String)">setType</A></B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;type)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the JDBC type of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#setTypeCode(int)">setTypeCode</A></B>(int&nbsp;typeCode)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the code (one of the constants in <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Types.html" title="class or interface in java.sql"><CODE>Types</CODE></A>) of the JDBC type of the column.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../org/apache/ddlutils/model/Column.html#toVerboseString()">toVerboseString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a verbose string representation of this column.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Column()"><!-- --></A><H3> Column</H3> <PRE> public <B>Column</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="getName()"><!-- --></A><H3> getName</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getName</B>()</PRE> <DL> <DD>Returns the name of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The name</DL> </DD> </DL> <HR> <A NAME="setName(java.lang.String)"><!-- --></A><H3> setName</H3> <PRE> public void <B>setName</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;name)</PRE> <DL> <DD>Sets the name of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>name</CODE> - The name</DL> </DD> </DL> <HR> <A NAME="getJavaName()"><!-- --></A><H3> getJavaName</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getJavaName</B>()</PRE> <DL> <DD>Returns the java name of the column. This property is unused by DdlUtils and only for Torque compatibility. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The java name</DL> </DD> </DL> <HR> <A NAME="setJavaName(java.lang.String)"><!-- --></A><H3> setJavaName</H3> <PRE> public void <B>setJavaName</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;javaName)</PRE> <DL> <DD>Sets the java name of the column. This property is unused by DdlUtils and only for Torque compatibility. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>javaName</CODE> - The java name</DL> </DD> </DL> <HR> <A NAME="getDescription()"><!-- --></A><H3> getDescription</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getDescription</B>()</PRE> <DL> <DD>Returns the description of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The description</DL> </DD> </DL> <HR> <A NAME="setDescription(java.lang.String)"><!-- --></A><H3> setDescription</H3> <PRE> public void <B>setDescription</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;description)</PRE> <DL> <DD>Sets the description of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>description</CODE> - The description</DL> </DD> </DL> <HR> <A NAME="isPrimaryKey()"><!-- --></A><H3> isPrimaryKey</H3> <PRE> public boolean <B>isPrimaryKey</B>()</PRE> <DL> <DD>Determines whether this column is a primary key column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is a primary key column</DL> </DD> </DL> <HR> <A NAME="setPrimaryKey(boolean)"><!-- --></A><H3> setPrimaryKey</H3> <PRE> public void <B>setPrimaryKey</B>(boolean&nbsp;primaryKey)</PRE> <DL> <DD>Specifies whether this column is a primary key column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>primaryKey</CODE> - <code>true</code> if this column is a primary key column</DL> </DD> </DL> <HR> <A NAME="isRequired()"><!-- --></A><H3> isRequired</H3> <PRE> public boolean <B>isRequired</B>()</PRE> <DL> <DD>Determines whether this column is a required column, ie. that it is not allowed to contain <code>NULL</code> values. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is a required column</DL> </DD> </DL> <HR> <A NAME="setRequired(boolean)"><!-- --></A><H3> setRequired</H3> <PRE> public void <B>setRequired</B>(boolean&nbsp;required)</PRE> <DL> <DD>Specifies whether this column is a required column, ie. that it is not allowed to contain <code>NULL</code> values. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>required</CODE> - <code>true</code> if this column is a required column</DL> </DD> </DL> <HR> <A NAME="isAutoIncrement()"><!-- --></A><H3> isAutoIncrement</H3> <PRE> public boolean <B>isAutoIncrement</B>()</PRE> <DL> <DD>Determines whether this column is an auto-increment column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is an auto-increment column</DL> </DD> </DL> <HR> <A NAME="setAutoIncrement(boolean)"><!-- --></A><H3> setAutoIncrement</H3> <PRE> public void <B>setAutoIncrement</B>(boolean&nbsp;autoIncrement)</PRE> <DL> <DD>Specifies whether this column is an auto-increment column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>autoIncrement</CODE> - <code>true</code> if this column is an auto-increment column</DL> </DD> </DL> <HR> <A NAME="getTypeCode()"><!-- --></A><H3> getTypeCode</H3> <PRE> public int <B>getTypeCode</B>()</PRE> <DL> <DD>Returns the code (one of the constants in <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Types.html" title="class or interface in java.sql"><CODE>Types</CODE></A>) of the JDBC type of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The type code</DL> </DD> </DL> <HR> <A NAME="setTypeCode(int)"><!-- --></A><H3> setTypeCode</H3> <PRE> public void <B>setTypeCode</B>(int&nbsp;typeCode)</PRE> <DL> <DD>Sets the code (one of the constants in <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/sql/Types.html" title="class or interface in java.sql"><CODE>Types</CODE></A>) of the JDBC type of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>typeCode</CODE> - The type code</DL> </DD> </DL> <HR> <A NAME="getType()"><!-- --></A><H3> getType</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getType</B>()</PRE> <DL> <DD>Returns the JDBC type of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The type</DL> </DD> </DL> <HR> <A NAME="setType(java.lang.String)"><!-- --></A><H3> setType</H3> <PRE> public void <B>setType</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;type)</PRE> <DL> <DD>Sets the JDBC type of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>type</CODE> - The type</DL> </DD> </DL> <HR> <A NAME="isOfNumericType()"><!-- --></A><H3> isOfNumericType</H3> <PRE> public boolean <B>isOfNumericType</B>()</PRE> <DL> <DD>Determines whether this column is of a numeric type. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is of a numeric type</DL> </DD> </DL> <HR> <A NAME="isOfTextType()"><!-- --></A><H3> isOfTextType</H3> <PRE> public boolean <B>isOfTextType</B>()</PRE> <DL> <DD>Determines whether this column is of a text type. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is of a text type</DL> </DD> </DL> <HR> <A NAME="isOfBinaryType()"><!-- --></A><H3> isOfBinaryType</H3> <PRE> public boolean <B>isOfBinaryType</B>()</PRE> <DL> <DD>Determines whether this column is of a binary type. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is of a binary type</DL> </DD> </DL> <HR> <A NAME="isOfSpecialType()"><!-- --></A><H3> isOfSpecialType</H3> <PRE> public boolean <B>isOfSpecialType</B>()</PRE> <DL> <DD>Determines whether this column is of a special type. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD><code>true</code> if this column is of a special type</DL> </DD> </DL> <HR> <A NAME="getSize()"><!-- --></A><H3> getSize</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getSize</B>()</PRE> <DL> <DD>Returns the size of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The size</DL> </DD> </DL> <HR> <A NAME="getSizeAsInt()"><!-- --></A><H3> getSizeAsInt</H3> <PRE> public int <B>getSizeAsInt</B>()</PRE> <DL> <DD>Returns the size of the column as an integer. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The size as an integer</DL> </DD> </DL> <HR> <A NAME="setSize(java.lang.String)"><!-- --></A><H3> setSize</H3> <PRE> public void <B>setSize</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;size)</PRE> <DL> <DD>Sets the size of the column. This is either a simple integer value or a comma-separated pair of integer values specifying the size and scale. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>size</CODE> - The size</DL> </DD> </DL> <HR> <A NAME="getScale()"><!-- --></A><H3> getScale</H3> <PRE> public int <B>getScale</B>()</PRE> <DL> <DD>Returns the scale of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The scale</DL> </DD> </DL> <HR> <A NAME="setScale(int)"><!-- --></A><H3> setScale</H3> <PRE> public void <B>setScale</B>(int&nbsp;scale)</PRE> <DL> <DD>Sets the scale of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>scale</CODE> - The scale</DL> </DD> </DL> <HR> <A NAME="setSizeAndScale(int, int)"><!-- --></A><H3> setSizeAndScale</H3> <PRE> public void <B>setSizeAndScale</B>(int&nbsp;size, int&nbsp;scale)</PRE> <DL> <DD>Sets both the size and scale. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>size</CODE> - The size<DD><CODE>scale</CODE> - The scale</DL> </DD> </DL> <HR> <A NAME="getPrecisionRadix()"><!-- --></A><H3> getPrecisionRadix</H3> <PRE> public int <B>getPrecisionRadix</B>()</PRE> <DL> <DD>Returns the precision radix of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The precision radix</DL> </DD> </DL> <HR> <A NAME="setPrecisionRadix(int)"><!-- --></A><H3> setPrecisionRadix</H3> <PRE> public void <B>setPrecisionRadix</B>(int&nbsp;precisionRadix)</PRE> <DL> <DD>Sets the precision radix of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>precisionRadix</CODE> - The precision radix</DL> </DD> </DL> <HR> <A NAME="getDefaultValue()"><!-- --></A><H3> getDefaultValue</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getDefaultValue</B>()</PRE> <DL> <DD>Returns the default value of the column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The default value</DL> </DD> </DL> <HR> <A NAME="getParsedDefaultValue()"><!-- --></A><H3> getParsedDefaultValue</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>getParsedDefaultValue</B>()</PRE> <DL> <DD>Tries to parse the default value of the column and returns it as an object of the corresponding java type. If the value could not be parsed, then the original definition is returned. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The parsed default value</DL> </DD> </DL> <HR> <A NAME="setDefaultValue(java.lang.String)"><!-- --></A><H3> setDefaultValue</H3> <PRE> public void <B>setDefaultValue</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>&nbsp;defaultValue)</PRE> <DL> <DD>Sets the default value of the column. Note that this expression will be used within quotation marks when generating the column, and thus is subject to the conversion rules of the target database. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>defaultValue</CODE> - The default value</DL> </DD> </DL> <HR> <A NAME="clone()"><!-- --></A><H3> clone</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A> <B>clone</B>() throws <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/CloneNotSupportedException.html" title="class or interface in java.lang">CloneNotSupportedException</A></PRE> <DL> <DD> <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#clone()" title="class or interface in java.lang">clone</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> <DT><B>Throws:</B> <DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/CloneNotSupportedException.html" title="class or interface in java.lang">CloneNotSupportedException</A></CODE></DL> </DD> </DL> <HR> <A NAME="equals(java.lang.Object)"><!-- --></A><H3> equals</H3> <PRE> public boolean <B>equals</B>(<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A>&nbsp;obj)</PRE> <DL> <DD> <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#equals(java.lang.Object)" title="class or interface in java.lang">equals</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="hashCode()"><!-- --></A><H3> hashCode</H3> <PRE> public int <B>hashCode</B>()</PRE> <DL> <DD> <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#hashCode()" title="class or interface in java.lang">hashCode</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE> <DL> <DD> <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL> </DD> <DD><DL> </DL> </DD> </DL> <HR> <A NAME="toVerboseString()"><!-- --></A><H3> toVerboseString</H3> <PRE> public <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toVerboseString</B>()</PRE> <DL> <DD>Returns a verbose string representation of this column. <P> <DD><DL> </DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>The string representation</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;<A HREF="../../../../org/apache/ddlutils/model/Database.html" title="class in org.apache.ddlutils.model"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/ddlutils/model/Column.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Column.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &copy; 2005-2007 Apache Software Foundation. All Rights Reserved. </BODY> </HTML>
johntranasd/DdlUtils
doc/api/org/apache/ddlutils/model/Column.html
HTML
apache-2.0
41,643
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html lang="en"> <head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>BaseTen Reference Manual</title> <link href="documentation.css" rel="stylesheet" type="text/css"> </head> <body> <div id="logo-container"> <a id="logo" href="index.html"> <img src="http://basetenframework.org/chrome/site/trac_banner.png" alt=""> </a> </div> <div class="container"> <!-- Generated by Doxygen 1.8.8 --> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li class="current"><a href="pages.html"><span>Related&#160;Pages</span></a></li> <li><a href="modules.html"><span>Modules</span></a></li> <li><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> </ul> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="database_usage.html">Database administration</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">PostgreSQL installation </div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><p>PostgreSQL is distributed as an Installer package at the following address:<br /> <a href="http://www.postgresql.org/download/macosx">http://www.postgresql.org/download/macosx</a> Another option is to build the server from source. Here's a brief tutorial. </p><ol> <li> Get the latest PostgreSQL source release (8.2 or later) from <a href="http://www.postgresql.org/ftp/source">http://www.postgresql.org/ftp/source</a>. </li> <li> Uncompress, configure, make, [sudo] make install. On Mac OS X, Bonjour and OpenSSL are available, so <code>./configure &ndash;-with-bonjour &ndash;-with-openssl &amp;&amp; make &amp;&amp; sudo make install</code> probably gives the expected results. </li> <li> It's usually a good idea to create a separate user and group for PostgreSQL, but Mac OS X already comes with a database-specific user: for mysql. We'll just use that and hope PostgreSQL doesn't mind. </li> <li> Make <em>mysql</em> the owner of the PostgreSQL folder, then sudo to <em>mysql</em>:<br /> <code> sudo chown -R mysql:mysql /usr/local/pgsql<br /> sudo -u mysql -s </code> </li> <li> Initialize the PostgreSQL database folder. We'll use en_US.UTF-8 as the default locale:<br /> <code>LC_ALL=en_US.UTF-8 /usr/local/pgsql/bin/initdb -D \<br /> /usr/local/pgsql/data</code> </li> <li> Launch the PostgreSQL server itself:<br /> <code> /usr/local/pgsql/bin/pg_ctl -D /usr/local/pgsql/data \<br /> -l /usr/local/pgsql/data/pg.log start </code> </li> <li> Create a superuser account for yourself. This way, you don't have to sudo to mysql to create new databases and users.<br /> <code>/usr/local/pgsql/bin/createuser <em>your-short-user-name</em></code> </li> <li> Exit the <em>mysql</em> sudo and create a database. If you create a database with your short user name, psql will connect to it by default.<br /> <code> exit<br /> /usr/local/pgsql/bin/createdb <em>your-short-user-name</em> </code> </li> </ol> </div></div><!-- contents --> </div> <div class="footer"></div> </body> </html>
gservera/baseten
Documentation/html/postgresql_installation.html
HTML
apache-2.0
3,323
<!DOCTYPE html> <html lang="en"> <head> <title>MetadataTemplateOperation Enumeration Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> <script src="../js/lunr.min.js" defer></script> <script src="../js/typeahead.jquery.js" defer></script> <script src="../js/jazzy.search.js" defer></script> </head> <body> <a name="//apple_ref/swift/Enum/MetadataTemplateOperation" class="dashAnchor"></a> <a title="MetadataTemplateOperation Enumeration Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">BoxSDK 5.1.0 Docs</a> (100% documented)</p> <div class="header-right"> <form role="search" action="../search.json"> <input type="text" placeholder="Search documentation" data-typeahead> </form> </div> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">BoxSDK Reference</a> <img id="carat" src="../img/carat.png" alt=""/> MetadataTemplateOperation Enumeration Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/AuthModule.html">AuthModule</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/s:6BoxSDK0A12APIAuthErrorC">BoxAPIAuthError</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxAPIError.html">BoxAPIError</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxClient.html">BoxClient</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/s:6BoxSDK0A11CodingErrorC">BoxCodingError</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxCollection.html">BoxCollection</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/s:6BoxSDK0A12DownloadTaskC">BoxDownloadTask</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxNetworkAgent.html">BoxNetworkAgent</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/s:6BoxSDK0A12NetworkErrorC">BoxNetworkError</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxNetworkTask.html">BoxNetworkTask</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxRequest.html">BoxRequest</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxRequest/BodyType.html">– BodyType</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxSDK.html">BoxSDK</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxSDK/Constants.html">– Constants</a> </li> <li class="nav-group-task"> <a href="../Classes/BoxSDKError.html">BoxSDKError</a> </li> <li class="nav-group-task"> <a href="../Classes.html#/s:6BoxSDK0A10UploadTaskC">BoxUploadTask</a> </li> <li class="nav-group-task"> <a href="../Classes/Classification.html">Classification</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaboration.html">Collaboration</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaboration/AcceptanceRequirementsStatus.html">– AcceptanceRequirementsStatus</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaboration/TermsOfServiceRequirement.html">– TermsOfServiceRequirement</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaboration/StrongPasswordRequirement.html">– StrongPasswordRequirement</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaboration/TwoFactorAuthenticationRequirement.html">– TwoFactorAuthenticationRequirement</a> </li> <li class="nav-group-task"> <a href="../Classes/CollaborationAllowlistEntry.html">CollaborationAllowlistEntry</a> </li> <li class="nav-group-task"> <a href="../Classes/CollaborationAllowlistExemptTarget.html">CollaborationAllowlistExemptTarget</a> </li> <li class="nav-group-task"> <a href="../Classes/CollaborationAllowlistModule.html">CollaborationAllowlistModule</a> </li> <li class="nav-group-task"> <a href="../Classes/CollaborationsModule.html">CollaborationsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaborator.html">Collaborator</a> </li> <li class="nav-group-task"> <a href="../Classes/Collaborator/CollaboratorType.html">– CollaboratorType</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionsModule.html">CollectionsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Comment.html">Comment</a> </li> <li class="nav-group-task"> <a href="../Classes/CommentsModule.html">CommentsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/ConsoleLogDestination.html">ConsoleLogDestination</a> </li> <li class="nav-group-task"> <a href="../Classes/DelegatedAuthSession.html">DelegatedAuthSession</a> </li> <li class="nav-group-task"> <a href="../Classes/DevicePin.html">DevicePin</a> </li> <li class="nav-group-task"> <a href="../Classes/DevicePinsModule.html">DevicePinsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/EmailAlias.html">EmailAlias</a> </li> <li class="nav-group-task"> <a href="../Classes/Enterprise.html">Enterprise</a> </li> <li class="nav-group-task"> <a href="../Classes/EntryContainer.html">EntryContainer</a> </li> <li class="nav-group-task"> <a href="../Classes/EntryContainerInnerModel.html">EntryContainerInnerModel</a> </li> <li class="nav-group-task"> <a href="../Classes/Event.html">Event</a> </li> <li class="nav-group-task"> <a href="../Classes/EventContainer.html">EventContainer</a> </li> <li class="nav-group-task"> <a href="../Classes/EventItem.html">EventItem</a> </li> <li class="nav-group-task"> <a href="../Classes/EventItem/EventItemType.html">– EventItemType</a> </li> <li class="nav-group-task"> <a href="../Classes/EventsModule.html">EventsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/ExpiringEmbedLink.html">ExpiringEmbedLink</a> </li> <li class="nav-group-task"> <a href="../Classes/File.html">File</a> </li> <li class="nav-group-task"> <a href="../Classes/File/Permissions.html">– Permissions</a> </li> <li class="nav-group-task"> <a href="../Classes/FileLogDestination.html">FileLogDestination</a> </li> <li class="nav-group-task"> <a href="../Classes/FileVersion.html">FileVersion</a> </li> <li class="nav-group-task"> <a href="../Classes/FileVersionLegalHold.html">FileVersionLegalHold</a> </li> <li class="nav-group-task"> <a href="../Classes/FileVersionRetention.html">FileVersionRetention</a> </li> <li class="nav-group-task"> <a href="../Classes/FilesModule.html">FilesModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Folder.html">Folder</a> </li> <li class="nav-group-task"> <a href="../Classes/Folder/Permissions.html">– Permissions</a> </li> <li class="nav-group-task"> <a href="../Classes/FolderLock.html">FolderLock</a> </li> <li class="nav-group-task"> <a href="../Classes/FolderLock/LockedOperations.html">– LockedOperations</a> </li> <li class="nav-group-task"> <a href="../Classes/FolderUploadEmail.html">FolderUploadEmail</a> </li> <li class="nav-group-task"> <a href="../Classes/FoldersModule.html">FoldersModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Group.html">Group</a> </li> <li class="nav-group-task"> <a href="../Classes/Group/GroupType.html">– GroupType</a> </li> <li class="nav-group-task"> <a href="../Classes/GroupMembership.html">GroupMembership</a> </li> <li class="nav-group-task"> <a href="../Classes/GroupMembership/ConfigurablePermissions.html">– ConfigurablePermissions</a> </li> <li class="nav-group-task"> <a href="../Classes/GroupsModule.html">GroupsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Invite.html">Invite</a> </li> <li class="nav-group-task"> <a href="../Classes/KeychainTokenStore.html">KeychainTokenStore</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicy.html">LegalHoldPolicy</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicy/AssignmentCounts.html">– AssignmentCounts</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicy/Status.html">– Status</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicyAssignment.html">LegalHoldPolicyAssignment</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicyAssignmentItem.html">LegalHoldPolicyAssignmentItem</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldPolicyAssignmentItem/AssignmentItemType.html">– AssignmentItemType</a> </li> <li class="nav-group-task"> <a href="../Classes/LegalHoldsModule.html">LegalHoldsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Lock.html">Lock</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataCascadePolicy.html">MetadataCascadePolicy</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataCascadePolicyModule.html">MetadataCascadePolicyModule</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataModule.html">MetadataModule</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataObject.html">MetadataObject</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataSearchFilter.html">MetadataSearchFilter</a> </li> <li class="nav-group-task"> <a href="../Classes/MetadataTemplate.html">MetadataTemplate</a> </li> <li class="nav-group-task"> <a href="../Classes/OAuth2Session.html">OAuth2Session</a> </li> <li class="nav-group-task"> <a href="../Classes/Order.html">Order</a> </li> <li class="nav-group-task"> <a href="../Classes/PagingIterator.html">PagingIterator</a> </li> <li class="nav-group-task"> <a href="../Classes/PathCollection.html">PathCollection</a> </li> <li class="nav-group-task"> <a href="../Classes/PollingResult.html">PollingResult</a> </li> <li class="nav-group-task"> <a href="../Classes/PollingURLInfo.html">PollingURLInfo</a> </li> <li class="nav-group-task"> <a href="../Classes/RecentItem.html">RecentItem</a> </li> <li class="nav-group-task"> <a href="../Classes/RecentItem/InteractionType.html">– InteractionType</a> </li> <li class="nav-group-task"> <a href="../Classes/RecentItemsModule.html">RecentItemsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/RetentionPoliciesModule.html">RetentionPoliciesModule</a> </li> <li class="nav-group-task"> <a href="../Classes/RetentionPolicy.html">RetentionPolicy</a> </li> <li class="nav-group-task"> <a href="../Classes/RetentionPolicyAssignment.html">RetentionPolicyAssignment</a> </li> <li class="nav-group-task"> <a href="../Classes/RetentionPolicyAssignmentItem.html">RetentionPolicyAssignmentItem</a> </li> <li class="nav-group-task"> <a href="../Classes/RetentionPolicyEntry.html">RetentionPolicyEntry</a> </li> <li class="nav-group-task"> <a href="../Classes/Scope.html">Scope</a> </li> <li class="nav-group-task"> <a href="../Classes/SearchModule.html">SearchModule</a> </li> <li class="nav-group-task"> <a href="../Classes/SearchResult.html">SearchResult</a> </li> <li class="nav-group-task"> <a href="../Classes/SharedItem.html">SharedItem</a> </li> <li class="nav-group-task"> <a href="../Classes/SharedItem/SharedItemType.html">– SharedItemType</a> </li> <li class="nav-group-task"> <a href="../Classes/SharedItemsModule.html">SharedItemsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/SharedLink.html">SharedLink</a> </li> <li class="nav-group-task"> <a href="../Classes/SharedLink/Permissions.html">– Permissions</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequest.html">SignRequest</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestPrefillTag.html">SignRequestPrefillTag</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestSignFiles.html">SignRequestSignFiles</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestSigner.html">SignRequestSigner</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestSignerDecision.html">SignRequestSignerDecision</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestSignerInput.html">SignRequestSignerInput</a> </li> <li class="nav-group-task"> <a href="../Classes/SignRequestsModule.html">SignRequestsModule</a> </li> <li class="nav-group-task"> <a href="../Classes/SingleTokenSession.html">SingleTokenSession</a> </li> <li class="nav-group-task"> <a href="../Classes/StoragePoliciesModule.html">StoragePoliciesModule</a> </li> <li class="nav-group-task"> <a href="../Classes/StoragePolicy.html">StoragePolicy</a> </li> <li class="nav-group-task"> <a href="../Classes/StoragePolicyAssignment.html">StoragePolicyAssignment</a> </li> <li class="nav-group-task"> <a href="../Classes/StoragePolicyAssignment/AssignedTo.html">– AssignedTo</a> </li> <li class="nav-group-task"> <a href="../Classes/Task.html">Task</a> </li> <li class="nav-group-task"> <a href="../Classes/TaskAssignment.html">TaskAssignment</a> </li> <li class="nav-group-task"> <a href="../Classes/TasksModule.html">TasksModule</a> </li> <li class="nav-group-task"> <a href="../Classes/TermsOfService.html">TermsOfService</a> </li> <li class="nav-group-task"> <a href="../Classes/TermsOfServiceUserStatus.html">TermsOfServiceUserStatus</a> </li> <li class="nav-group-task"> <a href="../Classes/TermsOfServicesModule.html">TermsOfServicesModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Token.html">Token</a> </li> <li class="nav-group-task"> <a href="../Classes/TokenInfo.html">TokenInfo</a> </li> <li class="nav-group-task"> <a href="../Classes/TrackingCode.html">TrackingCode</a> </li> <li class="nav-group-task"> <a href="../Classes/TrashModule.html">TrashModule</a> </li> <li class="nav-group-task"> <a href="../Classes/UploadPart.html">UploadPart</a> </li> <li class="nav-group-task"> <a href="../Classes/UploadSession.html">UploadSession</a> </li> <li class="nav-group-task"> <a href="../Classes/UploadSession/UploadSessionEndpoints.html">– UploadSessionEndpoints</a> </li> <li class="nav-group-task"> <a href="../Classes/User.html">User</a> </li> <li class="nav-group-task"> <a href="../Classes/User/TrackingCode.html">– TrackingCode</a> </li> <li class="nav-group-task"> <a href="../Classes/UsersModule.html">UsersModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Watermark.html">Watermark</a> </li> <li class="nav-group-task"> <a href="../Classes/WebLink.html">WebLink</a> </li> <li class="nav-group-task"> <a href="../Classes/WebLink/Permissions.html">– Permissions</a> </li> <li class="nav-group-task"> <a href="../Classes/WebLinksModule.html">WebLinksModule</a> </li> <li class="nav-group-task"> <a href="../Classes/Webhook.html">Webhook</a> </li> <li class="nav-group-task"> <a href="../Classes/Webhook/EventTriggers.html">– EventTriggers</a> </li> <li class="nav-group-task"> <a href="../Classes/WebhooksModule.html">WebhooksModule</a> </li> <li class="nav-group-task"> <a href="../Classes/ZipDownload.html">ZipDownload</a> </li> <li class="nav-group-task"> <a href="../Classes/ZipDownloadConflict.html">ZipDownloadConflict</a> </li> <li class="nav-group-task"> <a href="../Classes/ZipDownloadConflictItem.html">ZipDownloadConflictItem</a> </li> <li class="nav-group-task"> <a href="../Classes/ZipDownloadStatus.html">ZipDownloadStatus</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Enums.html">Enumerations</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Enums/AccessibleBy.html">AccessibleBy</a> </li> <li class="nav-group-task"> <a href="../Enums/AssignmentState.html">AssignmentState</a> </li> <li class="nav-group-task"> <a href="../Enums/AssignmentStatus.html">AssignmentStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/BoxSDKErrorEnum.html">BoxSDKErrorEnum</a> </li> <li class="nav-group-task"> <a href="../Enums/CollaborationDirection.html">CollaborationDirection</a> </li> <li class="nav-group-task"> <a href="../Enums/CollaborationItem.html">CollaborationItem</a> </li> <li class="nav-group-task"> <a href="../Enums/CollaborationRole.html">CollaborationRole</a> </li> <li class="nav-group-task"> <a href="../Enums/CollaborationStatus.html">CollaborationStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/CommentItem.html">CommentItem</a> </li> <li class="nav-group-task"> <a href="../Enums/ConflictResolution.html">ConflictResolution</a> </li> <li class="nav-group-task"> <a href="../Enums/DispositionAction.html">DispositionAction</a> </li> <li class="nav-group-task"> <a href="../Enums/EventObserverResponse.html">EventObserverResponse</a> </li> <li class="nav-group-task"> <a href="../Enums/EventType.html">EventType</a> </li> <li class="nav-group-task"> <a href="../Enums/FileMetadataOperation.html">FileMetadataOperation</a> </li> <li class="nav-group-task"> <a href="../Enums/FileRepresentationHint.html">FileRepresentationHint</a> </li> <li class="nav-group-task"> <a href="../Enums/FolderItem.html">FolderItem</a> </li> <li class="nav-group-task"> <a href="../Enums/FolderItemsOrderBy.html">FolderItemsOrderBy</a> </li> <li class="nav-group-task"> <a href="../Enums/FolderMetadataOperation.html">FolderMetadataOperation</a> </li> <li class="nav-group-task"> <a href="../Enums/FolderUploadEmailAccess.html">FolderUploadEmailAccess</a> </li> <li class="nav-group-task"> <a href="../Enums/GroupInvitabilityLevel.html">GroupInvitabilityLevel</a> </li> <li class="nav-group-task"> <a href="../Enums/GroupMemberViewabilityLevel.html">GroupMemberViewabilityLevel</a> </li> <li class="nav-group-task"> <a href="../Enums/GroupRole.html">GroupRole</a> </li> <li class="nav-group-task"> <a href="../Enums/ItemStatus.html">ItemStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/LogCategory.html">LogCategory</a> </li> <li class="nav-group-task"> <a href="../Enums/LogLevel.html">LogLevel</a> </li> <li class="nav-group-task"> <a href="../Enums/MetadataFilterBound.html">MetadataFilterBound</a> </li> <li class="nav-group-task"> <a href="../Enums/MetadataScope.html">MetadataScope</a> </li> <li class="nav-group-task"> <a href="../Enums/MetadataTemplateOperation.html">MetadataTemplateOperation</a> </li> <li class="nav-group-task"> <a href="../Enums/NullableParameter.html">NullableParameter</a> </li> <li class="nav-group-task"> <a href="../Enums/OrderDirection.html">OrderDirection</a> </li> <li class="nav-group-task"> <a href="../Enums/PagingParameter.html">PagingParameter</a> </li> <li class="nav-group-task"> <a href="../Enums/RetentionPolicyAssignmentItemType.html">RetentionPolicyAssignmentItemType</a> </li> <li class="nav-group-task"> <a href="../Enums/RetentionPolicyStatus.html">RetentionPolicyStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/RetentionPolicyType.html">RetentionPolicyType</a> </li> <li class="nav-group-task"> <a href="../Enums/SearchContentType.html">SearchContentType</a> </li> <li class="nav-group-task"> <a href="../Enums/SearchItemType.html">SearchItemType</a> </li> <li class="nav-group-task"> <a href="../Enums/SearchScope.html">SearchScope</a> </li> <li class="nav-group-task"> <a href="../Enums/SharedLinkAccess.html">SharedLinkAccess</a> </li> <li class="nav-group-task"> <a href="../Enums/SignRequestSignerDecisionType.html">SignRequestSignerDecisionType</a> </li> <li class="nav-group-task"> <a href="../Enums/SignRequestSignerInputType.html">SignRequestSignerInputType</a> </li> <li class="nav-group-task"> <a href="../Enums/SignRequestSignerRole.html">SignRequestSignerRole</a> </li> <li class="nav-group-task"> <a href="../Enums/SignRequestStatus.html">SignRequestStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/StreamPosition.html">StreamPosition</a> </li> <li class="nav-group-task"> <a href="../Enums/StreamType.html">StreamType</a> </li> <li class="nav-group-task"> <a href="../Enums/SyncState.html">SyncState</a> </li> <li class="nav-group-task"> <a href="../Enums/TaskAction.html">TaskAction</a> </li> <li class="nav-group-task"> <a href="../Enums/TaskCompletionRule.html">TaskCompletionRule</a> </li> <li class="nav-group-task"> <a href="../Enums/TaskItem.html">TaskItem</a> </li> <li class="nav-group-task"> <a href="../Enums/TermsOfServiceStatus.html">TermsOfServiceStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/TermsOfServiceType.html">TermsOfServiceType</a> </li> <li class="nav-group-task"> <a href="../Enums/ThumbnailExtension.html">ThumbnailExtension</a> </li> <li class="nav-group-task"> <a href="../Enums/TokenScope.html">TokenScope</a> </li> <li class="nav-group-task"> <a href="../Enums/UserRole.html">UserRole</a> </li> <li class="nav-group-task"> <a href="../Enums/UserStatus.html">UserStatus</a> </li> <li class="nav-group-task"> <a href="../Enums/WebhookItem.html">WebhookItem</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Extensions/Array.html">Array</a> </li> <li class="nav-group-task"> <a href="../Extensions/Bool.html">Bool</a> </li> <li class="nav-group-task"> <a href="../Extensions/Int.html">Int</a> </li> <li class="nav-group-task"> <a href="../Extensions/NSNumber.html">NSNumber</a> </li> <li class="nav-group-task"> <a href="../Extensions/NSString.html">NSString</a> </li> <li class="nav-group-task"> <a href="../Extensions/Optional.html">Optional</a> </li> <li class="nav-group-task"> <a href="../Extensions/String.html">String</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols/BoxClientProtocol.html">BoxClientProtocol</a> </li> <li class="nav-group-task"> <a href="../Protocols/BoxEnum.html">BoxEnum</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:6BoxSDK0A10InnerModelP">BoxInnerModel</a> </li> <li class="nav-group-task"> <a href="../Protocols/BoxModel.html">BoxModel</a> </li> <li class="nav-group-task"> <a href="../Protocols/ExpiredTokenHandling.html">ExpiredTokenHandling</a> </li> <li class="nav-group-task"> <a href="../Protocols/LogDestination.html">LogDestination</a> </li> <li class="nav-group-task"> <a href="../Protocols/NetworkAgentProtocol.html">NetworkAgentProtocol</a> </li> <li class="nav-group-task"> <a href="../Protocols/QueryParameterConvertible.html">QueryParameterConvertible</a> </li> <li class="nav-group-task"> <a href="../Protocols/SessionProtocol.html">SessionProtocol</a> </li> <li class="nav-group-task"> <a href="../Protocols/TokenRefreshing.html">TokenRefreshing</a> </li> <li class="nav-group-task"> <a href="../Protocols/TokenStore.html">TokenStore</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Structs.html">Structures</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/BoxRequestDescription.html">BoxRequestDescription</a> </li> <li class="nav-group-task"> <a href="../Structs.html#/s:6BoxSDK0A8ResponseV">BoxResponse</a> </li> <li class="nav-group-task"> <a href="../Structs/BoxResponseDescription.html">BoxResponseDescription</a> </li> <li class="nav-group-task"> <a href="../Structs/BoxSDKConfiguration.html">BoxSDKConfiguration</a> </li> <li class="nav-group-task"> <a href="../Structs/BoxURLComponents.html">BoxURLComponents</a> </li> <li class="nav-group-task"> <a href="../Structs/ClientAnalyticsInfo.html">ClientAnalyticsInfo</a> </li> <li class="nav-group-task"> <a href="../Structs/ConfigurablePermissionData.html">ConfigurablePermissionData</a> </li> <li class="nav-group-task"> <a href="../Structs/FileRepresentation.html">FileRepresentation</a> </li> <li class="nav-group-task"> <a href="../Structs/FileRepresentation/Content.html">– Content</a> </li> <li class="nav-group-task"> <a href="../Structs/FileRepresentation/Info.html">– Info</a> </li> <li class="nav-group-task"> <a href="../Structs/FileRepresentation/Status.html">– Status</a> </li> <li class="nav-group-task"> <a href="../Structs/FileRepresentation/StatusEnum.html">– StatusEnum</a> </li> <li class="nav-group-task"> <a href="../Structs/LockData.html">LockData</a> </li> <li class="nav-group-task"> <a href="../Structs/MetadataField.html">MetadataField</a> </li> <li class="nav-group-task"> <a href="../Structs/MetadataFieldFilter.html">MetadataFieldFilter</a> </li> <li class="nav-group-task"> <a href="../Structs/MultipartForm.html">MultipartForm</a> </li> <li class="nav-group-task"> <a href="../Structs/SharedLinkData.html">SharedLinkData</a> </li> <li class="nav-group-task"> <a href="../Structs/SignRequestCreateParameters.html">SignRequestCreateParameters</a> </li> <li class="nav-group-task"> <a href="../Structs/SignRequestCreateParentFolder.html">SignRequestCreateParentFolder</a> </li> <li class="nav-group-task"> <a href="../Structs/SignRequestCreateSigner.html">SignRequestCreateSigner</a> </li> <li class="nav-group-task"> <a href="../Structs/SignRequestCreateSourceFile.html">SignRequestCreateSourceFile</a> </li> <li class="nav-group-task"> <a href="../Structs/SignRequestCreateSourceFileVersion.html">SignRequestCreateSourceFileVersion</a> </li> <li class="nav-group-task"> <a href="../Structs/UploadPartDescription.html">UploadPartDescription</a> </li> <li class="nav-group-task"> <a href="../Structs/ZipDownloadItem.html">ZipDownloadItem</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Typealiases.html">Type Aliases</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK18AccessTokenClosurea">AccessTokenClosure</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK16AccessTokenTuplea">AccessTokenTuple</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK0A11HTTPHeadersa">BoxHTTPHeaders</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK8Callbacka">Callback</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK20DelegatedAuthClosurea">DelegatedAuthClosure</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK15QueryParametersa">QueryParameters</a> </li> <li class="nav-group-task"> <a href="../Typealiases.html#/s:6BoxSDK16TokenInfoClosurea">TokenInfoClosure</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>MetadataTemplateOperation</h1> <div class="declaration"> <div class="language"> <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">enum</span> <span class="kt">MetadataTemplateOperation</span></code></pre> </div> </div> <p>Specifies opperations available on metadata template</p> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO13addEnumOptionyACSS_SDySSypGtcACmF"></a> <a name="//apple_ref/swift/Element/addEnumOption(fieldKey:data:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO13addEnumOptionyACSS_SDySSypGtcACmF">addEnumOption(fieldKey:<wbr>data:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Adds an enum option at the end of the enum option list for the specified field.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">addEnumOption</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">data</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field to add the enum option. Must refer to an enum field.</p> </div> </td> </tr> <tr> <td> <code> <em>data</em> </code> </td> <td> <div> <p>JSON object of the enum option to be added</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO8addFieldyACSDySSypG_tcACmF"></a> <a name="//apple_ref/swift/Element/addField(data:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO8addFieldyACSDySSypG_tcACmF">addField(data:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Adds a field at the end of the field list for the template.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">addField</span><span class="p">(</span><span class="nv">data</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>data</em> </code> </td> <td> <div> <p>JSON object of the enum option to be added</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO04editD0yACSDySSypG_tcACmF"></a> <a name="//apple_ref/swift/Element/editTemplate(data:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO04editD0yACSDySSypG_tcACmF">editTemplate(data:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Edits any number of the base properties of a template: displayName, hidden.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">editTemplate</span><span class="p">(</span><span class="nv">data</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>data</em> </code> </td> <td> <div> <p>JSON object of the properties to be changed and their new values.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO18reorderEnumOptionsyACSS_SaySSGtcACmF"></a> <a name="//apple_ref/swift/Element/reorderEnumOptions(fieldKey:enumOptionKeys:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO18reorderEnumOptionsyACSS_SaySSGtcACmF">reorderEnumOptions(fieldKey:<wbr>enumOptionKeys:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Reorders the enum option list to match the requested enum option list.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">reorderEnumOptions</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">enumOptionKeys</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field to reorder enum options. Must refer to an enum field.</p> </div> </td> </tr> <tr> <td> <code> <em>enumOptionKeys</em> </code> </td> <td> <div> <p>The new list of enum option keys in the requested order.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO13reorderFieldsyACSaySSG_tcACmF"></a> <a name="//apple_ref/swift/Element/reorderFields(fieldKeys:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO13reorderFieldsyACSaySSG_tcACmF">reorderFields(fieldKeys:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Reorders the field list to match the requested field list</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">reorderFields</span><span class="p">(</span><span class="nv">fieldKeys</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The new list of field keys in the requested order.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO9editFieldyACSS_SDySSypGtcACmF"></a> <a name="//apple_ref/swift/Element/editField(fieldKey:data:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO9editFieldyACSS_SDySSypGtcACmF">editField(fieldKey:<wbr>data:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Edits any number of the base properties of a field: displayName, hidden, description, key.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">editField</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">data</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">])</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field to be edited.</p> </div> </td> </tr> <tr> <td> <code> <em>data</em> </code> </td> <td> <div> <p>JSON object of the properties to be changed and their new values.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO14editEnumOptionyACSS_SDySSypGSStcACmF"></a> <a name="//apple_ref/swift/Element/editEnumOption(fieldKey:data:enumOptionKey:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO14editEnumOptionyACSS_SDySSypGSStcACmF">editEnumOption(fieldKey:<wbr>data:<wbr>enumOptionKey:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Edits the enumOption.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">editEnumOption</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">data</span><span class="p">:</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">],</span> <span class="nv">enumOptionKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field the specified enum option belongs to. Must refer to an enum field.</p> </div> </td> </tr> <tr> <td> <code> <em>data</em> </code> </td> <td> <div> <p>JSON object with the new key of the enumOption.</p> </div> </td> </tr> <tr> <td> <code> <em>enumOptionKey</em> </code> </td> <td> <div> <p>The key of the enum option to be edited.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO16removeEnumOptionyACSS_SStcACmF"></a> <a name="//apple_ref/swift/Element/removeEnumOption(fieldKey:enumOptionKey:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO16removeEnumOptionyACSS_SStcACmF">removeEnumOption(fieldKey:<wbr>enumOptionKey:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Removes the specified enum option from the specified enum field.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">removeEnumOption</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">,</span> <span class="nv">enumOptionKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field from which the enum option should be removed. Must refer to an enum field.</p> </div> </td> </tr> <tr> <td> <code> <em>enumOptionKeys</em> </code> </td> <td> <div> <p>The key of the enum option to be removed.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO11removeFieldyACSS_tcACmF"></a> <a name="//apple_ref/swift/Element/removeField(fieldKey:)" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO11removeFieldyACSS_tcACmF">removeField(fieldKey:<wbr>)</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Removes the specified field from the template</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="k">case</span> <span class="nf">removeField</span><span class="p">(</span><span class="nv">fieldKey</span><span class="p">:</span> <span class="kt">String</span><span class="p">)</span></code></pre> </div> </div> <div> <h4>Parameters</h4> <table class="graybox"> <tbody> <tr> <td> <code> <em>fieldKey</em> </code> </td> <td> <div> <p>The key of the field to be removed.</p> </div> </td> </tr> </tbody> </table> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6BoxSDK25MetadataTemplateOperationO4jsonSDySSypGyF"></a> <a name="//apple_ref/swift/Method/json()" class="dashAnchor"></a> <a class="token" href="#/s:6BoxSDK25MetadataTemplateOperationO4jsonSDySSypGyF">json()</a> </code> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Creates JSON dictionary representation of an option.</p> </div> <div class="declaration"> <h4>Declaration</h4> <div class="language"> <p class="aside-title">Swift</p> <pre class="highlight swift"><code><span class="kd">public</span> <span class="kd">func</span> <span class="nf">json</span><span class="p">()</span> <span class="o">-&gt;</span> <span class="p">[</span><span class="kt">String</span> <span class="p">:</span> <span class="kt">Any</span><span class="p">]</span></code></pre> </div> </div> <div> <h4>Return Value</h4> <p>JSON dictionary representation of an option.</p> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2022 <a class="link" href="https://github.com/box/box-ios-sdk" target="_blank" rel="external noopener">Box</a>. All rights reserved. (Last updated: 2022-01-17)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external noopener">jazzy ♪♫ v0.14.1</a>, a <a class="link" href="https://realm.io" target="_blank" rel="external noopener">Realm</a> project.</p> </section> </article> </div> </body> </html>
box/box-ios-sdk
docs/docsets/BoxSDK.docset/Contents/Resources/Documents/Enums/MetadataTemplateOperation.html
HTML
apache-2.0
64,798
<div class="row"> <div class="col-sm-12" style="margin-bottom: 20px;"> <div class="rowTitle"> <span style="display: inline-block;" class="animated flipInY"> <img src="components/blyn/core/space/view/img/icon64_appwx_logo.png" class="img-rounded" width="50" height="50"> &nbsp; 关注机构圈 </span> </div> </div> </div> <div class="dashboard row"> <div class="col-sm-12"> <!-- dashboard-header --> <!-- /dashboard-header --> <!-- dashboard-body --> <div class="dashboard-body"> <div class="dashboard-title"> <a style="cursor: pointer" ui-sref="pc.space.app.circle.circleMemberChief"> 关注的机构圈 </a> | <i class="fa fa-search"></i><b>寻找机构圈</b> </div> <div class="row"> <div class="col-xs-12 col-sm-6 col-md-4 col-lg-3" ng-repeat="circle in vm.joinableCircles"> <div class="dashboard-space"> <div> <a style="cursor: pointer" ui-sref="pc.space.app.circle({circleId: circle._id})"> <i class="fa fa-windows"></i> {{circle.alias}} </a> <span style="float:right"> <a ng-click="vm.joinCircle(circle)"> <i class="fa fa-plus"></i> 关注 </a> </span> </div> <div class="appBookmark">名称:{{circle.name}}</div> <div class="appBookmark">描述:{{circle.description}}</div> <!-- <div style="min-height: 258px"> --> </div> </div> </div> </div> <!-- /dashboard-body --> </div> </div>
jintou/jintou-backend
client/components/blyn/core/circle/view/joinCircle.html
HTML
apache-2.0
2,032
<!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_32) on Tue Jul 10 11:40:51 MST 2012 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.log4j.LogManager (Apache Log4j 1.2.17-1 API) </TITLE> <META NAME="date" CONTENT="2012-07-10"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.log4j.LogManager (Apache Log4j 1.2.17-1 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/apache/log4j/LogManager.html" title="class in org.apache.log4j"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/log4j/\class-useLogManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LogManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.log4j.LogManager</B></H2> </CENTER> No usage of org.apache.log4j.LogManager <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../org/apache/log4j/LogManager.html" title="class in org.apache.log4j"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?org/apache/log4j/\class-useLogManager.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="LogManager.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> Copyright &#169; 1999-2012 <a href="http://www.apache.org">Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
umadevik/log4j-android
target/apidocs/org/apache/log4j/class-use/LogManager.html
HTML
apache-2.0
6,123
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>UBL 2.1 Awarded Notification UML diagram</title> <META HTTP-EQUIV="refresh" CONTENT="0 ; URL=EARoot/EA5.htm"> </head> <body> <h1>UML diagram for UBL 2.1 Awarded Notification</h1> <p><a href="EARoot/EA5.htm">EARoot/EA5.htm</a>. </p> <p> If your browser supports automatic redirection, this link will be automatically traversed. </p> <p> Otherwise, please click on the link above to proceed! </p> </body> </html>
ClusterReply/UBL.net
spec/uml/UBL-AwardedNotification-2.1.html
HTML
apache-2.0
628
<!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_10) on Mon Feb 26 03:04:16 CET 2007 --> <TITLE> Uses of Class edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper (REPSI Tool) </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { parent.document.title="Uses of Class edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper (REPSI Tool)"; } </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>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?edu/ou/weinmann/repsi/model/mapper/\class-useTrialRunProtocolMapper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TrialRunProtocolMapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper</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="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.ou.weinmann.repsi.model.mapper"><B>edu.ou.weinmann.repsi.model.mapper</B></A></TD> <TD>Provides the functionality to map the data from an object to the database.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.ou.weinmann.repsi.model.trial.metadata"><B>edu.ou.weinmann.repsi.model.trial.metadata</B></A></TD> <TD>Provides classes to manage the database metadata.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#edu.ou.weinmann.repsi.model.trial.util"><B>edu.ou.weinmann.repsi.model.trial.util</B></A></TD> <TD>Provides the utility classes for the trial run component of the REPSI tool.&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.ou.weinmann.repsi.model.mapper"><!-- --></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="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A> in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/package-summary.html">edu.ou.weinmann.repsi.model.mapper</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/package-summary.html">edu.ou.weinmann.repsi.model.mapper</A> with parameters of type <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunActionMapper.html#TrialRunActionMapper(edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper, java.lang.String, int, int, java.lang.String)">TrialRunActionMapper</A></B>(<A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A>&nbsp;parTrialRunProtocol, java.lang.String&nbsp;parSQLSyntaxCodeTarget, int&nbsp;parDatabaseInstanceId, int&nbsp;parTestSuiteId, java.lang.String&nbsp;parStartTime)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>TrialRunActionMapper</code> object.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunMapper.html#TrialRunMapper(edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper, java.lang.String, int, int, java.lang.String)">TrialRunMapper</A></B>(<A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A>&nbsp;parTrialRunProtocol, java.lang.String&nbsp;parSQLSyntaxCodeTarget, int&nbsp;parDatabaseInstanceId, int&nbsp;parTestSuiteId, java.lang.String&nbsp;parStartTime)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>TrialRunMapper</code> object.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.ou.weinmann.repsi.model.trial.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="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A> in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/package-summary.html">edu.ou.weinmann.repsi.model.trial.metadata</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/package-summary.html">edu.ou.weinmann.repsi.model.trial.metadata</A> with parameters of type <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Columns.</B><B><A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/Columns.html#protocol(edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper)">protocol</A></B>(<A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A>&nbsp;parTrialRunProtocol)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a protocol entry.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/package-summary.html">edu.ou.weinmann.repsi.model.trial.metadata</A> with parameters of type <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/Columns.html#Columns(edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper, edu.ou.weinmann.repsi.model.util.DatabaseAccessor, java.lang.String, java.lang.String, java.lang.String)">Columns</A></B>(<A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A>&nbsp;parTrialRunProtocol, <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/util/DatabaseAccessor.html" title="class in edu.ou.weinmann.repsi.model.util">DatabaseAccessor</A>&nbsp;parDBAccess, java.lang.String&nbsp;parCatalog, java.lang.String&nbsp;parSchema, java.lang.String&nbsp;parTableName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>Columns</code> object.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="edu.ou.weinmann.repsi.model.trial.util"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A> in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/util/package-summary.html">edu.ou.weinmann.repsi.model.trial.util</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/util/package-summary.html">edu.ou.weinmann.repsi.model.trial.util</A> with parameters of type <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/util/DataGenerator.html#DataGenerator(edu.ou.weinmann.repsi.model.mapper.TrialRunProtocolMapper, edu.ou.weinmann.repsi.model.util.DatabaseAccessor, java.lang.String, edu.ou.weinmann.repsi.model.trial.metadata.Columns)">DataGenerator</A></B>(<A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper">TrialRunProtocolMapper</A>&nbsp;parTrialRunProtocol, <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/util/DatabaseAccessor.html" title="class in edu.ou.weinmann.repsi.model.util">DatabaseAccessor</A>&nbsp;parDBAccess, java.lang.String&nbsp;parTableName, <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/trial/metadata/Columns.html" title="class in edu.ou.weinmann.repsi.model.trial.metadata">Columns</A>&nbsp;parColumns)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <code>DataGenerator</code> object.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../edu/ou/weinmann/repsi/model/mapper/TrialRunProtocolMapper.html" title="class in edu.ou.weinmann.repsi.model.mapper"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?edu/ou/weinmann/repsi/model/mapper/\class-useTrialRunProtocolMapper.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TrialRunProtocolMapper.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> </BODY> </HTML>
walter-weinmann/repsi-tool
REPSI_Tool_02.00_Development/doc/api/edu/ou/weinmann/repsi/model/mapper/class-use/TrialRunProtocolMapper.html
HTML
apache-2.0
15,523
<html><head><link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/DaisyDiff/DaisyDiff@5f7a3960f531179f59b0abdf6947efb0b72eaaa6/css/diff.css"></link></head> <p>This is a <u><span class="diff-html-removed" id="removed-diff-0" previous="first-diff" changeId="removed-diff-0" next="last-diff">sample paragraph </span>that will be used</u> for tests.</p> </html>
DaisyDiff/DaisyDiff
src/test/resources/testdata/Paragraphs/049 remove text start of formatting_variant_1/expected.html
HTML
apache-2.0
376
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Mon Nov 26 17:22:26 MSK 2012 --> <TITLE> Uses of Class org.apache.poi.xslf.model.geom.MaxExpression (POI API Documentation) </TITLE> <META NAME="date" CONTENT="2012-11-26"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.poi.xslf.model.geom.MaxExpression (POI API Documentation)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/xslf/model/geom/MaxExpression.html" title="class in org.apache.poi.xslf.model.geom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/xslf/model/geom/\class-useMaxExpression.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MaxExpression.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.poi.xslf.model.geom.MaxExpression</B></H2> </CENTER> No usage of org.apache.poi.xslf.model.geom.MaxExpression <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/poi/xslf/model/geom/MaxExpression.html" title="class in org.apache.poi.xslf.model.geom"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/poi/xslf/model/geom/\class-useMaxExpression.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="MaxExpression.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <i>Copyright 2012 The Apache Software Foundation or its licensors, as applicable.</i> </BODY> </HTML>
brenthand/Panda
poi-3.9/docs/apidocs/org/apache/poi/xslf/model/geom/class-use/MaxExpression.html
HTML
apache-2.0
6,381
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_72) on Wed Nov 05 20:55:26 EST 2014 --> <title>org.apache.cassandra.utils.obs Class Hierarchy (apache-cassandra API)</title> <meta name="date" content="2014-11-05"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="org.apache.cassandra.utils.obs Class Hierarchy (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</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><a href="../../../../../org/apache/cassandra/utils/memory/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/cassandra/utils/vint/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/utils/obs/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 class="title">Hierarchy For Package org.apache.cassandra.utils.obs</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">org.apache.cassandra.utils.obs.<a href="../../../../../org/apache/cassandra/utils/obs/OffHeapBitSet.html" title="class in org.apache.cassandra.utils.obs"><span class="strong">OffHeapBitSet</span></a> (implements org.apache.cassandra.utils.obs.<a href="../../../../../org/apache/cassandra/utils/obs/IBitSet.html" title="interface in org.apache.cassandra.utils.obs">IBitSet</a>)</li> <li type="circle">org.apache.cassandra.utils.obs.<a href="../../../../../org/apache/cassandra/utils/obs/OpenBitSet.html" title="class in org.apache.cassandra.utils.obs"><span class="strong">OpenBitSet</span></a> (implements org.apache.cassandra.utils.obs.<a href="../../../../../org/apache/cassandra/utils/obs/IBitSet.html" title="interface in org.apache.cassandra.utils.obs">IBitSet</a>)</li> </ul> </li> </ul> <h2 title="Interface Hierarchy">Interface Hierarchy</h2> <ul> <li type="circle">java.lang.AutoCloseable <ul> <li type="circle">java.io.Closeable <ul> <li type="circle">org.apache.cassandra.utils.obs.<a href="../../../../../org/apache/cassandra/utils/obs/IBitSet.html" title="interface in org.apache.cassandra.utils.obs"><span class="strong">IBitSet</span></a></li> </ul> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li>Use</li> <li class="navBarCell1Rev">Tree</li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../org/apache/cassandra/utils/memory/package-tree.html">Prev</a></li> <li><a href="../../../../../org/apache/cassandra/utils/vint/package-tree.html">Next</a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/utils/obs/package-tree.html" target="_top">Frames</a></li> <li><a href="package-tree.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &copy; 2014 The Apache Software Foundation</small></p> </body> </html>
anuragkapur/cassandra-2.1.2-ak-skynet
apache-cassandra-2.1.2/javadoc/org/apache/cassandra/utils/obs/package-tree.html
HTML
apache-2.0
5,608
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>arcrest.manageagol package &mdash; ArcREST 2.0.0 documentation</title> <link rel="stylesheet" href="_static/default.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '2.0.0', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <link rel="top" title="ArcREST 2.0.0 documentation" href="index.html" /> </head> <body> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">ArcREST 2.0.0 documentation</a> &raquo;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body"> <div class="section" id="arcrest-manageagol-package"> <h1>arcrest.manageagol package<a class="headerlink" href="#arcrest-manageagol-package" title="Permalink to this headline">¶</a></h1> <div class="section" id="submodules"> <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> </div> <div class="section" id="module-arcrest.manageagol.administration"> <span id="arcrest-manageagol-administration-module"></span><h2>arcrest.manageagol.administration module<a class="headerlink" href="#module-arcrest.manageagol.administration" title="Permalink to this headline">¶</a></h2> <dl class="class"> <dt id="arcrest.manageagol.administration.Administration"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.administration.</tt><tt class="descname">Administration</tt><big>(</big><em>url</em>, <em>securityHandler</em>, <em>proxy_url=None</em>, <em>proxy_port=None</em>, <em>initialize=False</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.administration.Administration" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseAGOLClass</span></tt></p> <p>Administers the AGOL/Portal Site</p> <dl class="attribute"> <dt id="arcrest.manageagol.administration.Administration.community"> <tt class="descname">community</tt><a class="headerlink" href="#arcrest.manageagol.administration.Administration.community" title="Permalink to this definition">¶</a></dt> <dd><p>return the community class to allow community modifications</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.administration.Administration.content"> <tt class="descname">content</tt><a class="headerlink" href="#arcrest.manageagol.administration.Administration.content" title="Permalink to this definition">¶</a></dt> <dd><p>returns the content class to allow content modifications</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.administration.Administration.currentVersion"> <tt class="descname">currentVersion</tt><a class="headerlink" href="#arcrest.manageagol.administration.Administration.currentVersion" title="Permalink to this definition">¶</a></dt> <dd><p>returns the current version of the site</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.administration.Administration.oauth2"> <tt class="descname">oauth2</tt><a class="headerlink" href="#arcrest.manageagol.administration.Administration.oauth2" title="Permalink to this definition">¶</a></dt> <dd><p>returns the oauth2 class</p> </dd></dl> <dl class="method"> <dt id="arcrest.manageagol.administration.Administration.portals"> <tt class="descname">portals</tt><big>(</big><em>portalId</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.administration.Administration.portals" title="Permalink to this definition">¶</a></dt> <dd><p>returns the portals class to allow portals mofications</p> </dd></dl> <dl class="method"> <dt id="arcrest.manageagol.administration.Administration.query"> <tt class="descname">query</tt><big>(</big><em>q</em>, <em>bbox=None</em>, <em>start=1</em>, <em>num=10</em>, <em>sortField=None</em>, <em>sortOrder='asc'</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.administration.Administration.query" title="Permalink to this definition">¶</a></dt> <dd><p>This operation searches for content items in the portal. The searches are performed against a high performance index that indexes the most popular fields of an item. See the Search reference page for information on the fields and the syntax of the query. The search index is updated whenever users add, update, or delete content. There can be a lag between the time that the content is updated and the time when it&#8217;s reflected in the search results. The results of a search only contain items that the user has permission to access.</p> <dl class="docutils"> <dt>Inputs:</dt> <dd><p class="first">q - The query string used to search bbox - The bounding box for a spatial search defined as minx,</p> <blockquote> <div>miny, maxx, or maxy. Search requires q, bbox, or both. Spatial search is an overlaps/intersects function of the query bbox and the extent of the document. Documents that have no extent (e.g., mxds, 3dds, lyr) will not be found when doing a bbox search. Document extent is assumed to be in the WGS84 geographic coordinate system.</div></blockquote> <dl class="last docutils"> <dt>start - The number of the first entry in the result set</dt> <dd>response. The index number is 1-based. The default value of start is 1 (that is, the first search result). The start parameter, along with the num parameter, can be used to paginate the search results.</dd> <dt>num - The maximum number of results to be included in the result</dt> <dd>set response. The default value is 10, and the maximum allowed value is 100. The start parameter, along with the num parameter, can be used to paginate the search results.</dd> <dt>sortField - Field to sort by. You can also sort by multiple</dt> <dd>fields (comma separated) for an item. The allowed sort field names are title, created, type, owner, modified, avgRating, numRatings, numComments, and numViews.</dd> <dt>sortOrder - Describes whether the results return in ascending or</dt> <dd>descending order. Default is ascending. Values: asc | desc</dd> </dl> </dd> </dl> </dd></dl> <dl class="method"> <dt id="arcrest.manageagol.administration.Administration.query_without_creds"> <tt class="descname">query_without_creds</tt><big>(</big><em>q</em>, <em>bbox=None</em>, <em>start=1</em>, <em>num=10</em>, <em>sortField=None</em>, <em>sortOrder='asc'</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.administration.Administration.query_without_creds" title="Permalink to this definition">¶</a></dt> <dd><p>This operation searches for content items in the portal. The searches are performed against a high performance index that indexes the most popular fields of an item. See the Search reference page for information on the fields and the syntax of the query. The search index is updated whenever users add, update, or delete content. There can be a lag between the time that the content is updated and the time when it&#8217;s reflected in the search results. The results of a search only contain items that the user has permission to access.</p> <dl class="docutils"> <dt>Inputs:</dt> <dd><p class="first">q - The query string used to search bbox - The bounding box for a spatial search defined as minx,</p> <blockquote> <div>miny, maxx, or maxy. Search requires q, bbox, or both. Spatial search is an overlaps/intersects function of the query bbox and the extent of the document. Documents that have no extent (e.g., mxds, 3dds, lyr) will not be found when doing a bbox search. Document extent is assumed to be in the WGS84 geographic coordinate system.</div></blockquote> <dl class="last docutils"> <dt>start - The number of the first entry in the result set</dt> <dd>response. The index number is 1-based. The default value of start is 1 (that is, the first search result). The start parameter, along with the num parameter, can be used to paginate the search results.</dd> <dt>num - The maximum number of results to be included in the result</dt> <dd>set response. The default value is 10, and the maximum allowed value is 100. The start parameter, along with the num parameter, can be used to paginate the search results.</dd> <dt>sortField - Field to sort by. You can also sort by multiple</dt> <dd>fields (comma separated) for an item. The allowed sort field names are title, created, type, owner, modified, avgRating, numRatings, numComments, and numViews.</dd> <dt>sortOrder - Describes whether the results return in ascending or</dt> <dd>descending order. Default is ascending. Values: asc | desc</dd> </dl> </dd> </dl> </dd></dl> </dd></dl> </div> <div class="section" id="module-arcrest.manageagol.parameters"> <span id="arcrest-manageagol-parameters-module"></span><h2>arcrest.manageagol.parameters module<a class="headerlink" href="#module-arcrest.manageagol.parameters" title="Permalink to this headline">¶</a></h2> <dl class="class"> <dt id="arcrest.manageagol.parameters.CreateServiceParameters"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">CreateServiceParameters</tt><big>(</big><em>name</em>, <em>spatialReference</em>, <em>serviceDescription=''</em>, <em>hasStaticData=False</em>, <em>maxRecordCount=1000</em>, <em>supportedQueryFormats='JSON'</em>, <em>capabilities='Query'</em>, <em>description=''</em>, <em>copyrightText=''</em>, <em>initialExtent=None</em>, <em>allowGeometryUpdates=False</em>, <em>units='esriDecimalDegrees'</em>, <em>xssPreventionEnabled=False</em>, <em>xssPreventionRule='InputOnly'</em>, <em>xssInputRule='sanitizeInvalid'</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.CreateServiceParameters" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The createParameters JSON object</p> <dl class="docutils"> <dt>name (Required) Name of the service to be created. This name must be</dt> <dd>unique. If the name already exists, the operation will fail.</dd> </dl> <p>serviceDescription - Description given to the service. hasStaticData - Boolean value indicating whether the data changes. maxRecordCount - A double value indicating any constraints enforced on</p> <blockquote> <div>query operations.</div></blockquote> <p>supportedQueryFormats - The formats in which query results are returned capabilities - Specify feature service editing capabilities for Create,</p> <blockquote> <div>Delete, Query, Update, and Sync.</div></blockquote> <p>description - A user-friendly description for the published dataset. copyrightText - Copyright information associated with the dataset. spatialReference - All layers added to a hosted feature service need to</p> <blockquote> <div>have the same spatial reference defined for the feature service. When creating a new empty service without specifying its spatial reference, the spatial reference of the hosted feature service is set to the first layer added to that feature service</div></blockquote> <p>initialExtent - The initial extent set for the service. allowGeometryUpdates - Boolean value indicating if updating the</p> <blockquote> <div>geometry of the service is permitted.</div></blockquote> <p>units - Units used by the feature service xssPreventionEnabled - Boolean value indicating whether cross-site</p> <blockquote> <div>scripting prevention is enabled.</div></blockquote> <p>xssPreventionRule - Either InputOnly | InputOutput xssInputRule - Either rejectInvalid | sanitizeInvalid</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.CreateServiceParameters.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.CreateServiceParameters.value" title="Permalink to this definition">¶</a></dt> <dd></dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.ItemParameter"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">ItemParameter</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>Item parameters correspond to properties of an item that are available to update on the Add Item and Update Item operations.</p> <dl class="docutils"> <dt>Allowed Parameters:</dt> <dd><dl class="first docutils"> <dt>title - The title of the item. This is the only name that users and</dt> <dd>applications use for the item. There is no concept of display names or aliases in the ArcGIS Portal API.</dd> <dt>thumbnail - Enter the pathname to the thumbnail image to be used for</dt> <dd>the item. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB. This is not a reference to the file but the file itself, which will be stored on the sharing servers.</dd> <dt>thumbnailurl - Enter the URL to the thumbnail image to be used for</dt> <dd>the item. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB.</dd> <dt>metadata - The file that stores the metadata information on an item.</dt> <dd>It&#8217;s stored in the metadata folder under esriinfo, e.g., /sharing/content/items/&lt;itemid&gt;/info/metadata/metadata.xml.</dd> <dt>type - The type of the item. Must be drawn from the list of</dt> <dd>supported types. See Items and item types for a list of the supported types.</dd> <dt>typeKeywords - Type keywords describe the type and should logically</dt> <dd>apply to all items of that type. See Items and item types for a list of the different predefined type keywords that will be automatically added based on the supplied type. Use this parameter only if you want to add additional type keywords. typeKeywords can be applied to any type of item, in addition to hosted feature services.</dd> </dl> <p>description - An item description can be of any length. tags - Tags are words or short phrases that describe the specific</p> <blockquote> <div>item. Separate with commas.</div></blockquote> <dl class="docutils"> <dt>snippet - Snippet or summary for the item. Limit this brief</dt> <dd>descriptive text to 250 characters.</dd> </dl> <p>extent - boudning box as Syntax: extent=&lt;xmin&gt;, &lt;ymin&gt;, &lt;xmax&gt;, &lt;ymax&gt; spatialReference - coordinate system of the item accessInformation - credits the source of the item licenseInfo - includes any license information or restrictions culture -The item locale (language and country) information. serviceUsername - Set the username on a secure on-premise ArcGIS</p> <blockquote> <div>Server service. It is valid on Map Services, Feature Services and Image Services only.</div></blockquote> <dl class="last docutils"> <dt>servicePassword - Set the password on a secure on-premise ArcGIS</dt> <dd>Server service. It is valid on Map Services, Feature Services, and Image Services only.</dd> </dl> </dd> </dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.accessInformation"> <tt class="descname">accessInformation</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.accessInformation" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets for the credits of the source of the item.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.culture"> <tt class="descname">culture</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.culture" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the item locale</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.description" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets an item description of any length</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.extent"> <tt class="descname">extent</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.extent" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the bounding rectangle of the item</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.licenseInfo"> <tt class="descname">licenseInfo</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.licenseInfo" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the license information or restrictions</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.metadata"> <tt class="descname">metadata</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.metadata" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the metadata file The file that stores the metadata information on an item. It&#8217;s stored in the metadata folder under esriinfo, e.g., /sharing/content/items/&lt;itemid&gt;/info/metadata/metadata.xml</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.servicePassword"> <tt class="descname">servicePassword</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.servicePassword" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets - Set the password on a secure on-premise ArcGIS Server service. It is valid on Map Services, Feature Services, and Image Services only.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.serviceUsername"> <tt class="descname">serviceUsername</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.serviceUsername" title="Permalink to this definition">¶</a></dt> <dd><p>gets/Set the username on a secure on-premise ArcGIS Server service. It is valid on Map Services, Feature Services and Image Services only</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.snippet"> <tt class="descname">snippet</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.snippet" title="Permalink to this definition">¶</a></dt> <dd><p>Snippet or summary for the item. Limit this brief descriptive text to 250 characters.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.spatialReference"> <tt class="descname">spatialReference</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.spatialReference" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the coordinate system of the item</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.tags"> <tt class="descname">tags</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.tags" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the tags that describe the item</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.thumbnail"> <tt class="descname">thumbnail</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.thumbnail" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the thumbnail Enter the pathname to the thumbnail image to be used for the item. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB. This is not a reference to the file but the file itself, which will be stored on the sharing servers.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.thumbnailurl"> <tt class="descname">thumbnailurl</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.thumbnailurl" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the thumbnail url Enter the URL to the thumbnail image to be used for the item. The recommended image size is 200 pixels wide by 133 pixels high. Acceptable image formats are PNG, GIF, and JPEG. The maximum file size for an image is 1 MB</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.title"> <tt class="descname">title</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.title" title="Permalink to this definition">¶</a></dt> <dd><p>gets/set the title</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.type"> <tt class="descname">type</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.type" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the type The type of the item. Must be drawn from the list of supported types.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.typeKeywords"> <tt class="descname">typeKeywords</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.typeKeywords" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the typeKeywords Type keywords describe the type and should logically apply to all items of that type. See Items and item types for a list of the different predefined type keywords that will be automatically added based on the supplied type. Use this parameter only if you want to add additional type keywords. typeKeywords can be applied to any type of item, in addition to hosted feature services.</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.ItemParameter.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.ItemParameter.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the class as a dictionary</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PortalParameters"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PortalParameters</tt><big>(</big><em>**kwargv</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PortalParameters" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The following parameters represent the properties of a portal</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PortalParameters.access"> <tt class="descname">access</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PortalParameters.access" title="Permalink to this definition">¶</a></dt> <dd><p>Determines who can view your organization as an anonymous user. Setting to public allows anonymous users to access your organization&#8217;s custom URL. Setting to private restricts access to only members of your organization. public is the default. Values: private | public</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PortalParameters.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PortalParameters.description" title="Permalink to this definition">¶</a></dt> <dd><p>A description of the organization/portal and can be of any length</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PortalParameters.name"> <tt class="descname">name</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PortalParameters.name" title="Permalink to this definition">¶</a></dt> <dd><p>The name of the organization/portal. The character limit is 250</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PortalParameters.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PortalParameters.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the class as a dictionary</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PublishCSVParameters</tt><big>(</big><em>name</em>, <em>locationType</em>, <em>layerInfo</em>, <em>latitudeFieldName=None</em>, <em>longitudeFieldName=None</em>, <em>addressTemplate=None</em>, <em>lookupType=None</em>, <em>lookupFields=None</em>, <em>description=''</em>, <em>maxRecordCount=-1</em>, <em>copyrightText=''</em>, <em>columnNames=None</em>, <em>columnDelimiter='</em>, <em>'</em>, <em>sourceSR=4326</em>, <em>targetSR=102100</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The publishParameters JSON object used to publish a CSV file</p> <dl class="docutils"> <dt>name - (Required) - Name of the service to be created. The same name is</dt> <dd>reused as the name for the single layer within the service if the layerInfo parameter is not provided.</dd> <dt>locationType - (Required) - coordinates | address | lookup | none</dt> <dd><p class="first">-When locationType == coordinates, the CSV data contains X,Y information. -When locationType == address, the CSV data contains address fields that will be geocoded to a single point. -When locationType == lookup, the CSV data contains fields that can be mapped to well-known sets of geographies. -When locationType == none, the CSV data contains no spatial content and data will be loaded and subsequently queried as tabular data.</p> <p class="last">Based on this parameter, additional parameters will be required, e.g., when specifying locationType == coordinates, the latitude and longitude field names must be specified.</p> </dd> <dt>latitudeFieldName - (Required if locationType = coordinates) - If</dt> <dd>locationType = coordinates, the name of the field that contains the Y coordinate.</dd> <dt>longitudeFieldName - (Required if locationType = coordinates) - If</dt> <dd>locationType = coordinates, the name of the field that contains the X coordinate.</dd> <dt>addressTemplate - (Required if locationType = address) - A string value</dt> <dd>that defines the address to find based on CSV field values. Example: &#8220;{Address} {City}, {State} {Zip}&#8221;</dd> <dt>lookupType - (Required if locationType == lookup) - The type of place</dt> <dd>to look up. To be supported in a follow on phase.</dd> <dt>lookupFields (Required if locationType == lookup) - A JSON object with</dt> <dd>name value pairs that define the fields used to look up the location.</dd> <dt>layerInfo - (Required) - A JSON object that provides additional</dt> <dd>information about the dataset. The JSON format resembles the layerDescriptor used in publishing feature services to an on-premise spatial data server or ArcGIS Server. All parameters except fields are optional.</dd> </dl> <p>description - A user-friendly description for the published dataset. maxRecordCount - A double value indicating any constraints enforced on</p> <blockquote> <div>query operations. Default is -1 or int.MaxValue indicating no constraint.</div></blockquote> <p>copyrightText - Copyright information associated with the dataset. columnNames - [&lt;array of column names], overridden if layerInfo fields</p> <blockquote> <div>is specified. If columnNames are omitted, the field names are inferred from the first line in source CSV.</div></blockquote> <dl class="docutils"> <dt>columnDelimiter - A delimiter between data fields in each row of text.</dt> <dd>Default is the comma character.</dd> <dt>sourceSR - Spatial reference of the input coordinates.</dt> <dd>Default is WKID 4326.</dd> <dt>targetSR - Target spatial reference of the coordinates as stored in the</dt> <dd>database. Default is WKID 102100.</dd> </dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.addressTemplate"> <tt class="descname">addressTemplate</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.addressTemplate" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the address tempalte value</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.columnDelimiter"> <tt class="descname">columnDelimiter</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.columnDelimiter" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the columnDelimiter</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.columnNames"> <tt class="descname">columnNames</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.columnNames" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the columnNames</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.copyrightText"> <tt class="descname">copyrightText</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.copyrightText" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the copyright text</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.description" title="Permalink to this definition">¶</a></dt> <dd><p>gets/set the decription</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.latitudeFieldName"> <tt class="descname">latitudeFieldName</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.latitudeFieldName" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the latitude field name</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.layerInfo"> <tt class="descname">layerInfo</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.layerInfo" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the layer info</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.locationType"> <tt class="descname">locationType</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.locationType" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the location type</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.longitudeFieldName"> <tt class="descname">longitudeFieldName</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.longitudeFieldName" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the longitude field name</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.lookupField"> <tt class="descname">lookupField</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.lookupField" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the lookup field</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.maxRecordCount"> <tt class="descname">maxRecordCount</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.maxRecordCount" title="Permalink to this definition">¶</a></dt> <dd><p>gets/set the max record count</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.name"> <tt class="descname">name</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.name" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the name property</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.sourceSR"> <tt class="descname">sourceSR</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.sourceSR" title="Permalink to this definition">¶</a></dt> <dd><p>gets/set the source spatialreference</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.targetSR"> <tt class="descname">targetSR</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.targetSR" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the target spatial reference</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishCSVParameters.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishCSVParameters.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the values as a dictionary</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PublishFGDBParameter</tt><big>(</big><em>name</em>, <em>layerInfo</em>, <em>description=''</em>, <em>maxRecordCount=-1</em>, <em>copyrightText=''</em>, <em>targetSR=102100</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The publishParameters JSON object used to publish file geodatabase</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.copyrightText"> <tt class="descname">copyrightText</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.copyrightText" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the copyrightText</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.description" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the description</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.layerInfo"> <tt class="descname">layerInfo</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.layerInfo" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the layer info</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.maxRecordCount"> <tt class="descname">maxRecordCount</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.maxRecordCount" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the max record count</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.name"> <tt class="descname">name</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.name" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the name</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.targetSR"> <tt class="descname">targetSR</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.targetSR" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the targetSR</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFGDBParameter.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFGDBParameter.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the object as a dictionary</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PublishFeatureCollectionParameter</tt><big>(</big><em>name</em>, <em>layerInfo</em>, <em>description=''</em>, <em>maxRecordCount=-1</em>, <em>copyrightText=''</em>, <em>targetSR=102100</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The publishParameters JSON object used to publish feature collections</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.copyrightText"> <tt class="descname">copyrightText</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.copyrightText" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the copyrightText</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.description" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the description</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.layerInfo"> <tt class="descname">layerInfo</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.layerInfo" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the layer info</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.maxRecordCount"> <tt class="descname">maxRecordCount</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.maxRecordCount" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the max record count</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.name"> <tt class="descname">name</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.name" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the name</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.targetSR"> <tt class="descname">targetSR</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.targetSR" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the targetSR</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishFeatureCollectionParameter.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishFeatureCollectionParameter.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the object as a dictionary</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PublishSDParmaeters"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PublishSDParmaeters</tt><big>(</big><em>tags</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PublishSDParmaeters" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>Required parameters to publish SD Parameters</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishSDParmaeters.tags"> <tt class="descname">tags</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishSDParmaeters.tags" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the tags value</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishSDParmaeters.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishSDParmaeters.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the parameter value</p> </dd></dl> </dd></dl> <dl class="class"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter"> <em class="property">class </em><tt class="descclassname">arcrest.manageagol.parameters.</tt><tt class="descname">PublishShapefileParameter</tt><big>(</big><em>name</em>, <em>layerInfo</em>, <em>description=''</em>, <em>maxRecordCount=-1</em>, <em>copyrightText=''</em>, <em>targetSR=102100</em><big>)</big><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter" title="Permalink to this definition">¶</a></dt> <dd><p>Bases: <tt class="xref py py-class docutils literal"><span class="pre">arcrest._abstract.abstract.BaseParameters</span></tt></p> <p>The publishParameters JSON object used to publish shapefiles</p> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.copyrightText"> <tt class="descname">copyrightText</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.copyrightText" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the copyrightText</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.description"> <tt class="descname">description</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.description" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the description</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.hasStaticData"> <tt class="descname">hasStaticData</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.hasStaticData" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets hasStaticData</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.layerInfo"> <tt class="descname">layerInfo</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.layerInfo" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the layer info</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.maxRecordCount"> <tt class="descname">maxRecordCount</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.maxRecordCount" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the max record count</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.name"> <tt class="descname">name</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.name" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the name</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.targetSR"> <tt class="descname">targetSR</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.targetSR" title="Permalink to this definition">¶</a></dt> <dd><p>gets/sets the targetSR</p> </dd></dl> <dl class="attribute"> <dt id="arcrest.manageagol.parameters.PublishShapefileParameter.value"> <tt class="descname">value</tt><a class="headerlink" href="#arcrest.manageagol.parameters.PublishShapefileParameter.value" title="Permalink to this definition">¶</a></dt> <dd><p>returns the object as a dictionary</p> </dd></dl> </dd></dl> </div> <div class="section" id="module-arcrest.manageagol"> <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-arcrest.manageagol" title="Permalink to this headline">¶</a></h2> </div> </div> </div> </div> </div> <div class="sphinxsidebar"> <div class="sphinxsidebarwrapper"> <h3><a href="index.html">Table Of Contents</a></h3> <ul> <li><a class="reference internal" href="#">arcrest.manageagol package</a><ul> <li><a class="reference internal" href="#submodules">Submodules</a></li> <li><a class="reference internal" href="#module-arcrest.manageagol.administration">arcrest.manageagol.administration module</a></li> <li><a class="reference internal" href="#module-arcrest.manageagol.parameters">arcrest.manageagol.parameters module</a></li> <li><a class="reference internal" href="#module-arcrest.manageagol">Module contents</a></li> </ul> </li> </ul> <h3>This Page</h3> <ul class="this-page-menu"> <li><a href="_sources/arcrest.manageagol.txt" rel="nofollow">Show Source</a></li> </ul> <div id="searchbox" style="display: none"> <h3>Quick search</h3> <form class="search" action="search.html" method="get"> <input type="text" name="q" /> <input type="submit" value="Go" /> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> <p class="searchtip" style="font-size: 90%"> Enter search terms or a module, class or function name. </p> </div> <script type="text/javascript">$('#searchbox').show(0);</script> </div> </div> <div class="clearer"></div> </div> <div class="related"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="genindex.html" title="General Index" >index</a></li> <li class="right" > <a href="py-modindex.html" title="Python Module Index" >modules</a> |</li> <li><a href="index.html">ArcREST 2.0.0 documentation</a> &raquo;</li> </ul> </div> <div class="footer"> &copy; Copyright 2014, Andrew Chapkowski, Mike Miller. Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2. </div> </body> </html>
achapkowski/ArcREST
docs/_build/html/arcrest.manageagol.html
HTML
apache-2.0
47,092
<ba-sidebar></ba-sidebar> <div class="al-main"> <div class="al-content"> <deal-summary></deal-summary> <router-outlet></router-outlet> </div> </div> <footer class="al-footer clearfix"> <div class="al-footer-main clearfix"> </div> </footer> <ba-back-top position="200"></ba-back-top>
ygrinev/ygrinev
ng2.admin.lawyer.portal/ng2.admin.lawyer.portal/src/app/deal/deal.html
HTML
apache-2.0
320
@(request: play.mvc.Http.Request, webJarsUtil: org.webjars.play.WebJarsUtil) <!DOCTYPE html> <html> <head> <title>Reactive Stock News Dashboard</title> <link rel="shortcut icon" type="image/png" href="@routes.Assets.at("images/favicon.png")"> @webJarsUtil.locate("bootstrap.min.css").css() <link rel="stylesheet" media="screen" href="@routes.Assets.at("stylesheets/main.min.css")"> @webJarsUtil.locate("jquery.min.js").script() @webJarsUtil.locate("jquery.flot.js").script() <script type='text/javascript' src='@routes.Assets.at("javascripts/index.js")'></script> </head> <body data-ws-url="@routes.HomeController.ws.webSocketURL(request)"> <div class="navbar navbar-inverse navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a class="brand" href="#">Reactive Stocks</a> <form id="addsymbolform" class="navbar-form pull-right"> <input id="addsymboltext" type="text" class="span2" placeholder="SYMBOL"> <button type="submit" class="btn">Add Stock</button> </form> </div> </div> </div> <div id="stocks" class="container"> </div> </body> </html>
play2-maven-plugin/play2-maven-test-projects
play28/java/websocket-example-using-webjars-assets/app/views/index.scala.html
HTML
apache-2.0
1,242
<body> <img src="/static/mdn.png" width=600 height=529 /><!-- short caching --> </body>
gmetais/phantomas
test/webroot/caching.html
HTML
bsd-2-clause
91
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--Rendered using the Haskell Html Library v0.2--> <HTML ><HEAD ><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8" ><TITLE >Qtc.Enums.Gui.QDialogButtonBox</TITLE ><LINK HREF="haddock.css" REL="stylesheet" TYPE="text/css" ><SCRIPT SRC="haddock-util.js" TYPE="text/javascript" ></SCRIPT ></HEAD ><BODY ><DIV CLASS="outer" ><DIV CLASS="mini-topbar" >Qtc.Enums.Gui.QDialogButtonBox</DIV ><DIV CLASS="mini-synopsis" ><DIV CLASS="decl" ><SPAN CLASS="keyword" >type</SPAN >&nbsp;<A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#t%3AQDialogButtonBoxButtonRole" TARGET="main" >QDialogButtonBoxButtonRole</A > </DIV > <DIV CLASS="decl" ><SPAN CLASS="keyword" >type</SPAN >&nbsp;<A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#t%3AQDialogButtonBoxStandardButton" TARGET="main" >QDialogButtonBoxStandardButton</A > </DIV > <DIV CLASS="decl" ><SPAN CLASS="keyword" >type</SPAN >&nbsp;<A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#t%3AQDialogButtonBoxStandardButtons" TARGET="main" >QDialogButtonBoxStandardButtons</A > </DIV > <DIV CLASS="decl" ><SPAN CLASS="keyword" >type</SPAN >&nbsp;<A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#t%3AButtonLayout" TARGET="main" >ButtonLayout</A > </DIV > <DIV CLASS="decl" ><A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#v%3AeWinLayout" TARGET="main" >eWinLayout</A ></DIV > <DIV CLASS="decl" ><A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#v%3AeMacLayout" TARGET="main" >eMacLayout</A ></DIV > <DIV CLASS="decl" ><A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#v%3AeKdeLayout" TARGET="main" >eKdeLayout</A ></DIV > <DIV CLASS="decl" ><A HREF="Qtc-Enums-Gui-QDialogButtonBox.html#v%3AeGnomeLayout" TARGET="main" >eGnomeLayout</A ></DIV ></DIV ></DIV ></BODY ></HTML >
keera-studios/hsQt
doc/apiGuide/mini_Qtc-Enums-Gui-QDialogButtonBox.html
HTML
bsd-2-clause
1,797
<div id="challenge-desc" class="challenge"> <h2>The Challenge:</h2> <p>コラボレーターの変更をPullして、ファイルを最新に保とう</p> </div> <h2>リモートからのPull</h2> <p>もし誰かと一緒に作業していて、ファイルを最新に保ちたいという状況になった時には、<strong>pull</strong>することで変更を取り込むことができます。</p> <img src="../../../assets/imgs/pull.png" width="600"> <h2>Step: Reporobotはなにをやってるかな?</h2> <p>'origin'という名前のGitHub上のリモートサーバをPullして、Reporobotが'add-'ブランチに対して何か変更をしてないか見てみましょう:</p> <p><code>$ git pull &lt;REMOTENAME&gt; &lt;BRANCHNAME&gt;</code></p> <p>何も変更がなければ'Already up-to-date'と表示されます。 何か変更されていれば、Gitがそれらの変更をローカルにマージしてくれるはずです。</p> <p>Reporobotはなにか変更していましたか? Gitはどこに変更が加わったかも教えてくれます。 ファイルを開いて、Reporobotの変更を見てみましょう。おおっ、 Reporobotって、アーティストなんだね!</p> {{{verify_directory_button}}} <div class="blue-border-box"> <h2>TIPS</h2> <ul> <li><strong>Gitの状態を確認する</strong></li> <code>$ git status</code> <li><strong>リモートのブランチから変更をPullする</strong></li> <code>$ git pull &lt;REMOTENAME&gt; &lt;REMOTEBRANCH&gt;</code> <li><strong>Pullする前にリモート上で行われた変更を見てみる</strong></li> <code>$ git fetch --dry-run</code> </ul> </div>
jlord/git-it-electron
resources/contents/ja-JP/challenges/9_pull_never_out_of_date.html
HTML
bsd-2-clause
1,747
<!DOCTYPE html> <script src="../fast/repaint/resources/text-based-repaint.js"></script> <script> function repaintTest() { document.getElementById('target').style.outline = 'red auto thin'; } onload = runRepaintAndPixelTest; </script> <div style="height: 50px"> Result repaint rects should cover the whole focus ring. </div> <div id="target" style="position: absolute; backface-visibility: hidden; width: 200px; height: 200px; background-color: yellow"> <div style="transform: rotate(90deg); position: absolute; top: 100px; left: 100px; background-color: blue; width: 300px; height: 300px"> <div style="position: absolute; top: 100px; left: 40px; background-color: green; width: 400px; height: 100px"></div> </div> </div>
danakj/chromium
third_party/WebKit/LayoutTests/transforms/transform-focus-ring-repaint.html
HTML
bsd-3-clause
739
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" /> <meta name="viewport" content="width=device-width,initial-scale=1"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="lang:clipboard.copy" content="Copy to clipboard"> <meta name="lang:clipboard.copied" content="Copied to clipboard"> <meta name="lang:search.language" content="en"> <meta name="lang:search.pipeline.stopwords" content="True"> <meta name="lang:search.pipeline.trimmer" content="True"> <meta name="lang:search.result.none" content="No matching documents"> <meta name="lang:search.result.one" content="1 matching document"> <meta name="lang:search.result.other" content="# matching documents"> <meta name="lang:search.tokenizer" content="[\s\-]+"> <link href="https://fonts.gstatic.com/" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css?family=Roboto+Mono:400,500,700|Roboto:300,400,400i,700&display=fallback" rel="stylesheet"> <style> body, input { font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif } code, kbd, pre { font-family: "Roboto Mono", "Courier New", Courier, monospace } </style> <link rel="stylesheet" href="../_static/stylesheets/application.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-palette.css"/> <link rel="stylesheet" href="../_static/stylesheets/application-fixes.css"/> <link rel="stylesheet" href="../_static/fonts/material-icons.css"/> <meta name="theme-color" content="#3f51b5"> <script src="../_static/javascripts/modernizr.js"></script> <title>statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors &#8212; statsmodels</title> <link rel="icon" type="image/png" sizes="32x32" href="../_static/icons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="16x16" href="../_static/icons/favicon-16x16.png"> <link rel="manifest" href="../_static/icons/site.webmanifest"> <link rel="mask-icon" href="../_static/icons/safari-pinned-tab.svg" color="#919191"> <meta name="msapplication-TileColor" content="#2b5797"> <meta name="msapplication-config" content="../_static/icons/browserconfig.xml"> <link rel="stylesheet" href="../_static/stylesheets/examples.css"> <link rel="stylesheet" href="../_static/stylesheets/deprecation.css"> <link rel="stylesheet" type="text/css" href="../_static/pygments.css" /> <link rel="stylesheet" type="text/css" href="../_static/material.css" /> <link rel="stylesheet" type="text/css" href="../_static/graphviz.css" /> <link rel="stylesheet" type="text/css" href="../_static/plot_directive.css" /> <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script> <script src="../_static/jquery.js"></script> <script src="../_static/underscore.js"></script> <script src="../_static/doctools.js"></script> <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> <link rel="shortcut icon" href="../_static/favicon.ico"/> <link rel="author" title="About these documents" href="../about.html" /> <link rel="index" title="Index" href="../genindex.html" /> <link rel="search" title="Search" href="../search.html" /> <link rel="next" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.summary" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.summary.html" /> <link rel="prev" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.sensitivity_params" href="statsmodels.genmod.generalized_estimating_equations.GEEResults.sensitivity_params.html" /> </head> <body dir=ltr data-md-color-primary=indigo data-md-color-accent=blue> <svg class="md-svg"> <defs data-children-count="0"> <svg xmlns="http://www.w3.org/2000/svg" width="416" height="448" viewBox="0 0 416 448" id="__github"><path fill="currentColor" d="M160 304q0 10-3.125 20.5t-10.75 19T128 352t-18.125-8.5-10.75-19T96 304t3.125-20.5 10.75-19T128 256t18.125 8.5 10.75 19T160 304zm160 0q0 10-3.125 20.5t-10.75 19T288 352t-18.125-8.5-10.75-19T256 304t3.125-20.5 10.75-19T288 256t18.125 8.5 10.75 19T320 304zm40 0q0-30-17.25-51T296 232q-10.25 0-48.75 5.25Q229.5 240 208 240t-39.25-2.75Q130.75 232 120 232q-29.5 0-46.75 21T56 304q0 22 8 38.375t20.25 25.75 30.5 15 35 7.375 37.25 1.75h42q20.5 0 37.25-1.75t35-7.375 30.5-15 20.25-25.75T360 304zm56-44q0 51.75-15.25 82.75-9.5 19.25-26.375 33.25t-35.25 21.5-42.5 11.875-42.875 5.5T212 416q-19.5 0-35.5-.75t-36.875-3.125-38.125-7.5-34.25-12.875T37 371.5t-21.5-28.75Q0 312 0 260q0-59.25 34-99-6.75-20.5-6.75-42.5 0-29 12.75-54.5 27 0 47.5 9.875t47.25 30.875Q171.5 96 212 96q37 0 70 8 26.25-20.5 46.75-30.25T376 64q12.75 25.5 12.75 54.5 0 21.75-6.75 42 34 40 34 99.5z"/></svg> </defs> </svg> <input class="md-toggle" data-md-toggle="drawer" type="checkbox" id="__drawer"> <input class="md-toggle" data-md-toggle="search" type="checkbox" id="__search"> <label class="md-overlay" data-md-component="overlay" for="__drawer"></label> <a href="#generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors" tabindex="1" class="md-skip"> Skip to content </a> <header class="md-header" data-md-component="header"> <nav class="md-header-nav md-grid"> <div class="md-flex navheader"> <div class="md-flex__cell md-flex__cell--shrink"> <a href="../index.html" title="statsmodels" class="md-header-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" height="26" alt="statsmodels logo"> </a> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--menu md-header-nav__button" for="__drawer"></label> </div> <div class="md-flex__cell md-flex__cell--stretch"> <div class="md-flex__ellipsis md-header-nav__title" data-md-component="title"> <span class="md-header-nav__topic">statsmodels v0.13.2</span> <span class="md-header-nav__topic"> statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors </span> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <label class="md-icon md-icon--search md-header-nav__button" for="__search"></label> <div class="md-search" data-md-component="search" role="dialog"> <label class="md-search__overlay" for="__search"></label> <div class="md-search__inner" role="search"> <form class="md-search__form" action="../search.html" method="get" name="search"> <input type="text" class="md-search__input" name="q" placeholder="Search" autocapitalize="off" autocomplete="off" spellcheck="false" data-md-component="query" data-md-state="active"> <label class="md-icon md-search__icon" for="__search"></label> <button type="reset" class="md-icon md-search__icon" data-md-component="reset" tabindex="-1"> &#xE5CD; </button> </form> <div class="md-search__output"> <div class="md-search__scrollwrap" data-md-scrollfix> <div class="md-search-result" data-md-component="result"> <div class="md-search-result__meta"> Type to start searching </div> <ol class="md-search-result__list"></ol> </div> </div> </div> </div> </div> </div> <div class="md-flex__cell md-flex__cell--shrink"> <div class="md-header-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> </div> <script src="../_static/javascripts/version_dropdown.js"></script> <script> var json_loc = "../../versions-v2.json", target_loc = "../../", text = "Versions"; $( document ).ready( add_version_dropdown(json_loc, target_loc, text)); </script> </div> </nav> </header> <div class="md-container"> <nav class="md-tabs" data-md-component="tabs"> <div class="md-tabs__inner md-grid"> <ul class="md-tabs__list"> <li class="md-tabs__item"><a href="../user-guide.html" class="md-tabs__link">User Guide</a></li> <li class="md-tabs__item"><a href="../gee.html" class="md-tabs__link">Generalized Estimating Equations</a></li> <li class="md-tabs__item"><a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.html" class="md-tabs__link">statsmodels.genmod.generalized_estimating_equations.GEEResults</a></li> </ul> </div> </nav> <main class="md-main"> <div class="md-main__inner md-grid" data-md-component="container"> <div class="md-sidebar md-sidebar--primary" data-md-component="navigation"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--primary" data-md-level="0"> <label class="md-nav__title md-nav__title--site" for="__drawer"> <a href="../index.html" title="statsmodels" class="md-nav__button md-logo"> <img src="../_static/statsmodels-logo-v2-bw.svg" alt=" logo" width="48" height="48"> </a> <a href="../index.html" title="statsmodels">statsmodels v0.13.2</a> </label> <div class="md-nav__source"> <a href="https://github.com/statsmodels/statsmodels" title="Go to repository" class="md-source" data-md-source="github"> <div class="md-source__icon"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 24 24" width="28" height="28"> <use xlink:href="#__github" width="24" height="24"></use> </svg> </div> <div class="md-source__repository"> statsmodels </div> </a> </div> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../install.html" class="md-nav__link">Installing statsmodels</a> </li> <li class="md-nav__item"> <a href="../gettingstarted.html" class="md-nav__link">Getting started</a> </li> <li class="md-nav__item"> <a href="../user-guide.html" class="md-nav__link">User Guide</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../user-guide.html#background" class="md-nav__link">Background</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#regression-and-linear-models" class="md-nav__link">Regression and Linear Models</a> <ul class="md-nav__list"> <li class="md-nav__item"> <a href="../regression.html" class="md-nav__link">Linear Regression</a> </li> <li class="md-nav__item"> <a href="../glm.html" class="md-nav__link">Generalized Linear Models</a> </li> <li class="md-nav__item"> <a href="../gee.html" class="md-nav__link">Generalized Estimating Equations</a> </li> <li class="md-nav__item"> <a href="../gam.html" class="md-nav__link">Generalized Additive Models (GAM)</a> </li> <li class="md-nav__item"> <a href="../rlm.html" class="md-nav__link">Robust Linear Models</a> </li> <li class="md-nav__item"> <a href="../mixed_linear.html" class="md-nav__link">Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../discretemod.html" class="md-nav__link">Regression with Discrete Dependent Variable</a> </li> <li class="md-nav__item"> <a href="../mixed_glm.html" class="md-nav__link">Generalized Linear Mixed Effects Models</a> </li> <li class="md-nav__item"> <a href="../anova.html" class="md-nav__link">ANOVA</a> </li> <li class="md-nav__item"> <a href="../other_models.html" class="md-nav__link">Other Models <code class="xref py py-mod docutils literal notranslate"><span class="pre">othermod</span></code></a> </li></ul> </li> <li class="md-nav__item"> <a href="../user-guide.html#time-series-analysis" class="md-nav__link">Time Series Analysis</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#other-models" class="md-nav__link">Other Models</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#statistics-and-tools" class="md-nav__link">Statistics and Tools</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#data-sets" class="md-nav__link">Data Sets</a> </li> <li class="md-nav__item"> <a href="../user-guide.html#sandbox" class="md-nav__link">Sandbox</a> </li></ul> </li> <li class="md-nav__item"> <a href="../examples/index.html" class="md-nav__link">Examples</a> </li> <li class="md-nav__item"> <a href="../api.html" class="md-nav__link">API Reference</a> </li> <li class="md-nav__item"> <a href="../about.html" class="md-nav__link">About statsmodels</a> </li> <li class="md-nav__item"> <a href="../dev/index.html" class="md-nav__link">Developer Page</a> </li> <li class="md-nav__item"> <a href="../release/index.html" class="md-nav__link">Release Notes</a> </li> </ul> </nav> </div> </div> </div> <div class="md-sidebar md-sidebar--secondary" data-md-component="toc"> <div class="md-sidebar__scrollwrap"> <div class="md-sidebar__inner"> <nav class="md-nav md-nav--secondary"> <ul class="md-nav__list" data-md-scrollfix=""> <li class="md-nav__item"><a class="md-nav__extra_link" href="../_sources/generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors.rst.txt">Show Source</a> </li> <li id="searchbox" class="md-nav__item"></li> </ul> </nav> </div> </div> </div> <div class="md-content"> <article class="md-content__inner md-typeset" role="main"> <section id="statsmodels-genmod-generalized-estimating-equations-geeresults-standard-errors"> <h1 id="generated-statsmodels-genmod-generalized-estimating-equations-geeresults-standard-errors--page-root">statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors<a class="headerlink" href="#generated-statsmodels-genmod-generalized-estimating-equations-geeresults-standard-errors--page-root" title="Permalink to this headline">¶</a></h1> <dl class="py method"> <dt class="sig sig-object py" id="statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors"> <span class="sig-prename descclassname"><span class="pre">GEEResults.</span></span><span class="sig-name descname"><span class="pre">standard_errors</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cov_type</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">'robust'</span></span></em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/statsmodels/genmod/generalized_estimating_equations.html#GEEResults.standard_errors"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors" title="Permalink to this definition">¶</a></dt> <dd><p>This is a convenience function that returns the standard errors for any covariance type. The value of <cite>bse</cite> is the standard errors for whichever covariance type is specified as an argument to <cite>fit</cite> (defaults to “robust”).</p> <dl class="field-list"> <dt class="field-odd">Parameters</dt> <dd class="field-odd"><dl> <dt><strong>cov_type</strong><span class="classifier"><a class="reference external" href="https://docs.python.org/3/library/stdtypes.html#str" title="(in Python v3.10)"><code class="docutils literal notranslate"><span class="pre">str</span></code></a></span></dt><dd><p>One of “robust”, “naive”, or “bias_reduced”. Determines the covariance used to compute standard errors. Defaults to “robust”.</p> </dd> </dl> </dd> </dl> </dd></dl> </section> </article> </div> </div> </main> </div> <footer class="md-footer"> <div class="md-footer-nav"> <nav class="md-footer-nav__inner md-grid"> <a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.sensitivity_params.html" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.sensitivity_params" class="md-flex md-footer-nav__link md-footer-nav__link--prev" rel="prev"> <div class="md-flex__cell md-flex__cell--shrink"> <i class="md-icon md-icon--arrow-back md-footer-nav__button"></i> </div> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"> <span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Previous </span> statsmodels.genmod.generalized_estimating_equations.GEEResults.sensitivity_params </span> </div> </a> <a href="statsmodels.genmod.generalized_estimating_equations.GEEResults.summary.html" title="statsmodels.genmod.generalized_estimating_equations.GEEResults.summary" class="md-flex md-footer-nav__link md-footer-nav__link--next" rel="next"> <div class="md-flex__cell md-flex__cell--stretch md-footer-nav__title"><span class="md-flex__ellipsis"> <span class="md-footer-nav__direction"> Next </span> statsmodels.genmod.generalized_estimating_equations.GEEResults.summary </span> </div> <div class="md-flex__cell md-flex__cell--shrink"><i class="md-icon md-icon--arrow-forward md-footer-nav__button"></i> </div> </a> </nav> </div> <div class="md-footer-meta md-typeset"> <div class="md-footer-meta__inner md-grid"> <div class="md-footer-copyright"> <div class="md-footer-copyright__highlight"> &#169; Copyright 2009-2019, Josef Perktold, Skipper Seabold, Jonathan Taylor, statsmodels-developers. </div> Last updated on Feb 08, 2022. <br/> Created using <a href="http://www.sphinx-doc.org/">Sphinx</a> 4.4.0. and <a href="https://github.com/bashtage/sphinx-material/">Material for Sphinx</a> </div> </div> </div> </footer> <script src="../_static/javascripts/application.js"></script> <script>app.initialize({version: "1.0.4", url: {base: ".."}})</script> </body> </html>
statsmodels/statsmodels.github.io
v0.13.2/generated/statsmodels.genmod.generalized_estimating_equations.GEEResults.standard_errors.html
HTML
bsd-3-clause
20,096
<!DOCTYPE html> <html lang="en"> <head> <title>Identifiable Protocol Reference</title> <link rel="stylesheet" type="text/css" href="../css/jazzy.css" /> <link rel="stylesheet" type="text/css" href="../css/highlight.css" /> <meta charset='utf-8'> <script src="../js/jquery.min.js" defer></script> <script src="../js/jazzy.js" defer></script> </head> <body> <a name="//apple_ref/swift/Protocol/Identifiable" class="dashAnchor"></a> <a title="Identifiable Protocol Reference"></a> <header> <div class="content-wrapper"> <p><a href="../index.html">Collor Docs</a> (0% documented)</p> <p class="header-right"><a href="https://github.com/voyages-sncf-technologies/Collor"><img src="../img/gh.png"/>View on GitHub</a></p> <p class="header-right"><a href="dash-feed://https%3A%2F%2Fgithub%2Ecom%2Fvoyages%2Dsncf%2Dtechnologies%2Fdocsets%2FCollor%2Exml"><img src="../img/dash.png"/>Install in Dash</a></p> </div> </header> <div class="content-wrapper"> <p id="breadcrumbs"> <a href="../index.html">Collor Reference</a> <img id="carat" src="../img/carat.png" /> Identifiable Protocol Reference </p> </div> <div class="content-wrapper"> <nav class="sidebar"> <ul class="nav-groups"> <li class="nav-group-name"> <a href="../Classes.html">Classes</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Classes/CollectionData.html">CollectionData</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionDataSource.html">CollectionDataSource</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionDelegate.html">CollectionDelegate</a> </li> <li class="nav-group-task"> <a href="../Classes/CollectionUpdater.html">CollectionUpdater</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Extensions.html">Extensions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Extensions/NSExceptionName.html">NSExceptionName</a> </li> <li class="nav-group-task"> <a href="../Extensions/UICollectionView.html">UICollectionView</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Functions.html">Functions</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Functions.html#/s:6Collor4bindySo16UICollectionViewC010collectionD0_AA14CollectionDataC4withAA0F8DelegateC3andAA0fG6SourceCAKtF">bind(collectionView:with:and:and:)</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Protocols.html">Protocols</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Protocols.html#/s:6Collor17CollectionAdapterP">CollectionAdapter</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionCellAdaptable.html">CollectionCellAdaptable</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionCellDescribable.html">CollectionCellDescribable</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionDidSelectCellDelegate.html">CollectionDidSelectCellDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/CollectionSectionDescribable.html">CollectionSectionDescribable</a> </li> <li class="nav-group-task"> <a href="../Protocols.html#/s:6Collor27CollectionUserEventDelegateP">CollectionUserEventDelegate</a> </li> <li class="nav-group-task"> <a href="../Protocols/Diffable.html">Diffable</a> </li> <li class="nav-group-task"> <a href="../Protocols/Identifiable.html">Identifiable</a> </li> </ul> </li> <li class="nav-group-name"> <a href="../Structs.html">Structs</a> <ul class="nav-group-tasks"> <li class="nav-group-task"> <a href="../Structs/CollorDiff.html">CollorDiff</a> </li> <li class="nav-group-task"> <a href="../Structs/DecorationViewsHandler.html">DecorationViewsHandler</a> </li> <li class="nav-group-task"> <a href="../Structs/UpdateCollectionResult.html">UpdateCollectionResult</a> </li> </ul> </li> </ul> </nav> <article class="main-content"> <section> <section class="section"> <h1>Identifiable</h1> <p>Undocumented</p> </section> <section class="section task-group-section"> <div class="task-group"> <ul> <li class="item"> <div> <code> <a name="/s:6Collor12IdentifiablePAAE3uidxSSF"></a> <a name="//apple_ref/swift/Method/uid(_:)" class="dashAnchor"></a> <a class="token" href="#/s:6Collor12IdentifiablePAAE3uidxSSF">uid(_:)</a> </code> <span class="declaration-note"> Extension method </span> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> <li class="item"> <div> <code> <a name="/s:6Collor12IdentifiablePAAE3uidSSSgyF"></a> <a name="//apple_ref/swift/Method/uid()" class="dashAnchor"></a> <a class="token" href="#/s:6Collor12IdentifiablePAAE3uidSSSgyF">uid()</a> </code> <span class="declaration-note"> Extension method </span> </div> <div class="height-container"> <div class="pointer-container"></div> <section class="section"> <div class="pointer"></div> <div class="abstract"> <p>Undocumented</p> </div> </section> </div> </li> </ul> </div> </section> </section> <section id="footer"> <p>&copy; 2017 <a class="link" href="https://voyages-sncf.com" target="_blank" rel="external">Voyages-sncf.com</a>. All rights reserved. (Last updated: 2017-11-23)</p> <p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.8.3</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p> </section> </article> </div> </body> </div> </html>
voyages-sncf-technologies/Collor
docs/docsets/Collor.docset/Contents/Resources/Documents/Protocols/Identifiable.html
HTML
bsd-3-clause
7,715
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>colour.models.dataset.eci_rgb_v2 Module &mdash; Colour 0.3.1 documentation</title> <link rel="stylesheet" href="_static/basic.css" type="text/css" /> <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> <link rel="stylesheet" href="_static/bootswatch-3.1.0/colour/bootstrap.min.css" type="text/css" /> <link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" /> <link rel="stylesheet" href="_static/styles.css" type="text/css" /> <script type="text/javascript"> var DOCUMENTATION_OPTIONS = { URL_ROOT: './', VERSION: '0.3.1', COLLAPSE_INDEX: false, FILE_SUFFIX: '.html', HAS_SOURCE: true }; </script> <script type="text/javascript" src="_static/jquery.js"></script> <script type="text/javascript" src="_static/underscore.js"></script> <script type="text/javascript" src="_static/doctools.js"></script> <script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <script type="text/javascript" src="_static/js/jquery-1.11.0.min.js"></script> <script type="text/javascript" src="_static/js/jquery-fix.js"></script> <script type="text/javascript" src="_static/bootstrap-3.1.0/js/bootstrap.min.js"></script> <script type="text/javascript" src="_static/bootstrap-sphinx.js"></script> <link rel="top" title="Colour 0.3.1 documentation" href="index.html" /> <link rel="up" title="colour.models.dataset Package" href="colour.models.dataset.html" /> <link rel="next" title="colour.models.dataset.ekta_space_ps5 Module" href="colour.models.dataset.ekta_space_ps5.html" /> <link rel="prev" title="colour.models.dataset.don_rgb_4 Module" href="colour.models.dataset.don_rgb_4.html" /> <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.0, maximum-scale=1'> <meta name="apple-mobile-web-app-capable" content="yes"> </head> <body> <div id="navbar" class="navbar navbar-default navbar-fixed-top"> <div class="container"> <div class="navbar-header"> <!-- .btn-navbar is used as the toggle for collapsed navbar content --> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="index.html"><img src="_static/Colour_Logo_Icon_001.png"> Colour&nbsp;0.3</a> <!--<span class="navbar-text navbar-version pull-left"><b>0.3</b></span>--> </div> <div class="collapse navbar-collapse nav-collapse"> <ul class="nav navbar-nav"> <li class="divider-vertical"></li> <li><a href="https://www.colour-science.org">colour-science.org</a></li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-life-ring">&nbsp;Documentation</i><b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="api.html" class="fa fa-life-ring">&nbsp;API Reference</a> </li> <li> <a href="http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/colour.ipynb', True)" class="fa fa-book">&nbsp;IPython Notebooks</a> </li> <li> <a href="https://www.colour-science.org/features.php" class="fa fa-lightbulb-o">&nbsp;Features</a> </li> <li> <a href="https://www.colour-science.org/contributing.php"><span class="fa fa-gears">&nbsp;Contributing</span></a> </li> </ul> </li> <li> <a href="colour.models.dataset.don_rgb_4.html" title="Previous Chapter: colour.models.dataset.don_rgb_4 Module"><span class="glyphicon glyphicon-chevron-left visible-sm"></span><span class="hidden-sm">&laquo; colour.models.da...</span> </a> </li> <li> <a href="colour.models.dataset.ekta_space_ps5.html" title="Next Chapter: colour.models.dataset.ekta_space_ps5 Module"><span class="glyphicon glyphicon-chevron-right visible-sm"></span><span class="hidden-sm">colour.models.da... &raquo;</span> </a> </li> </ul> <form class="navbar-form navbar-right" action="search.html" method="get"> <div class="form-group"> <input type="text" name="q" class="form-control" placeholder="Search" /> </div> <input type="hidden" name="check_keywords" value="yes" /> <input type="hidden" name="area" value="default" /> </form> </div> </div> </div> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="section" id="module-colour.models.dataset.eci_rgb_v2"> <span id="colour-models-dataset-eci-rgb-v2-module"></span><h1>colour.models.dataset.eci_rgb_v2 Module<a class="headerlink" href="#module-colour.models.dataset.eci_rgb_v2" title="Permalink to this headline">¶</a></h1> <div class="section" id="eci-rgb-v2-colourspace"> <h2>ECI RGB v2 Colourspace<a class="headerlink" href="#eci-rgb-v2-colourspace" title="Permalink to this headline">¶</a></h2> <p>Defines the <em>ECI RGB v2</em> colourspace:</p> <ul class="simple"> <li><a class="reference internal" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_COLOURSPACE" title="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_COLOURSPACE"><tt class="xref py py-attr docutils literal"><span class="pre">ECI_RGB_V2_COLOURSPACE</span></tt></a>.</li> </ul> <div class="admonition seealso"> <p class="first admonition-title">See also</p> <p class="last"><a class="reference external" href="http://nbviewer.ipython.org/github/colour-science/colour-ipython/blob/master/notebooks/models/rgb.ipynb">RGB Colourspaces IPython Notebook</a></p> </div> <p class="rubric">References</p> <table class="docutils footnote" frame="void" id="id1" rules="none"> <colgroup><col class="label" /><col /></colgroup> <tbody valign="top"> <tr><td class="label">[1]</td><td><a class="reference external" href="http://www.eci.org/_media/downloads/icc_profiles_from_eci/ecirgbv20.zip">http://www.eci.org/_media/downloads/icc_profiles_from_eci/ecirgbv20.zip</a> (Last accessed 13 April 2014)</td></tr> </tbody> </table> <dl class="data"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_PRIMARIES"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_PRIMARIES</tt><em class="property"> = array([[ 0.67010309, 0.32989691], [ 0.20990566, 0.70990566], [ 0.14006179, 0.08032956]])</em><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_PRIMARIES" title="Permalink to this definition">¶</a></dt> <dd><p><em>ECI RGB v2</em> colourspace primaries.</p> <p>ECI_RGB_V2_PRIMARIES : ndarray, (3, 2)</p> </dd></dl> <dl class="data"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_WHITEPOINT"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_WHITEPOINT</tt><em class="property"> = (0.34567, 0.3585)</em><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_WHITEPOINT" title="Permalink to this definition">¶</a></dt> <dd><p><em>ECI RGB v2</em> colourspace whitepoint.</p> <p>ECI_RGB_V2_WHITEPOINT : tuple</p> </dd></dl> <dl class="data"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_TO_XYZ_MATRIX"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_TO_XYZ_MATRIX</tt><em class="property"> = array([[ 6.50212758e-01, 1.77962861e-01, 1.36036375e-01], [ 3.20104742e-01, 6.01874395e-01, 7.80208624e-02], [ -5.38634415e-17, 6.79858121e-02, 7.57202472e-01]])</em><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_TO_XYZ_MATRIX" title="Permalink to this definition">¶</a></dt> <dd><p><em>ECI RGB v2</em> colourspace to <em>CIE XYZ</em> colourspace matrix.</p> <p>ECI_RGB_V2_TO_XYZ_MATRIX : array_like, (3, 3)</p> </dd></dl> <dl class="data"> <dt id="colour.models.dataset.eci_rgb_v2.XYZ_TO_ECI_RGB_V2_MATRIX"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">XYZ_TO_ECI_RGB_V2_MATRIX</tt><em class="property"> = array([[ 1.78246197, -0.49664841, -0.26905714], [-0.95915956, 1.94829285, -0.02842951], [ 0.08611863, -0.17492847, 1.32320329]])</em><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.XYZ_TO_ECI_RGB_V2_MATRIX" title="Permalink to this definition">¶</a></dt> <dd><p><em>CIE XYZ</em> colourspace to <em>ECI RGB v2</em> colourspace matrix.</p> <p>XYZ_TO_ECI_RGB_V2_MATRIX : array_like, (3, 3)</p> </dd></dl> <dl class="function"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_TRANSFER_FUNCTION"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_TRANSFER_FUNCTION</tt><big>(</big><em>x</em><big>)</big><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_TRANSFER_FUNCTION" title="Permalink to this definition">¶</a></dt> <dd><p>Transfer function from linear to <em>ECI RGB v2</em> colourspace.</p> <p>ECI_RGB_V2_TRANSFER_FUNCTION : object</p> </dd></dl> <dl class="function"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_INVERSE_TRANSFER_FUNCTION"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_INVERSE_TRANSFER_FUNCTION</tt><big>(</big><em>x</em><big>)</big><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_INVERSE_TRANSFER_FUNCTION" title="Permalink to this definition">¶</a></dt> <dd><p>Inverse transfer function from <em>ECI RGB v2</em> colourspace to linear.</p> <p>ECI_RGB_V2_INVERSE_TRANSFER_FUNCTION : object</p> </dd></dl> <dl class="data"> <dt id="colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_COLOURSPACE"> <tt class="descclassname">colour.models.dataset.eci_rgb_v2.</tt><tt class="descname">ECI_RGB_V2_COLOURSPACE</tt><em class="property"> = &lt;colour.models.rgb_colourspace.RGB_Colourspace object at 0x102e1dfd0&gt;</em><a class="headerlink" href="#colour.models.dataset.eci_rgb_v2.ECI_RGB_V2_COLOURSPACE" title="Permalink to this definition">¶</a></dt> <dd><p><em>ECI RGB v2</em> colourspace.</p> <p>ECI_RGB_V2_COLOURSPACE : RGB_Colourspace</p> </dd></dl> </div> </div> </div> </div> </div> <footer class="footer"> <div class="container"> <p class="pull-right"> <a href="#">Back to top</a> </p> <p> &copy; Copyright 2013 - 2014, Colour Developers.<br/> Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.2.2.<br/> </p> </div> </footer> </body> </html>
colour-science/colour-science.org
output/api/0.3.2/html/colour.models.dataset.eci_rgb_v2.html
HTML
bsd-3-clause
11,284
{% load thumbnail %} <div id='examples'> <ul id='carusel{{ carousel.id }}' class="{{ carousel.skin }}" > {% for image in images %} {% thumbnail image.image carousel.size crop="center" as im %} {% thumbnail image.image carousel.full_size as full %} <li><a rel='gallery{{ carousel.id }}[pp_gal]' href="{{ full.url }}"> <img class="preview" {% if image.title %} alt="{{ image.title }}" {% endif %} src="{{ im.url }}"> </a></li> {% endthumbnail %} {% endthumbnail %} {% endfor %} </ul> <script type="text/javascript"> $(function(){ $('#carusel{{ carousel.id }}').jcarousel(); $("a[rel^='gallery{{ carousel.id }}']").prettyPhoto({ allow_resize: true, changepicturecallback: function() { $(".pp_overlay").css("height", $(document).height()); } }); }) </script> </div>
goldhand/onegreek
onegreek/imagestore/templates/cms/plugins/imagestore_album_carousel_base.html
HTML
bsd-3-clause
988
<style include="settings-shared"> :host([is-device-connected_]) #bluetoothState { color: var(--cros-text-color-positive); } #connectionFailed { color: var(--cros-text-color-alert); } .bluetooth-middle { align-items: center; flex: auto; } .cancel-button { margin-inline-end: 0; } </style> <div id="container"> <div id="deviceStateSettings" class="settings-box two-line first"> <iron-icon id="statusIcon" icon="[[getBluetoothStateIcon_(device_.*, pageState_)]]"> </iron-icon> <div id="bluetoothState" class="middle settings-box-text"> <div id="bluetoothStateText" aria-live="polite" aria-label$="[[getDeviceStatusA11yLabel_(device_.*, pageState_)]]"> [[getBluetoothStateTextLabel_(device_.*, pageState_)]] </div> <template is="dom-if" if="[[shouldShowBatteryInfo_(device_.*, pageState_)]]" restamp> <bluetooth-device-battery-info aria-label$="[[getBatteryInfoA11yLabel_(device_.*)]]" id="batteryInfo" class="secondary" device="[[device_.deviceProperties]]" aria-live="polite"> </bluetooth-device-battery-info> </template> <template is="dom-if" if="[[shouldShowErrorMessage_(device_.*, pageState_)]]" restamp> <div id="connectionFailed"> [[i18n('bluetoothDeviceDetailConnectionFailureLabel')]] </div> </template> </div> <div id="buttonContainer" class="layout end"> <cr-button id="forgetBtn" class="cancel-button" on-click="onForgetBtnClick_"> $i18n{bluetoothDeviceDetailForget} </cr-button> <template is="dom-if" if="[[shouldShowConnectDisconnectBtn_(device_.*)]]" restamp> <cr-button id="connectDisconnectBtn" disabled$="[[isConnectDisconnectBtnDisabled(pageState_)]]" class="action-button" on-click="onConnectDisconnectBtnClick_"> [[getBluetoothConnectDisconnectBtnLabel_(device_.*, pageState_)]] </cr-button> </template> </div> </div> <div id="deviceNameSettings" class="settings-box"> <div id="bluetoothDeviceName" class="bluetooth-middle settings-box-text no-padding" aria-hidden="true"> $i18n{bluetoothDeviceDetailName} <div class="secondary" id="bluetoothDeviceNameLabel"> [[getDeviceName_(device_.*)]] </div> </div> <cr-button id="changeNameBtn" on-click="onChangeNameClick_" aria-label$="[[getChangeDeviceNameBtnA11yLabel_(device_.*)]]" class="layout end cancel-button"> $i18n{bluetoothDeviceDetailChangeDeviceName} </cr-button> </div> <template is="dom-if" if="[[shouldShowChangeMouseDeviceSettings_(device_.*)]]" restamp> <cr-link-row id="changeMouseSettings" class="hr settings-box" on-click="onMouseRowClick_" label="$i18n{bluetoothDeviceDetailChangeDeviceSettingsMouse}"> </cr-link-row> </template> <template is="dom-if" if="[[shouldShowChangeKeyboardDeviceSettings_(device_.*)]]" restamp> <cr-link-row id="changeKeyboardSettings" class="hr settings-box" on-click="onKeyboardRowClick_" label="$i18n{bluetoothDeviceDetailChangeDeviceSettingsKeyboard}"> </cr-link-row> </template> </div> <template is="dom-if" if="[[shouldShowChangeDeviceNameDialog_]]" restamp> <os-settings-bluetooth-change-device-name-dialog id="changeDeviceNameDialog" device="[[device_]]" on-close="onCloseChangeDeviceNameDialog_"> </os-settings-bluetooth-change-device-name-dialog> </template>
nwjs/chromium.src
chrome/browser/resources/settings/chromeos/os_bluetooth_page/os_bluetooth_device_detail_subpage.html
HTML
bsd-3-clause
3,704
<h1></h1> <div><div class="hero-unit center"><h1>Module: <span style="color:#08C;">doctypes_ngdoc</span> </h1> </div> <p>This module houses example's of docTypes for the @ngdoc documentation plugin.</p></div>
adrexia/silverstripe-flowchart
js/thirdparty/jsPlumb/node_modules/grunt-docular/node_modules/docular/lib/webapp/documentation/partials/example/doctypes/doctypes_ngdoc.html
HTML
bsd-3-clause
209