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
<%- partial('sidebar') %> <div id='content'> <div class='panel'> <div class='header'> <ul class='breadcrumb'> <li><a href='/'>主頁</a><span class='divider'>/</span></li> <li class='active'>我關注的人</li> </ul> </div> <div class='inner'> <% if(users.length > 0){ %> <%- partial('user/user',{collection:users,as:'user'}) %> <% }else{ %> <p>你還沒有關注任何人</p> <% } %> </div> </div> </div>
nodejs-tw/nodeclub
views/user/followings.html
HTML
mit
452
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <meta name="description"> <meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon"> <title>OpenTl.Schema - API - TUpdateChannelWebPage Class</title> <link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet"> <link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet"> <link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet"> <script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script> <script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script> <script src="/OpenTl.Schema/assets/js/app.min.js"></script> <script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script> <script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script> <script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script> <!--[if lt IE 9]> <script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script> <script src="/OpenTl.Schema/assets/js/respond.min.js"></script> <![endif]--> </head> <body class="hold-transition wyam layout-boxed "> <div class="top-banner"></div> <div class="wrapper with-container"> <!-- Header --> <header class="main-header"> <a href="/OpenTl.Schema/" class="logo"> <span>OpenTl.Schema</span> </a> <nav class="navbar navbar-static-top" role="navigation"> <!-- Sidebar toggle button--> <a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-right"></i> </a> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse"> <span class="sr-only">Toggle side menu</span> <i class="fa fa-chevron-circle-down"></i> </button> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse pull-left" id="navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="/OpenTl.Schema/about.html">About This Project</a></li> <li class="active"><a href="/OpenTl.Schema/api">API</a></li> </ul> </div> <!-- /.navbar-collapse --> <!-- Navbar Right Menu --> </nav> </header> <!-- Left side column. contains the logo and sidebar --> <aside class="main-sidebar "> <section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200"> <div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p> <p><a href="#Attributes">Attributes</a></p> <p><a href="#Properties">Properties</a></p> <p><a href="#ExtensionMethods">Extension Methods</a></p> <hr class="infobar-hidden"> </div> </section> <section class="sidebar"> <script src="/OpenTl.Schema/assets/js/lunr.min.js"></script> <script src="/OpenTl.Schema/assets/js/searchIndex.js"></script> <div class="sidebar-form"> <div class="input-group"> <input type="text" name="search" id="search" class="form-control" placeholder="Search Types..."> <span class="input-group-btn"> <button class="btn btn-flat"><i class="fa fa-search"></i></button> </span> </div> </div> <div id="search-results"> </div> <script> function runSearch(query){ $("#search-results").empty(); if( query.length < 2 ){ return; } var results = searchModule.search("*" + query + "*"); var listHtml = "<ul class='sidebar-menu'>"; listHtml += "<li class='header'>Type Results</li>"; if(results.length == 0 ){ listHtml += "<li>No results found</li>"; } else { for(var i = 0; i < results.length; ++i){ var res = results[i]; listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>"; } } listHtml += "</ul>"; $("#search-results").append(listHtml); } $(document).ready(function(){ $("#search").on('input propertychange paste', function() { runSearch($("#search").val()); }); }); function htmlEscape(html) { return document.createElement('div') .appendChild(document.createTextNode(html)) .parentNode .innerHTML; } </script> <hr> <ul class="sidebar-menu"> <li class="header">Namespace</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li> <li role="separator" class="divider"></li> <li class="header">Class Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/MsgContainer">MsgContainer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestDestroyAuthKey">Request<wbr>Destroy<wbr>Auth<wbr>Key</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestDestroySession">Request<wbr>Destroy<wbr>Session</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestGetFutureSalts">Request<wbr>Get<wbr>Future<wbr>Salts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInitConnection">Request<wbr>Init<wbr>Connection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeAfterMsg">Request<wbr>Invoke<wbr>After<wbr>Msg</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeAfterMsgs">Request<wbr>Invoke<wbr>After<wbr>Msgs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithLayer">Request<wbr>Invoke<wbr>With<wbr>Layer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithMessagesRange">Request<wbr>Invoke<wbr>With<wbr>Messages<wbr>Range</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithoutUpdates">Request<wbr>Invoke<wbr>Without<wbr>Updates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestInvokeWithTakeout">Request<wbr>Invoke<wbr>With<wbr>Takeout</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestPing">RequestPing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestPingDelayDisconnect">Request<wbr>Ping<wbr>Delay<wbr>Disconnect</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqDHParams">RequestReqDHParams</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqPq">RequestReqPq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestReqPqMulti">RequestReqPqMulti</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestRpcDropAnswer">RequestRpcDropAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/RequestSetClientDHParams">Request<wbr>Set<wbr>Client<wbr>D<wbr>H<wbr>Params</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/SchemaInfo">SchemaInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAccessPointRule">TAccessPointRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAccountDaysTTL">TAccountDaysTTL</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TAuthorization">TAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBadMsgNotification">TBadMsgNotification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBadServerSalt">TBadServerSalt</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBoolFalse">TBoolFalse</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBoolTrue">TBoolTrue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotCommand">TBotCommand</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInfo">TBotInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMediaResult">T<wbr>Bot<wbr>Inline<wbr>Media<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaAuto">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Auto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaContact">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Contact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaGeo">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageMediaVenue">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Venue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineMessageText">T<wbr>Bot<wbr>Inline<wbr>Message<wbr>Text</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TBotInlineResult">TBotInlineResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TCdnConfig">TCdnConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TCdnPublicKey">TCdnPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannel">TChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEvent">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeAbout">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>About</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangePhoto">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeStickerSet">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeTitle">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Title</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionChangeUsername">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Change<wbr>Username</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionDeleteMessage">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Delete<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionEditMessage">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Edit<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantInvite">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantJoin">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Join</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantLeave">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Leave</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantToggleAdmin">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Toggle<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionParticipantToggleBan">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Participant<wbr>Toggle<wbr>Ban</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionToggleInvites">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Invites</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionTogglePreHistoryHidden">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Pre<wbr>History<wbr>Hidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionToggleSignatures">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Toggle<wbr>Signatures</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventActionUpdatePinned">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action<wbr>Update<wbr>Pinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminLogEventsFilter">T<wbr>Channel<wbr>Admin<wbr>Log<wbr>Events<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelAdminRights">TChannelAdminRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelBannedRights">TChannelBannedRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelForbidden">TChannelForbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelFull">TChannelFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelMessagesFilter">T<wbr>Channel<wbr>Messages<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelMessagesFilterEmpty">T<wbr>Channel<wbr>Messages<wbr>Filter<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipant">TChannelParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantAdmin">T<wbr>Channel<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantBanned">T<wbr>Channel<wbr>Participant<wbr>Banned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantCreator">T<wbr>Channel<wbr>Participant<wbr>Creator</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsAdmins">T<wbr>Channel<wbr>Participants<wbr>Admins</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsBanned">T<wbr>Channel<wbr>Participants<wbr>Banned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsBots">T<wbr>Channel<wbr>Participants<wbr>Bots</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantSelf">T<wbr>Channel<wbr>Participant<wbr>Self</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsKicked">T<wbr>Channel<wbr>Participants<wbr>Kicked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsRecent">T<wbr>Channel<wbr>Participants<wbr>Recent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChannelParticipantsSearch">T<wbr>Channel<wbr>Participants<wbr>Search</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChat">TChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatEmpty">TChatEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatForbidden">TChatForbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatFull">TChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInvite">TChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteAlready">TChatInviteAlready</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteEmpty">TChatInviteEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatInviteExported">TChatInviteExported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipant">TChatParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantAdmin">T<wbr>Chat<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantCreator">T<wbr>Chat<wbr>Participant<wbr>Creator</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipants">TChatParticipants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatParticipantsForbidden">T<wbr>Chat<wbr>Participants<wbr>Forbidden</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatPhoto">TChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TChatPhotoEmpty">TChatPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TClientDHInnerData">TClientDHInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TConfig">TConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContact">TContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactBlocked">TContactBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkContact">TContactLinkContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkHasPhone">TContactLinkHasPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkNone">TContactLinkNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactLinkUnknown">TContactLinkUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContactStatus">TContactStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TContainerMessage">TContainerMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDataJSON">TDataJSON</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDcOption">TDcOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyFail">TDestroyAuthKeyFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyNone">TDestroyAuthKeyNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroyAuthKeyOk">TDestroyAuthKeyOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroySessionNone">TDestroySessionNone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDestroySessionOk">TDestroySessionOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenFail">TDhGenFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenOk">TDhGenOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDhGenRetry">TDhGenRetry</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDialog">TDialog</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDialogPeer">TDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocument">TDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeAnimated">T<wbr>Document<wbr>Attribute<wbr>Animated</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeAudio">T<wbr>Document<wbr>Attribute<wbr>Audio</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeFilename">T<wbr>Document<wbr>Attribute<wbr>Filename</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeHasStickers">T<wbr>Document<wbr>Attribute<wbr>Has<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeImageSize">T<wbr>Document<wbr>Attribute<wbr>Image<wbr>Size</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeSticker">T<wbr>Document<wbr>Attribute<wbr>Sticker</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentAttributeVideo">T<wbr>Document<wbr>Attribute<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDocumentEmpty">TDocumentEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDraftMessage">TDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TDraftMessageEmpty">TDraftMessageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChat">TEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatDiscarded">T<wbr>Encrypted<wbr>Chat<wbr>Discarded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatEmpty">TEncryptedChatEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatRequested">T<wbr>Encrypted<wbr>Chat<wbr>Requested</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedChatWaiting">T<wbr>Encrypted<wbr>Chat<wbr>Waiting</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedFile">TEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedFileEmpty">TEncryptedFileEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedMessage">TEncryptedMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TEncryptedMessageService">T<wbr>Encrypted<wbr>Message<wbr>Service</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TError">TError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TExportedMessageLink">TExportedMessageLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileHash">TFileHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileLocation">TFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFileLocationUnavailable">T<wbr>File<wbr>Location<wbr>Unavailable</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFoundGif">TFoundGif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFoundGifCached">TFoundGifCached</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFutureSalt">TFutureSalt</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TFutureSalts">TFutureSalts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGame">TGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGeoPoint">TGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TGeoPointEmpty">TGeoPointEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TgZipPacked">TgZipPacked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/THighScore">THighScore</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/THttpWait">THttpWait</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TImportedContact">TImportedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInlineBotSwitchPM">TInlineBotSwitchPM</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputAppEvent">TInputAppEvent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageGame">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Game</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageID">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>I<wbr>D</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaAuto">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Auto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaContact">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Contact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaGeo">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageMediaVenue">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Media<wbr>Venue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineMessageText">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>Text</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResult">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultDocument">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultGame">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Game</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputBotInlineResultPhoto">T<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChannel">TInputChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChannelEmpty">TInputChannelEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatPhoto">TInputChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatPhotoEmpty">TInputChatPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputChatUploadedPhoto">T<wbr>Input<wbr>Chat<wbr>Uploaded<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputCheckPasswordEmpty">T<wbr>Input<wbr>Check<wbr>Password<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputCheckPasswordSRP">T<wbr>Input<wbr>Check<wbr>Password<wbr>S<wbr>R<wbr>P</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputClientProxy">TInputClientProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDialogPeer">TInputDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocument">TInputDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocumentEmpty">TInputDocumentEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputDocumentFileLocation">T<wbr>Input<wbr>Document<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedChat">TInputEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFile">TInputEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileBigUploaded">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Big<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileEmpty">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileLocation">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputEncryptedFileUploaded">T<wbr>Input<wbr>Encrypted<wbr>File<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFile">TInputFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFileBig">TInputFileBig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputFileLocation">TInputFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGameID">TInputGameID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGameShortName">TInputGameShortName</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGeoPoint">TInputGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputGeoPointEmpty">TInputGeoPointEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaContact">TInputMediaContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaDocument">TInputMediaDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaDocumentExternal">T<wbr>Input<wbr>Media<wbr>Document<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaEmpty">TInputMediaEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGame">TInputMediaGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGeoLive">TInputMediaGeoLive</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGeoPoint">TInputMediaGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaGifExternal">T<wbr>Input<wbr>Media<wbr>Gif<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaInvoice">TInputMediaInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaPhoto">TInputMediaPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaPhotoExternal">T<wbr>Input<wbr>Media<wbr>Photo<wbr>External</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaUploadedDocument">T<wbr>Input<wbr>Media<wbr>Uploaded<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaUploadedPhoto">T<wbr>Input<wbr>Media<wbr>Uploaded<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMediaVenue">TInputMediaVenue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageEntityMentionName">T<wbr>Input<wbr>Message<wbr>Entity<wbr>Mention<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageID">TInputMessageID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagePinned">TInputMessagePinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessageReplyTo">TInputMessageReplyTo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterChatPhotos">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Chat<wbr>Photos</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterContacts">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterDocument">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterEmpty">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterGeo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Geo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterGif">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Gif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterMusic">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Music</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterMyMentions">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>My<wbr>Mentions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhoneCalls">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Phone<wbr>Calls</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhotos">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Photos</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterPhotoVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Photo<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterRoundVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Round<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterRoundVoice">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Round<wbr>Voice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterUrl">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Url</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterVideo">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Video</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputMessagesFilterVoice">T<wbr>Input<wbr>Messages<wbr>Filter<wbr>Voice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyChats">TInputNotifyChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyPeer">TInputNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputNotifyUsers">TInputNotifyUsers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentials">T<wbr>Input<wbr>Payment<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsAndroidPay">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Android<wbr>Pay</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsApplePay">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Apple<wbr>Pay</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPaymentCredentialsSaved">T<wbr>Input<wbr>Payment<wbr>Credentials<wbr>Saved</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerChannel">TInputPeerChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerChat">TInputPeerChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerEmpty">TInputPeerEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerNotifySettings">T<wbr>Input<wbr>Peer<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerSelf">TInputPeerSelf</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPeerUser">TInputPeerUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoneCall">TInputPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoneContact">TInputPhoneContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhoto">TInputPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPhotoEmpty">TInputPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyChatInvite">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyPhoneCall">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Phone<wbr>Call</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyKeyStatusTimestamp">T<wbr>Input<wbr>Privacy<wbr>Key<wbr>Status<wbr>Timestamp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowAll">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowContacts">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueAllowUsers">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowAll">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowContacts">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputPrivacyValueDisallowUsers">T<wbr>Input<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonCopyright">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Copyright</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonOther">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Other</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonPornography">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Pornography</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonSpam">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Spam</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputReportReasonViolence">T<wbr>Input<wbr>Report<wbr>Reason<wbr>Violence</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFile">TInputSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFileLocation">T<wbr>Input<wbr>Secure<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureFileUploaded">T<wbr>Input<wbr>Secure<wbr>File<wbr>Uploaded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSecureValue">TInputSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputSingleMedia">TInputSingleMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickeredMediaDocument">T<wbr>Input<wbr>Stickered<wbr>Media<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickeredMediaPhoto">T<wbr>Input<wbr>Stickered<wbr>Media<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetEmpty">T<wbr>Input<wbr>Sticker<wbr>Set<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetID">TInputStickerSetID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetItem">TInputStickerSetItem</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputStickerSetShortName">T<wbr>Input<wbr>Sticker<wbr>Set<wbr>Short<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputTakeoutFileLocation">T<wbr>Input<wbr>Takeout<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUser">TInputUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUserEmpty">TInputUserEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputUserSelf">TInputUserSelf</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebDocument">TInputWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebFileGeoPointLocation">T<wbr>Input<wbr>Web<wbr>File<wbr>Geo<wbr>Point<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInputWebFileLocation">T<wbr>Input<wbr>Web<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TInvoice">TInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TIpPort">TIpPort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TIpPortSecret">TIpPortSecret</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButton">TKeyboardButton</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonBuy">TKeyboardButtonBuy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonCallback">T<wbr>Keyboard<wbr>Button<wbr>Callback</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonGame">TKeyboardButtonGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRequestGeoLocation">T<wbr>Keyboard<wbr>Button<wbr>Request<wbr>Geo<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRequestPhone">T<wbr>Keyboard<wbr>Button<wbr>Request<wbr>Phone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonRow">TKeyboardButtonRow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonSwitchInline">T<wbr>Keyboard<wbr>Button<wbr>Switch<wbr>Inline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TKeyboardButtonUrl">TKeyboardButtonUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLabeledPrice">TLabeledPrice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackDifference">TLangPackDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackLanguage">TLangPackLanguage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackString">TLangPackString</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackStringDeleted">T<wbr>Lang<wbr>Pack<wbr>String<wbr>Deleted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TLangPackStringPluralized">T<wbr>Lang<wbr>Pack<wbr>String<wbr>Pluralized</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMaskCoords">TMaskCoords</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessage">TMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionBotAllowed">T<wbr>Message<wbr>Action<wbr>Bot<wbr>Allowed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChannelCreate">T<wbr>Message<wbr>Action<wbr>Channel<wbr>Create</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChannelMigrateFrom">T<wbr>Message<wbr>Action<wbr>Channel<wbr>Migrate<wbr>From</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatAddUser">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Add<wbr>User</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatCreate">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Create</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatDeletePhoto">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Delete<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatDeleteUser">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Delete<wbr>User</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatEditPhoto">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Edit<wbr>Photo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatEditTitle">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Edit<wbr>Title</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatJoinedByLink">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Joined<wbr>By<wbr>Link</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionChatMigrateTo">T<wbr>Message<wbr>Action<wbr>Chat<wbr>Migrate<wbr>To</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionCustomAction">T<wbr>Message<wbr>Action<wbr>Custom<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionEmpty">TMessageActionEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionGameScore">T<wbr>Message<wbr>Action<wbr>Game<wbr>Score</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionHistoryClear">T<wbr>Message<wbr>Action<wbr>History<wbr>Clear</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPaymentSent">T<wbr>Message<wbr>Action<wbr>Payment<wbr>Sent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPaymentSentMe">T<wbr>Message<wbr>Action<wbr>Payment<wbr>Sent<wbr>Me</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPhoneCall">T<wbr>Message<wbr>Action<wbr>Phone<wbr>Call</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionPinMessage">T<wbr>Message<wbr>Action<wbr>Pin<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionScreenshotTaken">T<wbr>Message<wbr>Action<wbr>Screenshot<wbr>Taken</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionSecureValuesSent">T<wbr>Message<wbr>Action<wbr>Secure<wbr>Values<wbr>Sent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageActionSecureValuesSentMe">T<wbr>Message<wbr>Action<wbr>Secure<wbr>Values<wbr>Sent<wbr>Me</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEmpty">TMessageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityBold">TMessageEntityBold</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityBotCommand">T<wbr>Message<wbr>Entity<wbr>Bot<wbr>Command</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityCashtag">T<wbr>Message<wbr>Entity<wbr>Cashtag</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityCode">TMessageEntityCode</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityEmail">TMessageEntityEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityHashtag">T<wbr>Message<wbr>Entity<wbr>Hashtag</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityItalic">TMessageEntityItalic</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityMention">T<wbr>Message<wbr>Entity<wbr>Mention</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityMentionName">T<wbr>Message<wbr>Entity<wbr>Mention<wbr>Name</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityPhone">TMessageEntityPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityPre">TMessageEntityPre</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityTextUrl">T<wbr>Message<wbr>Entity<wbr>Text<wbr>Url</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityUnknown">T<wbr>Message<wbr>Entity<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageEntityUrl">TMessageEntityUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageFwdHeader">TMessageFwdHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaContact">TMessageMediaContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaDocument">T<wbr>Message<wbr>Media<wbr>Document</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaEmpty">TMessageMediaEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGame">TMessageMediaGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGeo">TMessageMediaGeo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaGeoLive">TMessageMediaGeoLive</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaInvoice">TMessageMediaInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaPhoto">TMessageMediaPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaUnsupported">T<wbr>Message<wbr>Media<wbr>Unsupported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaVenue">TMessageMediaVenue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageMediaWebPage">TMessageMediaWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageRange">TMessageRange</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMessageService">TMessageService</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgDetailedInfo">TMsgDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgNewDetailedInfo">TMsgNewDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgResendReq">TMsgResendReq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsAck">TMsgsAck</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsAllInfo">TMsgsAllInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsStateInfo">TMsgsStateInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TMsgsStateReq">TMsgsStateReq</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNearestDc">TNearestDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNewSessionCreated">TNewSessionCreated</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyChats">TNotifyChats</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyPeer">TNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNotifyUsers">TNotifyUsers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TNull">TNull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAnchor">TPageBlockAnchor</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAudio">TPageBlockAudio</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockAuthorDate">TPageBlockAuthorDate</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockBlockquote">TPageBlockBlockquote</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockChannel">TPageBlockChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockCollage">TPageBlockCollage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockCover">TPageBlockCover</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockDivider">TPageBlockDivider</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockEmbed">TPageBlockEmbed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockEmbedPost">TPageBlockEmbedPost</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockFooter">TPageBlockFooter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockHeader">TPageBlockHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockList">TPageBlockList</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockParagraph">TPageBlockParagraph</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPhoto">TPageBlockPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPreformatted">T<wbr>Page<wbr>Block<wbr>Preformatted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockPullquote">TPageBlockPullquote</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSlideshow">TPageBlockSlideshow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSubheader">TPageBlockSubheader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockSubtitle">TPageBlockSubtitle</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockTitle">TPageBlockTitle</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockUnsupported">T<wbr>Page<wbr>Block<wbr>Unsupported</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageBlockVideo">TPageBlockVideo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPageFull">TPageFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPagePart">TPagePart</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPasswordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow">T<wbr>Password<wbr>Kdf<wbr>Algo<wbr>S<wbr>H<wbr>A256<wbr>S<wbr>H<wbr>A256<wbr>P<wbr>B<wbr>K<wbr>D<wbr>F2<wbr>H<wbr>M<wbr>A<wbr>C<wbr>S<wbr>H<wbr>A512iter100000<wbr>S<wbr>H<wbr>A256<wbr>Mod<wbr>Pow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPasswordKdfAlgoUnknown">T<wbr>Password<wbr>Kdf<wbr>Algo<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentCharge">TPaymentCharge</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentRequestedInfo">T<wbr>Payment<wbr>Requested<wbr>Info</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPaymentSavedCredentialsCard">T<wbr>Payment<wbr>Saved<wbr>Credentials<wbr>Card</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerChannel">TPeerChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerChat">TPeerChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerNotifySettings">TPeerNotifySettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerSettings">TPeerSettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPeerUser">TPeerUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCall">TPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallAccepted">TPhoneCallAccepted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscarded">TPhoneCallDiscarded</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonBusy">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Busy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonDisconnect">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Disconnect</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonHangup">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Hangup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallDiscardReasonMissed">T<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason<wbr>Missed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallEmpty">TPhoneCallEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallProtocol">TPhoneCallProtocol</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallRequested">TPhoneCallRequested</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneCallWaiting">TPhoneCallWaiting</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoneConnection">TPhoneConnection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhoto">TPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoCachedSize">TPhotoCachedSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoEmpty">TPhotoEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoSize">TPhotoSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPhotoSizeEmpty">TPhotoSizeEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPong">TPong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPopularContact">TPopularContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPostAddress">TPostAddress</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerData">TPQInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataDc">TPQInnerDataDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataTemp">TPQInnerDataTemp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPQInnerDataTempDc">TPQInnerDataTempDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyChatInvite">T<wbr>Privacy<wbr>Key<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyPhoneCall">TPrivacyKeyPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyKeyStatusTimestamp">T<wbr>Privacy<wbr>Key<wbr>Status<wbr>Timestamp</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowAll">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowContacts">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueAllowUsers">T<wbr>Privacy<wbr>Value<wbr>Allow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowAll">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>All</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowContacts">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Contacts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TPrivacyValueDisallowUsers">T<wbr>Privacy<wbr>Value<wbr>Disallow<wbr>Users</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReceivedNotifyMessage">T<wbr>Received<wbr>Notify<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlChat">TRecentMeUrlChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlChatInvite">T<wbr>Recent<wbr>Me<wbr>Url<wbr>Chat<wbr>Invite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlStickerSet">T<wbr>Recent<wbr>Me<wbr>Url<wbr>Sticker<wbr>Set</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlUnknown">TRecentMeUrlUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRecentMeUrlUser">TRecentMeUrlUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyInlineMarkup">TReplyInlineMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardForceReply">T<wbr>Reply<wbr>Keyboard<wbr>Force<wbr>Reply</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardHide">TReplyKeyboardHide</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TReplyKeyboardMarkup">TReplyKeyboardMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TResPQ">TResPQ</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerDropped">TRpcAnswerDropped</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerDroppedRunning">T<wbr>Rpc<wbr>Answer<wbr>Dropped<wbr>Running</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcAnswerUnknown">TRpcAnswerUnknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcError">TRpcError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRpcResult">TRpcResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TRsaPublicKey">TRsaPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSavedPhoneContact">TSavedPhoneContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureCredentialsEncrypted">T<wbr>Secure<wbr>Credentials<wbr>Encrypted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureData">TSecureData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureFile">TSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureFileEmpty">TSecureFileEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoPBKDF2HMACSHA512iter100000">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>P<wbr>B<wbr>K<wbr>D<wbr>F2<wbr>H<wbr>M<wbr>A<wbr>C<wbr>S<wbr>H<wbr>A512iter100000</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoSHA512">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>S<wbr>H<wbr>A512</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePasswordKdfAlgoUnknown">T<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo<wbr>Unknown</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePlainEmail">TSecurePlainEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecurePlainPhone">TSecurePlainPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureRequiredType">TSecureRequiredType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureRequiredTypeOneOf">T<wbr>Secure<wbr>Required<wbr>Type<wbr>One<wbr>Of</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureSecretSettings">T<wbr>Secure<wbr>Secret<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValue">TSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueError">TSecureValueError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorData">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Data</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFile">T<wbr>Secure<wbr>Value<wbr>Error<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFiles">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Files</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorFrontSide">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Front<wbr>Side</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorReverseSide">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Reverse<wbr>Side</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorSelfie">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Selfie</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorTranslationFile">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Translation<wbr>File</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueErrorTranslationFiles">T<wbr>Secure<wbr>Value<wbr>Error<wbr>Translation<wbr>Files</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueHash">TSecureValueHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeAddress">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Address</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeBankStatement">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Bank<wbr>Statement</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeDriverLicense">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Driver<wbr>License</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeEmail">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Email</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeIdentityCard">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Identity<wbr>Card</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeInternalPassport">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Internal<wbr>Passport</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePassport">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Passport</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePassportRegistration">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Passport<wbr>Registration</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePersonalDetails">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Personal<wbr>Details</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypePhone">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Phone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeRentalAgreement">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Rental<wbr>Agreement</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeTemporaryRegistration">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Temporary<wbr>Registration</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSecureValueTypeUtilityBill">T<wbr>Secure<wbr>Value<wbr>Type<wbr>Utility<wbr>Bill</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageCancelAction">T<wbr>Send<wbr>Message<wbr>Cancel<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageChooseContactAction">T<wbr>Send<wbr>Message<wbr>Choose<wbr>Contact<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageGamePlayAction">T<wbr>Send<wbr>Message<wbr>Game<wbr>Play<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageGeoLocationAction">T<wbr>Send<wbr>Message<wbr>Geo<wbr>Location<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordAudioAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Audio<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordRoundAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Round<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageRecordVideoAction">T<wbr>Send<wbr>Message<wbr>Record<wbr>Video<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageTypingAction">T<wbr>Send<wbr>Message<wbr>Typing<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadAudioAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Audio<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadDocumentAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Document<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadPhotoAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Photo<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadRoundAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Round<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TSendMessageUploadVideoAction">T<wbr>Send<wbr>Message<wbr>Upload<wbr>Video<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHInnerData">TServerDHInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHParamsFail">TServerDHParamsFail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TServerDHParamsOk">TServerDHParamsOk</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TShippingOption">TShippingOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerPack">TStickerPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSet">TStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSetCovered">TStickerSetCovered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TStickerSetMultiCovered">T<wbr>Sticker<wbr>Set<wbr>Multi<wbr>Covered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextBold">TTextBold</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextConcat">TTextConcat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextEmail">TTextEmail</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextEmpty">TTextEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextFixed">TTextFixed</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextItalic">TTextItalic</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextPlain">TTextPlain</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextStrike">TTextStrike</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextUnderline">TTextUnderline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTextUrl">TTextUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeer">TTopPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryBotsInline">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Bots<wbr>Inline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryBotsPM">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Bots<wbr>P<wbr>M</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryChannels">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Channels</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryCorrespondents">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Correspondents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryGroups">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Groups</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryPeers">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Peers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTopPeerCategoryPhoneCalls">T<wbr>Top<wbr>Peer<wbr>Category<wbr>Phone<wbr>Calls</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TTrue">TTrue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotCallbackQuery">T<wbr>Update<wbr>Bot<wbr>Callback<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotInlineQuery">T<wbr>Update<wbr>Bot<wbr>Inline<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotInlineSend">TUpdateBotInlineSend</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotPrecheckoutQuery">T<wbr>Update<wbr>Bot<wbr>Precheckout<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotShippingQuery">T<wbr>Update<wbr>Bot<wbr>Shipping<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotWebhookJSON">T<wbr>Update<wbr>Bot<wbr>Webhook<wbr>J<wbr>S<wbr>O<wbr>N</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateBotWebhookJSONQuery">T<wbr>Update<wbr>Bot<wbr>Webhook<wbr>J<wbr>S<wbr>O<wbr>N<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannel">TUpdateChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelAvailableMessages">T<wbr>Update<wbr>Channel<wbr>Available<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelMessageViews">T<wbr>Update<wbr>Channel<wbr>Message<wbr>Views</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelPinnedMessage">T<wbr>Update<wbr>Channel<wbr>Pinned<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelReadMessagesContents">T<wbr>Update<wbr>Channel<wbr>Read<wbr>Messages<wbr>Contents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelTooLong">T<wbr>Update<wbr>Channel<wbr>Too<wbr>Long</a></li> <li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage">T<wbr>Update<wbr>Channel<wbr>Web<wbr>Page</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatAdmins">TUpdateChatAdmins</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantAdd">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Add</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantAdmin">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Admin</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipantDelete">T<wbr>Update<wbr>Chat<wbr>Participant<wbr>Delete</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatParticipants">T<wbr>Update<wbr>Chat<wbr>Participants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChatUserTyping">T<wbr>Update<wbr>Chat<wbr>User<wbr>Typing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateConfig">TUpdateConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactLink">TUpdateContactLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactRegistered">T<wbr>Update<wbr>Contact<wbr>Registered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateContactsReset">TUpdateContactsReset</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDcOptions">TUpdateDcOptions</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDeleteChannelMessages">T<wbr>Update<wbr>Delete<wbr>Channel<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDeleteMessages">T<wbr>Update<wbr>Delete<wbr>Messages</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDialogPinned">TUpdateDialogPinned</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDialogUnreadMark">T<wbr>Update<wbr>Dialog<wbr>Unread<wbr>Mark</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateDraftMessage">TUpdateDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEditChannelMessage">T<wbr>Update<wbr>Edit<wbr>Channel<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEditMessage">TUpdateEditMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryptedChatTyping">T<wbr>Update<wbr>Encrypted<wbr>Chat<wbr>Typing</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryptedMessagesRead">T<wbr>Update<wbr>Encrypted<wbr>Messages<wbr>Read</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateEncryption">TUpdateEncryption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateFavedStickers">TUpdateFavedStickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateInlineBotCallbackQuery">T<wbr>Update<wbr>Inline<wbr>Bot<wbr>Callback<wbr>Query</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateLangPack">TUpdateLangPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateLangPackTooLong">T<wbr>Update<wbr>Lang<wbr>Pack<wbr>Too<wbr>Long</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateMessageID">TUpdateMessageID</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewChannelMessage">T<wbr>Update<wbr>New<wbr>Channel<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewEncryptedMessage">T<wbr>Update<wbr>New<wbr>Encrypted<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewMessage">TUpdateNewMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNewStickerSet">TUpdateNewStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateNotifySettings">T<wbr>Update<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePhoneCall">TUpdatePhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePinnedDialogs">TUpdatePinnedDialogs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePrivacy">TUpdatePrivacy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatePtsChanged">TUpdatePtsChanged</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadChannelInbox">T<wbr>Update<wbr>Read<wbr>Channel<wbr>Inbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadChannelOutbox">T<wbr>Update<wbr>Read<wbr>Channel<wbr>Outbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadFeaturedStickers">T<wbr>Update<wbr>Read<wbr>Featured<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadHistoryInbox">T<wbr>Update<wbr>Read<wbr>History<wbr>Inbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadHistoryOutbox">T<wbr>Update<wbr>Read<wbr>History<wbr>Outbox</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateReadMessagesContents">T<wbr>Update<wbr>Read<wbr>Messages<wbr>Contents</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateRecentStickers">T<wbr>Update<wbr>Recent<wbr>Stickers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdates">TUpdates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateSavedGifs">TUpdateSavedGifs</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatesCombined">TUpdatesCombined</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateServiceNotification">T<wbr>Update<wbr>Service<wbr>Notification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShort">TUpdateShort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortChatMessage">T<wbr>Update<wbr>Short<wbr>Chat<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortMessage">TUpdateShortMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateShortSentMessage">T<wbr>Update<wbr>Short<wbr>Sent<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateStickerSets">TUpdateStickerSets</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateStickerSetsOrder">T<wbr>Update<wbr>Sticker<wbr>Sets<wbr>Order</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdatesTooLong">TUpdatesTooLong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserBlocked">TUpdateUserBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserName">TUpdateUserName</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserPhone">TUpdateUserPhone</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserPhoto">TUpdateUserPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserStatus">TUpdateUserStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateUserTyping">TUpdateUserTyping</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateWebPage">TUpdateWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUser">TUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserEmpty">TUserEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserFull">TUserFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserProfilePhoto">TUserProfilePhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserProfilePhotoEmpty">T<wbr>User<wbr>Profile<wbr>Photo<wbr>Empty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusEmpty">TUserStatusEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusLastMonth">TUserStatusLastMonth</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusLastWeek">TUserStatusLastWeek</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusOffline">TUserStatusOffline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusOnline">TUserStatusOnline</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TUserStatusRecently">TUserStatusRecently</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TVector_1">TVector<wbr>&lt;T&gt;<wbr></a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWallPaper">TWallPaper</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWallPaperSolid">TWallPaperSolid</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebAuthorization">TWebAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebDocument">TWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebDocumentNoProxy">TWebDocumentNoProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPage">TWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPageEmpty">TWebPageEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPageNotModified">TWebPageNotModified</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/TWebPagePending">TWebPagePending</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></li> <li class="header">Interface Types</li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAccessPointRule">IAccessPointRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAccountDaysTTL">IAccountDaysTTL</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IAuthorization">IAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBadMsgNotification">IBadMsgNotification</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBool">IBool</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotCommand">IBotCommand</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInfo">IBotInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInlineMessage">IBotInlineMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IBotInlineResult">IBotInlineResult</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ICdnConfig">ICdnConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ICdnPublicKey">ICdnPublicKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEvent">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEventAction">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Event<wbr>Action</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminLogEventsFilter">I<wbr>Channel<wbr>Admin<wbr>Log<wbr>Events<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelAdminRights">IChannelAdminRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelBannedRights">IChannelBannedRights</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelMessagesFilter">I<wbr>Channel<wbr>Messages<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelParticipant">IChannelParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChannelParticipantsFilter">I<wbr>Channel<wbr>Participants<wbr>Filter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChat">IChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatCommon">IChatCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatFull">IChatFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatInvite">IChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatParticipant">IChatParticipant</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatParticipants">IChatParticipants</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IChatPhoto">IChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IConfig">IConfig</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContact">IContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactBlocked">IContactBlocked</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactLink">IContactLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IContactStatus">IContactStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDataJSON">IDataJSON</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDcOption">IDcOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDestroyAuthKeyRes">IDestroyAuthKeyRes</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDestroySessionRes">IDestroySessionRes</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDialog">IDialog</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDialogPeer">IDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDocument">IDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDocumentAttribute">IDocumentAttribute</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IDraftMessage">IDraftMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEmpty">IEmpty</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedChat">IEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedChatCommon">IEncryptedChatCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedFile">IEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IEncryptedMessage">IEncryptedMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IError">IError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IExportedChatInvite">IExportedChatInvite</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IExportedMessageLink">IExportedMessageLink</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFileHash">IFileHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFileLocation">IFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFoundGif">IFoundGif</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IFutureSalts">IFutureSalts</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IGame">IGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IGeoPoint">IGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IHighScore">IHighScore</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IImportedContact">IImportedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInlineBotSwitchPM">IInlineBotSwitchPM</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputAppEvent">IInputAppEvent</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineMessage">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineMessageID">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Message<wbr>I<wbr>D</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputBotInlineResult">I<wbr>Input<wbr>Bot<wbr>Inline<wbr>Result</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChannel">IInputChannel</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChatPhoto">IInputChatPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputChatPhotoCommon">I<wbr>Input<wbr>Chat<wbr>Photo<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputCheckPasswordSRP">I<wbr>Input<wbr>Check<wbr>Password<wbr>S<wbr>R<wbr>P</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputClientProxy">IInputClientProxy</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputContact">IInputContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputDialogPeer">IInputDialogPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputDocument">IInputDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedChat">IInputEncryptedChat</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedFile">IInputEncryptedFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputEncryptedFileCommon">I<wbr>Input<wbr>Encrypted<wbr>File<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputFile">IInputFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputFileLocation">IInputFileLocation</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputGame">IInputGame</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputGeoPoint">IInputGeoPoint</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMedia">IInputMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMediaCommon">IInputMediaCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputMessage">IInputMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputNotifyPeer">IInputNotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPaymentCredentials">I<wbr>Input<wbr>Payment<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeer">IInputPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeerCommon">IInputPeerCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPeerNotifySettings">I<wbr>Input<wbr>Peer<wbr>Notify<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPhoneCall">IInputPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPhoto">IInputPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPrivacyKey">IInputPrivacyKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputPrivacyRule">IInputPrivacyRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSecureFile">IInputSecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSecureValue">IInputSecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputSingleMedia">IInputSingleMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickeredMedia">IInputStickeredMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSet">IInputStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSetCommon">I<wbr>Input<wbr>Sticker<wbr>Set<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputStickerSetItem">IInputStickerSetItem</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputUser">IInputUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputUserCommon">IInputUserCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputWebDocument">IInputWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInputWebFileLocation">I<wbr>Input<wbr>Web<wbr>File<wbr>Location</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IInvoice">IInvoice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IIpPort">IIpPort</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IKeyboardButton">IKeyboardButton</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IKeyboardButtonRow">IKeyboardButtonRow</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILabeledPrice">ILabeledPrice</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackDifference">ILangPackDifference</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackLanguage">ILangPackLanguage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ILangPackString">ILangPackString</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMaskCoords">IMaskCoords</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessage">IMessage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageAction">IMessageAction</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageActionCommon">IMessageActionCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageCommon">IMessageCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageEntity">IMessageEntity</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageFwdHeader">IMessageFwdHeader</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageMedia">IMessageMedia</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageMediaCommon">IMessageMediaCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessageRange">IMessageRange</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessagesFilter">IMessagesFilter</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMessagesFilterCommon">I<wbr>Messages<wbr>Filter<wbr>Common</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IMsgDetailedInfo">IMsgDetailedInfo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/INearestDc">INearestDc</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/INotifyPeer">INotifyPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPage">IPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPageBlock">IPageBlock</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPasswordKdfAlgo">IPasswordKdfAlgo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentCharge">IPaymentCharge</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentRequestedInfo">I<wbr>Payment<wbr>Requested<wbr>Info</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials">I<wbr>Payment<wbr>Saved<wbr>Credentials</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeer">IPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeerNotifySettings">IPeerNotifySettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPeerSettings">IPeerSettings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCall">IPhoneCall</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallCommon">IPhoneCallCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallDiscardReason">I<wbr>Phone<wbr>Call<wbr>Discard<wbr>Reason</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneCallProtocol">IPhoneCallProtocol</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoneConnection">IPhoneConnection</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhoto">IPhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhotoSize">IPhotoSize</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPhotoSizeCommon">IPhotoSizeCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPong">IPong</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPopularContact">IPopularContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPostAddress">IPostAddress</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPQInnerData">IPQInnerData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPrivacyKey">IPrivacyKey</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPrivacyRule">IPrivacyRule</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReceivedNotifyMessage">I<wbr>Received<wbr>Notify<wbr>Message</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRecentMeUrl">IRecentMeUrl</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReplyMarkup">IReplyMarkup</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IReportReason">IReportReason</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRequest">IRequest</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRequest_1">IRequest<wbr>&lt;TResult&gt;<wbr></a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IResPQ">IResPQ</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRichText">IRichText</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRichTextCommon">IRichTextCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IRpcDropAnswer">IRpcDropAnswer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISavedContact">ISavedContact</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureCredentialsEncrypted">I<wbr>Secure<wbr>Credentials<wbr>Encrypted</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureData">ISecureData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureFile">ISecureFile</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecurePasswordKdfAlgo">I<wbr>Secure<wbr>Password<wbr>Kdf<wbr>Algo</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecurePlainData">ISecurePlainData</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureRequiredType">ISecureRequiredType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureSecretSettings">I<wbr>Secure<wbr>Secret<wbr>Settings</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValue">ISecureValue</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueError">ISecureValueError</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueHash">ISecureValueHash</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISecureValueType">ISecureValueType</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISendMessageAction">ISendMessageAction</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IServerDHParams">IServerDHParams</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ISetClientDHParamsAnswer">I<wbr>Set<wbr>Client<wbr>D<wbr>H<wbr>Params<wbr>Answer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IShippingOption">IShippingOption</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerPack">IStickerPack</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerSet">IStickerSet</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IStickerSetCovered">IStickerSetCovered</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeer">ITopPeer</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeerCategory">ITopPeerCategory</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/ITopPeerCategoryPeers">I<wbr>Top<wbr>Peer<wbr>Category<wbr>Peers</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUpdate">IUpdate</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUpdates">IUpdates</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUser">IUser</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserFull">IUserFull</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserProfilePhoto">IUserProfilePhoto</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserStatus">IUserStatus</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUserStatusCommon">IUserStatusCommon</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWallPaper">IWallPaper</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebAuthorization">IWebAuthorization</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebDocument">IWebDocument</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebPage">IWebPage</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebPageCommon">IWebPageCommon</a></li> </ul> </section> </aside> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <section class="content-header"> <h1>T<wbr>Update<wbr>Channel<wbr>Web<wbr>Page <small>Class</small></h1> </section> <section class="content"> <div class="panel panel-default"> <div class="panel-body"> <div class="row"> <div class="col-md-6"> <dl class="dl-horizontal"> <dt>Namespace</dt> <dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd> <dt>Interfaces</dt> <dd> <ul class="list-unstyled"> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IUpdate">IUpdate</a></li> <li><a href="/OpenTl.Schema/api/OpenTl.Schema/IObject">IObject</a></li> </ul> </dd> <dt>Base Types</dt> <dd> <ul class="list-unstyled"> <li>object</li> </ul> </dd> </dl> </div> <div class="col-md-6"> <div class="mermaid"> graph TD Base0["object"]--&gt;Type Interface0["IUpdate"]-.-&gt;Type click Interface0 "/OpenTl.Schema/api/OpenTl.Schema/IUpdate" Interface1["IObject"]-.-&gt;Type click Interface1 "/OpenTl.Schema/api/OpenTl.Schema/IObject" Type["TUpdateChannelWebPage"] class Type type-node </div> </div> </div> </div> </div> <h1 id="Syntax">Syntax</h1> <pre><code>[Serialize(0x40771900)] public sealed class TUpdateChannelWebPage : IUpdate, IObject</code></pre> <h1 id="Attributes">Attributes</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover two-cols"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody><tr> <td>SerializeAttribute</td> <td></td> </tr> </tbody></table> </div> </div> <h1 id="Properties">Properties</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage/9D75CD0F.html">ChannelId</a></td> <td>int</td> <td> <div></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage/ECCB869D.html">Pts</a></td> <td>int</td> <td> <div></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage/DABB2729.html">PtsCount</a></td> <td>int</td> <td> <div></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/TUpdateChannelWebPage/B7B093A6.html">Webpage</a></td> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/IWebPage">IWebPage</a></td> <td> <div></div> </td> </tr> </tbody></table> </div> </div> <h1 id="ExtensionMethods">Extension Methods</h1> <div class="box"> <div class="box-body no-padding table-responsive"> <table class="table table-striped table-hover three-cols"> <thead> <tr> <th>Name</th> <th>Value</th> <th>Summary</th> </tr> </thead> <tbody><tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/A1A958DE.html">As<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/4941F7D3.html">Is<wbr>&lt;T&gt;<wbr><wbr>()<wbr></a></td> <td>T</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> <tr> <td><a href="/OpenTl.Schema/api/OpenTl.Schema/Utils/CF7043C9.html">IsEmpty<wbr>()<wbr></a></td> <td>bool</td> <td> <div></div> <div><small><em>From <a href="/OpenTl.Schema/api/OpenTl.Schema/Utils">Utils</a></em></small></div> </td> </tr> </tbody></table> </div> </div> </section> </div> <!-- Footer --> <footer class="main-footer"> </footer> </div> <div class="wrapper bottom-wrapper"> <footer class="bottom-footer"> Generated by <a href="https://wyam.io">Wyam</a> </footer> </div> <a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a> <script> // Close the sidebar if we select an anchor link $(".main-sidebar a[href^='#']:not('.expand')").click(function(){ $(document.body).removeClass('sidebar-open'); }); $(document).load(function() { mermaid.initialize( { flowchart: { htmlLabels: false, useMaxWidth:false } }); mermaid.init(undefined, ".mermaid") $('svg').addClass('img-responsive'); $('pre code').each(function(i, block) { hljs.highlightBlock(block); }); }); hljs.initHighlightingOnLoad(); // Back to top $(window).scroll(function() { if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px $('#return-to-top').fadeIn(1000); // Fade in the arrow } else { $('#return-to-top').fadeOut(1000); // Else fade out the arrow } }); $('#return-to-top').click(function() { // When arrow is clicked $('body,html').animate({ scrollTop : 0 // Scroll to top of body }, 500); }); </script> </body></html>
OpenTl/OpenTl.Schema
docs/api/OpenTl.Schema/TUpdateChannelWebPage/index.html
HTML
mit
100,048
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.6.0_18) on Thu Dec 18 17:18:33 PST 2014 --> <title>Uses of Class java.beans.Statement (Java Platform SE 7 )</title> <meta name="date" content="2014-12-18"> <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class java.beans.Statement (Java Platform SE 7 )"; } //--> </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="../../../java/beans/Statement.html" title="class in java.beans">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/beans/class-use/Statement.html" target="_top">Frames</a></li> <li><a href="Statement.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 java.beans.Statement" class="title">Uses of Class<br>java.beans.Statement</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="../../../java/beans/Statement.html" title="class in java.beans">Statement</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="#java.beans">java.beans</a></td> <td class="colLast"> <div class="block">Contains classes related to developing <em>beans</em> -- components based on the JavaBeans&trade; architecture.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="java.beans"> <!-- --> </a> <h3>Uses of <a href="../../../java/beans/Statement.html" title="class in java.beans">Statement</a> in <a href="../../../java/beans/package-summary.html">java.beans</a></h3> <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subclasses, and an explanation"> <caption><span>Subclasses of <a href="../../../java/beans/Statement.html" title="class in java.beans">Statement</a> in <a href="../../../java/beans/package-summary.html">java.beans</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="../../../java/beans/Expression.html" title="class in java.beans">Expression</a></strong></code> <div class="block">An <code>Expression</code> object represents a primitive expression in which a single method is applied to a target and a set of arguments to return a result - as in <code>"a.getFoo()"</code>.</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="../../../java/beans/package-summary.html">java.beans</a> with parameters of type <a href="../../../java/beans/Statement.html" title="class in java.beans">Statement</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">XMLEncoder.</span><code><strong><a href="../../../java/beans/XMLEncoder.html#writeStatement(java.beans.Statement)">writeStatement</a></strong>(<a href="../../../java/beans/Statement.html" title="class in java.beans">Statement</a>&nbsp;oldStm)</code> <div class="block">Records the Statement so that the Encoder will produce the actual output when the stream is flushed.</div> </td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><span class="strong">Encoder.</span><code><strong><a href="../../../java/beans/Encoder.html#writeStatement(java.beans.Statement)">writeStatement</a></strong>(<a href="../../../java/beans/Statement.html" title="class in java.beans">Statement</a>&nbsp;oldStm)</code> <div class="block">Writes statement <code>oldStm</code> to the stream.</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../java/beans/Statement.html" title="class in java.beans">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../index-files/index-1.html">Index</a></li> <li><a href="../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><em><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;7</strong></em></div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../index.html?java/beans/class-use/Statement.html" target="_top">Frames</a></li> <li><a href="Statement.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><font size="-1"> <a href="http://bugreport.sun.com/bugreport/">Submit a bug or feature</a> <br>For further API reference and developer documentation, see <a href="http://docs.oracle.com/javase/7/docs/index.html" target="_blank">Java SE Documentation</a>. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.<br> <a href="../../../../legal/cpyr.html">Copyright</a> &#x00a9; 1993, 2015, Oracle and/or its affiliates. All rights reserved. </font></small></p> </body> </html>
fbiville/annotation-processing-ftw
doc/java/jdk7/java/beans/class-use/Statement.html
HTML
mit
8,127
{% extends "base.html" %} {% block submenus %} <div class="submenu"> <a {% if subsection == "contacts" %}class="menu-active" {% endif %}href="/contact/">Contacts</a> | <a {% if subsection == "groups" %}class="menu-active" {% endif %}href="/contact/group/">Contacts groups</a> </div> {% endblock %}
beebyte/irisett
irisett/webmgmt/templates/contacts_base.html
HTML
mit
321
<!DOCTYPE html> <html xmlns:msxsl="urn:schemas-microsoft-com:xslt"> <head> <meta content="en-us" http-equiv="Content-Language" /> <meta content="text/html; charset=utf-16" http-equiv="Content-Type" /> <title _locid="PortabilityAnalysis0">.NET Portability Report</title> <style> /* Body style, for the entire document */ body { background: #F3F3F4; color: #1E1E1F; font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; padding: 0; margin: 0; } /* Header1 style, used for the main title */ h1 { padding: 10px 0px 10px 10px; font-size: 21pt; background-color: #E2E2E2; border-bottom: 1px #C1C1C2 solid; color: #201F20; margin: 0; font-weight: normal; } /* Header2 style, used for "Overview" and other sections */ h2 { font-size: 18pt; font-weight: normal; padding: 15px 0 5px 0; margin: 0; } /* Header3 style, used for sub-sections, such as project name */ h3 { font-weight: normal; font-size: 15pt; margin: 0; padding: 15px 0 5px 0; background-color: transparent; } h4 { font-weight: normal; font-size: 12pt; margin: 0; padding: 0 0 0 0; background-color: transparent; } /* Color all hyperlinks one color */ a { color: #1382CE; } /* Paragraph text (for longer informational messages) */ p { font-size: 10pt; } /* Table styles */ table { border-spacing: 0 0; border-collapse: collapse; font-size: 10pt; } table th { background: #E7E7E8; text-align: left; text-decoration: none; font-weight: normal; padding: 3px 6px 3px 6px; } table td { vertical-align: top; padding: 3px 6px 5px 5px; margin: 0px; border: 1px solid #E7E7E8; background: #F7F7F8; } .NoBreakingChanges { color: darkgreen; font-weight:bold; } .FewBreakingChanges { color: orange; font-weight:bold; } .ManyBreakingChanges { color: red; font-weight:bold; } .BreakDetails { margin-left: 30px; } .CompatMessage { font-style: italic; font-size: 10pt; } .GoodMessage { color: darkgreen; } /* Local link is a style for hyperlinks that link to file:/// content, there are lots so color them as 'normal' text until the user mouse overs */ .localLink { color: #1E1E1F; background: #EEEEED; text-decoration: none; } .localLink:hover { color: #1382CE; background: #FFFF99; text-decoration: none; } /* Center text, used in the over views cells that contain message level counts */ .textCentered { text-align: center; } /* The message cells in message tables should take up all avaliable space */ .messageCell { width: 100%; } /* Padding around the content after the h1 */ #content { padding: 0px 12px 12px 12px; } /* The overview table expands to width, with a max width of 97% */ #overview table { width: auto; max-width: 75%; } /* The messages tables are always 97% width */ #messages table { width: 97%; } /* All Icons */ .IconSuccessEncoded, .IconInfoEncoded, .IconWarningEncoded, .IconErrorEncoded { min-width: 18px; min-height: 18px; background-repeat: no-repeat; background-position: center; } /* Success icon encoded */ .IconSuccessEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconSuccess#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABPElEQVR4Xp1Tv0vDUBi8FqeA4NpBcBLcWnQSApncOnTo4FSnjP0DsnXpH5CxiwbHDg4Zuj4oOEXiJgiC4FDcCkLWmIMc1Pfw+eMgQ77v3Xf3Pe51YKGqqisAEwCR1TIAsiAIblSo6xrdHeJR85Xle3mdmCQKb0PsfqyxxzM8K15HZADl/H5+sHpZwYfxyRjTs+kWwKBx8yoHd2mRiuzF8mkJniWH/13u3Fjrs/EdhsdDFHGB/DLXEJBDLh1MWPAhPo1BLB4WX5yQywHR+m3tVe/t97D52CB/ziG0nIgD/qDuYg8WuCcVZ2YGwlJ3YDugkpR/VNcAEx6GEKhERSr71FuO4YCM4XBdwKvecjIlkSnsO0Hyp/GxSeJAdzBKzpOtnPwyyiPdAZhpZptT04tU+zk7s8czeges//s5C5+CwqrR4/gw+AAAAABJRU5ErkJggg==); } /* Information icon encoded */ .IconInfoEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconInformation#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABHElEQVR4Xs2TsUoDQRRF7wwoziokjZUKadInhdhukR9YP8DMX1hYW+QvdsXa/QHBbcXC7W0CamWTQnclFutceIQJwwaWNLlwm5k5d94M76mmaeCrrmsLYOocY12FcxZFUeozCqKqqgYA8uevv1H6VuPxcwlfk5N92KHBxfFeCSAxxswlYAW/Xr989x/mv9gkhtyMDhcAxgzRsp7flj8B/HF1RsMXq+NZMkopaHe7lbKxQUEIGbKsYNoGn969060hZBkQex/W8oRQwsQaW2o3Ago2SVcJUzAgY3N0lTCZZm+zPS8HB51gMmS1DEYyOz9acKO1D8JWTlafKIMxdhvlfdyT94Vv5h7P8Ky7nQzACmhvKq3zk3PjW9asz9D/1oigecsioooAAAAASUVORK5CYII=); } /* Warning icon encoded */ .IconWarningEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconWarning#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAx0lEQVR4XpWSMQ7CMAxFf4xAyBMLCxMrO8dhaBcuwdCJS3RJBw7SA/QGTCxdWJgiQYWKXJWKIXHIlyw5lqr34tQgEOdcBsCOx5yZK3hCCKdYXneQkh4pEfqzLfu+wVDSyyzFoJjfz9NB+pAF+eizx2Vruts0k15mPgvS6GYvpVtQhB61IB/dk6AF6fS4Ben0uIX5odtFe8Q/eW1KvFeH4e8khT6+gm5B+t3juyDt7n0jpe+CANTd+oTUjN/U3yVaABnSUjFz/gFq44JaVSCXeQAAAABJRU5ErkJggg==); } /* Error icon encoded */ .IconErrorEncoded { /* Note: Do not delete the comment below. It is used to verify the correctness of the encoded image resource below before the product is released */ /* [---XsltValidateInternal-Base64EncodedImage:IconError#Begin#background-image: url(data:image/png;base64,#Separator#);#End#] */ background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABQElEQVR4XqWTvUoEQRCE6wYPZUA80AfwAQz23uCMjA7MDRQEIzPBVEyNTQUFIw00vcQTTMzuAh/AxEQQT8HF/3G/oGGnEUGuoNnd6qoZuqltyKEsyzVJq5I6rnUp6SjGeGhESikzzlc1eL7opfuVbrqbU1Zw9NCgtQMaZpY0eNnaaL2fHusvTK5vKu7sjSS1Y4y3QUA6K3e3Mau5UFDyMP7tYF9o8cAHZv68vipoIJg971PZIZ5HiwdvYGGvFVFHmGmZ2MxwmQYPXubPl9Up0tfoMQGetXd6mRbvhBw+boZ6WF7Mbv1+GsHRk0fQmPAH1GfmZirbCfDJ61tw3Px8/8pZsPAG4jlVhcPgZ7adwNWBB68lkRQWFiTgFlbnLY3DGGM7izIJIyT/jjIvEJw6fdJTc6krDzh6aMwMP9bvDH4ADSsa9uSWVJkAAAAASUVORK5CYII=); } </style> </head> <body> <h1 _locid="PortabilityReport">.NET Portability Report</h1> <div id="content"> <div id="submissionId" style="font-size:8pt;"> <p> <i> Submission Id&nbsp; 44d790e9-99e3-4b02-92bf-1b725cfe936a </i> </p> </div> <h2 _locid="SummaryTitle"> <a name="Portability Summary"></a>Portability Summary </h2> <div id="summary"> <table> <tbody> <tr> <th>Assembly</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> </tr> <tr> <td><strong><a href="#TmxCSharp.net45">TmxCSharp.net45</a></strong></td> <td class="text-center">100.00 %</td> <td class="text-center">97.41 %</td> <td class="text-center">100.00 %</td> <td class="text-center">97.41 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="TmxCSharp.net45"><h3>TmxCSharp.net45</h3></a> <table> <tbody> <tr> <th>Target type</th> <th>ASP.NET 5,Version=v1.0</th> <th>Windows,Version=v8.1</th> <th>.NET Framework,Version=v4.6</th> <th>Windows Phone,Version=v8.1</th> <th>Recommended changes</th> </tr> <tr> <td>System.IO.File</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">OpenRead(System.String)</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> <tr> <td>System.IO.FileStream</td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> <td>&nbsp;</td> </tr> </tbody> </table> <p> <a href="#Portability Summary">Back to Summary</a> </p> </div> </div> </body> </html>
kuhlenh/port-to-core
Reports/tm/tmxcsharp.1.0.1.2/TmxCSharp.net45-net45.html
HTML
mit
12,411
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目&nbsp;</b></th><td class="std2">順天者存,逆天者亡</td></tr> <tr><th class="std1"><b>注音&nbsp;</b></th><td class="std2">ㄕㄨㄣ<sup class="subfont">ˋ</sup> ㄊ|ㄢ ㄓㄜ<sup class="subfont">ˇ</sup> ㄘㄨㄣ<sup class="subfont">ˊ</sup> ㄋ|<sup class="subfont">ˋ</sup> ㄊ|ㄢ ㄓㄜ<sup class="subfont">ˇ</sup> ㄨㄤ<sup class="subfont">ˊ</sup></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">shùn tiān zhě cún nì tiān zhě wáng</font></td></tr> <tr><th class="std1"><b>釋義&nbsp;</b></th><td class="std2">順應天道必可長存,違逆天理將遭滅亡。孟子˙離婁:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>天下有道,小德役大德,小賢役大賢;天下無道,小役大,弱役強。斯二者,天也。順天者存,逆天者亡。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>明˙王世貞˙鳴鳳記˙第六齣:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>自古道:<img src=/cydic/dicword/fa42.gif border=0 alt=* class=fontimg valign=center>順天者存,逆天者亡。<img src=/cydic/dicword/fa43.gif border=0 alt=* class=fontimg valign=center>皇上久厭兵革,方與邵真人修延熙萬壽清醮,太師要興兵,先已逆天了。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>亦作<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>順天者昌,逆天者亡<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>。</td></tr> <tr><th class="std1"><b><font class="fltypefont">附錄</font>&nbsp;</b></th><td class="std2">修訂本參考資料</td></tr> </td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
BuzzAcademy/idioms-moe-unformatted-data
all-data/16000-16999/16866-22.html
HTML
mit
2,278
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" > <channel> <title>Comments for Capoeira Canberra</title> <atom:link href="http://www.capoeiracanberra.com.au/comments/feed/" rel="self" type="application/rss+xml" /> <link>http://www.capoeiracanberra.com.au</link> <description>Capoeira Senzala Australia with Mestre Rodriguinho in Canberra</description> <lastBuildDate></lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>https://wordpress.org/?v=4.5.1</generator> </channel> </rss> <!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/ Page Caching using wincache Database Caching using wincache Object Caching 324/352 objects using wincache Served from: www.capoeiracanberra.com.au @ 2017-07-01 10:36:26 by W3 Total Cache -->
CapoeiraSenzalaAustralia/CapoeiraSenzalaAustralia.github.io
comments/feed/index.html
HTML
mit
1,065
<!DOCTYPE html> <html> <head> <title>Find Me Cool</title> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!--<link rel="stylesheet" href="styles.css">--> <link rel="stylesheet" href="/font-awesome-4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> <!-- Polyfill(s) for older browsers --> <script src="node_modules/core-js/client/shim.min.js"></script> <script src="node_modules/zone.js/dist/zone.js"></script> <script src="node_modules/systemjs/dist/system.src.js"></script> <script src="systemjs.config.js"></script> <script src="//js.pusher.com/4.0/pusher.min.js"></script> <script> System.import('app').catch(function(err){ console.error(err); }); </script> </head> <body> <my-header></my-header> <my-app> </my-app> <home-feed></home-feed> </body> </html>
cclp94/findmecool.tech
index.html
HTML
mit
1,169
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>App Engine Python SDK: google.appengine.ext.cloudstorage.stub_dispatcher._Range Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>cloudstorage</b></li><li class="navelem"><b>stub_dispatcher</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___range.html">_Range</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-attribs">Public Attributes</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___range-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">google.appengine.ext.cloudstorage.stub_dispatcher._Range Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.ext.cloudstorage.stub_dispatcher._Range:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___range.png" usemap="#google.appengine.ext.cloudstorage.stub_dispatcher._Range_map" alt=""/> <map id="google.appengine.ext.cloudstorage.stub_dispatcher._Range_map" name="google.appengine.ext.cloudstorage.stub_dispatcher._Range_map"> <area href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header.html" alt="google.appengine.ext.cloudstorage.stub_dispatcher._Header" shape="rect" coords="0,56,356,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a01061517e128731ac4fe12a995b1c4b9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a01061517e128731ac4fe12a995b1c4b9"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>__init__</b></td></tr> <tr class="separator:a01061517e128731ac4fe12a995b1c4b9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header.html">google.appengine.ext.cloudstorage.stub_dispatcher._Header</a></td></tr> <tr class="memitem:a627f2b74aa4036df706fc74a9afb2902 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header.html#a627f2b74aa4036df706fc74a9afb2902">__init__</a></td></tr> <tr class="separator:a627f2b74aa4036df706fc74a9afb2902 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a> Public Attributes</h2></td></tr> <tr class="memitem:a39cf4295fc567a63a06c2ff958e32775"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a39cf4295fc567a63a06c2ff958e32775"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>value</b></td></tr> <tr class="separator:a39cf4295fc567a63a06c2ff958e32775"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td colspan="2" onclick="javascript:toggleInherit('pub_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header')"><img src="closed.png" alt="-"/>&#160;Public Attributes inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header.html">google.appengine.ext.cloudstorage.stub_dispatcher._Header</a></td></tr> <tr class="memitem:abb5a5645c775a2eb8c0f6c013a1f5f90 inherit pub_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="abb5a5645c775a2eb8c0f6c013a1f5f90"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>value</b></td></tr> <tr class="separator:abb5a5645c775a2eb8c0f6c013a1f5f90 inherit pub_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a0bdc11f3d7b82792d71bfb4c1640c5a3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0bdc11f3d7b82792d71bfb4c1640c5a3"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>HEADER</b> = 'Range'</td></tr> <tr class="separator:a0bdc11f3d7b82792d71bfb4c1640c5a3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header')"><img src="closed.png" alt="-"/>&#160;Static Public Attributes inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header.html">google.appengine.ext.cloudstorage.stub_dispatcher._Header</a></td></tr> <tr class="memitem:a6647fe352f180c9bf3174839c5515dd3 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6647fe352f180c9bf3174839c5515dd3"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>HEADER</b> = ''</td></tr> <tr class="separator:a6647fe352f180c9bf3174839c5515dd3 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a84027d3fbd428b68119dbd75c91a3a5f inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a84027d3fbd428b68119dbd75c91a3a5f"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>DEFAULT</b> = None</td></tr> <tr class="separator:a84027d3fbd428b68119dbd75c91a3a5f inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___header"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><pre class="fragment">_Range header. Used by read. Format: Range: bytes=1-3. </pre> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/ext/cloudstorage/stub_dispatcher.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
tzmartin/gae-python.docset
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1cloudstorage_1_1stub__dispatcher_1_1___range.html
HTML
mit
9,027
<!DOCTYPE html> <html dir="ltr" lang="sl-SI"> <head profile="http://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Ustvarite povezavo s stalnim naslovom IP</title> <link rel="stylesheet" type="text/css" href="../vodnik_1404.css"> <link rel="stylesheet" type="text/css" > <script type="text/javascript" src="jquery.js"></script><script type="text/javascript" src="jquery.syntax.js"></script><script type="text/javascript" src="yelp.js"></script> </head> <body><div id="wrapper" class="hfeed"> <div id="header"> <div id="branding"> <div id="blog-title"><span><a rel="home" title="Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu" href="https://www.ubuntu.si/">Ubuntu Slovenija | Uradna spletna stran slovenske skupnosti Linux distribucije Ubuntu</a></span></div> <h1 id="blog-description"></h1> </div> <div id="access"><div id="loco-header-menu"><ul id="primary-header-menu"><li class="widget-container widget_nav_menu" id="nav_menu-3"><div class="menu-glavni-meni-container"><ul class="menu" id="menu-glavni-meni"> <li id="menu-item-15" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-15"><a href="/">Novice</a></li> <li id="menu-item-16" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-16"><a href="/punbb/">Forum</a></li> <li id="menu-item-19" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-19"><a href="http://www.ubuntu.si/wordpress/kaj-je-ubuntu/">Kaj je Ubuntu?</a></li> <li id="menu-item-20" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-20"><a href="http://www.ubuntu.si/wordpress/pogosta_vprasanja/">Pogosta vprašanja</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"><a href="http://www.ubuntu.si/wordpress/skupnost/">Skupnost</a></li> <li id="menu-item-18" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-18"><a href="http://www.ubuntu.si/wordpress/povezave/">Povezave</a></li> </ul></div></li></ul></div></div> </div> <div id="main"><div id="container"><div id="content"> <!-- Piwik Image Tracker --><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1&amp;rec=1" style="border:0" alt="" /><!-- End Piwik --> </script><div class="trails"><div class="trail"> <a class="trail" href="index.html" title="Namizni vodnik Ubuntu"><span class="media media-image"><img src="figures/ubuntu-logo.png" height="16" width="16" alt="Help"></span> Namizni vodnik Ubuntu</a> » <a class="trail" href="net.html" title="Omreženje, splet, pošta in klepet">Omreženje, splet, pošta in klepet</a> » <a class="trail" href="net-wired.html" title="Žične povezave">Žične povezave</a> » </div></div> <div class="hgroup"><h1 class="title"><span class="title">Ustvarite povezavo s stalnim naslovom IP</span></h1></div> <div class="region"> <div class="contents"> <p class="p">Večina omrežij bo samodejno dodelila naslov IP in druge podatke računalniku, ko se povežete v omrežje. Ti podatki se lahko občasno spremenijo, vendar boste morda želeli imeti določen naslov IP računalnika, tako da boste vedno vedeli, kakšen je njegov naslov (na primer, če je datotečni strežnik).</p> <p class="p">Da vašemu računalniku stalni (statični) naslov IP:</p> <div class="steps"><div class="inner"><div class="region"><ol class="steps"> <li class="steps"><p class="p">Kliknite na <span class=" gui">meni omrežja</span> na vrhnjem pultu in izberite <span class=" gui">Urejanje povezav</span>.</p></li> <li class="steps"><p class="p">Izberite povezavo Auto ETH v zavihku <span class=" gui">Omrežno</span>ali na omrežju WiFi v zavihku <span class=" gui">Brezžično</span> in kliknite <span class=" gui">Uredi</span>.</p></li> <li class="steps"><p class="p">Kliknite na zavihek <span class=" gui">Nastavitve IPv4</span> in spremenite <span class=" gui">Način</span> v <span class=" em">Ročno</span>.</p></li> <li class="steps"><p class="p">V primeru da na seznamu <span class=" gui">Naslovi</span> ni podatkov o povezavi ali če želite vzpostaviti novo povezavo, kliknite <span class=" gui">Dodaj</span>.</p></li> <li class="steps"><p class="p">Vnesite <span class=" em">Naslove IP</span>, <span class=" em">Omrežno masko</span> in podatke <span class=" em">Prehoda</span> v ustrezna polja. Izbira teh nastavitev je odvisna od nastavitev vašega omrežja. Obstajajo določena pravila, ki določajo kateri naslovi IP in omrežne maske so veljavne za dano omrežje.</p></li> <li class="steps"><p class="p">Če je to potrebno, vnesite naslov <span class=" em">Strežnik imen domen</span> v polje <span class=" gui">Strežniki DNS</span>. To je naslov IP strežnika, ki poišče imena domen. Večina podjetij in ponudnikov interneta ima namenske strežnike DNS.</p></li> <li class="steps"><p class="p">Kliknite <span class=" gui">Shrani</span>.</p></li> <li class="steps"><p class="p">Zaprite okno omrežnih nastavitev.</p></li> </ol></div></div></div> </div> <div class="links guidelinks"><div class="inner"> <div class="title"><h3><span class="title">Več podrobnosti</span></h3></div> <div class="region"><ul><li class="links"> <a href="net-wired.html" title="Žične povezave">Žične povezave</a><span class="desc"> — <span class=" link"><a href="net-wired-connect.html" title="Povezava z žičnim (Eternet) omrežjem">Žične internetne povezave</a></span>, <span class=" link"><a href="net-fixed-ip-address.html" title="Ustvarite povezavo s stalnim naslovom IP">nespremenjeni naslovi IP</a></span> ...</span> </li></ul></div> </div></div> </div> <div class="clear"></div> </div></div></div> <div id="footer"><img src="https://piwik-ubuntusi.rhcloud.com/piwik.php?idsite=1amp;rec=1" style="border:0"><div id="siteinfo"><p>Material v tem dokumentu je na voljo pod prosto licenco. To je prevod dokumentacije Ubuntu, ki jo je sestavila <a href="https://wiki.ubuntu.com/DocumentationTeam">Ubuntu dokumentacijska ekpa za Ubuntu</a>. V slovenščino jo je prevedla skupina <a href="https://wiki.lugos.si/slovenjenje:ubuntu">Ubuntu prevajalcev</a>. Za poročanje napak v prevodih v tej dokumentaciji ali Ubuntuju pošljite sporočilo na <a href="mailto:ubuntu-l10n-slv@lists.ubuntu.com?subject=Prijava%20napak%20v%20prevodih">dopisni seznam</a>.</p></div></div> </div></body> </html>
ubuntu-si/ubuntu.si
vodnik/11.10/net-fixed-ip-address.html
HTML
mit
6,384
version https://git-lfs.github.com/spec/v1 oid sha256:4cabeb8c52c48ec8034a140419664a2910196ec52e7f9f70bafc120b6a167a04 size 6998
xiangzhuyuan/cron-jlpt
nhk/html/k10010445021000.html
HTML
mit
129
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - LG-KP175</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> LG-KP175 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => LG-KP175 [family] => LG KP175 [brand] => LG [model] => KP175 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>LG-KP175 </td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => [browser] => LG-KP175 [version] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.20701</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 0 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => LG [mobile_model] => KP175 [version] => [is_android] => [browser_name] => unknown [operating_system_family] => unknown [operating_system_version] => [is_ios] => [producer] => LG [operating_system] => unknown [mobile_screen_width] => 0 [mobile_browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.006</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => [operatingSystem] => Array ( ) [device] => Array ( [brand] => LG [brandName] => LG [model] => KP175 [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => [minor] => [patch] => [family] => Other ) [os] => UAParser\Result\OperatingSystem Object ( [major] => [minor] => [patch] => [patchMinor] => [family] => Other ) [device] => UAParser\Result\Device Object ( [brand] => LG [model] => KP175 [family] => LG KP175 ) [originalUserAgent] => LG-KP175 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>UserAgentStringCom<br /><small></small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>LGKP175</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24301</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => [simple_sub_description_string] => [simple_browser_string] => [browser_version] => [extra_info] => Array ( ) [operating_platform] => LGKP175 [extra_info_table] => Array ( ) [layout_engine_name] => [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => [operating_system_version] => [simple_operating_platform_string] => LGKP175 [is_abusive] => [layout_engine_version] => [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => LG [operating_system] => [operating_system_version_full] => [operating_platform_code] => LGKP175 [browser_name] => [operating_system_name_code] => [user_agent] => LG-KP175 [browser_version_full] => [browser] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td>mobile:feature</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [device] => Array ( [type] => mobile [subtype] => feature [manufacturer] => LG [model] => KP175 ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td> <td colspan="12" class="center-align red lighten-1"> <strong>No result found</strong> </td> </tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.019</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => false [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => false [is_mobile] => true [is_robot] => false [is_smartphone] => false [is_touchscreen] => false [is_wml_preferred] => false [is_xhtmlmp_preferred] => true [is_html_preferred] => false [advertised_device_os] => [advertised_device_os_version] => [advertised_browser] => [advertised_browser_version] => [complete_device_name] => LG KP175 [device_name] => LG KP175 [form_factor] => Feature Phone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => LG [model_name] => KP175 [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => false [has_qwerty_keyboard] => false [can_skip_aligned_link_row] => true [uaprof] => http://gsm.lge.com/html/gsm/LG-KP175.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => [mobile_browser] => Teleca-Obigo [mobile_browser_version] => 5 [device_os_version] => [pointing_method] => [release_date] => 2008_december [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => true [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => false [xhtml_supports_forms_in_table] => false [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => false [xhtml_supports_css_cell_table_coloring] => false [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => false [xhtml_document_title_support] => true [xhtml_preferred_charset] => utf8 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml [xhtml_table_support] => true [xhtml_send_sms_string] => none [xhtml_send_mms_string] => none [xhtml_file_upload] => not_supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => none [xhtml_avoid_accesskeys] => false [xhtml_can_embed_video] => none [ajax_support_javascript] => false [ajax_manipulate_css] => false [ajax_support_getelementbyid] => false [ajax_support_inner_html] => false [ajax_xhr_type] => none [ajax_manipulate_dom] => false [ajax_support_events] => false [ajax_support_event_listener] => false [ajax_preferred_geoloc_api] => none [xhtml_support_level] => 1 [preferred_markup] => html_wi_oma_xhtmlmp_1_0 [wml_1_1] => true [wml_1_2] => false [wml_1_3] => true [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => false [html_web_4_0] => false [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 128 [resolution_height] => 160 [columns] => 11 [max_image_width] => 120 [max_image_height] => 130 [rows] => 6 [physical_screen_width] => 27 [physical_screen_height] => 27 [dual_orientation] => false [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => true [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => false [transparent_png_index] => false [svgt_1_1] => false [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => false [webp_lossless_support] => false [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => true [wta_voice_call] => false [wta_phonebook] => true [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 40 [wifi] => false [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 51200 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => true [streaming_video] => false [streaming_3gpp] => false [streaming_mp4] => false [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => -1 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => -1 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => -1 [streaming_acodec_amr] => none [streaming_acodec_aac] => none [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => none [wap_push_support] => true [connectionless_service_indication] => false [connectionless_service_load] => false [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => false [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => true [j2me_cldc_1_1] => true [j2me_midp_1_0] => true [j2me_midp_2_0] => true [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => false [sender] => false [mms_max_size] => 307200 [mms_max_height] => 480 [mms_max_width] => 640 [built_in_recorder] => false [built_in_camera] => false [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => false [mms_png] => true [mms_bmp] => true [mms_wbmp] => true [mms_amr] => true [mms_wav] => false [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => true [mms_mmf] => false [mms_mp3] => false [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => false [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => false [mms_mp4] => false [mms_3gpp] => false [mms_3gpp2] => false [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => false [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => true [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => none [css_rounded_corners] => none [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => false [progressive_download] => false [playback_vcodec_h263_0] => -1 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => -1 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => -1 [playback_real_media] => none [playback_3gpp] => false [playback_3g2] => false [playback_mp4] => false [playback_mov] => false [playback_acodec_amr] => none [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => false [html_preferred_dtd] => xhtml_mp1 [viewport_supported] => false [viewport_width] => [viewport_userscalable] => [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => none [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => none [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">LG</td><td>KP175</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => # [title] => Unknown [name] => Unknown [version] => [code] => null [image] => img/16/browser/null.png ) [os] => Array ( [link] => [name] => [version] => [code] => null [x64] => [title] => [type] => os [dir] => os [image] => img/16/os/null.png ) [device] => Array ( [link] => http://www.lgmobile.com [title] => LG KP175 [model] => KP175 [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.png ) [platform] => Array ( [link] => http://www.lgmobile.com [title] => LG KP175 [model] => KP175 [brand] => LG [code] => lg [dir] => device [type] => device [image] => img/16/device/lg.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:03:40</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/9c/a3/9ca3b221-f0f6-4bde-b262-fee72a0ab967.html
HTML
mit
39,886
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>18 --> 19</title> <link href="./../../assets/style.css" rel="stylesheet"> </head> <body> <h2>You have to be fast</h2> <a href="./a0e5632e5c3fc679d2b878015b66c6a81c238f7b9b710c09052ade085d1e84a6.html">Teleport</a> <hr> <a href="./../../about.md">About</a> (Spoilers! ) <script src="./../../assets/md5.js"></script> <script> window.currentLevel = 7; </script> <script src="./../../assets/script.js"></script> </body> </html>
simonmysun/praxis
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/021156b732ae46dc0076618001754903e1ed3b3fb8f3a70b35daf3322656fe3f.html
HTML
mit
550
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link rel="stylesheet" href="../css/bootstrap.min.css"> <link rel="stylesheet" href="../css/style.css"> <link rel="stylesheet" href="RegexSearch.css"> <script type="text/javascript" src="../js/jquery-3.2.1.min.js"></script> <script type="text/javascript" src="../js/bootstrap.js"></script> </head> <body onpagehide="alert('unloaded');"> <div class="content"> <div class="form-group"> <label for="regexInput">Type Regex here</label> <div class="input-group"> <span class="input-group-addon" id="slash-addon1">/</span> <input type="text" class="form-control monospaced" name="regex" id="regexInput" placeholder="Regular Expression" autofocus> <span class="input-group-addon" id="slash-addon2">/</span> </div> </div> <div class="checkbox"> <label><input type="checkbox" name="Global" id="globalCheckbox"> Global </label> <label><input type="checkbox" name="Case-insensitive" id="caseInsensitiveCheckbox"> Case-insensitive </label> <label><input type="checkbox" name="Multiline" id="multilineCheckbox"> Multiline </label> <label><input type="checkbox" name="IgnoreHTML" id="IgnoreHTMLCheckbox"> Ignore HTML </label> </div> <div class="form-group"> <label for="template">Type a custom template (Optional)</label> <input type="text" class="form-control monospaced" name="template" id="templateInput" placeholder="template"> </div> <div class="btn-group" role="group" aria-label="..."> <button class="btn btn-primary" id="searchButton"><span class="glyphicon glyphicon-search"></span> Search</button> <button class="btn btn-warning" id="highlightButton"><span class="glyphicon glyphicon-tint"></span> Highlight</button> <button class="btn btn-default" id="saveButton" data-toggle="modal" data-target="#saveModal"><span class="glyphicon glyphicon-floppy-save"></span> Save Profile</button> <!-- DropDown --> <div class="btn-group" role="group"> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <span class="glyphicon glyphicon-floppy-open"></span> Saved Profiles <span class="caret"></span> </button> <ul class="dropdown-menu" id="profilesList"> <li ><a href="#" storageID="manage"><span class="glyphicon glyphicon-cog"></span> Manage Profiles</a></li> <li role="separator" class="divider"></li> </ul> </div> <button class="btn btn-danger" id="resetButton"><span class="glyphicon glyphicon-remove"></span> Reset</button> </div> <hr> <div class="form-group"> <label for="resultTextarea">Result</label> <p id="matchesCount"></p> <textarea class="form-control monospaced" name="result" id="resultTextarea" readonly="readonly"></textarea> </div> <div class="form-group"> <button class="btn btn-default btn-block" id="copyResultButton">Copy</button> </div> <button class="btn btn-default" id="helpButton" data-toggle="modal" data-target="#helpModal">Help</button> <button class="btn btn-default pull-right" id="colorButton" data-toggle="modal" data-target="#colorModal">Change Highlight Color</button> </div> <!-- SAVE MODAL --> <div class="modal fade" id="saveModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Save Profile</h4> </div> <div class="modal-body"> <div class="alert alert-danger alert-dismissible fade in" style="display:none;" role="alert" id="name_alert_modal"> Type A name <button type="button" class="close" data-dismiss="alert" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="form-group"> <label for="profileNameInput_modal">Profile Name</label> <input type="text" class="form-control monospaced" name="profileNameInput_modal" id="profileNameInput_modal" placeholder="Name"> </div> <div class="form-group"> <label for="regexInput_modal">Type Regex here</label> <div class="input-group"> <span class="input-group-addon" id="slash-addon1_modal">/</span> <input type="text" class="form-control monospaced" name="regex" id="regexInput_modal" placeholder="Regular Expression"> <span class="input-group-addon" id="slash-addon2_modal">/</span> </div> </div> <div class="checkbox"> <label><input type="checkbox" name="Global_modal" id="globalCheckbox_modal"> Global </label> <label><input type="checkbox" name="Case-insensitive_modal" id="caseInsensitiveCheckbox_modal"> Case-insensitive </label> <label><input type="checkbox" name="Multiline_modal" id="multilineCheckbox_modal"> Multiline </label> <label><input type="checkbox" name="IgnoreHTML_modal" id="IgnoreHTMLCheckbox_modal"> Ignore HTML </label> </div> <div class="form-group"> <label for="templateInput_modal">Type a custom template (Optional)</label> <input type="text" class="form-control monospaced" name="template" id="templateInput_modal" placeholder="template"> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> <button type="button" class="btn btn-primary" data-dismiss="modal" id="saveButton_modal">Save changes</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <!-- HELP MODAL --> <div class="modal fade" id="helpModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Help</h4> </div> <div class="modal-body"> <!-- Converted from help.md --> <h5 id="special-regex-characters">Special Regex Characters</h5> <ul> <li><code>.</code> - matches any character</li> <li><code>\d</code> - matches digits 0-9</li> <li><code>\D</code> - matches any character but 0-9</li> <li><code>\s</code> - matches whitespace characters</li> <li><code>\S</code> - matches any character but whitespace</li> <li><code>\w</code> - matches A-Z, a-z, 0-9, and _</li> <li><code>\W</code> - matches any character but A-Z, a-z, 0-9, and _</li> <li><code>\t</code> - matches a tab character</li> <li><code>\n</code> - matches a newline character <ul> <li>This can be used in the template to print a newline</li> </ul> </li> </ul> <h5 id="character-sets">Character Sets</h5> <ul> <li><code>[ab]</code> - matches any one character within the brackets</li> <li><code>[^ab]</code> - matches any character except those in the brackets</li> </ul> <h5 id="alternation">Alternation</h5> <ul> <li><code>a|b</code> - matches the expression on the right or the expression on the left</li> </ul> <h5 id="boundaries">Boundaries</h5> <ul> <li><code>^</code> - matches the beginning of input <ul> <li>Also matches the beginning of the line when &#39;Multiline&#39; is checked</li> </ul> </li> <li><code>$</code> - matches the end of input <ul> <li>Also matches the end of the line before the line break character when &#39;Multiline&#39; is checked</li> </ul> </li> <li><code>\b</code> - matches word boundaries</li> <li><code>\B</code> - matches non-word boundaries</li> </ul> <h5 id="grouping-and-back-references">Grouping and Back References</h5> <ul> <li><code>(a)</code> - matches the expression within and remembers the match</li> <li><code>\n</code> - matches the <em>n</em>th parenthesized expression, where <em>n</em> is a positive integer <ul> <li>This can be used in the template to print the <em>n</em>th parenthesized expression</li> </ul> </li> <li><code>(?:a)</code> - matches the expression within and doesn&#39;t remember the match</li> </ul> <h5 id="quantifiers">Quantifiers</h5> <ul> <li><code>a*</code> - matches the expression 0 or more times</li> <li><code>a+</code> - matches the expression 1 or more times</li> <li><code>a?</code> - matches the expression 0 or 1 times</li> <li><code>a{n}</code> - matches the expression <em>n</em> times</li> <li><code>a{n,}</code> - matches the expression <em>n</em> or more times</li> <li><code>a{n,m}</code> - matches the expression <em>n</em> to <em>m</em> times</li> </ul> <p> For details, examples, and advanced concepts, visit <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp#Special_characters_meaning_in_regular_expressions">this documentation.</a> </p> <p class="small"> Note: <em>a</em> and <em>b</em> in the examples represent any expression (except in the case of <code>\b</code>) </p> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <!-- COLOR MODAL --> <div class="modal fade" id="colorModal" tabindex="-1" role="dialog"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title">Change Highlight Color</h4> </div> <div class="modal-body"> <div class="form-group"> <div id="standardColors"> <div class="form-check"> <input class="form-check-input" type="radio" name="color" id="yellowColor" value="yellow" checked> <label class="form-check-label label" id="yellowLabel" for="yellowColor">Yellow</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="color" id="blueColor" value="cyan"> <label class="form-check-label label" id="blueLabel" for="blueColor">Blue</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="color" id="greenColor" value="lawngreen"> <label class="form-check-label label" id="greenLabel" for="greenColor">Green</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="color" id="pinkColor" value="hotpink"> <label class="form-check-label label" id="pinkLabel" for="pinkColor">Pink</label> </div> <div class="form-check"> <input class="form-check-input" type="radio" name="color" id="purpleColor" value="magenta"> <label class="form-check-label label" id="purpleLabel" for="purpleColor">Purple</label> </div> </div> <div class="form-check"> <div class="input-group"> <div class="input-group-addon input-group-text"> <input type="radio" name="color" id="customColor" value="custom"> <label id="customLabel" for="customColor">Custom: </label> </div> <span class="input-group-addon" id="hash-addon">#</span> <input type="text" class="form-control monospaced" name="color" id="customColorInput" placeholder="ffffff" pattern="[\da-fA-F]{6}"> </div> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-primary" id="updateColor" data-dismiss="modal">Update</button> <button type="button" class="btn" data-dismiss="modal">Close</button> </div> </div><!-- /.modal-content --> </div><!-- /.modal-dialog --> </div><!-- /.modal --> <script type="text/javascript" src="RegexSearch.js"></script> </body> </html>
Mohd-PH/RegexSearch
popup/RegexSearch.html
HTML
mit
13,991
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>class RubyXL::WorkbookViews - rubyXL 3.3.29</title> <script type="text/javascript"> var rdoc_rel_prefix = "../"; var index_rel_prefix = "../"; </script> <script src="../js/jquery.js"></script> <script src="../js/darkfish.js"></script> <link href="../css/fonts.css" rel="stylesheet"> <link href="../css/rdoc.css" rel="stylesheet"> <body id="top" role="document" class="class"> <nav role="navigation"> <div id="project-navigation"> <div id="home-section" role="region" title="Quick navigation" class="nav-section"> <h2> <a href="../index.html" rel="home">Home</a> </h2> <div id="table-of-contents-navigation"> <a href="../table_of_contents.html#pages">Pages</a> <a href="../table_of_contents.html#classes">Classes</a> <a href="../table_of_contents.html#methods">Methods</a> </div> </div> <div id="search-section" role="search" class="project-section initially-hidden"> <form action="#" method="get" accept-charset="utf-8"> <div id="search-field-wrapper"> <input id="search-field" role="combobox" aria-label="Search" aria-autocomplete="list" aria-controls="search-results" type="text" name="search" placeholder="Search" spellcheck="false" title="Type to search, Up and Down to navigate, Enter to load"> </div> <ul id="search-results" aria-label="Search Results" aria-busy="false" aria-expanded="false" aria-atomic="false" class="initially-hidden"></ul> </form> </div> </div> <div id="class-metadata"> <div id="parent-class-section" class="nav-section"> <h3>Parent</h3> <p class="link"><a href="OOXMLContainerObject.html">RubyXL::OOXMLContainerObject</a> </div> </div> </nav> <main role="main" aria-labelledby="class-RubyXL::WorkbookViews"> <h1 id="class-RubyXL::WorkbookViews" class="class"> class RubyXL::WorkbookViews </h1> <section class="description"> <p><a href="http://www.datypic.com/sc/ooxml/e-ssml_bookViews-1.html">www.datypic.com/sc/ooxml/e-ssml_bookViews-1.html</a></p> </section> <section id="5Buntitled-5D" class="documentation-section"> </section> </main> <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> <p>Generated by <a href="https://rdoc.github.io/rdoc">RDoc</a> 5.1.0. <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer>
mezza/rubyXL
rdoc/RubyXL/WorkbookViews.html
HTML
mit
2,601
<!DOCTYPE html> <html> <head> <title>watchman.js</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <meta name="viewport" content="width=device-width, target-densitydpi=160dpi, initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"> <link rel="stylesheet" media="all" href="docco.css" /> </head> <body> <div id="container"> <div id="background"></div> <ul class="sections"> <li id="title"> <div class="annotation"> <h1>watchman.js</h1> </div> </li> <li id="section-1"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-1">&#182;</a> </div> <p><strong>Project maintained by <a href="https://github.com/sankha93">sankha93</a> | View on <a href="https://github.com/sankha93/watchman.js">Github</a> </strong></p> <p>A file watching API with a powerful expression parser.</p> <p>Inspired from <a href="https://github.com/facebook/watchman">watchman by Facebook</a>.</p> <h2 id="purpose">Purpose</h2> <p>Watchman.js exists to watch files and raise events when files change (or get deleted/added). It can trigger actions (such as recompiling files) by matching the expressions when the files change.</p> <h2 id="concepts">Concepts</h2> <p>Watchman.js can watch one or more files or directory trees. It matches the files that have changed against its corresponding expression. If the expression validates to be true the callback for that event is called.</p> <p>The expression has to be a valid JavaScript Array. It will have tokens which can be expressions themselves, thus allowing you to next expressions. For example, a valid expression would be:</p> <p><code>[&#39;true&#39;]</code> or <code>[&#39;anyof&#39;, [&#39;empty&#39;], [&#39;not&#39;, [&#39;exists&#39;]]]</code></p> <h2 id="using">Using</h2> <p>To use in your projects, just do:</p> <pre><code>npm install watchman.js </code></pre><p>Just import the module by:</p> <pre><code><span class="hljs-keyword">var</span> watchman = <span class="hljs-built_in">require</span>(<span class="hljs-string">"watchman.js"</span>); </code></pre><h2 id="example">Example</h2> <p>Here I will write a script that will generate the docs when the source file changes and it exists on disk and is not empty.</p> <pre><code><span class="hljs-keyword">var</span> watchman = <span class="hljs-built_in">require</span>(<span class="hljs-string">'watchman.js'</span>); <span class="hljs-keyword">var</span> spawn = <span class="hljs-built_in">require</span>(<span class="hljs-string">'child_process'</span>).spawn; <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">changeTrigger</span>(<span class="hljs-params">file</span>) </span>{ spawn(<span class="hljs-string">'docco'</span>, [<span class="hljs-string">'watchman.js'</span>]); } watchman.watch(<span class="hljs-string">'watchman.js'</span>, [<span class="hljs-string">"allof"</span>, [<span class="hljs-string">"not"</span>, [<span class="hljs-string">"empty"</span>]], [<span class="hljs-string">"exists"</span>]], {<span class="hljs-attr">change</span>: changeTrigger}); </code></pre><h2 id="expressions">Expressions</h2> <p>A Watchman.js query expression consists of 1 or more terms. The expression is evaluated against the file and produces a boolean result. If that result is true then the file is considered a match and the corresponding callback is called.</p> <p>An expression term is canonically represented as a JSON array whose zeroth element is the string containing the term name.</p> <pre><code>[<span class="hljs-string">"termname"</span>, arg1, arg2, ...] </code></pre><p>The ‘termname` can be any of the following:</p> <ul> <li><p><code>allof</code>: This evaluates to true if all the grouped expressions also evaluated as true. For example this will trigger callbacks only for files that are empty and exist:</p> <pre><code>[<span class="hljs-string">"allof"</span>, [<span class="hljs-string">"empty"</span>], [<span class="hljs-string">"exists"</span>]] </code></pre><p>Each array element after the term name is evaluated as an expression of its own.</p> <pre><code>[<span class="hljs-string">"allof"</span>, expr1, expr2, ...] </code></pre><p>Evaluation of the subexpressions stops at the first one that returns false.</p> </li> <li><p><code>anyof</code>: This evaluates to true if any of the grouped expression evaluates to true. For example this will trigger callbacks only for files that empty or doesn’t exist.</p> <pre><code>[<span class="hljs-string">'anyof'</span>, [<span class="hljs-string">'empty'</span>], [<span class="hljs-string">'not'</span>, [<span class="hljs-string">'exists'</span>]]] </code></pre><p>Each array element after the term name is evaluated as an expression of its own.</p> <pre><code>[<span class="hljs-string">"allof"</span>, expr1, expr2, ...] </code></pre><p>Evaluation of the subexpressions stops at the first one that returns true.</p> </li> <li><p><code>not</code>: This is inverts the result of the subexpression argument.</p> <pre><code>[<span class="hljs-string">"not"</span>, <span class="hljs-string">"empty"</span>] </code></pre></li> <li><p><code>true</code>: The true expression always evaluates as true.</p> <pre><code>[<span class="hljs-string">"true"</span>] </code></pre></li> <li><p><code>false</code>: The false expression always evaluates as false.</p> <pre><code>[<span class="hljs-string">"false"</span>] </code></pre></li> <li><p><code>suffix</code>: This evaluates to true if the file suffix matches the subexpression. This matches file <code>foo.php</code> and <code>foo.PHP</code> but not <code>foophp</code>.</p> <pre><code>[<span class="hljs-string">"suffix"</span>, <span class="hljs-string">"php"</span>] </code></pre></li> <li><p><code>regex</code>: This performs a full JavaScript Regex match against the full path of the file on which the event has been triggered. It evaluates to true if it matches, false otherwise. This will trigger callbacks for all files that ends in <code>t</code>.</p> <pre><code>[<span class="hljs-string">"regex"</span>, <span class="hljs-string">"/t$/"</span>] </code></pre></li> <li><p><code>iregex</code>: This performs a full JavaScript Regex match while ignoring the case against the full path of the file on which the event has been triggered. It evaluates to true if it matches, false otherwise. This will trigger callbacks for all files that ends in <code>t</code> or <code>T</code>.</p> <pre><code>[<span class="hljs-string">"regex"</span>, <span class="hljs-string">"/t$/"</span>] </code></pre></li> <li><p><code>name</code>: This evaluates to true if the name is exactly the same as the subexpression. For example, this will evaluate to true for test.txt.</p> <pre><code>[<span class="hljs-string">"name"</span>, <span class="hljs-string">"test.txt"</span>] </code></pre></li> <li><p><code>iname</code>: This evaluates to true if the name is same as the subexpression when the case is ignored. For example, this will evaluate to true for test.txt or TEST.txt or TEst.tXt.</p> <pre><code>[<span class="hljs-string">"iname"</span>, <span class="hljs-string">"test.txt"</span>] </code></pre></li> <li><p><code>empty</code>: This evaluates to true if the file is empty.</p> <pre><code>[<span class="hljs-string">"empty"</span>] </code></pre></li> <li><p><code>exists</code>: This evaluates to true if the file exists.</p> <pre><code>[<span class="hljs-string">"exists"</span>] </code></pre></li> <li><p><code>since</code>: This evaluates to true if the time property of the file is greater than the since (second in the expression) value. The time property needs to be specified as one of the filesystem metadata - <code>mtime</code>, <code>ctime</code>, <code>atime</code>.</p> <pre><code>[<span class="hljs-string">"since"</span>, <span class="hljs-number">12345668</span>, <span class="hljs-string">"mtime"</span>] [<span class="hljs-string">"since"</span>, <span class="hljs-number">12345668</span>, <span class="hljs-string">"ctime"</span>] [<span class="hljs-string">"since"</span>, <span class="hljs-number">12345668</span>, <span class="hljs-string">"atime"</span>] </code></pre></li> <li><p><code>type</code>: Evaluates as true if the typ of file matches by the second argument. This matches regular files:</p> <pre><code>[<span class="hljs-string">"type"</span>, <span class="hljs-string">"f"</span>] </code></pre><p>Possible types are:</p> <ul> <li><code>b</code>: block special file</li> <li><code>c</code>: character special file</li> <li><code>d</code>: directory</li> <li><code>f</code>: regular file</li> <li><code>p</code>: named pipe (FIFO)</li> <li><code>l</code>: symbolic link</li> <li><code>s</code>: socket</li> </ul> </li> </ul> <h2 id="events">Events</h2> <p>There can be following event types for which the callbacks can be handled:</p> <ul> <li><code>add</code>: Fired when a file is added</li> <li><code>change</code>: Fired when a watched file is changed</li> <li><code>unlink</code>: Fired when a watched file is removed from disk</li> <li><code>error</code>: Fired when an error is encountered</li> </ul> <p>These can be passed as a callback object when watching a file. The object is defined as follows:</p> <pre><code>{ <span class="hljs-attr">add</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{...}, <span class="hljs-attr">change</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{...}, <span class="hljs-attr">unlink</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{...}, <span class="hljs-attr">error</span>: <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{...} } </code></pre><p>Then the function corresponding to the event will be called.</p> <h2 id="functions">Functions</h2> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> fs = <span class="hljs-built_in">require</span>(<span class="hljs-string">"fs"</span>); <span class="hljs-keyword">var</span> path = <span class="hljs-built_in">require</span>(<span class="hljs-string">"path"</span>); <span class="hljs-keyword">var</span> chokidar = <span class="hljs-built_in">require</span>(<span class="hljs-string">"chokidar"</span>); <span class="hljs-keyword">var</span> watchList = []; <span class="hljs-keyword">var</span> watchers = [];</pre></div></div> </li> <li id="section-2"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-2">&#182;</a> </div> <p><strong>watch</strong></p> <p>Function to start watching a file</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file to watch</li> <li><code>expression</code>: A valid expression in the JavaScript Array form</li> <li><code>callback</code>: An object which can have the following named functions:<ul> <li><code>add</code>: Called when a file is added</li> <li><code>change</code>: Called when a watched file is changed</li> <li><code>unlink</code>: Called when a watched file is removed from disk</li> <li><code>addDir</code>: Called when a watched directory is added to disk</li> <li><code>unlinkDir</code>: Called when a watched directory is removed from disk</li> <li><code>error</code>: Called when an error is encountered</li> </ul> </li> </ul> <p>Any function in the callback object takes a an argument <code>file</code> which is the file that has been changed/created/deleted.</p> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> watch = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, expression, callback</span>) </span>{ <span class="hljs-keyword">var</span> obj = { <span class="hljs-attr">file</span>: file, <span class="hljs-attr">expression</span>: expression, <span class="hljs-attr">callback</span>: callback }; watchList.push(obj); <span class="hljs-keyword">var</span> watcher = chokidar.watch(obj.file, {<span class="hljs-attr">persistent</span>: <span class="hljs-literal">true</span>, <span class="hljs-attr">ignoreInitial</span>: <span class="hljs-literal">true</span>}); <span class="hljs-keyword">if</span>(obj.callback.add != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'add'</span>, wrapCallback(obj.callback.add, obj.expression)); <span class="hljs-keyword">if</span>(obj.callback.change != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'change'</span>, wrapCallback(obj.callback.change, obj.expression)); <span class="hljs-keyword">if</span>(obj.callback.unlink != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'unlink'</span>, wrapCallback(obj.callback.unlink, obj.expression)); <span class="hljs-keyword">if</span>(obj.callback.addDir != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'addDir'</span>, wrapCallback(obj.callback.addDir, obj.expression)); <span class="hljs-keyword">if</span>(obj.callback.unlinkDir != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'unlinkDir'</span>, wrapCallback(obj.callback.unlinkDir, obj.expression)); <span class="hljs-keyword">if</span>(obj.callback.error != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'error'</span>, wrapCallback(obj.callback.error, obj.expression)); watchers.push(watcher); }; exports.watch = watch;</pre></div></div> </li> <li id="section-3"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-3">&#182;</a> </div> <p><strong>watchFiles</strong></p> <p>Function to start watching an array of files</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The list of files to watch</li> <li><code>expression</code>: A list of valid expressions</li> <li><code>callback</code>: A list of <code>callback</code> objects as decribed above</li> </ul> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the length of all the three supplied lists are not same</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> watchFiles = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, expression, callback</span>) </span>{ <span class="hljs-keyword">if</span>(file.length != expression.length &amp;&amp; expression.length != callback.length) <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(<span class="hljs-string">"All arguments must be of the same length"</span>); <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; file.length; i++) watch(file[i], expression[i], callback[i]); }; exports.watchList = watchList;</pre></div></div> </li> <li id="section-4"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-4">&#182;</a> </div> <p><strong>deleteWatch</strong></p> <p>Function to stop watching a file</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file to stop watching</li> </ul> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the file is not being watched already</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> deleteWatch = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{ <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].file === file) { watchers[i].close(); watchList.splice(i, <span class="hljs-number">1</span>); watchers.splice(i, <span class="hljs-number">1</span>); <span class="hljs-keyword">return</span>; } } <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(file + <span class="hljs-string">" was not being watched previously"</span>); }; exports.deleteWatch = deleteWatch;</pre></div></div> </li> <li id="section-5"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-5">&#182;</a> </div> <p><strong>changeWatch</strong></p> <p>Function to change the parameters of a watcher</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file whose watcher’s parameters will be modified</li> <li><code>expression</code>: The new expression against which the watcher will be matched</li> <li><code>callback</code>: A valid callback object as described above.</li> </ul> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the file is not being watched already</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> changeWatch = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, expression, callback</span>) </span>{ deleteWatch(file); watch(file, expression, callback); }; exports.changeWatch = changeWatch;</pre></div></div> </li> <li id="section-6"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-6">&#182;</a> </div> <p><strong>changeTrigger</strong></p> <p>Function change the triggered callback on a watch event</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file whose trigger is to be changed</li> <li><code>event</code>: The event on which the trigger is to be executed. It can be one of:<ul> <li><code>add</code>: Called when a file is added</li> <li><code>change</code>: Called when a watched file is changed</li> <li><code>unlink</code>: Called when a watched file is removed from disk</li> <li><code>error</code>: Called when an error is encountered</li> </ul> </li> <li><code>callback</code>: The function to be executed when the above event happens</li> </ul> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the file is not being watched already</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> changeTrigger = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, event, callback</span>) </span>{ <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].file === file) { watchers[i].on(event, wrapCallback(callback, watchList[i].expression)); watchList[i].callback[event] = callback; <span class="hljs-keyword">return</span>; } } <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(file + <span class="hljs-string">" was not being watched previously"</span>); }; exports.changeTrigger = changeTrigger;</pre></div></div> </li> <li id="section-7"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-7">&#182;</a> </div> <p><strong>getTriggerList</strong></p> <p>Get the list of acting triggers on a file watcher</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file whose triggers are to be returned</li> </ul> <p><em>Returns:</em></p> <p>The callback object for that file, with the named functions as <code>add</code>, <code>change</code>, <code>unlink</code>, <code>error</code> that had been set on that watcher</p> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the file is not being watched already</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> getTriggerList = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{ <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].file === file) <span class="hljs-keyword">return</span> watchList[i].callback; } <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(file + <span class="hljs-string">" was not being watched previously"</span>); }; exports.getTriggerList = getTriggerList;</pre></div></div> </li> <li id="section-8"> <div class="annotation"> <div class="pilwrap "> <a class="pilcrow" href="#section-8">&#182;</a> </div> <p><strong>deleteTrigger</strong></p> <p>Remove the trigger for an event from a watcher</p> <p><em>Parameters:</em></p> <ul> <li><code>file</code>: The file whose trigger is to be removed</li> <li><code>event</code>: The event whose trigger is to be removed</li> </ul> <p><em>Throws:</em></p> <ul> <li><code>Error</code>: If the file is not being watched already</li> </ul> </div> <div class="content"><div class='highlight'><pre> <span class="hljs-keyword">var</span> deleteTrigger = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, event</span>) </span>{ <span class="hljs-keyword">var</span> fn = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{}; <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].file === file) { watchers[i].on(event, fn); watchList[i].callback[event] = fn; <span class="hljs-keyword">return</span>; } } <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(file + <span class="hljs-string">" was not being watched previously"</span>); }; exports.deleteTrigger = deleteTrigger; <span class="hljs-keyword">var</span> findByExpression = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">expression</span>) </span>{ <span class="hljs-keyword">var</span> result = []; <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].expression === expression) result.push(watchList[i].expression); } <span class="hljs-keyword">return</span> result; }; exports.findByExpression = findByExpression; <span class="hljs-keyword">var</span> changeExpression = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">0</span>; i &lt; watchList.length; i++) { <span class="hljs-keyword">if</span>(watchList[i].file === file) { watchList[i].expression = expression; <span class="hljs-keyword">if</span>(watchList[i].callback.add != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'add'</span>, wrapCallback(watchList[i].callback.add, expression)); <span class="hljs-keyword">if</span>(obj.callback.change != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'change'</span>, wrapCallback(watchList[i].callback.add, expression)); <span class="hljs-keyword">if</span>(obj.callback.unlink != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'unlink'</span>, wrapCallback(watchList[i].callback.add, expression)); <span class="hljs-keyword">if</span>(obj.callback.error != <span class="hljs-literal">undefined</span>) watcher.on(<span class="hljs-string">'error'</span>, wrapCallback(watchList[i].callback.add, expression)); <span class="hljs-keyword">return</span>; } } <span class="hljs-keyword">throw</span> <span class="hljs-keyword">new</span> <span class="hljs-built_in">Error</span>(file + <span class="hljs-string">" was not being watched previously"</span>); }; exports.changeExpression = changeExpression; <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">wrapCallback</span>(<span class="hljs-params">realCallback, expression</span>) </span>{ <span class="hljs-keyword">var</span> fn = <span class="hljs-function"><span class="hljs-keyword">function</span>(<span class="hljs-params">file</span>) </span>{ <span class="hljs-keyword">if</span>(parseExpression(file, expression)) realCallback(file); } <span class="hljs-keyword">return</span> fn; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseExpression</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">if</span>(expression <span class="hljs-keyword">instanceof</span> <span class="hljs-built_in">Array</span>) { <span class="hljs-keyword">switch</span>(expression[<span class="hljs-number">0</span>]) { <span class="hljs-keyword">case</span> <span class="hljs-string">"allof"</span>: <span class="hljs-keyword">return</span> parseAllOf(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"anyof"</span>: <span class="hljs-keyword">return</span> parseAnyOf(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"not"</span>: <span class="hljs-keyword">return</span> parseNot(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"true"</span>: <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">case</span> <span class="hljs-string">"false"</span>: <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; <span class="hljs-keyword">case</span> <span class="hljs-string">"suffix"</span>: <span class="hljs-keyword">return</span> parseSuffix(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"regex"</span>: <span class="hljs-keyword">return</span> parseRegex(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"iregex"</span>: <span class="hljs-keyword">return</span> parseIRegex(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"name"</span>: <span class="hljs-keyword">return</span> parseName(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"iname"</span>: <span class="hljs-keyword">return</span> parseIName(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"empty"</span>: <span class="hljs-keyword">return</span> parseEmpty(file); <span class="hljs-keyword">case</span> <span class="hljs-string">"exists"</span>: <span class="hljs-keyword">return</span> parseExists(file); <span class="hljs-keyword">case</span> <span class="hljs-string">"since"</span>: <span class="hljs-keyword">return</span> parseSince(file, expression); <span class="hljs-keyword">case</span> <span class="hljs-string">"type"</span>: <span class="hljs-keyword">return</span> parseType(file, expression); } } <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> expression; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseAllOf</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">var</span> result = <span class="hljs-literal">true</span>; <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">1</span>; i &lt; expression.length; i++) { result = result &amp;&amp; parseExpression(file, expression[i]); <span class="hljs-keyword">if</span>(!result) <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseAnyOf</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">for</span>(<span class="hljs-keyword">var</span> i = <span class="hljs-number">1</span>; i &lt; expression.length; i++) <span class="hljs-keyword">if</span>(parseExpression(file, expression[i])) <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseNot</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">return</span> !parseExpression(file, expression[<span class="hljs-number">1</span>]); } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseSuffix</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">if</span>(path.extname(file).toLowerCase() === expression[<span class="hljs-number">1</span>].toLowerCase()) <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseRegex</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">var</span> re = <span class="hljs-keyword">new</span> <span class="hljs-built_in">RegExp</span>(expression[<span class="hljs-number">1</span>]); <span class="hljs-keyword">return</span> re.test(file); } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseIRegex</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">var</span> re = <span class="hljs-keyword">new</span> <span class="hljs-built_in">RegExp</span>(expression[<span class="hljs-number">1</span>], <span class="hljs-string">"i"</span>); <span class="hljs-keyword">return</span> re.test(file); } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseName</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">if</span>(path.basename(file) === expression[<span class="hljs-number">1</span>]) <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseIName</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">if</span>(path.basename(file).toLowerCase() === expression[<span class="hljs-number">1</span>].toLowerCase()) <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseEmpty</span>(<span class="hljs-params">file</span>) </span>{ <span class="hljs-keyword">var</span> stat = fs.statSync(file); <span class="hljs-keyword">if</span>(stat.size === <span class="hljs-number">0</span>) <span class="hljs-keyword">return</span> <span class="hljs-literal">true</span>; <span class="hljs-keyword">else</span> <span class="hljs-keyword">return</span> <span class="hljs-literal">false</span>; } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseExists</span>(<span class="hljs-params">file</span>) </span>{ <span class="hljs-keyword">return</span> fs.existsSync(file); } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseSince</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">var</span> stat = fs.statSync(file); <span class="hljs-keyword">switch</span>(expression[<span class="hljs-number">2</span>]) { <span class="hljs-keyword">case</span> <span class="hljs-string">"mtime"</span>: <span class="hljs-keyword">return</span> stat.mtime &gt; expression[<span class="hljs-number">1</span>]; <span class="hljs-keyword">case</span> <span class="hljs-string">"ctime"</span>: <span class="hljs-keyword">return</span> stat.ctime &gt; expression[<span class="hljs-number">1</span>]; <span class="hljs-keyword">case</span> <span class="hljs-string">"atime"</span>: <span class="hljs-keyword">return</span> stat.atime &gt; expression[<span class="hljs-number">1</span>]; } } <span class="hljs-function"><span class="hljs-keyword">function</span> <span class="hljs-title">parseType</span>(<span class="hljs-params">file, expression</span>) </span>{ <span class="hljs-keyword">var</span> stat = fs.lstatSync(file); <span class="hljs-keyword">switch</span>(expression[<span class="hljs-number">1</span>]) { <span class="hljs-keyword">case</span> <span class="hljs-string">"b"</span>: <span class="hljs-keyword">return</span> stat.isBlockDevice(); <span class="hljs-keyword">case</span> <span class="hljs-string">"c"</span>: <span class="hljs-keyword">return</span> stat.isCharacterDevice(); <span class="hljs-keyword">case</span> <span class="hljs-string">"d"</span>: <span class="hljs-keyword">return</span> stat.isDirectory(); <span class="hljs-keyword">case</span> <span class="hljs-string">"f"</span>: <span class="hljs-keyword">return</span> stat.isFile(); <span class="hljs-keyword">case</span> <span class="hljs-string">"p"</span>: <span class="hljs-keyword">return</span> stat.isFIFO(); <span class="hljs-keyword">case</span> <span class="hljs-string">"l"</span>: <span class="hljs-keyword">return</span> stat.isSymbolicLink(); <span class="hljs-keyword">case</span> <span class="hljs-string">"s"</span>: <span class="hljs-keyword">return</span> stat.isSocket(); } }</pre></div></div> </li> </ul> </div> </body> </html>
sankha93/watchman.js
docs/index.html
HTML
mit
37,155
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link href="../circle.css" rel="stylesheet"> </head> <body> <div class="container"> <div class="section"> <h1 class="header center orange-text">User agent detail</h1> <div class="row center"> <h5 class="header light"> Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 </h5> </div> </div> <div class="section"> <table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Test suite</th></tr><tr><td>UAParser<br /><small>v0.5.0.2</small><br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4322DUO</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59">Detail</a> <!-- Modal Structure --> <div id="modal-cfed3005-df48-4fa8-bf03-4f6ef8988f59" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">Array ( [user_agent_string] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 [family] => Prestigio PAP4322DUO [brand] => Prestigio [model] => PAP4322DUO ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapFull<br /><small>6014</small><br /></td><td>Chrome 18.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555"></td><td></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.049</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-47a9cd06-e213-4882-bc34-db6aed664223">Detail</a> <!-- Modal Structure --> <div id="modal-47a9cd06-e213-4882-bc34-db6aed664223" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapFull result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.4\.1.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android?4.1*) applewebkit/* (khtml* like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => Browser [browser_bits] => 32 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => 4.1 [platform_description] => Android OS [platform_bits] => 32 [platform_maker] => Google Inc [alpha] => [beta] => [win16] => [win32] => [win64] => [frames] => 1 [iframes] => 1 [tables] => 1 [cookies] => 1 [backgroundsounds] => [javascript] => 1 [vbscript] => [javaapplets] => [activexcontrols] => [ismobiledevice] => 1 [istablet] => [issyndicationreader] => [crawler] => [isfake] => [isanonymized] => [ismodified] => [cssversion] => 3 [aolversion] => 0 [device_name] => general Mobile Phone [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => general Mobile Phone [device_brand_name] => unknown [renderingengine_name] => WebKit [renderingengine_version] => unknown [renderingengine_description] => For Google Chrome, iOS (including both mobile Safari, WebViews within third-party apps, and web clips), Safari, Arora, Midori, OmniWeb, Shiira, iCab since version 4, Web, SRWare Iron, Rekonq, and in Maxthon 3. [renderingengine_maker] => Apple Inc ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapLite<br /><small>6014</small><br /></td><td>Chrome </td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.008</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-42bb56ba-b834-47c5-bea0-c0270e9ab371">Detail</a> <!-- Modal Structure --> <div id="modal-42bb56ba-b834-47c5-bea0-c0270e9ab371" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapLite result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/.*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/*safari/* [parent] => Chrome Generic for Android [comment] => Chrome Generic [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => unknown [browser_modus] => unknown [version] => 0.0 [majorver] => 0 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => false [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => unknown [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>BrowscapPhp<br /><small>6014</small><br /></td><td>Chrome 18.0</td><td><i class="material-icons">close</i></td><td>Android </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile Phone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.061</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68">Detail</a> <!-- Modal Structure --> <div id="modal-ad0041a2-b0f4-43f6-a70d-cad1443caa68" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>BrowscapPhp result detail</h4> <p><pre><code class="php">stdClass Object ( [browser_name_regex] => /^mozilla\/5\.0 \(.*linux.*android.*\) applewebkit\/.* \(khtml.* like gecko\) chrome\/18\..*safari\/.*$/ [browser_name_pattern] => mozilla/5.0 (*linux*android*) applewebkit/* (khtml* like gecko) chrome/18.*safari/* [parent] => Chrome 18.0 for Android [comment] => Chrome 18.0 [browser] => Chrome [browser_type] => unknown [browser_bits] => 0 [browser_maker] => Google Inc [browser_modus] => unknown [version] => 18.0 [majorver] => 18 [minorver] => 0 [platform] => Android [platform_version] => unknown [platform_description] => unknown [platform_bits] => 0 [platform_maker] => unknown [alpha] => false [beta] => false [win16] => false [win32] => false [win64] => false [frames] => false [iframes] => false [tables] => false [cookies] => false [backgroundsounds] => false [javascript] => false [vbscript] => false [javaapplets] => false [activexcontrols] => false [ismobiledevice] => 1 [istablet] => [issyndicationreader] => false [crawler] => [isfake] => false [isanonymized] => false [ismodified] => false [cssversion] => 0 [aolversion] => 0 [device_name] => unknown [device_maker] => unknown [device_type] => Mobile Phone [device_pointing_method] => touchscreen [device_code_name] => unknown [device_brand_name] => unknown [renderingengine_name] => unknown [renderingengine_version] => unknown [renderingengine_description] => unknown [renderingengine_maker] => unknown ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>DonatjUAParser<br /><small>v0.5.1</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050">Detail</a> <!-- Modal Structure --> <div id="modal-15fbc1f0-2615-4d42-b5d9-a30dd647b050" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>DonatjUAParser result detail</h4> <p><pre><code class="php">Array ( [platform] => Android [browser] => Chrome [version] => 18.0.1025.166 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>JenssegersAgent<br /><small>v2.3.3</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>AndroidOS 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.006</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51">Detail</a> <!-- Modal Structure --> <div id="modal-b85a2b91-6a55-4436-a82c-1ea0d46e2e51" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>JenssegersAgent result detail</h4> <p><pre><code class="php">Array ( [browserName] => Chrome [browserVersion] => 18.0.1025.166 [osName] => AndroidOS [osVersion] => 4.1.1 [deviceModel] => WebKit [isMobile] => 1 [isRobot] => [botName] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>NeutrinoApiCom<br /><small></small><br /></td><td>Chrome Mobile 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4322 DUO</td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.28102</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b">Detail</a> <!-- Modal Structure --> <div id="modal-8c2a7a4e-3fbf-4df2-8d61-5e730422f67b" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>NeutrinoApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [mobile_screen_height] => 800 [is_mobile] => 1 [type] => mobile-browser [mobile_brand] => Prestigio [mobile_model] => PAP4322 DUO [version] => 18.0.1025.166 [is_android] => 1 [browser_name] => Chrome Mobile [operating_system_family] => Android [operating_system_version] => 4.1.1 [is_ios] => [producer] => Google Inc. [operating_system] => Android 4.1.x Jelly Bean [mobile_screen_width] => 480 [mobile_browser] => Android Webkit ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>PiwikDeviceDetector<br /><small>3.6.1</small><br /></td><td>Chrome Mobile 18.0</td><td>WebKit </td><td>Android 4.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4322DUO</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.003</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-4a941d34-a8d3-4914-9724-346f60ad7046">Detail</a> <!-- Modal Structure --> <div id="modal-4a941d34-a8d3-4914-9724-346f60ad7046" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>PiwikDeviceDetector result detail</h4> <p><pre><code class="php">Array ( [client] => Array ( [type] => browser [name] => Chrome Mobile [short_name] => CM [version] => 18.0 [engine] => WebKit ) [operatingSystem] => Array ( [name] => Android [short_name] => AND [version] => 4.1 [platform] => ) [device] => Array ( [brand] => PR [brandName] => Prestigio [model] => PAP4322DUO [device] => 1 [deviceName] => smartphone ) [bot] => [extra] => Array ( [isBot] => [isBrowser] => 1 [isFeedReader] => [isMobileApp] => [isPIM] => [isLibrary] => [isMediaPlayer] => [isCamera] => [isCarBrowser] => [isConsole] => [isFeaturePhone] => [isPhablet] => [isPortableMediaPlayer] => [isSmartDisplay] => [isSmartphone] => 1 [isTablet] => [isTV] => [isDesktop] => [isMobile] => 1 [isTouchEnabled] => ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.1</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-ec1cd248-02b0-457e-8a9d-35bb99af008c">Detail</a> <!-- Modal Structure --> <div id="modal-ec1cd248-02b0-457e-8a9d-35bb99af008c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>SinergiBrowserDetector result detail</h4> <p><pre><code class="php">Array ( [browser] => Sinergi\BrowserDetector\Browser Object ( [userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 ) [name:Sinergi\BrowserDetector\Browser:private] => Chrome [version:Sinergi\BrowserDetector\Browser:private] => 18.0.1025.166 [isRobot:Sinergi\BrowserDetector\Browser:private] => [isChromeFrame:Sinergi\BrowserDetector\Browser:private] => [isFacebookWebView:Sinergi\BrowserDetector\Browser:private] => [isCompatibilityMode:Sinergi\BrowserDetector\Browser:private] => ) [operatingSystem] => Sinergi\BrowserDetector\Os Object ( [name:Sinergi\BrowserDetector\Os:private] => Android [version:Sinergi\BrowserDetector\Os:private] => 4.1.1 [isMobile:Sinergi\BrowserDetector\Os:private] => 1 [userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 ) ) [device] => Sinergi\BrowserDetector\Device Object ( [name:Sinergi\BrowserDetector\Device:private] => unknown [userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object ( [userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 ) ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UAParser<br /><small>v3.4.5</small><br /></td><td>Chrome Mobile 18.0.1025</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4322DUO</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-3160e405-8a8f-46dd-8f47-5115f06462d2">Detail</a> <!-- Modal Structure --> <div id="modal-3160e405-8a8f-46dd-8f47-5115f06462d2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UAParser result detail</h4> <p><pre><code class="php">UAParser\Result\Client Object ( [ua] => UAParser\Result\UserAgent Object ( [major] => 18 [minor] => 0 [patch] => 1025 [family] => Chrome Mobile ) [os] => UAParser\Result\OperatingSystem Object ( [major] => 4 [minor] => 1 [patch] => 1 [patchMinor] => [family] => Android ) [device] => UAParser\Result\Device Object ( [brand] => Prestigio [model] => PAP4322DUO [family] => Prestigio PAP4322DUO ) [originalUserAgent] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentApiCom<br /><small></small><br /></td><td>Chrome 18.0.1025.166</td><td>WebKit 535.19</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.15101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6">Detail</a> <!-- Modal Structure --> <div id="modal-afeb05fb-26b9-4509-b8ac-0c604a9e97d6" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentApiCom result detail</h4> <p><pre><code class="php">stdClass Object ( [platform_name] => Android [platform_version] => 4.1.1 [platform_type] => Mobile [browser_name] => Chrome [browser_version] => 18.0.1025.166 [engine_name] => WebKit [engine_version] => 535.19 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>UserAgentStringCom<br /><small></small><br /></td><td>Android Webkit Browser </td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.18001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee">Detail</a> <!-- Modal Structure --> <div id="modal-08a9ddfb-838f-48d7-9ede-1d132306b2ee" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>UserAgentStringCom result detail</h4> <p><pre><code class="php">stdClass Object ( [agent_type] => Browser [agent_name] => Android Webkit Browser [agent_version] => -- [os_type] => Android [os_name] => Android [os_versionName] => [os_versionNumber] => 4.1.1 [os_producer] => [os_producerURL] => [linux_distibution] => Null [agent_language] => [agent_languageTag] => ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small><br /></td><td>Chrome 18.0.1025.166</td><td>WebKit 535.19</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.24101</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c">Detail</a> <!-- Modal Structure --> <div id="modal-5fc1ff22-a74d-481b-9ad1-fcfde73ded9c" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhatIsMyBrowserCom result detail</h4> <p><pre><code class="php">stdClass Object ( [operating_system_name] => Android [simple_sub_description_string] => [simple_browser_string] => Chrome 18 on Android (Jelly Bean) [browser_version] => 18 [extra_info] => Array ( ) [operating_platform] => [extra_info_table] => stdClass Object ( [System Build] => PrestigioPAP4322DUO ) [layout_engine_name] => WebKit [detected_addons] => Array ( ) [operating_system_flavour_code] => [hardware_architecture] => [operating_system_flavour] => [operating_system_frameworks] => Array ( ) [browser_name_code] => chrome [operating_system_version] => Jelly Bean [simple_operating_platform_string] => [is_abusive] => [layout_engine_version] => 535.19 [browser_capabilities] => Array ( ) [operating_platform_vendor_name] => [operating_system] => Android (Jelly Bean) [operating_system_version_full] => 4.1.1 [operating_platform_code] => [browser_name] => Chrome [operating_system_name_code] => android [user_agent] => Mozilla/5.0 (Linux; Android 4.1.1; PAP4322DUO Build/PrestigioPAP4322DUO) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19 [browser_version_full] => 18.0.1025.166 [browser] => Chrome 18 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>WhichBrowser<br /><small>v2.0.18</small><br /></td><td>Chrome 18</td><td>Webkit 535.19</td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>Multiphone 4322 Duo</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-083a336f-5d73-4505-84f3-c5fc9bb78652">Detail</a> <!-- Modal Structure --> <div id="modal-083a336f-5d73-4505-84f3-c5fc9bb78652" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>WhichBrowser result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [name] => Chrome [version] => 18 [type] => browser ) [engine] => Array ( [name] => Webkit [version] => 535.19 ) [os] => Array ( [name] => Android [version] => 4.1.1 ) [device] => Array ( [type] => mobile [subtype] => smart [manufacturer] => Prestigio [model] => Multiphone 4322 Duo ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Woothee<br /><small>v1.2.0</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>smartphone</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9">Detail</a> <!-- Modal Structure --> <div id="modal-f00e7198-0e22-49fe-bad0-dbb3a9cde9b9" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Woothee result detail</h4> <p><pre><code class="php">Array ( [name] => Chrome [vendor] => Google [version] => 18.0.1025.166 [category] => smartphone [os] => Android [os_version] => 4.1.1 ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Wurfl<br /><small>1.7.1.0</small><br /></td><td>Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555">Prestigio</td><td>PAP4322 DUO</td><td>Smartphone</td><td>yes</td><td>yes</td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.02</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50">Detail</a> <!-- Modal Structure --> <div id="modal-a2bedf8c-4a95-42a7-96c5-aaf233b2ac50" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Wurfl result detail</h4> <p><pre><code class="php">Array ( [virtual] => Array ( [is_android] => true [is_ios] => false [is_windows_phone] => false [is_app] => false [is_full_desktop] => false [is_largescreen] => true [is_mobile] => true [is_robot] => false [is_smartphone] => true [is_touchscreen] => true [is_wml_preferred] => false [is_xhtmlmp_preferred] => false [is_html_preferred] => true [advertised_device_os] => Android [advertised_device_os_version] => 4.1.1 [advertised_browser] => Chrome [advertised_browser_version] => 18.0.1025.166 [complete_device_name] => Prestigio PAP4322 DUO [device_name] => Prestigio PAP4322 DUO [form_factor] => Smartphone [is_phone] => true [is_app_webview] => false ) [all] => Array ( [brand_name] => Prestigio [model_name] => PAP4322 DUO [unique] => true [ununiqueness_handler] => [is_wireless_device] => true [device_claims_web_support] => true [has_qwerty_keyboard] => true [can_skip_aligned_link_row] => true [uaprof] => http://wap.dl.prestigio.com/uaprofile/smartphones/PAP4322DUO_V1.xml [uaprof2] => [uaprof3] => [nokia_series] => 0 [nokia_edition] => 0 [device_os] => Android [mobile_browser] => Android Webkit [mobile_browser_version] => [device_os_version] => 4.1 [pointing_method] => touchscreen [release_date] => 2013_september [marketing_name] => [model_extra_info] => [nokia_feature_pack] => 0 [can_assign_phone_number] => true [is_tablet] => false [manufacturer_name] => [is_bot] => false [is_google_glass] => false [proportional_font] => false [built_in_back_button_support] => false [card_title_support] => true [softkey_support] => false [table_support] => true [numbered_menus] => false [menu_with_select_element_recommended] => false [menu_with_list_of_links_recommended] => true [icons_on_menu_items_support] => false [break_list_of_links_with_br_element_recommended] => true [access_key_support] => false [wrap_mode_support] => false [times_square_mode_support] => false [deck_prefetch_support] => false [elective_forms_recommended] => true [wizards_recommended] => false [image_as_link_support] => false [insert_br_element_after_widget_recommended] => false [wml_can_display_images_and_text_on_same_line] => false [wml_displays_image_in_center] => false [opwv_wml_extensions_support] => false [wml_make_phone_call_string] => wtai://wp/mc; [chtml_display_accesskey] => false [emoji] => false [chtml_can_display_images_and_text_on_same_line] => false [chtml_displays_image_in_center] => false [imode_region] => none [chtml_make_phone_call_string] => tel: [chtml_table_support] => false [xhtml_honors_bgcolor] => true [xhtml_supports_forms_in_table] => true [xhtml_support_wml2_namespace] => false [xhtml_autoexpand_select] => false [xhtml_select_as_dropdown] => false [xhtml_select_as_radiobutton] => false [xhtml_select_as_popup] => false [xhtml_display_accesskey] => false [xhtml_supports_invisible_text] => false [xhtml_supports_inline_input] => false [xhtml_supports_monospace_font] => false [xhtml_supports_table_for_layout] => true [xhtml_supports_css_cell_table_coloring] => true [xhtml_format_as_css_property] => false [xhtml_format_as_attribute] => false [xhtml_nowrap_mode] => false [xhtml_marquee_as_css_property] => false [xhtml_readable_background_color1] => #FFFFFF [xhtml_readable_background_color2] => #FFFFFF [xhtml_allows_disabled_form_elements] => true [xhtml_document_title_support] => true [xhtml_preferred_charset] => iso-8859-1 [opwv_xhtml_extensions_support] => false [xhtml_make_phone_call_string] => tel: [xhtmlmp_preferred_mime_type] => text/html [xhtml_table_support] => true [xhtml_send_sms_string] => sms: [xhtml_send_mms_string] => mms: [xhtml_file_upload] => supported [cookie_support] => true [accept_third_party_cookie] => true [xhtml_supports_iframe] => full [xhtml_avoid_accesskeys] => true [xhtml_can_embed_video] => none [ajax_support_javascript] => true [ajax_manipulate_css] => true [ajax_support_getelementbyid] => true [ajax_support_inner_html] => true [ajax_xhr_type] => standard [ajax_manipulate_dom] => true [ajax_support_events] => true [ajax_support_event_listener] => true [ajax_preferred_geoloc_api] => w3c_api [xhtml_support_level] => 4 [preferred_markup] => html_web_4_0 [wml_1_1] => false [wml_1_2] => false [wml_1_3] => false [html_wi_w3_xhtmlbasic] => true [html_wi_oma_xhtmlmp_1_0] => true [html_wi_imode_html_1] => false [html_wi_imode_html_2] => false [html_wi_imode_html_3] => false [html_wi_imode_html_4] => false [html_wi_imode_html_5] => false [html_wi_imode_htmlx_1] => false [html_wi_imode_htmlx_1_1] => false [html_wi_imode_compact_generic] => false [html_web_3_2] => true [html_web_4_0] => true [voicexml] => false [multipart_support] => false [total_cache_disable_support] => false [time_to_live_support] => false [resolution_width] => 480 [resolution_height] => 800 [columns] => 25 [max_image_width] => 320 [max_image_height] => 480 [rows] => 21 [physical_screen_width] => 57 [physical_screen_height] => 94 [dual_orientation] => true [density_class] => 1.0 [wbmp] => true [bmp] => true [epoc_bmp] => false [gif_animated] => false [jpg] => true [png] => true [tiff] => false [transparent_png_alpha] => true [transparent_png_index] => true [svgt_1_1] => true [svgt_1_1_plus] => false [greyscale] => false [gif] => true [colors] => 65536 [webp_lossy_support] => true [webp_lossless_support] => true [post_method_support] => true [basic_authentication_support] => true [empty_option_value_support] => true [emptyok] => false [nokia_voice_call] => false [wta_voice_call] => false [wta_phonebook] => false [wta_misc] => false [wta_pdc] => false [https_support] => true [phone_id_provided] => false [max_data_rate] => 3600 [wifi] => true [sdio] => false [vpn] => false [has_cellular_radio] => true [max_deck_size] => 2000000 [max_url_length_in_requests] => 256 [max_url_length_homepage] => 0 [max_url_length_bookmark] => 0 [max_url_length_cached_page] => 0 [max_no_of_connection_settings] => 0 [max_no_of_bookmarks] => 0 [max_length_of_username] => 0 [max_length_of_password] => 0 [max_object_size] => 0 [downloadfun_support] => false [directdownload_support] => true [inline_support] => false [oma_support] => true [ringtone] => false [ringtone_3gpp] => false [ringtone_midi_monophonic] => false [ringtone_midi_polyphonic] => false [ringtone_imelody] => false [ringtone_digiplug] => false [ringtone_compactmidi] => false [ringtone_mmf] => false [ringtone_rmf] => false [ringtone_xmf] => false [ringtone_amr] => false [ringtone_awb] => false [ringtone_aac] => false [ringtone_wav] => false [ringtone_mp3] => false [ringtone_spmidi] => false [ringtone_qcelp] => false [ringtone_voices] => 1 [ringtone_df_size_limit] => 0 [ringtone_directdownload_size_limit] => 0 [ringtone_inline_size_limit] => 0 [ringtone_oma_size_limit] => 0 [wallpaper] => false [wallpaper_max_width] => 0 [wallpaper_max_height] => 0 [wallpaper_preferred_width] => 0 [wallpaper_preferred_height] => 0 [wallpaper_resize] => none [wallpaper_wbmp] => false [wallpaper_bmp] => false [wallpaper_gif] => false [wallpaper_jpg] => false [wallpaper_png] => false [wallpaper_tiff] => false [wallpaper_greyscale] => false [wallpaper_colors] => 2 [wallpaper_df_size_limit] => 0 [wallpaper_directdownload_size_limit] => 0 [wallpaper_inline_size_limit] => 0 [wallpaper_oma_size_limit] => 0 [screensaver] => false [screensaver_max_width] => 0 [screensaver_max_height] => 0 [screensaver_preferred_width] => 0 [screensaver_preferred_height] => 0 [screensaver_resize] => none [screensaver_wbmp] => false [screensaver_bmp] => false [screensaver_gif] => false [screensaver_jpg] => false [screensaver_png] => false [screensaver_greyscale] => false [screensaver_colors] => 2 [screensaver_df_size_limit] => 0 [screensaver_directdownload_size_limit] => 0 [screensaver_inline_size_limit] => 0 [screensaver_oma_size_limit] => 0 [picture] => false [picture_max_width] => 0 [picture_max_height] => 0 [picture_preferred_width] => 0 [picture_preferred_height] => 0 [picture_resize] => none [picture_wbmp] => false [picture_bmp] => false [picture_gif] => false [picture_jpg] => false [picture_png] => false [picture_greyscale] => false [picture_colors] => 2 [picture_df_size_limit] => 0 [picture_directdownload_size_limit] => 0 [picture_inline_size_limit] => 0 [picture_oma_size_limit] => 0 [video] => false [oma_v_1_0_forwardlock] => false [oma_v_1_0_combined_delivery] => false [oma_v_1_0_separate_delivery] => false [streaming_video] => true [streaming_3gpp] => true [streaming_mp4] => true [streaming_mov] => false [streaming_video_size_limit] => 0 [streaming_real_media] => none [streaming_flv] => false [streaming_3g2] => false [streaming_vcodec_h263_0] => 10 [streaming_vcodec_h263_3] => -1 [streaming_vcodec_mpeg4_sp] => 2 [streaming_vcodec_mpeg4_asp] => -1 [streaming_vcodec_h264_bp] => 3.0 [streaming_acodec_amr] => nb [streaming_acodec_aac] => lc [streaming_wmv] => none [streaming_preferred_protocol] => rtsp [streaming_preferred_http_protocol] => apple_live_streaming [wap_push_support] => true [connectionless_service_indication] => true [connectionless_service_load] => true [connectionless_cache_operation] => false [connectionoriented_unconfirmed_service_indication] => false [connectionoriented_unconfirmed_service_load] => false [connectionoriented_unconfirmed_cache_operation] => false [connectionoriented_confirmed_service_indication] => false [connectionoriented_confirmed_service_load] => false [connectionoriented_confirmed_cache_operation] => false [utf8_support] => true [ascii_support] => false [iso8859_support] => false [expiration_date] => false [j2me_cldc_1_0] => false [j2me_cldc_1_1] => false [j2me_midp_1_0] => false [j2me_midp_2_0] => false [doja_1_0] => false [doja_1_5] => false [doja_2_0] => false [doja_2_1] => false [doja_2_2] => false [doja_3_0] => false [doja_3_5] => false [doja_4_0] => false [j2me_jtwi] => false [j2me_mmapi_1_0] => false [j2me_mmapi_1_1] => false [j2me_wmapi_1_0] => false [j2me_wmapi_1_1] => false [j2me_wmapi_2_0] => false [j2me_btapi] => false [j2me_3dapi] => false [j2me_locapi] => false [j2me_nokia_ui] => false [j2me_motorola_lwt] => false [j2me_siemens_color_game] => false [j2me_siemens_extension] => false [j2me_heap_size] => 0 [j2me_max_jar_size] => 0 [j2me_storage_size] => 0 [j2me_max_record_store_size] => 0 [j2me_screen_width] => 0 [j2me_screen_height] => 0 [j2me_canvas_width] => 0 [j2me_canvas_height] => 0 [j2me_bits_per_pixel] => 0 [j2me_audio_capture_enabled] => false [j2me_video_capture_enabled] => false [j2me_photo_capture_enabled] => false [j2me_capture_image_formats] => none [j2me_http] => false [j2me_https] => false [j2me_socket] => false [j2me_udp] => false [j2me_serial] => false [j2me_gif] => false [j2me_gif89a] => false [j2me_jpg] => false [j2me_png] => false [j2me_bmp] => false [j2me_bmp3] => false [j2me_wbmp] => false [j2me_midi] => false [j2me_wav] => false [j2me_amr] => false [j2me_mp3] => false [j2me_mp4] => false [j2me_imelody] => false [j2me_rmf] => false [j2me_au] => false [j2me_aac] => false [j2me_realaudio] => false [j2me_xmf] => false [j2me_wma] => false [j2me_3gpp] => false [j2me_h263] => false [j2me_svgt] => false [j2me_mpeg4] => false [j2me_realvideo] => false [j2me_real8] => false [j2me_realmedia] => false [j2me_left_softkey_code] => 0 [j2me_right_softkey_code] => 0 [j2me_middle_softkey_code] => 0 [j2me_select_key_code] => 0 [j2me_return_key_code] => 0 [j2me_clear_key_code] => 0 [j2me_datefield_no_accepts_null_date] => false [j2me_datefield_broken] => false [receiver] => true [sender] => true [mms_max_size] => 307200 [mms_max_height] => 800 [mms_max_width] => 480 [built_in_recorder] => false [built_in_camera] => true [mms_jpeg_baseline] => true [mms_jpeg_progressive] => false [mms_gif_static] => true [mms_gif_animated] => true [mms_png] => true [mms_bmp] => false [mms_wbmp] => true [mms_amr] => true [mms_wav] => true [mms_midi_monophonic] => true [mms_midi_polyphonic] => false [mms_midi_polyphonic_voices] => 0 [mms_spmidi] => false [mms_mmf] => false [mms_mp3] => true [mms_evrc] => false [mms_qcelp] => false [mms_ota_bitmap] => false [mms_nokia_wallpaper] => false [mms_nokia_operatorlogo] => false [mms_nokia_3dscreensaver] => false [mms_nokia_ringingtone] => false [mms_rmf] => false [mms_xmf] => false [mms_symbian_install] => false [mms_jar] => false [mms_jad] => false [mms_vcard] => true [mms_vcalendar] => true [mms_wml] => false [mms_wbxml] => false [mms_wmlc] => false [mms_video] => true [mms_mp4] => true [mms_3gpp] => true [mms_3gpp2] => true [mms_max_frame_rate] => 0 [nokiaring] => false [picturemessage] => false [operatorlogo] => false [largeoperatorlogo] => false [callericon] => false [nokiavcard] => false [nokiavcal] => false [sckl_ringtone] => false [sckl_operatorlogo] => false [sckl_groupgraphic] => false [sckl_vcard] => false [sckl_vcalendar] => false [text_imelody] => false [ems] => false [ems_variablesizedpictures] => false [ems_imelody] => false [ems_odi] => false [ems_upi] => false [ems_version] => 0 [siemens_ota] => false [siemens_logo_width] => 101 [siemens_logo_height] => 29 [siemens_screensaver_width] => 101 [siemens_screensaver_height] => 50 [gprtf] => false [sagem_v1] => false [sagem_v2] => false [panasonic] => false [sms_enabled] => true [wav] => true [mmf] => false [smf] => false [mld] => false [midi_monophonic] => true [midi_polyphonic] => false [sp_midi] => false [rmf] => false [xmf] => false [compactmidi] => false [digiplug] => false [nokia_ringtone] => false [imelody] => true [au] => false [amr] => true [awb] => false [aac] => true [mp3] => true [voices] => 1 [qcelp] => false [evrc] => false [flash_lite_version] => [fl_wallpaper] => false [fl_screensaver] => false [fl_standalone] => false [fl_browser] => false [fl_sub_lcd] => false [full_flash_support] => false [css_supports_width_as_percentage] => true [css_border_image] => webkit [css_rounded_corners] => webkit [css_gradient] => none [css_spriting] => true [css_gradient_linear] => none [is_transcoder] => false [transcoder_ua_header] => user-agent [rss_support] => false [pdf_support] => true [progressive_download] => true [playback_vcodec_h263_0] => 10 [playback_vcodec_h263_3] => -1 [playback_vcodec_mpeg4_sp] => 0 [playback_vcodec_mpeg4_asp] => -1 [playback_vcodec_h264_bp] => 3.0 [playback_real_media] => none [playback_3gpp] => true [playback_3g2] => false [playback_mp4] => true [playback_mov] => false [playback_acodec_amr] => nb [playback_acodec_aac] => none [playback_df_size_limit] => 0 [playback_directdownload_size_limit] => 0 [playback_inline_size_limit] => 0 [playback_oma_size_limit] => 0 [playback_acodec_qcelp] => false [playback_wmv] => none [hinted_progressive_download] => true [html_preferred_dtd] => html4 [viewport_supported] => true [viewport_width] => device_width_token [viewport_userscalable] => no [viewport_initial_scale] => [viewport_maximum_scale] => [viewport_minimum_scale] => [mobileoptimized] => false [handheldfriendly] => false [canvas_support] => full [image_inlining] => true [is_smarttv] => false [is_console] => false [nfc_support] => false [ux_full_desktop] => false [jqm_grade] => A [is_sencha_touch_ok] => false ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr><tr><td>Zsxsoft<br /><small>1.3</small><br /></td><td>Google Chrome 18.0.1025.166</td><td><i class="material-icons">close</i></td><td>Android 4.1.1</td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.001</td><td> <!-- Modal Trigger --> <a class="modal-trigger btn waves-effect waves-light" href="#modal-5d43e024-b46c-44f6-8914-529b05569bc2">Detail</a> <!-- Modal Structure --> <div id="modal-5d43e024-b46c-44f6-8914-529b05569bc2" class="modal modal-fixed-footer"> <div class="modal-content"> <h4>Zsxsoft result detail</h4> <p><pre><code class="php">Array ( [browser] => Array ( [link] => http://google.com/chrome/ [title] => Google Chrome 18.0.1025.166 [name] => Google Chrome [version] => 18.0.1025.166 [code] => chrome [image] => img/16/browser/chrome.png ) [os] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.1 [code] => android [x64] => [title] => Android 4.1.1 [type] => os [dir] => os [image] => img/16/os/android.png ) [device] => Array ( [link] => [title] => [model] => [brand] => [code] => null [dir] => device [type] => device [image] => img/16/device/null.png ) [platform] => Array ( [link] => http://www.android.com/ [name] => Android [version] => 4.1.1 [code] => android [x64] => [title] => Android 4.1.1 [type] => os [dir] => os [image] => img/16/os/android.png ) ) </code></pre></p> </div> <div class="modal-footer"> <a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a> </div> </div> </td></tr></table> </div> <div class="section"> <h1 class="header center orange-text">About this comparison</h1> <div class="row center"> <h5 class="header light"> The primary goal of this project is simple<br /> I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br /> <br /> The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br /> <br /> You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br /> <br /> The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a> </h5> </div> </div> <div class="card"> <div class="card-content"> Comparison created <i>2016-05-10 08:06:06</i> | by <a href="https://github.com/ThaDafinser">ThaDafinser</a> </div> </div> </div> <script src="https://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> <script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.2.0/list.min.js"></script> <script> $(document).ready(function(){ // the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered $('.modal-trigger').leanModal(); }); </script> </body> </html>
ThaDafinser/UserAgentParserComparison
v5/user-agent-detail/b8/e6/b8e6fe89-e3e8-41ca-b9dc-e814eb57d3b7.html
HTML
mit
56,803
<div class="modal-header"> <h3 class=modal-title">Delete Job</h3> </div> <form class="form-horizontal"> <div class="modal-body"> <strong>Are you sure do you want to delete this jobs?</strong> <ul class="animate-repeat" ng-repeat="jenkins in checked_jenkinses"> <li>{{jenkins.jobName}}</li> </ul> </div> <div class="modal-footer"> <button class="btn btn-danger" ng-click="deleteMassJobs()">Delete</button> <button class="btn btn-warning" ng-click="cancel()">Cancel</button> </div> </form>
nokia-wroclaw/innovativeproject-ciherd
client/app/ciherd/jobs/modals/deleteMassJobs.html
HTML
mit
526
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>2FA Demo</title> <base href="/"> <meta content="width=device-width, initial-scale=1" name="viewport"> <link href="favicon.ico" rel="icon" type="image/x-icon"> </head> <body> <app-root></app-root> </body> </html>
ralscha/springsecuritytotp
client/src/index.html
HTML
mit
292
<!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="X-UA-Compatible" content="IE=Edge" /> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>pymatgen.io.abinit.scheduler_error_parsers &#8212; pymatgen 2019.3.13 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" id="documentation_options" data-url_root="../../../../" src="../../../../_static/documentation_options.js"></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="../../../../_static/language_data.js"></script> <script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.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 2019.3.13 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../pymatgen.html" accesskey="U">pymatgen</a> &#187;</li> </ul> </div> <div class="document"> <div class="documentwrapper"> <div class="bodywrapper"> <div class="body" role="main"> <h1>Source code for pymatgen.io.abinit.scheduler_error_parsers</h1><div class="highlight"><pre> <span></span><span class="c1"># coding: utf-8</span> <span class="c1"># Copyright (c) Pymatgen Development Team.</span> <span class="c1"># Distributed under the terms of the MIT License.</span> <span class="kn">import</span> <span class="nn">re</span> <span class="kn">import</span> <span class="nn">abc</span> <span class="kn">from</span> <span class="nn">abc</span> <span class="k">import</span> <span class="n">ABCMeta</span><span class="p">,</span> <span class="n">abstractmethod</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd">Error handlers for errors originating from the Submission systems.</span> <span class="sd">&quot;&quot;&quot;</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;Michiel van Setten&quot;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot; &quot;</span> <span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;0.9&quot;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;Michiel van Setten&quot;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s2">&quot;mjvansetten@gmail.com&quot;</span> <span class="n">__date__</span> <span class="o">=</span> <span class="s2">&quot;May 2014&quot;</span> <span class="n">__all_errors__</span> <span class="o">=</span> <span class="p">[</span><span class="s1">&#39;SubmitError&#39;</span><span class="p">,</span> <span class="s1">&#39;FullQueueError&#39;</span><span class="p">,</span> <span class="s1">&#39;DiskError&#39;</span><span class="p">,</span> <span class="s1">&#39;TimeCancelError&#39;</span><span class="p">,</span> <span class="s1">&#39;MemoryCancelError&#39;</span><span class="p">,</span> <span class="s1">&#39;NodeFailureError&#39;</span><span class="p">]</span> <div class="viewcode-block" id="CorrectorProtocolScheduler"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolScheduler">[docs]</a><span class="k">class</span> <span class="nc">CorrectorProtocolScheduler</span><span class="p">(</span><span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Abstract class to define the protocol / interface for correction operators. The client code quadapters / submission</span> <span class="sd"> script generator method / ... should implement these methods.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="nd">@abc</span><span class="o">.</span><span class="n">abstractmethod</span> <span class="k">def</span> <span class="nf">name</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="nb">str</span><span class="p">()</span> <div class="viewcode-block" id="CorrectorProtocolScheduler.exclude_nodes"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolScheduler.exclude_nodes">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">exclude_nodes</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">nodes</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to exclude certain nodes from being used in the calculation. It is called when a calculation seemed to</span> <span class="sd"> have been crashed due to a hardware failure at the nodes specified.</span> <span class="sd"> nodes: list of node numbers that were found to cause problems</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="CorrectorProtocolScheduler.increase_mem"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolScheduler.increase_mem">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">increase_mem</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to increase then memory in the calculation. It is called when a calculation seemed to have been crashed</span> <span class="sd"> due to a insufficient memory.</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="CorrectorProtocolScheduler.increase_time"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolScheduler.increase_time">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">increase_time</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to increase te time for the calculation. It is called when a calculation seemed to</span> <span class="sd"> have been crashed due to a time limit.</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="CorrectorProtocolScheduler.increase_cpus"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolScheduler.increase_cpus">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">increase_cpus</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to increse the number of cpus being used in the calculation. It is called when a calculation seemed to</span> <span class="sd"> have been crashed due to time or memory limits being broken.</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div></div> <div class="viewcode-block" id="CorrectorProtocolApplication"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolApplication">[docs]</a><span class="k">class</span> <span class="nc">CorrectorProtocolApplication</span><span class="p">(</span><span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Abstract class to define the protocol / interface for correction operators. The client code quadapters / submission</span> <span class="sd"> script generator method / ... should implement these methods.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="nd">@abc</span><span class="o">.</span><span class="n">abstractmethod</span> <span class="k">def</span> <span class="nf">name</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="nb">str</span><span class="p">()</span> <div class="viewcode-block" id="CorrectorProtocolApplication.decrease_mem"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolApplication.decrease_mem">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">decrease_mem</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to increase then memory in the calculation. It is called when a calculation seemed to have been crashed</span> <span class="sd"> due to a insufficient memory.</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="CorrectorProtocolApplication.speed_up"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.CorrectorProtocolApplication.speed_up">[docs]</a> <span class="nd">@abstractmethod</span> <span class="k">def</span> <span class="nf">speed_up</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Method to speed_up the calculation. It is called when a calculation seemed to time limits being broken.</span> <span class="sd"> returns True if the memory could be increased False otherwise</span> <span class="sd"> &quot;&quot;&quot;</span></div></div> <div class="viewcode-block" id="AbstractError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractError">[docs]</a><span class="k">class</span> <span class="nc">AbstractError</span><span class="p">(</span><span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error base class</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">errmsg</span><span class="p">,</span> <span class="n">meta_data</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">errmsg</span> <span class="o">=</span> <span class="n">errmsg</span> <span class="bp">self</span><span class="o">.</span><span class="n">meta_data</span> <span class="o">=</span> <span class="n">meta_data</span> <span class="k">if</span> <span class="n">meta_data</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span> <span class="k">else</span> <span class="p">{}</span> <span class="k">def</span> <span class="nf">__str__</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="n">_message</span> <span class="o">=</span> <span class="s1">&#39;</span><span class="si">%s</span><span class="s1"> </span><span class="si">%s</span><span class="se">\n</span><span class="s1">&#39;</span> \ <span class="s1">&#39; error message : </span><span class="si">%s</span><span class="s1"> </span><span class="se">\n</span><span class="s1">&#39;</span> \ <span class="s1">&#39; meta data : </span><span class="si">%s</span><span class="s1">&#39;</span> <span class="o">%</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="vm">__doc__</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">errmsg</span><span class="p">,</span> <span class="nb">str</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">meta_data</span><span class="p">))</span> <span class="k">return</span> <span class="n">_message</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">name</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="vm">__class__</span><span class="o">.</span><span class="vm">__name__</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">scheduler_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> to be implemented by concrete errors returning a list of tuples defining corrections. The First element of the</span> <span class="sd"> tuple should be a string of one of the methods in CorrectorProtocolScheduler, the second element should</span> <span class="sd"> contain the arguments.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">[]</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">application_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> to be implemented by concrete errors returning a list of tuples defining corrections. The First element of the</span> <span class="sd"> tuple should be a string of one of the methods in CorrectorProtocolApplication, the second element should</span> <span class="sd"> contain the arguments.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">return</span> <span class="p">[]</span> <div class="viewcode-block" id="AbstractError.last_resort_solution"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractError.last_resort_solution">[docs]</a> <span class="k">def</span> <span class="nf">last_resort_solution</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> what to do if every thing else fails...</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;non of the defined solutions for </span><span class="si">%s</span><span class="s1"> returned success...&#39;</span> <span class="o">%</span> <span class="bp">self</span><span class="o">.</span><span class="n">name</span><span class="p">)</span> <span class="k">return</span></div></div> <div class="viewcode-block" id="SubmitError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.SubmitError">[docs]</a><span class="k">class</span> <span class="nc">SubmitError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Errors occurring at submission. The limits on the cluster may have changed.</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="FullQueueError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.FullQueueError">[docs]</a><span class="k">class</span> <span class="nc">FullQueueError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Errors occurring at submission. To many jobs in the queue / total cpus / .. .</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="DiskError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.DiskError">[docs]</a><span class="k">class</span> <span class="nc">DiskError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Errors involving problems writing to disk.</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="TimeCancelError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.TimeCancelError">[docs]</a><span class="k">class</span> <span class="nc">TimeCancelError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error due to exceeding the time limit for the job.</span> <span class="sd"> .limit will return a list of limits that were broken, None if it could not be determined.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">limit</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">meta_data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;broken_limit&#39;</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">scheduler_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">[(</span><span class="n">CorrectorProtocolScheduler</span><span class="o">.</span><span class="n">increase_time</span><span class="p">,)]</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">application_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">[(</span><span class="n">CorrectorProtocolApplication</span><span class="o">.</span><span class="n">speed_up</span><span class="p">,)]</span></div> <div class="viewcode-block" id="MemoryCancelError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.MemoryCancelError">[docs]</a><span class="k">class</span> <span class="nc">MemoryCancelError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error due to exceeding the memory limit for the job.</span> <span class="sd"> .limit will return a list of limits that were broken, None if it could not be determined.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">limit</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">meta_data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;broken_limit&#39;</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">scheduler_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">[(</span><span class="n">CorrectorProtocolScheduler</span><span class="o">.</span><span class="n">increase_mem</span><span class="p">,)]</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">application_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">[(</span><span class="n">CorrectorProtocolApplication</span><span class="o">.</span><span class="n">decrease_mem</span><span class="p">,)]</span></div> <div class="viewcode-block" id="MasterProcessMemoryCancelError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.MasterProcessMemoryCancelError">[docs]</a><span class="k">class</span> <span class="nc">MasterProcessMemoryCancelError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error due to exceeding the memory limit for the job on the master node.</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="SlaveProcessMemoryCancelError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.SlaveProcessMemoryCancelError">[docs]</a><span class="k">class</span> <span class="nc">SlaveProcessMemoryCancelError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error due to exceeding the memory limit for the job on a node different from the master.</span> <span class="sd"> &quot;&quot;&quot;</span></div> <div class="viewcode-block" id="NodeFailureError"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.NodeFailureError">[docs]</a><span class="k">class</span> <span class="nc">NodeFailureError</span><span class="p">(</span><span class="n">AbstractError</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Error due the hardware failure of a specific node.</span> <span class="sd"> .node will return a list of problematic nodes, None if it could not be determined.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">nodes</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="bp">self</span><span class="o">.</span><span class="n">meta_data</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s1">&#39;nodes&#39;</span><span class="p">)</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">scheduler_adapter_solutions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">[(</span><span class="n">CorrectorProtocolScheduler</span><span class="o">.</span><span class="n">exclude_nodes</span><span class="p">,</span> <span class="p">[</span><span class="bp">self</span><span class="o">.</span><span class="n">nodes</span><span class="p">])]</span></div> <div class="viewcode-block" id="AbstractErrorParser"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractErrorParser">[docs]</a><span class="k">class</span> <span class="nc">AbstractErrorParser</span><span class="p">(</span><span class="n">metaclass</span><span class="o">=</span><span class="n">ABCMeta</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Abstract class for parsing errors originating from the scheduler system and error that are not reported by the</span> <span class="sd"> program itself, i.e. segmentation faults.</span> <span class="sd"> A concrete implementation of this class for a specific scheduler needs a class attribute ERRORS for containing a</span> <span class="sd"> dictionary specifying error:</span> <span class="sd"> ERRORS = {ErrorClass: {</span> <span class="sd"> &#39;file_specifier&#39; : {</span> <span class="sd"> &#39;string&#39;: &quot;the string to be looked for&quot;,</span> <span class="sd"> &#39;meta_filter&#39;: &quot;string specifing the regular expression to obtain the meta data&quot;</span> <span class="sd"> }</span> <span class="sd"> }</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="k">def</span> <span class="nf">__init__</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">err_file</span><span class="p">,</span> <span class="n">out_file</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">run_err_file</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">batch_err_file</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="bp">self</span><span class="o">.</span><span class="n">files</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;err&#39;</span><span class="p">:</span> <span class="n">err_file</span><span class="p">,</span> <span class="s1">&#39;out&#39;</span><span class="p">:</span> <span class="n">out_file</span><span class="p">,</span> <span class="s1">&#39;run_err&#39;</span><span class="p">:</span> <span class="n">run_err_file</span><span class="p">,</span> <span class="s1">&#39;batch_err&#39;</span><span class="p">:</span> <span class="n">batch_err_file</span><span class="p">}</span> <span class="bp">self</span><span class="o">.</span><span class="n">errors</span> <span class="o">=</span> <span class="p">[]</span> <span class="nd">@property</span> <span class="nd">@abc</span><span class="o">.</span><span class="n">abstractmethod</span> <span class="k">def</span> <span class="nf">error_definitions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="nb">dict</span><span class="p">()</span> <div class="viewcode-block" id="AbstractErrorParser.extract_metadata"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractErrorParser.extract_metadata">[docs]</a> <span class="nd">@staticmethod</span> <span class="k">def</span> <span class="nf">extract_metadata</span><span class="p">(</span><span class="n">lines</span><span class="p">,</span> <span class="n">meta_filter</span><span class="p">):</span> <span class="n">meta_dict</span> <span class="o">=</span> <span class="p">{}</span> <span class="k">for</span> <span class="n">key</span> <span class="ow">in</span> <span class="n">meta_filter</span><span class="o">.</span><span class="n">keys</span><span class="p">():</span> <span class="n">values</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">line</span> <span class="ow">in</span> <span class="n">lines</span><span class="p">:</span> <span class="n">match</span> <span class="o">=</span> <span class="n">re</span><span class="o">.</span><span class="n">match</span><span class="p">(</span><span class="n">meta_filter</span><span class="p">[</span><span class="n">key</span><span class="p">][</span><span class="mi">0</span><span class="p">],</span> <span class="n">line</span><span class="p">)</span> <span class="k">if</span> <span class="n">match</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="n">values</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">re</span><span class="o">.</span><span class="n">match</span><span class="p">(</span><span class="n">meta_filter</span><span class="p">[</span><span class="n">key</span><span class="p">][</span><span class="mi">0</span><span class="p">],</span> <span class="n">line</span><span class="p">)</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="n">meta_filter</span><span class="p">[</span><span class="n">key</span><span class="p">][</span><span class="mi">1</span><span class="p">]))</span> <span class="n">values</span> <span class="o">=</span> <span class="nb">sorted</span><span class="p">(</span><span class="nb">set</span><span class="p">(</span><span class="n">values</span><span class="p">))</span> <span class="n">meta_dict</span><span class="o">.</span><span class="n">update</span><span class="p">({</span><span class="n">key</span><span class="p">:</span> <span class="n">values</span><span class="p">})</span> <span class="k">return</span> <span class="n">meta_dict</span></div> <div class="viewcode-block" id="AbstractErrorParser.parse_single"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractErrorParser.parse_single">[docs]</a> <span class="k">def</span> <span class="nf">parse_single</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">errmsg</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Parse the provided files for the corresponding strings.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">found</span> <span class="o">=</span> <span class="kc">False</span> <span class="n">message</span> <span class="o">=</span> <span class="kc">None</span> <span class="n">metadata</span> <span class="o">=</span> <span class="kc">None</span> <span class="k">for</span> <span class="n">k</span> <span class="ow">in</span> <span class="n">errmsg</span><span class="o">.</span><span class="n">keys</span><span class="p">():</span> <span class="k">if</span> <span class="bp">self</span><span class="o">.</span><span class="n">files</span><span class="p">[</span><span class="n">k</span><span class="p">]</span> <span class="ow">is</span> <span class="ow">not</span> <span class="kc">None</span><span class="p">:</span> <span class="c1">#print(&#39;parsing &#39;, self.files[k], &#39; for &#39;, errmsg[k][&#39;string&#39;])</span> <span class="k">try</span><span class="p">:</span> <span class="k">with</span> <span class="nb">open</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">files</span><span class="p">[</span><span class="n">k</span><span class="p">],</span> <span class="n">mode</span><span class="o">=</span><span class="s1">&#39;r&#39;</span><span class="p">)</span> <span class="k">as</span> <span class="n">f</span><span class="p">:</span> <span class="n">lines</span> <span class="o">=</span> <span class="n">f</span><span class="o">.</span><span class="n">read</span><span class="p">()</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s1">&#39;</span><span class="se">\n</span><span class="s1">&#39;</span><span class="p">)</span> <span class="k">for</span> <span class="n">line</span> <span class="ow">in</span> <span class="n">lines</span><span class="p">:</span> <span class="k">if</span> <span class="n">errmsg</span><span class="p">[</span><span class="n">k</span><span class="p">][</span><span class="s1">&#39;string&#39;</span><span class="p">]</span> <span class="ow">in</span> <span class="n">line</span><span class="p">:</span> <span class="n">message</span> <span class="o">=</span> <span class="n">line</span> <span class="n">found</span> <span class="o">=</span> <span class="kc">True</span> <span class="k">if</span> <span class="n">found</span><span class="p">:</span> <span class="n">metadata</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">extract_metadata</span><span class="p">(</span><span class="n">lines</span><span class="p">,</span> <span class="n">errmsg</span><span class="p">[</span><span class="n">k</span><span class="p">][</span><span class="s1">&#39;meta_filter&#39;</span><span class="p">])</span> <span class="k">except</span> <span class="p">(</span><span class="ne">IOError</span><span class="p">,</span> <span class="ne">OSError</span><span class="p">):</span> <span class="nb">print</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">files</span><span class="p">[</span><span class="n">k</span><span class="p">],</span> <span class="s1">&#39;not found&#39;</span><span class="p">)</span> <span class="k">pass</span> <span class="k">except</span> <span class="ne">TypeError</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;type error&#39;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">files</span><span class="p">[</span><span class="n">k</span><span class="p">],</span> <span class="s1">&#39; has type &#39;</span><span class="p">,</span> <span class="bp">self</span><span class="o">.</span><span class="n">files</span><span class="p">[</span><span class="n">k</span><span class="p">]</span><span class="o">.</span><span class="n">cls</span><span class="p">(),</span> <span class="s1">&#39; should be string.&#39;</span><span class="p">)</span> <span class="k">pass</span> <span class="k">return</span> <span class="n">found</span><span class="p">,</span> <span class="n">message</span><span class="p">,</span> <span class="n">metadata</span></div> <div class="viewcode-block" id="AbstractErrorParser.parse"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.AbstractErrorParser.parse">[docs]</a> <span class="k">def</span> <span class="nf">parse</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Parse for the occurens of all errors defined in ERRORS</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">errors_tested</span> <span class="o">=</span> <span class="mi">0</span> <span class="k">for</span> <span class="n">error</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">error_definitions</span><span class="p">:</span> <span class="n">errors_tested</span> <span class="o">+=</span> <span class="mi">1</span> <span class="n">result</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">parse_single</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">error_definitions</span><span class="p">[</span><span class="n">error</span><span class="p">])</span> <span class="k">if</span> <span class="n">result</span><span class="p">[</span><span class="mi">0</span><span class="p">]:</span> <span class="bp">self</span><span class="o">.</span><span class="n">errors</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">error</span><span class="p">(</span><span class="n">result</span><span class="p">[</span><span class="mi">1</span><span class="p">],</span> <span class="n">result</span><span class="p">[</span><span class="mi">2</span><span class="p">]))</span> <span class="k">if</span> <span class="nb">len</span><span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">errors</span><span class="p">)</span> <span class="o">&gt;</span> <span class="mi">0</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;QUEUE_ERROR FOUND&#39;</span><span class="p">)</span> <span class="k">for</span> <span class="n">error</span> <span class="ow">in</span> <span class="bp">self</span><span class="o">.</span><span class="n">errors</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">error</span><span class="p">)</span> <span class="k">return</span> <span class="n">errors_tested</span></div></div> <div class="viewcode-block" id="SlurmErrorParser"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.SlurmErrorParser">[docs]</a><span class="k">class</span> <span class="nc">SlurmErrorParser</span><span class="p">(</span><span class="n">AbstractErrorParser</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Implementation of the error definitions for the Slurm scheduler</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">error_definitions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">{</span> <span class="n">SubmitError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;batch_err&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;Batch job submission failed&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">FullQueueError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;batch_err&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;Job violates accounting/QOS policy&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">MemoryCancelError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;err&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;Exceeded job memory limit&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{}</span> <span class="p">}</span> <span class="p">},</span> <span class="c1">#slurmstepd: error: *** JOB 1803480 CANCELLED AT 2015-12-16T14:57:32 DUE TO TIME LIMIT on lmWn009 ***</span> <span class="c1">#slurmstepd: error: *** JOB 1803712 CANCELLED AT 2015-12-17T15:21:41 DUE TO TIME LIMIT on lmWn001 ***</span> <span class="n">TimeCancelError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;err&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;DUE TO TIME LIMIT&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;time_of_cancel&#39;</span><span class="p">:</span> <span class="p">[</span><span class="sa">r</span><span class="s2">&quot;(.*)JOB (\d+) CANCELLED AT (\S*) DUE TO TIME LIMIT(.*)&quot;</span><span class="p">,</span> <span class="mi">3</span><span class="p">]</span> <span class="p">}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">NodeFailureError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;run_err&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;can&#39;t open /dev/ipath, network down&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;nodes&#39;</span><span class="p">:</span> <span class="p">[</span><span class="sa">r</span><span class="s2">&quot;node(\d+)\.(\d+)can&#39;t open (\S*), network down \(err=26\)&quot;</span><span class="p">,</span> <span class="mi">1</span><span class="p">]</span> <span class="p">}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">AbstractError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;out&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;a string to be found&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{}</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span></div> <div class="viewcode-block" id="PBSErrorParser"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.PBSErrorParser">[docs]</a><span class="k">class</span> <span class="nc">PBSErrorParser</span><span class="p">(</span><span class="n">AbstractErrorParser</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Implementation for the PBS scheduler</span> <span class="sd"> PBS: job killed: walltime 932 exceeded limit 900</span> <span class="sd"> PBS: job killed: walltime 46 exceeded limit 30</span> <span class="sd"> PBS: job killed: vmem 2085244kb exceeded limit 1945600kb</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="nd">@property</span> <span class="k">def</span> <span class="nf">error_definitions</span><span class="p">(</span><span class="bp">self</span><span class="p">):</span> <span class="k">return</span> <span class="p">{</span> <span class="n">TimeCancelError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;out&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;job killed: walltime&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;broken_limit&#39;</span><span class="p">:</span> <span class="p">[</span><span class="sa">r</span><span class="s2">&quot;=&gt;&gt; PBS: job killed: walltime (\d+) exceeded limit (\d+)&quot;</span><span class="p">,</span> <span class="mi">2</span><span class="p">]</span> <span class="p">}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">AbstractError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;out&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;a string to be found&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{}</span> <span class="p">}</span> <span class="p">},</span> <span class="n">MemoryCancelError</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;out&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;string&#39;</span><span class="p">:</span> <span class="s2">&quot;job killed: vmem&quot;</span><span class="p">,</span> <span class="s1">&#39;meta_filter&#39;</span><span class="p">:</span> <span class="p">{</span> <span class="s1">&#39;broken_limit&#39;</span><span class="p">:</span> <span class="p">[</span><span class="sa">r</span><span class="s2">&quot;(.*)job killed: vmem (\d+)kb exceeded limit (\d+)kb&quot;</span><span class="p">,</span> <span class="mi">3</span><span class="p">]</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span> <span class="p">}</span></div> <span class="n">ALL_PARSERS</span> <span class="o">=</span> <span class="p">{</span><span class="s1">&#39;slurm&#39;</span><span class="p">:</span> <span class="n">SlurmErrorParser</span><span class="p">,</span> <span class="s1">&#39;pbspro&#39;</span><span class="p">:</span> <span class="n">PBSErrorParser</span><span class="p">,</span> <span class="s1">&#39;torque&#39;</span><span class="p">:</span> <span class="n">PBSErrorParser</span><span class="p">}</span> <div class="viewcode-block" id="get_parser"><a class="viewcode-back" href="../../../../pymatgen.io.abinit.scheduler_error_parsers.html#pymatgen.io.abinit.scheduler_error_parsers.get_parser">[docs]</a><span class="k">def</span> <span class="nf">get_parser</span><span class="p">(</span><span class="n">scheduler</span><span class="p">,</span> <span class="n">err_file</span><span class="p">,</span> <span class="n">out_file</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">run_err_file</span><span class="o">=</span><span class="kc">None</span><span class="p">,</span> <span class="n">batch_err_file</span><span class="o">=</span><span class="kc">None</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Factory function to provide the parser for the specified scheduler. If the scheduler is not implemented None is</span> <span class="sd"> returned. The files, string, correspond to file names of the out and err files:</span> <span class="sd"> err_file stderr of the scheduler</span> <span class="sd"> out_file stdout of the scheduler</span> <span class="sd"> run_err_file stderr of the application</span> <span class="sd"> batch_err_file stderr of the submission</span> <span class="sd"> Returns:</span> <span class="sd"> None if scheduler is not supported.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="bp">cls</span> <span class="o">=</span> <span class="n">ALL_PARSERS</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="n">scheduler</span><span class="p">)</span> <span class="k">return</span> <span class="bp">cls</span> <span class="k">if</span> <span class="bp">cls</span> <span class="ow">is</span> <span class="kc">None</span> <span class="k">else</span> <span class="bp">cls</span><span class="p">(</span><span class="n">err_file</span><span class="p">,</span> <span class="n">out_file</span><span class="p">,</span> <span class="n">run_err_file</span><span class="p">,</span> <span class="n">batch_err_file</span><span class="p">)</span></div> <span class="k">if</span> <span class="vm">__name__</span> <span class="o">==</span> <span class="s2">&quot;__main__&quot;</span><span class="p">:</span> <span class="n">my_parser</span> <span class="o">=</span> <span class="n">get_parser</span><span class="p">(</span><span class="s1">&#39;pbs&#39;</span><span class="p">,</span> <span class="n">err_file</span><span class="o">=</span><span class="s1">&#39;queue.err&#39;</span><span class="p">,</span> <span class="n">out_file</span><span class="o">=</span><span class="s1">&#39;queue.out&#39;</span><span class="p">,</span> <span class="n">run_err_file</span><span class="o">=</span><span class="s1">&#39;run.err&#39;</span><span class="p">,</span> <span class="n">batch_err_file</span><span class="o">=</span><span class="s1">&#39;sbatch.err&#39;</span><span class="p">)</span> <span class="n">my_parser</span><span class="o">.</span><span class="n">parse</span><span class="p">()</span> <span class="nb">print</span><span class="p">(</span><span class="s1">&#39;parser.errors&#39;</span><span class="p">,</span> <span class="n">my_parser</span><span class="o">.</span><span class="n">errors</span><span class="p">)</span> <span class="k">for</span> <span class="n">my_error</span> <span class="ow">in</span> <span class="n">my_parser</span><span class="o">.</span><span class="n">errors</span><span class="p">:</span> <span class="nb">print</span><span class="p">(</span><span class="n">my_error</span><span class="p">)</span> </pre></div> </div> </div> </div> <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> <div class="sphinxsidebarwrapper"> <div id="searchbox" style="display: none" role="search"> <h3>Quick search</h3> <div class="searchformwrapper"> <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> </div> </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 2019.3.13 documentation</a> &#187;</li> <li class="nav-item nav-item-1"><a href="../../../index.html" >Module code</a> &#187;</li> <li class="nav-item nav-item-2"><a href="../../../pymatgen.html" >pymatgen</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.8.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>
montoyjh/pymatgen
docs/_modules/pymatgen/io/abinit/scheduler_error_parsers.html
HTML
mit
54,526
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.7"/> <title>App Engine Python SDK: google.appengine.ext.mapreduce.input_readers.RandomStringInputReader Class Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="common.css" rel="stylesheet" type="text/css"/> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine Python SDK &#160;<span id="projectnumber">v1.6.9 rev.445</span> </div> <div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.7 --> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>mapreduce</b></li><li class="navelem"><b>input_readers</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_random_string_input_reader.html">RandomStringInputReader</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-attribs">Static Public Attributes</a> &#124; <a href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_random_string_input_reader-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">google.appengine.ext.mapreduce.input_readers.RandomStringInputReader Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google.appengine.ext.mapreduce.input_readers.RandomStringInputReader:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_random_string_input_reader.png" usemap="#google.appengine.ext.mapreduce.input_readers.RandomStringInputReader_map" alt=""/> <map id="google.appengine.ext.mapreduce.input_readers.RandomStringInputReader_map" name="google.appengine.ext.mapreduce.input_readers.RandomStringInputReader_map"> <area href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html" alt="google.appengine.ext.mapreduce.input_readers.InputReader" shape="rect" coords="0,112,432,136"/> <area href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html" alt="google.appengine.ext.mapreduce.json_util.JsonMixin" shape="rect" coords="0,56,432,80"/> </map> </div></div> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a> Public Member Functions</h2></td></tr> <tr class="memitem:a8892251bef5bdc4729257f9f3401b970"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_random_string_input_reader.html#a8892251bef5bdc4729257f9f3401b970">__init__</a></td></tr> <tr class="separator:a8892251bef5bdc4729257f9f3401b970"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae486c315842d15f4f1e7341008cc10a7"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae486c315842d15f4f1e7341008cc10a7"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>__iter__</b></td></tr> <tr class="separator:ae486c315842d15f4f1e7341008cc10a7"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa3df3d5b0d237f06a6046e75cabd0462"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa3df3d5b0d237f06a6046e75cabd0462"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>split_input</b></td></tr> <tr class="separator:aa3df3d5b0d237f06a6046e75cabd0462"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae0b038bcfdb97a72aeebfffee7fb4788"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae0b038bcfdb97a72aeebfffee7fb4788"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>validate</b></td></tr> <tr class="separator:ae0b038bcfdb97a72aeebfffee7fb4788"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4c05b44f0b568d11b0793ac667b46541"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4c05b44f0b568d11b0793ac667b46541"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>from_json</b></td></tr> <tr class="separator:a4c05b44f0b568d11b0793ac667b46541"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24cd9c2830127d39bdc2dd86ffef3710"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24cd9c2830127d39bdc2dd86ffef3710"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>to_json</b></td></tr> <tr class="separator:a24cd9c2830127d39bdc2dd86ffef3710"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html">google.appengine.ext.mapreduce.input_readers.InputReader</a></td></tr> <tr class="memitem:a263ea24b995785dbd57b8d8dd84746c1 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a263ea24b995785dbd57b8d8dd84746c1"></a> def&#160;</td><td class="memItemRight" valign="bottom"><b>__iter__</b></td></tr> <tr class="separator:a263ea24b995785dbd57b8d8dd84746c1 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab42d55e7b9fee631fcba6e90b87c7008 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html#ab42d55e7b9fee631fcba6e90b87c7008">next</a></td></tr> <tr class="separator:ab42d55e7b9fee631fcba6e90b87c7008 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaec97ba99503dfef297b9271821b3fe0 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html#aaec97ba99503dfef297b9271821b3fe0">from_json</a></td></tr> <tr class="separator:aaec97ba99503dfef297b9271821b3fe0 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac8c43f0c234d9c4d5df00c1ec3996a1e inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html#ac8c43f0c234d9c4d5df00c1ec3996a1e">to_json</a></td></tr> <tr class="separator:ac8c43f0c234d9c4d5df00c1ec3996a1e inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a878e9f8ecd3c7f6b03671e00ddd12218 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html#a878e9f8ecd3c7f6b03671e00ddd12218">split_input</a></td></tr> <tr class="separator:a878e9f8ecd3c7f6b03671e00ddd12218 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab323756c37dc98d687c2f5351f6cf18e inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html#ab323756c37dc98d687c2f5351f6cf18e">validate</a></td></tr> <tr class="separator:ab323756c37dc98d687c2f5351f6cf18e inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html">google.appengine.ext.mapreduce.json_util.JsonMixin</a></td></tr> <tr class="memitem:a331dd488f85f215adea1b834a25bd216 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html#a331dd488f85f215adea1b834a25bd216">to_json_str</a></td></tr> <tr class="separator:a331dd488f85f215adea1b834a25bd216 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab7872a5bbb38f5afd54a89746f836268 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin"><td class="memItemLeft" align="right" valign="top">def&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin.html#ab7872a5bbb38f5afd54a89746f836268">from_json_str</a></td></tr> <tr class="separator:ab7872a5bbb38f5afd54a89746f836268 inherit pub_methods_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1json__util_1_1_json_mixin"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a> Static Public Attributes</h2></td></tr> <tr class="memitem:a5ada51967f93c5b9391bc03a116111fc"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a5ada51967f93c5b9391bc03a116111fc"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>COUNT</b> = &quot;count&quot;</td></tr> <tr class="separator:a5ada51967f93c5b9391bc03a116111fc"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa1cfc44427def48cdfa624dbfee238f9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa1cfc44427def48cdfa624dbfee238f9"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>STRING_LENGTH</b> = &quot;string_length&quot;</td></tr> <tr class="separator:aa1cfc44427def48cdfa624dbfee238f9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acef6e5f538bb19efa9770a895f022f18"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="acef6e5f538bb19efa9770a895f022f18"></a> int&#160;</td><td class="memItemRight" valign="bottom"><b>DEFAULT_STRING_LENGTH</b> = 10</td></tr> <tr class="separator:acef6e5f538bb19efa9770a895f022f18"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="inherit_header pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td colspan="2" onclick="javascript:toggleInherit('pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader')"><img src="closed.png" alt="-"/>&#160;Static Public Attributes inherited from <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader.html">google.appengine.ext.mapreduce.input_readers.InputReader</a></td></tr> <tr class="memitem:a7321ef847bdbb787904bd3e8b2113565 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7321ef847bdbb787904bd3e8b2113565"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>expand_parameters</b> = False</td></tr> <tr class="separator:a7321ef847bdbb787904bd3e8b2113565 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a70af514c4d991ea54165ef6e5c26df77 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a70af514c4d991ea54165ef6e5c26df77"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>NAMESPACE_PARAM</b> = &quot;namespace&quot;</td></tr> <tr class="separator:a70af514c4d991ea54165ef6e5c26df77 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24c5e063d1aeedec0d2be3184b4b49a9 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24c5e063d1aeedec0d2be3184b4b49a9"></a> string&#160;</td><td class="memItemRight" valign="bottom"><b>NAMESPACES_PARAM</b> = &quot;namespaces&quot;</td></tr> <tr class="separator:a24c5e063d1aeedec0d2be3184b4b49a9 inherit pub_static_attribs_classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_input_reader"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><pre class="fragment">RandomStringInputReader generates random strings as output. Primary usage is to populate output with testing entries. </pre> </div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2> <a class="anchor" id="a8892251bef5bdc4729257f9f3401b970"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">def google.appengine.ext.mapreduce.input_readers.RandomStringInputReader.__init__ </td> <td>(</td> <td class="paramtype">&#160;</td> <td class="paramname"><em>self</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>count</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">&#160;</td> <td class="paramname"><em>string_length</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <pre class="fragment">Initialize input reader. Args: count: number of entries this shard should generate. string_length: the length of generated random strings. </pre> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/google/appengine/ext/mapreduce/input_readers.py</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
tzmartin/gae-python.docset
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1input__readers_1_1_random_string_input_reader.html
HTML
mit
17,055
<!DOCTYPE HTML> <html> <head> <title>Migrate to Hugo from Jekyll</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="generator" content="Hugo 0.29" /> <meta name="author" content="Migrating author"> <meta name="description" content="Learn how code and craft quality software with interactive tutorials in JavaScript"> <meta name="twitter:card" content="summary"/><meta name="twitter:title" content="Migrate to Hugo from Jekyll"/> <meta name="twitter:description" content="Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ &lt;root&gt;/ ▾ images/ logo.png "/> <meta name="twitter:site" content="@cfaught12"/> <meta property="og:title" content="Migrate to Hugo from Jekyll" /> <meta property="og:description" content="Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ &lt;root&gt;/ ▾ images/ logo.png " /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://cfaught.github.io/blog/migrate-from-jekyll/" /> <meta property="article:published_time" content="2014-03-10T00:00:00&#43;00:00"/> <meta property="article:modified_time" content="2014-03-10T00:00:00&#43;00:00"/> <meta itemprop="name" content="Migrate to Hugo from Jekyll"> <meta itemprop="description" content="Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output. Hugo keeps all static content under static. You should therefore move it all there. With Jekyll, something that looked like ▾ &lt;root&gt;/ ▾ images/ logo.png "> <meta itemprop="dateModified" content="2014-03-10T00:00:00&#43;00:00" /> <meta itemprop="wordCount" content="822"> <meta itemprop="keywords" content="" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway:400,800,900|Source+Sans+Pro:400,700"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.20/jquery.fancybox.min.css" /> <link rel="stylesheet" href="/css/main.css"> <link rel="stylesheet" href="/css/add-on.css"> </head> <body> <div id="wrapper"> <header id="header"> <h1><a href="/">blog</a></h1> <nav class="links"> <ul> <li> <a href="/"> <i class="fa fa-home">&nbsp;</i>Home </a> </li> <li> <a href="/about/"> <i class="fa fa-id-card-o">&nbsp;</i>About </a> </li> <li> <a href="/blog/"> <i class="fa fa-newspaper-o">&nbsp;</i>Blog </a> </li> <li> <a href="/itemized/"> <i class="fa fa-list">&nbsp;</i>Tutorials </a> </li> <li> <a href="/categories/"> <i class="fa fa-sitemap">&nbsp;</i>Categories </a> </li> <li> <a href="/contact/"> <i class="fa fa-envelope-o">&nbsp;</i>Contact </a> </li> </ul> </nav> <nav class="main"> <ul> <li id="share-nav" class="share-menu" style="display:none;"> <a class="fa-share-alt" href="#share-menu">Share</a> </li> <li class="search"> <a class="fa-search" href="#search">Search</a> <form id="search" method="get" action="//google.com/search"> <input type="text" name="q" placeholder="Search" /> <input type="hidden" name="as_sitesearch" value="http://cfaught.github.io/"> </form> </li> <li class="menu"> <a class="fa-bars" href="#menu">Menu</a> </li> </ul> </nav> </header> <section id="menu"> <section> <form class="search" method="get" action="//google.com/search"> <input type="text" name="q" placeholder="Search" /> <input type="hidden" name="q" value="site:http://cfaught.github.io/"> </form> </section> <section> <ul class="links"> <li> <a href="/"> <h3> <i class="fa fa-home">&nbsp;</i>Home </h3> </a> </li> <li> <a href="/about/"> <h3> <i class="fa fa-id-card-o">&nbsp;</i>About </h3> </a> </li> <li> <a href="/blog/"> <h3> <i class="fa fa-newspaper-o">&nbsp;</i>Blog </h3> </a> </li> <li> <a href="/itemized/"> <h3> <i class="fa fa-list">&nbsp;</i>Tutorials </h3> </a> </li> <li> <a href="/categories/"> <h3> <i class="fa fa-sitemap">&nbsp;</i>Categories </h3> </a> </li> <li> <a href="/contact/"> <h3> <i class="fa fa-envelope-o">&nbsp;</i>Contact </h3> </a> </li> </ul> </section> <section> <ul class="links"> <header> <h3>Recent Posts</h3> </header> <li> <a href="http://cfaught.github.io/blog/creating-a-new-theme/"><p>Creating a New Theme</p></a> </li> <li> <a href="http://cfaught.github.io/blog/goisforlovers/"><p>(Hu)go Template Primer</p></a> </li> </ul> </section> </section> <section id="share-menu"> <section id="social-share-nav"> <ul class="links"> <header> <h3>Share this post <i class="fa fa-smile-o"></i></h3> </header> <li><a href="//twitter.com/share?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&text=Migrate%20to%20Hugo%20from%20Jekyll&via=cfaught12" target="_blank" class="share-btn twitter"> <i class="fa fa-twitter"></i> <p>Twitter</p> </a></li> <li><a href="//plus.google.com/share?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn google-plus"> <i class="fa fa-google-plus"></i> <p>Google+</p> </a></li> <li><a href="//www.facebook.com/sharer/sharer.php?u=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn facebook"> <i class="fa fa-facebook"></i> <p>Facebook</p> </a></li> <li><a href="//reddit.com/submit?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn reddit"> <i class="fa fa-reddit-alien"></i> <p>Reddit</p> </a></li> <li><a href="//www.linkedin.com/shareArticle?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn linkedin"> <i class="fa fa-linkedin"></i> <p>LinkedIn</p> </a></li> <li><a href="//www.stumbleupon.com/submit?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn stumbleupon"> <i class="fa fa-stumbleupon"></i> <p>StumbleUpon</p> </a></li> <li><a href="mailto:?subject=Check out this post by Migrating%20author&body=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn email"> <i class="fa fa-envelope"></i> <p>Email</p> </a></li> </ul> </section> </section> <div id="main"> <article class="post"> <header> <div class="title"> <h1><a href="http://cfaught.github.io/blog/migrate-from-jekyll/">Migrate to Hugo from Jekyll</a></h1> </div> <div class="meta"> <time class="published" datetime='2014-03-10'> March 10, 2014</time> <span class="author">Migrating author</span> <p>4 minute read</p> </div> </header> <section id="social-share"> <ul class="icons"> <li><a href="//twitter.com/share?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&text=Migrate%20to%20Hugo%20from%20Jekyll&via=cfaught12" target="_blank" class="share-btn twitter"> <i class="fa fa-twitter"></i> <p>Twitter</p> </a></li> <li><a href="//plus.google.com/share?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn google-plus"> <i class="fa fa-google-plus"></i> <p>Google+</p> </a></li> <li><a href="//www.facebook.com/sharer/sharer.php?u=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn facebook"> <i class="fa fa-facebook"></i> <p>Facebook</p> </a></li> <li><a href="//reddit.com/submit?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn reddit"> <i class="fa fa-reddit-alien"></i> <p>Reddit</p> </a></li> <li><a href="//www.linkedin.com/shareArticle?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn linkedin"> <i class="fa fa-linkedin"></i> <p>LinkedIn</p> </a></li> <li><a href="//www.stumbleupon.com/submit?url=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f&title=Migrate%20to%20Hugo%20from%20Jekyll" target="_blank" class="share-btn stumbleupon"> <i class="fa fa-stumbleupon"></i> <p>StumbleUpon</p> </a></li> <li><a href="mailto:?subject=Check out this post by Migrating%20author&body=http%3a%2f%2fcfaught.github.io%2fblog%2fmigrate-from-jekyll%2f" target="_blank" class="share-btn email"> <i class="fa fa-envelope"></i> <p>Email</p> </a></li> </ul> </section> <div id="content"> <h2 id="move-static-content-to-static">Move static content to <code>static</code></h2> <p>Jekyll has a rule that any directory not starting with <code>_</code> will be copied as-is to the <code>_site</code> output. Hugo keeps all static content under <code>static</code>. You should therefore move it all there. With Jekyll, something that looked like</p> <pre><code>▾ &lt;root&gt;/ ▾ images/ logo.png </code></pre> <p> should become</p> <pre><code>▾ &lt;root&gt;/ ▾ static/ ▾ images/ logo.png </code></pre> <p>Additionally, you&rsquo;ll want any files that should reside at the root (such as <code>CNAME</code>) to be moved to <code>static</code>.</p> <h2 id="create-your-hugo-configuration-file">Create your Hugo configuration file</h2> <p>Hugo can read your configuration as JSON, YAML or TOML. Hugo supports parameters custom configuration too. Refer to the <a href="/overview/configuration/">Hugo configuration documentation</a> for details.</p> <h2 id="set-your-configuration-publish-folder-to-site">Set your configuration publish folder to <code>_site</code></h2> <p>The default is for Jekyll to publish to <code>_site</code> and for Hugo to publish to <code>public</code>. If, like me, you have <a href="http://blog.blindgaenger.net/generate_github_pages_in_a_submodule.html"><code>_site</code> mapped to a git submodule on the <code>gh-pages</code> branch</a>, you&rsquo;ll want to do one of two alternatives:</p> <ol> <li><p>Change your submodule to point to map <code>gh-pages</code> to public instead of <code>_site</code> (recommended).</p> <pre><code>git submodule deinit _site git rm _site git submodule add -b gh-pages git@github.com:your-username/your-repo.git public </code></pre></li> <li><p>Or, change the Hugo configuration to use _site instead of <code>public</code>.</p> <pre><code>{ .. &quot;publishdir&quot;: &quot;_site&quot;, .. } </code></pre></li> </ol> <h2 id="convert-jekyll-templates-to-hugo-templates">Convert Jekyll templates to Hugo templates</h2> <p>That&rsquo;s the bulk of the work right here. The documentation is your friend. You should refer to <a href="http://jekyllrb.com/docs/templates/">Jekyll&rsquo;s template documentation</a> if you need to refresh your memory on how you built your blog and <a href="/layout/templates/">Hugo&rsquo;s template</a> to learn Hugo&rsquo;s way.</p> <p>As a single reference data point, converting my templates for <a href="http://heyitsalex.net/">heyitsalex.net</a> took me no more than a few hours.</p> <h2 id="convert-jekyll-plugins-to-hugo-shortcodes">Convert Jekyll plugins to Hugo shortcodes</h2> <p>Jekyll has <a href="http://jekyllrb.com/docs/plugins/">plugins</a>; Hugo has <a href="/doc/shortcodes/">shortcodes</a>. It&rsquo;s fairly trivial to do a port.</p> <h3 id="implementation">Implementation</h3> <p>As an example, I was using a custom <a href="https://github.com/alexandre-normand/alexandre-normand/blob/74bb12036a71334fdb7dba84e073382fc06908ec/_plugins/image_tag.rb"><code>image_tag</code></a> plugin to generate figures with caption when running Jekyll. As I read about shortcodes, I found Hugo had a nice built-in shortcode that does exactly the same thing.</p> <p>Jekyll&rsquo;s plugin:</p> <pre><code>module Jekyll class ImageTag &lt; Liquid::Tag @url = nil @caption = nil @class = nil @link = nil // Patterns IMAGE_URL_WITH_CLASS_AND_CAPTION = IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK = /(\w+)(\s+)((https?:\/\/|\/)(\S+))(\s+)&quot;(.*?)&quot;(\s+)-&gt; ((https?:\/\/|\/)(\S+))(\s*)/i IMAGE_URL_WITH_CAPTION = /((https?:\/\/|\/)(\S+))(\s+)&quot;(.*?)&quot;/i IMAGE_URL_WITH_CLASS = /(\w+)(\s+)((https?:\/\/|\/)(\S+))/i IMAGE_URL = /((https?:\/\/|\/)(\S+))/i def initialize(tag_name, markup, tokens) super if markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION_AND_LINK @class = $1 @url = $3 @caption = $7 @link = $9 elsif markup =~ IMAGE_URL_WITH_CLASS_AND_CAPTION @class = $1 @url = $3 @caption = $7 elsif markup =~ IMAGE_URL_WITH_CAPTION @url = $1 @caption = $5 elsif markup =~ IMAGE_URL_WITH_CLASS @class = $1 @url = $3 elsif markup =~ IMAGE_URL @url = $1 end end def render(context) if @class source = &quot;&lt;figure class='#{@class}'&gt;&quot; else source = &quot;&lt;figure&gt;&quot; end if @link source += &quot;&lt;a href=\&quot;#{@link}\&quot;&gt;&quot; end source += &quot;&lt;img src=\&quot;#{@url}\&quot;&gt;&quot; if @link source += &quot;&lt;/a&gt;&quot; end source += &quot;&lt;figcaption&gt;#{@caption}&lt;/figcaption&gt;&quot; if @caption source += &quot;&lt;/figure&gt;&quot; source end end end Liquid::Template.register_tag('image', Jekyll::ImageTag) </code></pre> <p>is written as this Hugo shortcode:</p> <pre><code>&lt;!-- image --&gt; &lt;figure {{ with .Get &quot;class&quot; }}class=&quot;{{.}}&quot;{{ end }}&gt; {{ with .Get &quot;link&quot;}}&lt;a href=&quot;{{.}}&quot;&gt;{{ end }} &lt;img src=&quot;{{ .Get &quot;src&quot; }}&quot; {{ if or (.Get &quot;alt&quot;) (.Get &quot;caption&quot;) }} alt=&quot;{{ with .Get &quot;alt&quot;}} {{.}} {{else}} {{ .Get &quot;caption&quot; }} {{ end }}&quot; {{ end }} /&gt; {{ if .Get &quot;link&quot;}}&lt;/a&gt;{{ end }} {{ if or (or (.Get &quot;title&quot;) (.Get &quot;caption&quot;)) (.Get &quot;attr&quot;)}} &lt;figcaption&gt;{{ if isset .Params &quot;title&quot; }} {{ .Get &quot;title&quot; }}{{ end }} {{ if or (.Get &quot;caption&quot;) (.Get &quot;attr&quot;)}}&lt;p&gt; {{ .Get &quot;caption&quot; }} {{ with .Get &quot;attrlink&quot;}}&lt;a href=&quot;{{.}}&quot;&gt; {{ end }} {{ .Get &quot;attr&quot; }} {{ if .Get &quot;attrlink&quot;}}&lt;/a&gt; {{ end }} &lt;/p&gt; {{ end }} &lt;/figcaption&gt; {{ end }} &lt;/figure&gt; &lt;!-- image --&gt; </code></pre> <h3 id="usage">Usage</h3> <p>I simply changed:</p> <pre><code>{% image full http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg &quot;One of my favorite touristy-type photos. I secretly waited for the good light while we were &quot;having fun&quot; and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing.&quot; -&gt;http://www.flickr.com/photos/alexnormand/4829260124/in/ set-72157624547713078/ %} </code></pre> <p>to this (this example uses a slightly extended version named <code>fig</code>, different than the built-in <code>figure</code>):</p> <pre><code>{{% fig class=&quot;full&quot; src=&quot;http://farm5.staticflickr.com/4136/4829260124_57712e570a_o_d.jpg&quot; title=&quot;One of my favorite touristy-type photos. I secretly waited for the good light while we were having fun and took this. Only regret: a stupid pole in the top-left corner of the frame I had to clumsily get rid of at post-processing.&quot; link=&quot;http://www.flickr.com/photos/alexnormand/4829260124/in/ set-72157624547713078/&quot; %}} </code></pre> <p>As a bonus, the shortcode named parameters are, arguably, more readable.</p> <h2 id="finishing-touches">Finishing touches</h2> <h3 id="fix-content">Fix content</h3> <p>Depending on the amount of customization that was done with each post with Jekyll, this step will require more or less effort. There are no hard and fast rules here except that <code>hugo server --watch</code> is your friend. Test your changes and fix errors as needed.</p> <h3 id="clean-up">Clean up</h3> <p>You&rsquo;ll want to remove the Jekyll configuration at this point. If you have anything else that isn&rsquo;t used, delete it.</p> <h2 id="a-practical-example-in-a-diff">A practical example in a diff</h2> <p><a href="http://heyitsalex.net/">Hey, it&rsquo;s Alex</a> was migrated in less than a <em>father-with-kids day</em> from Jekyll to Hugo. You can see all the changes (and screw-ups) by looking at this <a href="https://github.com/alexandre-normand/alexandre-normand/compare/869d69435bd2665c3fbf5b5c78d4c22759d7613a...b7f6605b1265e83b4b81495423294208cc74d610">diff</a>.</p> </div> <footer> <ul class="stats"> <li> <i class="fa fa-sitemap">&nbsp;</i> Categories </li> <li><a href='/categories/hugo'>Hugo</a></li> <li><a href='/categories/jekyll'>Jekyll</a></li> </ul> </footer> </article> <ul class="actions pagination"> <li><a href="http://cfaught.github.io/blog/hugoisforlovers/" class="button big next">Getting Started with Hugo</a></li> </ul> <article class="post"> <div id="disqus_thread"></div> <script> var disqus_config = function () { }; (function() { if (["localhost", "127.0.0.1"].indexOf(window.location.hostname) != -1) { document.getElementById('disqus_thread').innerHTML = 'Disqus comments not available by default when the website is previewed locally.'; return; } var d = document, s = d.createElement('script'); s.async = true; s.src = '//' + "shortname" + '.disqus.com/embed.js'; s.setAttribute('data-timestamp', +new Date()); (d.head || d.body).appendChild(s); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a> </article> </div> <section id="sidebar"> <section id="intro"> <a href="/" class="logo"><img src="/img/main/logo.jpg" alt="port of code logo" /></a> <header> <h2>Port of Code</h2> <p>Port of call for new and seasoned programmers alike. I will be adding Javascript tutrials, my thoughts on frameworks and build tools, as well as projects that you can follow along with. Thanks for stopping by! - Caleb Faught</p> </header> <ul class="icons"> <li><a href="//github.com/CFaught" target="_blank" title="GitHub" class="fa fa-github"></a></li> <li><a href="//twitter.com/cfaught12" target="_blank" title="Twitter" class="fa fa-twitter"></a></li> <li><a href="mailto:faughtcj@gmail.com" title="Email" class="fa fa-envelope"></a></li> </ul> </section> <section id="recent-posts"> <ul class="posts"> <header> <h3>Recent Posts</h3> </header> <li> <article> <header> <h3><a href="http://cfaught.github.io/blog/creating-a-new-theme/">Creating a New Theme</a></h3> <time class="published" datetime= '2014-09-28'> September 28, 2014</time> </header> </article> </li> <li> <article> <header> <h3><a href="http://cfaught.github.io/blog/goisforlovers/">(Hu)go Template Primer</a></h3> <time class="published" datetime= '2014-04-02'> April 2, 2014</time> </header> </article> </li> <li> <ul class="actions"> <li><a href= /blog/ class="button">View more posts</a></li> </ul> </li> </ul> </section> <section id="categories"> <ul class="posts"> <header> <h3><a href="/categories/">Categories</a></h3> </header> <li> <article> <header> <a href="/categories//"></a> <span style="float:right;">4</span> </header> </article> </li> <li> <article> <header> <a href="/categories/hugo/">Hugo</a> <span style="float:right;">3</span> </header> </article> </li> <li> <article> <header> <a href="/categories/go/">Go</a> <span style="float:right;">1</span> </header> </article> </li> <li> <article> <header> <a href="/categories/jekyll/">Jekyll</a> <span style="float:right;">1</span> </header> </article> </li> </ul> </section> <section class="blurb"> <h2>About</h2> <p>My name is Caleb Faught, I am a full time Javascript developer working on small to medium sized applications in a municipal setting with public services departments. I write in Vue.js a lot but also use Angular, React, React Native, and Native Script.</p> <ul class="actions"> <li><a href="/about/" class="button">Learn More</a></li> </ul> </section> <section id="footer"> <ul class="icons"> <li><a href="//github.com/CFaught" target="_blank" title="GitHub" class="fa fa-github"></a></li> <li><a href="//twitter.com/cfaught12" target="_blank" title="Twitter" class="fa fa-twitter"></a></li> <li><a href="mailto:faughtcj@gmail.com" title="Email" class="fa fa-envelope"></a></li> </ul> <p class="copyright">&copy; 2017 Port of Code. Powered by <a href="//gohugo.io" target="_blank">Hugo</a></p> </section> </section> </div> <a id="back-to-top" href="#" class="fa fa-arrow-up fa-border fa-2x"></a> <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/skel/3.0.1/skel.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.1.20/jquery.fancybox.min.js"></script> <script src="/js/util.js"></script> <script src="/js/main.js"></script> <script src="/js/backToTop.js"></script> <script>hljs.initHighlightingOnLoad();</script> </body> </html>
CFaught/CFaught.github.io
blog/migrate-from-jekyll/index.html
HTML
mit
29,227
<mat-card class="container"> <h3>Order Confirmation</h3> <p>Thank you for submitting your order!</p> <button mat-raised-button *ngIf="user" routerLink="/account/orders">View My Orders</button> </mat-card>
alexabbott/firebase-cms
src/app/storefront-components/checkout-confirmation/checkout-confirmation.component.html
HTML
mit
211
<div hidden-print="hidden-print" role="complementary" bs-affix="bs-affix" data-offset-top="-50" class="bs-sidebar"><ul class="nav bs-sidenav"><li ng-repeat="nav in navs" ng-if="nav.target &amp;&amp; nav.name" data-target="{{'#'+nav.target}}" bs-scrollspy="bs-scrollspy" data-offset="70"><a ng-click="goTo(nav.target)">{{nav.name}}</a></li></ul><button ng-if="authenticated" ng-click="edit(navs)" title="Navigation bearbeiten" class="btn btn-warning pull-right"><i class="fa fa-edit"></i></button></div>
JumpLink/cms-angular
dist/subnavigation/subnavigation.bootstrap.html
HTML
mit
502
<!doctype html> <html lang="en"> <head> <style> .exceeded { color: red; } textarea { width: 200px; height: 50px; } </style> <title>jQuery Character Counter Demo</title> </head> <body> <header role="banner"> <h1>jQuery Character Counter Demo</h1> </header> <div class="wrap"> <main role="main"> <section> <header> <h2>Examples</h2> </header> <p>View the source of this page to see the code for each example below.</p> <article id="examples"> <div class="example"> <h3>#1 - Default Usage</h3> <form> <p><input id="name"></input></p> <p><textarea id="profile"></textarea></p> </form> </div> <div class="example"> <h3>#2 - Multiple Inputs</h3> <form> <p> <textarea class="count_me"></textarea> </p> <p> <textarea class="count_me"></textarea> </p> <p> <textarea class="count_me"></textarea> </p> </form> </div> <div class="example"> <h3>#3 - Custom Counter Format</h3> <form> <p> <textarea id="custom_format_1"></textarea> </p> <p> <textarea id="custom_format_2"></textarea> </p> </form> </div> <div class="example"> <h3>#4 - Callbacks</h3> <form> <p> <textarea id="callback"></textarea> </p> </form> </div> <div class="example"> <h3>#5 - Custom Fields</h3> <p>Inspect counter element to see custom fields applied.</p> <p> <form> <p> <textarea id="custom_fields"></textarea> </p> </form> </div> <div class="example"> <h3>#6 - Counter Selector (<span id="my_counter"></span> characters left)</h3> <p>Counter could be anywhere on the page.</p> <p> <form> <p> <textarea id="counter_selector"></textarea> </p> </form> </div> <div class="example"> <h3>#7 - Multiple Counters</h3> <form> <p style="width: 205px;"> <span class="a_counter" style="float: right;"></span> <textarea id="multiple_counters"></textarea> <span class="a_counter"></span> </p> </div> </form> </div> </article> </section> </main> </div> <footer role="contentinfo"> <small>Copyright &copy; <time datetime="2013">2013</time></small> </footer> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript" src="jquery.charactercounter.js"></script> <script> $(function(){ //Example #1 $("#name").characterCounter(); $("#profile").characterCounter(); //Example #2 $(".count_me").characterCounter(); //Example #3 $("#custom_format_1").characterCounter({ counterFormat: '%1 characters remaining.' }); $("#custom_format_2").characterCounter({ counterFormat: 'Characters Remaining: %1' }); //Example #4 $("#callback").characterCounter({ onExceed: function(){ alert("Limit exceeded."); }, onDeceed: function(){ alert("Limit deceeded."); } }); //Exampe #5 $("#custom_fields").characterCounter({ customFields: { 'class': 'test this class', 'data-id': 'custom-field-example' } }); //Example #6 $("#counter_selector").characterCounter({ counterSelector: '#my_counter' }); //Example #6 $("#multiple_counters").characterCounter({ counterSelector: '.a_counter' }); }); </script> </body> </html>
mikkyluchi/africacodes-hra
pub/assets/jquery-character-counter-master/examples.html
HTML
mit
3,958
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>LaunchCode&#039;s CS50x - Maryville</title> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/bootstrap.min.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/font-awesome.min.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/highlight.dark.css"> <link rel="stylesheet" href="http://education.launchcode.org/cs50x-maryville/css/main.css"> </head> <body> <header class="navbar navbar-default navbar-fixed-top"> <a class="navbar-brand" href="http://education.launchcode.org/cs50x-maryville/"> LaunchCode&#039;s CS50x - Maryville </a> </header> <main class="container-fluid"> <div class="row"> <nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation"> <ul class="nav nav-pills nav-stacked"> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/calendar/"> Calendar </a> </li> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/how-to-take-this-class/"> How To Take This Class </a> </li> <li class=""> <a href="http://education.launchcode.org/cs50x-maryville/helpful-resources/"> Helpful Resources </a> </li> <li class=""> <a href="http://cs50.io/"> CS50 IDE </a> </li> <li class=""> <a href="https://labs.vocareum.com/home/login.php"> Vocareum </a> </li> <li class=""> <a href="http://piazza.com/launchcode/summer2016/lc50/home"> Piazza </a> </li> <li class=""> <a href="https://docs.google.com/document/d/1E72HS409WnV_Ss6VNfzbX9WSYjOqKIJ1d_QtdZpb9xI/edit?usp=sharing"> Student Guide </a> </li> </ul> </nav> <section id="content" class="col-sm-offset-3 col-lg-offset-2 col-sm-9 col-lg-10"> <h5><a href="../..">Web Track</a></h5> <h1 id="class-5">Class 5</h1> <h3 id="before-class">Before Class</h3> <p>Before coming to class, please complete <a href="../class5-prep">Class 5 Prep</a>.</p> <h3 id="during-class">During Class</h3> <ul> <li>First, work on today's studio: <a href="../studios/flicklist-4">FlickList 4</a></li> <li>Afterwards, we will <a href="https://youtu.be/UMJuzGMK0DQ" target="_blank">go over the staff solution to the studio</a>.</li> </ul> <h3 id="homework">Homework</h3> <p>No homework! Get caught up on stuff.</p> </section> </div> </main> <footer> <div class="container-fluid"> <p class="text-muted"> website generated with <a href="http://couscous.io" title="Markdown website generator">Couscous</a> </p> </div> </footer> <script src="//code.jquery.com/jquery-1.11.0.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="//yastatic.net/highlightjs/8.2/highlight.min.js"></script> <script> $(function() { $("section>h1").wrap('<div class="page-header" />'); // Syntax highlighting hljs.initHighlightingOnLoad(); }); </script> </body> </html>
LaunchCodeEducation/cs50x-maryville
calendar/postseason/web-track/materials/class5/index.html
HTML
cc0-1.0
4,927
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="description" content="Computational Physics Lectures: How to optimize codes, from vectorization to parallelization"> <title>Computational Physics Lectures: How to optimize codes, from vectorization to parallelization</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Content', 2, None, '___sec0'), ('Optimization and profiling', 2, None, '___sec1'), ('More on optimization', 2, None, '___sec2'), ('Optimization and profiling', 2, None, '___sec3'), ('Optimization and debugging', 2, None, '___sec4'), ('Other hints', 2, None, '___sec5'), ('Vectorization and the basic idea behind parallel computing', 2, None, '___sec6'), ('A rough classification of hardware models', 2, None, '___sec7'), ('Shared memory and distributed memory', 2, None, '___sec8'), ('Different parallel programming paradigms', 2, None, '___sec9'), ('Different parallel programming paradigms', 2, None, '___sec10'), ('What is vectorization?', 2, None, '___sec11'), ('Number of elements that can acted upon', 2, None, '___sec12'), ('Number of elements that can acted upon, examples', 2, None, '___sec13'), ('Number of elements that can acted upon, examples', 2, None, '___sec14'), ('"A simple test case with and without ' 'vectorization":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program7.cpp"', 2, None, '___sec15'), ('Compiling with and without vectorization', 2, None, '___sec16'), ('Automatic vectorization and vectorization inhibitors, criteria', 2, None, '___sec17'), ('Automatic vectorization and vectorization inhibitors, exit ' 'criteria', 2, None, '___sec18'), ('Automatic vectorization and vectorization inhibitors, ' 'straight-line code', 2, None, '___sec19'), ('Automatic vectorization and vectorization inhibitors, nested ' 'loops', 2, None, '___sec20'), ('Automatic vectorization and vectorization inhibitors, function ' 'calls', 2, None, '___sec21'), ('Automatic vectorization and vectorization inhibitors, data ' 'dependencies', 2, None, '___sec22'), ('Automatic vectorization and vectorization inhibitors, more ' 'data dependencies', 2, None, '___sec23'), ('Automatic vectorization and vectorization inhibitors, memory ' 'stride', 2, None, '___sec24'), ('Compiling with and without vectorization', 2, None, '___sec25'), ('Compiling with and without vectorization using clang', 2, None, '___sec26'), ('Memory management', 2, None, '___sec27'), ('Memory and communication', 2, None, '___sec28'), ('Measuring performance', 2, None, '___sec29'), ('Problems with measuring time', 2, None, '___sec30'), ('Problems with cold start', 2, None, '___sec31'), ('Problems with smart compilers', 2, None, '___sec32'), ('Problems with interference', 2, None, '___sec33'), ('Problems with measuring performance', 2, None, '___sec34'), ('Thomas algorithm for tridiagonal linear algebra equations', 2, None, '___sec35'), ('Thomas algorithm, forward substitution', 2, None, '___sec36'), ('Thomas algorithm, backward substitution', 2, None, '___sec37'), ('Thomas algorithm and counting of operations (floating point ' 'and memory)', 2, None, '___sec38'), ('"The specialized Thomas algorithm (Project ' '1)":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalTiming.cpp"', 2, None, '___sec39'), ('"Example: Transpose of a ' 'matrix":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program8.cpp"', 2, None, '___sec40'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program9.cpp"', 2, None, '___sec41'), ('How do we define speedup? Simplest form', 2, None, '___sec42'), ('How do we define speedup? Correct baseline', 2, None, '___sec43'), ('Parallel speedup', 2, None, '___sec44'), ('Speedup and memory', 2, None, '___sec45'), ('Upper bounds on speedup', 2, None, '___sec46'), ("Amdahl's law", 2, None, '___sec47'), ('How much is parallelizable', 2, None, '___sec48'), ("Today's situation of parallel computing", 2, None, '___sec49'), ('Overhead present in parallel computing', 2, None, '___sec50'), ('Parallelizing a sequential algorithm', 2, None, '___sec51'), ('Strategies', 2, None, '___sec52'), ('How do I run MPI on a PC/Laptop? MPI', 2, None, '___sec53'), ('Can I do it on my own PC/laptop? OpenMP installation', 2, None, '___sec54'), ('Installing MPI', 2, None, '___sec55'), ('Installing MPI and using Qt', 2, None, '___sec56'), ('Using ' '"Smaug":"http://comp-phys.net/cluster-info/using-smaug/", the ' 'CompPhys computing cluster', 2, None, '___sec57'), ('What is OpenMP', 2, None, '___sec58'), ('Getting started, things to remember', 2, None, '___sec59'), ('OpenMP syntax', 2, None, '___sec60'), ('Different OpenMP styles of parallelism', 2, None, '___sec61'), ('General code structure', 2, None, '___sec62'), ('Parallel region', 2, None, '___sec63'), ('Hello world, not again, please!', 2, None, '___sec64'), ('Hello world, yet another variant', 2, None, '___sec65'), ('Important OpenMP library routines', 2, None, '___sec66'), ('Private variables', 2, None, '___sec67'), ('Master region', 2, None, '___sec68'), ('Parallel for loop', 2, None, '___sec69'), ('Parallel computations and loops', 2, None, '___sec70'), ('Scheduling of loop computations', 2, None, '___sec71'), ('Example code for loop scheduling', 2, None, '___sec72'), ('Example code for loop scheduling, guided instead of dynamic', 2, None, '___sec73'), ('More on Parallel for loop', 2, None, '___sec74'), ('What can happen with this loop?', 2, None, '___sec75'), ('Inner product', 2, None, '___sec76'), ('Different threads do different tasks', 2, None, '___sec77'), ('Single execution', 2, None, '___sec78'), ('Coordination and synchronization', 2, None, '___sec79'), ('Data scope', 2, None, '___sec80'), ('Some remarks', 2, None, '___sec81'), ('Parallelizing nested for-loops', 2, None, '___sec82'), ('Nested parallelism', 2, None, '___sec83'), ('Parallel tasks', 2, None, '___sec84'), ('Common mistakes', 2, None, '___sec85'), ('Not all computations are simple', 2, None, '___sec86'), ('Not all computations are simple, competing threads', 2, None, '___sec87'), ('How to find the max value using OpenMP', 2, None, '___sec88'), ('Then deal with the race conditions', 2, None, '___sec89'), ('What can slow down OpenMP performance?', 2, None, '___sec90'), ('What can slow down OpenMP performance?', 2, None, '___sec91'), ('Find the max location for each thread', 2, None, '___sec92'), ('Combine the values from each thread', 2, None, '___sec93'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPvectornorm.cpp"', 2, None, '___sec94'), ('"Matrix-matrix ' 'multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPmatrixmatrixmult.cpp"', 2, None, '___sec95'), ('What is Message Passing Interface (MPI)?', 2, None, '___sec96'), ('Going Parallel with MPI', 2, None, '___sec97'), ('MPI is a library', 2, None, '___sec98'), ('Bindings to MPI routines', 2, None, '___sec99'), ('Communicator', 2, None, '___sec100'), ('Some of the most important MPI functions', 2, None, '___sec101'), ('"The first MPI C/C++ ' 'program":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program2.cpp"', 2, None, '___sec102'), ('The Fortran program', 2, None, '___sec103'), ('Note 1', 2, None, '___sec104'), ('"Ordered output with ' 'MPIBarrier":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program3.cpp"', 2, None, '___sec105'), ('Note 2', 2, None, '___sec106'), ('"Ordered ' 'output":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program4.cpp"', 2, None, '___sec107'), ('Note 3', 2, None, '___sec108'), ('Note 4', 2, None, '___sec109'), ('"Numerical integration in ' 'parallel":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program6.cpp"', 2, None, '___sec110'), ('Dissection of trapezoidal rule with $MPI\\_reduce$', 2, None, '___sec111'), ('Dissection of trapezoidal rule', 2, None, '___sec112'), ('Integrating with _MPI_', 2, None, '___sec113'), ('How do I use $MPI\\_reduce$?', 2, None, '___sec114'), ('More on $MPI\\_Reduce$', 2, None, '___sec115'), ('Dissection of trapezoidal rule', 2, None, '___sec116'), ('Dissection of trapezoidal rule', 2, None, '___sec117')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="codeoptimization-bs.html">Computational Physics Lectures: How to optimize codes, from vectorization to parallelization</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._codeoptimization-bs001.html#___sec0" style="font-size: 80%;">Content</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs002.html#___sec1" style="font-size: 80%;">Optimization and profiling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs003.html#___sec2" style="font-size: 80%;">More on optimization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs004.html#___sec3" style="font-size: 80%;">Optimization and profiling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs005.html#___sec4" style="font-size: 80%;">Optimization and debugging</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs006.html#___sec5" style="font-size: 80%;">Other hints</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs007.html#___sec6" style="font-size: 80%;">Vectorization and the basic idea behind parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs008.html#___sec7" style="font-size: 80%;">A rough classification of hardware models</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs009.html#___sec8" style="font-size: 80%;">Shared memory and distributed memory</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs010.html#___sec9" style="font-size: 80%;">Different parallel programming paradigms</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs011.html#___sec10" style="font-size: 80%;">Different parallel programming paradigms</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs012.html#___sec11" style="font-size: 80%;">What is vectorization?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs013.html#___sec12" style="font-size: 80%;">Number of elements that can acted upon</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs014.html#___sec13" style="font-size: 80%;">Number of elements that can acted upon, examples</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs015.html#___sec14" style="font-size: 80%;">Number of elements that can acted upon, examples</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs016.html#___sec15" style="font-size: 80%;">"A simple test case with and without vectorization":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program7.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs017.html#___sec16" style="font-size: 80%;">Compiling with and without vectorization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs018.html#___sec17" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, criteria</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs019.html#___sec18" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, exit criteria</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs020.html#___sec19" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, straight-line code</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs021.html#___sec20" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, nested loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs022.html#___sec21" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, function calls</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs023.html#___sec22" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, data dependencies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs024.html#___sec23" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, more data dependencies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs025.html#___sec24" style="font-size: 80%;">Automatic vectorization and vectorization inhibitors, memory stride</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs026.html#___sec25" style="font-size: 80%;">Compiling with and without vectorization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs027.html#___sec26" style="font-size: 80%;">Compiling with and without vectorization using clang</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs028.html#___sec27" style="font-size: 80%;">Memory management</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs029.html#___sec28" style="font-size: 80%;">Memory and communication</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs030.html#___sec29" style="font-size: 80%;">Measuring performance</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs031.html#___sec30" style="font-size: 80%;">Problems with measuring time</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs032.html#___sec31" style="font-size: 80%;">Problems with cold start</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs033.html#___sec32" style="font-size: 80%;">Problems with smart compilers</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs034.html#___sec33" style="font-size: 80%;">Problems with interference</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs035.html#___sec34" style="font-size: 80%;">Problems with measuring performance</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs036.html#___sec35" style="font-size: 80%;">Thomas algorithm for tridiagonal linear algebra equations</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs037.html#___sec36" style="font-size: 80%;">Thomas algorithm, forward substitution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs038.html#___sec37" style="font-size: 80%;">Thomas algorithm, backward substitution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs039.html#___sec38" style="font-size: 80%;">Thomas algorithm and counting of operations (floating point and memory)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs040.html#___sec39" style="font-size: 80%;">"The specialized Thomas algorithm (Project 1)":"https://github.com/CompPhysics/ComputationalPhysics/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalTiming.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs041.html#___sec40" style="font-size: 80%;">"Example: Transpose of a matrix":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program8.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs042.html#___sec41" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/Classes/cpp/program9.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs043.html#___sec42" style="font-size: 80%;">How do we define speedup? Simplest form</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs044.html#___sec43" style="font-size: 80%;">How do we define speedup? Correct baseline</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs045.html#___sec44" style="font-size: 80%;">Parallel speedup</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs046.html#___sec45" style="font-size: 80%;">Speedup and memory</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs047.html#___sec46" style="font-size: 80%;">Upper bounds on speedup</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs048.html#___sec47" style="font-size: 80%;">Amdahl's law</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs049.html#___sec48" style="font-size: 80%;">How much is parallelizable</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs050.html#___sec49" style="font-size: 80%;">Today's situation of parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs051.html#___sec50" style="font-size: 80%;">Overhead present in parallel computing</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs052.html#___sec51" style="font-size: 80%;">Parallelizing a sequential algorithm</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs053.html#___sec52" style="font-size: 80%;">Strategies</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs054.html#___sec53" style="font-size: 80%;">How do I run MPI on a PC/Laptop? MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs055.html#___sec54" style="font-size: 80%;">Can I do it on my own PC/laptop? OpenMP installation</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs056.html#___sec55" style="font-size: 80%;">Installing MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs057.html#___sec56" style="font-size: 80%;">Installing MPI and using Qt</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs058.html#___sec57" style="font-size: 80%;">Using "Smaug":"http://comp-phys.net/cluster-info/using-smaug/", the CompPhys computing cluster</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs059.html#___sec58" style="font-size: 80%;">What is OpenMP</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs060.html#___sec59" style="font-size: 80%;">Getting started, things to remember</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs061.html#___sec60" style="font-size: 80%;">OpenMP syntax</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs062.html#___sec61" style="font-size: 80%;">Different OpenMP styles of parallelism</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs063.html#___sec62" style="font-size: 80%;">General code structure</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs064.html#___sec63" style="font-size: 80%;">Parallel region</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs065.html#___sec64" style="font-size: 80%;">Hello world, not again, please!</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs066.html#___sec65" style="font-size: 80%;">Hello world, yet another variant</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs067.html#___sec66" style="font-size: 80%;">Important OpenMP library routines</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs068.html#___sec67" style="font-size: 80%;">Private variables</a></li> <!-- navigation toc: --> <li><a href="#___sec68" style="font-size: 80%;">Master region</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs070.html#___sec69" style="font-size: 80%;">Parallel for loop</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs071.html#___sec70" style="font-size: 80%;">Parallel computations and loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs072.html#___sec71" style="font-size: 80%;">Scheduling of loop computations</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs073.html#___sec72" style="font-size: 80%;">Example code for loop scheduling</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs074.html#___sec73" style="font-size: 80%;">Example code for loop scheduling, guided instead of dynamic</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs075.html#___sec74" style="font-size: 80%;">More on Parallel for loop</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs076.html#___sec75" style="font-size: 80%;">What can happen with this loop?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs077.html#___sec76" style="font-size: 80%;">Inner product</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs078.html#___sec77" style="font-size: 80%;">Different threads do different tasks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs079.html#___sec78" style="font-size: 80%;">Single execution</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs080.html#___sec79" style="font-size: 80%;">Coordination and synchronization</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs081.html#___sec80" style="font-size: 80%;">Data scope</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs082.html#___sec81" style="font-size: 80%;">Some remarks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs083.html#___sec82" style="font-size: 80%;">Parallelizing nested for-loops</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs084.html#___sec83" style="font-size: 80%;">Nested parallelism</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs085.html#___sec84" style="font-size: 80%;">Parallel tasks</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs086.html#___sec85" style="font-size: 80%;">Common mistakes</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs087.html#___sec86" style="font-size: 80%;">Not all computations are simple</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs088.html#___sec87" style="font-size: 80%;">Not all computations are simple, competing threads</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs089.html#___sec88" style="font-size: 80%;">How to find the max value using OpenMP</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs090.html#___sec89" style="font-size: 80%;">Then deal with the race conditions</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs091.html#___sec90" style="font-size: 80%;">What can slow down OpenMP performance?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs092.html#___sec91" style="font-size: 80%;">What can slow down OpenMP performance?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs093.html#___sec92" style="font-size: 80%;">Find the max location for each thread</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs094.html#___sec93" style="font-size: 80%;">Combine the values from each thread</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs095.html#___sec94" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPvectornorm.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs096.html#___sec95" style="font-size: 80%;">"Matrix-matrix multiplication":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/ParallelizationOpenMP/OpenMPmatrixmatrixmult.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs097.html#___sec96" style="font-size: 80%;">What is Message Passing Interface (MPI)?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs098.html#___sec97" style="font-size: 80%;">Going Parallel with MPI</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs099.html#___sec98" style="font-size: 80%;">MPI is a library</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs100.html#___sec99" style="font-size: 80%;">Bindings to MPI routines</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs101.html#___sec100" style="font-size: 80%;">Communicator</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs102.html#___sec101" style="font-size: 80%;">Some of the most important MPI functions</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs103.html#___sec102" style="font-size: 80%;">"The first MPI C/C++ program":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program2.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs104.html#___sec103" style="font-size: 80%;">The Fortran program</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs105.html#___sec104" style="font-size: 80%;">Note 1</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs106.html#___sec105" style="font-size: 80%;">"Ordered output with MPIBarrier":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program3.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs107.html#___sec106" style="font-size: 80%;">Note 2</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs108.html#___sec107" style="font-size: 80%;">"Ordered output":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program4.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs109.html#___sec108" style="font-size: 80%;">Note 3</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs110.html#___sec109" style="font-size: 80%;">Note 4</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs111.html#___sec110" style="font-size: 80%;">"Numerical integration in parallel":"https://github.com/CompPhysics/ComputationalPhysics2/blob/gh-pages/doc/Programs/LecturePrograms/programs/MPI/chapter07/program6.cpp"</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs112.html#___sec111" style="font-size: 80%;">Dissection of trapezoidal rule with \( MPI\_reduce \)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs113.html#___sec112" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs114.html#___sec113" style="font-size: 80%;">Integrating with <b>MPI</b></a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs115.html#___sec114" style="font-size: 80%;">How do I use \( MPI\_reduce \)?</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs116.html#___sec115" style="font-size: 80%;">More on \( MPI\_Reduce \)</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs117.html#___sec116" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> <!-- navigation toc: --> <li><a href="._codeoptimization-bs118.html#___sec117" style="font-size: 80%;">Dissection of trapezoidal rule</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0069"></a> <!-- !split --> <h2 id="___sec68" class="anchor">Master region </h2> <div class="panel panel-default"> <div class="panel-body"> <p> <!-- subsequent paragraphs come in larger fonts, so start with a paragraph --> It is often useful to have only one thread execute some of the code in a parallel region. I/O statements are a common example <p> <!-- code=c++ (!bc cppcod) typeset with pygments style "default" --> <div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span><span style="color: #BC7A00">#pragma omp parallel </span> { <span style="color: #BC7A00">#pragma omp master</span> { <span style="color: #B00040">int</span> id <span style="color: #666666">=</span> omp_get_thread_num(); cout <span style="color: #666666">&lt;&lt;</span> <span style="color: #BA2121">&quot;My thread num&quot;</span> <span style="color: #666666">&lt;&lt;</span> id <span style="color: #666666">&lt;&lt;</span> endl; } } </pre></div> <p> </div> </div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._codeoptimization-bs068.html">&laquo;</a></li> <li><a href="._codeoptimization-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._codeoptimization-bs061.html">62</a></li> <li><a href="._codeoptimization-bs062.html">63</a></li> <li><a href="._codeoptimization-bs063.html">64</a></li> <li><a href="._codeoptimization-bs064.html">65</a></li> <li><a href="._codeoptimization-bs065.html">66</a></li> <li><a href="._codeoptimization-bs066.html">67</a></li> <li><a href="._codeoptimization-bs067.html">68</a></li> <li><a href="._codeoptimization-bs068.html">69</a></li> <li class="active"><a href="._codeoptimization-bs069.html">70</a></li> <li><a href="._codeoptimization-bs070.html">71</a></li> <li><a href="._codeoptimization-bs071.html">72</a></li> <li><a href="._codeoptimization-bs072.html">73</a></li> <li><a href="._codeoptimization-bs073.html">74</a></li> <li><a href="._codeoptimization-bs074.html">75</a></li> <li><a href="._codeoptimization-bs075.html">76</a></li> <li><a href="._codeoptimization-bs076.html">77</a></li> <li><a href="._codeoptimization-bs077.html">78</a></li> <li><a href="._codeoptimization-bs078.html">79</a></li> <li><a href="">...</a></li> <li><a href="._codeoptimization-bs118.html">119</a></li> <li><a href="._codeoptimization-bs070.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysicsMSU
doc/pub/codeoptimization/html/._codeoptimization-bs069.html
HTML
cc0-1.0
36,340
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 臺南市 永康區得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">27,712</td> <td class="tdAlignRight">23.4264</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">76,315</td> <td class="tdAlignRight">64.5130</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">14,267</td> <td class="tdAlignRight">12.0606</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;142/142&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 22:36:11 +0800" title="Sat, 16 Jan 2016 22:36:11 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;22:36:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n500003300000000/20160116143749/page.html
HTML
cc0-1.0
6,582
<!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;第2選舉區&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;候選人數:6&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">2,687</td> <td class="tdAlignRight">1.8275</td> <td>樹黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>吳振槖</td> <td>男</td> <td class="tdAlignRight">518</td> <td class="tdAlignRight">0.3523</td> <td>台灣獨立黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>廖正井</td> <td>男</td> <td class="tdAlignRight">62,173</td> <td class="tdAlignRight">42.2851</td> <td>中國國民黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>4</td> <td>張康儀</td> <td>女</td> <td class="tdAlignRight">6,285</td> <td class="tdAlignRight">4.2746</td> <td>時代力量</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>5</td> <td>陳賴素美</td> <td>女</td> <td class="tdAlignRight">74,760</td> <td class="tdAlignRight">50.8457</td> <td>民主進步黨</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>6</td> <td>黃維春</td> <td>男</td> <td class="tdAlignRight">610</td> <td class="tdAlignRight">0.4149</td> <td>無</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;164/193&nbsp;</td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="10"></td> <td valign="top" class="fontNote"> <table> <tr> <td>註記說明:</td> <td align="center">◎</td> <td>當選註記</td> </tr> <tr> <td></td> <td align="center">?</td> <td>同票待抽籤</td> </tr> </table> </td> <td valign="top" class="fontTimer"><img src="../images/clock2.png" alt="Sat, 16 Jan 2016 20:27:11 +0800" title="Sat, 16 Jan 2016 20:27:11 +0800">&nbsp;資料更新時間:01/16&nbsp;20:27: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/TAO-2/n300020000000000/20160116123018/page.html
HTML
cc0-1.0
7,534
<!DOCTYPE html> <!-- saved from url=(0049)http://profs.info.uaic.ro/~stefan.negru/personas/ --> <html lang="en-us"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="publisher" content="blankdots.com"> <meta name="author" content="Stefan Negru"> <meta name="keywords" content="personas, template"> <meta name="description" content="Personas Template with microdata"> <meta name="robots" content="noindex,nofollow"> <link rel="stylesheet" type="text/css" href="./Personas Template_files/style.css"> <title>Personas Template</title> </head> <body> <header> <h1>Personas Template</h1> <span id="logo"><a href="http://www.w3.org/html/logo/"> <img src="./Personas Template_files/html5-badge-h-css3-semantics.png" width="83" height="32" alt="HTML5 Powered with CSS3 / Styling, and Semantics" title="HTML5 Powered with CSS3 / Styling, and Semantics"> </a></span> </header> <section> <h1 class="hidden">Personas Section</h1> <article itemscope="" itemtype="http://schema.org/Person" class="persona"> <div class="personaInfo"> <h3>Type: Served</h3> <figure> <img itemprop="image" src="http://www.boxnewsbox.com/wp-content/uploads/2015/02/Snap352.jpg" width="150" alt="persona image"> </figure> <div class="personaBackground"> <h4>Name: <span itemprop="givenName">Maria</span> <span itemprop="familyName">Astefănoaei</span></h4> <h5>Background</h5> <ul> <li><strong>Date of Birth:</strong> <time itemprop="birthDate" datetime="2007-10-23">10/23/2007</time></li> <li><strong>Gender:</strong> <span itemprop="gender">Female</span></li> <li itemprop="location" itemscope="" itemtype="http://schema.org/Place"><strong>Location:</strong> <span itemprop="name">Iași, Romania</span></li> <li itemprop="worksFor" itemscope="" itemtype="http://schema.org/Organization"><strong>Work place:</strong> <span itemprop="name">”Vasile Conta” Iași Primary School</span>, <span itemprop="jobTitle">Student</span></li> <li itemprop="alumniOf" itemscope="" itemtype="http://schema.org/EducationalOrganization"><strong>School:</strong> <span itemprop="name">”Vasile Conta” Iași Primary School</span> (if required)</li> <li><strong>Technology Level:</strong>Beginner</li> </ul> </div> </div> <div class="personaDetails"> <div class="detailsLeft"> <div class="leftGroup"> <h5>Main Points</h5> <p>Some points extracted from detailed description, that are specific for this persona and the reason we chose it. For example <strong>(phrases are recommended not just simple list of points)</strong>:</p> <ul> <li>She likes spending time on the internet as she always can find new material to learn from;</li> <li>Enjoys playing games and reading online comics;</li> <li>Has recently created a facebook account to keep in touch with her colleagues outside school time;</li> <li>Has myopia;</li> <li>Does not like wearing glasses;</li> <li>Cares about her looks and does not want to be considered a nerd;</li> <li>Wants to be a scientist when she will grow up.</li> </ul> </div> <div class="leftGroup"> <h5>Goals</h5> <ul> <li>Personal Goals:</li> <ul> <li>Be the smartest one in her class.</li> <li>Be considered popular and cool by her colleagues.</li> <li>Learn new things to impress her teachers with.</li> <li> </ul> </ul> </div> <div class="leftGroup"> <h5>Frustrations and Pain Points</h5> <p>Some of the difficulties the user has with the product.</p> <ul> <li>Doesn't know how to configure it by herself;</li> <li>She would like to have the same configuration in her school computer as well;</li> </ul> </div> </div> <div itemprop="description" class="detailsRight"> <h5>Detailed Description</h5> <p>Maria is a 3rd grade student at "Vasile Conta" Primary School. She is passionate about technology and dreams that someday she will become a scientist. She doesn't want to be perceived as a nerd by her colleagues and avoids wearing glasses whenever possible. This is also why she likes spending time on the internet, chatting with her friends. </p> <p>Her parents installed and configured the extension to prevent her from damaging her eyes from not wearing glasses when they are not around.</p> </div> </div> <div class="personaScenarios"> <h5>Scenarios</h5> <p>Maria gets back home from school and after finishing up her homework, she starts browsing the internet.</p> <ul> <li>Maria finds an interesting article and starts reading it - the page content is already adjusted to her neeeds by her parents.</li> <li>Maria uses the leap motion to scroll through the page.</li> </ul> </div> </article> </section> <footer id="footer"> <span id="license"><a href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="./Personas Template_files/80x15.png"></a></span> </footer> </body></html>
elenacreanga/HCI-helpER
Documentation/Personas/Served/Personas Template.html
HTML
cc0-1.0
5,087
<!-- Automatically generated HTML file from DocOnce source (https://github.com/hplgit/doconce/) --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="generator" content="DocOnce: https://github.com/hplgit/doconce/" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="description" content="Computational Physics Lectures: Linear Algebra methods"> <title>Computational Physics Lectures: Linear Algebra methods</title> <!-- Bootstrap style: bootstrap --> <link href="https://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet"> <!-- not necessary <link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> --> <style type="text/css"> /* Add scrollbar to dropdown menus in bootstrap navigation bar */ .dropdown-menu { height: auto; max-height: 400px; overflow-x: hidden; } /* Adds an invisible element before each target to offset for the navigation bar */ .anchor::before { content:""; display:block; height:50px; /* fixed header height for style bootstrap */ margin:-50px 0 0; /* negative fixed header height */ } </style> </head> <!-- tocinfo {'highest level': 2, 'sections': [('Important Matrix and vector handling packages', 2, None, '___sec0'), ('Basic Matrix Features', 2, None, '___sec1'), ('Basic Matrix Features', 2, None, '___sec2'), ('Basic Matrix Features', 2, None, '___sec3'), ('Some famous Matrices', 2, None, '___sec4'), ('Basic Matrix Features', 2, None, '___sec5'), ('Important Mathematical Operations', 2, None, '___sec6'), ('Important Mathematical Operations', 2, None, '___sec7'), ('Important Mathematical Operations', 2, None, '___sec8'), ('Important Mathematical Operations', 2, None, '___sec9'), ('Matrix Handling in C/C++, Static and Dynamical allocation', 2, None, '___sec10'), ('Matrix Handling in C/C++', 2, None, '___sec11'), ('Matrix Handling in C/C++', 2, None, '___sec12'), ('Matrix Handling in Fortran 90/95', 2, None, '___sec13'), ('Dynamic memory allocation in C/C++', 2, None, '___sec14'), ('Matrix Handling in C/C++, Dynamic Allocation', 2, None, '___sec15'), ('Armadillo, recommended!!', 2, None, '___sec16'), ('Armadillo, simple examples', 2, None, '___sec17'), ('Armadillo, how to compile and install', 2, None, '___sec18'), ('Armadillo, simple examples', 2, None, '___sec19'), ('Armadillo, simple examples', 2, None, '___sec20'), ('Armadillo, simple examples', 2, None, '___sec21'), ('Armadillo, simple examples', 2, None, '___sec22'), ('Armadillo, simple examples', 2, None, '___sec23'), ('Armadillo, simple examples', 2, None, '___sec24'), ('Armadillo, simple examples', 2, None, '___sec25'), ('Gaussian Elimination', 2, None, '___sec26'), ('Gaussian Elimination', 2, None, '___sec27'), ('Gaussian Elimination', 2, None, '___sec28'), ('Gaussian Elimination', 2, None, '___sec29'), ('Gaussian Elimination', 2, None, '___sec30'), ('Gaussian Elimination', 2, None, '___sec31'), ('Gaussian Elimination', 2, None, '___sec32'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec33'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec34'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec35'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec36'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec37'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec38'), ('Backward substitution', 2, None, '___sec39'), ('Gaussian Elimination and Tridiagonal matrices, project 1', 2, None, '___sec40'), ('Project 1, hints', 2, None, '___sec41'), ('Project 1, hints', 2, None, '___sec42'), ('Simple expressions for project 1', 2, None, '___sec43'), ('"Program ' 'example":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalSimple.cpp"', 2, None, '___sec44'), ('Linear Algebra Methods', 2, None, '___sec45'), ('LU Decomposition', 2, None, '___sec46'), ('LU Decomposition', 2, None, '___sec47'), ('LU Decomposition, why?', 2, None, '___sec48'), ('LU Decomposition, linear equations', 2, None, '___sec49'), ('LU Decomposition, linear equations', 2, None, '___sec50'), ('LU Decomposition, why?', 2, None, '___sec51'), ('LU Decomposition, linear equations', 2, None, '___sec52'), ('LU Decomposition, the inverse of a matrix', 2, None, '___sec53'), ('LU Decomposition, the inverse of a matrix', 2, None, '___sec54'), ('LU Decomposition, the inverse', 2, None, '___sec55'), ('"How to use the Library ' 'functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"', 2, None, '___sec56'), ('"How to use the Library ' 'functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"', 2, None, '___sec57'), ('"How to use the Library ' 'functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"', 2, None, '___sec58'), ('"How to use the Library ' 'functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/FortranLibrary"', 2, None, '___sec59'), ('"How to use the Library ' 'functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/FortranLibrary"', 2, None, '___sec60'), ('"Using Armadillo to perform an LU ' 'decomposition":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/CppQtCodesLectures/MatrixTest/main.cpp"', 2, None, '___sec61'), ('"Using standard functions to perform an LU ' 'decomposition":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/LinAlgebra/cpp/program2.cpp"', 2, None, '___sec62'), ('Iterative methods, Chapter 6', 2, None, '___sec63'), ("Iterative methods, Jacobi's method", 2, None, '___sec64'), ("Iterative methods, Jacobi's method", 2, None, '___sec65'), ("Iterative methods, Jacobi's method", 2, None, '___sec66'), ("Iterative methods, Gauss-Seidel's method", 2, None, '___sec67'), ("Iterative methods, Gauss-Seidel's method", 2, None, '___sec68'), ('Iterative methods, Successive over-relaxation', 2, None, '___sec69'), ('Iterative methods, Successive over-relaxation', 2, None, '___sec70'), ('Iterative methods, Successive over-relaxation', 2, None, '___sec71'), ('Cubic Splines, Chapter 6', 2, None, '___sec72'), ('Splines', 2, None, '___sec73'), ('Splines', 2, None, '___sec74'), ('Splines', 2, None, '___sec75'), ('Splines', 2, None, '___sec76'), ('Splines', 2, None, '___sec77'), ('Splines', 2, None, '___sec78'), ('Splines', 2, None, '___sec79'), ('Splines', 2, None, '___sec80'), ('Splines', 2, None, '___sec81')]} end of tocinfo --> <body> <script type="text/x-mathjax-config"> MathJax.Hub.Config({ TeX: { equationNumbers: { autoNumber: "none" }, extensions: ["AMSmath.js", "AMSsymbols.js", "autobold.js", "color.js"] } }); </script> <script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script> <!-- Bootstrap navigation bar --> <div class="navbar navbar-default navbar-fixed-top"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="linalg-bs.html">Computational Physics Lectures: Linear Algebra methods</a> </div> <div class="navbar-collapse collapse navbar-responsive-collapse"> <ul class="nav navbar-nav navbar-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Contents <b class="caret"></b></a> <ul class="dropdown-menu"> <!-- navigation toc: --> <li><a href="._linalg-bs001.html#___sec0" style="font-size: 80%;">Important Matrix and vector handling packages</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs002.html#___sec1" style="font-size: 80%;">Basic Matrix Features</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs003.html#___sec2" style="font-size: 80%;">Basic Matrix Features</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs004.html#___sec3" style="font-size: 80%;">Basic Matrix Features</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs005.html#___sec4" style="font-size: 80%;">Some famous Matrices</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs006.html#___sec5" style="font-size: 80%;">Basic Matrix Features</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs007.html#___sec6" style="font-size: 80%;">Important Mathematical Operations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs008.html#___sec7" style="font-size: 80%;">Important Mathematical Operations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs009.html#___sec8" style="font-size: 80%;">Important Mathematical Operations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs010.html#___sec9" style="font-size: 80%;">Important Mathematical Operations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs011.html#___sec10" style="font-size: 80%;">Matrix Handling in C/C++, Static and Dynamical allocation</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs012.html#___sec11" style="font-size: 80%;">Matrix Handling in C/C++</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs013.html#___sec12" style="font-size: 80%;">Matrix Handling in C/C++</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs014.html#___sec13" style="font-size: 80%;">Matrix Handling in Fortran 90/95</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs015.html#___sec14" style="font-size: 80%;">Dynamic memory allocation in C/C++</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs016.html#___sec15" style="font-size: 80%;">Matrix Handling in C/C++, Dynamic Allocation</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs017.html#___sec16" style="font-size: 80%;">Armadillo, recommended!!</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs018.html#___sec17" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs019.html#___sec18" style="font-size: 80%;">Armadillo, how to compile and install</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs020.html#___sec19" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs021.html#___sec20" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs022.html#___sec21" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs023.html#___sec22" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="#___sec23" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs025.html#___sec24" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs026.html#___sec25" style="font-size: 80%;">Armadillo, simple examples</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs027.html#___sec26" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs028.html#___sec27" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs029.html#___sec28" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs030.html#___sec29" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs031.html#___sec30" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs032.html#___sec31" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs033.html#___sec32" style="font-size: 80%;">Gaussian Elimination</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs034.html#___sec33" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs035.html#___sec34" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs036.html#___sec35" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs037.html#___sec36" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs038.html#___sec37" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs039.html#___sec38" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs040.html#___sec39" style="font-size: 80%;">Backward substitution</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs041.html#___sec40" style="font-size: 80%;">Gaussian Elimination and Tridiagonal matrices, project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs042.html#___sec41" style="font-size: 80%;">Project 1, hints</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs043.html#___sec42" style="font-size: 80%;">Project 1, hints</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs044.html#___sec43" style="font-size: 80%;">Simple expressions for project 1</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs045.html#___sec44" style="font-size: 80%;">"Program example":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Projects/2016/Project1/Examples/TridiagonalSimple.cpp"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs046.html#___sec45" style="font-size: 80%;">Linear Algebra Methods</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs047.html#___sec46" style="font-size: 80%;">LU Decomposition</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs048.html#___sec47" style="font-size: 80%;">LU Decomposition</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs049.html#___sec48" style="font-size: 80%;">LU Decomposition, why?</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs050.html#___sec49" style="font-size: 80%;">LU Decomposition, linear equations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs051.html#___sec50" style="font-size: 80%;">LU Decomposition, linear equations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs052.html#___sec51" style="font-size: 80%;">LU Decomposition, why?</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs053.html#___sec52" style="font-size: 80%;">LU Decomposition, linear equations</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs054.html#___sec53" style="font-size: 80%;">LU Decomposition, the inverse of a matrix</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs055.html#___sec54" style="font-size: 80%;">LU Decomposition, the inverse of a matrix</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs056.html#___sec55" style="font-size: 80%;">LU Decomposition, the inverse</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs057.html#___sec56" style="font-size: 80%;">"How to use the Library functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs058.html#___sec57" style="font-size: 80%;">"How to use the Library functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs059.html#___sec58" style="font-size: 80%;">"How to use the Library functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/cppLibrary"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs060.html#___sec59" style="font-size: 80%;">"How to use the Library functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/FortranLibrary"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs061.html#___sec60" style="font-size: 80%;">"How to use the Library functions":"https://github.com/CompPhysics/ComputationalPhysicsMSU/tree/master/doc/Programs/LecturePrograms/programs/FortranLibrary"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs062.html#___sec61" style="font-size: 80%;">"Using Armadillo to perform an LU decomposition":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/CppQtCodesLectures/MatrixTest/main.cpp"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs063.html#___sec62" style="font-size: 80%;">"Using standard functions to perform an LU decomposition":"https://github.com/CompPhysics/ComputationalPhysicsMSU/blob/master/doc/Programs/LecturePrograms/programs/LinAlgebra/cpp/program2.cpp"</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs064.html#___sec63" style="font-size: 80%;">Iterative methods, Chapter 6</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs065.html#___sec64" style="font-size: 80%;">Iterative methods, Jacobi's method</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs066.html#___sec65" style="font-size: 80%;">Iterative methods, Jacobi's method</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs067.html#___sec66" style="font-size: 80%;">Iterative methods, Jacobi's method</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs068.html#___sec67" style="font-size: 80%;">Iterative methods, Gauss-Seidel's method</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs069.html#___sec68" style="font-size: 80%;">Iterative methods, Gauss-Seidel's method</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs070.html#___sec69" style="font-size: 80%;">Iterative methods, Successive over-relaxation</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs071.html#___sec70" style="font-size: 80%;">Iterative methods, Successive over-relaxation</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs072.html#___sec71" style="font-size: 80%;">Iterative methods, Successive over-relaxation</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs073.html#___sec72" style="font-size: 80%;">Cubic Splines, Chapter 6</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs074.html#___sec73" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs075.html#___sec74" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs076.html#___sec75" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs077.html#___sec76" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs078.html#___sec77" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs079.html#___sec78" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs080.html#___sec79" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs081.html#___sec80" style="font-size: 80%;">Splines</a></li> <!-- navigation toc: --> <li><a href="._linalg-bs082.html#___sec81" style="font-size: 80%;">Splines</a></li> </ul> </li> </ul> </div> </div> </div> <!-- end of navigation bar --> <div class="container"> <p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> <!-- add vertical space --> <a name="part0024"></a> <!-- !split --> <h2 id="___sec23" class="anchor">Armadillo, simple examples </h2> <p> <!-- code=c++ (!bc cppcod) typeset with pygments style "default" --> <div class="highlight" style="background: #f8f8f8"><pre style="line-height: 125%"><span></span> <span style="color: #408080; font-style: italic">// row vectors are treated like a matrix with one row</span> rowvec r; r <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.59499</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.88807</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.88532</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.19968</span>; r.print(<span style="color: #BA2121">&quot;r:&quot;</span>); <span style="color: #408080; font-style: italic">// column vectors are treated like a matrix with one column</span> colvec q; q <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.81114</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.06256</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.95989</span> <span style="color: #666666">&lt;&lt;</span> <span style="color: #666666">0.73628</span>; q.print(<span style="color: #BA2121">&quot;q:&quot;</span>); <span style="color: #408080; font-style: italic">// dot or inner product</span> cout <span style="color: #666666">&lt;&lt;</span> <span style="color: #BA2121">&quot;as_scalar(r*q) = &quot;</span> <span style="color: #666666">&lt;&lt;</span> as_scalar(r<span style="color: #666666">*</span>q) <span style="color: #666666">&lt;&lt;</span> endl; <span style="color: #408080; font-style: italic">// outer product</span> cout <span style="color: #666666">&lt;&lt;</span> <span style="color: #BA2121">&quot;q*r =&quot;</span> <span style="color: #666666">&lt;&lt;</span> endl; cout <span style="color: #666666">&lt;&lt;</span> q<span style="color: #666666">*</span>r <span style="color: #666666">&lt;&lt;</span> endl; <span style="color: #408080; font-style: italic">// sum of three matrices (no temporary matrices are created)</span> mat F <span style="color: #666666">=</span> B <span style="color: #666666">+</span> C <span style="color: #666666">+</span> D; F.print(<span style="color: #BA2121">&quot;F:&quot;</span>); <span style="color: #008000; font-weight: bold">return</span> <span style="color: #666666">0</span>; </pre></div> <p> <p> <!-- navigation buttons at the bottom of the page --> <ul class="pagination"> <li><a href="._linalg-bs023.html">&laquo;</a></li> <li><a href="._linalg-bs000.html">1</a></li> <li><a href="">...</a></li> <li><a href="._linalg-bs016.html">17</a></li> <li><a href="._linalg-bs017.html">18</a></li> <li><a href="._linalg-bs018.html">19</a></li> <li><a href="._linalg-bs019.html">20</a></li> <li><a href="._linalg-bs020.html">21</a></li> <li><a href="._linalg-bs021.html">22</a></li> <li><a href="._linalg-bs022.html">23</a></li> <li><a href="._linalg-bs023.html">24</a></li> <li class="active"><a href="._linalg-bs024.html">25</a></li> <li><a href="._linalg-bs025.html">26</a></li> <li><a href="._linalg-bs026.html">27</a></li> <li><a href="._linalg-bs027.html">28</a></li> <li><a href="._linalg-bs028.html">29</a></li> <li><a href="._linalg-bs029.html">30</a></li> <li><a href="._linalg-bs030.html">31</a></li> <li><a href="._linalg-bs031.html">32</a></li> <li><a href="._linalg-bs032.html">33</a></li> <li><a href="._linalg-bs033.html">34</a></li> <li><a href="">...</a></li> <li><a href="._linalg-bs082.html">83</a></li> <li><a href="._linalg-bs025.html">&raquo;</a></li> </ul> <!-- ------------------- end of main content --------------- --> </div> <!-- end container --> <!-- include javascript, jQuery *first* --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script> <!-- Bootstrap footer <footer> <a href="http://..."><img width="250" align=right src="http://..."></a> </footer> --> <center style="font-size:80%"> <!-- copyright only on the titlepage --> </center> </body> </html>
CompPhysics/ComputationalPhysics
doc/pub/linalg/html/._linalg-bs024.html
HTML
cc0-1.0
26,978
<!DOCTYPE html> <html> <head> <title>Raster Reprojection</title> <link rel="stylesheet" href="ol.css" type="text/css"> <script src="ol.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> <style> html, body, #map { width: 100%; height: 100%; margin: 0; } #map { background-color: #9BB4CB; } #proj { position: absolute; bottom: 10px; left: 10px; background-color: white; padding: 5px; font-size: 20pt; font-family: sans-serif; } </style> </head> <body> <div id="map" class="map"></div> <div id="proj">EPSG:3857</div> <script> proj4.defs('Gall Peters', '+proj=cea +lon_0=0 +x_0=0 +y_0=0 +lat_ts=45 +ellps=WGS84 +datum=WGS84 +units=m +no_defs'); var projGallPeters = ol.proj.get('Gall Peters'); projGallPeters.setExtent([-14e6, -8.9e6, 14e6, 8.9e6]); proj4.defs('Mollweide', '+proj=moll +lon_0=0 +x_0=0 +y_0=0 +datum=WGS84 ' + '+units=m +no_defs'); var proj54009 = ol.proj.get('Mollweide'); proj54009.setExtent([-18e6, -18e6, 18e6, 18e6]); proj4.defs('EPSG:31466', '+proj=tmerc +lat_0=0 +lon_0=6 +k=1 +x_0=2500000 +y_0=0 +ellps=bessel +towgs84=598.1,73.7,418.2,0.202,0.045,-2.455,6.7 +units=m +no_defs'); var proj31466 = ol.proj.get('EPSG:31466'); var layer = new ol.layer.Tile({ source: new ol.source.Stamen({ layer: 'terrain' }) }); var map = new ol.Map({ layers: [layer], target: 'map', view: new ol.View({ center: ol.proj.fromLonLat([7.099814, 50.733992]), zoom: 4, minZoom: 4 }) }); var view = map.getView(); var baseLayerSelect = document.getElementById('base-layer'); var viewProjSelect = document.getElementById('view-projection'); var renderEdgesCheckbox = document.getElementById('render-edges'); var renderEdges = false; function updateViewProjection(proj) { var newProj = ol.proj.get(proj); var newProjExtent = newProj.getExtent(); var newView = new ol.View({ projection: newProj, center: ol.proj.transform(view.getCenter(), view.getProjection(), proj), zoom: view.getZoom(), minZoom: 4, extent: newProjExtent || undefined }); view = newView; map.setView(newView); } var projections = [ 'EPSG:3857', 'EPSG:4326', 'EPSG:31466', 'Gall Peters', 'Mollweide' ]; var projIndex = 0; window.setInterval(function() { var proj = projections[projIndex] updateViewProjection(proj); document.getElementById('proj').innerHTML = proj; projIndex++; if (projIndex >= projections.length) { projIndex = 0; renderEdges = !renderEdges; } }, 3000); </script> </body> </html>
ahocevar/whats-new-and-cool-in-openlayers
examples/raster-reprojection.html
HTML
cc0-1.0
3,040
<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>README.html</title> </head> <body> <h1 id="functional-scala-for-data-engineers">Functional Scala for Data Engineers</h1> <p>A fast-paced introduction to Scala's FP ecosystem for data engineers.</p> <p>These slides loosely follow Chiusano and Bjarnason's <a href="https://www.manning.com/books/functional-programming-in-scala">Functional Programming in Scala</a> with an emphasis on introducing Cats and various other FP libraries. Please read chapters 1-3 before beginning.</p> <p>Welsh and Gurnell's <a href="http://underscore.io/books/advanced-scala/">Advanced Scala with Cats</a> is an optional supplementary text, and their <a href="http://underscore.io/books/essential-scala/">Essential Scala</a> is a minimal prerequisite for the course. The first two courses in Coursera's <a href="https://www.coursera.org/specializations/scala">Functional Programming in Scala Specialization</a> are also highly recommended.</p> <p>Slides are viewable <a href="http://DS12.github.io/scala-class">here</a>.</p> <p><a href="https://gitter.im/ds12/lobby"><img src="https://img.shields.io/gitter/room/nwjs/nw.js.svg?maxAge=2592000" alt="Gitter" /></a></p> <p>A link to ScalaDoc will be available in the slide table of contents, above.</p> <p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_US"><img alt="Creative Commons License" style="border-width:0" src="http://i.creativecommons.org/l/by-nc-sa/3.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Functional Scala for Data Engineers</span> is licensed under a <a rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC0 1.0 Universal License</a>.</p> <p><code>DS12/scala-class</code> build status</p> <p><a href="https://travis-ci.org/DS12/scala-class"><img src="https://travis-ci.org/DS12/scala-class.svg?branch=master" alt="Scala-Class Build Status" /></a></p> <p><code>DS12/scala-class-private</code> build status</p> <p><a href="https://travis-ci.com/DS12/scala-class-private"><img src="https://travis-ci.com/DS12/scala-class-private.svg?token=jyR81STLm55Uqgud7sk1&amp;branch=master" alt="Scala-Class-Private Build Status" /></a></p> </body> </html>
DS12/scala-class
README.html
HTML
cc0-1.0
2,418
<!DOCTYPE html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Expires" content="-1"> <meta http-equiv="Pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache"> <title>105年第十四任總統副總統及第九屆立法委員選舉</title> <link href="../css/style.css" rel="stylesheet" type="text/css"> <link href="../css/style2.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="../js/ftiens4.js"></script> <script type="text/javascript" src="../js/ua.js"></script> <script type="text/javascript" src="../js/func.js"></script> <script type="text/javascript" src="../js/treeP1.js"></script> <script type="text/javascript" src="../js/refresh.js"></script> </head> <body id="main-body"> <div id="main-header"> <div id="main-top"> <a class="main-top-logo" href="#">中央選舉委員會</a> <ul class="main-top-list"> <li class="main-top-item"><a class="main-top-link main-top-link-home" href="../index.html">回首頁</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-cec" href="http://2016.cec.gov.tw">中選會網站</a></li> <li class="main-top-item"><a class="main-top-link main-top-link-english" href="../../en/index.html">English</a></li> </ul> </div> </div> <div id="main-wrap"> <div id="main-banner"> <div class="slideshow"> <img src="../img/main_bg_1.jpg" width="1024" height="300" alt="background" title="background"> </div> <div class="main-deco"></div> <div class="main-title"></div> <a class="main-pvpe main-pvpe-current" href="../IDX/indexP1.html">總統副總統選舉</a> <a class="main-le" href="../IDX/indexT.html">立法委員選舉</a> </div> <div id="main-container"> <div id="main-content"> <table width="1024" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="180" valign="top"> <div id="divMenu"> <table border="0"> <tr> <td><a style="text-decoration:none;color:silver" href="http://www.treemenu.net/" target=_blank></a></td> </tr> </table> <span class="TreeviewSpanArea"> <script>initializeDocument()</script> <noscript>請開啟Javascript功能</noscript> </span> </div> </td> <td width="796" valign="top"> <div id="divContent"> <!-- 修改區塊 --> <table width="100%" border="0" cellpadding="0" cellspacing="4"> <tr> <td><img src="../images/search.png" alt="候選人得票數" title="候選人得票數">&nbsp;<b>總統副總統選舉&nbsp;候選人在 嘉義縣 鹿草鄉得票數&nbsp;</b></td> </tr> <tr valign="bottom"> <td> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td class="fontNumber">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;<img src="../images/nav.gif" alt="候選組數" title="候選組數">&nbsp;候選組數:3&nbsp;&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;<img src="../images/nav.gif" alt="應選組數" title="應選組數">&nbsp;應選組數:1</td> <td align="right"> <select name="selector_order" class="selectC" tabindex="1" id="orderBy" onChange="changeOrder();"> <option value="n">依號次排序</option> <option value="s">依得票排序</option> </select> </td> </tr> </table> </td> </tr> <tr valign="top"> <td> <table width="100%" border="0" cellpadding="6" cellspacing="1" class="tableT"> <tr class="trHeaderT"> <td>註記</td> <td>號次</td> <td><table><tr><td>總統</td><td rowspan=2> 候選人姓名</td></tr><td>副總統</td></table></td> <td>性別</td> <td>得票數</td> <td>得票率%</td> <td>登記方式</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>1</td> <td>朱立倫<br>王如玄</td> <td>男<br>女</td> <td class="tdAlignRight">2,218</td> <td class="tdAlignRight">23.4759</td> <td>中國國民黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>2</td> <td>蔡英文<br>陳建仁</td> <td>女<br>男</td> <td class="tdAlignRight">6,370</td> <td class="tdAlignRight">67.4217</td> <td>民主進步黨&nbsp; 推薦</td> </tr> <tr class="trT"> <td>&nbsp;</td> <td>3</td> <td>宋楚瑜<br>徐欣瑩</td> <td>男<br>女</td> <td class="tdAlignRight">860</td> <td class="tdAlignRight">9.1025</td> <td>親民黨&nbsp; 推薦</td> </tr> <tr class="trFooterT"> <td colspan="7" align="right">投開票所數 已送/應送:&nbsp;20/20&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 22:51:13 +0800" title="Sat, 16 Jan 2016 22:51:13 +0800">&nbsp;資料更新時間:&nbsp;01/16&nbsp;22:51:06&nbsp;<br>(網頁每3分鐘自動更新一次)</td> </tr> <tr> <td colspan="3" class="fontNote"></td> </tr> </table> </td> </tr> </table> <!-- 修改區塊 --> </div> </td> </tr> </table> </div> <div class="main-footer"></div> <div id="divFooter" align=center>[中央選舉委員會] </div> <!--main-content--> </div><!--main-container--> </div><!--END main-wrap--> <script>setOrder();</script> <script>setMenuScrollPosY();</script> </body> </html>
gugod/vote-watch-2016
data/president/n706000700000000/20160116145342/page.html
HTML
cc0-1.0
6,574
<ion-view view-title="Splash" hide-nav-bar="true"> <ion-content scroll="false" padding="true"> <icon-panel style="padding-top: 50px;" text="Welcome to infined!" icon="ion-ios-world-outline" icon-size="140"> </icon-panel> <div style="padding-top: 40px;"> <button class="button button-block button-positive" ui-sref="app.onboarding-register"> Get Started! </button> <button class="button button-block button-stable" ng-click="controller.skip_click()"> Skip this step </button> </div> </ion-content> <div class="slider-pager"> <span class="slider-pager-page active"> <i class="icon ion-record"></i> </span> <span class="slider-pager-page"> <i class="icon ion-record"></i> </span> <span class="slider-pager-page"> <i class="icon ion-record"></i> </span> </div> </ion-view>
identy/infined
www/templates/Onboarding/Onboarding-Splash.html
HTML
cc0-1.0
1,029
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN"> <html> <head> <title>NUMBAT: Monday, Apr 4 2016</title> </head> <body> <h1>From Blogging to Industry: How to Get Paid to be a Sports Statistician</h1> Moneyball launched a revolution in statistical thinking in sports. However, careers in sports statistics continue to be rare. Statisticians who have successfully found jobs in sport have often had to make a name for themselves before they could get a foot in the door in industry. Stories of this transition often involve a passionate hobbyist, who conducts sports analyses on the side, and eventually gains recognition by industry by publishing their research and ideas on the Web. In this talk, I will share my own version of this story and how I went from being a blogger on sports statistics to a data scientist at Tennis Australia. I will describe what my experience has taught me about the skills and tools that can help aspiring sports statisticians land the job of their dreams. <hr> <address></address> <!-- hhmts start --> Last modified: Mon Apr 4 20:01:40 AEST 2016 <!-- hhmts end --> </body> </html>
mitchelloharawild/numbats.github.io
abstracts/kovalchik.html
HTML
cc0-1.0
1,116
<!DOCTYPE html> <html lang="en"> <meta charset="utf-8"> <title>-de</title> <link type="text/css" rel="stylesheet" href="../../style.css"> <h1 lang="art-Latn-x-osv-0010"> -de </h1> <dl> <dt>Etymology: <dd>From VIV <i lang="art-Latn-x-osv-0009">*tei</i>. </dl> <h2>affix</h2> <aside>positive: <i lang="art-Latn-x-osv-0010">-da</i></aside> <p> honorific; shows deference towards the subject matter
literallybenjam/langdev
data/languages/jsv/osv/0010/block001/-de.html
HTML
cc0-1.0
407
<!DOCTYPE html> <html lang="zh-Hant-TW"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title> Tag: vue | Materializecss 探索 </title> <meta property="og:title" content=" Tag: vue | Materializecss 探索 " /> <meta name="twitter:title" content=" Tag: vue | Materializecss 探索 "> <meta property="og:type" content="article"> <meta name="twitter:card" content="summary"> <meta name="description" content=" Tag: vue | Materializecss 探索 "> <meta property="og:description" content=" Tag: vue | Materializecss 探索 " /> <meta name="twitter:description" content=" Tag: vue | Materializecss 探索 " /> <link rel="icon" type="image/x-icon" href="https://foreachsam.github.io/blog-framework-materializecss/article/asset/img/favicon.png"> <link rel="image_src" href="https://foreachsam.github.io/blog-framework-materializecss/article/asset/img/logo.png" > <meta property="og:image" content="https://foreachsam.github.io/blog-framework-materializecss/article/asset/img/logo.png" /> <link href="https://foreachsam.github.io/blog-framework-materializecss/article/atom.xml" title="Materializecss 探索" type="application/atom+xml" rel="alternative"> <link rel="canonical" href="/blog-framework-materializecss/article/find/tag/vue/index.html"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <link type="text/css" rel="stylesheet" media="screen,projection" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/css/materialize.min.css"> <link type="text/css" rel="stylesheet" href="/blog-framework-materializecss/article/asset/css/style.css"> <link type="text/css" rel="stylesheet" href="/blog-framework-materializecss/article/asset/lib/sys.css"> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script> <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.5/js/materialize.min.js"></script> <!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.min.js"></script> //--> <!-- <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/velocity/1.2.3/velocity.ui.min.js"></script> //--> <script src="/blog-framework-materializecss/article/asset/lib/sys.js"></script> </head> <body> <div class="navbar-fixed"> <nav class="red lighten-2" role="navigation"> <div class="nav-wrapper"> <div class="box-main-title"> <a href="/blog-framework-materializecss/article/" class="brand-logo">Materializecss 探索</a> </div> <a href="#" data-activates="mobile-demo" class="button-collapse"><i class="material-icons">menu</i></a> <ul class="right hide-on-med-and-down"> <li ><a href="/blog-framework-materializecss/article/">Home</a></li> <li ><a href="/blog-framework-materializecss/article/find/archive/">Sitemap</a></li> <li ><a href="http://materializecss.com/">Materialize</a></li> <li ><a href="https://design.google.com/icons/">MaterialIcons</a></li> </ul> <div class="side-nav" id="mobile-demo"> <div class="box-logo"><a href="/blog-framework-materializecss/article/" title="Materializecss 探索"><img src="/blog-framework-materializecss/article/asset/img/logo.png" class="img-logo"></a></div> <ul> <li ><a href="/blog-framework-materializecss/article/" class="waves-effect waves-light">Home</a></li> <li ><a href="/blog-framework-materializecss/article/find/archive/" class="waves-effect waves-light">Sitemap</a></li> <li ><a href="http://materializecss.com/" class="waves-effect waves-light">Materialize</a></li> <li ><a href="https://design.google.com/icons/" class="waves-effect waves-light">MaterialIcons</a></li> </ul> </div> <script type="text/javascript"> $(function(){ $(".button-collapse").sideNav(); }); </script> </div> </nav> </div> <div class="container"> <div class="row"> <div class="layout-content"> <div class="row panel-content panel-archive-list"> <h2 class="panel-archive-title">Tag: vue</h2> <div class="box-archive-list"> <ul class="archive-list"> <li class="box-archive-item" itemscope itemtype="http://schema.org/Article" > <div class="card small"> <div class="card-image waves-effect waves-block waves-light"> <div style="padding:5px"> <img class="activator" src="/blog-framework-materializecss/article/asset/img/logo.png"> </div> </div> <div class="card-content"> <span class="card-title activator grey-text text-darken-4"><a href="/blog-framework-materializecss/article/read/integration/vue/basic-usage/" itemprop="url" ><span class="archive-item-title" itemprop="name">Vue 範例</span></a><i class="material-icons right">more</i></span> </div> <div class="card-reveal"> <span class="card-title grey-text text-darken-4">Vue 範例<i class="material-icons right">close</i></span> <article class="post-item" itemscope itemtype="http://schema.org/Article"><div class="content post-item-content" itemprop="articleBody">Vue 整合範例</div></article> <p class="box-archive-item-date"><a href="/blog-framework-materializecss/article/read/integration/vue/basic-usage/"><span class="archive-item-date" itemprop="datePublished" content="2016-12-14">2016-03-14</span></a></p> </div> </div> </li> </ul> </div> </div> <div class="panel-archive-nav"> <div class="box-archive-nav"> <div class="archive-nav"> </div> </div> </div> </div> <div class="layout-footer" style="clear: both"> <div class="panel-footer"> <div class="center-align box-footer"> <footer class="footer"> <p class="cr">&copy; <a href="https://foreachsam.github.io/" target="_blank" >foreachsam</a> </p> <span class="theme">Powered: <a href="http://hexo.io/" target="_blank">Hexo</a>, Theme: <a href="https://github.com/foreachsam/hexo-theme-adequate" target="_blank">hexo-theme-adequate</a></span> </footer> </div> </div> </div> <a class="btn-floating waves-effect waves-light lighten-2 red ui-btn-top-hide"><i class="material-icons">keyboard_arrow_up</i></a> <script type="text/javascript"> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-56999876-1', 'auto'); ga('send', 'pageview'); </script> </div> </div> </body> </html>
foreachsam/blog-framework-materializecss
article/find/tag/vue/index.html
HTML
cc0-1.0
6,898
<!doctype html> <html> <head> <link rel="stylesheet" href="main.css" type="text/css"> <link rel="stylesheet" href="../css/box.css" type="text/css"> <title> Table </title> <meta charset="utf-8"/> </head> <body> <main> </main> <header> <h1>Tables</h1> </header> <nav> <ul> <li><a href="../index.html">Home</a></li> <li><a href="../listsandlinks/index.html">Lists and Links</a></li> <li><a href="../final/index.html">Kappa Action</a></li> </ul> </nav> <header> <h2>Simple Grid</h2> </header> <table border="1"> <tr> <th>A</th> <th>B</th> <th>C</th> </tr> <tr> <td>1</td> <td>2</td> <td>3</td> </tr> <tr> <td>4</td> <td>5</td> <td>6</td> </tr> <tr> <td>7</td> <td>8</td> <td>9</td> </tr> <tr> <td>12</td> <td>15</td> <td>18</td> </tr> </table> <header> <h2>Calendar</h2> </header> <table border="1"> <tr> <th colspan="7">December 2015</th> </tr> <tr> <th>Mon</th> <th>Tue</th> <th>Wed</th> <th>Thu</th> <th>Fri</th> <th>Sat</th> <th>Sun</th> </tr> <tr> <td></td> <td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td>6</td> </tr> <tr> <td>7</td> <td>8</td> <td>9</td> <td>10</td> <td>11</td> <td>12</td> <td>13</td> </tr> <tr> <td>14</td> <td>15</td> <td>16</td> <td>17</td> <td>18</td> <td>19</td> <td>20</td> </tr> <tr> <td colspan="7">Created by: Me!</td> </tr> </table> <header> <h2>Class Schedule</h2> </header> <table border="1"> <tr> <th>Period</th> <th>Class Info</th> </tr> <tr> <th rowspan="2">1</th> <td>Mr. Kieffer</td> </tr> <tr> <td>Computer Science</td> </tr> <tr> <th rowspan="2">2</th> <td>Mr. Knox</td> </tr> <tr> <td>History</td> </tr> </table> <footer> <p>&copy;2012 Nathan Kieffer - CMIS Web Design</p> </footer> </body> </html>
steven1695-cmis/steven1695-cmis-wd
tables/index.html
HTML
cc0-1.0
2,049
<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Re: [Partido Pirata] Lista- - Google</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="apple-touch-icon" sizes="114x114" href="http://www.mail-archive.com/apple-touch-icon-114x114.png"> <link rel="apple-touch-icon" sizes="72x72" href="http://www.mail-archive.com/apple-touch-icon-72x72.png"> <link rel="apple-touch-icon" sizes="57x57" href="http://www.mail-archive.com/apple-touch-icon-57x57.png"> <link rel="shortcut icon" href="../favicon.ico"> <link rel="contents" href="index.html#01842" id="c"> <link rel="index" href="maillist.html#01842" id="i"> <link rel="prev" href="msg01841.html" id="p"> <link rel="next" href="msg01843.html" id="n"> <link rel="alternate" title="listapirata RSS" href="msg01842.html#" type="application/rss+xml"> <link rel="canonical" href="https://www.mail-archive.com/listapirata@listas.partidopirata.org/msg01842.html"> <link rel="stylesheet" href="../normalize.css" media="screen"> <link rel="stylesheet" href="../master.css" media="screen"> <!--[if lt IE 9]> <link rel="stylesheet" href="/ie.css" media="screen"> <![endif]--> </head> <body> <script language="javascript" type="text/javascript"> document.onkeydown = NavigateThrough; function NavigateThrough (event) { if (!document.getElementById) return; if (window.event) event = window.event; if (event.target.tagName == 'INPUT') return; var link = null; switch (event.keyCode ? event.keyCode : event.which ? event.which : null) { case 74: case 80: link = document.getElementById ('p'); break; case 75: case 78: link = document.getElementById ('n'); break; case 73: link = document.getElementById ('i'); break; case 67: link = document.getElementById ('c'); break; case 69: link = document.getElementById ('e'); break; } if (link && link.href) document.location = link.href; } </script> <div itemscope itemtype="http://schema.org/Article" class="container"> <div class="skipLink"> <a href="msg01842.html#nav">Skip to site navigation (Press enter)</a> </div> <div class="content" role="main"> <div class="msgHead"> <h1> <span class="subject"><a href="http://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=subject:%22Re%5C%3A+%5C%5BPartido+Pirata%5C%5D+Lista%5C-+%5C-+Google%22&amp;o=newest" rel="nofollow"><span itemprop="name">Re: [Partido Pirata] Lista- - Google</span></a></span> </h1> <p class="darkgray font13"> <span class="sender pipe"><a href="http://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=from:%22Lucas+Morais%22" rel="nofollow"><span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">Lucas Morais</span></span></a></span> <span class="date"><a href="http://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=date:20110205" rel="nofollow"><span itemprop="datePublished" content="2011-02-05T17:09:52-0800">Sat, 05 Feb 2011 17:09:52 -0800</span></a></span> </p> </div> <div itemprop="articleBody" class="msgBody"> <!--X-Body-of-Message--> <pre>Que eu saiba TODAS as listas de emails são indexadas por buscadores. Ou não?</pre><pre> LUCAS MORAIS Recuperação de dados lu...@lucasmorais.com.br (81) 9271.7016 - 9828.0810 - 8811.6880 Linux user #407633 Se houver documentos de escritório anexados neste e-mail eles poderão estar no formato ODF, um padrão aberto, gratuito e homologado pela ISO e ABNT. Para visualizar ou editar, basta copiar e instalar o BrOffice.org em <a rel="nofollow" href="http://broffice.org/download">http://broffice.org/download</a>. Em 5 de fevereiro de 2011 22:07, ullisses spartacus &lt; ullisses.sparta...@gmail.com&gt; escreveu: &gt; Que site é esse .mail-archive.com que disponiboliza para o google &gt; conversas na lista? Tem como tirar o acesso disse site a lista? &gt; &gt; Em 5 de fevereiro de 2011 22:43, Cleber Gouvêa &lt;cleb...@gmail.com&gt;escreveu: &gt; &gt; Esse mail-archive deve estar como membro da lista: &gt;&gt; &gt;&gt; &quot;Archive your mailing list &gt;&gt; Looking for an easy way to turn your mailing list into a searchable &gt;&gt; archive? Just add The Mail Archive as a member to your mailing list as &gt;&gt; described in the how-to-guide. &quot; &gt;&gt; <a rel="nofollow" href="http://www.mail-archive.com/faq.html#newlist">http://www.mail-archive.com/faq.html#newlist</a> &gt;&gt; &gt;&gt; O Google sozinho ñ enxerga a lista, ela só tá indexada por causa do &gt;&gt; mail-archive, dá uma olhada no cadastro aí. &gt;&gt; &gt;&gt; Cleber &gt;&gt; &gt;&gt; 2011/2/5 Lucas Morais &lt;lu...@lucasmorais.com.br&gt;: &gt;&gt; &gt; O que é isso aqui? &gt;&gt; &gt; &gt;&gt; <a rel="nofollow" href="msg01557.html">http://www.mail-archive.com/listapirata@listas.partidopirata.org/msg01557.html</a> &gt;&gt; &gt; &gt;&gt; &gt; LUCAS MORAIS &gt;&gt; &gt; Recuperação de dados &gt;&gt; &gt; lu...@lucasmorais.com.br &gt;&gt; &gt; (81) 9271.7016 - 9828.0810 - 8811.6880 &gt;&gt; &gt; Linux user #407633 &gt;&gt; &gt; &gt;&gt; &gt; Se houver documentos de escritório anexados neste e-mail eles poderão &gt;&gt; estar &gt;&gt; &gt; no formato ODF, um padrão aberto, gratuito e homologado pela ISO e ABNT. &gt;&gt; &gt; Para visualizar ou editar, basta copiar e instalar o BrOffice.org em &gt;&gt; &gt; <a rel="nofollow" href="http://broffice.org/download">http://broffice.org/download</a>. &gt;&gt; &gt; &gt;&gt; &gt; &gt;&gt; &gt; &gt;&gt; &gt; Em 5 de fevereiro de 2011 18:35, Cleber Gouvêa &lt;cleb...@gmail.com&gt; &gt;&gt; escreveu: &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Qualquer link é passível de ser indexado por buscadores, mas os links &gt;&gt; &gt;&gt; da nossa lista ñ estão acessíveis já que apenas membros podem ver os &gt;&gt; &gt;&gt; arquivos da lista. &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; O Google ou outro sistema ñ enxergam os links e portanto ñ cadastram. &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Cleber &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; 2011/2/5 Lucas Morais &lt;lu...@lucasmorais.com.br&gt;: &gt;&gt; &gt;&gt; &gt; Listas de e-mails são sim indexadas por buscadores. &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; LUCAS MORAIS &gt;&gt; &gt;&gt; &gt; Recuperação de dados &gt;&gt; &gt;&gt; &gt; lu...@lucasmorais.com.br &gt;&gt; &gt;&gt; &gt; (81) 9271.7016 - 9828.0810 - 8811.6880 &gt;&gt; &gt;&gt; &gt; Linux user #407633 &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; Se houver documentos de escritório anexados neste e-mail eles poderão &gt;&gt; &gt;&gt; &gt; estar &gt;&gt; &gt;&gt; &gt; no formato ODF, um padrão aberto, gratuito e homologado pela ISO e &gt;&gt; ABNT. &gt;&gt; &gt;&gt; &gt; Para visualizar ou editar, basta copiar e instalar o BrOffice.org em &gt;&gt; &gt;&gt; &gt; <a rel="nofollow" href="http://broffice.org/download">http://broffice.org/download</a>. &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; Em 5 de fevereiro de 2011 17:27, ullisses spartacus &gt;&gt; &gt;&gt; &gt; &lt;ullisses.sparta...@gmail.com&gt; escreveu: &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Eu acho que o moderador da lista devia mentê-la fora do Google, a &gt;&gt; &gt;&gt; &gt;&gt; impressão que eu tinha era que era fechada, até encontrar resultados &gt;&gt; de &gt;&gt; &gt;&gt; &gt;&gt; emails trocados. &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; Em 5 de fevereiro de 2011 11:07, Radio Proletario &gt;&gt; &gt;&gt; &gt;&gt; &lt;radio.o.proleta...@gmail.com&gt; escreveu: &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; Eu tb ja encontrei esta lista no alerta google. &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; Em 5 de fevereiro de 2011 10:48, ullisses spartacus &gt;&gt; &gt;&gt; &gt;&gt;&gt; &lt;ullisses.sparta...@gmail.com&gt; escreveu: &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Uma dúvida, as conversas dessa listas aparecem nos resultados de &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; busca &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; do google para qualquer um ler? &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; _______________________________________________ &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; Lista de discussão do Partido Pirata &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; listapirata@listas.partidopirata.org &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; &gt;&gt;&gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; -- &gt;&gt; &gt;&gt; &gt;&gt;&gt; Web Radio O Proletário &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt;&gt; _______________________________________________ &gt;&gt; &gt;&gt; &gt;&gt;&gt; Lista de discussão do Partido Pirata &gt;&gt; &gt;&gt; &gt;&gt;&gt; listapirata@listas.partidopirata.org &gt;&gt; &gt;&gt; &gt;&gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; &gt;&gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; _______________________________________________ &gt;&gt; &gt;&gt; &gt;&gt; Lista de discussão do Partido Pirata &gt;&gt; &gt;&gt; &gt;&gt; listapirata@listas.partidopirata.org &gt;&gt; &gt;&gt; &gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; &gt; _______________________________________________ &gt;&gt; &gt;&gt; &gt; Lista de discussão do Partido Pirata &gt;&gt; &gt;&gt; &gt; listapirata@listas.partidopirata.org &gt;&gt; &gt;&gt; &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt;&gt; &gt; &gt;&gt; &gt;&gt; _______________________________________________ &gt;&gt; &gt;&gt; Lista de discussão do Partido Pirata &gt;&gt; &gt;&gt; listapirata@listas.partidopirata.org &gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt; &gt;&gt; &gt; &gt;&gt; &gt; _______________________________________________ &gt;&gt; &gt; Lista de discussão do Partido Pirata &gt;&gt; &gt; listapirata@listas.partidopirata.org &gt;&gt; &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt; &gt;&gt; _______________________________________________ &gt;&gt; Lista de discussão do Partido Pirata &gt;&gt; listapirata@listas.partidopirata.org &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt;&gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt;&gt; &gt; &gt; &gt; _______________________________________________ &gt; Lista de discussão do Partido Pirata &gt; listapirata@listas.partidopirata.org &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> &gt; <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a> &gt; </pre><pre>_______________________________________________ Lista de discussão do Partido Pirata listapirata@listas.partidopirata.org <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata">http://listas.partidopirata.org/cgi-bin/mailman/listinfo/listapirata</a> <a rel="nofollow" href="http://listas.partidopirata.org/cgi-bin/mailman/listinfo">http://listas.partidopirata.org/cgi-bin/mailman/listinfo</a></pre> </div> <div class="msgButtons margintopdouble"> <ul class="overflow"> <li class="msgButtonItems"><a class="button buttonleft " accesskey="p" href="msg01841.html">Mensagem anterior</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="c" href="index.html#01842">Exibir por discuss&#0227;o</a></li> <li class="msgButtonItems textaligncenter"><a class="button" accesskey="i" href="maillist.html#01842">Exibir por data</a></li> <li class="msgButtonItems textalignright"><a class="button buttonright " accesskey="n" href="msg01843.html">Pr&#0243;xima mensagem</a></li> </ul> </div> <a name="tslice"></a> <div class="tSliceList margintopdouble"> <ul class="icons monospace"> <li class="icons-email"><span class="subject"><a href="msg01832.html">[Partido Pirata] Lista- - Google</a></span> <span class="sender italic">ullisses spartacus</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01833.html">Re: [Partido Pirata] RES: Lista- - Google</a></span> <span class="sender italic">Kurunko Jones</span></li> <li class="icons-email"><span class="subject"><a href="msg01835.html">Re: [Partido Pirata] Lista- - Google</a></span> <span class="sender italic">Radio Proletario</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01836.html">Re: [Partido Pirata] Lista- - Google</a></span> <span class="sender italic">ullisses spartacus</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01837.html">Re: [Partido Pirata] Lista- - Google</a></span> <span class="sender italic">Lucas Morais</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01838.html">Re: [Partido Pirata] Lista- - Google</a></span> <span class="sender italic">Cleber Gouvêa</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01839.html">Re: [Partido Pirata] Lista- - Goo...</a></span> <span class="sender italic">Lucas Morais</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01840.html">Re: [Partido Pirata] Lista- -...</a></span> <span class="sender italic">Cleber Gouvêa</span></li> <li><ul> <li class="icons-email"><span class="subject"><a href="msg01841.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">ullisses spartacus</span></li> <li class="icons-email tSliceCur"><span class="subject">Re: [Partido Pirata] List...</span> <span class="sender italic">Lucas Morais</span></li> <li class="icons-email"><span class="subject"><a href="msg01843.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">Cleber Gouvêa</span></li> <li class="icons-email"><span class="subject"><a href="msg01844.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">Lucas Morais</span></li> <li class="icons-email"><span class="subject"><a href="msg01845.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">Bruno Pio</span></li> <li class="icons-email"><span class="subject"><a href="msg01846.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">Radio Proletario</span></li> <li class="icons-email"><span class="subject"><a href="msg01847.html">Re: [Partido Pirata] List...</a></span> <span class="sender italic">Felipe Barros</span></li> <li class="icons-email"><span class="subject"><a href="msg01848.html">[Partido Pirata] RES: Li...</a></span> <span class="sender italic">Artur</span></li> <li class="icons-email"><span class="subject"><a href="msg01849.html">Re: [Partido Pirata] RES:...</a></span> <span class="sender italic">Lucas Morais</span></li> <li class="icons-email"><span class="subject"><a href="msg01850.html">Re: [Partido Pirata] RES:...</a></span> <span class="sender italic">Cleber Gouvêa</span></li> <li class="icons-email"><span class="subject"><a href="msg01851.html">Re: [Partido Pirata] RES:...</a></span> <span class="sender italic">ullisses spartacus</span></li> <li class="icons-email"><span class="subject"><a href="msg01862.html">Re: [Partido Pirata] RES:...</a></span> <span class="sender italic">capi etheriel</span></li> </ul> </ul> </ul> </ul> </ul> </ul> </ul> </ul> </div> <div class="overflow msgActions margintopdouble"> <div class="msgReply" > <h2> Responder a </h2> <form method="POST" action="http://www.mail-archive.com/mailto.php"> <input type="hidden" name="subject" value="Re: [Partido Pirata] Lista- - Google"> <input type="hidden" name="msgid" value="AANLkTim8wzj3aEdxYsst_BUD4U28uLHe8E1MTsqF5Rvg@mail.gmail.com"> <input type="hidden" name="relpath" value="listapirata@listas.partidopirata.org/msg01842.html"> <input type="submit" value=" Lucas Morais "> </form> </div> </div> </div> <div class="aside" role="complementary"> <div class="logo"> <a href="http://www.mail-archive.com/"><img src="../logo.png" width=247 height=88 alt="The Mail Archive"></a> </div> <form class="overflow" action="http://www.mail-archive.com/search" method="get"> <input type="hidden" name="l" value="listapirata@listas.partidopirata.org"> <label class="hidden" for="q">Search the site</label> <input class="submittext" type="text" id="q" name="q" placeholder="Pesquisar listapirata"> <input class="submitbutton" name="submit" type="image" src="../submit.png" alt="Submit"> </form> <div class="nav margintop" id="nav" role="navigation"> <ul class="icons font16"> <li class="icons-home"><a href="http://www.mail-archive.com/">In&#0237;cio do Arquivo de Correio</a></li> <li class="icons-list"><a href="index.html" title="c">listapirata - Todas as mensagens</a></li> <li class="icons-about"><a href="info.html">listapirata - Acerca da lista</a></li> <li class="icons-expand"><a href="http://www.mail-archive.com/search?l=listapirata@listas.partidopirata.org&amp;q=subject:%22Re%5C%3A+%5C%5BPartido+Pirata%5C%5D+Lista%5C-+%5C-+Google%22&amp;o=newest&amp;f=1" title="e" id="e">Expandir</a></li> <li class="icons-prev"><a href="msg01841.html" title="p">Mensagem anterior</a></li> <li class="icons-next"><a href="msg01843.html" title="n">Pr&#0243;xima mensagem</a></li> </ul> </div> <div class="listlogo margintopdouble"> <a href="msg01842.html#"><img src="logo.png" alt="listapirata"></a> </div> <div class="margintopdouble"> </div> </div> </div> <div class="footer" role="contentinfo"> <ul> <li><a href="http://www.mail-archive.com/">In&#0237;cio do Arquivo de Correio</a></li> <li><a href="http://www.mail-archive.com/faq.html#newlist">Adicione a sua lista de discuss&#0227;o</a></li> <li><a href="http://www.mail-archive.com/faq.html">Perguntas Mais Frequentes</a></li> <li><a href="http://www.mail-archive.com/faq.html#support">Apoio</a></li> <li><a href="http://www.mail-archive.com/faq.html#privacy">Privacidade</a></li> <li class="darkgray">AANLkTim8wzj3aEdxYsst_BUD4U28uLHe8E1MTsqF5Rvg@mail.gmail.com</li> </ul> </div> </body> </html>
piratas/midiateca
documentos/listapirata/listapirata@listas.partidopirata.org/msg01842.html
HTML
cc0-1.0
20,348
<html> <head> <title>3D Model: Dinosaur</title> </head> <body> <h1>3D Model: Dinosaur</h1> <hr> <!--"CONVERTED_APPLET"--> <!-- HTML CONVERTER --> <object classid = "clsid:CAFEEFAC-0016-0000-0021-ABCDEFFEDCBA" codebase = "http://java.sun.com/update/1.6.0/jinstall-6u21-windows-i586.cab#Version=6,0,210,7" WIDTH = 300 HEIGHT = 300 > <PARAM NAME = CODE VALUE = ThreeD.class > <param name = "type" value = "application/x-java-applet;jpi-version=1.6.0_21"> <param name = "scriptable" value = "false"> <PARAM NAME = model VALUE=models/dinasaur.obj> <comment> <embed type = "application/x-java-applet;jpi-version=1.6.0_21" \ CODE = ThreeD.class \ WIDTH = 300 \ HEIGHT = 300 \ model =models/dinasaur.obj scriptable = false pluginspage = "http://java.sun.com/products/plugin/index.html#download"> <noembed> alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason." Your browser is completely ignoring the &lt;APPLET&gt; tag! </noembed> </embed> </comment> </object> <!-- <APPLET CODE = ThreeD.class WIDTH = 300 HEIGHT = 300> <PARAM NAME = model VALUE=models/dinasaur.obj> alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason." Your browser is completely ignoring the &lt;APPLET&gt; tag! </APPLET> --> <!--"END_CONVERTED_APPLET"--> <hr> <a href="ThreeD.java">The source</a>. </body> </html>
XClouded/t4f-core
java/jdk/demo/plugin/applets/WireFrame/example2.html
HTML
apache-2.0
1,561
<!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_21) on Sat May 11 22:08:47 BST 2013 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class com.hp.hpl.jena.sparql.util.StringUtils (Apache Jena ARQ)</title> <meta name="date" content="2013-05-11"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.hp.hpl.jena.sparql.util.StringUtils (Apache Jena ARQ)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hp/hpl/jena/sparql/util/StringUtils.html" title="class in com.hp.hpl.jena.sparql.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/util/class-use/StringUtils.html" target="_top">Frames</a></li> <li><a href="StringUtils.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class com.hp.hpl.jena.sparql.util.StringUtils" class="title">Uses of Class<br>com.hp.hpl.jena.sparql.util.StringUtils</h2> </div> <div class="classUseContainer">No usage of com.hp.hpl.jena.sparql.util.StringUtils</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/hp/hpl/jena/sparql/util/StringUtils.html" title="class in com.hp.hpl.jena.sparql.util">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/hp/hpl/jena/sparql/util/class-use/StringUtils.html" target="_top">Frames</a></li> <li><a href="StringUtils.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>Licenced under the Apache License, Version 2.0</small></p> </body> </html>
chinhnc/floodlight
lib/apache-jena-2.10.1/javadoc-arq/com/hp/hpl/jena/sparql/util/class-use/StringUtils.html
HTML
apache-2.0
4,436
<!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 Mon Jun 24 22:25:09 UTC 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient.createTable_call (HBase 0.94.9 API) </TITLE> <META NAME="date" CONTENT="2013-06-24"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient.createTable_call (HBase 0.94.9 API)"; } } </SCRIPT> <NOSCRIPT> </NOSCRIPT> </HEAD> <BODY BGCOLOR="white" onload="windowTitle();"> <HR> <!-- ========= START OF TOP NAVBAR ======= --> <A NAME="navbar_top"><!-- --></A> <A HREF="#skip-navbar_top" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/thrift/generated//class-useHbase.AsyncClient.createTable_call.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Hbase.AsyncClient.createTable_call.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Class<br>org.apache.hadoop.hbase.thrift.generated.Hbase.AsyncClient.createTable_call</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.apache.hadoop.hbase.thrift.generated"><B>org.apache.hadoop.hbase.thrift.generated</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.apache.hadoop.hbase.thrift.generated"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A> in <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/package-summary.html">org.apache.hadoop.hbase.thrift.generated</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">Method parameters in <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/package-summary.html">org.apache.hadoop.hbase.thrift.generated</A> with type arguments of type <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</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>Hbase.AsyncIface.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncIface.html#createTable(java.nio.ByteBuffer, java.util.List, org.apache.thrift.async.AsyncMethodCallback)">createTable</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&nbsp;tableName, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/ColumnDescriptor.html" title="class in org.apache.hadoop.hbase.thrift.generated">ColumnDescriptor</A>&gt;&nbsp;columnFamilies, org.apache.thrift.async.AsyncMethodCallback&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A>&gt;&nbsp;resultHandler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>Hbase.AsyncClient.</B><B><A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.html#createTable(java.nio.ByteBuffer, java.util.List, org.apache.thrift.async.AsyncMethodCallback)">createTable</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&nbsp;tableName, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/ColumnDescriptor.html" title="class in org.apache.hadoop.hbase.thrift.generated">ColumnDescriptor</A>&gt;&nbsp;columnFamilies, org.apache.thrift.async.AsyncMethodCallback&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A>&gt;&nbsp;resultHandler)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructor parameters in <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/package-summary.html">org.apache.hadoop.hbase.thrift.generated</A> with type arguments of type <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html#Hbase.AsyncClient.createTable_call(java.nio.ByteBuffer, java.util.List, org.apache.thrift.async.AsyncMethodCallback, org.apache.thrift.async.TAsyncClient, org.apache.thrift.protocol.TProtocolFactory, org.apache.thrift.transport.TNonblockingTransport)">Hbase.AsyncClient.createTable_call</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio">ByteBuffer</A>&nbsp;tableName, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/ColumnDescriptor.html" title="class in org.apache.hadoop.hbase.thrift.generated">ColumnDescriptor</A>&gt;&nbsp;columnFamilies, org.apache.thrift.async.AsyncMethodCallback&lt;<A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated">Hbase.AsyncClient.createTable_call</A>&gt;&nbsp;resultHandler, org.apache.thrift.async.TAsyncClient&nbsp;client, org.apache.thrift.protocol.TProtocolFactory&nbsp;protocolFactory, org.apache.thrift.transport.TNonblockingTransport&nbsp;transport)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../org/apache/hadoop/hbase/thrift/generated/Hbase.AsyncClient.createTable_call.html" title="class in org.apache.hadoop.hbase.thrift.generated"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../../index.html?org/apache/hadoop/hbase/thrift/generated//class-useHbase.AsyncClient.createTable_call.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Hbase.AsyncClient.createTable_call.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; 2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved. </BODY> </HTML>
zqxjjj/NobidaBase
docs/apidocs/org/apache/hadoop/hbase/thrift/generated/class-use/Hbase.AsyncClient.createTable_call.html
HTML
apache-2.0
13,171
<html dir="LTR"> <head> <meta http-equiv="Content-Type" content="text/html; charset=Windows-1252" /> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" /> <title>NetSendAppender.Append Method (LoggingEvent)</title> <xml> </xml> <link rel="stylesheet" type="text/css" href="MSDN.css" /> </head> <body id="bodyID" class="dtBODY"> <div id="nsbanner"> <div id="bannerrow1"> <table class="bannerparthead" cellspacing="0"> <tr id="hdr"> <td class="runninghead">Apache log4net™ SDK Documentation - Microsoft .NET Framework 4.0</td> <td class="product"> </td> </tr> </table> </div> <div id="TitleRow"> <h1 class="dtH1">NetSendAppender.Append Method (LoggingEvent)</h1> </div> </div> <div id="nstext"> <p> This method is called by the <b>DoAppend</b> method. </p> <div class="syntax"> <span class="lang">[Visual Basic]</span> <br />Overrides Overloads Protected Sub Append( _<br />   ByVal <i>loggingEvent</i> As <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a> _<br />)</div> <div class="syntax"> <span class="lang">[C#]</span> <br />protected override <a href="ms-help://MS.NETFrameworkSDKv1.1/cpref/html/frlrfSystemVoidClassTopic.htm">void</a> Append(<br />   <a href="log4net.Core.LoggingEvent.html">LoggingEvent</a> <i>loggingEvent</i><br />);</div> <h4 class="dtH4">Parameters</h4> <dl> <dt> <i>loggingEvent</i> </dt> <dd>The event to log.</dd> </dl> <h4 class="dtH4">Remarks</h4> <p> Sends the event using a network message. </p> <h4 class="dtH4">See Also</h4><p><a href="log4net.Appender.NetSendAppender.html">NetSendAppender Class</a> | <a href="log4net.Appender.html">log4net.Appender Namespace</a> | <a href="log4net.Appender.NetSendAppender.Append_overloads.html">NetSendAppender.Append Overload List</a></p><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e" viewastext="true" style="display: none;"><param name="Keyword" value="Append method"></param><param name="Keyword" value="Append method, NetSendAppender class"></param><param name="Keyword" value="NetSendAppender.Append method"></param></object><hr /><div id="footer"><a href='http://logging.apache.org/log4net/'>Copyright 2004-2013 The Apache Software Foundation.</a><br></br>Apache log4net, Apache and log4net are trademarks of The Apache Software Foundation.</div></div> </body> </html>
gersonkurz/manualisator
manualisator/log4net-1.2.13/doc/release/sdk/log4net.Appender.NetSendAppender.Append_overload_1.html
HTML
apache-2.0
2,658
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_67) on Wed Oct 08 15:57:22 PDT 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos (HBase 0.98.7-hadoop2 API)</title> <meta name="date" content="2014-10-08"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos (HBase 0.98.7-hadoop2 API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/RPCProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/RPCProtos.html" target="_top">Frames</a></li> <li><a href="RPCProtos.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.hadoop.hbase.protobuf.generated.RPCProtos" class="title">Uses of Class<br>org.apache.hadoop.hbase.protobuf.generated.RPCProtos</h2> </div> <div class="classUseContainer">No usage of org.apache.hadoop.hbase.protobuf.generated.RPCProtos</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/apache/hadoop/hbase/protobuf/generated/RPCProtos.html" title="class in org.apache.hadoop.hbase.protobuf.generated">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/apache/hadoop/hbase/protobuf/generated/class-use/RPCProtos.html" target="_top">Frames</a></li> <li><a href="RPCProtos.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> </body> </html>
gsoundar/mambo-ec2-deploy
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/protobuf/generated/class-use/RPCProtos.html
HTML
apache-2.0
4,662
<!doctype html> <html lang="en"> <head> <title>Code coverage report for lib/engines/couch-csv.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">lib/engines/couch-csv.js</span></h1> <h2> Statements: <span class="metric">100% <small>(5 / 5)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Branches: <span class="metric">50% <small>(1 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Functions: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp; Lines: <span class="metric">100% <small>(5 / 5)</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">lib/engines/</a> &#187; couch-csv.js</div> </div> <div class="body"> <pre><table class="coverage"> <tr><td class="line-count">1 2 3 4 5 6 7 8 9 10 11 12 13 14</td><td class="line-coverage"><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-yes">1</span> <span class="cline-any cline-yes">1</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-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></td><td class="text"><pre class="prettyprint lang-js">'use strict'; var Promise = global.Promise || <span class="branch-1 cbranch-no" title="branch not covered" >require('es6-promise');</span> // jshint ignore:line &nbsp; function parse(data) { return new Promise(function (resolve) { resolve(data.rows); }); } &nbsp; module.exports = { parse: parse, name: 'couch-csv', version: '1.0.0', // via package.json#version one day? };</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 Wed Jun 17 2015 16:34:49 GMT+0100 (BST)</div> </div> <script src="../../prettify.js"></script> <script> window.onload = function () { if (typeof prettyPrint === 'function') { prettyPrint(); } }; </script> <script src="../../sorter.js"></script> </body> </html>
eHealthAfrica/universal-exporter
coverage/lcov-report/lib/engines/couch-csv.js.html
HTML
apache-2.0
2,903
<!doctype html> <html> <head> <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, maximum-scale=1"> <title>Etude - 04-05-2014</title> <link href='http://fonts.googleapis.com/css?family=Playfair+Display+SC:400,400italic,700,700italic|Oswald:400,300' rel='stylesheet' type='text/css'> <link rel="stylesheet" href="../css/vendor/normalize.css"> <link href='../css/global.css' rel='stylesheet' type='text/css'> <style type="text/css"> * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .25s ease-in-out; -moz-transition: all .25s ease-in-out; -ms-transition: all .25s ease-in-out; -o-transition: all .25s ease-in-out; transition: all .25s ease-in-out; cursor: url(cursor.png), auto; } a:hover, :active { cursor: url(cursor-hover.png), auto; } body { text-align: center; font-size: 20px; font-family: 'Playfair Display SC', serif; padding: 0; margin: 0; overflow-x: hidden; color: #d2e3ce; background: #768074 url(overlay-grunge.png) no-repeat 0 0; font-weight: normal; background-size: cover; } a { text-decoration: none; } @-webkit-keyframes glitcher { 0% { opacity: 0; } 25% { opacity: 0.4; margin-left: 5px; border-color: white; } 50% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes glitcher { 0% { opacity: 0; } 25% { opacity: 0.4; margin-left: 5px; border-color: white; } 50% { opacity: 0; } 100% { opacity: 1; } } @-ms-keyframes glitcher { 0% { opacity: 0; } 25% { opacity: 0.4; margin-left: 5px; border-color: white; } 50% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes glitcher { 0% { opacity: 0; } 25% { opacity: 0.4; margin-left: 5px; border-color: white; } 50% { opacity: 0; } 100% { opacity: 1; } } @keyframes glitcher { 0% { opacity: 0; } 25% { opacity: 0.4; margin-left: 5px; border-color: white; } 50% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes blurry { 0% { -webkit-filter: blur(10px); } 100% { background-color: #585f57; -webkit-filter: blur(40px); } } @-moz-keyframes blurry { 0% { -webkit-filter: blur(10px); } 100% { background-color: #585f57; -webkit-filter: blur(40px); } } @-ms-keyframes blurry { 0% { -webkit-filter: blur(10px); } 100% { background-color: #585f57; -webkit-filter: blur(40px); } } @-o-keyframes blurry { 0% { -webkit-filter: blur(10px); } 100% { background-color: #585f57; -webkit-filter: blur(40px); } } @keyframes blurry { 0% { -webkit-filter: blur(10px); } 100% { background-color: #585f57; -webkit-filter: blur(40px); } } @-webkit-keyframes tiltYSteep { 0% { -webkit-transform: rotateX(40deg) translateY(10%) rotate(5deg); -moz-transform: rotateX(40deg) translateY(10%) rotate(5deg); -ms-transform: rotateX(40deg) translateY(10%) rotate(5deg); -o-transform: rotateX(40deg) translateY(10%) rotate(5deg); transform: rotateX(40deg) translateY(10%) rotate(5deg); } } @-moz-keyframes tiltYSteep { 0% { -webkit-transform: rotateX(5deg) translateY(4%); -moz-transform: rotateX(5deg) translateY(4%); -ms-transform: rotateX(5deg) translateY(4%); -o-transform: rotateX(5deg) translateY(4%); transform: rotateX(5deg) translateY(4%); } } @keyframes tiltYSteep { 0% { -webkit-transform: rotateX(5deg) translateY(4%); -moz-transform: rotateX(5deg) translateY(4%); -ms-transform: rotateX(5deg) translateY(4%); -o-transform: rotateX(5deg) translateY(4%); transform: rotateX(5deg) translateY(4%); } } @-webkit-keyframes tiltY { 0% { -webkit-transform: rotateX(5deg) translateY(4%); -moz-transform: rotateX(5deg) translateY(4%); -ms-transform: rotateX(5deg) translateY(4%); -o-transform: rotateX(5deg) translateY(4%); transform: rotateX(5deg) translateY(4%); } } @-moz-keyframes tiltY { 0% { -webkit-transform: rotateX(5deg) translateY(4%); -moz-transform: rotateX(5deg) translateY(4%); -ms-transform: rotateX(5deg) translateY(4%); -o-transform: rotateX(5deg) translateY(4%); transform: rotateX(5deg) translateY(4%); } } @keyframes tiltY { 0% { -webkit-transform: rotateX(5deg) translateY(4%); -moz-transform: rotateX(5deg) translateY(4%); -ms-transform: rotateX(5deg) translateY(4%); -o-transform: rotateX(5deg) translateY(4%); transform: rotateX(5deg) translateY(4%); } } nav ul { margin: 0; padding: 12px; background-color: #111; position: absolute; bottom: 100px; width: 105%; left: 0; z-index: 2; -webkit-transform: rotate(4deg) perspective(100px); -moz-transform: rotate(4deg) perspective(100px); -ms-transform: rotate(4deg) perspective(100px); -o-transform: rotate(4deg) perspective(100px); transform: rotate(4deg) perspective(100px); } nav ul:hover { -webkit-transform: rotate(1deg); -moz-transform: rotate(1deg); -ms-transform: rotate(1deg); -o-transform: rotate(1deg); transform: rotate(1deg); } nav li { margin: 0 4px; display: inline-block; list-style: none; } nav li a { text-decoration: none; display: inline-block; padding: 12px 14px; color: #d2e3ce; } nav li a:hover { -webkit-transform: scale(1.2) translateX(10%) translateY(5%); -moz-transform: scale(1.2) translateX(10%) translateY(5%); -ms-transform: scale(1.2) translateX(10%) translateY(5%); -o-transform: scale(1.2) translateX(10%) translateY(5%); transform: scale(1.2) translateX(10%) translateY(5%); background-color: #d2e3ce; color: #111; } p { color: #d2e3ce; } p, .main-menu-nav { font-family: 'Oswald', sans-serif; } #main-nav { z-index: 999; } iframe { position: fixed; z-index: 1; width: 100%; height: 100%; left: 0; top: 0; opacity: 0.5; } iframe:hover { pointer-events: none; } .animated { -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 2s; animation-duration: 2s; -webkit-animation-direction: alternate; animation-timing-function: linear; animation-iteration-count: infinite; animation-direction: alternate; -webkit-animation-name: tiltZ; animation-name: tiltZ; } #shards { -webkit-perspective: 600px; -moz-perspective: 600px; -o-perspective: 600px; perspective: 600px; } .shard { background-color: #111; padding: 20px; width: 400px; -webkit-animation-name: tiltYSteep; animation-name: tiltYSteep; position: absolute; z-index: 30; top: 10px; } .shard:nth-of-type(1) { top: 400px; right: -50px; width: 600px; padding: 14px; opacity: 0.4; -webkit-filter: blur(10px); -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg); background-color: #c2d2bf; -ms-transform: rotate(014deg); -o-transform: rotate(14deg); transform: rotate(14deg); } .shard:nth-of-type(2) { top: 500px; left: -30px; width: 300px; padding: 10px; } .shard:nth-of-type(3) { right: -10px; width: 300px; bottom: 0; -webkit-filter: blur(3px); -webkit-transform: rotate(-10deg); -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -o-transform: rotate(-10deg); transform: rotate(-10deg); top: 300px; } .shard:nth-of-type(4) { left: -20px; top: 10px; } .main-menu-nav { text-align: left; display: block; background-color: rgba(0, 0, 0, 0.3); margin: 10px 0; color: #d2e3ce; padding: 8px; } h2 { background-color: #111; padding: 20px; } #heading-bg, h1 { left: 50%; margin-left: -50%; top: 200px; -webkit-transform: rotate(-6deg); -moz-transform: rotate(-6deg); -ms-transform: rotate(-6deg); -o-transform: rotate(-6deg); transform: rotate(-6deg); display: block; position: absolute; width: 100%; z-index: 999; height: auto; } #heading-bg { -webkit-animation-name: blurry; animation-name: blurry; background-color: rgba(0, 0, 0, 0.9); height: 300px; z-index: 1; } h1 { width: 90%; margin-left: -45%; font-size: 120px; color: #dff2dc; text-shadow: 0 2px 2px black; border: 4px dotted rgba(223, 242, 220, 0.4); font-weight: normal; border-right: none; border-left: none; } .main-menu-nav:hover { background-color: #d2e3ce; color: #111; } #main-menu { display: none; left: -100%; position: absolute; width: 80%; z-index: 99; top: 80px; margin-left: -40%; -webkit-perspective: 600px; -moz-perspective: 600px; -o-perspective: 600px; perspective: 600px; -webkit-transform: rotate(-4deg); -moz-transform: rotate(-4deg); -ms-transform: rotate(-4deg); -o-transform: rotate(-4deg); transform: rotate(-4deg); } #main-menu-inner { padding: 40px 20px; min-height: 500px; width: 100%; background-color: rgba(0, 0, 0, 0.1); -webkit-animation-name: tiltY; animation-name: tiltY; } input[type="range"] { border-radius: 0 100%; padding: 4px; margin-left: 20px; } .glitcher { -webkit-animation-name: glitcher; animation-name: glitcher; -webkit-animation-duration: 0.5s; animation-duration: 0.5s; position: fixed; border-left:1px solid black; border-right: 1px dotted rgba(0, 0, 0, 0.2); height: 700px; width: 4px; z-index: 80; left: 100px; } .glitcher:nth-of-type(1) { height: 500px; border-width: 3px; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-transform: rotate(10deg); -moz-transform: rotate(10deg); -ms-transform: rotate(10deg); -o-transform: rotate(10deg); transform: rotate(10deg); } .glitcher:nth-of-type(2) { height: 200px; left: 500px; -webkit-transform: rotate(18deg); -moz-transform: rotate(18deg); -ms-transform: rotate(18deg); -o-transform: rotate(18deg); transform: rotate(18deg); } .glitcher:nth-of-type(3) { right: 100px; height: 200px; top: 80px; -webkit-animation-duration: 0.2s; animation-duration: 0.2s; } .glitcher:nth-of-type(4) { height: 200px; bottom: -100px; left: 50%; top: auto; -webkit-animation-duration: 2s; animation-duration: 2s; } .glitcher:nth-of-type(5) { height: 350px; top: 400px; right: 400px; left: auto; -webkit-animation-duration: 0.8s; animation-duration: 0.8s; } .glitcher:nth-of-type(6) { height: 800px; top: 0; right: 100px; left: auto; -webkit-transform: rotate(24deg); -moz-transform: rotate(24deg); -ms-transform: rotate(24deg); -o-transform: rotate(24deg); transform: rotate(24deg); -webkit-animation-duration: 0.7s; animation-duration: 0.7s; } .subdued { text-shadow: 0 1px 2px black; } @media handheld, screen and (max-width: 800px) { h1 { font-size: 80px; } #heading-bg { width: 100%; height: 100px; } .subdued { font-size: 11px; } } @media handheld, screen and (max-width: 500px) { h1 { font-size: 40px; } nav li, nav li a { display: block; width: 100% } } </style> </head> <body> <h1 class="animated">[ CSSIFIED ]</h1> <section id="main-menu"> <div id="main-menu-inner" class="animated"> <h2>Pretend menu options...</h2> <a href="#" class="main-menu-nav">A control option... <input type="range" min="0" max="100"> </a> <a href="#" class="main-menu-nav">A control option... <input type="range" min="0" max="100"> </a> <a href="#" class="main-menu-nav">A control option... <input type="range" min="0" max="100"> </a> <a href="#" class="main-menu-nav">A control option... <input type="range" min="0" max="100"> </a> <a href="#" class="main-menu-nav">A control option... <input type="range" min="0" max="100"> </a> </div> </section> <nav id="main-nav"> <ul> <li> <a href="#">Continue</a> </li> <li> <a href="#" class="unique" id="newgame">New Game</a> </li> <li> <a href="#">Missions</a> </li> <li> <a href="#">Load</a> </li> <li> <a href="#">Options</a> </li> <li> <a href="#" class="unique" id="quit">Quit Game</a> </li> </ul> </nav> <p class="subdued credits centered">A fake (approximated) implementation of the Dishonored in-game menu.</p> <div class="animated" id="heading-bg"></div> <div id="glitchers"> <div class="animated glitcher"></div> <div class="animated glitcher"></div> <div class="animated glitcher"></div> <div class="animated glitcher"></div> <div class="animated glitcher"></div> <div class="animated glitcher"></div> </div> <div id="shards"> <div class="shard animated"></div> <div class="shard animated"></div> <div class="shard animated"></div> <div class="shard animated"></div> </div> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="../js/utils.js"></script> <script src="menu.js"></script> </body> </html>
christabor/etude
04-05-2014/index.html
HTML
apache-2.0
16,324
<HTML> <HEAD> <meta charset="UTF-8"> <title>GetCurrentNetworkCallbacks - wisefy</title> <link rel="stylesheet" href="../../../style.css"> </HEAD> <BODY> <a href="../../index.html">wisefy</a>&nbsp;/&nbsp;<a href="../index.html">com.isupatches.wisefy.callbacks</a>&nbsp;/&nbsp;<a href="./index.html">GetCurrentNetworkCallbacks</a><br/> <br/> <h1>GetCurrentNetworkCallbacks</h1> <code><span class="keyword">interface </span><span class="identifier">GetCurrentNetworkCallbacks</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../-base-callback/index.html"><span class="identifier">BaseCallback</span></a></code> <p>Callbacks for retrieving a device's current network.</p> <p><strong>See Also</strong><br/> <p><a href="../-base-callback/index.html">BaseCallback</a></p> <p><a href="../../com.isupatches.wisefy/-wise-fy/get-current-network.html">com.isupatches.wisefy.WiseFy.getCurrentNetwork</a></p> </p> <p><strong>Author</strong><br/> Patches</p> <p><strong>Since</strong><br/> 3.0</p> <h3>Functions</h3> <table> <tbody> <tr> <td> <p><a href="no-current-network.html">noCurrentNetwork</a></p> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">noCurrentNetwork</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> <p>Called when the Android OS returns no current network.</p> </td> </tr> <tr> <td> <p><a href="retrieved-current-network.html">retrievedCurrentNetwork</a></p> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">retrievedCurrentNetwork</span><span class="symbol">(</span><span class="identifier" id="com.isupatches.wisefy.callbacks.GetCurrentNetworkCallbacks$retrievedCurrentNetwork(android.net.wifi.WifiInfo)/currentNetwork">currentNetwork</span><span class="symbol">:</span>&nbsp;<a href="https://developer.android.com/reference/android/net/wifi/WifiInfo.html"><span class="identifier">WifiInfo</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> <p>Called when WiseFy has successfully retrieved the device's current network.</p> </td> </tr> </tbody> </table> <h3>Inherited Functions</h3> <table> <tbody> <tr> <td> <p><a href="../-base-callback/wisefy-failure.html">wisefyFailure</a></p> </td> <td> <code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">wisefyFailure</span><span class="symbol">(</span><span class="identifier" id="com.isupatches.wisefy.callbacks.BaseCallback$wisefyFailure(kotlin.Int)/wisefyFailureCode">wisefyFailureCode</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code> <p>Called when <a href="#">com.isupatches.wisefy.WiseFyPrechecks</a> determines that there is an issue and an operation cannot be completed.</p> </td> </tr> </tbody> </table> </BODY> </HTML>
isuPatches/WiseFy
javadoc/wisefy/com.isupatches.wisefy.callbacks/-get-current-network-callbacks/index.html
HTML
apache-2.0
3,377
<!DOCTYPE html> <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"> <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags --> <title>Bootstrap Template</title> <link href="../../css/bootstrap.min.css" rel="stylesheet"> </head> <body> <div style="padding: 100px 100px 10px;"> <form class="bs-example bs-example-form" role="form"> <div class="row"> <div class="col-lg-6"> <div class="input-group"> <div class="input-group-btn"> <button type="button" class="btn btn-default" tabindex="-1"> 下拉菜单 </button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1"> <span class="caret"></span> <span class="sr-only">切换下拉菜单</span> </button> <ul class="dropdown-menu"> <li><a href="#">功能</a></li> <li><a href="#">另一个功能</a></li> <li><a href="#">其他</a></li> <li class="divider"></li> <li><a href="#">分离的链接</a></li> </ul> </div><!-- /btn-group --> <input type="text" class="form-control"> </div><!-- /input-group --> </div><!-- /.col-lg-6 --> <div class="col-lg-6"> <div class="input-group"> <input type="text" class="form-control"> <div class="input-group-btn"> <button type="button" class="btn btn-default" tabindex="-1"> 下拉菜单 </button> <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown" tabindex="-1"> <span class="caret"></span> <span class="sr-only">切换下拉菜单</span> </button> <ul class="dropdown-menu pull-right"> <li><a href="#">功能</a></li> <li><a href="#">另一个功能</a></li> <li><a href="#">其他</a></li> <li class="divider"></li> <li><a href="#">分离的链接</a></li> </ul> </div><!-- /btn-group --> </div><!-- /input-group --> </div><!-- /.col-lg-6 --> </div><!-- /.row --> </form> </div> <script src="../../js/jquery.min.js"></script> <script src="../../js/bootstrap.min.js"></script> </body> </html>
ijlhjj/webclient
Bootstrap3/表单/输入框/输入框组中分割的下拉菜单按钮.html
HTML
apache-2.0
3,238
<!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_51) on Wed Jul 09 15:05:44 CEST 2014 --> <title>EventDispatcherFactory</title> <meta name="date" content="2014-07-09"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="EventDispatcherFactory"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../at/irian/ankor/event/dispatch/EventDispatcher.html" title="interface in at.irian.ankor.event.dispatch"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../at/irian/ankor/event/dispatch/JavaFxEventDispatcher.html" title="class in at.irian.ankor.event.dispatch"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?at/irian/ankor/event/dispatch/EventDispatcherFactory.html" target="_top">Frames</a></li> <li><a href="EventDispatcherFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">at.irian.ankor.event.dispatch</div> <h2 title="Interface EventDispatcherFactory" class="title">Interface EventDispatcherFactory</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../../at/irian/ankor/event/dispatch/AkkaConsistentHashingEventDispatcherFactory.html" title="class in at.irian.ankor.event.dispatch">AkkaConsistentHashingEventDispatcherFactory</a>, <a href="../../../../../at/irian/ankor/event/dispatch/AkkaSessionBoundEventDispatcherFactory.html" title="class in at.irian.ankor.event.dispatch">AkkaSessionBoundEventDispatcherFactory</a>, <a href="../../../../../at/irian/ankor/event/dispatch/JavaFxEventDispatcherFactory.html" title="class in at.irian.ankor.event.dispatch">JavaFxEventDispatcherFactory</a>, <a href="../../../../../at/irian/ankor/event/dispatch/SynchronizedSimpleEventDispatcherFactory.html" title="class in at.irian.ankor.event.dispatch">SynchronizedSimpleEventDispatcherFactory</a></dd> </dl> <hr> <br> <pre>public interface <span class="strong">EventDispatcherFactory</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method_summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../at/irian/ankor/event/dispatch/EventDispatcher.html" title="interface in at.irian.ankor.event.dispatch">EventDispatcher</a></code></td> <td class="colLast"><code><strong><a href="../../../../../at/irian/ankor/event/dispatch/EventDispatcherFactory.html#createFor(at.irian.ankor.session.ModelSession)">createFor</a></strong>(<a href="../../../../../at/irian/ankor/session/ModelSession.html" title="interface in at.irian.ankor.session">ModelSession</a>&nbsp;modelSession)</code>&nbsp;</td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="createFor(at.irian.ankor.session.ModelSession)"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>createFor</h4> <pre><a href="../../../../../at/irian/ankor/event/dispatch/EventDispatcher.html" title="interface in at.irian.ankor.event.dispatch">EventDispatcher</a>&nbsp;createFor(<a href="../../../../../at/irian/ankor/session/ModelSession.html" title="interface in at.irian.ankor.session">ModelSession</a>&nbsp;modelSession)</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="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../at/irian/ankor/event/dispatch/EventDispatcher.html" title="interface in at.irian.ankor.event.dispatch"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../../at/irian/ankor/event/dispatch/JavaFxEventDispatcher.html" title="class in at.irian.ankor.event.dispatch"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?at/irian/ankor/event/dispatch/EventDispatcherFactory.html" target="_top">Frames</a></li> <li><a href="EventDispatcherFactory.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
ankor-io/ankor-framework
website/ankorsite/static/javadoc/apidocs-0.3/at/irian/ankor/event/dispatch/EventDispatcherFactory.html
HTML
apache-2.0
8,191
<% layout("/layouts/private.html"){ %> <header class="header navbar bg-white shadow"> <div class="btn-group tool-button"> <a class="btn btn-primary navbar-btn" href="${base}/private/sys/api/add" data-toggle="modal" data-target="#dialogDetail"><i class="ti-plus"></i> 添加应用</a> </div> </header> <div class=panel-body style="padding-top: 50px;"> <div class="table-responsive no-border"> <input id="unitid" type="hidden"> <table class="table table-bordered table-striped mg-t datatable"> <thead> <tr> <th>App名称</th> <th>AppId</th> <th>AppSecret</th> <th>操作</th> </table> </div> </div> <div id="dialogDelete" class="modal fade bs-modal-sm" tabindex="-2" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">删除</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-xs-12"> 删除后无法恢复,确定删除吗? <br/> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">取 消</button> <button id="ok" type="button" class="btn btn-primary" data-loading-text="正在删除...">确 定</button> </div> </div> </div> </div> <div id="dialogReset" class="modal fade bs-modal-sm" tabindex="-2" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> <h4 class="modal-title">重置</h4> </div> <div class="modal-body"> <div class="row"> <div class="col-xs-12"> 重置后原有appSecret将失效,确定重置吗? <br/> </div> </div> </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">取 消</button> <button id="okReset" type="button" class="btn btn-primary" data-loading-text="正在重置...">确 定</button> </div> </div> </div> </div> <div id="dialogDetail" class="modal fade bs-modal" tabindex="-3" role="dialog" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> </div> </div> </div> <script language="JavaScript"> var datatable; function initDatatable() { datatable = $('.datatable').DataTable({ "dom": '<"toolbar">frtip', "searching": false, "processing": false, "serverSide": true, "select": true, "ordering": true, "language": { "url": "${base}/assets/plugins/datatables/cn.json" }, "preDrawCallback": function () { sublime.showLoadingbar($(".main-content")); }, "drawCallback": function () { sublime.closeLoadingbar($(".main-content")); }, "ajax": { "url": "${base}/private/sys/api/data", "type": "post", "data": function (d) { } }, "order": [[0, "asc"]], "columns": [ {"data": "appName", "bSortable": true}, {"data": "appId", "bSortable": true}, {"data": "appSecret", "bSortable": true} ], "columnDefs": [ { "render": function (data, type, row) { return '<div class="btn-group"><button type="button" class="btn btn-default btn-xs dropdown-toggle" data-toggle="dropdown">' + ' <i class="ti-settings"></i> <span class="ti-angle-down"></span></button><ul class="dropdown-menu" role="menu">' + '<li><a href="javascript:;" onclick="resetIt(\'' + row.id + '\')">重置</a></li>' + '<li><a href="javascript:;" onclick="del(\'' + row.id + '\')">删除</a></li>' + '</ul></div>'; }, "targets": 3 } ] }); datatable.on('click', 'tr', function () { $(this).toggleClass('selected'); }); $("#searchBtn").on('click', function () { datatable.ajax.reload(); }); } function resetIt(id) { var dialog = $("#dialogReset"); dialog.modal("show"); dialog.find("#okReset").unbind("click"); dialog.find("#okReset").bind("click", function (event) { var btn = $(this); btn.button("loading"); $.post("${base}/private/sys/api/reset/" + id, {}, function (data) { if (data.code == 0) { datatable.ajax.reload(null, false); } else { Toast.error(data.msg); } //重置按钮状态,关闭提示框 btn.button("reset"); dialog.modal("hide"); }, "json"); }); } function del(id) { var dialog = $("#dialogDelete"); dialog.modal("show"); dialog.find("#ok").unbind("click"); dialog.find("#ok").bind("click", function (event) { var btn = $(this); btn.button("loading"); $.post("${base}/private/sys/api/delete/" + id, {}, function (data) { if (data.code == 0) { datatable.ajax.reload(null, false); } else { Toast.error(data.msg); } //重置按钮状态,关闭提示框 btn.button("reset"); dialog.modal("hide"); }, "json"); }); } $(function () { initDatatable(); }); </script> <%}%>
Wizzercn/NutzWeShop
src/main/webapp/WEB-INF/views/private/sys/api/index.html
HTML
apache-2.0
6,583
{% extends 'admin/base.html' %} {% from '_helpers.html' import render_pagination %} {% block management %} <div class="col-sm-9 col-sm-offset-3 col-md-10 col-md-offset-2"> <h1 class="page-header">用户</h1> <a class="btn btn-primary" href={{ url_for('register') }}>新建</a> <div class="table-responsive"> <table class="table"> <thead> <tr> <th>#</th> <th>username</th> <th>email</th> <th>date_joined</th> <th>nick</th> <th>more</th> <th>操作</th> </tr> </thead> {% for user in pagination.items %} <tr> <th>{{ user.id }}</th> <th>{{ user.username }}</th> <th>{{ user.email }}</th> <th>{{ user.date_joined }}</th> <th>{{ user.nick }}</th> <th><a class="btn btn-primary" href={{ url_for('admin.user_detail',user_id=user.id) }}>more</a></th> <th><a class="btn btn-warning" href={{ url_for('admin.edit_user',user_id=user.id) }}>编辑</a> <a class="btn btn-danger" href='#' }}>封禁</a></th> </tr> {% endfor %} </table> {{ render_pagination(pagination,'admin.show_users') }} </div> </div> {% endblock %}
Aaron1992/shiguang
app/templates/admin/users.html
HTML
apache-2.0
1,345
<!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 --> <title>PrintRow (AEVI Android Print API)</title> <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="PrintRow (AEVI Android Print API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/aevi/print/model/PrintPayload.html" title="class in com.aevi.print.model"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/aevi/print/model/TextRow.html" title="class in com.aevi.print.model"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/aevi/print/model/PrintRow.html" target="_top">Frames</a></li> <li><a href="PrintRow.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.aevi.print.model</div> <h2 title="Interface PrintRow" class="title">Interface PrintRow</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Superinterfaces:</dt> <dd>com.aevi.util.json.Jsonable</dd> </dl> <dl> <dt>All Known Implementing Classes:</dt> <dd><a href="../../../../com/aevi/print/model/ImageRow.html" title="class in com.aevi.print.model">ImageRow</a>, <a href="../../../../com/aevi/print/model/TextRow.html" title="class in com.aevi.print.model">TextRow</a></dd> </dl> <hr> <br> <pre>public interface <span class="typeNameLabel">PrintRow</span> extends com.aevi.util.json.Jsonable</pre> <div class="block">Base interface for data rows included in a <a href="../../../../com/aevi/print/model/PrintPayload.html" title="class in com.aevi.print.model"><code>PrintPayload</code></a></div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.com.aevi.util.json.Jsonable"> <!-- --> </a> <h3>Methods inherited from interface&nbsp;com.aevi.util.json.Jsonable</h3> <code>toJson</code></li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-all.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../com/aevi/print/model/PrintPayload.html" title="class in com.aevi.print.model"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../com/aevi/print/model/TextRow.html" title="class in com.aevi.print.model"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?com/aevi/print/model/PrintRow.html" target="_top">Frames</a></li> <li><a href="PrintRow.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li>Method</li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
Aevi-UK/android-pos-print-api
javadocs/print-api/com/aevi/print/model/PrintRow.html
HTML
apache-2.0
6,345
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>BadgerDB: Class Members - Related Functions</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="search/searchdata.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { init_search(); }); </script> <link href="doxygen.css" rel="stylesheet" type="text/css" /> </head> <body> <div id="top"><!-- do not remove this div, it is closed by doxygen! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td id="projectalign" style="padding-left: 0.5em;"> <div id="projectname">BadgerDB </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.11 --> <script type="text/javascript"> var searchBox = new SearchBox("searchBox", "search",false,'Search'); </script> <div id="navrow1" class="tabs"> <ul class="tablist"> <li><a href="index.html"><span>Main&#160;Page</span></a></li> <li><a href="namespaces.html"><span>Namespaces</span></a></li> <li class="current"><a href="annotated.html"><span>Classes</span></a></li> <li><a href="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="annotated.html"><span>Class&#160;List</span></a></li> <li><a href="classes.html"><span>Class&#160;Index</span></a></li> <li><a href="hierarchy.html"><span>Class&#160;Hierarchy</span></a></li> <li class="current"><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <div id="navrow3" class="tabs2"> <ul class="tablist"> <li><a href="functions.html"><span>All</span></a></li> <li><a href="functions_func.html"><span>Functions</span></a></li> <li><a href="functions_vars.html"><span>Variables</span></a></li> <li class="current"><a href="functions_rela.html"><span>Related&#160;Functions</span></a></li> </ul> </div> </div><!-- top --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div class="contents"> &#160;<ul> <li>operator&lt;&lt; : <a class="el" href="classbadgerdb_1_1_badger_db_exception.html#a06e373696437ef57bd3cf12041e0a420">badgerdb::BadgerDbException</a> </li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.11 </small></address> </body> </html>
CharlesConley/DBProject3
docs/functions_rela.html
HTML
apache-2.0
4,329
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_51) on Tue Aug 27 20:57:08 WEST 2013 --> <TITLE> net.floodlightcontroller.devicemanager.test </TITLE> <META NAME="date" CONTENT="2013-08-27"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <FONT size="+1" CLASS="FrameTitleFont"> <A HREF="../../../../net/floodlightcontroller/devicemanager/test/package-summary.html" target="classFrame">net.floodlightcontroller.devicemanager.test</A></FONT> <TABLE BORDER="0" WIDTH="100%" SUMMARY=""> <TR> <TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont"> Classes</FONT>&nbsp; <FONT CLASS="FrameItemFont"> <BR> <A HREF="MockDevice.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockDevice</A> <BR> <A HREF="MockDeviceManager.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockDeviceManager</A> <BR> <A HREF="MockEntityClassifier.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockEntityClassifier</A> <BR> <A HREF="MockEntityClassifier.TestEntityClass.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockEntityClassifier.TestEntityClass</A> <BR> <A HREF="MockEntityClassifierMac.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockEntityClassifierMac</A> <BR> <A HREF="MockEntityClassifierMac.TestEntityClassMac.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockEntityClassifierMac.TestEntityClassMac</A> <BR> <A HREF="MockFlexEntityClassifier.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockFlexEntityClassifier</A> <BR> <A HREF="MockFlexEntityClassifier.TestEntityClass.html" title="class in net.floodlightcontroller.devicemanager.test" target="classFrame">MockFlexEntityClassifier.TestEntityClass</A></FONT></TD> </TR> </TABLE> </BODY> </HTML>
fbotelho-university-code/poseidon
doc/net/floodlightcontroller/devicemanager/test/package-frame.html
HTML
apache-2.0
2,116
<nav id="ohp_header" class="navbar navbar-inverse navbar-fixed-top"> <div class="container" > <div class="navbar-header"> <a class="navbar-brand" ui-sref="index"> 开放黑客松</a> </div> <div id="navbar" class="collapse navbar-collapse"> <headdropdown-menu ng-if="isShow"></headdropdown-menu> </div> </div> </nav>
mshubian/BAK_open-hackathon
open-hackathon-ui/app/views/header.html
HTML
apache-2.0
349
<!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_35) on Sat Jun 29 01:13:34 PDT 2013 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Class org.quartz.TriggerKey (Quartz Enterprise Job Scheduler 2.2.0 API) </TITLE> <META NAME="date" CONTENT="2013-06-29"> <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.quartz.TriggerKey (Quartz Enterprise Job Scheduler 2.2.0 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/quartz/TriggerKey.html" title="class in org.quartz"><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/quartz//class-useTriggerKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TriggerKey.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.quartz.TriggerKey</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz"><B>org.quartz</B></A></TD> <TD>The main package of <b>Quartz</b>, containing the client-side interfaces.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.core"><B>org.quartz.core</B></A></TD> <TD>Contains the core classes and interfaces for the <b>Quartz</b> job scheduler.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.impl"><B>org.quartz.impl</B></A></TD> <TD>Contains implementations of the SchedulerFactory, JobStore, ThreadPool, and other interfaces required by the org.quartz.core.QuartzScheduler.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.impl.jdbcjobstore"><B>org.quartz.impl.jdbcjobstore</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.impl.matchers"><B>org.quartz.impl.matchers</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.impl.triggers"><B>org.quartz.impl.triggers</B></A></TD> <TD>This package contains Trigger implementations that ship with Quartz.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.listeners"><B>org.quartz.listeners</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.simpl"><B>org.quartz.simpl</B></A></TD> <TD>Contains simple / light-weight implementations (with no dependencies on external libraries) of interfaces required by the org.quartz.core.QuartzScheduler.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.spi"><B>org.quartz.spi</B></A></TD> <TD>Contains Service Provider Interfaces that can be implemented by those wishing to create and use custom versions of Quartz back-end/behind-the-scenes services.&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.quartz.xml"><B>org.quartz.xml</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.terracotta.quartz"><B>org.terracotta.quartz</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.terracotta.quartz.collections"><B>org.terracotta.quartz.collections</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.terracotta.quartz.wrappers"><B>org.terracotta.quartz.wrappers</B></A></TD> <TD>&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/package-summary.html">org.quartz</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/package-summary.html">org.quartz</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>Trigger.</B><B><A HREF="../../../org/quartz/Trigger.html#getKey()">getKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>JobExecutionContext.</B><B><A HREF="../../../org/quartz/JobExecutionContext.html#getRecoveringTriggerKey()">getRecoveringTriggerKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Return the <code>TriggerKey</code> of the originally scheduled and now recovering job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>TriggerKey.</B><B><A HREF="../../../org/quartz/TriggerKey.html#triggerKey(java.lang.String)">triggerKey</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>TriggerKey.</B><B><A HREF="../../../org/quartz/TriggerKey.html#triggerKey(java.lang.String, java.lang.String)">triggerKey</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;name, <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;group)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/package-summary.html">org.quartz</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the names of all the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the given group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#getTriggerListenerMatchers(java.lang.String)">getTriggerListenerMatchers</A></B>(<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;listenerName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the set of Matchers for which the listener will receive events if ANY of the matchers match.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/package-summary.html">org.quartz</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether a <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A> with the given identifier already exists within the scheduler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;int</CODE></FONT></TD> <TD><CODE><B>Trigger.TriggerTimeComparator.</B><B><A HREF="../../../org/quartz/Trigger.TriggerTimeComparator.html#compare(java.util.Date, int, org.quartz.TriggerKey, java.util.Date, int, org.quartz.TriggerKey)">compare</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;nextFireTime1, int&nbsp;priority1, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key1, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A>&nbsp;nextFireTime2, int&nbsp;priority2, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key2)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> instance with the given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current state of the identified <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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>SchedulerListener.</B><B><A HREF="../../../org/quartz/SchedulerListener.html#jobUnscheduled(org.quartz.TriggerKey)">jobUnscheduled</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Called by the <code><A HREF="../../../org/quartz/Scheduler.html" title="interface in org.quartz"><CODE>Scheduler</CODE></A></code> when a <code><A HREF="../../../org/quartz/JobDetail.html" title="interface in org.quartz"><CODE>JobDetail</CODE></A></code> is unscheduled.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key, and store the new given one - which must be associated with the same job (the new trigger must have the job name & group specified) - however, the new trigger need not have the same name as the old trigger.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</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>SchedulerListener.</B><B><A HREF="../../../org/quartz/SchedulerListener.html#triggerPaused(org.quartz.TriggerKey)">triggerPaused</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Called by the <code><A HREF="../../../org/quartz/Scheduler.html" title="interface in org.quartz"><CODE>Scheduler</CODE></A></code> when a <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> has been paused.</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>SchedulerListener.</B><B><A HREF="../../../org/quartz/SchedulerListener.html#triggerResumed(org.quartz.TriggerKey)">triggerResumed</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Called by the <code><A HREF="../../../org/quartz/Scheduler.html" title="interface in org.quartz"><CODE>Scheduler</CODE></A></code> when a <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> has been un-paused.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove the indicated <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> from the scheduler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerBuilder.html" title="class in org.quartz">TriggerBuilder</A>&lt;<A HREF="../../../org/quartz/TriggerBuilder.html" title="type parameter in TriggerBuilder">T</A>&gt;</CODE></FONT></TD> <TD><CODE><B>TriggerBuilder.</B><B><A HREF="../../../org/quartz/TriggerBuilder.html#withIdentity(org.quartz.TriggerKey)">withIdentity</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Use the given TriggerKey to identify the Trigger.</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">Method parameters in <A HREF="../../../org/quartz/package-summary.html">org.quartz</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</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>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#addTriggerListener(org.quartz.TriggerListener, java.util.List)">addTriggerListener</A></B>(<A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz">TriggerListener</A>&nbsp;triggerListener, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;&nbsp;matchers)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the given <code><A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz"><CODE>TriggerListener</CODE></A></code> to the <code>Scheduler</code>, and register it to receive events for Triggers that are matched by ANY of the given Matchers.</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>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#addTriggerListener(org.quartz.TriggerListener, org.quartz.Matcher)">addTriggerListener</A></B>(<A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz">TriggerListener</A>&nbsp;triggerListener, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the given <code><A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz"><CODE>TriggerListener</CODE></A></code> to the <code>Scheduler</code>, and register it to receive events for Triggers that are matched by the given Matcher.</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>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#addTriggerListenerMatcher(java.lang.String, org.quartz.Matcher)">addTriggerListenerMatcher</A></B>(<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;listenerName, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Add the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the names of all the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the given group.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pause all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the groups matching.</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>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#removeTriggerListenerMatcher(java.lang.String, org.quartz.Matcher)">removeTriggerListenerMatcher</A></B>(<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;listenerName, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in matching groups.</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>ListenerManager.</B><B><A HREF="../../../org/quartz/ListenerManager.html#setTriggerListenerMatchers(java.lang.String, java.util.List)">setTriggerListenerMatchers</A></B>(<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;listenerName, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;&nbsp;matchers)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the set of Matchers for which the listener will receive events if ANY of the matchers match.</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>Scheduler.</B><B><A HREF="../../../org/quartz/Scheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove all of the indicated <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>s from the scheduler.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.core"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/core/package-summary.html">org.quartz.core</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/core/package-summary.html">org.quartz.core</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the matching groups.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#getTriggerListenerMatchers(java.lang.String)">getTriggerListenerMatchers</A></B>(<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;listenerName)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/core/package-summary.html">org.quartz.core</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether a <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A> with the given identifier already exists within the scheduler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> instance with the given name and group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the current state of the identified <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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>QuartzSchedulerMBeanImpl.</B><B><A HREF="../../../org/quartz/core/QuartzSchedulerMBeanImpl.html#jobUnscheduled(org.quartz.TriggerKey)">jobUnscheduled</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#notifySchedulerListenersPausedTrigger(org.quartz.TriggerKey)">notifySchedulerListenersPausedTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#notifySchedulerListenersResumedTrigger(org.quartz.TriggerKey)">notifySchedulerListenersResumedTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#notifySchedulerListenersUnscheduled(org.quartz.TriggerKey)">notifySchedulerListenersUnscheduled</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name, and store the new given one - which must be associated with the same job.</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>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</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>QuartzSchedulerMBeanImpl.</B><B><A HREF="../../../org/quartz/core/QuartzSchedulerMBeanImpl.html#triggerPaused(org.quartz.TriggerKey)">triggerPaused</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzSchedulerMBeanImpl.</B><B><A HREF="../../../org/quartz/core/QuartzSchedulerMBeanImpl.html#triggerResumed(org.quartz.TriggerKey)">triggerResumed</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove the indicated <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> from the scheduler.</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">Method parameters in <A HREF="../../../org/quartz/core/package-summary.html">org.quartz.core</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</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>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#addTriggerListener(org.quartz.TriggerListener, java.util.List)">addTriggerListener</A></B>(<A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz">TriggerListener</A>&nbsp;triggerListener, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;&nbsp;matchers)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#addTriggerListener(org.quartz.TriggerListener, org.quartz.Matcher)">addTriggerListener</A></B>(<A HREF="../../../org/quartz/TriggerListener.html" title="interface in org.quartz">TriggerListener</A>&nbsp;triggerListener, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#addTriggerListenerMatcher(java.lang.String, org.quartz.Matcher)">addTriggerListenerMatcher</A></B>(<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;listenerName, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the matching groups.</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>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the matching groups.</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>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#removeTriggerListenerMatcher(java.lang.String, org.quartz.Matcher)">removeTriggerListenerMatcher</A></B>(<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;listenerName, <A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the matching groups.</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>ListenerManagerImpl.</B><B><A HREF="../../../org/quartz/core/ListenerManagerImpl.html#setTriggerListenerMatchers(java.lang.String, java.util.List)">setTriggerListenerMatchers</A></B>(<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;listenerName, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/Matcher.html" title="interface in org.quartz">Matcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&gt;&nbsp;matchers)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>RemotableQuartzScheduler.</B><B><A HREF="../../../org/quartz/core/RemotableQuartzScheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>QuartzScheduler.</B><B><A HREF="../../../org/quartz/core/QuartzScheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.impl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/impl/package-summary.html">org.quartz.impl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/package-summary.html">org.quartz.impl</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>JobExecutionContextImpl.</B><B><A HREF="../../../org/quartz/impl/JobExecutionContextImpl.html#getRecoveringTriggerKey()">getRecoveringTriggerKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/package-summary.html">org.quartz.impl</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/package-summary.html">org.quartz.impl</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A></CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#getTrigger(org.quartz.TriggerKey)">getTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Date.html?is-external=true" title="class or interface in java.util">Date</A></CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#rescheduleJob(org.quartz.TriggerKey, org.quartz.Trigger)">rescheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz">Trigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#unscheduleJob(org.quartz.TriggerKey)">unscheduleJob</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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">Method parameters in <A HREF="../../../org/quartz/impl/package-summary.html">org.quartz.impl</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>.</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>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Calls the equivalent method on the 'proxied' <code>QuartzScheduler</code>, passing the <code>SchedulingContext</code> associated with this instance.</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>StdScheduler.</B><B><A HREF="../../../org/quartz/impl/StdScheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>RemoteScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteScheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>RemoteMBeanScheduler.</B><B><A HREF="../../../org/quartz/impl/RemoteMBeanScheduler.html#unscheduleJobs(java.util.List)">unscheduleJobs</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.impl.jdbcjobstore"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/impl/jdbcjobstore/package-summary.html">org.quartz.impl.jdbcjobstore</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/jdbcjobstore/package-summary.html">org.quartz.impl.jdbcjobstore</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>TriggerStatus.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerStatus.html#getKey()">getKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>FiredTriggerRecord.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/FiredTriggerRecord.html#getTriggerKey()">getTriggerKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerForFireTime(java.sql.Connection, long)">selectTriggerForFireTime</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;fireTime)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the trigger that will be fired at the given fire time.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/jdbcjobstore/package-summary.html">org.quartz.impl.jdbcjobstore</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that match the given group Matcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerNames(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">getTriggerNames</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectMisfiredTriggers(java.sql.Connection, long)">selectMisfiredTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers that have misfired.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectMisfiredTriggers(java.sql.Connection, long)">selectMisfiredTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers that have misfired - according to the given timestamp.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectMisfiredTriggersInGroupInState(java.sql.Connection, java.lang.String, java.lang.String, long)">selectMisfiredTriggersInGroupInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;groupName, <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;state, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers in the given group and state that have misfired.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectMisfiredTriggersInGroupInState(java.sql.Connection, java.lang.String, java.lang.String, long)">selectMisfiredTriggersInGroupInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;groupName, <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;state, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers in the given group and state that have misfired - according to the given timestamp.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectMisfiredTriggersInState(java.sql.Connection, java.lang.String, long)">selectMisfiredTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectMisfiredTriggersInState(java.sql.Connection, java.lang.String, long)">selectMisfiredTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state, long&nbsp;ts)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers in the given state that have misfired - according to the given timestamp.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerKeysForJob(java.sql.Connection, org.quartz.JobKey)">selectTriggerKeysForJob</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/JobKey.html" title="class in org.quartz">JobKey</A>&nbsp;jobKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers associated with the given job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerKeysForJob(java.sql.Connection, org.quartz.JobKey)">selectTriggerKeysForJob</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/JobKey.html" title="class in org.quartz">JobKey</A>&nbsp;jobKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers associated with the given job.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggersInGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggersInGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers contained in a given group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggersInGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggersInGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers contained in a given group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggersInState(java.sql.Connection, java.lang.String)">selectTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers in a given state.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggersInState(java.sql.Connection, java.lang.String)">selectTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers in a given state.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long)">selectTriggerToAcquire</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;noLaterThan, long&nbsp;noEarlierThan)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>- This remained for compatibility reason. Use <A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long, int)"><CODE>StdJDBCDelegate.selectTriggerToAcquire(Connection, long, long, int)</CODE></A> instead.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long)">selectTriggerToAcquire</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;noLaterThan, long&nbsp;noEarlierThan)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>- This remained for compatibility reason. Use <A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long, int)"><CODE>DriverDelegate.selectTriggerToAcquire(Connection, long, long, int)</CODE></A> instead.</I></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long, int)">selectTriggerToAcquire</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;noLaterThan, long&nbsp;noEarlierThan, int&nbsp;maxCount)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the next trigger which will fire to fire between the two given timestamps in ascending order of fire time, and then descending by priority.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerToAcquire(java.sql.Connection, long, long, int)">selectTriggerToAcquire</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, long&nbsp;noLaterThan, long&nbsp;noEarlierThan, int&nbsp;maxCount)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the next trigger which will fire to fire between the two given timestamps in ascending order of fire time, and then descending by priority.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/jdbcjobstore/package-summary.html">org.quartz.impl.jdbcjobstore</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#checkExists(java.sql.Connection, org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether a <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A> with the given identifier already exists within the scheduler.</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>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#deleteBlobTrigger(java.sql.Connection, org.quartz.TriggerKey)">deleteBlobTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Delete the cron trigger data for a trigger.</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>TriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.html#deleteExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">deleteExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SimpleTriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/SimpleTriggerPersistenceDelegate.html#deleteExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">deleteExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>SimplePropertiesTriggerPersistenceDelegateSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/SimplePropertiesTriggerPersistenceDelegateSupport.html#deleteExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">deleteExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>CronTriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/CronTriggerPersistenceDelegate.html#deleteExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">deleteExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#deleteTrigger(java.sql.Connection, org.quartz.TriggerKey)">deleteTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Delete the base trigger data for a trigger.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#deleteTrigger(java.sql.Connection, org.quartz.TriggerKey)">deleteTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Delete the base trigger data for a trigger.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;void</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#deleteTriggerExtension(java.sql.Connection, org.quartz.TriggerKey)">deleteTriggerExtension</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerState(java.sql.Connection, org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the current state of the identified <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.TriggerPropertyBundle.html" title="class in org.quartz.impl.jdbcjobstore">TriggerPersistenceDelegate.TriggerPropertyBundle</A></CODE></FONT></TD> <TD><CODE><B>TriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.html#loadExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">loadExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.TriggerPropertyBundle.html" title="class in org.quartz.impl.jdbcjobstore">TriggerPersistenceDelegate.TriggerPropertyBundle</A></CODE></FONT></TD> <TD><CODE><B>SimpleTriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/SimpleTriggerPersistenceDelegate.html#loadExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">loadExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.TriggerPropertyBundle.html" title="class in org.quartz.impl.jdbcjobstore">TriggerPersistenceDelegate.TriggerPropertyBundle</A></CODE></FONT></TD> <TD><CODE><B>SimplePropertiesTriggerPersistenceDelegateSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/SimplePropertiesTriggerPersistenceDelegateSupport.html#loadExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">loadExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerPersistenceDelegate.TriggerPropertyBundle.html" title="class in org.quartz.impl.jdbcjobstore">TriggerPersistenceDelegate.TriggerPropertyBundle</A></CODE></FONT></TD> <TD><CODE><B>CronTriggerPersistenceDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/CronTriggerPersistenceDelegate.html#loadExtendedTriggerProperties(java.sql.Connection, org.quartz.TriggerKey)">loadExtendedTriggerProperties</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#pauseTrigger(java.sql.Connection, org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</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>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#removeTrigger(java.sql.Connection, org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#removeTrigger(org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#replaceTrigger(java.sql.Connection, org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#replaceTrigger(org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#resumeTrigger(java.sql.Connection, org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</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>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#retrieveTrigger(java.sql.Connection, org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#retrieveTrigger(org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Retrieve the given <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/JobDetail.html" title="interface in org.quartz">JobDetail</A></CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectJobForTrigger(java.sql.Connection, org.quartz.spi.ClassLoadHelper, org.quartz.TriggerKey)">selectJobForTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/spi/ClassLoadHelper.html" title="interface in org.quartz.spi">ClassLoadHelper</A>&nbsp;loadHelper, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the job to which the trigger is associated.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/JobDetail.html" title="interface in org.quartz">JobDetail</A></CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectJobForTrigger(java.sql.Connection, org.quartz.spi.ClassLoadHelper, org.quartz.TriggerKey)">selectJobForTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/spi/ClassLoadHelper.html" title="interface in org.quartz.spi">ClassLoadHelper</A>&nbsp;loadHelper, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select the job to which the trigger is associated.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTrigger(java.sql.Connection, org.quartz.TriggerKey)">selectTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTrigger(java.sql.Connection, org.quartz.TriggerKey)">selectTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&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></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerState(java.sql.Connection, org.quartz.TriggerKey)">selectTriggerState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger' state value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&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></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerState(java.sql.Connection, org.quartz.TriggerKey)">selectTriggerState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger' state value.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerStatus.html" title="class in org.quartz.impl.jdbcjobstore">TriggerStatus</A></CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerStatus(java.sql.Connection, org.quartz.TriggerKey)">selectTriggerStatus</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger' status (state & next fire time).</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerStatus.html" title="class in org.quartz.impl.jdbcjobstore">TriggerStatus</A></CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerStatus(java.sql.Connection, org.quartz.TriggerKey)">selectTriggerStatus</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select a trigger' status (state & next fire time).</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>TriggerStatus.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/TriggerStatus.html#setKey(org.quartz.TriggerKey)">setKey</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>FiredTriggerRecord.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/FiredTriggerRecord.html#setTriggerKey(org.quartz.TriggerKey)">setTriggerKey</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#triggerExists(java.sql.Connection, org.quartz.TriggerKey)">triggerExists</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check whether or not a trigger exists.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#triggerExists(java.sql.Connection, org.quartz.TriggerKey)">triggerExists</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check existence of a given trigger.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#triggerExists(java.sql.Connection, org.quartz.TriggerKey)">triggerExists</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check whether or not a trigger exists.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#updateMisfiredTrigger(java.sql.Connection, org.quartz.TriggerKey, java.lang.String, boolean)">updateMisfiredTrigger</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;newStateIfNotComplete, boolean&nbsp;forceState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#updateTriggerState(java.sql.Connection, org.quartz.TriggerKey, java.lang.String)">updateTriggerState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;state)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the state for a given trigger.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#updateTriggerState(java.sql.Connection, org.quartz.TriggerKey, java.lang.String)">updateTriggerState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;state)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the state for a given trigger.</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>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#updateTriggerStateFromOtherState(java.sql.Connection, org.quartz.TriggerKey, java.lang.String, java.lang.String)">updateTriggerStateFromOtherState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;newState, <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;oldState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the given trigger to the given new state, if it is in the given old state.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#updateTriggerStateFromOtherState(java.sql.Connection, org.quartz.TriggerKey, java.lang.String, java.lang.String)">updateTriggerStateFromOtherState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;newState, <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;oldState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the given trigger to the given new state, if it is in the given old state.</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>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#updateTriggerStateFromOtherStates(java.sql.Connection, org.quartz.TriggerKey, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateTriggerStateFromOtherStates</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;newState, <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;oldState1, <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;oldState2, <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;oldState3)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the given trigger to the given new state, if it is one of the given old states.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#updateTriggerStateFromOtherStates(java.sql.Connection, org.quartz.TriggerKey, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateTriggerStateFromOtherStates</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <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;newState, <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;oldState1, <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;oldState2, <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;oldState3)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update the given trigger to the given new state, if it is one of the given old states.</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">Method parameters in <A HREF="../../../org/quartz/impl/jdbcjobstore/package-summary.html">org.quartz.impl.jdbcjobstore</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#deletePausedTriggerGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">deletePausedTriggerGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#deletePausedTriggerGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">deletePausedTriggerGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that match the given group Matcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#getTriggerNames(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">getTriggerNames</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#hasMisfiredTriggersInState(java.sql.Connection, java.lang.String, long, int, java.util.List)">hasMisfiredTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state1, long&nbsp;ts, int&nbsp;count, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;resultList)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers in the given state that have misfired - according to the given timestamp.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#hasMisfiredTriggersInState(java.sql.Connection, java.lang.String, long, int, java.util.List)">hasMisfiredTriggersInState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <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;state1, long&nbsp;ts, int&nbsp;count, <A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;resultList)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the triggers in the given states that have misfired - according to the given timestamp.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#pauseTriggerGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">pauseTriggerGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> matching the given groupMatcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> matching the given groupMatcher.</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>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#removeTriggers(java.util.List)">removeTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#resumeTriggerGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">resumeTriggerGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> matching the given groupMatcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStoreSupport.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/JobStoreSupport.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> matching the given groupMatcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggerGroups(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggerGroups</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggerGroups(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggerGroups</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#selectTriggersInGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggersInGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers contained in a given group.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#selectTriggersInGroup(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher)">selectTriggersInGroup</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Select all of the triggers contained in a given group.</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>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#updateTriggerGroupStateFromOtherState(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher, java.lang.String, java.lang.String)">updateTriggerGroupStateFromOtherState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher, <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;newState, <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;oldState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update all of the triggers of the given group to the given new state, if they are in the given old state.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#updateTriggerGroupStateFromOtherState(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher, java.lang.String, java.lang.String)">updateTriggerGroupStateFromOtherState</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher, <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;newState, <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;oldState)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update all of the triggers of the given group to the given new state, if they are in the given old state.</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>StdJDBCDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/StdJDBCDelegate.html#updateTriggerGroupStateFromOtherStates(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateTriggerGroupStateFromOtherStates</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher, <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;newState, <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;oldState1, <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;oldState2, <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;oldState3)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update all triggers in the given group to the given new state, if they are in one of the given old states.</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>DriverDelegate.</B><B><A HREF="../../../org/quartz/impl/jdbcjobstore/DriverDelegate.html#updateTriggerGroupStateFromOtherStates(java.sql.Connection, org.quartz.impl.matchers.GroupMatcher, java.lang.String, java.lang.String, java.lang.String, java.lang.String)">updateTriggerGroupStateFromOtherStates</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/sql/Connection.html?is-external=true" title="class or interface in java.sql">Connection</A>&nbsp;conn, <A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher, <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;newState, <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;oldState1, <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;oldState2, <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;oldState3)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Update all triggers in the given group to the given new state, if they are in one of the given old states.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.impl.matchers"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/impl/matchers/package-summary.html">org.quartz.impl.matchers</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/matchers/package-summary.html">org.quartz.impl.matchers</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/EverythingMatcher.html" title="class in org.quartz.impl.matchers">EverythingMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>EverythingMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/EverythingMatcher.html#allTriggers()">allTriggers</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create an EverythingMatcher that matches all triggers.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>GroupMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html#anyTriggerGroup()">anyTriggerGroup</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a GroupMatcher that matches trigger groups starting with the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>GroupMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html#triggerGroupContains(java.lang.String)">triggerGroupContains</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a GroupMatcher that matches trigger groups containing the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>GroupMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html#triggerGroupEndsWith(java.lang.String)">triggerGroupEndsWith</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a GroupMatcher that matches trigger groups ending with the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>GroupMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html#triggerGroupEquals(java.lang.String)">triggerGroupEquals</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a GroupMatcher that matches trigger groups equaling the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>GroupMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html#triggerGroupStartsWith(java.lang.String)">triggerGroupStartsWith</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a GroupMatcher that matches trigger groups starting with the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/NameMatcher.html" title="class in org.quartz.impl.matchers">NameMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>NameMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/NameMatcher.html#triggerNameContains(java.lang.String)">triggerNameContains</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a NameMatcher that matches trigger names containing the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/NameMatcher.html" title="class in org.quartz.impl.matchers">NameMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>NameMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/NameMatcher.html#triggerNameEndsWith(java.lang.String)">triggerNameEndsWith</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a NameMatcher that matches trigger names ending with the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/NameMatcher.html" title="class in org.quartz.impl.matchers">NameMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>NameMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/NameMatcher.html#triggerNameEquals(java.lang.String)">triggerNameEquals</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a NameMatcher that matches trigger names equaling the given string.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static&nbsp;<A HREF="../../../org/quartz/impl/matchers/NameMatcher.html" title="class in org.quartz.impl.matchers">NameMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>NameMatcher.</B><B><A HREF="../../../org/quartz/impl/matchers/NameMatcher.html#triggerNameStartsWith(java.lang.String)">triggerNameStartsWith</A></B>(<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;compareTo)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Create a NameMatcher that matches trigger names starting with the given string.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.impl.triggers"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/impl/triggers/package-summary.html">org.quartz.impl.triggers</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/triggers/package-summary.html">org.quartz.impl.triggers</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>AbstractTrigger.</B><B><A HREF="../../../org/quartz/impl/triggers/AbstractTrigger.html#getKey()">getKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/impl/triggers/package-summary.html">org.quartz.impl.triggers</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</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>AbstractTrigger.</B><B><A HREF="../../../org/quartz/impl/triggers/AbstractTrigger.html#setKey(org.quartz.TriggerKey)">setKey</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.listeners"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/listeners/package-summary.html">org.quartz.listeners</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/listeners/package-summary.html">org.quartz.listeners</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</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>SchedulerListenerSupport.</B><B><A HREF="../../../org/quartz/listeners/SchedulerListenerSupport.html#jobUnscheduled(org.quartz.TriggerKey)">jobUnscheduled</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BroadcastSchedulerListener.</B><B><A HREF="../../../org/quartz/listeners/BroadcastSchedulerListener.html#jobUnscheduled(org.quartz.TriggerKey)">jobUnscheduled</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SchedulerListenerSupport.</B><B><A HREF="../../../org/quartz/listeners/SchedulerListenerSupport.html#triggerPaused(org.quartz.TriggerKey)">triggerPaused</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BroadcastSchedulerListener.</B><B><A HREF="../../../org/quartz/listeners/BroadcastSchedulerListener.html#triggerPaused(org.quartz.TriggerKey)">triggerPaused</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>SchedulerListenerSupport.</B><B><A HREF="../../../org/quartz/listeners/SchedulerListenerSupport.html#triggerResumed(org.quartz.TriggerKey)">triggerResumed</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>BroadcastSchedulerListener.</B><B><A HREF="../../../org/quartz/listeners/BroadcastSchedulerListener.html#triggerResumed(org.quartz.TriggerKey)">triggerResumed</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.simpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/simpl/package-summary.html">org.quartz.simpl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../org/quartz/simpl/package-summary.html">org.quartz.simpl</A> with type parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&lt;<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>,<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>,org.quartz.simpl.TriggerWrapper&gt;&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#triggersByGroup">triggersByGroup</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>,org.quartz.simpl.TriggerWrapper&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#triggersByKey">triggersByKey</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/simpl/package-summary.html">org.quartz.simpl</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that match the given groupMatcher.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/simpl/package-summary.html">org.quartz.simpl</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether a <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A> with the given identifier already exists within the scheduler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the current state of the identified <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</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>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#removeTrigger(org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given name.</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>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#replaceTrigger(org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#retrieveTrigger(org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Retrieve the given <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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">Method parameters in <A HREF="../../../org/quartz/simpl/package-summary.html">org.quartz.simpl</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that match the given groupMatcher.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Pause all of the known <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> matching.</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>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#removeTriggers(java.util.List)">removeTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>RAMJobStore.</B><B><A HREF="../../../org/quartz/simpl/RAMJobStore.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the given group.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.spi"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/spi/package-summary.html">org.quartz.spi</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/spi/package-summary.html">org.quartz.spi</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that have the given group name.</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/quartz/spi/package-summary.html">org.quartz.spi</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determine whether a <A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A> with the given identifier already exists within the scheduler.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the current state of the identified <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pause the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#removeTrigger(org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#replaceTrigger(org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Remove (delete) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key, and store the new given one - which must be associated with the same job.</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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resume (un-pause) the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> with the given key.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#retrieveTrigger(org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieve the given <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code>.</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>MutableTrigger.</B><B><A HREF="../../../org/quartz/spi/MutableTrigger.html#setKey(org.quartz.TriggerKey)">setKey</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../org/quartz/spi/package-summary.html">org.quartz.spi</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the names of all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A></code> s that have the given group name.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Pause all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the given group.</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>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#removeTriggers(java.util.List)">removeTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>JobStore.</B><B><A HREF="../../../org/quartz/spi/JobStore.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Resume (un-pause) all of the <code><A HREF="../../../org/quartz/Trigger.html" title="interface in org.quartz"><CODE>Trigger</CODE></A>s</code> in the given group.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.quartz.xml"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/quartz/xml/package-summary.html">org.quartz.xml</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../org/quartz/xml/package-summary.html">org.quartz.xml</A> with type parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>protected &nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>XMLSchedulingDataProcessor.</B><B><A HREF="../../../org/quartz/xml/XMLSchedulingDataProcessor.html#triggersToDelete">triggersToDelete</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.terracotta.quartz"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/terracotta/quartz/package-summary.html">org.terracotta.quartz</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/package-summary.html">org.terracotta.quartz</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/package-summary.html">org.terracotta.quartz</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#checkExists(org.quartz.TriggerKey)">checkExists</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/Trigger.TriggerState.html" title="enum in org.quartz">Trigger.TriggerState</A></CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#getTriggerState(org.quartz.TriggerKey)">getTriggerState</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#pauseTrigger(org.quartz.TriggerKey)">pauseTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#removeTrigger(org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#removeTrigger(org.quartz.TriggerKey)">removeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#replaceTrigger(org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#replaceTrigger(org.quartz.TriggerKey, org.quartz.spi.OperableTrigger)">replaceTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, <A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A>&nbsp;newTrigger)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#resumeTrigger(org.quartz.TriggerKey)">resumeTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#retrieveTrigger(org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/spi/OperableTrigger.html" title="interface in org.quartz.spi">OperableTrigger</A></CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#retrieveTrigger(org.quartz.TriggerKey)">retrieveTrigger</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../org/terracotta/quartz/package-summary.html">org.terracotta.quartz</A> with type arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#getTriggerKeys(org.quartz.impl.matchers.GroupMatcher)">getTriggerKeys</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#pauseTriggers(org.quartz.impl.matchers.GroupMatcher)">pauseTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#removeTriggers(java.util.List)">removeTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;triggerKeys)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;boolean</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#removeTriggers(java.util.List)">removeTriggers</A></B>(<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;arg0)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>PlainTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/PlainTerracottaJobStore.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Collection.html?is-external=true" title="class or interface in java.util">Collection</A>&lt;<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>&gt;</CODE></FONT></TD> <TD><CODE><B>AbstractTerracottaJobStore.</B><B><A HREF="../../../org/terracotta/quartz/AbstractTerracottaJobStore.html#resumeTriggers(org.quartz.impl.matchers.GroupMatcher)">resumeTriggers</A></B>(<A HREF="../../../org/quartz/impl/matchers/GroupMatcher.html" title="class in org.quartz.impl.matchers">GroupMatcher</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;&nbsp;matcher)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.terracotta.quartz.collections"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/terracotta/quartz/collections/package-summary.html">org.terracotta.quartz.collections</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/collections/package-summary.html">org.terracotta.quartz.collections</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>TimeTriggerSet.</B><B><A HREF="../../../org/terracotta/quartz/collections/TimeTriggerSet.html#removeFirst()">removeFirst</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/collections/package-summary.html">org.terracotta.quartz.collections</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/terracotta/quartz/collections/SerializedToolkitStore.html" title="class in org.terracotta.quartz.collections">SerializedToolkitStore</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>,<A HREF="../../../org/terracotta/quartz/wrappers/TriggerWrapper.html" title="class in org.terracotta.quartz.wrappers">TriggerWrapper</A>&gt;</CODE></FONT></TD> <TD><CODE><B>ToolkitDSHolder.</B><B><A HREF="../../../org/terracotta/quartz/collections/ToolkitDSHolder.html#getOrCreateTriggersMap()">getOrCreateTriggersMap</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.terracotta.quartz.wrappers"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A> in <A HREF="../../../org/terracotta/quartz/wrappers/package-summary.html">org.terracotta.quartz.wrappers</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/wrappers/package-summary.html">org.terracotta.quartz.wrappers</A> that return <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>TriggerWrapper.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerWrapper.html#getKey()">getKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></CODE></FONT></TD> <TD><CODE><B>FiredTrigger.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/FiredTrigger.html#getTriggerKey()">getTriggerKey</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/wrappers/package-summary.html">org.terracotta.quartz.wrappers</A> that return types with arguments of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</A>&lt;<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&gt;</CODE></FONT></TD> <TD><CODE><B>TriggerFacade.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerFacade.html#allTriggerKeys()">allTriggerKeys</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../org/terracotta/quartz/wrappers/package-summary.html">org.terracotta.quartz.wrappers</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </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>TriggerFacade.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerFacade.html#containsKey(org.quartz.TriggerKey)">containsKey</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/terracotta/quartz/wrappers/TriggerWrapper.html" title="class in org.terracotta.quartz.wrappers">TriggerWrapper</A></CODE></FONT></TD> <TD><CODE><B>TriggerFacade.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerFacade.html#get(org.quartz.TriggerKey)">get</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;void</CODE></FONT></TD> <TD><CODE><B>TriggerFacade.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerFacade.html#put(org.quartz.TriggerKey, org.terracotta.quartz.wrappers.TriggerWrapper)">put</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key, <A HREF="../../../org/terracotta/quartz/wrappers/TriggerWrapper.html" title="class in org.terracotta.quartz.wrappers">TriggerWrapper</A>&nbsp;value)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../org/terracotta/quartz/wrappers/TriggerWrapper.html" title="class in org.terracotta.quartz.wrappers">TriggerWrapper</A></CODE></FONT></TD> <TD><CODE><B>TriggerFacade.</B><B><A HREF="../../../org/terracotta/quartz/wrappers/TriggerFacade.html#remove(org.quartz.TriggerKey)">remove</A></B>(<A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;key)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Constructors in <A HREF="../../../org/terracotta/quartz/wrappers/package-summary.html">org.terracotta.quartz.wrappers</A> with parameters of type <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/terracotta/quartz/wrappers/FiredTrigger.html#FiredTrigger(java.lang.String, org.quartz.TriggerKey, long)">FiredTrigger</A></B>(<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;clientId, <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz">TriggerKey</A>&nbsp;triggerKey, long&nbsp;scheduledFireTime)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../org/quartz/TriggerKey.html" title="class in org.quartz"><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/quartz//class-useTriggerKey.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TriggerKey.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 2001-2013, Terracotta, Inc. </BODY> </HTML>
suthat/signal
vendor/quartz-2.2.0/javadoc/org/quartz/class-use/TriggerKey.html
HTML
apache-2.0
241,247
<!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>Hello World! - A sample React application using a Spring REST backend.</title> <!-- Bootstrap CSS --> <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet"> <!-- All of our custom CSS --> <link href="/css/application.css" rel="stylesheet"> <!-- React.js --> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/react.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/react/0.13.3/JSXTransformer.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <!-- React-Router --> <script src="https://cdnjs.cloudflare.com/ajax/libs/react-router/0.13.3/ReactRouter.min.js"></script> <!-- Moment --> <script src="https://cdnjs.cloudflare.com/ajax/libs/js-cookie/2.0.3/js.cookie.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.10.6/moment.min.js"></script> </head> <body> <!-- This div is the parent for the all of the React business. --> <div id="layout"></div> <!-- Here's where we pull in our custom javascript, all of our react components. --> <script type="text/jsx" src="/js/application/main.js"/> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script> </body> </html>
laran/spring-data-rest-mvc-react
src/main/resources/static/index.html
HTML
apache-2.0
1,814
<!-- Off-screen preview of the next card in order to pre-determine the target height for the card content transition animation. --> <div class="conversation-skin-future-tutor-card" aria-hidden="true"> <div class="oppia-learner-view-card-content"> <div class="oppia-learner-view-card-top-section"> <angular-html-bind class="oppia-rte-viewer oppia-learner-view-card-top-content" html-data="nextCard.getContentHtml()"> </angular-html-bind> </div> <div ng-if="upcomingInlineInteractionHtml"> <div class="conversation-skin-inline-interaction"> <angular-html-bind html-data="upcomingInlineInteractionHtml"> </angular-html-bind> </div> </div> </div> </div> <div class="embedded-body"> <section role="main" ng-if="hasFullyLoaded"> <div class="conversation-skin-cards-container conversation-skin-animate-cards" ng-class="{'animate-to-two-cards': isAnimatingToTwoCards, 'animate-to-one-card': isAnimatingToOneCard, 'with-supplementary-card': isCurrentSupplementalCardNonempty()}"> <div class="conversation-skin-main-tutor-card-embed" ng-class="{ 'conversation-skin-animate-tutor-card-on-narrow': !canWindowShowTwoCards() && isCurrentSupplementalCardNonempty()}"> <oppia-tutor-card [displayed-card]="displayedCard" [avatar-image-is-shown]="true" [start-card-change-animation]="startCardChangeAnimation"> </oppia-tutor-card> <div ng-if="isCurrentSupplementalCardNonempty() && !canWindowShowTwoCards()"> <supplemental-card on-click-continue-button="showUpcomingCard()" displayed-card="displayedCard"> </supplemental-card> </div> <oppia-progress-nav (submit)="submitAnswerFromProgressNav()" [is-learn-again-button]="isLearnAgainButton" [submit-button-is-disabled]="submitButtonIsDisabled()" [displayed-card]="displayedCard" [submit-button-is-shown]="!answerIsBeingProcessed" (click-continue-button)="showUpcomingCard()"> </oppia-progress-nav> </div> <div ng-if="isCurrentSupplementalCardNonempty() && canWindowShowTwoCards()" class="conversation-skin-supplemental-card-container"> <supplemental-card on-click-continue-button="showUpcomingCard()" displayed-card="displayedCard"> </supplemental-card> </div> </div> </section> <footer class="grid-container"> <nav class="bottom-nav-row"> <div class="col-1-4 bottom-nav-left"> <div ng-if="isOnTerminalCard()" class="nav-bar-bottom-replay-content"> <i ng-click="reloadExploration()" class="material-icons replay-nav-icon">replay</i> <span class="oppia-restart-exploration"> Restart exploration? </span> </div> </div> <div class="col-1-2"> </div> <div class="col-1-4"> <div> <div class="nav-bar-bottom-visit-oppia"> <span ng-if="isOnTerminalCard()" class="oppia-view-more-explorations">For more explorations, visit:</span> <a class="oppia-link" ng-click="onNavigateFromIframe()" href="https://www.oppia.org/" target="_blank" rel="noopener"> <picture> <source type="image/webp" ng-srcset="<[getStaticImageUrl('/logo/288x128_logo_white.webp')]>"> <source type="image/png" ng-srcset="<[getStaticImageUrl('/logo/288x128_logo_white.png')]>"> <img class="logo-bottom-nav-bar" ng-src="<[getStaticImageUrl('/logo/288x128_logo_white.png')]>"> </picture> </a> </div> </div> </div> </nav> </footer> </div> <!-- The styles here need to be embedded within the directive script tags, since otherwise they will interfere with the non-iframed conversation skin directive. --> <style> html, body { background: #afd2eb no-repeat center center fixed; background-size: cover; bottom: 0; color: rgba(0, 0, 0, 0.87); font-family: 'Roboto', Arial, sans-serif; font-size: 1.0em; height: 100%; overflow-y: auto; position: fixed; top: 0; width: 100%; } .oppia-progress-dot { height: 18px; width: 18px; } .oppia-progress-arrow-active { color: #fff; } .embedded-body { display: flex; flex-direction: column; min-height: 100%; position: absolute; width: 100%; } .bottom-nav-left { align-items: center; display: flex; height: 50px; } .grid-container { bottom: 0; position: fixed; width: 100%; } .bottom-nav-row:before, .bottom-nav-row:after { clear: both; content: ""; display: table; } [class*='col-'] { float: left; min-height: 1px; padding: 0; padding-right: 20px; } [class*='col-']:last-of-type { padding-right: 0; } .col-1-2 { width: 50%; } .col-1-4 { width: 25%; } .col-lg-12, .col-md-12, .col-sm-12 { width: 100%; } .logo-bottom-nav-bar { margin: auto; max-height: 50px; min-width: 70px; position: relative; } .nav-bar-bottom-replay-content { align-items: center; color: white; display: flex; } .nav-bar-bottom-visit-oppia { align-items: center; color: white; display: flex; justify-content: center; } .nav-bar-bottom-replay-content, .nav-bar-bottom-visit-oppia { font-family: "Capriola", "Roboto", Arial, sans-serif; line-height: 1; } .replay-nav-icon { font-size: 50px; font-weight: bold; } .row.numeric-input-container { margin-left: 0; margin-right: 0; } section { flex: 1 0 auto; } footer { background-color: #015c53; padding: 0.5em; z-index: 20; } iframe { overflow: scroll; } /* Additional CSS for the conversation_v1 skin. All classes below should start with .conversation-skin */ .conversation-skin-oppia-avatar, .conversation-skin-learner-answer-container .conversation-skin-user-avatar { height: 36px; position: absolute; top: 0; width: 36px; z-index: 1; } .conversation-skin-oppia-avatar { left: -20px; } .oppia-learner-view-card-top-section .conversation-skin-oppia-avatar { height: 48px; left: -28px; top: -20px; width: 48px; } .conversation-skin-inline-interaction .conversation-skin-user-avatar { left: -20px; top: 14px; } .conversation-skin-learner-answer-container .conversation-skin-user-avatar { right: -20px; } .conversation-skin-tutor-card-middle-section .conversation-skin-user-avatar, .conversation-skin-tutor-card-middle-section .conversation-skin-oppia-avatar { display: none; } .conversation-skin-responses-dropdown-icon { font-size: 20px; margin-bottom: -2px; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; } .conversation-skin-responses-dropdown-icon-rotated { margin-bottom: -2px; -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); transition: transform 0.2s ease-in-out; } .conversation-skin-responses-dropdown-container { border-bottom: 1px solid #ccc; cursor: pointer; line-height: 0.1em; margin: 8px 20px 20px 20px; text-align: center; } .conversation-skin-responses-dropdown-text { background-color: #fff; color: #888; font-size: 0.8em; padding: 0 10px; } .conversation-skin-cards-container { align-items: center; display: flex; flex-direction: row; height: 100%; justify-content: center; margin: 20px auto; max-width: 1400px; width: 100%; } .conversation-skin-main-tutor-card, .conversation-skin-future-tutor-card { background: #fff; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 3px rgba(0, 0, 0, 0.12); flex-shrink: 10000; margin-left: 30px; max-width: 560px; min-width: 360px; text-align: left; width: 100%; z-index: 1; } .conversation-skin-main-tutor-card-embed, .conversation-skin-future-tutor-card-embed { background: #fff; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 3px rgba(0, 0, 0, 0.12); flex-shrink: 10000; margin-left: 30px; margin-top: 20px; min-width: 360px; text-align: left; width: 90%; z-index: 1; } .conversation-skin-supplemental-card-container { box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 3px rgba(0, 0, 0, 0.12); flex-shrink: 1; margin-bottom: 10%; margin-left: 12px; max-width: 1000px; min-width: 560px; position: relative; } .conversation-skin-help-card { background: #fff; border-radius: 2px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 1px 3px rgba(0, 0, 0, 0.12); min-height: 50px; opacity: 1; padding: 12px; right: 12px; text-align: left; transition: all 350ms; z-index: 500; } .help-card-standard { position: absolute; } .help-card-tall { bottom: 50px; position: fixed; } .conversation-skin-help-card.ng-enter, .conversation-skin-help-card.ng-leave-active { opacity: 0; transform: translateX(200px); } .conversation-skin-help-card .conversation-skin-oppia-avatar { top: 12px; } .conversation-skin-help-card-content { padding: 12px; width: 270px; } .conversation-skin-close-help-card-button { background: none; border: 0; color: #000; cursor: pointer; height: 24px; opacity: 0.5; position: absolute; right: 2px; top: 2px; width: 24px; z-index: 200; } .conversation-skin-main-tutor-card.animate-card-width { -webkit-transition: width 500ms; transition: width 500ms; } .conversation-skin-future-tutor-card { left: -30000px; position: absolute; top: -30000px; } .conversation-skin-oppia-feedback-container, .conversation-skin-learner-answer-container { padding: 0 20px; position: relative; } .conversation-skin-oppia-feedback-content, .conversation-skin-learner-answer-content { margin-bottom: 12px; padding: 8px 12px; word-wrap: break-word; } .conversation-skin-oppia-feedback-content, .conversation-skin-help-card-content { background-color: rgba(224, 242, 241, 1); border-top-left-radius: 0; } .conversation-skin-learner-answer-content { background-color: rgba(236, 239, 241, 1); border-bottom-right-radius: 0; } conversation-skin .conversation-skin-main-tutor-card-embed { margin-bottom: 100px; } /* This CSS block is for ensuring that only a response from a multi-line text input preserves newlines. Leveraging the parent class ".conversation-skin-learner-answer-content" will render newlines in the other interactions (ie; Multiple Choice, Item Selection) which is not necessary. */ oppia-response-text-input { white-space: pre-wrap; } .conversation-skin-learner-answer-container { text-align: right; width: auto; } .conversation-skin-tutor-card-middle-section .conversation-skin-learner-answer-content { background-color: rgba(236, 239, 241, 0.4); } .conversation-skin-tutor-card-middle-section .conversation-skin-oppia-feedback-content { background-color: rgba(224, 242, 241, 0.4); } .oppia-learner-view-card-top-content::before, .conversation-skin-oppia-feedback-content::before, .conversation-skin-help-card-content::before { border-left: 8px solid transparent; border-top: 12px solid rgba(224, 242, 241, 1); content: " "; left: -8px; position: absolute; top: 0; } .conversation-skin-learner-answer-content::before { border-right: 8px solid transparent; border-top: 12px solid rgba(236, 239, 241, 1); content: " "; position: absolute; right: -8px; top: 0; } .conversation-skin-tutor-card-middle-section .conversation-skin-oppia-feedback-content::before, .conversation-skin-tutor-card-middle-section .conversation-skin-learner-answer-content::before { display: none; } .conversation-skin-inline-interaction { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; margin-top: 8px; padding: 16px 20px; position: relative; } .conversation-skin-feedback-dot-one, .conversation-skin-feedback-dot-two, .conversation-skin-feedback-dot-three { background-color: #666; display: inline-block; height: 2px; width: 2px; } .conversation-skin-feedback-dot-one { -webkit-animation: dot 1.0s infinite; -moz-animation: dot 1.0s infinite; animation: dot 1.0s infinite; -webkit-animation-delay: 0.0s; -moz-animation-delay: 0.0s; animation-delay: 0.0s; opacity: 0; } .conversation-skin-feedback-dot-two { -webkit-animation: dot 1.0s infinite; -moz-animation: dot 1.0s infinite; animation: dot 1.0s infinite; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; animation-delay: 0.2s; opacity: 0; } .conversation-skin-feedback-dot-three { -webkit-animation: dot 1.0s infinite; -moz-animation: dot 1.0s infinite; animation: dot 1.0s infinite; -webkit-animation-delay: 0.4s; -moz-animation-delay: 0.4s; animation-delay: 0.4s; opacity: 0; } .conversation-skin-final-ratings { text-align: center; } .conversation-skin-final-recommendations { margin-top: 50px; text-align: center; } .conversation-skin-oppia-feedback.ng-enter { opacity: 0; -webkit-transition: all .5s; transition: all .5s; } .conversation-skin-oppia-feedback.ng-enter.ng-enter-active { opacity: 1; } .conversation-skin-main-tutor-card.ng-hide-add.ng-hide-add-active, .conversation-skin-main-tutor-card.ng-hide-remove.ng-hide-remove-active, .conversation-skin-supplemental-card.ng-hide-add.ng-hide-add-active, .conversation-skin-supplemental-card.ng-hide-remove.ng-hide-remove-active { -webkit-transition: all ease-out 0.4s; transition: all ease-out 0.4s; } .conversation-skin-main-tutor-card.ng-hide { opacity: 0; transform: translateX(-1000px); } .conversation-skin-supplemental-card.ng-hide { opacity: 0; transform: translateX(1000px); } .conversation-skin-main-tutor-card .instructions-button { background: inherit; border: none; } @media screen and (max-width: 959px) { .conversation-skin-main-tutor-card-embed, .conversation-skin-future-tutor-card-embed { margin-left: 0; } .conversation-skin-main-tutor-card-embed.conversation-skin-animate-tutor-card-on-narrow { position: absolute; } .conversation-skin-cards-container { align-items: center; display: flex; flex-direction: column; height: 100%; max-width: 1400px; width: 100%; } .conversation-skin-cards-container.with-supplementary-card { /* TODO(tjiang11): Find a way to handle arbitrarily long/short content. in supplemental interactions. */ margin-top: 308px; } .conversation-skin-main-tutor-card { left: 0; margin: 0 auto; position: absolute; right: 0; top: 40px; width: 100%; z-index: 15; } .conversation-skin-supplemental-card-container { margin: 40px auto; max-width: 959px; min-width: 360px; position: relative; } .conversation-skin-supplemental-card-container .supplemental-mask { background-color: #ccc; height: 100%; left: 0; opacity: 0.7; position: absolute; top: 0; width: 100%; } .conversation-skin-main-tutor-card .instructions-button { background-color: #0D48A1; color: #fff; padding: 6px 12px; } .conversation-skin-main-tutor-card button.md-button.md-default-theme.instructions-button:focus, .conversation-skin-main-tutor-card button.md-button.md-default-theme.instructions-button:hover { background-color: #115FD4; } .conversation-skin-user-avatar, .conversation-skin-oppia-avatar { display: none; } .conversation-skin-oppia-avatar.show-tutor-card { border-radius: 50%; box-shadow: 0 3px 3px grey, 0 5px 3px grey; display: block; height: 40px; left: 100%; position: absolute; transform: translate(-100%, -100%); width: 40px; z-index: 16; } .conversation-skin-oppia-avatar.show-tutor-card:hover { opacity: 0.8; } .nav-bar-bottom-replay-content, .nav-bar-bottom-visit-oppia { font-size: 0.7em; } .oppia-view-more-explorations { display: none; } } @media screen and (max-width: 550px) { .oppia-restart-exploration { display: none; } [class*='col-'] { padding: 0; } .col-1-2 { width: 60%; } .col-1-4 { width: 20%; } .replay-nav-icon { font-size: 40px; } .help-card-standard { bottom: -20px; } } </style>
kevinlee12/oppia
core/templates/pages/exploration-player-page/learner-experience/conversation-skin-embed.directive.html
HTML
apache-2.0
17,286
<div ng-controller="permissionCtrl"> <div> <a class="btn-lg btn" href="#/permission/user" ng-class="getClassNameMode('byUser')">By User</a> <a class="btn-lg btn" href="#/permission/domain" ng-class="getClassNameMode('byDomain')">By Domain</a> </div> <div class="container-fluid" ng-show="mode=='byUser'"> <div class="row"> <div class="col-sm-8 main"> <h3>Retrieve User</h3> <div class="well"> <select ng-model="selectedUserForPermission" ng-options="u as u.username for u in permission.users | orderBy:'username'"> <option value="">(Select a user)</option> </select> </div> <div ng-if="selectedUserForPermission"> <div> <h5>User {{selectedUserForPermission.username}} ({{selectedUserForPermission.lastname | uppercase}} {{selectedUserForPermission.firstname}})</h5> <table class="table table-striped"> <thead> <tr> <th>Domain</th> <th>Domain name</th> <th>Domain id</th> <th>Permission</th> <th>Action</th> </tr> </thead> <tbody> <tr ng-repeat="permission in permissionForSelectedUser"> <td><span class="label" ng-class="getDomainLabel(permission.domainClassName)">{{permission.domainClassName | removePackage}}</span></td> <td>{{permission.name}}</td> <td>{{permission.domainIdent}}</td> <td>{{permission.mask | formatMask}}</td> <td><button ng-click="deletePermissionFromUser(permission.domainClassName,permission.domainIdent,selectedUserForPermission.id,permission.mask)" class="btn btn-danger">Remove permission</button></td> </tr> <tr> <td> <select ng-model="idAddPermissionDomainClass" ng-options="domain.name as domain.name for domain in domainsType"> <option value="">(Select a domain)</option> </select> </td> <td> <select ng-show="idAddPermissionDomainClass" ng-model="idAddPermissionDomainIdent" ng-options="domain.id as domain.name for domain in domains | filterByClass:idAddPermissionDomainClass"> <option value="">(Select a domain)</option> </select> </td> <td> <span>{{idAddPermissionDomainIdent}}</span> </td> <td> <select ng-show="idAddPermissionDomainIdent" ng-model="idAddPermissionMask" ng-options="permission.mask as permission.name for permission in permissions"> <option value="">(Select a permission)</option> </select> </td> <td><button ng-click="addPermissionToUser(idAddPermissionDomainClass,idAddPermissionDomainIdent,selectedUserForPermission.id,idAddPermissionMask)" class="btn btn-primary">Add permission</button></td> </tr> <tbody> </table> </div> <div class="alert alert-danger" ng-show="permission.error.addForUser"> Error. Permission cannot be add {{permission.error.addForUser.message}} ({{permission.error.addForUser.status}}). </div> <div class="alert alert-success" ng-show="permission.success.addForUser"> Permission has been added. </div> </div> </div> <div class="col-sm-3 main" ng-controller="roleCtrl"> <h3>User info</h3> <user-table roles="getRoles()" user="getCurrentUser()"></user-table> </div> </div> </div> <div class="container-fluid" ng-show="mode=='byDomain'"> <div class="row"> <div class="col-sm-8 main"> <h3>Retrieve Domain</h3> <div class="well"> <select ng-model="idAddPermissionDomainClass" ng-options="domain.name as domain.name for domain in domainsType"> <option value="">(Select a domain)</option> </select> <select ng-show="idAddPermissionDomainClass" ng-model="idAddPermissionDomainIdentByDomain" ng-options="domain.id as domain.name for domain in domains | filterByClass:idAddPermissionDomainClass"> <option value="">(Select a domain)</option> </select> </div> <div ng-if="idAddPermissionDomainIdentByDomain"> <div> <h5>Domain {{idAddPermissionDomainClass}} ({{idAddPermissionDomainIdentByDomain}}) {{permission.success}}</h5> <table class="table table-striped"> <thead> <tr> <th>User</th> <th>Permission</th> <th>Action</th> </tr> </thead> <tbody> <tr ng-repeat="permission in permissionForSelectedDomain | orderBy:getUserFullname"> <td>{{getUserFullname(permission)}}</td> <td>{{permission.mask | formatMask}}</td> <td><button ng-click="deletePermissionFromUser(idAddPermissionDomainClass,idAddPermissionDomainIdentByDomain,permission.idUser,permission.mask)" class="btn btn-danger">Remove permission</button></td> </tr> <tr> <td> <select ng-model="selectedUserForPermissionByDomain" ng-options="u as u.username for u in permission.users | orderBy:'username'"> <option value="">(Select a user)</option> </select> </td> <td> <select ng-show="idAddPermissionDomainIdentByDomain" ng-model="idAddPermissionMask" ng-options="permission.mask as permission.name for permission in permissions"> <option value="">(Select a permission)</option> </select> </td> <td><button ng-click="addPermissionToUser(idAddPermissionDomainClass,idAddPermissionDomainIdentByDomain,selectedUserForPermissionByDomain.id,idAddPermissionMask)" class="btn btn-primary">Add permission</button></td> </tr> <tbody> </table> </div> {{permission.success.addForDomain}} <div class="alert alert-danger" ng-show="permission.error.addForDomain"> Error. Permission cannot be add {{permission.error.addForDomain.message}} ({{permission.error.addForDomain.status}}). </div> <div class="alert alert-success" ng-show="permission.success.addForDomain"> Permission has been added. </div> </div> </div> </div> </div> </div>
charybdeBE/Cytomine-core
web-app/admincyto/views/permission.html
HTML
apache-2.0
8,304
<!-- @author 李勇 626375290@qq.com --> <!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"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <hdjs/> <title>添加商品栏目</title> </head> <body> <div class="warp"> <div class="menu_list "> <ul> <li ><a href="{|U:'index'}" class="action">商品栏目列表</a></li> <li><a href="{|U:'add'}">添加商品栏目</a></li> </ul> </div> <div class="title-header">添加商品栏目</div> <form method="post"> <table class="table2 hd-form"> <tr> <th class="w100">顶级栏目</th> <td> <select name="pid" id=""> <option value="0">==顶级栏目==</option> <list from="$category" name="$d"> <option value="{$d.cid}" <if value="{$d.cid}==Q('cid')">selected=""</if>>{$d._name}</option> </list> </select> </td> </tr> <tr> <th class="w100">商品栏目名称</th> <td> <input type="text" class="w200" name="cat_name" /> </td> </tr> <tr> <th class="w100">显隐状态</th> <td> <lable> <input type="radio" class="w50" name="is_show" value="0" />隐藏 </lable> <lable> <input type="radio" class="w50" name="is_show" value="1" />显示 </lable> </td> </tr> <tr> <th class="w100">单位</th> <td> <input type="text" class="w200" name="measure_unit" value="件" /> </td> </tr> <tr> <th class="w100">价格区间</th> <td> <input type="text" class="w200" name="grade" /> </td> </tr> <tr> <th class="w100">关键字</th> <td> <input type="text" class="w200" name="cat_key" /> </td> </tr> <tr> <th class="w100">描述</th> <td> <textarea name="cat_desc" clas="w300 h100"></textarea> </td> </tr> <tr> <th></th> <td><input type="submit" value="添加" class="hd-success" /></td> </tr> </table> </form> </div> </body> </html>
ly2513/ymgshop
YMGSHOP/Admin/View/Category/add.html
HTML
apache-2.0
2,215
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="UTF-8"> <title>携程商旅结算客户端</title> <link rel="stylesheet" href="css/home.css"> </head> <body> <div class="c-header"> <div class="wrap clearfix"> <a href="###" class="c-logo"><img src="//pic.c-ctrip.com/corp_niv/logo_corpbiz.png" alt=""></a> <a href="###" class="c-text">携程商旅结算客户端</a> </div> </div> <div class="c-content"> <div class="wrap clearfix"> <div class="c-login"> <div class="login-t">用户登录</div> <form action=""> <p class="login-list"> <label for="user-login" class="hide-text i-user">手机/邮箱/用户名</label> <!-- 输入错误类e-error --> <input type="text" id="user-login" placeholder="用户名" class="e-error"> </p> <p class="login-list"> <label for="user-pass" class="hide-text i-pass">密码</label> <input type="password" id="user-pass" placeholder="密码"> </p> <p class="forget-pass"><a href="">忘记密码?</a></p> <p class="clearfix login-list"> <label for="" class="hide-text i-check">验证码</label> <input type="text" placeholder="验证码" class="small-input fl"> <img src="https://www.corporatetravel.ctrip.com/crptravel/checkcode.aspx?b=6&t=1505" alt="" class="v-img fl"> <a href="###" class="change-code">看不清<br>换一张</a> </p> <p class="login-error"><i class="error-tips"></i>邮箱或密码错误</p> <p><a href="###" class="login-btn">登录</a></p> </form> </div> </div> </div> <div class="footer"> <p>Copyright 2012-2016 Ctrip.com All rights reserved.</p> <p>携程旅行网 版权所有 2012-2016 保留所有权利</p> </div> </body> </html>
tianzi77/tianzi77.github.io
home/index.html
HTML
apache-2.0
1,747
{% extends "zerver/portico.html" %} {% block title %} <title>Zulip: the best group chat for open source projects</title> {% endblock %} {% block customhead %} {{ super() }} <meta name="viewport" content="width=device-width, initial-scale=1.0"> {% stylesheet 'portico' %} {% stylesheet 'landing-page' %} {{ render_bundle('landing-page') }} {% endblock %} {% block portico_content %} {% include 'zerver/landing_nav.html' %} <div class="portico-landing apps"> <div class="main"> <div class="padded-content headline"> <h1 class="center">{% trans %}The best choice for open source projects{% endtrans %}</h1> </div> <div class="padded-content"> <div class="inner-content"> {{ 'zerver/for/open-source.md'|render_markdown_path }} </div> </div> </div> </div> {% endblock %}
jrowan/zulip
templates/zerver/for-open-source.html
HTML
apache-2.0
866
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc --> <title>Uses of Class no.uib.jsparklines.JSparklinesDemo.NonOpaqueCellRenderer (JSparklines 1.0.12 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="use: package: no.uib.jsparklines, class: JSparklinesDemo, class: NonOpaqueCellRenderer"> <meta name="generator" content="javadoc/ClassUseWriter"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../script-dir/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../script.js"></script> <script type="text/javascript" src="../../../../script-dir/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../script-dir/jquery-3.4.1.js"></script> <script type="text/javascript" src="../../../../script-dir/jquery-ui.js"></script> </head> <body class="class-use"> <script type="text/javascript">var pathtoroot = "../../../../"; 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="../JSparklinesDemo.NonOpaqueCellRenderer.html" title="class in no.uib.jsparklines">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"> <div class="navListSearch"><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </div> </div> <a id="skip.navbar.top"> <!-- --> </a> <!-- ========= 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"> <h1 title="Uses of Class no.uib.jsparklines.JSparklinesDemo.NonOpaqueCellRenderer" class="title">Uses of Class<br>no.uib.jsparklines.JSparklinesDemo.NonOpaqueCellRenderer</h1> </div> <div class="classUseContainer">No usage of no.uib.jsparklines.JSparklinesDemo.NonOpaqueCellRenderer</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="../JSparklinesDemo.NonOpaqueCellRenderer.html" title="class in no.uib.jsparklines">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> <a id="skip.navbar.bottom"> <!-- --> </a> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2020. All rights reserved.</small></p> </footer> </body> </html>
compomics/jsparklines
docs/javadoc/no/uib/jsparklines/class-use/JSparklinesDemo.NonOpaqueCellRenderer.html
HTML
apache-2.0
4,286
<switch name="addons_config.editor_type"> <case value="1"> {// 纯文本 } <input type="hidden" name="parse" value="0"> </case> <case value="2"> {// 富文本 } <input type="hidden" name="parse" value="0"> <eq name="addons_config.editor_wysiwyg" value="1"> <link rel="stylesheet" href="__STATIC__/editors/kindeditor/default/default.css" /> <script charset="utf-8" src="__STATIC__/editors/kindeditor/kindeditor-min.js"></script> <script charset="utf-8" src="__STATIC__/editors/kindeditor/zh_CN.js"></script> <script type="text/javascript"> var editor_{$addons_data.name}; KindEditor.ready(function(K) { editor_{$addons_data.name} = K.create('textarea[name="{$addons_data.name}"]', { allowFileManager : false, themesPath: K.basePath, width: '100%', height: '{$addons_config.editor_height}', resizeType: <eq name="addons_config.editor_resize_type" value="1">1<else />0</eq>, pasteType : 2, urlType : 'absolute', fileManagerJson : '{:U('fileManagerJson')}', //uploadJson : '{:U('uploadJson')}' } uploadJson : '{:addons_url("Editor://Upload/ke_upimg")}' }); }); $(function(){ $('textarea[name="{$addons_data.name}"]').closest('form').submit(function(){ editor_{$addons_data.name}.sync(); }); }) </script> <else /> <script type="text/javascript" charset="utf-8" src="__STATIC__/editors/ueditor/ueditor.config.js"></script> <script type="text/javascript" charset="utf-8" src="__STATIC__/editors/ueditor/ueditor.all.js"></script> <script type="text/javascript" charset="utf-8" src="__STATIC__/editors/ueditor/lang/zh-cn/zh-cn.js"></script> <script type="text/javascript"> $('textarea[name="{$addons_data.name}"]').attr('id', 'editor_id_{$addons_data.name}'); window.UEDITOR_HOME_URL = "__STATIC__/editors/ueditor"; window.UEDITOR_CONFIG.initialFrameHeight = parseInt('{$addons_config.editor_height}'); window.UEDITOR_CONFIG.scaleEnabled = <eq name="addons_config.editor_resize_type" value="1">true<else />false</eq>; window.UEDITOR_CONFIG.imageUrl = '{:addons_url("Editor://Upload/ue_upimg")}'; window.UEDITOR_CONFIG.imagePath = ''; window.UEDITOR_CONFIG.imageFieldName = 'imgFile'; UE.getEditor('editor_id_{$addons_data.name}'); </script> </eq> </case> <case value="3"> {// UBB 官网http://xheditor.com/demos/demo07.html} <script type="text/javascript" src="__STATIC__/jquery-migrate-1.2.1.min.js"></script> <script charset="utf-8" src="__STATIC__/editors/xheditor/xheditor-1.2.1.min.js"></script> <script charset="utf-8" src="__STATIC__/editors/xheditor/xheditor_lang/zh-cn.js"></script> <script type="text/javascript" src="__STATIC__/editors/xheditor/xheditor_plugins/ubb.js"></script> <script type="text/javascript"> var submitForm = function (){ $('textarea[name="{$addons_data.name}"]').closest('form').submit(); } $('textarea[name="{$addons_data.name}"]').attr('id', 'editor_id_{$addons_data.name}') $('#editor_id_{$addons_data.name}').xheditor({ tools:'full', showBlocktag:false, forcePtag:false, beforeSetSource:ubb2html, beforeGetSource:html2ubb, shortcuts:{'ctrl+enter':submitForm}, 'height':'{$addons_config.editor_height}', 'width' :'100%' }); </script> <input type="hidden" name="parse" value="1"> </case> <case value="4"> {// markdown } <link rel="stylesheet" href="__STATIC__/editors/thinkeditor/skin/default/style.css"> <script type="text/javascript" src="__STATIC__/jquery-migrate-1.2.1.min.js"></script> <script type="text/javascript" src="__STATIC__/editors/thinkeditor/jquery.thinkeditor.js"></script> <script type="text/javascript"> $(function(){ $('textarea[name="{$addons_data.name}"]').attr('id', 'editor_id_{$addons_data.name}'); var options = { "items" : "h1,h2,h3,h4,h5,h6,-,link,image,-,bold,italic,code,-,ul,ol,blockquote,hr,-,fullscreen", "width" : "100%", //宽度 "height" : "{$addons_config.editor_height}", //高度 "lang" : "zh-cn", //语言 "tab" : " ", //Tab键插入的字符, 默认为四个空格 "uploader": "{:addons_url('Editor://Upload/upload')}" }; $('#editor_id_{$addons_data.name}').thinkeditor(options); }) </script> <input type="hidden" name="parse" value="2"> </case> </switch>
geniusxjq/onethink-cms-dev
Addons/Editor/content.html
HTML
apache-2.0
4,488
<!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) on Sun Jul 19 11:36:55 PDT 2015 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Class com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer (jackson-databind 2.6.0 API)</title> <meta name="date" content="2015-07-19"> <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 com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer (jackson-databind 2.6.0 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/ByteBufferSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/ByteBufferSerializer.html" target="_top">Frames</a></li> <li><a href="ByteBufferSerializer.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 com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer" class="title">Uses of Class<br>com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer</h2> </div> <div class="classUseContainer">No usage of com.fasterxml.jackson.databind.ser.std.ByteBufferSerializer</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../com/fasterxml/jackson/databind/ser/std/ByteBufferSerializer.html" title="class in com.fasterxml.jackson.databind.ser.std">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?com/fasterxml/jackson/databind/ser/std/class-use/ByteBufferSerializer.html" target="_top">Frames</a></li> <li><a href="ByteBufferSerializer.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2014&#x2013;2015 <a href="http://fasterxml.com/">FasterXML</a>. All rights reserved.</small></p> </body> </html>
FasterXML/jackson-databind
docs/javadoc/2.6/com/fasterxml/jackson/databind/ser/std/class-use/ByteBufferSerializer.html
HTML
apache-2.0
4,970
<!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_252) on Fri May 15 17:47:39 UTC 2020 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.fax4j.spi.hoiio (fax4j 0.45.0 Test API)</title> <meta name="date" content="2020-05-15"> <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="../../../../org/fax4j/spi/hoiio/package-summary.html" target="classFrame">org.fax4j.spi.hoiio</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="HoiioFaxClientSpiTest.html" title="class in org.fax4j.spi.hoiio" target="classFrame">HoiioFaxClientSpiTest</a></li> </ul> </div> </body> </html>
sagiegurari/fax4j
docs/testapidocs/org/fax4j/spi/hoiio/package-frame.html
HTML
apache-2.0
926
<template name="facebookLikeButton"> <div id="fb-root"></div> <div class="fb-like" data-href="https://www.facebook.com/PhanimeOfficial" data-layout="button_count" data-action="like" data-show-faces="false" data-share="false"></div> </template>
phanime/phanime
client/components/facebookLikeButton/facebookLikeButton.html
HTML
apache-2.0
247
<body> Command line ETL launcher. <h2>Examples</h2> <b>Execute etl.xml file in the current directory:</b> <pre><code>scriptella</code></pre> <b>Execute name.etl.xml file in the current directory:</b> <pre><code>scriptella name</code></pre> Also the full name of ETL file can be specified: <pre><code>scriptella name.etl.xml</code></pre> <b>Produce a quick start template named etl.xml in the current directory:</b> <pre><code>scriptella -t</code></pre> </body>
scriptella/scriptella-etl
tools/src/java/scriptella/tools/launcher/package.html
HTML
apache-2.0
475
<?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html> <head> <title>PrivateMethodTester - ScalaTest 2.1.1 - org.scalatest.PrivateMethodTester</title> <meta name="description" content="PrivateMethodTester - ScalaTest 2.1.1 - org.scalatest.PrivateMethodTester" /> <meta name="keywords" content="PrivateMethodTester ScalaTest 2.1.1 org.scalatest.PrivateMethodTester" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../lib/jquery.js" id="jquery-js"></script> <script type="text/javascript" src="../../lib/jquery-ui.js"></script> <script type="text/javascript" src="../../lib/template.js"></script> <script type="text/javascript" src="../../lib/tools.tooltip.js"></script> <script type="text/javascript"> if(top === self) { var url = '../../index.html'; var hash = 'org.scalatest.PrivateMethodTester'; var anchor = window.location.hash; var anchor_opt = ''; if (anchor.length >= 1) anchor_opt = '@' + anchor.substring(1); window.location.href = url + '#' + hash + anchor_opt; } </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-71294502-3', 'auto'); ga('send', 'pageview'); </script> </head> <body class="type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <a href="PrivateMethodTester$.html" title="Go to companion"><img src="../../lib/trait_to_object_big.png" /></a> <p id="owner"><a href="../package.html" class="extype" name="org">org</a>.<a href="package.html" class="extype" name="org.scalatest">scalatest</a></p> <h1><a href="PrivateMethodTester$.html" title="Go to companion">PrivateMethodTester</a></h1> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">trait</span> </span> <span class="symbol"> <span class="name">PrivateMethodTester</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>Trait that facilitates the testing of private methods.</p><p>To test a private method, mix in trait <code>PrivateMethodTester</code> and create a <code>PrivateMethod</code> object, like this:</p><p><pre class="stHighlighted"> <span class="stReserved">val</span> decorateToStringValue = <span class="stType">PrivateMethod[String]</span>(<span class="stQuotedString">'decorateToStringValue</span>) </pre></p><p>The type parameter on <code>PrivateMethod</code>, in this case <code>String</code>, is the result type of the private method you wish to invoke. The symbol passed to the <code>PrivateMethod.apply</code> factory method, in this case <code>'decorateToStringValue</code>, is the name of the private method to invoke. To test the private method, use the <code>invokePrivate</code> operator, like this:</p><p><pre class="stHighlighted"> targetObject invokePrivate decorateToStringValue(<span class="stLiteral">1</span>) </pre></p><p>Here, <code>targetObject</code> is a variable or singleton object name referring to the object whose private method you want to test. You pass the arguments to the private method in the parentheses after the <code>PrivateMethod</code> object. The result type of an <code>invokePrivate</code> operation will be the type parameter of the <code>PrivateMethod</code> object, thus you need not cast the result to use it. In other words, after creating a <code>PrivateMethod</code> object, the syntax to invoke the private method looks like a regular method invocation, but with the dot (<code>.</code>) replaced by <code>invokePrivate</code>. The private method is invoked dynamically via reflection, so if you have a typo in the method name symbol, specify the wrong result type, or pass invalid parameters, the <code>invokePrivate</code> operation will compile, but throw an exception at runtime.</p><p>One limitation to be aware of is that you can't use <code>PrivateMethodTester</code> to test a private method declared in a trait, because the class the trait gets mixed into will not declare that private method. Only the class generated to hold method implementations for the trait will have that private method. If you want to test a private method declared in a trait, and that method does not use any state of that trait, you can move the private method to a companion object for the trait and test it using <code>PrivateMethodTester</code> that way. If the private trait method you want to test uses the trait's state, your best options are to test it indirectly via a non-private trait method that calls the private method, or make the private method package access and test it directly via regular static method invocations.</p><p>Also, if you want to use <code>PrivateMethodTester</code> to invoke a parameterless private method, you'll need to use empty parens. Instead of:</p><p><pre class="stHighlighted"> targetObject invokePrivate privateParameterlessMethod </pre></p><p>You'll need to write:</p><p><pre class="stHighlighted"> targetObject invokePrivate privateParameterlessMethod() </pre> </p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-2.1.1-for-scala-2.10/src/main/scala/org/scalatest/PrivateMethodTester.scala" target="_blank">PrivateMethodTester.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle">Linear Supertypes</span> <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div><div class="toggleContainer block"> <span class="toggle">Known Subclasses</span> <div class="subClasses hiddenContent"><a href="PrivateMethodTester$.html" class="extype" name="org.scalatest.PrivateMethodTester">PrivateMethodTester</a></div> </div></div> <div id="mbrsel"> <div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By inheritance</span></li> </ol> </div> <div id="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.PrivateMethodTester"><span>PrivateMethodTester</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div id="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show all</span></li> </ol> <a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> <div id="template"> <div id="allMembers"> <div id="types" class="types members"> <h3>Type Members</h3> <ol><li name="org.scalatest.PrivateMethodTester.Invocation" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="Invocation[T]extendsObject"></a> <a id="Invocation[T]:Invocation[T]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <a href="PrivateMethodTester$Invocation.html"><span class="name">Invocation</span></a><span class="tparams">[<span name="T">T</span>]</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Class whose instances represent an invocation of a private method.</p> </li><li name="org.scalatest.PrivateMethodTester.Invoker" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="InvokerextendsObject"></a> <a id="Invoker:Invoker"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <a href="PrivateMethodTester$Invoker.html"><span class="name">Invoker</span></a><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Class used via an implicit conversion to enable private methods to be tested.</p> </li><li name="org.scalatest.PrivateMethodTester.PrivateMethod" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="PrivateMethod[T]extendsObject"></a> <a id="PrivateMethod[T]:PrivateMethod[T]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <a href="PrivateMethodTester$PrivateMethod.html"><span class="name">PrivateMethod</span></a><span class="tparams">[<span name="T">T</span>]</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <p class="comment cmt">Represent a private method, whose apply method returns an <code>Invocation</code> object that records the name of the private method to invoke, and any arguments to pass to it when invoked.</p> </li></ol> </div> <div id="values" class="values members"> <h3>Value Members</h3> <ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:AnyRef):Boolean"></a> <a id="!=(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a> <a id="!=(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <a id="##():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:AnyRef):Boolean"></a> <a id="==(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a> <a id="==(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="org.scalatest.PrivateMethodTester.PrivateMethod" visbl="pub" data-isabs="false" fullComment="no" group="Ungrouped"> <a id="PrivateMethod"></a> <a id="PrivateMethod:PrivateMethod"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">object</span> </span> <span class="symbol"> <a href="PrivateMethodTester$PrivateMethod$.html"><span class="name">PrivateMethod</span></a> </span> </h4> <p class="comment cmt">Contains a factory method for instantiating <code>PrivateMethod</code> objects.</p> </li><li name="org.scalatest.PrivateMethodTester#anyRefToInvoker" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="anyRefToInvoker(target:AnyRef):PrivateMethodTester.this.Invoker"></a> <a id="anyRefToInvoker(AnyRef):Invoker"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">implicit </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">anyRefToInvoker</span><span class="params">(<span name="target">target: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <a href="PrivateMethodTester$Invoker.html" class="extype" name="org.scalatest.PrivateMethodTester.Invoker">Invoker</a></span> </span> </h4> <p class="shortcomment cmt">Implicit conversion from <code>AnyRef</code> to <code>Invoker</code>, used to enable assertions testing of private methods.</p><div class="fullcomment"><div class="comment cmt"><p>Implicit conversion from <code>AnyRef</code> to <code>Invoker</code>, used to enable assertions testing of private methods. </p></div><dl class="paramcmts block"><dt class="param">target</dt><dd class="cmt"><p>the target object on which to invoke a private method.</p></dd></dl><dl class="attributes block"> <dt>Exceptions thrown</dt><dd><span class="cmt">NullPointerException<p>if <code>target</code> is <code>null</code>. </p></span></dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <a id="asInstanceOf[T0]:T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a> <a id="clone():AnyRef"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">java.lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a> <a id="eq(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a> <a id="equals(Any):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <a id="finalize():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<span class="extype" name="java.lang">java.lang</span>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <a id="getClass():Class[_]"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <a id="hashCode():Int"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <a id="isInstanceOf[T0]:Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a> <a id="ne(AnyRef):Boolean"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <a id="notify():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <a id="notifyAll():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a> <a id="synchronized[T0](⇒T0):T0"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <a id="toString():String"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <a id="wait():Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a> <a id="wait(Long,Int):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a> <a id="wait(Long):Unit"></a> <h4 class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> </h4> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">()</span> </dd></dl></div> </li></ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/2.1.1/org/scalatest/PrivateMethodTester.html
HTML
apache-2.0
30,406
{% extends "base.html" %} {% load markup %} {% load i18n %} {% block content %} {% if error_message %} <div class="alert-message error"> <a class="close" href="#">×</a> <p>{{ error_message }}</p> </div> {% endif %} <div class="alert-message info" data-alert="alert"> <a class="close" href="#">x</a><p>This page contains {{ events|length }} events</p> </div> <h3 class="pull-right"><a href="{% url geocal_events_month events.0.entry_date.year events.0.entry_date.month %}">Back to calendar events</a></h3> {% for event in events %} <div class="events_list_box"> <h3><a href="{% url geocal_verify_entry event.pk %}">{{ event.title }}</a></h3> <p>{{ event.description|markdown }}</p> </div> {% endfor %} {% endblock content %}
norrs/geocalendar
geocalendar/themes/standard/templates/geocal/events_day_multiple.html
HTML
apache-2.0
879
<aside> <ul class="nav nav-pills nav-stacked sidebar-menu"> <li class="projects"> <a href="#projets"><span>Projets</span></a> <ul id="projets"> <?php foreach ($projects as $key => $project): ?> <li> <a href="<?= url('project', ['hashtag' => ltrim($project['tag'], '#')]) ?>"><?= $project['tag'] ?></a> </li> <?php endforeach ?> </ul> </li> <li class="tasks"> <a href="#taches">Taches</a> <ul id="taches"> <?php foreach ($tasks as $key => $task): ?> <li> <a href="<?= url('task', ['id' => $task['id']]) ?>"><?= $task['tag'] ?></a> </li> <?php endforeach ?> </ul> </li> <li class="documents"> <a href="#documents">Documents</a> <ul id="documents"> <?php foreach ($documents as $key => $document): ?> <li> <a href="<?= asset("files/{$document['message']}") ?>" target="_blank"><?= $document['message'] ?></a> </li> <?php endforeach ?> </ul> </li> <li class="channels"> <a href="#channels">Channels</a> </li> </ul> </aside>
MBAinfo/projet1
app/views/partials/sidebar.html
HTML
apache-2.0
1,040
<!DOCTYPE html> <html> <head> <link href="js/bootstrap.min.css" rel="stylesheet"type="text/css"> <link href="css/moncss.css" rel="stylesheet"type="text/css"> <script type="text/javascript" src="js/jquery-3.1.1.min.js"> </script> <script type="text/javascript" src="js/typeahead.min.js"></script> <script type="text/javascript" src="js/bootstrap.min.js"></script> <script type="text/javascript" src="js/formulaire.js"></script> <title>Comparison of movie cameras - Lens and gate aperture</title> <meta charset="utf-8"> </head> <body> <div class="container"> <div class="row"> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <h1>Comparison of movie cameras - Lens and gate aperture</h1> </div> <div class="col-md-2">&nbsp;</div> </div> <div class="row"> <fieldset> <div class="col-md-2">&nbsp;</div> <div class="col-md-8"> <form action="" method="post"> <legend style="color:red;font-weight: bold;font-style:italic;text-align: center;" >Formulaire</legend> </br> <label>Camera model : </label></br> <input id="0" type="text" name="Feature"></br> </br> <label>Super 35? :</label></br> <p id="id1Super 35?"> <input type="radio" name="FeatureSuper 35?" value="oui">Yes <input type="radio" name="FeatureSuper 35?" value = "non">No <input type="radio" name="FeatureSuper 35?" value = "non">Partial </p> <input style="display:none;" id ="id2Super 35?"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1Super 35?','id2Super 35?');">Changer type</button> </br> </br> <label>Aperture size : </label></br> <input id="1" type="text" name="Feature"></br> </br> <label>Frameline glow? :</label></br> <p id="id1Frameline glow?"> <input type="radio" name="FeatureFrameline glow?" value="oui">Yes <input type="radio" name="FeatureFrameline glow?" value = "non">No <input type="radio" name="FeatureFrameline glow?" value = "non">Partial </p> <input style="display:none;" id ="id2Frameline glow?"type="text"/> <button class="btn btn-primary btn-xs" type="button" onClick="switchFunction('id1Frameline glow?','id2Frameline glow?');">Changer type</button> </br> </br> <label>Lens interface :</label></br> <input type="checkbox" name="Feature" >none</br> <input type="checkbox" name="Feature" >but Lens Data Archive (LDA) can be used</br> <input type="checkbox" name="Feature" >Lens Data System (LDS) contacts and integrated electronics</br> <input type="checkbox" name="Feature" >Lens Data System (LDS) contacts; usable with FEM-2 unit</br> <input type='checkbox'><label>autre:</label></br><input type="text"/> </br> </br> <label>Ground glass : </label></br> <input id="2" type="text" name="Feature"></br> </br> <label>Lens mount : </label></br> <input id="3" type="text" name="Feature"></br> </br> <label>Aperture plate :</label></br> <input type="checkbox" name="Feature" >removable; interchangeable format masks</br> <input type="checkbox" name="Feature" >removable; interchangeable format masks and filter holders</br> <input type='checkbox'><label>autre:</label></br><input type="text"/> </br> <script> $("#0").typeahead({ name:"list0", local : ['Aaton 35-3P','Eyemo 71K','Aaton 35-III','Arriflex 35BL-1','Arricam ST','Moviecam SuperAmerica','Arriflex 235','Arricam LT','Panaflex Gold II','Panaflex Millennium','Panaflex Panastar II','Moviecam SL','Arriflex 35-2C','Arriflex 35BL-3','Arriflex 535','Moviecam Compact','Arriflex 35BL-4','Arriflex 35-3C','Arriflex 35BL-2','Arriflex 435ES','Panaflex Platinum','Arriflex 435 Advanced','Arriflex 35BL-4s','Panaflex Millennium XL','Arriflex 435 Xtreme','Panaflex-X','Arriflex 435','Arriflex 535B',''] }); $("#1").typeahead({ name:"list1", local : ['full frame','Full frame','full range available','Academy ratio, custom sizes exist','Academy ratio',''] }); $("#2").typeahead({ name:"list2", local : ['interchangeable',''] }); $("#3").typeahead({ name:"list3", local : ['Arri standard and Arri bayonet','Arri PL, PV mount, or Nikon','Arri PL, PV mount','Arri PL','PV mount','Arri PL and BNCR mount','PV mount;','Arri PL or BNCR mount','Arri bayonet','Eyemo mount, many conversions',''] }); </script> </br><input type="submit" class="btn btn-info" value="Ajouter un produit" /> </form> </div> </fieldset> <div class="col-md-2">&nbsp;</div> </div> </div> </body> </html>
Ophelle/PDL
pcms/Comparison_of_movie_cameras_1.pcm.html
HTML
apache-2.0
4,814
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_75) on Sat May 16 22:22:32 CEST 2015 --> <title>NetworkTopologyStrategyTest</title> <meta name="date" content="2015-05-16"> <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="NetworkTopologyStrategyTest"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategy.html" title="class in org.apache.cassandra.locator"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/locator/OldNetworkTopologyStrategy.html" title="class in org.apache.cassandra.locator"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/locator/NetworkTopologyStrategyTest.html" target="_top">Frames</a></li> <li><a href="NetworkTopologyStrategyTest.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.apache.cassandra.locator</div> <h2 title="Class NetworkTopologyStrategyTest" class="title">Class NetworkTopologyStrategyTest</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>org.apache.cassandra.locator.NetworkTopologyStrategyTest</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="strong">NetworkTopologyStrategyTest</span> extends java.lang.Object</pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#NetworkTopologyStrategyTest()">NetworkTopologyStrategyTest</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>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#createDummyTokens(org.apache.cassandra.locator.TokenMetadata,%20boolean)">createDummyTokens</a></strong>(<a href="../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, boolean&nbsp;populateDC3)</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#testLargeCluster()">testLargeCluster</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#testProperties()">testProperties</a></strong>()</code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#testPropertiesWithEmptyDC()">testPropertiesWithEmptyDC</a></strong>()</code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><strong><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategyTest.html#tokenFactory(org.apache.cassandra.locator.TokenMetadata,%20java.lang.String,%20byte[])">tokenFactory</a></strong>(<a href="../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, java.lang.String&nbsp;token, byte[]&nbsp;bytes)</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"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor_detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="NetworkTopologyStrategyTest()"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>NetworkTopologyStrategyTest</h4> <pre>public&nbsp;NetworkTopologyStrategyTest()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method_detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="testProperties()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testProperties</h4> <pre>public&nbsp;void&nbsp;testProperties() throws java.io.IOException, <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="testPropertiesWithEmptyDC()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testPropertiesWithEmptyDC</h4> <pre>public&nbsp;void&nbsp;testPropertiesWithEmptyDC() throws java.io.IOException, <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.io.IOException</code></dd> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="testLargeCluster()"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>testLargeCluster</h4> <pre>public&nbsp;void&nbsp;testLargeCluster() throws java.net.UnknownHostException, <a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.net.UnknownHostException</code></dd> <dd><code><a href="../../../../org/apache/cassandra/exceptions/ConfigurationException.html" title="class in org.apache.cassandra.exceptions">ConfigurationException</a></code></dd></dl> </li> </ul> <a name="createDummyTokens(org.apache.cassandra.locator.TokenMetadata, boolean)"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>createDummyTokens</h4> <pre>public&nbsp;void&nbsp;createDummyTokens(<a href="../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, boolean&nbsp;populateDC3) throws java.net.UnknownHostException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.net.UnknownHostException</code></dd></dl> </li> </ul> <a name="tokenFactory(org.apache.cassandra.locator.TokenMetadata, java.lang.String, byte[])"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>tokenFactory</h4> <pre>public&nbsp;void&nbsp;tokenFactory(<a href="../../../../org/apache/cassandra/locator/TokenMetadata.html" title="class in org.apache.cassandra.locator">TokenMetadata</a>&nbsp;metadata, java.lang.String&nbsp;token, byte[]&nbsp;bytes) throws java.net.UnknownHostException</pre> <dl><dt><span class="strong">Throws:</span></dt> <dd><code>java.net.UnknownHostException</code></dd></dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../index-files/index-1.html">Index</a></li> <li><a href="../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../org/apache/cassandra/locator/NetworkTopologyStrategy.html" title="class in org.apache.cassandra.locator"><span class="strong">Prev Class</span></a></li> <li><a href="../../../../org/apache/cassandra/locator/OldNetworkTopologyStrategy.html" title="class in org.apache.cassandra.locator"><span class="strong">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../index.html?org/apache/cassandra/locator/NetworkTopologyStrategyTest.html" target="_top">Frames</a></li> <li><a href="NetworkTopologyStrategyTest.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method_detail">Method</a></li> </ul> </div> <a name="skip-navbar_bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
sayanh/ViewMaintenanceCassandra
doc/org/apache/cassandra/locator/NetworkTopologyStrategyTest.html
HTML
apache-2.0
13,270
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" /> <link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media="all"/> <link rel="stylesheet" href="../../../../../aui/css/aui-experimental.min.css" media="all"/> <!--[if IE 9]><link rel="stylesheet" href="../../../../../aui/css/aui-ie9.min.css" media="all"/><![endif]--> <style type="text/css" media="all"> @import url('../../../../../style.css'); @import url('../../../../../tree.css'); </style> <script src="../../../../../jquery-1.8.3.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-experimental.min.js" type="text/javascript"></script> <script src="../../../../../aui/js/aui-soy.min.js" type="text/javascript"></script> <script src="../../../../../package-nodes-tree.js" type="text/javascript"></script> <script src="../../../../../clover-tree.js" type="text/javascript"></script> <script src="../../../../../clover.js" type="text/javascript"></script> <script src="../../../../../clover-descriptions.js" type="text/javascript"></script> <script src="../../../../../cloud.js" type="text/javascript"></script> <title>ABA Route Transit Number Validator 1.0.1-SNAPSHOT</title> </head> <body> <div id="page"> <header id="header" role="banner"> <nav class="aui-header aui-dropdown2-trigger-group" role="navigation"> <div class="aui-header-inner"> <div class="aui-header-primary"> <h1 id="logo" class="aui-header-logo aui-header-logo-clover"> <a href="http://openclover.org" title="Visit OpenClover home page"><span class="aui-header-logo-device">OpenClover</span></a> </h1> </div> <div class="aui-header-secondary"> <ul class="aui-nav"> <li id="system-help-menu"> <a class="aui-nav-link" title="Open online documentation" target="_blank" href="http://openclover.org/documentation"> <span class="aui-icon aui-icon-small aui-iconfont-help">&#160;Help</span> </a> </li> </ul> </div> </div> </nav> </header> <div class="aui-page-panel"> <div class="aui-page-panel-inner"> <div class="aui-page-panel-nav aui-page-panel-nav-clover"> <div class="aui-page-header-inner" style="margin-bottom: 20px;"> <div class="aui-page-header-image"> <a href="http://cardatechnologies.com" target="_top"> <div class="aui-avatar aui-avatar-large aui-avatar-project"> <div class="aui-avatar-inner"> <img src="../../../../../img/clover_logo_large.png" alt="Clover icon"/> </div> </div> </a> </div> <div class="aui-page-header-main" > <h1> <a href="http://cardatechnologies.com" target="_top"> ABA Route Transit Number Validator 1.0.1-SNAPSHOT </a> </h1> </div> </div> <nav class="aui-navgroup aui-navgroup-vertical"> <div class="aui-navgroup-inner"> <ul class="aui-nav"> <li class=""> <a href="../../../../../dashboard.html">Project overview</a> </li> </ul> <div class="aui-nav-heading packages-nav-heading"> <strong>Packages</strong> </div> <div class="aui-nav project-packages"> <form method="get" action="#" class="aui package-filter-container"> <input type="text" autocomplete="off" class="package-filter text" placeholder="Type to filter packages..." name="package-filter" id="package-filter" title="Start typing package name (or part of the name) to search through the tree. Use arrow keys and the Enter key to navigate."/> </form> <p class="package-filter-no-results-message hidden"> <small>No results found.</small> </p> <div class="packages-tree-wrapper" data-root-relative="../../../../../" data-package-name="com.cardatechnologies.utils.validators.abaroutevalidator"> <div class="packages-tree-container"></div> <div class="clover-packages-lozenges"></div> </div> </div> </div> </nav> </div> <section class="aui-page-panel-content"> <div class="aui-page-panel-content-clover"> <div class="aui-page-header-main"><ol class="aui-nav aui-nav-breadcrumbs"> <li><a href="../../../../../dashboard.html"> Project Clover database Sat Aug 7 2021 12:29:33 MDT</a></li> <li><a href="test-pkg-summary.html">Package com.cardatechnologies.utils.validators.abaroutevalidator</a></li> <li><a href="test-Test_AbaRouteValidator_17a.html">Class Test_AbaRouteValidator_17a</a></li> </ol></div> <h1 class="aui-h2-clover"> Test testAbaNumberCheck_35253_good </h1> <table class="aui"> <thead> <tr> <th>Test</th> <th><label title="The test result. Either a Pass, Fail or Error.">Status</label></th> <th><label title="When the test execution was started">Start time</label></th> <th><label title="The total time in seconds taken to run this test.">Time (seconds)</label></th> <th><label title="A failure or error message if the test is not successful.">Message</label></th> </tr> </thead> <tbody> <tr> <td> <a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a.html?line=4096#src-4096" >testAbaNumberCheck_35253_good</a> </td> <td> <span class="sortValue">1</span><span class="aui-lozenge aui-lozenge-success">PASS</span> </td> <td> 7 Aug 12:46:29 </td> <td> 0.0 </td> <td> <div></div> <div class="errorMessage"></div> </td> </tr> </tbody> </table> <div>&#160;</div> <table class="aui aui-table-sortable"> <thead> <tr> <th style="white-space:nowrap;"><label title="A class that was directly hit by this test.">Target Class</label></th> <th colspan="4"><label title="The percentage of coverage contributed by each single test.">Coverage contributed by</label> testAbaNumberCheck_35253_good</th> </tr> </thead> <tbody> <tr> <td> <span class="sortValue">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</span> &#160;&#160;<a href="../../../../../com/cardatechnologies/utils/validators/abaroutevalidator/AbaRouteValidator.html?id=16758#AbaRouteValidator" title="AbaRouteValidator" name="sl-47">com.cardatechnologies.utils.validators.abaroutevalidator.AbaRouteValidator</a> </td> <td> <span class="sortValue">0.7352941</span>73.5% </td> <td class="align-middle" style="width: 100%" colspan="3"> <div> <div title="73.5% Covered" style="min-width:40px;" class="barNegative contribBarNegative contribBarNegative"><div class="barPositive contribBarPositive contribBarPositive" style="width:73.5%"></div></div></div> </td> </tr> </tbody> </table> </div> <!-- class="aui-page-panel-content-clover" --> <footer id="footer" role="contentinfo"> <section class="footer-body"> <ul> <li> Report generated by <a target="_new" href="http://openclover.org">OpenClover</a> v 4.4.1 on Sat Aug 7 2021 12:49:26 MDT using coverage data from Sat Aug 7 2021 12:47:23 MDT. </li> </ul> <ul> <li>OpenClover is free and open-source software. </li> </ul> </section> </footer> </section> <!-- class="aui-page-panel-content" --> </div> <!-- class="aui-page-panel-inner" --> </div> <!-- class="aui-page-panel" --> </div> <!-- id="page" --> </body> </html>
dcarda/aba.route.validator
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_17a_testAbaNumberCheck_35253_good_cxi.html
HTML
apache-2.0
9,182
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML><HEAD><TITLE>Man page of ACCT</TITLE> </HEAD><BODY> <H1>ACCT</H1> Section: Linux Programmer's Manual (2)<BR>Updated: 2008-06-16<BR><A HREF="#index">Index</A> <A HREF="../index.html">Return to Main Contents</A><HR> <A NAME="lbAB">&nbsp;</A> <H2>NAME</H2> acct - switch process accounting on or off <A NAME="lbAC">&nbsp;</A> <H2>SYNOPSIS</H2> <PRE> <B>#include &lt;<A HREF="file:///usr/include/unistd.h">unistd.h</A>&gt;</B> <B>int acct(const char *</B><I>filename</I><B>);</B> </PRE> <P> Feature Test Macro Requirements for glibc (see <B><A HREF="../man7/feature_test_macros.7.html">feature_test_macros</A></B>(7)): <P> <B>acct</B>(): _BSD_SOURCE || (_XOPEN_SOURCE &amp;&amp; _XOPEN_SOURCE&nbsp;&lt;&nbsp;500) <A NAME="lbAD">&nbsp;</A> <H2>DESCRIPTION</H2> The <B>acct</B>() system call enables or disables process accounting. If called with the name of an existing file as its argument, accounting is turned on, and records for each terminating process are appended to <I>filename</I> as it terminates. An argument of NULL causes accounting to be turned off. <A NAME="lbAE">&nbsp;</A> <H2>RETURN VALUE</H2> On success, zero is returned. On error, -1 is returned, and <I>errno</I> is set appropriately. <A NAME="lbAF">&nbsp;</A> <H2>ERRORS</H2> <DL COMPACT> <DT><B>EACCES</B> <DD> Write permission is denied for the specified file, or search permission is denied for one of the directories in the path prefix of <I>filename</I> (see also <B><A HREF="../man7/path_resolution.7.html">path_resolution</A></B>(7)), or <I>filename</I> is not a regular file. <DT><B>EFAULT</B> <DD> <I>filename</I> points outside your accessible address space. <DT><B>EIO</B> <DD> Error writing to the file <I>filename</I>. <DT><B>EISDIR</B> <DD> <I>filename</I> is a directory. <DT><B>ELOOP</B> <DD> Too many symbolic links were encountered in resolving <I>filename</I>. <DT><B>ENAMETOOLONG</B> <DD> <I>filename</I> was too long. <DT><B>ENFILE</B> <DD> The system limit on the total number of open files has been reached. <DT><B>ENOENT</B> <DD> The specified filename does not exist. <DT><B>ENOMEM</B> <DD> Out of memory. <DT><B>ENOSYS</B> <DD> BSD process accounting has not been enabled when the operating system kernel was compiled. The kernel configuration parameter controlling this feature is <B>CONFIG_BSD_PROCESS_ACCT</B>. <DT><B>ENOTDIR</B> <DD> A component used as a directory in <I>filename</I> is not in fact a directory. <DT><B>EPERM</B> <DD> The calling process has insufficient privilege to enable process accounting. On Linux the <B>CAP_SYS_PACCT</B> capability is required. <DT><B>EROFS</B> <DD> <I>filename</I> refers to a file on a read-only filesystem. <DT><B>EUSERS</B> <DD> There are no more free file structures or we ran out of memory. </DL> <A NAME="lbAG">&nbsp;</A> <H2>CONFORMING TO</H2> SVr4, 4.3BSD (but not POSIX). <A NAME="lbAH">&nbsp;</A> <H2>NOTES</H2> No accounting is produced for programs running when a system crash occurs. In particular, nonterminating processes are never accounted for. <P> The structure of the records written to the accounting file is described in <B><A HREF="../man5/acct.5.html">acct</A></B>(5). <A NAME="lbAI">&nbsp;</A> <H2>SEE ALSO</H2> <B><A HREF="../man5/acct.5.html">acct</A></B>(5) <P> <HR> <A NAME="index">&nbsp;</A><H2>Index</H2> <DL> <DT><A HREF="#lbAB">NAME</A><DD> <DT><A HREF="#lbAC">SYNOPSIS</A><DD> <DT><A HREF="#lbAD">DESCRIPTION</A><DD> <DT><A HREF="#lbAE">RETURN VALUE</A><DD> <DT><A HREF="#lbAF">ERRORS</A><DD> <DT><A HREF="#lbAG">CONFORMING TO</A><DD> <DT><A HREF="#lbAH">NOTES</A><DD> <DT><A HREF="#lbAI">SEE ALSO</A><DD> </DL> <HR> This document was created by <A HREF="/cgi-bin/man/man2html">man2html</A>, using the manual pages.<BR> Time: 02:54:50 GMT, September 18, 2014 </BODY> </HTML>
cs-education/sysassets
man_pages/html/man2/acct.2.html
HTML
apache-2.0
3,873
<!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="rustdoc"> <meta name="description" content="API documentation for the Rust `P757` type in crate `typenum`."> <meta name="keywords" content="rust, rustlang, rust-lang, P757"> <title>typenum::consts::P757 - Rust</title> <link rel="stylesheet" type="text/css" href="../../normalize.css"> <link rel="stylesheet" type="text/css" href="../../rustdoc.css"> <link rel="stylesheet" type="text/css" href="../../main.css"> </head> <body class="rustdoc type"> <!--[if lte IE 8]> <div class="warning"> This old browser is unsupported and will most likely display funky things. </div> <![endif]--> <nav class="sidebar"> <p class='location'><a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a></p><script>window.sidebarCurrent = {name: 'P757', ty: 'type', relpath: ''};</script><script defer src="sidebar-items.js"></script> </nav> <nav class="sub"> <form class="search-form js-only"> <div class="search-container"> <input class="search-input" name="search" autocomplete="off" placeholder="Click or press ‘S’ to search, ‘?’ for more options…" type="search"> </div> </form> </nav> <section id='main' class="content"> <h1 class='fqn'><span class='in-band'>Type Definition <a href='../index.html'>typenum</a>::<wbr><a href='index.html'>consts</a>::<wbr><a class="type" href=''>P757</a></span><span class='out-of-band'><span id='render-detail'> <a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs"> [<span class='inner'>&#x2212;</span>] </a> </span><a class='srclink' href='../../src/typenum/home/jacob/nitro-game-engine/target/debug/build/typenum-cb7a8e569dce0703/out/consts.rs.html#1574' title='goto source code'>[src]</a></span></h1> <pre class='rust typedef'>type P757 = <a class="struct" href="../../typenum/int/struct.PInt.html" title="struct typenum::int::PInt">PInt</a>&lt;<a class="type" href="../../typenum/consts/type.U757.html" title="type typenum::consts::U757">U757</a>&gt;;</pre></section> <section id='search' class="content hidden"></section> <section class="footer"></section> <aside id="help" class="hidden"> <div> <h1 class="hidden">Help</h1> <div class="shortcuts"> <h2>Keyboard Shortcuts</h2> <dl> <dt>?</dt> <dd>Show this help dialog</dd> <dt>S</dt> <dd>Focus the search field</dd> <dt>&larrb;</dt> <dd>Move up in search results</dd> <dt>&rarrb;</dt> <dd>Move down in search results</dd> <dt>&#9166;</dt> <dd>Go to active search result</dd> <dt>+</dt> <dd>Collapse/expand all sections</dd> </dl> </div> <div class="infos"> <h2>Search Tricks</h2> <p> Prefix searches with a type followed by a colon (e.g. <code>fn:</code>) to restrict the search to a given type. </p> <p> Accepted types are: <code>fn</code>, <code>mod</code>, <code>struct</code>, <code>enum</code>, <code>trait</code>, <code>type</code>, <code>macro</code>, and <code>const</code>. </p> <p> Search functions by type signature (e.g. <code>vec -> usize</code> or <code>* -> vec</code>) </p> </div> </div> </aside> <script> window.rootPath = "../../"; window.currentCrate = "typenum"; </script> <script src="../../jquery.js"></script> <script src="../../main.js"></script> <script defer src="../../search-index.js"></script> </body> </html>
nitro-devs/nitro-game-engine
docs/typenum/consts/type.P757.html
HTML
apache-2.0
4,364
<!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"> <head> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>Document</title> <style type="text/css"> p { color: red; font-size: 100px; } #para1 { color: blue; font-size: 300px; } .spec { color: green; font-size: 50px; } div { color: cyan !important; } ul { color: orange; } </style> </head> <body> <p id="para1" class="spec">文字</p> <div> <p>abcde</p> <ul> <li>继承提升外部 <p>继承提升!</p> </li> </ul> </div> </body> </html> <!-- important属性: p { color: red !important; } #para1 { color: blue; } .spec { color: green; } 通过语法 k:v !important; 给一个属性提升权重! 强调内容: 1) !important提升的是一个属性,而不是一个选择器。 2) !important无法提升继承的权重,该是0还是0。 3) !important不影响就近原则 PS:!important在建站的时候不允许使用,因为会让CSS写的很乱 -->
JamesLiAndroid/LearnFrontEnd
css/basic_css_important.html
HTML
apache-2.0
1,191
<!DOCTYPE html> <html class="no-js"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title></title> <meta name="description" content="Aplicación movil para tener un ratreo de las rutas de camiones de Guadalajara"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/bootstrap.css"> <link rel="stylesheet" href="css/main.css"> <script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script> </head> <body> <div class="container"> <div class="row"> <div id="registro" class=" col-lg-6 col-md-8 col-sm-12 col-lg-offset-3 col-md-offset-2"> <div class="row"> <div class="col-md-12 text-center"> <img src="img/logo.jpg" alt="Punto Jalisco Abierto"> </div> <div id="descarga" class="col-md-12 bg-verde text-center"> <p><span>gracias por registrarte</span><br>Por favor descarga la aplicación para tener internet totalmente gratis.</p> </div><!-- /alerta --> <div class="col-md-6 col-sm-6 text-center appD"> <a href="https://play.google.com/store/apps/details?id=mx.nanocode.puntojaliscoabierto"><img src="img/googleplay.png" alt="Descargar de Google Play"></a> </div> <div class="col-md-6 col-sm-6 text-center appD"> <a href="#"><img src="img/appstore.png" alt="Descargar de la AppStore" ></a> </div> </div><!-- /.row-fluid --> </div><!-- /formulario --> </div><!-- /.row --> </div><!-- /.container --> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> <script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.0.min.js"><\/script>')</script> <script src="js/vendor/bootstrap.min.js"></script> <script src="js/main.js"></script> <!-- Google Analytics: change UA-XXXXX-X to be your site's ID. --> <script> (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]= function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date; e=o.createElement(i);r=o.getElementsByTagName(i)[0]; e.src='//www.google-analytics.com/analytics.js'; r.parentNode.insertBefore(e,r)}(window,document,'script','ga')); ga('create','UA-XXXXX-X');ga('send','pageview'); </script> </body> </html>
ConectividadInnovadoraSAdeCV/WeOn
src/PortalMod/descargar.html
HTML
apache-2.0
2,559
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>百度首页练习</title> <style> div{ text-align: center; font-size: 14px; } .header{ height: 200px; } .content{ height: 300px; } .footer{ height: 250px; } .logo{ height:120px; } .nav{ } input[type=text]{ width: 250px; height: 30px; } input[type=submit]{ background-color: dodgerblue; color: aliceblue; width: 130px; height: 30px; } .search{ height: 60px; } .more{ height: 80px; } .aq{ height: 60px; } .sss{ height: 50px; } </style> </head> <body> <div class="header"> <div class="logo"> <img src="../images/bd_logo.png" width="200px" height="80px"> </div> <div class="nav"> <a href="#">新闻</a> <strong>网页</strong> <a href="#">贴吧</a> <a href="#">知道</a> <a href="#">音乐</a> <a href="#">图片</a> <a href="#">视频</a> <a href="#">地图</a> </div> </div> <div class="content"> <div class="search"> <input type="text" value=""> <input type="submit" value="百度一下,你就知道"> </div> <div class="more"> <a href="#">百科</a> <a href="#">文库</a> <a href="#">hao123</a> <a href="#">更多>></a> </div> <div> <img src="../images/bd_logo.png" width="20px" height="20px"> <a href="#">百度地图带你吃喝玩乐,全心全意为人民服务</a> </div> </div> <div class="footer"> <div class="aq"> <a href="#">把百度设置为首页</a> | <a href="#">下载安装百度卫士</a> </div> <div class="sss"> <a href="#">加入百度推广</a> | <a href="#">搜索风云榜</a> | <a href="#">关于百度</a> | <a href="#">About Baidu</a> </div> <div>©2017 Baidu 使用百度前必读 意见反馈 京ICP证030173号 京公网安备11000002000001号</div> </div> </body> </html>
CoderJJMa/React-native-learn
CSS/CSS/百度首页练习.html
HTML
apache-2.0
2,458
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_162) on Sat Feb 02 18:57:44 CET 2019 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Package com.communote.plugins.api.rest.v22.resource.topic.property (Communote 3.5 API)</title> <meta name="date" content="2019-02-02"> <link rel="stylesheet" type="text/css" href="../../../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Package com.communote.plugins.api.rest.v22.resource.topic.property (Communote 3.5 API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?com/communote/plugins/api/rest/v22/resource/topic/property/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h1 title="Uses of Package com.communote.plugins.api.rest.v22.resource.topic.property" class="title">Uses of Package<br>com.communote.plugins.api.rest.v22.resource.topic.property</h1> </div> <div class="contentContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/package-summary.html">com.communote.plugins.api.rest.v22.resource.topic.property</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="#com.communote.plugins.api.rest.v22.resource.topic">com.communote.plugins.api.rest.v22.resource.topic</a></td> <td class="colLast">&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><a href="#com.communote.plugins.api.rest.v22.resource.topic.property">com.communote.plugins.api.rest.v22.resource.topic.property</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.communote.plugins.api.rest.v22.resource.topic"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/package-summary.html">com.communote.plugins.api.rest.v22.resource.topic.property</a> used by <a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/package-summary.html">com.communote.plugins.api.rest.v22.resource.topic</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/class-use/PropertyResource.html#com.communote.plugins.api.rest.v22.resource.topic">PropertyResource</a>&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"><a name="com.communote.plugins.api.rest.v22.resource.topic.property"> <!-- --> </a> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation"> <caption><span>Classes in <a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/package-summary.html">com.communote.plugins.api.rest.v22.resource.topic.property</a> used by <a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/package-summary.html">com.communote.plugins.api.rest.v22.resource.topic.property</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Class and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colOne"><a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/class-use/CreatePropertyParameter.html#com.communote.plugins.api.rest.v22.resource.topic.property">CreatePropertyParameter</a> <div class="block">This class it the parameter class for the Property resource.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/class-use/GetCollectionPropertyParameter.html#com.communote.plugins.api.rest.v22.resource.topic.property">GetCollectionPropertyParameter</a> <div class="block">This class it the parameter class for the Property resource.</div> </td> </tr> <tr class="altColor"> <td class="colOne"><a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/class-use/GetPropertyParameter.html#com.communote.plugins.api.rest.v22.resource.topic.property">GetPropertyParameter</a> <div class="block">This class it the parameter class for the Property resource.</div> </td> </tr> <tr class="rowColor"> <td class="colOne"><a href="../../../../../../../../../com/communote/plugins/api/rest/v22/resource/topic/property/class-use/PropertyResource.html#com.communote.plugins.api.rest.v22.resource.topic.property">PropertyResource</a>&nbsp;</td> </tr> </tbody> </table> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li>Class</li> <li class="navBarCell1Rev">Use</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../../../index.html?com/communote/plugins/api/rest/v22/resource/topic/property/package-use.html" target="_top">Frames</a></li> <li><a href="package-use.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://communote.github.io/">Communote team</a>. All rights reserved.</small></p> </body> </html>
Communote/communote.github.io
generated/javadoc/com/communote/plugins/api/rest/v22/resource/topic/property/package-use.html
HTML
apache-2.0
8,784
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Aug 14 15:31:51 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>Uses of Interface org.wildfly.swarm.config.batch.jberet.ThreadFactorySupplier (BOM: * : All 2.1.0.Final API)</title> <meta name="date" content="2018-08-14"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.wildfly.swarm.config.batch.jberet.ThreadFactorySupplier (BOM: * : All 2.1.0.Final API)"; } } catch(err) { } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/batch/jberet/class-use/ThreadFactorySupplier.html" target="_top">Frames</a></li> <li><a href="ThreadFactorySupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Interface org.wildfly.swarm.config.batch.jberet.ThreadFactorySupplier" class="title">Uses of Interface<br>org.wildfly.swarm.config.batch.jberet.ThreadFactorySupplier</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation"> <caption><span>Packages that use <a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">ThreadFactorySupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Package</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><a href="#org.wildfly.swarm.config">org.wildfly.swarm.config</a></td> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"><a name="org.wildfly.swarm.config"> <!-- --> </a> <h3>Uses of <a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">ThreadFactorySupplier</a> in <a href="../../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a></h3> <table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation"> <caption><span>Methods in <a href="../../../../../../../org/wildfly/swarm/config/package-summary.html">org.wildfly.swarm.config</a> with parameters of type <a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">ThreadFactorySupplier</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../../../org/wildfly/swarm/config/BatchJBeret.html" title="type parameter in BatchJBeret">T</a></code></td> <td class="colLast"><span class="typeNameLabel">BatchJBeret.</span><code><span class="memberNameLink"><a href="../../../../../../../org/wildfly/swarm/config/BatchJBeret.html#threadFactory-org.wildfly.swarm.config.batch.jberet.ThreadFactorySupplier-">threadFactory</a></span>(<a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">ThreadFactorySupplier</a>&nbsp;supplier)</code> <div class="block">Install a supplied ThreadFactory object to the list of subresources</div> </td> </tr> </tbody> </table> </li> </ul> </li> </ul> </div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../../../org/wildfly/swarm/config/batch/jberet/ThreadFactorySupplier.html" title="interface in org.wildfly.swarm.config.batch.jberet">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../../../index.html?org/wildfly/swarm/config/batch/jberet/class-use/ThreadFactorySupplier.html" target="_top">Frames</a></li> <li><a href="ThreadFactorySupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.1.0.Final/apidocs/org/wildfly/swarm/config/batch/jberet/class-use/ThreadFactorySupplier.html
HTML
apache-2.0
7,694
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Thu Sep 09 16:01:24 PDT 2004 --> <TITLE> JDOM v1.0: Class XSLTransformException </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="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/XSLTransformException.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>JDOM<br><font size='-1'>1.0</font></b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSLTransformException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.jdom.JDOMException">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;METHOD</FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> org.jdom.transform</FONT> <BR> Class XSLTransformException</H2> <PRE> java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--<A HREF="../../../org/jdom/JDOMException.html">org.jdom.JDOMException</A> | +--<B>org.jdom.transform.XSLTransformException</B> </PRE> <HR> <DL> <DT>public class <B>XSLTransformException</B><DT>extends <A HREF="../../../org/jdom/JDOMException.html">JDOMException</A></DL> <P> Thrown when an XSL stylesheet fails to compile or an XSL transform fails <P> <DL> <DT><B>Version: </B><DD>$Revision: 1.3 $, $Date: 2004/02/06 09:28:32 $</DD> <DT><B>Author: </B><DD>Jason Hunter</DD> <DT><B>See Also: </B><DD><A HREF="../../../serialized-form.html#org.jdom.transform.XSLTransformException">Serialized Form</A></DL> <HR> <P> <!-- ======== INNER CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../org/jdom/transform/XSLTransformException.html#XSLTransformException()">XSLTransformException</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/jdom/transform/XSLTransformException.html#XSLTransformException(java.lang.String)">XSLTransformException</A></B>(java.lang.String&nbsp;message)</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/jdom/transform/XSLTransformException.html#XSLTransformException(java.lang.String, java.lang.Exception)">XSLTransformException</A></B>(java.lang.String&nbsp;message, java.lang.Exception&nbsp;cause)</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="methods_inherited_from_class_org.jdom.JDOMException"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class org.jdom.<A HREF="../../../org/jdom/JDOMException.html">JDOMException</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../org/jdom/JDOMException.html#getCause()">getCause</A>, <A HREF="../../../org/jdom/JDOMException.html#getMessage()">getMessage</A>, <A HREF="../../../org/jdom/JDOMException.html#initCause(java.lang.Throwable)">initCause</A>, <A HREF="../../../org/jdom/JDOMException.html#printStackTrace()">printStackTrace</A>, <A HREF="../../../org/jdom/JDOMException.html#printStackTrace(java.io.PrintStream)">printStackTrace</A>, <A HREF="../../../org/jdom/JDOMException.html#printStackTrace(java.io.PrintWriter)">printStackTrace</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Throwable"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Throwable</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>fillInStackTrace, getLocalizedMessage, toString</CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.Object</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="XSLTransformException()"><!-- --></A><H3> XSLTransformException</H3> <PRE> public <B>XSLTransformException</B>()</PRE> <DL> </DL> <HR> <A NAME="XSLTransformException(java.lang.String)"><!-- --></A><H3> XSLTransformException</H3> <PRE> public <B>XSLTransformException</B>(java.lang.String&nbsp;message)</PRE> <DL> </DL> <HR> <A NAME="XSLTransformException(java.lang.String, java.lang.Exception)"><!-- --></A><H3> XSLTransformException</H3> <PRE> public <B>XSLTransformException</B>(java.lang.String&nbsp;message, java.lang.Exception&nbsp;cause)</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="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/XSLTransformException.html"><FONT ID="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-files/index-1.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT ID="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> <b>JDOM<br><font size='-1'>1.0</font></b></EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV CLASS&nbsp; &nbsp;NEXT CLASS</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="XSLTransformException.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: &nbsp;INNER&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#methods_inherited_from_class_org.jdom.JDOMException">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;METHOD</FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> Copyright © 2004 Jason Hunter, Brett McLaughlin. All Rights Reserved. </BODY> </HTML>
kgidev/maserJ
lib/jdom/build/apidocs/org/jdom/transform/XSLTransformException.html
HTML
apache-2.0
10,655
<!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_51) on Thu Apr 28 18:37:58 UTC 2016 --> <title>Uses of Class org.apache.cassandra.repair.StreamingRepairTask (apache-cassandra API)</title> <meta name="date" content="2016-04-28"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> </head> <body> <script type="text/javascript"><!-- if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class org.apache.cassandra.repair.StreamingRepairTask (apache-cassandra API)"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar_top"> <!-- --> </a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/repair/StreamingRepairTask.html" title="class in org.apache.cassandra.repair">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/repair/class-use/StreamingRepairTask.html" target="_top">Frames</a></li> <li><a href="StreamingRepairTask.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <a name="skip-navbar_top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <div class="header"> <h2 title="Uses of Class org.apache.cassandra.repair.StreamingRepairTask" class="title">Uses of Class<br>org.apache.cassandra.repair.StreamingRepairTask</h2> </div> <div class="classUseContainer">No usage of org.apache.cassandra.repair.StreamingRepairTask</div> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar_bottom"> <!-- --> </a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../../../../../org/apache/cassandra/repair/StreamingRepairTask.html" title="class in org.apache.cassandra.repair">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../../../../../overview-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev</li> <li>Next</li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?org/apache/cassandra/repair/class-use/StreamingRepairTask.html" target="_top">Frames</a></li> <li><a href="StreamingRepairTask.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; 2016 The Apache Software Foundation</small></p> </body> </html>
elisska/cloudera-cassandra
DATASTAX_CASSANDRA-2.2.6/javadoc/org/apache/cassandra/repair/class-use/StreamingRepairTask.html
HTML
apache-2.0
4,407
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <script type="text/javascript" src="../../js/por.js"></script> <script type="text/javascript"> importPOR('../..'); </script> <script type="text/javascript" src="SearchBarDemo.js"></script> <title>搜索栏</title> </head> <body> <div id="searchbar" > 公司代号:<input type="text" class="inputField" key="code"> 公司名称:<input type="text" class="inputField" key="name"> <input id="query" type="button" value="查询"> <input id="cancel" type="button" value="清除"> </div> <div id="main" style='height:200px;'></div> <div id="operation2" ></div> <br> </body> </html>
stserp/erp1
source/web/por2/demo/SearchBarDemo/SearchBarDemo.html
HTML
apache-2.0
814
<span id="clearStoredData">Clear stored data</span> <span id="clearDataQ">?</span> <div id="clearDataDetails"> <h2>Clearing Your Data</h2> <p>This site uses the HTML5 localStorage API in order to save your first name, the last lesson/page you viewed, and your progress through the various quizzes.</p> <p>We love this because it means we're not storing cookies on your computer. You love this because it means we're not storing cookies on your computer! Also, the only bit of personal info we ever ask for is you first name.</p> <p>Clicking the 'Clear Stored Data' link will remove all of the stored data, including your name, last lesson/page viewed and quiz progress.</p> </div>
jimwilde/music101
ajax/clearData.html
HTML
apache-2.0
698
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Aug 14 15:31:42 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>OutboundBindAddressSupplier (BOM: * : All 2.1.0.Final API)</title> <meta name="date" content="2018-08-14"> <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="OutboundBindAddressSupplier (BOM: * : All 2.1.0.Final API)"; } } catch(err) { } //--> var methods = {"i0":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OutboundBindAddressSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddressConsumer.html" title="interface in org.wildfly.swarm.config.io.worker"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/worker/Server.html" title="class in org.wildfly.swarm.config.io.worker"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/io/worker/OutboundBindAddressSupplier.html" target="_top">Frames</a></li> <li><a href="OutboundBindAddressSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">org.wildfly.swarm.config.io.worker</div> <h2 title="Interface OutboundBindAddressSupplier" class="title">Interface OutboundBindAddressSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddress.html" title="class in org.wildfly.swarm.config.io.worker">OutboundBindAddress</a>&gt;</h2> </div> <div class="contentContainer"> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Functional Interface:</dt> <dd>This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.</dd> </dl> <hr> <br> <pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/FunctionalInterface.html?is-external=true" title="class or interface in java.lang">@FunctionalInterface</a> public interface <span class="typeNameLabel">OutboundBindAddressSupplier&lt;T extends <a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddress.html" title="class in org.wildfly.swarm.config.io.worker">OutboundBindAddress</a>&gt;</span></pre> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code><a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddress.html" title="class in org.wildfly.swarm.config.io.worker">OutboundBindAddress</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddressSupplier.html#get--">get</a></span>()</code> <div class="block">Constructed instance of OutboundBindAddress resource</div> </td> </tr> </table> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="get--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>get</h4> <pre><a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddress.html" title="class in org.wildfly.swarm.config.io.worker">OutboundBindAddress</a>&nbsp;get()</pre> <div class="block">Constructed instance of OutboundBindAddress resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>The instance</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/OutboundBindAddressSupplier.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage">Thorntail API, 2.1.0.Final</div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../../../../../org/wildfly/swarm/config/io/worker/OutboundBindAddressConsumer.html" title="interface in org.wildfly.swarm.config.io.worker"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../org/wildfly/swarm/config/io/worker/Server.html" title="class in org.wildfly.swarm.config.io.worker"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?org/wildfly/swarm/config/io/worker/OutboundBindAddressSupplier.html" target="_top">Frames</a></li> <li><a href="OutboundBindAddressSupplier.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li>Constr&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright &#169; 2018 <a href="http://www.jboss.org">JBoss by Red Hat</a>. All rights reserved.</small></p> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.1.0.Final/apidocs/org/wildfly/swarm/config/io/worker/OutboundBindAddressSupplier.html
HTML
apache-2.0
9,505
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_22) on Tue Nov 16 12:39:15 CET 2010 --> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <TITLE> Uses of Interface org.resthub.oauth2.provider.dao.TokenDao (RESThub framework 1.0 API) </TITLE> <META NAME="date" CONTENT="2010-11-16"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Interface org.resthub.oauth2.provider.dao.TokenDao (RESThub framework 1.0 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/resthub/oauth2/provider/dao/TokenDao.html" title="interface in org.resthub.oauth2.provider.dao"><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/resthub/oauth2/provider/dao/\class-useTokenDao.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenDao.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <CENTER> <H2> <B>Uses of Interface<br>org.resthub.oauth2.provider.dao.TokenDao</B></H2> </CENTER> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Packages that use <A HREF="../../../../../../org/resthub/oauth2/provider/dao/TokenDao.html" title="interface in org.resthub.oauth2.provider.dao">TokenDao</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><A HREF="#org.resthub.oauth2.provider.dao"><B>org.resthub.oauth2.provider.dao</B></A></TD> <TD>DAO for OAuth 2 provider (token persistence)&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="org.resthub.oauth2.provider.dao"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../../../org/resthub/oauth2/provider/dao/TokenDao.html" title="interface in org.resthub.oauth2.provider.dao">TokenDao</A> in <A HREF="../../../../../../org/resthub/oauth2/provider/dao/package-summary.html">org.resthub.oauth2.provider.dao</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../../org/resthub/oauth2/provider/dao/package-summary.html">org.resthub.oauth2.provider.dao</A> that implement <A HREF="../../../../../../org/resthub/oauth2/provider/dao/TokenDao.html" title="interface in org.resthub.oauth2.provider.dao">TokenDao</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../org/resthub/oauth2/provider/dao/TokenDaoImpl.html" title="class in org.resthub.oauth2.provider.dao">TokenDaoImpl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Implementation of the token's dao</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../org/resthub/oauth2/provider/dao/TokenDao.html" title="interface in org.resthub.oauth2.provider.dao"><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/resthub/oauth2/provider/dao/\class-useTokenDao.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="TokenDao.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; 2009-2010. All Rights Reserved. </BODY> </HTML>
resthub/resthub.github.io
apidocs/spring/1.0/org/resthub/oauth2/provider/dao/class-use/TokenDao.html
HTML
apache-2.0
8,108
<html> <head> <meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8"> <title>build</title> <link href="../../../images/logo-icon.svg" rel="icon" type="image/svg"> <script>var pathToRoot = "../../../";</script> <script type="text/javascript" src="../../../scripts/sourceset_dependencies.js" async="async"></script> <link href="../../../styles/style.css" rel="Stylesheet"> <link href="../../../styles/logo-styles.css" rel="Stylesheet"> <link href="../../../styles/jetbrains-mono.css" rel="Stylesheet"> <link href="../../../styles/main.css" rel="Stylesheet"> <script type="text/javascript" src="../../../scripts/clipboard.js" async="async"></script> <script type="text/javascript" src="../../../scripts/navigation-loader.js" async="async"></script> <script type="text/javascript" src="../../../scripts/platform-content-handler.js" async="async"></script> <script type="text/javascript" src="../../../scripts/main.js" async="async"></script> </head> <body> <div id="container"> <div id="leftColumn"> <div id="logo"></div> <div id="paneSearch"></div> <div id="sideMenu"></div> </div> <div id="main"> <div id="leftToggler"><span class="icon-toggler"></span></div> <script type="text/javascript" src="../../../scripts/pages.js"></script> <script type="text/javascript" src="../../../scripts/main.js"></script> <div class="main-content" id="content" pageIds="org.hexworks.zircon.api.builder.component/ModalBuilder/build/#/PointingToDeclaration//-828656838"> <div class="navigation-wrapper" id="navigation-wrapper"> <div class="breadcrumbs"><a href="../../index.html">zircon.core</a>/<a href="../index.html">org.hexworks.zircon.api.builder.component</a>/<a href="index.html">ModalBuilder</a>/<a href="build.html">build</a></div> <div class="pull-right d-flex"> <div class="filter-section" id="filter-section"><button class="platform-tag platform-selector common-like" data-active="" data-filter=":zircon.core:dokkaHtml/commonMain">common</button></div> <div id="searchBar"></div> </div> </div> <div class="cover "> <h1 class="cover"><span>build</span></h1> </div> <div class="divergent-group" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"><div class="with-platform-tags"><span class="pull-right"></span></div> <div> <div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-depenent-content" data-active="" data-togglable=":zircon.core:dokkaHtml/commonMain"><div class="symbol monospace">open override fun <a href="build.html">build</a>(): <a href="../../org.hexworks.zircon.api.component.modal/-modal/index.html">Modal</a>&lt;<a href="index.html">T</a>&gt;<span class="top-right-position"><span class="copy-icon"></span><div class="copy-popup-wrapper popup-to-left"><span class="copy-popup-icon"></span><span>Content copied to clipboard</span></div></span></div></div></div> </div> <p class="paragraph">Builds an object of type <a href="index.html">T</a>.</p></div> <h2 class="">Sources</h2> <div class="table" data-togglable="Sources"><a data-name="%5Borg.hexworks.zircon.api.builder.component%2FModalBuilder%2Fbuild%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838" anchor-label="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/builder/component/ModalBuilder.kt#L45" id="%5Borg.hexworks.zircon.api.builder.component%2FModalBuilder%2Fbuild%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838" data-filterable-set=":zircon.core:dokkaHtml/commonMain"></a> <div class="table-row" data-filterable-current=":zircon.core:dokkaHtml/commonMain" data-filterable-set=":zircon.core:dokkaHtml/commonMain"> <div class="main-subrow keyValue "> <div class=""><span class="inline-flex"><a href="https://github.com/Hexworks/zircon/tree/master/zircon.core/src/commonMain/kotlin/org/hexworks/zircon/api/builder/component/ModalBuilder.kt#L45">(source)</a><span class="anchor-wrapper"><span class="anchor-icon" pointing-to="%5Borg.hexworks.zircon.api.builder.component%2FModalBuilder%2Fbuild%2F%23%2FPointingToDeclaration%2F%5D%2FSource%2F-828656838"></span> <div class="copy-popup-wrapper "><span class="copy-popup-icon"></span><span>Link copied to clipboard</span></div> </span></span></div> <div></div> </div> </div> </div> </div> <div class="footer"><span class="go-to-top-icon"><a href="#content"></a></span><span>© 2020 Copyright</span><span class="pull-right"><span>Sponsored and developed by dokka</span><a href="https://github.com/Kotlin/dokka"><span class="padded-icon"></span></a></span></div> </div> </div> </body> </html>
Hexworks/zircon
docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.api.builder.component/-modal-builder/build.html
HTML
apache-2.0
5,071
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Designing a simple quiz application</title> <link rel="stylesheet" href="../jquery-ui-1.11.4.custom/jquery-ui.min.css"> <link rel="stylesheet" href="../jquery-ui-1.11.4.custom/jquery-ui.theme.min.css"> <style type="text/css"> body{ font-family:arial,verdana; font-size:12px; margin: 0px auto; width: 600px; } div.container{ border: 1px solid #000; float:left; margin:0 auto; padding:10px; width: 100%; } #leftCol{ float:left; } #rightCol{ float:right; } ul{ list-style:none; margin:0; padding:0; width:50%; } li{ border:1px solid #000; font-weight:bold; margin:5px 0; padding:10px 0; text-align:center; width:175px; } #source li{ cursor:move; } #score{ font-weight:bold; float:left; color:#ff0000; } #reset{ color:#ff0000; cursor:pointer; font-weight:bold; text-align:right; text-decoration:underline; float:right; } .clear{ clear:both; } #dialog-complete{ display:none; } #dialog-complete span{ float:left; margin:0 7px 20px 0; } </style> </head> <body> <div class="container"> <span id="score"></span> <button id="reset" type="button">Reset</button> <div class="clear"></div> <hr/> <div id="leftCol"> <ul id="source"> </ul> </div> <div id="rightCol"> <ul id="target"> </ul> </div> </div> <div id="dialog-complete" title="Well Done!"> <p><span class="ui-icon ui-icon-power"></span> Well done. You have completed the quiz successfully.</p> </div> <script src="../jquery-ui-1.11.4.custom/jquery-2.2.0.min.js"></script> <script src="../jquery-ui-1.11.4.custom/jquery-ui.min.js"></script> <script src="js/quiz.js"></script> </body> </html>
kindlychung/masterJqueryUI
ch1/index.html
HTML
apache-2.0
1,953
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_151) on Tue Oct 30 00:53:02 MST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>org.wildfly.swarm.microprofile.health.detect (BOM: * : All 2.2.1.Final API)</title> <meta name="date" content="2018-10-30"> <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="../../../../../../org/wildfly/swarm/microprofile/health/detect/package-summary.html" target="classFrame">org.wildfly.swarm.microprofile.health.detect</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="HealthPackageDetector.html" title="class in org.wildfly.swarm.microprofile.health.detect" target="classFrame">HealthPackageDetector</a></li> </ul> </div> </body> </html>
wildfly-swarm/wildfly-swarm-javadocs
2.2.1.Final/apidocs/org/wildfly/swarm/microprofile/health/detect/package-frame.html
HTML
apache-2.0
1,052
{% extends "base.html" %} {% block content %} {% if home %} {% for content in home %} {% if forloop.counter0|divisibleby:2 %} {% if forloop.first%} <div class="row"> <div class="main-header ourcontentpost clearfix" > <div class="col-xs-12 col-sm-12 col-md-12" style="background-image:url({{content.img.url}}); background-repeat: no-repeat; background-size: 100%;" > <h2 class="white-text"> {{ content.title }} </h2> </div> </div> </div> {% else %} <div class="row"> <div class="odd ourcontentpost clearfix"> <div class="imgdiv col-xs-12 col-sm-12 col-md-4 col-md-push-8" style="height: 100%; padding: 0;"> <img class="center-block img-responsive home-img" src="{{content.img.url}}"> </img> </div> <div class="plaindiv col-xs-12 col-sm-12 col-md-8 col-md-pull-4" style="background-color:{{content.color}};text-align: center; height: 100%;"> <div class="contents"> {% if content.title %} <h1 class="white-text">{{ content.title }}</h1> {% endif %} <h3 class="center-block contenttextright white-text">{% autoescape off %}{{ content.text}}{% endautoescape %}</h3> <a href="{{ content.link }}" class="btn btn-default btn-lg active" role="button">{{ content.button_text }}</a> {% if content.link2 %}<a href="{{ content.link2 }}" class="btn btn-default btn-lg active" role="button">{{ content.button_text2 }}</a>{% endif %} </div> </div> </div> </div> {% if forloop.counter == 3 %} <div class="row liinfo"> <div style="height: 200px; display: table; width: 100%;"> {% for link in homelink %} <div class="col-sm-3 clearfix" style="background-color:{{ link.color }}"><a class="infoclick" href="{{ link.link }}"><i class="fa fa-5x {{ link.icon }}" aria-hidden="true"></i> <p> {{ link.title }} </p></a></div> {% endfor %} </div> </div> {% endif %} {% endif %} {% else %} <div class="row"> <div class="twice ourcontentpost"> <div class="imgdiv col-xs-12 col-sm-12 col-md-4" style="height: 100%; padding: 0;"> <img class="center-block img-responsive home-img" src="{{ content.img.url }}"> </img> </div> <div class="plaindiv col-xs-12 col-sm-12 col-md-8" style="background-color:{{ content.color }}; height: 100%; text-align: center;"> <div class="contents"> {% if content.title %} <h1 class="white-text">{{ content.title }}</h1> {% endif %} <h3 class="center-block contenttextright white-text">{% autoescape off %}{{ content.text}}{% endautoescape %}</h3> {% if content.link %}<a href="{{ content.link }}" class="btn btn-default btn-lg active" role="button">{{ content.button_text }}</a>{% endif %} {% if content.link2 %}<a href="{{ content.link2 }}" class="btn btn-default btn-lg active" role="button">{{ content.button_text2 }}</a>{% endif %} </div> </div> </div> </div> {% endif %} {% endfor %} {% endif %} {% endblock %}
RachellCalhoun/lightandleadership
content/templates/content/old_home.html
HTML
apache-2.0
2,909
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (version 1.7.0_55) on Fri Nov 04 21:40:13 ART 2016 --> <title>matrix.factory</title> <meta name="date" content="2016-11-04"> <link rel="stylesheet" type="text/css" href="../../stylesheet.css" title="Style"> </head> <body> <h1 class="bar"><a href="../../matrix/factory/package-summary.html" target="classFrame">matrix.factory</a></h1> <div class="indexContainer"> <h2 title="Interfaces">Interfaces</h2> <ul title="Interfaces"> <li><a href="FactoryMatrix.html" title="interface in matrix.factory" target="classFrame"><i>FactoryMatrix</i></a></li> </ul> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="FactoryMatrixDefault.html" title="class in matrix.factory" target="classFrame">FactoryMatrixDefault</a></li> <li><a href="FactoryMatrixHolder.html" title="class in matrix.factory" target="classFrame">FactoryMatrixHolder</a></li> <li><a href="FactoryMatrixSparse.html" title="class in matrix.factory" target="classFrame">FactoryMatrixSparse</a></li> <li><a href="FactoryMatrixSparseHash.html" title="class in matrix.factory" target="classFrame">FactoryMatrixSparseHash</a></li> <li><a href="FactoryMatrixSparseHashPar.html" title="class in matrix.factory" target="classFrame">FactoryMatrixSparseHashPar</a></li> <li><a href="FactoryMatrixThreshold.html" title="class in matrix.factory" target="classFrame">FactoryMatrixThreshold</a></li> <li><a href="FactoryMatrixTrove.html" title="class in matrix.factory" target="classFrame">FactoryMatrixTrove</a></li> <li><a href="FactoryMatrixTrovePar.html" title="class in matrix.factory" target="classFrame">FactoryMatrixTrovePar</a></li> </ul> </div> </body> </html>
tommantonela/SMArtOp
smartop/doc/matrix/factory/package-frame.html
HTML
apache-2.0
1,826
{extend name="/layer" /} {block name="main"} <form class="layui-form layui-form-pane" onsubmit="return false;"> <input type="hidden" name="id" value="{$detail.id}"> <div class="layui-tab"> <ul class="layui-tab-title"> <li class="layui-this">基本信息</li> <li>权限管理</li> </ul> <div class="layui-tab-content"> <div class="layui-tab-item layui-show"> <div class="layui-form-item"> <label class="layui-form-label"> <span class="x-red">*</span>标题 </label> <div class="layui-input-block"> <input type="text" value="{$detail.title}" name="title" required="" lay-verify="required" class="layui-input" placeholder="请输入节点标题"> </div> </div> <div class="layui-form-item layui-form-text"> <label class="layui-form-label">描述 </label> <div class="layui-input-block"> <textarea name="desc" placeholder="请输入节点描述" class="layui-textarea">{$detail.desc}</textarea> </div> </div> </div> <div class="layui-tab-item"> <div class="layui-form-item"> <label class="layui-form-label"> <span class="x-red">*</span>权限 </label> {volist name="nodeTree" id='level1'} <div class="layui-input-block"> <div class="node-level-1"> <input type="checkbox" {php}echo in_array($level1['text']['id'],$nodeids) ? 'checked' : '';{/php} disabled="" name="rights[{$level1.text.id}]" title="{$level1.text.title}" value="{$level1.text.id}"> </div> {volist name="level1['child']" id='level2'} <div class="node-level-2"> <input type="checkbox" {php}echo in_array($level2['text']['id'],$nodeids) ? 'checked' : '';{/php} disabled="" class="level-2" name="rights[{$level2.text.id}]" title="{$level2.text.title}" value="{$level2.text.id}"> </div> <div class="node-level-3"> {volist name="level2['child']" id='level3'} <input type="checkbox" {php}echo in_array($level3['text']['id'],$nodeids) ? 'checked' : '';{/php} name="rights[{$level3.text.id}]" class="level-3" title="{$level3.text.title}" value="{$level3.text.id}" data-parent="{$level3.text.parentid}" data-parents="{$level2.text.parentid}"> {/volist} </div> {/volist} </div> <hr> {/volist} </div> </div> </div> </div> <div class="layui-form-item x-form-btns"> <div class="layui-input-block"> <button class="layui-btn" lay-submit="" lay-filter="form-submit">立即提交</button> <button type="reset" class="layui-btn layui-btn-primary">重置</button> </div> </div> </form> <script> layui.use(['form'], function() { $ = layui.jquery; //jquery var form = layui.form(); form.on('checkbox', function(data) { var $this = $(data.elem), pid = $this.data('parent'), ppid = $this.data('parents'), p = $this.parents('.layui-tab-item'); var parent = p.find('input[value="' + pid + '"]'); pparent = p.find('input[value="' + ppid + '"]'); if ($this.prop('checked')) { parent.prop('checked', true); pparent.prop('checked', true); } else { parent.prop('checked', false); pparent.prop('checked', false); $this.siblings('.level-3').each(function(index, el) { if ($(el).prop('checked')) { parent.prop('checked', true); } }); p.find('.level-2').each(function(index, el) { if ($(el).prop('checked')) { pparent.prop('checked', true); } }); } form.render('checkbox'); return; }); form.on('submit(form-submit)', function(data) { xAdminItemAddEdit("{:url($ctrl.'/'.$action.'_edit')}",data.field); }); }); </script> {/block}
kennygp/kenny
application/admin/view/rbac/role/edit.html
HTML
apache-2.0
4,505
<!DOCTYPE html > <html> <head> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" /> <title>ScalaTest 3.0.5 - org.scalatest.words.ResultOfThrownByApplication</title> <meta name="description" content="ScalaTest 3.0.5 - org.scalatest.words.ResultOfThrownByApplication" /> <meta name="keywords" content="ScalaTest 3.0.5 org.scalatest.words.ResultOfThrownByApplication" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <link href="../../../lib/index.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/template.css" media="screen" type="text/css" rel="stylesheet" /> <link href="../../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" /> <script type="text/javascript" src="../../../lib/jquery.js"></script> <script type="text/javascript" src="../../../lib/jquery.panzoom.min.js"></script> <script type="text/javascript" src="../../../lib/jquery.mousewheel.min.js"></script> <script type="text/javascript" src="../../../lib/index.js"></script> <script type="text/javascript" src="../../../index.js"></script> <script type="text/javascript" src="../../../lib/scheduler.js"></script> <script type="text/javascript" src="../../../lib/template.js"></script> <script type="text/javascript" src="../../../lib/tools.tooltip.js"></script> <script type="text/javascript"> /* this variable can be used by the JS to determine the path to the root document */ var toRoot = '../../../'; </script> </head> <body> <div id="search"> <span id="doc-title">ScalaTest 3.0.5<span id="doc-version"></span></span> <span class="close-results"><span class="left">&lt;</span> Back</span> <div id="textfilter"> <span class="input"> <input autocapitalize="none" placeholder="Search" id="index-input" type="text" accesskey="/" /> <i class="clear material-icons"></i> <i id="search-icon" class="material-icons"></i> </span> </div> </div> <div id="search-results"> <div id="search-progress"> <div id="progress-fill"></div> </div> <div id="results-content"> <div id="entity-results"></div> <div id="member-results"></div> </div> </div> <div id="content-scroll-container" style="-webkit-overflow-scrolling: touch;"> <div id="content-container" style="-webkit-overflow-scrolling: touch;"> <div id="subpackage-spacer"> <div id="packages"> <h1>Packages</h1> <ul> <li name="_root_.root" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="_root_"></a><a id="root:_root_"></a> <span class="permalink"> <a href="index.html#_root_" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../../index.html"><span class="name">root</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="_root_.org" visbl="pub" class="indented1 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="org"></a><a id="org:org"></a> <span class="permalink"> <a href="index.html#org" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="../../index.html"><span class="name">org</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../../index.html" class="extype" name="_root_">root</a></dd></dl></div> </li><li name="org.scalatest" visbl="pub" class="indented2 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="scalatest"></a><a id="scalatest:scalatest"></a> <span class="permalink"> <a href="../org/index.html#scalatest" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter." href="../index.html"><span class="name">scalatest</span></a> </span> <p class="shortcomment cmt">ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter.</p><div class="fullcomment"><div class="comment cmt"><p>ScalaTest's main traits, classes, and other members, including members supporting ScalaTest's DSL for the Scala interpreter. </p></div><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../../index.html" class="extype" name="org">org</a></dd></dl></div> </li><li name="org.scalatest.words" visbl="pub" class="indented3 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="words"></a><a id="words:words"></a> <span class="permalink"> <a href="../../org/scalatest/index.html#words" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">package</span> </span> <span class="symbol"> <a title="" href="index.html"><span class="name">words</span></a> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="../index.html" class="extype" name="org.scalatest">scalatest</a></dd></dl></div> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="BeWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="BeWord.html" title="This class is part of the ScalaTest matchers DSL.">BeWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="BehaveWord.html" title="Class that supports shared test registration via instances referenced from the behave field of FunSpecs, FlatSpecs, and WordSpecs as well as instance of their sister traits, fixture.FunSpec, fixture.FlatSpec, and fixture.WordSpec."></a> <a href="BehaveWord.html" title="Class that supports shared test registration via instances referenced from the behave field of FunSpecs, FlatSpecs, and WordSpecs as well as instance of their sister traits, fixture.FunSpec, fixture.FlatSpec, and fixture.WordSpec.">BehaveWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="trait" href="CanVerb.html" title="Provides an implicit conversion that adds can methods to String to support the syntax of FlatSpec, WordSpec, org.scalatest.fixture.FlatSpec, and fixture.WordSpec."></a> <a href="CanVerb.html" title="Provides an implicit conversion that adds can methods to String to support the syntax of FlatSpec, WordSpec, org.scalatest.fixture.FlatSpec, and fixture.WordSpec.">CanVerb</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="CompileWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="CompileWord.html" title="This class is part of the ScalaTest matchers DSL.">CompileWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ContainWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ContainWord.html" title="This class is part of the ScalaTest matchers DSL.">ContainWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="DefinedWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="DefinedWord.html" title="This class is part of the ScalaTest matchers DSL.">DefinedWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="EmptyWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="EmptyWord.html" title="This class is part of the ScalaTest matchers DSL.">EmptyWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="EndWithWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="EndWithWord.html" title="This class is part of the ScalaTest matchers DSL.">EndWithWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ExistWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ExistWord.html" title="This class is part of the ScalaTest matchers DSL.">ExistWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="FullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="FullyMatchWord.html" title="This class is part of the ScalaTest matchers DSL.">FullyMatchWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="HaveWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="HaveWord.html" title="This class is part of the ScalaTest matchers DSL.">HaveWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="IncludeWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="IncludeWord.html" title="This class is part of the ScalaTest matchers DSL.">IncludeWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="LengthWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="LengthWord.html" title="This class is part of the ScalaTest matchers DSL.">LengthWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="MatchPatternWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="MatchPatternWord.html" title="This class is part of the ScalaTest matchers DSL.">MatchPatternWord</a> </li><li class="current-entities indented3"> <a class="object" href="MatcherWords$.html" title=""></a> <a class="trait" href="MatcherWords.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="MatcherWords.html" title="This class is part of the ScalaTest matchers DSL.">MatcherWords</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="trait" href="MustVerb.html" title="Provides an implicit conversion that adds must methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec."></a> <a href="MustVerb.html" title="Provides an implicit conversion that adds must methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.">MustVerb</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="NoExceptionWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="NoExceptionWord.html" title="This class is part of the ScalaTest matchers DSL.">NoExceptionWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="NotWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="NotWord.html" title="This class is part of the ScalaTest matchers DSL.">NotWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="PleaseUseNoExceptionShouldSyntaxInstead.html" title=""></a> <a href="PleaseUseNoExceptionShouldSyntaxInstead.html" title="">PleaseUseNoExceptionShouldSyntaxInstead</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ReadableWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ReadableWord.html" title="This class is part of the ScalaTest matchers DSL.">ReadableWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="RegexWithGroups.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="RegexWithGroups.html" title="This class is part of the ScalaTest matchers DSL.">RegexWithGroups</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfATypeInvocation.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfATypeInvocation.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfATypeInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAWordToAMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAWordToAMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAWordToAMatcherApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAWordToBePropertyMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAWordToBePropertyMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAWordToBePropertyMatcherApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAWordToSymbolApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAWordToSymbolApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAWordToSymbolApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAfterWordApplication.html" title="Class that supports the use of after words in WordSpec and fixture.WordSpec."></a> <a href="ResultOfAfterWordApplication.html" title="Class that supports the use of after words in WordSpec and fixture.WordSpec.">ResultOfAfterWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAllElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAllElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAllElementsOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAllOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAllOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAllOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAnTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAnTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAnTypeInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAnWordToAnMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAnWordToAnMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAnWordToAnMatcherApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAnWordToBePropertyMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAnWordToBePropertyMatcherApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAnWordToBePropertyMatcherApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAnWordToSymbolApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAnWordToSymbolApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAnWordToSymbolApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAtLeastOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAtLeastOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAtLeastOneElementOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAtLeastOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAtLeastOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAtLeastOneOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAtMostOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAtMostOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAtMostOneElementOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfAtMostOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfAtMostOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfAtMostOneOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfBeThrownBy.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfBeThrownBy.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfBeThrownBy</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfBeWordForAType.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfBeWordForAType.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfBeWordForAType</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfBeWordForAnType.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfBeWordForAnType.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfBeWordForAnType</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfBeWordForNoException.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfBeWordForNoException.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfBeWordForNoException</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfContainWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfContainWord.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfContainWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfDefinedAt.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfDefinedAt.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfDefinedAt</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfGreaterThanComparison.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfGreaterThanComparison.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfGreaterThanComparison</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfGreaterThanOrEqualToComparison.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfGreaterThanOrEqualToComparison.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfGreaterThanOrEqualToComparison</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfInOrderApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfInOrderApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfInOrderApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfInOrderElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfInOrderElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfInOrderElementsOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfInOrderOnlyApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfInOrderOnlyApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfInOrderOnlyApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfKeyWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfKeyWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfKeyWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfLengthWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfLengthWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfLengthWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfLessThanComparison.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfLessThanComparison.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfLessThanComparison</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfLessThanOrEqualToComparison.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfLessThanOrEqualToComparison.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfLessThanOrEqualToComparison</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfMessageWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfMessageWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfMessageWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfNoElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfNoElementsOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfNoElementsOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfNoneOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfNoneOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfNoneOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfNotExist.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfNotExist.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfNotExist</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfNotWordForAny.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfNotWordForAny.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfNotWordForAny</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfOfTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfOfTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfOfTypeInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfOneElementOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfOneElementOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfOneOfApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfOneOfApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfOnlyApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfOnlyApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfOnlyApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfRegexWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfRegexWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfRegexWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfSizeWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfSizeWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfSizeWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfStringPassedToVerb.html" title="Abstract class that supports test registration in FlatSpec and fixture.FlatSpec."></a> <a href="ResultOfStringPassedToVerb.html" title="Abstract class that supports test registration in FlatSpec and fixture.FlatSpec.">ResultOfStringPassedToVerb</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfTaggedAsInvocation.html" title="Supports the registration of tagged tests in shorthand form in FlatSpec and fixture.FlatSpec."></a> <a href="ResultOfTaggedAsInvocation.html" title="Supports the registration of tagged tests in shorthand form in FlatSpec and fixture.FlatSpec.">ResultOfTaggedAsInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfTheSameElementsAsApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfTheSameElementsAsApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfTheSameElementsAsApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfTheSameElementsInOrderAsApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfTheSameElementsInOrderAsApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfTheSameElementsInOrderAsApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfTheSameInstanceAsApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfTheSameInstanceAsApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfTheSameInstanceAsApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfTheTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfTheTypeInvocation.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfTheTypeInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="" title="This class is part of the ScalaTest matchers DSL."></a> <a href="" title="This class is part of the ScalaTest matchers DSL.">ResultOfThrownByApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="ResultOfValueWordApplication.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="ResultOfValueWordApplication.html" title="This class is part of the ScalaTest matchers DSL.">ResultOfValueWordApplication</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="trait" href="ShouldVerb.html" title="Provides an implicit conversion that adds should methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec."></a> <a href="ShouldVerb.html" title="Provides an implicit conversion that adds should methods to String to support the syntax of FlatSpec, WordSpec, fixture.FlatSpec, and fixture.WordSpec.">ShouldVerb</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="SizeWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="SizeWord.html" title="This class is part of the ScalaTest matchers DSL.">SizeWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="SortedWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="SortedWord.html" title="This class is part of the ScalaTest matchers DSL.">SortedWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="StartWithWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="StartWithWord.html" title="This class is part of the ScalaTest matchers DSL.">StartWithWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="StringVerbBehaveLikeInvocation.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles."></a> <a href="StringVerbBehaveLikeInvocation.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles.">StringVerbBehaveLikeInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="StringVerbBlockRegistration.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in WordSpec and fixture.WordSpec."></a> <a href="StringVerbBlockRegistration.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in WordSpec and fixture.WordSpec.">StringVerbBlockRegistration</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="StringVerbStringInvocation.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles."></a> <a href="StringVerbStringInvocation.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles.">StringVerbStringInvocation</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="SubjectWithAfterWordRegistration.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles."></a> <a href="SubjectWithAfterWordRegistration.html" title="Class that provides a role-specific type for an implicit conversion used to support the registration of subject descriptions in FlatSpec and FreeSpec styles.">SubjectWithAfterWordRegistration</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="TypeCheckWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="TypeCheckWord.html" title="This class is part of the ScalaTest matchers DSL.">TypeCheckWord</a> </li><li class="current-entities indented3"> <span class="separator"></span> <a class="class" href="WritableWord.html" title="This class is part of the ScalaTest matchers DSL."></a> <a href="WritableWord.html" title="This class is part of the ScalaTest matchers DSL.">WritableWord</a> </li> </ul> </div> </div> <div id="content"> <body class="class type"> <!-- Top of doc.scalatest.org [javascript] --> <script type="text/javascript"> var rnd = window.rnd || Math.floor(Math.random()*10e6); var pid204546 = window.pid204546 || rnd; var plc204546 = window.plc204546 || 0; var abkw = window.abkw || ''; var absrc = 'http://ab167933.adbutler-ikon.com/adserve/;ID=167933;size=468x60;setID=204546;type=js;sw='+screen.width+';sh='+screen.height+';spr='+window.devicePixelRatio+';kw='+abkw+';pid='+pid204546+';place='+(plc204546++)+';rnd='+rnd+';click=CLICK_MACRO_PLACEHOLDER'; document.write('<scr'+'ipt src="'+absrc+'" type="text/javascript"></scr'+'ipt>'); </script> <div id="definition"> <div class="big-circle class">c</div> <p id="owner"><a href="../../index.html" class="extype" name="org">org</a>.<a href="../index.html" class="extype" name="org.scalatest">scalatest</a>.<a href="index.html" class="extype" name="org.scalatest.words">words</a></p> <h1>ResultOfThrownByApplication<span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html" title="Permalink"> <i class="material-icons"></i> </a> </span></h1> <h3><span class="morelinks"></span></h3> </div> <h4 id="signature" class="signature"> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">class</span> </span> <span class="symbol"> <span class="name">ResultOfThrownByApplication</span><span class="result"> extends <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> </h4> <div id="comment" class="fullcommenttop"><div class="comment cmt"><p>This class is part of the ScalaTest matchers DSL. Please see the documentation for <a href="../Matchers.html"><code>Matchers</code></a> for an overview of the matchers DSL. </p></div><dl class="attributes block"> <dt>Source</dt><dd><a href="https://github.com/scalatest/scalatest/tree/release-3.0.5/scalatest//src/main/scala/org/scalatest/words/ResultOfThrownByApplication.scala" target="_blank">ResultOfThrownByApplication.scala</a></dd></dl><div class="toggleContainer block"> <span class="toggle"> Linear Supertypes </span> <div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div> </div></div> <div id="mbrsel"> <div class="toggle"></div> <div id="memberfilter"> <i class="material-icons arrow"></i> <span class="input"> <input id="mbrsel-input" placeholder="Filter all members" type="text" accesskey="/" /> </span> <i class="clear material-icons"></i> </div> <div id="filterby"> <div id="order"> <span class="filtertype">Ordering</span> <ol> <li class="alpha in"><span>Alphabetic</span></li> <li class="inherit out"><span>By Inheritance</span></li> </ol> </div> <div class="ancestors"> <span class="filtertype">Inherited<br /> </span> <ol id="linearization"> <li class="in" name="org.scalatest.words.ResultOfThrownByApplication"><span>ResultOfThrownByApplication</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li> </ol> </div><div class="ancestors"> <span class="filtertype"></span> <ol> <li class="hideall out"><span>Hide All</span></li> <li class="showall in"><span>Show All</span></li> </ol> </div> <div id="visbl"> <span class="filtertype">Visibility</span> <ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol> </div> </div> </div> <div id="template"> <div id="allMembers"> <div id="constructors" class="members"> <h3>Instance Constructors</h3> <ol><li name="org.scalatest.words.ResultOfThrownByApplication#&lt;init&gt;" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="&lt;init&gt;(fun:=&gt;Unit):org.scalatest.words.ResultOfThrownByApplication"></a><a id="&lt;init&gt;:ResultOfThrownByApplication"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#&lt;init&gt;(fun:=&gt;Unit):org.scalatest.words.ResultOfThrownByApplication" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">new</span> </span> <span class="symbol"> <span class="name">ResultOfThrownByApplication</span><span class="params">(<span name="fun">fun: ⇒ <span class="extype" name="scala.Unit">Unit</span></span>)</span> </span> </li></ol> </div> <div class="values members"> <h3>Value Members</h3> <ol> <li name="scala.AnyRef#!=" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="!=(x$1:Any):Boolean"></a><a id="!=(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#!=(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef###" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="##():Int"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html###():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#==" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="==(x$1:Any):Boolean"></a><a id="==(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#==(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="scala.Any#asInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="asInstanceOf[T0]:T0"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#asInstanceOf[T0]:T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#clone" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="clone():Object"></a><a id="clone():AnyRef"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#clone():Object" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#eq" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="eq(x$1:AnyRef):Boolean"></a><a id="eq(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#eq(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#equals" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="equals(x$1:Any):Boolean"></a><a id="equals(Any):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#equals(x$1:Any):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div> </li><li name="org.scalatest.words.ResultOfThrownByApplication#execute" visbl="pub" class="indented0 " data-isabs="false" fullComment="no" group="Ungrouped"> <a id="execute():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#execute():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">execute</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <p class="shortcomment cmt">Execute the passed-in body of code.</p> </li><li name="scala.AnyRef#finalize" visbl="prt" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="finalize():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#finalize():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../../java/lang/index.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="symbol">classOf[java.lang.Throwable]</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#getClass" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="getClass():Class[_]"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#getClass():Class[_]" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#hashCode" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="hashCode():Int"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#hashCode():Int" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.Any#isInstanceOf" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="isInstanceOf[T0]:Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#isInstanceOf[T0]:Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div> </li><li name="scala.AnyRef#ne" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="ne(x$1:AnyRef):Boolean"></a><a id="ne(AnyRef):Boolean"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#ne(x$1:AnyRef):Boolean" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="scala.AnyRef#notify" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notify():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#notify():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#notifyAll" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="notifyAll():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#notifyAll():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> </dd></dl></div> </li><li name="scala.AnyRef#synchronized" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="synchronized[T0](x$1:=&gt;T0):T0"></a><a id="synchronized[T0](⇒T0):T0"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#synchronized[T0](x$1:=&gt;T0):T0" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div> </li><li name="org.scalatest.words.ResultOfThrownByApplication#toString" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="toString():String"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#toString():String" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier"></span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Predef.String">String</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd><a href="" class="extype" name="org.scalatest.words.ResultOfThrownByApplication">ResultOfThrownByApplication</a> → AnyRef → Any</dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait():Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#wait():Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long,x$2:Int):Unit"></a><a id="wait(Long,Int):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#wait(x$1:Long,x$2:Int):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li><li name="scala.AnyRef#wait" visbl="pub" class="indented0 " data-isabs="false" fullComment="yes" group="Ungrouped"> <a id="wait(x$1:Long):Unit"></a><a id="wait(Long):Unit"></a> <span class="permalink"> <a href="../../../org/scalatest/words/ResultOfThrownByApplication.html#wait(x$1:Long):Unit" title="Permalink"> <i class="material-icons"></i> </a> </span> <span class="modifier_kind"> <span class="modifier">final </span> <span class="kind">def</span> </span> <span class="symbol"> <span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span> </span> <div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd> <span class="name">@native</span><span class="args">()</span> <span class="name">@throws</span><span class="args">(<span> <span class="defval" name="classOf[java.lang.InterruptedException]">...</span> </span>)</span> </dd></dl></div> </li> </ol> </div> </div> <div id="inheritedMembers"> <div class="parent" name="scala.AnyRef"> <h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3> </div><div class="parent" name="scala.Any"> <h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3> </div> </div> <div id="groupedMembers"> <div class="group" name="Ungrouped"> <h3>Ungrouped</h3> </div> </div> </div> <div id="tooltip"></div> <div id="footer"> </div> </body> </div> </div> </div> </body> </html>
scalatest/scalatest-website
public/scaladoc/3.0.5/org/scalatest/words/ResultOfThrownByApplication.html
HTML
apache-2.0
67,605
<!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 --> <title>org.apache.jmeter.protocol.smtp.sampler.tools (Apache JMeter API)</title> <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="../../../../../../../org/apache/jmeter/protocol/smtp/sampler/tools/package-summary.html" target="classFrame">org.apache.jmeter.protocol.smtp.sampler.tools</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="CounterOutputStream.html" title="class in org.apache.jmeter.protocol.smtp.sampler.tools" target="classFrame">CounterOutputStream</a></li> </ul> </div> </body> </html>
nishit-shah/apache-jmeter-2.13
docs/api/org/apache/jmeter/protocol/smtp/sampler/tools/package-frame.html
HTML
apache-2.0
916
<html><head> <style type="text/css"> <!-- * { visibility: visible !important; overflow: visible !important; user-select:normal !important; -moz-user-select:normal !important; -webkit-user-select:normal !important; user-focus:normal !important; -moz-user-focus:normal !important; -webkit-user-focus:normal !important; filter:none !important; } BODY { overflow: auto !important; } .x-nc-sel0 { text-decoration:none; display:block !important; visibility:visible !important; } .x-nc-sel1 { text-decoration:none; background-color: #42ffa1 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel2 { text-decoration:none; background-color: #ffff42 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel3 { text-decoration:none; background-color: #ff42ff !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel4 { text-decoration:none; background-color: #ffa142 !important; color: black !important; display:block !important; visibility:visible !important; } .x-nc-sel5 { text-decoration:none; background-color: #00ffff !important; color: black !important; display:block !important; visibility:visible !important; } BODY.x-nc-linearized * { float: none !important; position: static !important; overflow: visible !important; } BODY.x-nc-linearized DIV { width:auto !important; height:auto !important; } BODY.x-nc-linearized table, BODY.x-nc-linearized tbody, BODY.x-nc-linearized td, BODY.x-nc-linearized tfoot, BODY.x-nc-linearized th, BODY.x-nc-linearized thead, BODY.x-nc-linearized tr { display: block !important; position: static !important; } --> </style> <title> Timberlake Appearing in Super Bowl Ad|ABC 7 News </title> <link href="http://www.wjla.com/opensearch.xml" rel="search" ty=""> </head><body> <noscript> </noscript> <div id="PageContainer"> <iframe name="masthead" src="http://www.wjla.com/assets/homemasthead.html" marginheight="0" marginwidth="0" style="height: 120px; width: 1021px;" frameborder="0" scrolling="no"> &lt;SPAN class="x-nc-sel2"&gt;Please Upgrade Your Browser. This Site Uses I-Frames Extensively&lt;/SPAN&gt; </iframe> <div id="TopBarContainer"> <div id="MenuContainer"> <div id="menu-container"> <div class="menu"> <ul style="width: 92px;"> <li> <a href="javascript:void(0)" > <div id="top_parent_home"> HOME </div> </a> </li> </ul> <ul> <li> <a href="javascript:void(0)" > News </a> <ul> <li> <a href="javascript:void(0)" > iWitness Videos </a> </li> <li> <a href="javascript:void(0)" > The I-Team </a> </li> <li> <a href="javascript:void(0)" > On Your Side </a> </li> <li> <a href="javascript:void(0)" > Metro Traffic </a> </li> <li> <a href="javascript:void(0)" > Virginia News </a> </li> <li> <a href="javascript:void(0)" > Maryland News </a> </li> <li> <a href="javascript:void(0)" > District News </a> </li> <li> <a href="javascript:void(0)" > Talent Bios </a> </li> <li> <a href="javascript:void(0)" > National News </a> </li> <li> <a href="javascript:void(0)" > World News </a> </li> <li> <a href="javascript:void(0)" > Today In History </a> </li> <li> <a href="javascript:void(0)" > Bloomberg News </a> </li> <li> <a href="javascript:void(0)" > Health News </a> </li> <li> <a href="javascript:void(0)" > Recall Information </a> </li> <li> <a href="javascript:void(0)" > Medical Reports </a> </li> <li> <a href="javascript:void(0)" > Email Alerts </a> </li> <li> <a href="javascript:void(0)" > Business </a> </li> <li> <a href="javascript:void(0)" > Weird News </a> </li> <li> <a href="javascript:void(0)" > Politics </a> </li> <li> <a href="javascript:void(0)" > Sci-Tech </a> </li> <li> <a href="javascript:void(0)" > Entertainment </a> </li> <li> <a href="javascript:void(0)" > Capital Sunday </a> </li> <li> <a href="javascript:void(0)" > Lottery Results </a> </li> <li> <a href="javascript:void(0)" > Select A Candidate </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Weather </a> <ul> <li> <a href="javascript:void(0)" > Today's Forecast </a> </li> <li> <a href="javascript:void(0)" > WeatherBug Network </a> </li> <li> <a href="javascript:void(0)" > Live Super Doppler Radar </a> </li> <li> <a href="javascript:void(0)" > 7 Day Forecast </a> </li> <li> <a href="javascript:void(0)" > Doug's Weather Blog </a> </li> <li> <a href="javascript:void(0)" > Airport Delays </a> </li> <li> <a href="javascript:void(0)" > SkyCam </a> </li> <li> <a href="javascript:void(0)" > Radar &amp; Satellite </a> </li> <li> <a href="javascript:void(0)" > Regional Radar </a> </li> <li> <a href="javascript:void(0)" > Regional Satellite </a> </li> <li> <a href="javascript:void(0)" > Area Temperatures </a> </li> <li> <a href="javascript:void(0)" > Watches &amp; Warnings </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Sports </a> <ul> <li> <a href="javascript:void(0)" > Tim's Sports Blog </a> </li> <li> <a href="javascript:void(0)" > Scoreboard </a> </li> <li> <a href="javascript:void(0)" > Football </a> </li> <li> <a href="javascript:void(0)" > NCAA Football </a> </li> <li> <a href="javascript:void(0)" > Baseball </a> </li> <li> <a href="javascript:void(0)" > Marine Forecast </a> </li> <li> <a href="javascript:void(0)" > Basketball </a> </li> <li> <a href="javascript:void(0)" > NCAA Hoops </a> </li> <li> <a href="javascript:void(0)" > Hockey </a> </li> <li> <a href="javascript:void(0)" > Soccer </a> </li> <li> <a href="javascript:void(0)" > Boxing </a> </li> <li> <a href="javascript:void(0)" > Auto Racing </a> </li> <li> <a href="javascript:void(0)" > Tennis </a> </li> <li> <a href="javascript:void(0)" > Today in Sports </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Blogs </a> <ul> <li> <a href="javascript:void(0)" > On Your Side Blog </a> </li> <li> <a href="javascript:void(0)" > Tim Brant's Sports Blog </a> </li> <li> <a href="javascript:void(0)" > Doug's Weather Blog </a> </li> <li> <a href="javascript:void(0)" > Arch Campbell </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > On Your Side </a> <ul> <li> <a href="javascript:void(0)" > Small Smiles Investigation </a> </li> <li> <a href="javascript:void(0)" > ABC 7 On Your Side </a> </li> <li> <a href="javascript:void(0)" > The I-Team </a> </li> <li> <a href="javascript:void(0)" > Medical Reports </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Marketplace </a> <ul> <li> <a href="javascript:void(0)" > Choose To Save </a> </li> <li> <a href="javascript:void(0)" > Ask The Experts </a> </li> <li> <a href="javascript:void(0)" > Today's New Homes </a> </li> <li> <a href="javascript:void(0)" > Military Greetings </a> </li> <li> <a href="javascript:void(0)" > The RE/MAX Allegiance </a> </li> <li> <a href="javascript:void(0)" > Working Women </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Community </a> <ul> <li> <a href="javascript:void(0)" > Add Your Event </a> </li> <li> <a href="javascript:void(0)" > Events This Week </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Video </a> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Inside ABC 7 </a> <ul> <li> <a href="javascript:void(0)" > Program Schedule </a> </li> <li> <a href="javascript:void(0)" > Contact ABC 7 </a> </li> <li> <a href="javascript:void(0)" > Job Openings </a> </li> <li> <a href="javascript:void(0)" > Inside Washington </a> </li> </ul> </li> </ul> <ul> <li> <a href="javascript:void(0)" > Fun and Games </a> <ul> <li> <a href="javascript:void(0)" > Online Games </a> </li> <li> <a href="javascript:void(0)" > TV Trivia </a> </li> <li> <a href="javascript:void(0)" > Sports Trivia </a> </li> <li> <a href="javascript:void(0)" > Horoscopes </a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div id="BodyContainer"> <div id="NavLeft"> <div style="height: 1.2em;"> </div> <div id="WireBox"> <div class="WireTop"> <div> </div> </div> <div class="WireContent"> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> News </div> </a> <ul style="margin-left: 5px;"> <li> <a style="font-size: 12px;" href="javascript:void(0)" > iWitness Videos </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > The I-Team </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > On Your Side </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Metro Traffic </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Virginia News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Maryland News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > District News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Talent Bios </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > National News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > World News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Today In History </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Bloomberg News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Health News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Recall Information </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Medical Reports </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Email Alerts </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Business </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Weird News </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Politics </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Sci-Tech </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Entertainment </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Capital Sunday </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Lottery Results </a> </li> <li> <a style="font-size: 12px;" href="javascript:void(0)" > Select A Candidate </a> </li> </ul> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Weather </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Sports </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Blogs </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> On Your Side </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Marketplace </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Community </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Video </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Inside ABC 7 </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Fun and Games </div> </a> <a style="font-size: 12px;" href="javascript:void(0)" > <div class="SubMenuHeader"> Games For Fun </div> </a> </div> <div class="WireBottom"> <div> </div> </div> </div> <div style="height: 1em;"> </div> <div id="AdBox160"> </div> <div id="LittleAdvert"> </div> <div id="LeftPromo150"> <div class="alignCenter"> </div> <div style="height: 1em;"> </div> </div> <div style="height: 1em;"> </div> <div style="height: 1em;"> </div> </div> <div style="clear: right;"> </div> <link rel="stylesheet" type="text/css" href="http://www.acc-tv.com/sites/global/v1/story.css"> <div id="SRightCol"> <form action="javascript:void(0)" name="searchform"> <input class="x-nc-invisible"> <div id="SubSearchContainer"> <div class="SearchText"> Keyword Search: </div> <input name="k" size="20" maxlength="40" value="enter search term" class="SearchBox" type="text"> <input style="padding-top: 3px;" src="http://www.acc-tv.com/images/globalsites/elements/gobutton.gif" align="bottom" border="0" type="image"> </div> </form> <div id="StoryRight"> <div style="height: 2em;"> </div> <div id="nmenu"> <ul id="menunav"> <li id="read" class="activelink"> <a href="javascript:void(0)" > read </a> </li> <li id="share"> <a href="javascript:void(0)" > share </a> </li> <li id="interact"> <a href="javascript:void(0)" > interact </a> </li> <li id="email"> <a href="javascript:void(0)" > email </a> </li> </ul> </div> <div style="clear: both;"> </div> <div class="ContentBox"> <div class="BoxTop"> <div> </div> </div> <div class="BoxContent"> <div class="PadContent"> <div id="TagBox"> <div id="TextChange" style="color: rgb(161, 161, 161);"> text size: <a href="javascript:void(0)" style="font-size: 10px; color: rgb(188, 188, 188);" > A </a> | <a href="javascript:void(0)" style="font-size: 13px; color: rgb(188, 188, 188);" > A </a> | <a href="javascript:void(0)" style="font-size: 16px; color: rgb(188, 188, 188);" > A </a> </div> <div id="StoryHeadline"><span class="x-nc-sel1"> Timberlake Appearing in Super Bowl Ad </span></div> <div id="StoryByLine"><span class="x-nc-sel3"> &nbsp;&nbsp;&nbsp;posted 8:58 am Tue January 15, 2008 - SEATTLE </span></div> <div id="StoryTag"> <div class="StoryTags"> <span style="font-size: 10px;"> tags: &nbsp; </span> <a href="javascript:void(0)" > timberlake </a> &nbsp; ? &nbsp; <a href="javascript:void(0)" > appearing </a> &nbsp; ? &nbsp; <a href="javascript:void(0)" > super </a> &nbsp; ? &nbsp; <a href="javascript:void(0)" > bowl </a> </div> </div> </div> <div style="clear: left;"> </div> <div style="height: 0.5em;"> </div> <span class="x-nc-sel2">Come Super Bowl Sunday, Amazon.com will get a leg up in the digital music race it's running against Apple Inc. s iTunes Store. And not just any leg: Justin Timberlake's leg. The boy band heartthrob turned Grammy-winning R&amp;B singer will appear in a spot for Pepsi, kicking off a yearlong $1 billion giveaway of MP3s, CDs, videos, consumer electronics and other items on Amazon.</span> <div id="StoryElementR"> <div id="GrayBox" style="width: 365px; min-width: 365px;"> <div class="GrayTop"> <div> </div> </div> <div class="GrayContent" style="padding: 5px 0pt 0pt 14px; height: 380px;"> <img id="NewsVideoImage" style="padding: 0pt 10px 0pt 0pt;" src="http://www.acc-tv.com/images/globalnews/spo_ft_superbowl_gen_0107.jpg" border="0" height="240" width="352"> <div style="height: 0.5em; clear: both;"> </div> <div id="StoryButtons"> &nbsp; <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/storyshare.gif" border="0" height="16" width="60"> </a> &nbsp; <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/storyprint.gif" border="0" height="16" width="60"> </a> &nbsp; <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/storyemail.gif" border="0" height="16" width="60"> </a> &nbsp; <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/storyrss.gif" border="0" height="16" width="60"> </a> &nbsp; <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/storyaim.gif" border="0" height="16" width="60"> </a> </div> <div class="Pad9Top"> </div> <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/elements/sharebar.gif" border="0" height="30" width="306"> </a> <div class="Pad9Top"> </div> <div class="RelatedHeader"> related stories: </div> <div class="elementbox"> <ul> <li> <a href="javascript:void(0)" title="Justin Timberlake is getting his own golf tournament. The 26-year-old singer will host the PGA Tour event in Las Vegas, which will be renamed the Justin Timberlake Shriners Hospitals for Children Open" > Timberlake Getting His Own Golf Tourney </a> </li> <li> <a href="javascript:void(0)" title="Beyonce Knowles, Justin Timberlake, Linkin Park and " idol="" contestant="" chris="" s="" band="" daughtry="" each="" nabbed="" three="" nominations="" tuesday="" for="" the="" american="" music="" awards="" > Beyonce, Timberlake Nab 3 AMA Nods </a> </li> </ul> </div> </div> <div class="GrayBottom"> <div> </div> </div> </div> </div> <div class="Pad9Top"> </div> <span class="x-nc-sel2">Back in 2004, PepsiCo Inc. and Apple forged a similar partnership, which started with an iTunes Super Bowl commercial promoting legal music downloads, to the tune of Green Day's version of "I Fought the Law." The companies gave away 100 million free iTunes downloads that, with rising iPod sales, helped push Apple to the forefront of the digital music industry.</span> <br> <br> <br> <br> <span class="x-nc-sel2">Working with Amazon this year is big deal for Pepsi, which said it will spend more on its "Pepsi Stuff" advertising campaign than on any past marketing effort.</span> <br> <br> <br> <br> <a href="javascript:void(0)" > <img style="padding: 5px;" src="http://www.acc-tv.com/images/globalsites/elements/mytakebutton.gif" align="left" border="0" height="60" width="175"> </a> <span class="x-nc-sel2">For Amazon.com Inc. the arrangement could mean even more.</span> <br> <br> <br> <br> <span class="x-nc-sel2">In September 2007, Amazon launched a digital music store and committed to sell only MP3-format tunes, which can be copied to multiple computers, burned onto an unlimited number of CDs and played on most portable devices, including Apple's iPod and Microsoft Corp. (</span> <a href="javascript:void(0)" > <span class="x-nc-sel2">MSFT</span> </a> <span class="x-nc-sel2">) (</span> <a href="javascript:void(0)" > <span class="x-nc-sel2">MSFT</span> </a> <span class="x-nc-sel2">)'s Zune.</span> <br> <br> <br> <br> <span class="x-nc-sel2">Thousands of independent music labels signed deals with Amazon, but EMI Music Group PLC, which already offered songs without digital rights management coding on iTunes, was the only major label to agree to DRM-free sales on Amazon.</span> <br> <br> <br> <br> <span class="x-nc-sel2">But as a rise in sales of digital tracks in 2007 failed to offset the overall decline in album sales, the three big labels have rapidly begun retooling their digital strategies. When Vivendi SA's Universal Music Group, Warner Music Group and Sony BMG signed on to sell DRM-free songs, they chose to do so on Amazon and not iTunes, where more than 70 percent of digital music is sold.</span> <br> <br> <br> <br> <span class="x-nc-sel2">"The record labels are quite annoyed with Apple for the situation - CD sales are declining, and digital sales are not making up for it," said Philip Leigh, a senior analyst with the research group Inside Digital Media.</span> <br> <br> <br> <br> <span class="x-nc-sel2">Leigh said the record companies want more flexibility in the way digital music prices are set. Amazon allows some flexibility, but Apple's 99-cents-a-song pricing still dominates the market. By working with Amazon, the labels are fostering competition and potentially gaining more control over how much a song is worth.</span> <br> <br> <br> <br> <span class="x-nc-sel2">While the companies would not disclose financial terms of the deal, teaming up with Pepsi has the potential to transform Amazon from a niche seller to a major player. Leigh said music consumers who may not think about copy protection today will quickly embrace DRM-free music as they buy new computers and devices and face the hassle of moving libraries full of DRM-protected songs.</span> <br> <br> <br> <br> <span class="x-nc-sel2">"The mass market consumer doesn't want these complications," he said.</span> <br> <br> <br> <br> <span class="x-nc-sel2">Danny Socolof, president of Mega Inc., the Las Vegas marketing firm behind "Pepsi Stuff," said Amazon's decision to sell MP3s meshed nicely with one of Pepsi's brand values: choice.</span> <br> <br> <br> <br> <span class="x-nc-sel2">"As we looked at the landscape of the music business, we realized, many other people realized that trying to lock up music with various different digital rights management schemes was failing miserably," he said, confusing consumers or driving them to music piracy.</span> <br> <br> <br> <br> <span class="x-nc-sel2">The major music labels that will participate - EMI, Warner and Sony BMG, but not Universal - responded to the deal because Pepsi and Amazon could bring millions of new digital music shoppers online, he said.</span> <br> <br> <br> <br> <span class="x-nc-sel2">Socolof, who helped Pepsi forge the music partnership with Apple several years ago, would not say whether he explored a new Apple deal this year.</span> <br> <br> <br> <br> <span class="x-nc-sel2">"I think it's pretty obvious to everyone that it's important that this marketplace grow and that there be many players in it," Socolof said in an interview.</span> <br> <br> <br> <br> <span class="x-nc-sel3">---</span> <br> <br> <br> <br> <span class="x-nc-sel3">On the Net:</span> <br> <br> <br> <br> <a href="javascript:void(0)" > <span class="x-nc-sel3">http://www.pepsistuff.com</span> </a> <br> <br> <br> <br> <font class="SmallBlack"> <span class="x-nc-sel3">Written By JESSICA MINTZ</span> </font> <div style="height: 0.5em; clear: both;"> </div> <span id="answerTipEnabled"> </span> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> </font> <div style="height: 1em; clear: both;"> </div> <font class="SmallBlack"> </font> <div id="CommentsContainer510"> <font class="SmallBlack"> </font> <div id="GrayBox"> <div class="GrayTop"> <div> </div> </div> <font class="SmallBlack"> </font> <div class="GrayContent" style="height: 520px;"> <font class="SmallBlack"> </font> <div id="CommentsBox2"> <div id="CommentsTop"> <div style="clear: both;"> </div> <div class="CommentsText"> <font class="SmallBlack"> <span class="x-nc-sel5">You need to be a registered member of</span><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><br></span><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><br></span><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><span class="x-nc-sel5">ABC 7 News to leave comments on news stories.</span></span><span class="x-nc-sel5"> </span></font><span class="x-nc-sel5"> </span></div><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><div class="Pad9Top"><span class="x-nc-sel5"> </span></div></span><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><div class="CommentsText"><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><font class="SmallBlack"><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><span class="x-nc-sel5">Not a member yet?</span></span><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><a href="javascript:void(0)" ><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><span class="InlineAdLink12"><span class="x-nc-sel5"> </span><span class="x-nc-sel5"><span class="x-nc-sel5">Click Here to sign up.</span></span> </span></span> </a></span> </font></span> </div></span> <div style="height: 1em; clear: both;"> </div> <form action="javascript:void(0)"> <font class="SmallBlack"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> <input class="x-nc-invisible"> </font> <div style="clear: both;"> </div> <div class="CommentsLText"> <font class="SmallBlack"> <span class="x-nc-sel0">Username or Email Address</span> </font> </div> <div class="CommentsRText"> <font class="SmallBlack"> <input name="username" size="20" maxlength="40" value="" class="LoginBox" type="text"> </font> </div> <div class="CommentsLText"> <font class="SmallBlack"> <span class="x-nc-sel0">Password</span> </font> </div> <div class="CommentsRText"> <font class="SmallBlack"> <input name="password" size="20" maxlength="40" value="" class="LoginBox" type="password"> </font> </div> </form> </div> <div style="height: 2em; clear: both;"> </div> <div id="CommentsBottom"> <font class="SmallBlack"> Please leave your comments below: <br> <br> <textarea name="comments" cols="90" rows="10" class="CommentBox"></textarea> </font> <div style="height: 0.3em; clear: both;"> </div> <div align="center"> <font class="SmallBlack"> <input class="CommentsButton" value="Add Your Comments or Opinion" type="submit"> </font> </div> <div style="clear: both;"> </div> <div class="CommentsDisclaimer"> <font class="SmallBlack"> <span class="x-nc-sel5">Messages that harass, abuse or threaten other members; have obscene or otherwise objectionable content; have spam, commercial or advertising content or inappropriate links may be removed and may result in the loss of your posting privileges. Please do not post any private information unless you want it to be available publicly. Never assume that you are completely anonymous and cannot be identified by your posts.</span> </font> </div> </div> </div> <font class="SmallBlack"> </font> </div> <div class="GrayBottom"> <div> </div> </div> </div> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> </font> <div id="MoreContainer510" style="background-color: rgb(255, 255, 255);"> <font class="SmallBlack"> <br> <br> <br> <br> </font> <div align="center"> <font class="SmallBlack"> </font> <div id="flashcontent"> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> <img src="http://dynamic.allbrittontv.com/counter/storycount.cfm?i=488043&amp;station=wjla" height="1" width="1"> </font> </div> <font class="SmallBlack"> </font> <div style="height: 3em; clear: both;"> </div> <font class="SmallBlack"> </font> <div align="center"> <div id="AdBox728"> <font class="SmallBlack"> </font> </div> <div id="LittleAdvert"> </div> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> </font> <div style="height: 2em; clear: both;"> </div> <font class="SmallBlack"> </font> <div class="Copyright"> <font class="SmallBlack"> © 2008 WJLA-TV </font> </div> <font class="SmallBlack"> </font> <div class="Copyright"> <font class="SmallBlack"> © 2008 The Associated Press </font> </div> <font class="SmallBlack"> </font> <div class="Copyright"> <font class="SmallBlack"> All rights reserved. This material may not be published, broadcast, rewritten or redistributed. </font> </div> <font class="SmallBlack"> </font> <div class="Copyright"> <font class="SmallBlack"> The 'RUNNING MAN' icon is a registered trademark of America Online, Inc. </font> </div> <font class="SmallBlack"> </font> </div> </div> <div class="BoxBottom"> <div> </div> </div> </div> <font class="SmallBlack"> </font> <div style="height: 1em; clear: both;"> </div> </div> <div style="height: 1em; clear: both;"> </div> </div> <font class="SmallBlack"> </font> <div style="height: 1em; clear: both;"> </div> </div> <font class="SmallBlack"> </font> <div id="FooterContainer"> <div style="clear: both;"> </div> <font class="SmallBlack"> </font> <div id="FooterLeft"> <font class="SmallBlack"> </font> <div id="BottomMenu"> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink" style="color: rgb(255, 255, 255);"> <font class="SmallBlack"> <a href="javascript:void(0)" > HOME </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > News </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Weather </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Sports </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Blogs </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > On Your Side </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Marketplace </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Community </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Video </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Inside ABC 7 </a> &nbsp; | </font> </div> <font class="SmallBlack"> <a href="javascript:void(0)" > </a> </font> <div class="BottomMenuLink"> <font class="SmallBlack"> <a href="javascript:void(0)" > Fun and Games </a> &nbsp; </font> </div> <font class="SmallBlack"> </font> </div> <font class="SmallBlack"> </font> <div style="clear: both;"> </div> <font class="SmallBlack"> </font> <div class="Pad5Top"> </div> <font class="SmallBlack"> TM &amp; © WJLA/NewsChannel 8, a division of Allbritton Communications Company <br> <br> </font> <div class="Pad5Top"> </div> <font class="SmallBlack"> Please read our <a href="javascript:void(0)" > Privacy Policy </a> . By using this site, you accept our <a href="javascript:void(0)" > Terms of Service </a> . <br> <br> <a href="javascript:void(0)" > Children's Television </a> | <a href="javascript:void(0)" > EEO Reports </a> | WJLA adheres to the <a href="javascript:void(0)" > ICRA RATING SYSTEM </a> <br> <br> &nbsp; </font> </div> <font class="SmallBlack"> </font> <div id="FooterRight"> <font class="SmallBlack"> <a href="javascript:void(0)" > <img src="http://www.acc-tv.com/images/globalsites/newirides.gif" border="0" height="100" width="67"> </a> </font> </div> </div> <font class="SmallBlack"> </font> <script class="x-nc-invisible"> </script> </body></html>
muggot/python-goose
tests/suite/l3s/annotated/8198035c-2d3e-4605-a2a4-352d891c965c.html
HTML
apache-2.0
30,328
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html><head><title></title> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <link rel="stylesheet" type="text/css" href="search.css"/> <script type="text/javascript" src="search.js"></script> </head> <body class="SRPage"> <div id="SRIndex"> <div class="SRStatus" id="Loading">Loading...</div> <div class="SRResult" id="SR_type"> <div class="SREntry"> <a id="Item0" onkeydown="return searchResults.Nav(event,0)" onkeypress="return searchResults.Nav(event,0)" onkeyup="return searchResults.Nav(event,0)" class="SRSymbol" href="../class_q_bt_device.html#a471a12c40c521faf83caec425ee1796c" target="_parent">type</a> <span class="SRScope">QBtDevice</span> </div> </div> <div class="SRStatus" id="Searching">Searching...</div> <div class="SRStatus" id="NoMatches">No Matches</div> <script type="text/javascript"><!-- document.getElementById("Loading").style.display="none"; document.getElementById("NoMatches").style.display="none"; var searchResults = new SearchResults("searchResults"); searchResults.Search(); --></script> </div> </body> </html>
favoritas37/QBluetoothZero
doc/search/properties_74.html
HTML
apache-2.0
1,192
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="generator" content="AsciiDoc 8.5.2" /> <title>git-mergetool&#45;&#45;lib(1)</title> <style type="text/css"> /* Debug borders */ p, li, dt, dd, div, pre, h1, h2, h3, h4, h5, h6 { /* border: 1px solid red; */ } body { margin: 1em 5% 1em 5%; } a { color: blue; text-decoration: underline; } a:visited { color: fuchsia; } em { font-style: italic; color: navy; } strong { font-weight: bold; color: #083194; } tt { color: navy; } h1, h2, h3, h4, h5, h6 { color: #527bbd; font-family: sans-serif; margin-top: 1.2em; margin-bottom: 0.5em; line-height: 1.3; } h1, h2, h3 { border-bottom: 2px solid silver; } h2 { padding-top: 0.5em; } h3 { float: left; } h3 + * { clear: left; } div.sectionbody { font-family: serif; margin-left: 0; } hr { border: 1px solid silver; } p { margin-top: 0.5em; margin-bottom: 0.5em; } ul, ol, li > p { margin-top: 0; } pre { padding: 0; margin: 0; } span#author { color: #527bbd; font-family: sans-serif; font-weight: bold; font-size: 1.1em; } span#email { } span#revnumber, span#revdate, span#revremark { font-family: sans-serif; } div#footer { font-family: sans-serif; font-size: small; border-top: 2px solid silver; padding-top: 0.5em; margin-top: 4.0em; } div#footer-text { float: left; padding-bottom: 0.5em; } div#footer-badges { float: right; padding-bottom: 0.5em; } div#preamble { margin-top: 1.5em; margin-bottom: 1.5em; } div.tableblock, div.imageblock, div.exampleblock, div.verseblock, div.quoteblock, div.literalblock, div.listingblock, div.sidebarblock, div.admonitionblock { margin-top: 1.0em; margin-bottom: 1.5em; } div.admonitionblock { margin-top: 2.0em; margin-bottom: 2.0em; margin-right: 10%; color: #606060; } div.content { /* Block element content. */ padding: 0; } /* Block element titles. */ div.title, caption.title { color: #527bbd; font-family: sans-serif; font-weight: bold; text-align: left; margin-top: 1.0em; margin-bottom: 0.5em; } div.title + * { margin-top: 0; } td div.title:first-child { margin-top: 0.0em; } div.content div.title:first-child { margin-top: 0.0em; } div.content + div.title { margin-top: 0.0em; } div.sidebarblock > div.content { background: #ffffee; border: 1px solid silver; padding: 0.5em; } div.listingblock > div.content { border: 1px solid silver; background: #f4f4f4; padding: 0.5em; } div.quoteblock, div.verseblock { padding-left: 1.0em; margin-left: 1.0em; margin-right: 10%; border-left: 5px solid #dddddd; color: #777777; } div.quoteblock > div.attribution { padding-top: 0.5em; text-align: right; } div.verseblock > div.content { white-space: pre; } div.verseblock > div.attribution { padding-top: 0.75em; text-align: left; } /* DEPRECATED: Pre version 8.2.7 verse style literal block. */ div.verseblock + div.attribution { text-align: left; } div.admonitionblock .icon { vertical-align: top; font-size: 1.1em; font-weight: bold; text-decoration: underline; color: #527bbd; padding-right: 0.5em; } div.admonitionblock td.content { padding-left: 0.5em; border-left: 3px solid #dddddd; } div.exampleblock > div.content { border-left: 3px solid #dddddd; padding-left: 0.5em; } div.imageblock div.content { padding-left: 0; } span.image img { border-style: none; } a.image:visited { color: white; } dl { margin-top: 0.8em; margin-bottom: 0.8em; } dt { margin-top: 0.5em; margin-bottom: 0; font-style: normal; color: navy; } dd > *:first-child { margin-top: 0.1em; } ul, ol { list-style-position: outside; } ol.arabic { list-style-type: decimal; } ol.loweralpha { list-style-type: lower-alpha; } ol.upperalpha { list-style-type: upper-alpha; } ol.lowerroman { list-style-type: lower-roman; } ol.upperroman { list-style-type: upper-roman; } div.compact ul, div.compact ol, div.compact p, div.compact p, div.compact div, div.compact div { margin-top: 0.1em; margin-bottom: 0.1em; } div.tableblock > table { border: 3px solid #527bbd; } thead, p.table.header { font-family: sans-serif; font-weight: bold; } tfoot { font-weight: bold; } td > div.verse { white-space: pre; } p.table { margin-top: 0; } /* Because the table frame attribute is overriden by CSS in most browsers. */ div.tableblock > table[frame="void"] { border-style: none; } div.tableblock > table[frame="hsides"] { border-left-style: none; border-right-style: none; } div.tableblock > table[frame="vsides"] { border-top-style: none; border-bottom-style: none; } div.hdlist { margin-top: 0.8em; margin-bottom: 0.8em; } div.hdlist tr { padding-bottom: 15px; } dt.hdlist1.strong, td.hdlist1.strong { font-weight: bold; } td.hdlist1 { vertical-align: top; font-style: normal; padding-right: 0.8em; color: navy; } td.hdlist2 { vertical-align: top; } div.hdlist.compact tr { margin: 0; padding-bottom: 0; } .comment { background: yellow; } .footnote, .footnoteref { font-size: 0.8em; } span.footnote, span.footnoteref { vertical-align: super; } #footnotes { margin: 20px 0 20px 0; padding: 7px 0 0 0; } #footnotes div.footnote { margin: 0 0 5px 0; } #footnotes hr { border: none; border-top: 1px solid silver; height: 1px; text-align: left; margin-left: 0; width: 20%; min-width: 100px; } @media print { div#footer-badges { display: none; } } div#toc { margin-bottom: 2.5em; } div#toctitle { color: #527bbd; font-family: sans-serif; font-size: 1.1em; font-weight: bold; margin-top: 1.0em; margin-bottom: 0.1em; } div.toclevel1, div.toclevel2, div.toclevel3, div.toclevel4 { margin-top: 0; margin-bottom: 0; } div.toclevel2 { margin-left: 2em; font-size: 0.9em; } div.toclevel3 { margin-left: 4em; font-size: 0.9em; } div.toclevel4 { margin-left: 6em; font-size: 0.9em; } /* Overrides for manpage documents */ h1 { padding-top: 0.5em; padding-bottom: 0.5em; border-top: 2px solid silver; border-bottom: 2px solid silver; } h2 { border-style: none; } div.sectionbody { margin-left: 5%; } @media print { div#toc { display: none; } } /* Workarounds for IE6's broken and incomplete CSS2. */ div.sidebar-content { background: #ffffee; border: 1px solid silver; padding: 0.5em; } div.sidebar-title, div.image-title { color: #527bbd; font-family: sans-serif; font-weight: bold; margin-top: 0.0em; margin-bottom: 0.5em; } div.listingblock div.content { border: 1px solid silver; background: #f4f4f4; padding: 0.5em; } div.quoteblock-attribution { padding-top: 0.5em; text-align: right; } div.verseblock-content { white-space: pre; } div.verseblock-attribution { padding-top: 0.75em; text-align: left; } div.exampleblock-content { border-left: 3px solid #dddddd; padding-left: 0.5em; } /* IE6 sets dynamically generated links as visited. */ div#toc a:visited { color: blue; } </style> <script type="text/javascript"> /*<![CDATA[*/ window.onload = function(){asciidoc.footnotes();} var asciidoc = { // Namespace. ///////////////////////////////////////////////////////////////////// // Table Of Contents generator ///////////////////////////////////////////////////////////////////// /* Author: Mihai Bazon, September 2002 * http://students.infoiasi.ro/~mishoo * * Table Of Content generator * Version: 0.4 * * Feel free to use this script under the terms of the GNU General Public * License, as long as you do not remove or alter this notice. */ /* modified by Troy D. Hanson, September 2006. License: GPL */ /* modified by Stuart Rackham, 2006, 2009. License: GPL */ // toclevels = 1..4. toc: function (toclevels) { function getText(el) { var text = ""; for (var i = el.firstChild; i != null; i = i.nextSibling) { if (i.nodeType == 3 /* Node.TEXT_NODE */) // IE doesn't speak constants. text += i.data; else if (i.firstChild != null) text += getText(i); } return text; } function TocEntry(el, text, toclevel) { this.element = el; this.text = text; this.toclevel = toclevel; } function tocEntries(el, toclevels) { var result = new Array; var re = new RegExp('[hH]([2-'+(toclevels+1)+'])'); // Function that scans the DOM tree for header elements (the DOM2 // nodeIterator API would be a better technique but not supported by all // browsers). var iterate = function (el) { for (var i = el.firstChild; i != null; i = i.nextSibling) { if (i.nodeType == 1 /* Node.ELEMENT_NODE */) { var mo = re.exec(i.tagName); if (mo && (i.getAttribute("class") || i.getAttribute("className")) != "float") { result[result.length] = new TocEntry(i, getText(i), mo[1]-1); } iterate(i); } } } iterate(el); return result; } var toc = document.getElementById("toc"); var entries = tocEntries(document.getElementById("content"), toclevels); for (var i = 0; i < entries.length; ++i) { var entry = entries[i]; if (entry.element.id == "") entry.element.id = "_toc_" + i; var a = document.createElement("a"); a.href = "#" + entry.element.id; a.appendChild(document.createTextNode(entry.text)); var div = document.createElement("div"); div.appendChild(a); div.className = "toclevel" + entry.toclevel; toc.appendChild(div); } if (entries.length == 0) toc.parentNode.removeChild(toc); }, ///////////////////////////////////////////////////////////////////// // Footnotes generator ///////////////////////////////////////////////////////////////////// /* Based on footnote generation code from: * http://www.brandspankingnew.net/archive/2005/07/format_footnote.html */ footnotes: function () { var cont = document.getElementById("content"); var noteholder = document.getElementById("footnotes"); var spans = cont.getElementsByTagName("span"); var refs = {}; var n = 0; for (i=0; i<spans.length; i++) { if (spans[i].className == "footnote") { n++; // Use [\s\S] in place of . so multi-line matches work. // Because JavaScript has no s (dotall) regex flag. note = spans[i].innerHTML.match(/\s*\[([\s\S]*)]\s*/)[1]; noteholder.innerHTML += "<div class='footnote' id='_footnote_" + n + "'>" + "<a href='#_footnoteref_" + n + "' title='Return to text'>" + n + "</a>. " + note + "</div>"; spans[i].innerHTML = "[<a id='_footnoteref_" + n + "' href='#_footnote_" + n + "' title='View footnote' class='footnote'>" + n + "</a>]"; var id =spans[i].getAttribute("id"); if (id != null) refs["#"+id] = n; } } if (n == 0) noteholder.parentNode.removeChild(noteholder); else { // Process footnoterefs. for (i=0; i<spans.length; i++) { if (spans[i].className == "footnoteref") { var href = spans[i].getElementsByTagName("a")[0].getAttribute("href"); href = href.match(/#.*/)[0]; // Because IE return full URL. n = refs[href]; spans[i].innerHTML = "[<a href='#_footnote_" + n + "' title='View footnote' class='footnote'>" + n + "</a>]"; } } } } } /*]]>*/ </script> </head> <body> <div id="header"> <h1> git-mergetool&#45;&#45;lib(1) Manual Page </h1> <h2>NAME</h2> <div class="sectionbody"> <p>git-mergetool--lib - Common git merge tool shell scriptlets </p> </div> </div> <div id="content"> <h2 id="_synopsis">SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> <div class="verseblock-content"><em>TOOL_MODE=(diff|merge) . "$(git --exec-path)/git-mergetool&#45;&#45;lib"</em></div> <div class="verseblock-attribution"> </div></div> </div> <h2 id="_description">DESCRIPTION</h2> <div class="sectionbody"> <div class="paragraph"><p>This is not a command the end user would want to run. Ever. This documentation is meant for people who are studying the Porcelain-ish scripts and/or are writing new ones.</p></div> <div class="paragraph"><p>The <em>git-mergetool&#45;&#45;lib</em> scriptlet is designed to be sourced (using <tt>.</tt>) by other shell scripts to set up functions for working with git merge tools.</p></div> <div class="paragraph"><p>Before sourcing <em>git-mergetool&#45;&#45;lib</em>, your script must set <tt>TOOL_MODE</tt> to define the operation mode for the functions listed below. <em>diff</em> and <em>merge</em> are valid values.</p></div> </div> <h2 id="_functions">FUNCTIONS</h2> <div class="sectionbody"> <div class="dlist"><dl> <dt class="hdlist1"> get_merge_tool </dt> <dd> <p> returns a merge tool. </p> </dd> <dt class="hdlist1"> get_merge_tool_cmd </dt> <dd> <p> returns the custom command for a merge tool. </p> </dd> <dt class="hdlist1"> get_merge_tool_path </dt> <dd> <p> returns the custom path for a merge tool. </p> </dd> <dt class="hdlist1"> run_merge_tool </dt> <dd> <p> launches a merge tool given the tool name and a true/false flag to indicate whether a merge base is present. <em>$MERGED</em>, <em>$LOCAL</em>, <em>$REMOTE</em>, and <em>$BASE</em> must be defined for use by the merge tool. </p> </dd> </dl></div> </div> <h2 id="_git">GIT</h2> <div class="sectionbody"> <div class="paragraph"><p>Part of the <a href="git">git(1)</a> suite</p></div> </div> </div> <div id="footnotes"><hr /></div> <div id="footer"> <div id="footer-text"> Last updated 2011-11-15 13:45:02 PDT </div> </div> </body> </html>
SevenworksInc/viiworks-tutorials
full-guide/git-mergetool--lib.html
HTML
apache-2.0
13,720
<!-- Modal to add an category --> <div class="modal fade" id="add-category-modal" tabindex="-1" role="dialog" aria-labelledby="add-category-form-label" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="add-category-title">Add category</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">&times;</span> </button> </div> <div class="modal-body"> <form action="/add/category" method="post" id="add-category-form"> <div class="form-group"> <label for="input-category">Name</label> <input type="text" class="form-control" name="input-name" id="input-name"> <div class="invalid-feedback"> Please provide a category name. </div> </div> <div class="form-group"> <label for="input-parent">Parent</label> <select class="form-control" name="select-parent" id="select-parent"> <option value="0"></option> </select> </div> <div class="form-group"> <label for="input-desc">Description</label> <textarea class="form-control" id="input-desc" name="input-desc" maxlength="500"></textarea> </div> <button id="submit-add-category" type="submit" value="Submit" class="btn btn-primary">Submit</button> <button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button> </form> </div> <div class="modal-footer"></div> </div> </div> </div>
UKN-DBVIS/SciBib
app/frontend/templates/public/admin/categories/add_category_modal.html
HTML
apache-2.0
1,777