path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
xwcps-parser-ui/libs/ace/ext/menu_tools/settings_menu.css
cite-sa/xwcps
#ace_settingsmenu, #kbshortcutmenu { background-color: #F7F7F7; color: black; box-shadow: -5px 4px 5px rgba(126, 126, 126, 0.55); padding: 1em 0.5em 2em 1em; overflow: auto; position: absolute; margin: 0; bottom: 0; right: 0; top: 0; z-index: 9991; cursor: default; } .ace_dark #ace_settingsmenu, .ace_dark #kbshortcutmenu { box-shadow: -20px 10px 25px rgba(126, 126, 126, 0.25); background-color: rgba(255, 255, 255, 0.6); color: black; } .ace_optionsMenuEntry:hover { background-color: rgba(100, 100, 100, 0.1); -webkit-transition: all 0.5s; transition: all 0.3s } .ace_closeButton { background: rgba(245, 146, 146, 0.5); border: 1px solid #F48A8A; border-radius: 50%; padding: 7px; position: absolute; right: -8px; top: -8px; z-index: 1000; } .ace_closeButton{ background: rgba(245, 146, 146, 0.9); } .ace_optionsMenuKey { color: darkslateblue; font-weight: bold; } .ace_optionsMenuCommand { color: darkcyan; font-weight: normal; }
index.html
kociolekt/common-project-patterns
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"> <title>Podstawy js</title> <link rel="stylesheet" href="css/reveal.css"> <link rel="stylesheet" href="css/theme/black.css"> <!-- Theme used for syntax highlighting of code --> <link rel="stylesheet" href="lib/css/zenburn.css"> <!-- Printing and PDF exports --> <script> var link = document.createElement( 'link' ); link.rel = 'stylesheet'; link.type = 'text/css'; link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css'; document.getElementsByTagName( 'head' )[0].appendChild( link ); </script> </head> <body> <div class="reveal"> <div class="slides"> <!-- SLAJD TYTUŁOWY --> <section> <h1>Wzorce projektowe</h1> <h2>w praktyce</h2> <img src="https://pl.gravatar.com/userimage/96535938/f405f6eac9456fb4fe004bb989434528?size=200"/><br/> <a href="https://www.npmjs.com/~kociolekt">npm</a>, <a href="https://github.com/kociolekt">github</a> </section> <!-- AGENDA --> <section> <h2>Agenda</h2> <ul> <li>O czym nie jest</li> <li>Po co?</li> <li>Obiektowość w praktyce</li> <li>Singleton</li> <li>Mediator</li> <li>Obserwator</li> <li>Żeby nie było zbyt pięknie</li> <li>Podsumowanie</li> </ul> </section> <!-- O CZYM NIE JEST --> <section> <h2>O czym nie jest</h2> <p>Dużo praktyki mało teorii</p> <ul> <li>Obiektowość - paradygmat programowania w informatyce</li> <li>Klasa - definicja obiektu</li> <li>Instancja - pojedynczy obiekt pewnej klasy</li> <li>Dziedziczenie - współdzielenie funkcjonalności</li> <li>Hermetyacja - ukrywanie składowych</li> <li>Wzorce - gotowe rozwiązania</li> </ul> <aside class="notes"> Nie będę mówił o tym że obiektowość to zbiór pojęć i teorii wykorzystywanych w informatyce do programowania z pomocą klasy i obiektu. Nie będę też mówił o tym że obiektowość w javascriptcie to tylko imitacja obiektowości z obiektowych języków programowania. Nie powiem też że klasa jest częściową lub całkowitą definicja obiektu. Tak nawiasem mówiąc to nazwy klas pisze się wielką literą. Nie zamierzam też tłumaczyć że instancja jest pojedynczym wystąpieniem obiektu zgodnego z definicją zapisaną w Klasie. Nie chcę wspominać o dziedziczeniu jako mechanizmie współdzielenia fukcjonalności pomiędzy klsasami. Ani mi w głowie mówić o ukrywanie pewnych składowych elementów obiektu przy pomocy hermetyzacji; a juz na pewno nie będę zanudzał was teorią na temat uniwersalnych sprawdzonych w praktyce rozwiązań powtarzalnych problemów projektowych. Wszystkie te elementy postaram się pokazać od strony praktycznej. </aside> </section> <!-- PO CO? --> <section> <section> <h2>Po co?</h2> <p>Do czego służą wzorce projektowe i po co nam one</p> <ul> <li>Jak to z Toolboxem było</li> <li>Najpierw myślimy potem robimy</li> <li>Poziomy abstrakcji</li> <li>Przykład z jajecznicą</li> <li>I właśnie po to są wzorce</li> </ul> <aside class="notes"> Zasadność stosowania wzorców chciałbym pokazać w odwrotny sposób niż zwyklo się to robić. Nie powiem wprost używajcie wzorców bo będzie źle. Pokaże jaką drogę musiałem przejść aby zrozumieć że to wzorce pomogły w rozwiązaniu problemów jakie napotkałem przy implementacji funkcjoonalności - na przykładzie toolboxa. </aside> </section> <section> <h2>Toolbox</h2> <p>Duży projekt</p> <a href="img/toolbox.png" target="_blank"><img src="img/toolbox.png" /></a> <aside class="notes"> Napisany w ostatnio bardzo popularnej architektórze mikroserwisów. Jak na razie składa się z kilkunastu serwisów z czego 8 z nich jako interfejs wykorzystuje technologie webowe. Wraz z modułami es6 weszła możliwość wygodniejszego definiowania klas. Postanowiłem zobaczyć jak sprawdzi się pisanie bardzo obiektowego kodu I zacząłem trafiać na problemy związane z komunikacją pomiędzy obiektami - przestałem orientować się który obiekt z którym się komunikuje w którym momencie. </aside> </section> <section> <h2>Najpierw myślimy potem robimy</h2> <p>Warto poświęcić chwilę żeby się zastanowić nim siądzie się do kodu. Nawet z kartką i długopisem w ręku.</p> <a href="img/toolbox.png" target="_blank"><img src="img/toolbox.png" /></a> <aside class="notes"> Więc zastanowiłem się chwilę i rozpisałem sobie Hierarchię obiektów i metod. Analizując potrzeby projektu zauważyłem że łatwo można podzielić go na "warstwy" o różnym stopniu szczegółowości. W ten sposób podział skończyłem ze Splitem, Serwisem, Stroną, Widgetem, Komponentem i Pluginem. Do tego założyłem ograniczenia w wielkości klasy oraz metody. 300 linijek dla klasy i 20 linijek dla metody. Nie wspomnę już o zasadzie że jedna metoda powinna wykonywać jedną czynność. Do tego każdy z elementów dzielę na funkcjonalności a metody uruchamiające funkcjonalności poprzedzam słowem init. </aside> </section> <section> <h2>Poziomy abstrakcji</h2> <p>Dodatkowy czinnik wpływający na jakość kodu.</p> <pre><code data-trim data-noescape> initUi() { this.initEvaluationInfo(); this.initCostSummary(); this.initEvaluationVariant(); this.initCosts(); this.initTemplateSelect(); this.initDuplicateForm(); this.initShortcuts(); this.initHelpMessage(); this.initStartProject(); } </code></pre> <aside class="notes"> Pozatym jest jeszcze jeden współczynnik który pomaga w organizacji kodu. W jednej z książek nazwali go poziomem abstrakcji. Pokażę to na przykładzie przepisu na jajecznicę. </aside> </section> <section> <h2>Przepis na jajecznicę</h2> <ul> <li>Rozpuścić masło na małej patelni</li> <li>Wrzucić na stopione masełko szynkę pokrojoną w małe kwadraciki oraz drobno posiekany szczypiorek</li> <li>rozbić ostrym nożem skorupki jajek i zawartość wylewać na patelnię</li> <li>Dodać trochę soli oraz pieprzu i mieszać, aż do momentu ścięcia się jajek</li> </ul> <aside class="notes"> Standardowy przepis na jajecznice wygląda mniejwięcej tak: ... Jak wyglądał by kod dla takiego przepisu? </aside> </section> <section> <h2>Kod przepisu na jajecznicę</h2> <p>Jak NIE powinien wyglądać kod tworzenia jajecznicy</p> <pre><code data-trim data-noescape> dodaj(maslo) while(maslo.nieJestStopione){ for( atom in atomyWProbceMasla){ atom.dostarczEnergii } } dodaj(pokrojona Szynka) while(szczypiorek.jestCaly){ oddziaływuj nożem na sieć krystaliczną szczypiorku } dodaj(szczypiorek) noż.dodajEnerigiiPotencjalnej noz.zamieńEnergięPotencjalnąNaKinetyczną noż.uderzW(jajko) dodaj(zawartośćJajka) dodaj(sól) for(ziarnkoPieprzu in szczyptaPipeprzu){ dodaj(ziarnkoPieprzu) } i mieszać, aż do momentu ścięcia się jajek </code></pre> <aside class="notes"> Często wygląda tak: ... pomiędzy wywołaniami funkcji są pętle sięgające atomowego stopnia szczegółowości. Ten przykład jest mały ale i tak ciężko się to czyta. W takim razie jak powinien wyglądać kod przepisu na jajecznicę o dobrym poziomie abstrakcji? </aside> </section> <section> <h2>Kod przepisu na jajecznicę</h2> <p>Jak powinien wyglądać kod tworzenia jajecznicy</p> <pre><code data-trim data-noescape> patelnia.dodaj(maslo) patelnia.podgrzejDoRostopieniaMasla() patelnia.dodaj(pokroj(szynka)) patelnia.dodaj(pokroj(szczypiorek)) patelnia.dodaj(rozbij(jajko)) patelnia.dodaj(sól) patelnia.dodaj(pieprz) mieszajDoMomentuScieciaSieJajek(patelnia) </code></pre> <aside class="notes"> Mniejwięcej tak. Wszystkie składowe przepisu są podzielone na metody które kolejno wykonywane są na odpowiednich obiektach. Mając taki kod przed sobą odrazu widać co on robi. Po co o tym mowię? Przecież to szkolenie o wzorcach. </aside> </section> <section> <h2>I właśnie po to są wzorce</h2> <p> Czasem nawet najładniej napisany kod nie obędzie się bez wzorców. </p> <aside class="notes"> Ponieważ mimo zastosowania wszystkich wspomnianych zabiegów okazało się że to i tak za mało aby utrzymać pełą kontrolę nad przepływem informacji pomiędzy obiektami. Mówię tutaj nie tylko o czytelnym ale też o logicznie poprawnym kodzie. Z pomocą przyszły wzorce projektowe. </aside> </section> </section> <!-- OBIEKTOWOŚĆ W PRAKTYCE? --> <section> <section> <h2>Obiektowość w praktyce</h2> <p>Krótkie przypomnienie obiektowości w ES6</p> <ul> <li>Tworzenie obiektów</li> <li>Definicja klasy</li> <li>Dziedziczenie</li> <li>Przesłanianie</li> </ul> </section> <section> <h2>Tworzenie obiektów</h2> <p>Kilka metod tworzenia obiektów</p> <pre><code data-trim data-noescape> {}; // Object {} new Object(); // Object {} Object.create(null); // Object {} bez prototypu </code></pre> <aside class="notes"> W js istnieje kilka metod tworzenia nowych obiektów. Popularne {} tworzą instancję klasy Object wraz z jej prototypem, tak samo jak słowo kluczowe new. Object.create(null) tworzy instancję klasy Object ale bez prototypu. </aside> </section> <section> <h2>Definicja klasy</h2> <p>Przypomnienie definiowanie klasy w ES6</p> <pre><code data-trim data-noescape> // Przykład klasy definiującej kształt class Shape { constructor() { this.x = 0; this.y = 0; } move(x, y) { this.x += x; this.y += y; console.info('Shape moved.'); } } // Tworzenie instancji klasy Shape let shape1 = new Shape(); // Wywołanie metody klasy Shape na obiekcie shape1 shape1.move(10, 10); </code></pre> <aside class="notes"> Szkolenie ES6 było więc tylko przypominam jak definiuje się klasę. Shape jest nazwą naszej klasy, construktor jest metodą klasy która wywołuje się podczas instancjalizacji klasy - czyli podczas tworzenia nowego obiektu, innymi słowy tam gdzie jest napisane new Shape. move równierz jest metodą klasy ale move nie wywołuje się podczas tworzenia instancji. move możemy wywołać w odpowiednim dla nas momencie. Czyli Shape jest klasą, new Shape() tworzy nam instancję klasy Shape. shape1 jest obiektem typu Shape. A shape1.move jest wywołaniem metody. </aside> </section> <section> <h2>Dziedziczenie</h2> <p>Ale ja chcę kwadrat!</p> <pre><code data-trim data-noescape> // Przykład klasy definiującej kwadrat dziedziczącej po kształcie class Square extends Shape { constructor() { super(); // Wywołanie konstruktora z Shape - musi być przed thisem this.size = 10; // Dodane pole określające wielkość } // Dodana metoda do zmiany wielkośći kwadratu resize(size) { this.size = size; } } // Tworzenie kwadratu let square1 = new Square(); // Wywołanie metody move na obiekcie square1 square1.move(20, 20); // Wywołanie metody resize na obiekcie square1 square1.resize(20); </code></pre> <aside class="notes"> Co w momencie kiedy chcemy mieć kwadrat a nie chcemy duplikować kodu pozycji który jest wewnątrz klasy Shape? Używamy słowa kluczowego extends i dziedziczymy po klasie Shape. W na pierwszy rzut oka tego nie widać ale ta klasa będzie posiadała pole zarówno size jak i x oraz y odziedziczone z Shape. Odziedziczyła równierz metodę move. [przekleić do konsoli] </aside> </section> <section> <h2>Przesłanianie</h2> <p>A co jeśli chcemy narysować Shape i Square. Dwie różne metody?</p> <pre><code data-trim data-noescape> // Przykład klasy definiującej kształt class Shape { constructor() { this.x = 0; this.y = 0; } move(x, y) { this.x += x; this.y += y; console.info('Shape moved.'); } // Metoda do rysowania kształtu draw(ctx) { console.log(`${ctx}.fillRect(${this.x}, ${this.y}, 1, 1);`); } } // Tworzenie instancji klasy Shape let shape1 = new Shape(); // Wywołanie metody draw klasy Shape na obiekcie shape1 shape1.draw(); // Przykład klasy definiującej kwadrat dziedziczącej po kształcie class Square extends Shape { constructor() { super(); // Wywołanie konstruktora z Shape - musi być przed thisem this.size = 10; // Dodane pole określające wielkość } // Dodana metoda do zmiany wielkośći kwadratu resize(size) { this.size = size; } // Przesłonięta metoda do rysowania kształtu draw(ctx) { console.log(`${ctx}.fillRect(${this.x}, ${this.y}, ${this.size}, ${this.size});`); } } // Tworzenie kwadratu let square1 = new Square(); // Wywołanie metody draw klasy Square na obiekcie square1 square1.draw(); </code></pre> <aside class="notes"> Mamy kształt mamy kwadrat chcemy je zobaczyć na canvasie przykładowo. Nie będziemy specjaline po to definiować oddzielnych metod dla Kształtu i dla Kwadratu. Potem chcąc wywołać rysowanie każdego z elementów w pętli musieli byśmy pamiętać o warunkach - jeżeli kształt to taka metoda, jeżeli kwadrat to taka. Korzystając z przesłonięcia metody możemy później wszystkie kształty - czy to kształt czy to kwadrat trzymać wewnątrz jednej pętli i nie musimy się zastanawiać jaką metodę wywołać. </aside> </section> </section> <!-- SINGLETON --> <section> <section> <h2>Singleton</h2> <p>Kreacyjny wzorzec projektowy, którego celem jest ograniczenie możliwości tworzenia obiektów danej klasy do jednej instancji oraz zapewnienie globalnego dostępu do stworzonego obiektu.</p> <ul> <li>Singleton boilerplate</li> <li>Przykładowa implementacja</li> <li>Przykład zastosowania</li> </ul> <aside class="notes"> Tak mówią. Co to oznacza w praktyce? Oznacza to że z każdego miejsca gdzie można importować moduł z Singletonem, mamy dostęp do tego samego obiektu. Singleton blokuje możliwość tworzenia więcej jak jednej instancji danej klasy. Nawet jeżeli wykonamy new Klasa kilka razy to za każdym razem wyrażenie to zwróci nam jeden i ten sam obiekt. </aside> </section> <section> <h2>Singleton boilerplate</h2> <p>Czysty singleton w ES6.</p> <pre><code data-trim data-noescape> class EmptySingleton { constructor() { if(EmptySingleton.singletonInstance) { return EmptySingleton.singletonInstance; } EmptySingleton.singletonInstance = this; // TOTO: Zaimplementuj mnie ;) } } </code></pre> <aside class="notes"> Przykład implementacji czystego Singletona w ES6. Klasa z konstruktorem który zawiera warunek sprawdzający czy instancja juz istnieje. Jeżeli istnieje to zwraca istniejącą instancję. Jezeli nie istnieje to konstruktor zwraca nową instancję. </aside> </section> <section> <h2>Przykładowa implementacja</h2> <p>Implementacja singletona z polami, metodami itp. - <a href="examples/singleton.html" target="_blank">zobacz przykład</a>.</p> <pre><code data-trim data-noescape> class SingletonExample { constructor() { if(SingletonExample.singletonInstance) { return SingletonExample.singletonInstance; } SingletonExample.singletonInstance = this; this.value = 1; // Dodatkowe pole } // Kilka metod setValue(newValue) { this.value = newValue; } getValue() { return this.value; } printValue() { console.log(this.value); } } </code></pre> <aside class="notes"> Tak przygotowaną klasę możemy rozwijać dopisując pola, metody itp. Pozatym że w efekcie pracujemy zawsze na tej samej instancji to klasa ta niczym się nie różni od innych klas. </aside> </section> <section> <h2>Przykład zastosowania</h2> <p>Klasa Settings z Toolboxa</p> <pre><code data-trim data-noescape> let defaults = { projectListFilter: false, clientListFilter: false }; export default class Settings { constructor() { if(Settings.singletonInstance) { return Settings.singletonInstance; } Settings.singletonInstance = this; this.load(); } load() { this.settings = Object.assign({}, defaults, JSON.parse(localStorage.getItem('settings'))); } save() { localStorage.setItem('settings', JSON.stringify(this.settings)); } option(key, value) { if(value != null){ this.settings[key] = value; this.save(); } return this.settings[key]; } } </code></pre> <aside class="notes"> Najlepszym przykładem który przychodzi mi do głowy są globalne ustawienia na przestrzeni całego serwisu. Przykładowa klasa - już nie koniecznie najlepsza może wyglądać tak jak napisałem tutaj - przykład zaczerpnięty z tooolboxa. Singleton Settings który potrafi ładować i zapisywać dane w localStorage oraz odczytywać i nadpisywać ich wartości. Singleton wykorzystany w tym wypadku ograniczył ładowanie ustawień z local storage do jednego razy na przeładowanie bez różnicy w ilu miejscach obiekt ten jest wywoływany (new Settings). Dodatkowo w pamięci istnieje tylko jedna tablica klucz - wartość zawierająca ustawienia. W takim razie czy powinnśmy używać Singletona do wszystkiego skoro jest taki fajny? Nie. W sytuacji w której zależy nam na wielu instancjach obiektu - przykładowo chcemy mieć wiele kwadratów - Singleton uniemożliwia pracę. </aside> </section> </section> <!-- MEDIATOR --> <section> <section> <h2>Mediator</h2> <p>Wzorzec mediatora umożliwia zmniejszenie liczby powiązań między różnymi klasami, poprzez utworzenie mediatora będącego jedyną klasą, która dokładnie zna metody wszystkich innych klas, którymi zarządza. Nie muszą one nic o sobie wiedzieć, jedynie przekazują polecenia mediatorowi, a ten rozsyła je do odpowiednich obiektów.</p> <ul> <li>Mediator boilerplate</li> <li>Przykładowa implementacja</li> <li>Przykład zastosowania</li> </ul> <aside class="notes"> Definicja mówi o mediatorze jako o klasie która zna metody wszystkich składowych elementów, a elementy nie wykonują na sobie bezpośrednich akcji - robią to przez mediatora. To mediator wie jak powinna wyglądać logika połączeń/zależności pomiędzy elementami systemu. Ułatwia to pisanie i zrozumienie tej logiki a jednocześnie pozwala zachować czysty kod po stronie elementów. </aside> </section> <section> <h2>Mediator boilerplate</h2> <p>Jak zaimplementować mediator</p> <pre><code data-trim data-noescape> class EmptyMediator { constructor() { } } </code></pre> <aside class="notes"> Jak zaimplementować mediator? O tak. Nie jest to nic innego jak Klasa. Spotkałem też inne implementacje które umożliwiały tworzenie kanałów komunikacji na których komponenty systemu miałyby ze sobą rozmawiać. Ale wydaje mi się że tamte implementacje są bardziej sformalizowane i lepiej pasują do wzorca Publish–subscribe. Mediator natomiast jest bardziej umownym wzorcem. Pisząc mediator piszemy klasę w określony sposób. Dobrze jest wiedzieć wczesniej jakie elementy będą komunikować się ze sobą w ramach mediatora i co mają przez to osiągnąć. </aside> </section> <section> <h2>Przykładowa implementacja</h2> <p>Przykładowy mediator - <a href="examples/mediator.html" target="_blank">zobacz przykład</a>.</p> <pre><code data-trim data-noescape> import Component1 from '../components/component1'; import Component2 from '../components/component2'; class MediatorExample { constructor() { this.component1 = new Component1(); this.component2 = new Component2(); this.functionality1(); this.functionality2(); this.functionality3(); } functionality1() { this.component1.do1(() => { this.component2.do2(); }); } functionality2() { this.component2.do2(() => { this.component1.do1(); }); } functionality3() { this.component1.do1(); this.component2.do2(); } } </code></pre> <aside class="notes"> Przykładowy mediator może wyglądać w ten sposób. Jest klasa która spina komponenty w funkcjonalności. Component1 nie wie o istnieniu Component2 i odwrotnie Component2 nie wie o istnieniu Component1. Są zamknięte we własnych sprawach robiąc to co do nich należy. Mediator mówi w jakich sytuacjach który z komponentów co powinien zrobić. </aside> </section> <section> <h2>Przykład zastosowania</h2> <p>Klasa EstimationEdit z Toolboxa</p> <pre><code data-trim data-noescape> import Service from 'common/js/service'; import EstimationInfo from 'src/js/widgets/estimationInfo'; import SummaryCosts from 'src/js/widgets/summaryCosts'; import EvaluationVariant from 'src/js/widgets/evaluationVariant'; import Costs from 'src/js/widgets/costs'; import ClientProjectSelector from 'common/js/components/clientProjectSelector'; import ModalForm from 'common/js/components/modalForm'; import AvailableActions from 'common/shared/available-actions/availableActions'; import YesNoModalBox from 'common/js/components/yesNoModalBox'; import {toastrInfo} from 'common/js/plugins/toastr'; import {sweetAlertWarning} from 'common/js/plugins/sweetalert'; let $ = window.jQuery; // global import; class EstimationEdit extends Service { constructor($context, options = {}) { super(options); this.$context = $context; this.$form = this.$context.find('form'); this.estimationInfo = null; this.summaryCosts = null; this.evaluationVariant = null; this.costs = null; this.shortcuts = null; this.stage = this.$context.attr('data-stage'); this.changed = false; this.initUi(); } initUi() { this.initEvaluationInfo(); this.initCostSummary(); this.initEvaluationVariant(); this.initCosts(); this.initTemplateSelect(); this.initDuplicateForm(); this.initShortcuts(); this.initHelpMessage(); this.initStartProject(); } initShortcuts() { let $shortcuts = $(document.getElementById('estimationActions')).find('.js-available-actions'); if ($shortcuts.length === 1) { this.shortcuts = new AvailableActions($shortcuts); new YesNoModalBox($shortcuts.find('.available-actions__button__delete-btn'), { title: 'Czy jesteś pewien?', text: 'Odzyskanie elementu nie będzie możliwe!!!' }); new YesNoModalBox($shortcuts.find('.available-actions__button__back-btn'), { title: 'Czy jesteś pewien, że chcesz opuścić stronę?' }); let save = new YesNoModalBox($shortcuts.find('.available-actions__button__submit-btn'), { title: 'Czy jesteś pewien?', text: 'Czy chcesz zapisać?', action: 'event' }); save.on('afterYesClick', () => { this.$form.trigger('submit'); }); } } initEvaluationInfo() { let $estimationInfo = $(document.getElementById('estimationInfo')); if($estimationInfo.length > 0) { this.estimationInfo = new EstimationInfo($estimationInfo); } } initCostSummary() { this.summaryCosts = new SummaryCosts($(document.getElementById('costSummary'))); } initEvaluationVariant() { this.evaluationVariant = new EvaluationVariant($(document.getElementById('variants'))); this.evaluationVariant.on('overheadchange', () => { this.costs.setOverhead(this.evaluationVariant.getOverhead()); this.costs.recalculateAll(); this.changed = true; }); } initCosts() { this.costs = new Costs($(document.getElementById('costs')), { stage: this.stage }); this.costs.on('change', (event) => { this.summaryCosts.updateSummaryCosts(event.target.internalCost, event.target.externalCost); this.evaluationVariant.setCosts(event.target.internalCost, event.target.externalCost); if(this.estimationInfo !== null) { this.estimationInfo.setHours(event.target.hours); } this.changed = true; }); this.costs.setOverhead(this.evaluationVariant.getOverhead()); this.costs.recalculateAll(); } initTemplateSelect() { //TODO: Zamknąć ten modal i komunikat zamkniecia w oddzielnym module (SensitiveContent?) // Wysylanie templateow let $templateChangeModal = $(document.getElementById('templateChangeModal')), $templateSelect = $(document.getElementById('templateId')); $templateChangeModal.find('[data-dismiss="modal"]').off().on('click', () => { $templateSelect.val(''); }); $templateChangeModal.find('.btn-primary').off().on('click', () => { this.changeTemplate(); }); $templateSelect.on('change', () => { let value = $templateSelect.val(); if(typeof value !== 'undefined' && value !== '') { if(this.changed) { //$templateChangeModal.modal('show'); sweetAlertWarning({ title: 'Zamierzasz zmienić szablon wyceny.', text: 'Utracisz wszystkie niezapisane w kosztorysie informacje. Kontynuować?' }, (isConfirm) => { if (isConfirm) { this.changeTemplate(); } }); } } }); } changeTemplate() { this.$form.trigger('submit'); } initDuplicateForm() { let $duplicateEstimation = $(document.getElementById('duplicateEstimation')); this.duplicateEstimationForm = new ModalForm($duplicateEstimation); this.duplicateEstimationForm.on('afterLoad', ()=> { new ClientProjectSelector(); }); } initHelpMessage() { if(this.stage === 'typeUnsaved' || this.stage === 'typeDraft') { toastrInfo(`W formularzu wyceny możesz stworzyć kosztorys mający 4 zagłębienia. Pierwsze to etap, który po uruchomieniu projektu będzie posiadał daty. Pozostałe to zadania, które posiadają koszt.`, undefined, { timeOut: 30000 }); } else if(this.stage === 'typeActive') { // TODO: sprawdzić czy wszystkie daty są wypełnione i wyświetlić // odpowieni komunikat } } initStartProject() { if (window.K2.estimation.status_change === 1) { toastrInfo(`Podaj daty wszystkich etapów oraz daty wystąpienia kosztów zewnętrznych. Po zapisaniu wyceny status projektu zostanie zmieniony na "W produkcji". Projekt zostanie uruchomiony.`, undefined, { timeOut: 30000 }); } } } module.exports = EstimationEdit; </code></pre> <aside class="notes"> Przykład zastosowania mediatora wzięty z Toolboxa. Biorąc pod uwagę wcześniej wspomniane poziomy abstrakcji EstimationEdit jest stroną (Page). Zgodnie z definicją Mediatora łączy ze sobą hermetyczne komponenty realizując pewne funkcjonalności. Dla ułatwienia zamykam każdą funkcjonalność w oddzielną metodę chociaż nie jest to regułą. Z jednej strony to nic nadzwyczajnego - klasa z metodami. Ale jak skrupulatnie przestrzega się zasady łączenia komponentów poprzez mediatora to nagle zauważa się że komponenty są przenaszalne a logikę można łatwo poprawić/zmienić. Jeszcze tak propos ilości linii w klasie - ta klasa równierz mieści się w tym wymaganiu. </aside> </section> </section> <!-- OBSERWATOR --> <section> <section> <h2>Obserwator</h2> <p>Wwzorzec projektowy należący do grupy wzorców czynnościowych. Używany jest do powiadamiania zainteresowanych obiektów o zmianie stanu pewnego innego obiektu.</p> <ul> <li>Dlaczego Obserwator</li> <li>Obserwator boilerplate</li> <li>Przykładowa implementacja</li> <li>Przykład zastosowania</li> </ul> <aside class="notes"> Obserwator, Reactor, Dispatcher, Eventer, EventEmitter to są różne nazwy koncepcji o której chciałbym opowiedzieć. Wszystkie różną się implementacją ale idea pozostaje taka sama. </aside> </section> <section> <h2>Dlaczego Obserwator</h2> <ul> <li>Luźne powiązania</li> <li>Komunikacja z klasą nadrzędną</li> </ul> <pre><code data-trim data-noescape> class Mediator { constructor() { this.functionality1(); } functionality1() { let componentPopup = new ComponentPopup(); let componentTimeout = new ComponentTimeout(); componentPopup.showPopup('ten popup NIE jest po timeoutcie'); // Co jeśli componentTimeout wykonuje się asynchronicznie a my chcemy // poinformować o sukcesie za pomocą componentPopup? Fajnie by było wpiąć się // w callbacka ale nie możemy tego zrobić bezpośrednio w componentTimeout } } </code></pre> <aside class="notes"> Dlaczego Obserwator? Mając mediator z jednej strony rozwiązujemy problem bałaganu i ograniczamy błędy logiczne, a z drugiej strony wiążemy sobie ręce ponieważ nie powinniśmy komunikować się bezpośrednio między componentami. Tak jak napisałem tutaj w komentarzu. Co jeśili jeden z komponentów wykonuje asynchroniczne akcje na które musimy zareagować? Tutaj musimy użyć obserwatora. </aside> </section> <section> <h2>Obserwator boilerplate</h2> <p>Implementacja obserwatora za pomocą eventów. <a href="https://www.npmjs.com/package/simple-eventer" target="_blank">SimpleEventer</a></p> <pre><code data-trim data-noescape> class ComponentTimeout extends SimpleEventer { constructor() { super(); } } // component1.on(...) po stronie obserwatora </code></pre> <aside class="notes"> Polecam implementacje obserwatora opartą o eventy ponieważ jest bardzo elastyczna - nie musimy myśleć w którym momencie komunikować się z mediatorem. Poprostu jeżeli potrzeba to mediator podpina listenera pod komponent i reaguje w określony sposób na jego zmiany. Dodatkowo jeżeli chcemy wykorzystać component w innym miejscu to możemy. Implementacja polega na definicji komponentu tak aby mógł propagować eventy. W tym wypadku użyłem klasy z npm SimpleEventer ale można użyć dowolnego sposobu implementacji. Klasa SimpleEventer umożliwia uruchomienie eventu poprzez metodę fire i podpięcie listenera za pomocą metody on. </aside> </section> <section> <h2>Przykładowa implementacja</h2> <p>Przykładowy obserwator - <a href="examples/observer.html" target="_blank">zobacz przykład</a>.</p> <pre><code data-trim data-noescape> class ComponentTimeout extends SimpleEventer { constructor() { super(); this.initTimeout(); } initTimeout() { setTimeout(() => { this.fire('afterTimeout'); }, 2000); } } class Mediator { constructor() { this.componentPopup = new ComponentPopup(); this.componentTimeout = new ComponentTimeout(); this.functionality1(); } functionality1() { this.componentTimeout.on('afterTimeout', () => { this.componentPopup.showPopup('po timeoutce'); // po timeoutce }); } } </code></pre> <aside class="notes"> Przykładowy sposób wykorzystania wzorca obserwatora. W tym wypadku Mediator staje się jednocześnie obserwatorem componentów. Obserwuje componentTimeout i reaguje na zmianę za pomocą componentPopup wyświetlając odpowiedni komunikat. W połączeniu oba wzorce dają możliwość elastycznego łączenia ze sobą komponentów w relacji wiele do wielu nie ingerując w logikę samych komponentów. Co więcej logikę zależności można napisać w ramach klasy i w razie potrzeby podzielić ją na metody. </aside> </section> <section> <h2>Przykład zastosowania</h2> <p>Klasa EstimationEdit z Toolboxa</p> <pre><code data-trim data-noescape> class EstimationEdit extends Service { constructor($context, options = {}) { (...) } initUi() { this.initEvaluationInfo(); this.initCostSummary(); this.initEvaluationVariant(); this.initCosts(); (...) } initEvaluationInfo() { let $estimationInfo = $(document.getElementById('estimationInfo')); if($estimationInfo.length > 0) { this.estimationInfo = new EstimationInfo($estimationInfo); } } initCostSummary() { this.summaryCosts = new SummaryCosts($(document.getElementById('costSummary'))); } initEvaluationVariant() { this.evaluationVariant = new EvaluationVariant($(document.getElementById('variants'))); this.evaluationVariant.on('overheadchange', () => { this.costs.setOverhead(this.evaluationVariant.getOverhead()); this.costs.recalculateAll(); this.changed = true; }); } initCosts() { // Costs też jest mediatorem this.costs = new Costs($(document.getElementById('costs')), { stage: this.stage }); this.costs.on('change', (event) => { this.summaryCosts.updateSummaryCosts(event.target.internalCost, event.target.externalCost); this.evaluationVariant.setCosts(event.target.internalCost, event.target.externalCost); if(this.estimationInfo !== null) { this.estimationInfo.setHours(event.target.hours); } this.changed = true; }); this.costs.setOverhead(this.evaluationVariant.getOverhead()); this.costs.recalculateAll(); } (...) } </code></pre> <aside class="notes"> W przypadku dużej ilości komponentów możliwe jest równierz utworzenie drzewiastej struktury Mediatorów gdzie mediator1 może być obserwatorem mediatora2. Tak jest w przypadku wcześniej już pokazanej klasy EstimationEdit z toolboxa. Klasa ta reaguje na zmiany w komponentach i propaguje je na inne komponenty z których Costs jest Mediatorem dla grupy innych komponentów. </aside> </section> </section> <section> <h2>Żeby nie było zbyt pięknie</h2> <p>Przykład jak nie korzystać z wzorców</p> <pre><code data-trim data-noescape> (...) initProfitability() { // Profitability Charts let $profitabilityCharts = $(document.getElementById('profitabilityCharts')); if($profitabilityCharts.length === 1) { this.profitabilityCharts = new ProfitabilityCharts($profitabilityCharts); } // Profitablility Table let $profitabilityTable = $(document.getElementById('profitabilityTable')); if($profitabilityTable.length === 1) { this.profitabilityTable = new ProfitabilityTable($profitabilityTable); } // Wzorowy reżim if(this.profitabilityCharts && this.profitabilityTable) { this.profitabilityCharts.on('enterBudget', () => { this.profitabilityTable .highlight('.today-plan--header, .today-plan--budget'); }); this.profitabilityCharts.on('leaveBudget', () => { this.profitabilityTable .dehighlight('.today-plan--header, .today-plan--budget'); }); this.profitabilityCharts.on('enterInternalCosts', () => { this.profitabilityTable .highlight('.today-plan--header, .today-plan--internalCosts'); }); this.profitabilityCharts.on('leaveInternalCosts', () => { this.profitabilityTable .dehighlight('.today-plan--header, .today-plan--internalCosts'); }); this.profitabilityCharts.on('enterInternalCostsTime', () => { this.profitabilityTable .highlight('.today-plan--header-internal, ' + '.item-summary .today-plan--internalCostsTime'); }); this.profitabilityCharts.on('leaveInternalCostsTime', () => { this.profitabilityTable .dehighlight('.today-plan--header-internal, ' + '.item-summary .today-plan--internalCostsTime'); }); this.profitabilityCharts.on('enterExternalCosts', () => { this.profitabilityTable .highlight('.today-plan--header, .today-plan--externalCosts'); }); this.profitabilityCharts.on('leaveExternalCosts', () => { this.profitabilityTable .dehighlight('.today-plan--header, .today-plan--externalCosts'); }); } } (...) </code></pre> <aside class="notes"> Wszystko super mamy wzorce komponenty rozmawiają ze sobą za pośrednictwem mediatora. Ten przykład jest tego dowodem że trzeba mieć umiar. Dwa komponenty - ProfitabilityCharts i ProfitabilityTable. Przyszedł PM i powiedział fajnie by było gdyby po najechaniu na wykres zapalała się odpowiednia komórka w tabeli. I powstał taki potworek. profitabilityCharts propaguje 8 różnych eventów - po dwa na każdy z wykresów - najechanie i zjechanie. Reakcją jest dodanie lub usunięcie odpowiedniej klasy na tabeli. Oczywiście można to naprawić. Zrobić dwa eventy i jedną metodę. Lub napisać 4 linijki w jquery ale tego nie polecam ;) </aside> </section> <section> <h2>Podsumowanie</h2> <ul> <li>Obiektowość jest dla dużych systemów</li> <li>Wzorce są dla jeszcze większych systemów</li> <li>Singleton jest wszędzie tym samym obiektem</li> <li>Mediator odciąża komponenty z niepotrzebnej logiki</li> <li>Obserwator pozwala na elastyczną komunikację z obiektami nadrzędnymi</li> <li>Przejrzysta logika zależności pomiędzy komponentami</li> </ul> <aside class="notes"> Podsumowanie:<br/> Obiektowość jest dla dużych systemów ale nigdy nie wiadomo kiedy z małego systemu zrobi się duży prawda?<br/> Wzorce są dla jeszcze większych systemów ale nigdy nie wiadomo kiedy z dużego systemu zrobi się jeszcze większy prawda?<br/> Singleton jest wszędzie tym samym obiektem - pozwala to na elastyczną komunikację pomiędzy komponentami na dodatkowej płaszczyźnie<br/> Mediator odciąża komponenty z niepotrzebnej logiki - komponent przykładowo wyświetla tabelę z danymi i ewentualnie jak mediator mu powie to zaświeci odpowiednią komórkę<br/> Obserwator pozwala na elastyczną komunikację z obiektami nadrzędnymi w tym wypadku z mediatorem. Komponent uruchamia event który mediator obserwuje i komponentowi nic do tego co mediator dalej z nim robi<br/> Przy pomocy tych dwóch wzorców dostajemy narzędzie do kontroli przepływu informacji pomiędzy komponentami którym jest łatwo zarządzać. </aside> </section> <section> <h2>Źródło</h2> <li><a href="https://developer.mozilla.org/pl/docs/Web/JavaScript">MDN</a></li> <li><a href="https://pl.wikipedia.org/wiki/Wzorzec_projektowy_(informatyka)">Wzorce projektowe (Wiki)</a></li> <li>Wzorce projektowe, Elementy oprogramowania obiektowego wielokrotnego użytku, Helion</li> </section> <section> <h2>Dzięki</h2> </section> </div> </div> <script src="lib/js/head.min.js"></script> <script src="js/reveal.js"></script> <script> // More info https://github.com/hakimel/reveal.js#configuration Reveal.initialize({ history: true, // More info https://github.com/hakimel/reveal.js#dependencies dependencies: [ { src: 'plugin/markdown/marked.js' }, { src: 'plugin/markdown/markdown.js' }, { src: 'plugin/notes/notes.js', async: true }, { src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } } ] }); </script> </body> </html>
demo.html
dashawk/angularOwlCarousel
<!DOCTYPE html> <html lang="en" ng-app="myApp"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <link rel="stylesheet" href="./bower_components/owl.carousel/dist/assets/owl.carousel.css" /> <link rel="stylesheet" href="./bower_components/owl.carousel/dist/assets/owl.theme.default.css" /> <link rel="stylesheet" href="./bower_components/bootstrap/dist/css/bootstrap.css" /> <style> .container { padding-top: 70px; } .panel-heading { } .owl-carousel .owl-item { background: #ddd; padding: 10px; } </style> </head> <body ng-controller="testController"> <div class="container"> <div class="row"> <div class="col-md-12"> <div class="panel"> <div class="panel-info"> <header class="panel-heading">Angular Owl Carousel Demo</header> </div> <div class="panel-body"> <div owl-carousel="owlOptions" owl-instance="getInstance($owl)"> <div class="item"><h4>1</h4></div> <div class="item"><h4>2</h4></div> <div class="item"><h4>3</h4></div> <div class="item"><h4>4</h4></div> <div class="item"><h4>5</h4></div> <div class="item"><h4>6</h4></div> <div class="item"><h4>7</h4></div> <div class="item"><h4>8</h4></div> <div class="item"><h4>9</h4></div> <div class="item"><h4>10</h4></div> <div class="item"><h4>11</h4></div> <!--<div class="item"><h4>12</h4></div>--> </div> </div> </div> </div> </div> </div> <script src="./bower_components/jquery/dist/jquery.js"></script> <script src="./bower_components/bootstrap/dist/js/bootstrap.js"></script> <script src="./bower_components/owl.carousel/dist/owl.carousel.js"></script> <script src="./bower_components/angular/angular.js"></script> <script src="./dist/angular-carousel.min.js"></script> <script> angular .module('myApp', ['jmp.carousel']) .controller('testController', function ($scope) { $scope.owlOptions = { items: 5, nav: true, loop: true }; $scope.getInstance = function (owl) { console.log(owl); }; }); </script> </body> </html>
从0开始学习vue@2.0/024-选项-mixins.html
fefuns/vueDemo
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>minxins Option</title> </head> <body> 相关文档:<br> <ul> <li><a href="https://cn.vuejs.org/v2/guide/mixins.html">混合mixins</a></li> </ul> <hr> <p> Mixins一般有两种用途:<br> 1、在你已经写好了构造器后,需要增加方法或者临时的活动时使用的方法,这时用混入会减少源代码的污染。<br> 2、很多地方都会用到的公用方法,用混入的方法可以减少代码量,实现代码重用。</p> <h2>1. Mixins的基本用法</h2> <p>假如已经有一个数字点击递增的程序了,这时希望每次数据变化时能在控制台打印提示:'数据发生变化'</p> <div id="app1"> <p>num: {{ num }}</p> <p><button @click="add">增加数量</button></p> </div> <hr> <h2>2. mixins的调用顺序</h2> <p>从执行的先后顺序来说,都是混入的先执行,然后构造器里的再执行,需要注意的是,这并不是方法的覆盖,而是被执行了两遍。</p> <div id="app2"> </div> <hr> <h2>3. 全局API混入方式</h2> <p>一般全局混入的时候是用于处理很多地方都会用到的公用方法,用这种方式可以减少代码量,实现代码重用。</p> <div id="app3"> </div> <p>当全局混入,组件,混合对象都是同名选项的时候,全局混入最先执行,再是混入对象,最后才是组件里的</p> <script src="https://cdn.bootcss.com/vue/2.3.2/vue.js"></script> <script> Vue.mixin({ created: function () { console.log('全局混合的钩子被调用'); } }) // 额外临时加入时,用于显示日志 var addLog = { updated: function () { console.log('数据发生变化,变化成' + this.num + '.'); } }; var vm1 = new Vue({ el: '#app1', data: { num: 1 }, methods: { add: function () { this.num++; } }, mixins: [addLog] }); var mixinObj2 = { created: function () { console.log('混合对象的钩子被调用') } }; var vm2 = new Vue({ el: '#app2', created: function () { console.log('组件钩子被调用') }, mixins: [mixinObj2] }); </script> </body> </html>
doc/html/manual/en/ch12.html
SvenMichaelKlose/Caroshi-PHP
<html> <head> <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"> <title>Chapter 12. Session management</title> <meta name="generator" content="DocBook XSL Stylesheets V1.29"> <link rel="home" href="index.html" title="Caroshi"> <link rel="up" href="index.html" title="Caroshi"> <link rel="previous" href="ch11s02.html" title="Sending emails with attachments"> <link rel="next" href="ch12s02.html" title="define_tables ()"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <div class="navheader"> <table width="100%"> <tr><th colspan="3" align="center">Chapter 12. Session management</th></tr> <tr> <td width="20%" align="left"> <a href="ch11s02.html">Prev</a> </td> <th width="60%" align="center"> </th> <td width="20%" align="right"> <a href="ch12s02.html">Next</a> </td> </tr> </table> <hr> </div> <div id="class-dbsession" class="chapter"> <div class="titlepage"><div><h2 class="title"> <a name="class-dbsession"></a>Chapter 12. Session management</h2></div></div> <div class="toc"> <p><b>Table of Contents</b></p> <dl> <dt> <a href="ch12.html#func-dbsession-dbsession">dbsession constructor</a> </dt> <dt> <a href="ch12s02.html">define_tables ()</a> </dt> <dt> <a href="ch12s03.html">read_id ()</a> </dt> <dt> <a href="ch12s04.html">force_key ()</a> </dt> <dt> <a href="ch12s05.html">lock ()</a> </dt> <dt> <a href="ch12s06.html">destroy ()</a> </dt> <dt> <a href="ch12s07.html">key ()</a> </dt> <dt> <a href="ch12s08.html">id ()</a> </dt> <dt> <a href="ch12s09.html">get ()</a> </dt> <dt> <a href="ch12s10.html">set ()</a> </dt> <dt> <a href="ch12s11.html">set ()</a> </dt> <dt> <a href="ch12s12.html">set_timeout ()</a> </dt> </dl> </div> <p> A lot of applications need state retention. This means they need store some data identified by a key which can be passed by URL, so the script can recover the data. dbi/dbsession.class provides this features. </p> <p> dbsession manages multiple <i>entries</i> identified by a unique name. Any kind of data can be stored in an entry using <a href="ch12s10.html">set()</a> and read using <a href="ch12s09.html">get()</a>. It can also be cleared using <a href="ch12s11.html">clear()</a>. Different parts of an application should use their oen entry so it couldn't collide with other applications. </p> <p> For the global session, an empty entry name is used. </p> <div class="sect1"> <a name="func-dbsession-dbsession"></a><div class="titlepage"><div><h2 class="title" style="clear: all"> <a name="func-dbsession-dbsession"></a><span class="title">dbsession constructor</span> </h2></div></div> <pre class="synopsis"> object dbsession (&amp;$dbctrl_object, $time_to_live = 1200); </pre> <p> Constructs a dbsession object. </p> </div> </div> <div class="navfooter"> <hr> <table width="100%"> <tr> <td width="40%" align="left"> <a href="ch11s02.html">Prev</a> </td> <td width="20%" align="center"><a href="index.html">Home</a></td> <td width="40%" align="right"> <a href="ch12s02.html">Next</a> </td> </tr> <tr> <td width="40%" align="left">Sending emails with attachments </td> <td width="20%" align="center"><a href="index.html">Up</a></td> <td width="40%" align="right"> define_tables ()</td> </tr> </table> </div> </body> </html>
static/welcome.html
morganrallen/sudo-humans
<div id="main"> <p class="msg"> Welcome to the sudoroom community! </p> <div class="actions clearfix"> <h2>next steps</h2> <ul> <li>set up <a key="payments" href="#">recurring payments</a></li> <li>tell us <a key="profile" href="#" class="profile-link">about yourself</a></li> <!-- <li>apply for <a href="#">membership</a></li> <li>find <a href="">projects</a> and <a href="">collaborators</a></li> <li>upload your public key</li> <li>configure more authentication options</li> --> </ul> <br/> </div> </div>
s_024Vue.js/s_04Transition/列表过渡/练习1.css
NobodyXiao/LearningNote
.list-complete-item { transition: all 1s; display: inline-block; margin-right: 10px; } .list-complete-enter, .list-complete-leave-active { opacity: 0; transform: translateY(30px); } .list-complete-leave-active { position: absolute; }
doc/rdoc/classes/ExceptionNotifierHelper.src/M000431.html
NESCent/max-bodysize-evol
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>inspect_model_object (ExceptionNotifierHelper)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File vendor/plugins/exception_notification/lib/exception_notifier_helper.rb, line 47</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">inspect_model_object</span>(<span class="ruby-identifier">model</span>, <span class="ruby-identifier">locals</span>={}) <span class="ruby-identifier">render_overridable</span>(<span class="ruby-identifier">:inspect_model</span>, <span class="ruby-identifier">:locals</span> =<span class="ruby-operator">&gt;</span> { <span class="ruby-identifier">:inspect_model</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">model</span>, <span class="ruby-identifier">:show_instance_variables</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">true</span>, <span class="ruby-identifier">:show_attributes</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-keyword kw">true</span> }.<span class="ruby-identifier">merge</span>(<span class="ruby-identifier">locals</span>)) <span class="ruby-keyword kw">end</span></pre> </body> </html>
web/fp/fp.css
Xiaojing/atmobileweb
/* Redefinition of basic elements */ html, body { margin: 0; padding: 0; width: 100%; } body { background-color: #d9e0e8; font-family: Arial, sans-serif; font-size: small; color: #202629; } a { color: #a33; } a:visited { color: #a33; } a img { border: none; } h1 { font-size: x-large; font-weight: normal; margin: 10px 0; padding: 0; } h2 { font-size: large; font-weight: normal; margin: 0 0 5px 0; padding: 0; } h3 { font-size: small; font-weight: bold; margin: 0 0 5px 0; padding: 0; } h4 { font-size: small; font-weight: bold; margin: 0; padding: 0; } p { margin: 0 0 8px 0; padding: 0; } table, th, td { font-size: small; } ul { margin: 0 0 1em 0; padding: 0 0 0 1.2em; } ul li { padding: 0 0 4px 0; } /* Major layout blocks */ #container { padding: 3px; margin: 6px 0; } #header { margin: 0; padding: 4px 4px 4px 4px; font-size: large; } #header a { text-decoration: none; color: #444; } #footer { margin: 3px 0 3px 0; padding: 3px; font-size: xx-small; color: #666; } /* Forms */ form { margin: 4px 0 10px 0; padding: 0; } fieldset { border: 0; margin: 0; padding: 0; } .combobutton { background-color: #933; border-color: #933; color: #fff; } .inputcombo .forminput { font-size: small; } .inputcombo .combobutton { font-size: small; } /* Navigation and results listings */ /* Use of "display:block" allows for vertical padding without line-height and elimination of <br/> tags in lists (compared with sp.css) */ .nav { margin: 1em 0; padding: 3px; background-color: #fff; font-size: small; } .secondary { margin: 1em 0; padding: 3px; background-color: #f0f6f9; font-size: small; } .paging { margin: 0; padding: 3px; font-size: small; } .bottomnav { margin: 1em 0; padding: 3px; background-color: #778593; color: #fff; font-size: small; } .bottomnav a { color: #fff; } .results { margin: 0.75em 0; padding: 3px; background-color: #fff; font-size: small; } /* Specific content formatting */ .focal { background-color: #fff; padding: 3px; } .nonfocal { padding: 3px; } .paging { text-align: left; margin: 0.75em 0; } .legend { margin: 0.5em 0 0.75em 0; font-size: x-small; color: #606669; } .row { padding: 4px 0; } .smallprint { font-size: x-small; font-weight: normal; color: #555; text-decoration: none; } .fineprint { font-size: xx-small; color: #666; text-decoration: none; } .clear { clear: both; } .label { display: inline; padding-right: 2px; font-size: x-small; color: #888888; } .value { font-size: small; } hr { display: none; } .divider { height: 0; margin: 0.75em 0; border: none; border-top: 1px dotted #999; } .bb { display: none; } .image { text-align: center; padding: 4px 0; } .hidden { display:none; } /* Iconically coded links - e.g., Shuttle Schedule, 3DOWN, etc. */ a.icon { background-repeat: no-repeat; background-position: 1px 5px; padding-left: 16px; } span.icon { display: block; background-repeat: no-repeat; background-position: 1px 2px; padding: 2px 0 2px 16px; } .gps { background-image: url(../fp/images/gps.gif); } .sch { background-image: url(../fp/images/schedule.gif); } .ok { background-image: url(../fp/images/ok.gif); } .alert { background-image: url(../fp/images/alert.gif); } .warning { background-image: url(../fp/images/warning.gif); } .critical { background-image: url(../fp/images/critical.gif); } .running { background-image: url(../fp/images/shuttle.gif); }
data science/machine_learning_for_the_web/chapter_4/movie/22632.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Girl, Interrupted (1999)</TITLE> <LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css"> </HEAD> <BODY BGCOLOR="#FFFFFF" TEXT="#000000"> <H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0172493">Girl, Interrupted (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Steve+Rhodes">Steve Rhodes</A></H3><HR WIDTH="40%" SIZE="4"> <PRE>GIRL, INTERRUPTED A film review by Steve Rhodes Copyright 2000 Steve Rhodes RATING (0 TO ****): ** 1/2</PRE> <P>GIRL, INTERRUPTED, based on the best selling autobiography by Susanna Kaysen, tells the true story of her 18-month stay at a mental institution in the late 1960s. With strong performances by Winona Ryder, Angelina Jolie and an ensemble cast, the film can be thought of as a female version of ONE FLEW OVER THE CUCKOO'S NEST.</P> <P>When we meet Susanna (Ryder), she's a spaced-out, nervous 17 year old, who recently woofed down a bottle of vodka after taking a bottle of aspirin for her headache. A withdrawn and angry girl with a mother who appears to be the crazy one in the family, Susanna is sent by her parents to a mental hospital to get better. Once there, she is diagnosed with "Borderline Personality Disorder," a disease that's as mild as it sounds and probably afflicts half of the country.</P> <P>While institutionalized, Susanna meets and bonds with girls who have a cornucopia of cases of more traditional mental illnesses. The movie's problems start here. Rather than concentrating on Susanna's case, the democratic script feels duty bound to let everyone tell their story. This lack of focus is frustrating. Although the other characters -- the burnt girl, the bulimic girl, the lying girl, the anorectic girl, the fat girl, etc. -- each have interesting moments on stage, they take away time better devoted to the central story. Certainly, when we do learn more about Susanna's life, it is frighteningly fascinating.</P> <P>As the patients' ringleader and chief bad girl, Lisa (Jolie) plays the story's most unstable character. Given equal screen time, Lisa is an even more frustrating character than Susanna. We learn little about Lisa other than her behaviors, which include leading her band in various sophomoric stunts like breaking into the principal's -- oops, I mean the therapist's -- office, after lights out. The movie, which sometimes reminds one of a silly teen comedy, can be quite funny at times, usually to the detriment of the drama.</P> <P>Director James Mangold (COP LAND) has constant troubles maintaining the show's tone. It isn't until the last act that he tosses out all pretense of humor and sticks to the dramatic. The surprise is that, rather than improving the movie, it makes you realize that it's only as a comedy that this movie really works.</P> <P>Susanna's brutally honest and benevolent nurse (Whoopi Goldberg) seems to sum up her problems best, telling her that she is "a lazy, self-indulgent, little girl, who is driving herself crazy." The truth to Susanna's real mental problems, if there are any, isn't revealed in the picture. This is a shame since the movie makes it easy to empathize with her predicament. The film just leaves you feeling empty and wanting to know more.</P> <P>GIRL, INTERRUPTED runs 2:05. It is rated R for strong language and content relating to drugs, sexuality and suicide. It would be acceptable for older teens.</P> <P>Email: <A HREF="mailto:Steve.Rhodes@InternetReviews.com">Steve.Rhodes@InternetReviews.com</A> Web: <A HREF="http://www.InternetReviews.com">http://www.InternetReviews.com</A></P> <HR><P CLASS=flush><SMALL>The review above was posted to the <A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR> The Internet Movie Database accepts no responsibility for the contents of the review and has no editorial control. Unless stated otherwise, the copyright belongs to the author.<BR> Please direct comments/criticisms of the review to relevant newsgroups.<BR> Broken URLs inthe reviews are the responsibility of the author.<BR> The formatting of the review is likely to differ from the original due to ASCII to HTML conversion. </SMALL></P> <P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P> </P></BODY></HTML>
doc/java/jdk8/java/awt/PrintJob.html
fbiville/annotation-processing-ftw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_31) on Wed Dec 17 20:47:24 PST 2014 --> <title>PrintJob (Java Platform SE 8 )</title> <meta name="date" content="2014-12-17"> <meta name="keywords" content="java.awt.PrintJob class"> <meta name="keywords" content="getGraphics()"> <meta name="keywords" content="getPageDimension()"> <meta name="keywords" content="getPageResolution()"> <meta name="keywords" content="lastPageFirst()"> <meta name="keywords" content="end()"> <meta name="keywords" content="finalize()"> <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="PrintJob (Java Platform SE 8 )"; } } catch(err) { } //--> var methods = {"i0":6,"i1":10,"i2":6,"i3":6,"i4":6,"i5":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/PrintJob.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../java/awt/PrintGraphics.html" title="interface in java.awt"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../java/awt/RadialGradientPaint.html" title="class in java.awt"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?java/awt/PrintJob.html" target="_top">Frames</a></li> <li><a href="PrintJob.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">java.awt</div> <h2 title="Class PrintJob" class="title">Class PrintJob</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="../../java/lang/Object.html" title="class in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li>java.awt.PrintJob</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public abstract class <span class="typeNameLabel">PrintJob</span> extends <a href="../../java/lang/Object.html" title="class in java.lang">Object</a></pre> <div class="block">An abstract class which initiates and executes a print job. It provides access to a print graphics object which renders to an appropriate print device.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../java/awt/Toolkit.html#getPrintJob-java.awt.Frame-java.lang.String-java.util.Properties-"><code>Toolkit.getPrintJob(java.awt.Frame, java.lang.String, java.util.Properties)</code></a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#PrintJob--">PrintJob</a></span>()</code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>abstract void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#end--">end</a></span>()</code> <div class="block">Ends the print job and does any necessary cleanup.</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#finalize--">finalize</a></span>()</code> <div class="block">Ends this print job once it is no longer referenced.</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>abstract <a href="../../java/awt/Graphics.html" title="class in java.awt">Graphics</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#getGraphics--">getGraphics</a></span>()</code> <div class="block">Gets a Graphics object that will draw to the next page.</div> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>abstract <a href="../../java/awt/Dimension.html" title="class in java.awt">Dimension</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#getPageDimension--">getPageDimension</a></span>()</code> <div class="block">Returns the dimensions of the page in pixels.</div> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code>abstract int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#getPageResolution--">getPageResolution</a></span>()</code> <div class="block">Returns the resolution of the page in pixels per inch.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code>abstract boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../java/awt/PrintJob.html#lastPageFirst--">lastPageFirst</a></span>()</code> <div class="block">Returns true if the last page will be printed first.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.<a href="../../java/lang/Object.html" title="class in java.lang">Object</a></h3> <code><a href="../../java/lang/Object.html#clone--">clone</a>, <a href="../../java/lang/Object.html#equals-java.lang.Object-">equals</a>, <a href="../../java/lang/Object.html#getClass--">getClass</a>, <a href="../../java/lang/Object.html#hashCode--">hashCode</a>, <a href="../../java/lang/Object.html#notify--">notify</a>, <a href="../../java/lang/Object.html#notifyAll--">notifyAll</a>, <a href="../../java/lang/Object.html#toString--">toString</a>, <a href="../../java/lang/Object.html#wait--">wait</a>, <a href="../../java/lang/Object.html#wait-long-">wait</a>, <a href="../../java/lang/Object.html#wait-long-int-">wait</a></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="PrintJob--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>PrintJob</h4> <pre>public&nbsp;PrintJob()</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getGraphics--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getGraphics</h4> <pre>public abstract&nbsp;<a href="../../java/awt/Graphics.html" title="class in java.awt">Graphics</a>&nbsp;getGraphics()</pre> <div class="block">Gets a Graphics object that will draw to the next page. The page is sent to the printer when the graphics object is disposed. This graphics object will also implement the PrintGraphics interface.</div> <dl> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../java/awt/PrintGraphics.html" title="interface in java.awt"><code>PrintGraphics</code></a></dd> </dl> </li> </ul> <a name="getPageDimension--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPageDimension</h4> <pre>public abstract&nbsp;<a href="../../java/awt/Dimension.html" title="class in java.awt">Dimension</a>&nbsp;getPageDimension()</pre> <div class="block">Returns the dimensions of the page in pixels. The resolution of the page is chosen so that it is similar to the screen resolution.</div> </li> </ul> <a name="getPageResolution--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getPageResolution</h4> <pre>public abstract&nbsp;int&nbsp;getPageResolution()</pre> <div class="block">Returns the resolution of the page in pixels per inch. Note that this doesn't have to correspond to the physical resolution of the printer.</div> </li> </ul> <a name="lastPageFirst--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>lastPageFirst</h4> <pre>public abstract&nbsp;boolean&nbsp;lastPageFirst()</pre> <div class="block">Returns true if the last page will be printed first.</div> </li> </ul> <a name="end--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>end</h4> <pre>public abstract&nbsp;void&nbsp;end()</pre> <div class="block">Ends the print job and does any necessary cleanup.</div> </li> </ul> <a name="finalize--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>finalize</h4> <pre>public&nbsp;void&nbsp;finalize()</pre> <div class="block">Ends this print job once it is no longer referenced.</div> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../java/lang/Object.html#finalize--">finalize</a></code>&nbsp;in class&nbsp;<code><a href="../../java/lang/Object.html" title="class in java.lang">Object</a></code></dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../../java/awt/PrintJob.html#end--"><code>end()</code></a></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <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/PrintJob.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../deprecated-list.html">Deprecated</a></li> <li><a href="../../index-files/index-1.html">Index</a></li> <li><a href="../../help-doc.html">Help</a></li> </ul> <div class="aboutLanguage"><strong>Java&trade;&nbsp;Platform<br>Standard&nbsp;Ed.&nbsp;8</strong></div> </div> <div class="subNav"> <ul class="navList"> <li><a href="../../java/awt/PrintGraphics.html" title="interface in java.awt"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../java/awt/RadialGradientPaint.html" title="class in java.awt"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../index.html?java/awt/PrintJob.html" target="_top">Frames</a></li> <li><a href="PrintJob.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li>Nested&nbsp;|&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li>Field&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <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://download.oracle.com/javase/8/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>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/33ae941c87ece6bea5d795bc1d414ddd08eb89ce08c0a294308630ccb050a0eb.html
simonmysun/praxis
<!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="./9beed79e7160509dd2361fc97ab7b8f031f762afd6e314f0ffb2c689c7ee6311.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>
projects/gps1.1.html
muratdbc/muratdbc.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>GPS 1.1</title> <link rel="stylesheet" type="css/html" href="GPS-1.1.css"> </head> <body> <div id="container"> <header class="header"><h1>DBC GPS 1.1</h1></header> <h1>Murat and Henry</h1> <section id="blogBox"> <p>Pair programming is a collaboration environment where two people can work together on a single project. We're able to apply multiple perspectives and hopefully achieve a higher quality product.</p> <p>There are two roles in pair programming, driver and navigator. The driver listens to the navigator and tries to implement what he is saying. The navigator guides the driver to his vision for the goal/project.</p> <p>Pair programming is a very common practice among the workplace. DBC helps us familiarize ourselves not only with code, but prepare us for the real workworld.</p> <p>Reflection:I really enjoyed very much. I think everything worked out perfect. We got to finish on time. it would be more helpful if we able to read the readme instructions before hand, so the first 10 minute of the session does not go to understanding material.</p> </section> <section id="LBJ"><img src="LBJ.png" alt="LebronPlayingViolin"></section> </div> </body> </html>
app/views/lis/3/you/work.html
nhsbsa/nhslis
{% extends 'templates/nhs_transaction_layout.html' %} {% import 'includes/form_macros.html' as form_macros %} {% block afterHeader %} {% include "includes/service-headers/low-income.html" %} {% endblock %} {% block content %} <main id="content" role="main"> <div class="grid-row"> <div class="column-two-thirds"> <h1 class="heading-large"> Do you have a job? </h1> <form action="" method="get" class="form"> <div class="form-item-wrapper"> <fieldset> <div class="inline-form-groups"> <div class="form-group"> <input type="radio" id="binary-yes" name="work" value="yes"> <label class="form-control-radio" for="binary-yes"> Yes </label> </div> <div class="form-group"> <input type="radio" id="binary-no" name="work" value="no"> <label class="form-control-radio" for="binary-no"> No </label> </div> </div> </fieldset> </div> {{ form_macros.button({ label: 'Save and continue', href : 'education' }) }} <p class="navigation"><a class="cancel" href="../lis-home">Save and come back later</a></p> </form> </div> </div> </main> {% endblock %}
server/www/index.html
natarajanmca11/Express4-Seed
<html> <head> <title>Express 4 with Typescript</title> </header> <body> Web Api (Express 4 + Typescript) </body> </html>
Beginning Perl for Bioinformatics/html/lib/Perl/Critic/Policy/Miscellanea/ProhibitTies.html
amidoimidazol/bio_info
<?xml version="1.0" ?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <!-- saved from url=(0017)http://localhost/ --> <script language="JavaScript" src="../../../../../displayToc.js"></script> <script language="JavaScript" src="../../../../../tocParas.js"></script> <script language="JavaScript" src="../../../../../tocTab.js"></script> <link rel="stylesheet" type="text/css" href="../../../../../scineplex.css"> <title></title> <link rel="stylesheet" href="../../../../../Active.css" type="text/css" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rev="made" href="mailto:" /> </head> <body> <ul id="index"> <li><a href="#NAME">NAME</a></li> <li><a href="#AFFILIATION">AFFILIATION</a></li> <li><a href="#DESCRIPTION">DESCRIPTION</a></li> <li><a href="#CONFIGURATION">CONFIGURATION</a></li> <li><a href="#AUTHOR">AUTHOR</a></li> <li><a href="#COPYRIGHT">COPYRIGHT</a></li> </ul> <h1 id="NAME">NAME</h1> <p>Perl::Critic::Policy::Miscellanea::ProhibitTies - Do not use <code><code>tie</code></code>.</p> <h1 id="AFFILIATION">AFFILIATION</h1> <p>This Policy is part of the core <a href="../../../../../lib/Perl/Critic.html">Perl::Critic</a> distribution.</p> <h1 id="DESCRIPTION">DESCRIPTION</h1> <p>Conway discourages using <code><code>tie</code></code> to bind Perl primitive variables to user-defined objects. Unless the tie is done close to where the object is used, other developers probably won&#39;t know that the variable has special behavior. If you want to encapsulate complex behavior, just use a proper object or subroutine.</p> <h1 id="CONFIGURATION">CONFIGURATION</h1> <p>This Policy is not configurable except for the standard options.</p> <h1 id="AUTHOR">AUTHOR</h1> <p>Jeffrey Ryan Thalhammer &lt;jeff@imaginative-software.com&gt;</p> <h1 id="COPYRIGHT">COPYRIGHT</h1> <p>Copyright (c) 2005-2011 Imaginative Software Systems. All rights reserved.</p> <p>This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of this license can be found in the LICENSE file included with this module.</p> </body> </html>
_includes/header.html
cubicflow/cubicflow
<nav class="nav"> <div class="nav__container"> <div class="nav__mobile"> <div class="nav__mobile__logo"> <a href="/"><img src="/assets/img/cf-logo-light.svg"></a> </div> <div class="nav_mobile_expand"> <a class="nav-toggle-btn"> <div class="nav-toggle-btn__line nav-toggle-btn__line--top"></div> <div class="nav-toggle-btn__line nav-toggle-btn__line--bottom"></div> </a> </div> </div> <div class="nav__expanded"> <img class="nav__expanded__logo" src="/assets/img/cf-logo-dark.svg"> <ul> <li><a {% if page.url == '/' %} class="active-mobile" {% endif %} href="/">Work</a></li> <li><a {% if page.url == '/services/' %} class="active-mobile" {% endif %} href="/services/">Services</a></li> <li><a {% if page.url == '/process/' %} class="active-mobile" {% endif %} href="/process/">Agile</a></li> <li><a {% if page.url == '/contact/' %} class="active-mobile" {% endif %} href="/contact/">Contact</a></li> <li><a class="inactive-mobile" href="#">Blog</a></li> <li><a class="inactive-mobile" href="#">DDash Login</a></li> </ul> </div> <div class="nav__expanded-overlay"> </div> <div class="nav__default"> <div class="nav__default__logo"> <a href="/"><img src="/assets/img/cf-logo-light.svg"></a> </div> <div class="nav__default__login"> <a class="inactive" href="#"><img src="/assets/img/nav--icon--login.svg"></a> </div> <ul class="nav__default__links"> <li><a {% if page.url == '/' %} class="active" {% endif %} href="/">Work</a></li> <li><a {% if page.url == '/services/' %} class="active" {% endif %} href="/services/">Services</a></li> <li><a {% if page.url == '/process/' %} class="active" {% endif %} href="/process/">Agile</a></li> <li><a {% if page.url == '/contact/' %} class="active" {% endif %} href="/contact/">Contact</a></li> <li><a class="inactive" href="#">Blog</a></li> </ul> </div> </div> </nav>
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.dev/contrib:historical-examples/dev/2014-11-29_17-44-14.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.dev / contrib:historical-examples dev</a></li> <li class="active"><a href="">2014-11-29 17:44:14</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:historical-examples <small> dev <span class="label label-info">Not compatible with this Coq</span> </small> </h1> <p><em><script>document.write(moment("2014-11-29 17:44:14 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2014-11-29 17:44:14 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:historical-examples/coq:contrib:historical-examples.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:historical-examples.dev coq.8.4.dev</code></dd> <dt>Return code</dt> <dd>768</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.dev). The following dependencies couldn&#39;t be met: - coq:contrib:historical-examples -&gt; coq = dev Your request can&#39;t be satisfied: - Conflicting version constraints for coq No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --dry-run coq:contrib:historical-examples.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>3 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq.8.4.dev === 1 to remove === =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq.8.4.dev. [WARNING] Directory /home/bench/.opam/system/lib/coq is not empty, not removing [WARNING] Directory /home/bench/.opam/system/share/coq is not empty, not removing The following actions will be performed: - install coq.dev [required by coq:contrib:historical-examples] - install coq:contrib:historical-examples.dev === 2 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq.dev: ./configure -configdir /home/bench/.opam/system/lib/coq/config -mandir /home/bench/.opam/system/man -docdir /home/bench/.opam/system/doc -prefix /home/bench/.opam/system -usecamlp5 -camlp5dir /home/bench/.opam/system/lib/camlp5 -coqide no make -j4 make install Installing coq.dev. Building coq:contrib:historical-examples.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:historical-examples.dev. </pre></dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>Data not available in this bench.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
templates/video.html
vrypan/tumblr2html
{% extends "post.html" %} {% block page_title %}{{ post.caption|striptags|truncatewords:10 }}{% endblock %} {% block page_header %}{% endblock %} {% block main_content %} {% if post.local_video %} <video id="my_video_1" class="video-js vjs-default-skin" controls preload="auto" width="{{ post.local_video_width }}" height="{{ post.local_video_height }}" poster="{{ post.local_poster}}" data-setup="{}"> <source src="{{ post.local_video }}" type='video/mp4'> </video> <br/> Download: <a href="{{ post.local_video }}">{{ post.local_video }}</a> {% else %} {{ post.player.2.embed_code|safe }} {% endif %} {{ post.caption|safe }} {% endblock %}
includes/ngadmin/tpl/users/adduser.html
nithishj/rewardsvipclub
<div class="col-sm-12" style="margin-top:30px;"> <form name="add_user_form" id="add_user_form" class="form-horizontal form-validation"> <div class="panel panel-default"> <div class="panel-heading"> <h4>Add User</h4> </div> <div class="panel-body" style="min-height:400px"> <div class="form-group"> <label class="col-sm-3 control-label">Name : </label> <div class="col-sm-6"> <input type="text" class="form-control" placeholder="Name" ng-model="name" name="name" required > </div> </div> <br> <div class="form-group"> <label class="col-sm-3 control-label">Email : </label> <div class="col-sm-6"> <input type="email" class="form-control" placeholder="Email" ng-model="email" name="email" required > </div> </div> <br> <div class="form-group"> <label class="col-sm-3 control-label" style="vertical-align:middle">I am a : </label> <div class="col-sm-4" style="vertical-align:middle;display:inline-block;"> <select class="form-control" ng-model="user_role" name="user_role" required > <option value="">Choose user role</option> <option value="Sponsor">Sponsor</option> <option value="Member">Member</option> </select> </div> </div> <br> <div class="form-group"> <label class="col-sm-3 control-label">Gender : </label> <div class="col-sm-4" style="vertical-align:top;display:inline-block;"> <select class="form-control col-sm-9" ng-model="gender" name="gender" required > <option value="">Choose gender</option> <option value="Male">Male</option> <option value="Female">Female</option> </select> </div> </div> <br> <div class="form-group"> <label class="col-sm-3 control-label"></label> <div id="adduser_errors" class="col-sm-4" style="vertical-align:top;display:inline-block;color:red;font-weight:bold;" > {{errmsg}} </div> </div> </div> <footer class="panel-footer text-right bg-light lter"> <button type="button" class="btn btn-danger" ng-click="cancel()">cancel</button> <button type="submit" class="btn btn-warning" ng-click="submit()">Submit</button> </footer> </div> </form> </div>
app/views/olev/end-user.html
dudelmeister/olev
{% extends "layout.html" %} {% block page_title %} Do you know the end user of the vehicle? {% endblock %} {% block head %} {% include "includes/head.html" %} {% include "includes/scripts.html" %} {% endblock %} {% import "templates/button.html" as button %} {% block content %} <main id="content" role="main"> {% include "includes/phase_banner_beta.html" %} {% include "includes/buttons/back.html" %} {% include "includes/buttons/log-out.html" %} <div class="grid-row" id="pr3"> <div class="column-two-thirds"> <h1 class="heading-large"> Do you know the end user of the vehicle? </h1> <form class="form"> <div class="form-group" id="question"> <span class="error-message"> Select an option </span> <fieldset class="inline"> <legend class="visuallyhidden"> Do you know the end user of the vehicle? </legend> <label class="block-label" for="endUser-a1" id="endUser-a1-label"> <input id="endUser-a1" type="radio" name="endUser" value="Yes"> Yes </label> <label class="block-label" for="endUser-a2" id="endUser-a2-label"> <input id="endUser-a2" type="radio" name="endUser" value="No"> No </label> </fieldset> </div> {{ button.input(id='continue', name='continue', class='button', type='button', value='Continue') }} </form> </div> <div class="column-two-thirds"> <p class="margin-top-1"><a href="/olev/dashboard-single-view">Cancel and return to dashboard</a></p> </div> </div> </main> <script type="text/javascript"> $(".button").click(function(){ // Enter function name here validate(); }); var changing = location.search.split('change=')[1]; if (changing === 'true') { //$('.button-back').hide(); $("input[name=endUser][value=" + member.orders[member.currentOrderID].endUser + "]").prop('checked', true); } function validate() { var question = "Do you know the end user of the vehicle?"; var value = $('input[name=endUser]:checked').val(); if (value == 'No') { delete member.orders[member.currentOrderID].leaseCompany; if (changing === "true") { member.orders[member.currentOrderID].endUser = value; go('/olev/confirm-details'); } else { member.orders[member.currentOrderID].endUser = value; go('/olev/financed'); } } else if (value == 'Yes') { if (changing === "true") { if (member.orders[member.currentOrderID].endUser === value) { go('/olev/confirm-details'); } else { member.orders[member.currentOrderID].leaseCompany; member.orders[member.currentOrderID].endUser = value; go('/olev/lease-company?change=true'); } } else { member.orders[member.currentOrderID].endUser = value; go('/olev/lease-company'); } } else { $('#question').addClass('error'); $('.error-message').show(); } } </script> {% endblock %}
docs/javadocs-server/com.erudika.para.server/com/erudika/para/server/security/class-use/SimpleAuthenticationFailureHandler.html
Erudika/paraio.org
<!DOCTYPE HTML> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (11.0.13) on Mon Mar 07 23:47:00 EET 2022 --> <title>Uses of Class com.erudika.para.server.security.SimpleAuthenticationFailureHandler (para-server 1.45.1 API)</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="dc.created" content="2022-03-07"> <link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> <link rel="stylesheet" type="text/css" href="../../../../../../../jquery/jquery-ui.css" title="Style"> <script type="text/javascript" src="../../../../../../../script.js"></script> <script type="text/javascript" src="../../../../../../../jquery/jszip/dist/jszip.min.js"></script> <script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script> <!--[if IE]> <script type="text/javascript" src="../../../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script> <![endif]--> <script type="text/javascript" src="../../../../../../../jquery/jquery-3.5.1.js"></script> <script type="text/javascript" src="../../../../../../../jquery/jquery-ui.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Uses of Class com.erudika.para.server.security.SimpleAuthenticationFailureHandler (para-server 1.45.1 API)"; } } catch(err) { } //--> var pathtoroot = "../../../../../../../"; var useModuleDirectories = true; loadScripts(document, 'script');</script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <header role="banner"> <nav role="navigation"> <div class="fixedNav"> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a id="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a id="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../module-summary.html">Module</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <ul class="navListSearch"> <li><label for="search">SEARCH:</label> <input type="text" id="search" value="search" disabled="disabled"> <input type="reset" id="reset" value="reset" disabled="disabled"> </li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> </div> <div class="navPadding">&nbsp;</div> <script type="text/javascript"><!-- $('.navPadding').css('padding-top', $('.fixedNav').css("height")); //--> </script> </nav> </header> <main role="main"> <div class="header"> <h2 title="Uses of Class com.erudika.para.server.security.SimpleAuthenticationFailureHandler" class="title">Uses of Class<br>com.erudika.para.server.security.SimpleAuthenticationFailureHandler</h2> </div> <div class="classUseContainer"> <ul class="blockList"> <li class="blockList"> <table class="useSummary"> <caption><span>Packages that use <a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</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"> <th class="colFirst" scope="row"><a href="#com.erudika.para.server.security">com.erudika.para.server.security</a></th> <td class="colLast"> <div class="block">The security module - handles authentication.</div> </td> </tr> </tbody> </table> </li> <li class="blockList"> <ul class="blockList"> <li class="blockList"> <section role="region"><a id="com.erudika.para.server.security"> <!-- --> </a> <h3>Uses of <a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</a> in <a href="../package-summary.html">com.erudika.para.server.security</a></h3> <table class="useSummary"> <caption><span>Methods in <a href="../package-summary.html">com.erudika.para.server.security</a> that return <a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code><a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</a></code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SecurityModule.</span><code><span class="memberNameLink"><a href="../SecurityModule.html#getFailureHandler()">getFailureHandler</a></span>()</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> <table class="useSummary"> <caption><span>Methods in <a href="../package-summary.html">com.erudika.para.server.security</a> with parameters of type <a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</a></span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colSecond" scope="col">Method</th> <th class="colLast" scope="col">Description</th> </tr> <tbody> <tr class="altColor"> <td class="colFirst"><code>void</code></td> <th class="colSecond" scope="row"><span class="typeNameLabel">SecurityModule.</span><code><span class="memberNameLink"><a href="../SecurityModule.html#setFailureHandler(com.erudika.para.server.security.SimpleAuthenticationFailureHandler)">setFailureHandler</a></span>&#8203;(<a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">SimpleAuthenticationFailureHandler</a>&nbsp;failureHandler)</code></th> <td class="colLast">&nbsp;</td> </tr> </tbody> </table> </section> </li> </ul> </li> </ul> </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="../../../../../../module-summary.html">Module</a></li> <li><a href="../package-summary.html">Package</a></li> <li><a href="../SimpleAuthenticationFailureHandler.html" title="class in com.erudika.para.server.security">Class</a></li> <li class="navBarCell1Rev">Use</li> <li><a href="../package-tree.html">Tree</a></li> <li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../../index-all.html">Index</a></li> <li><a href="../../../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../../../allclasses.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> </div> <a id="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </nav> <p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://erudika.com">Erudika</a>. All rights reserved.</small></p> </footer> </body> </html>
mirror/prvCode_07/cityCode_000-areaCode_12-deptCode_025/voteCode_20120101T1A2-qryType_ctks-prvCode_02-cityCode_000-areaCode_12-deptCode_025-liCode_0940.html
g0v/projectV
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 選舉資料查詢 --> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>中選會選舉資料庫網站</title> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/votehist.css"> <script type="text/javascript"> function AddToFaves_hp() { var is_4up = parseInt(navigator.appVersion); var is_mac = navigator.userAgent.toLowerCase().indexOf("mac")!=-1; var is_ie = navigator.userAgent.toLowerCase().indexOf("msie")!=-1; var thePage = location.href; if (thePage.lastIndexOf('#')!=-1) thePage = thePage.substring(0,thePage.lastIndexOf('#')); if (is_ie && is_4up && !is_mac) window.external.AddFavorite(thePage,document.title); else if (is_ie || document.images) booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60'); //booker_hp.focus(); } </script> </head> <body class="frame"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題:選舉資料庫網站 --> <div style="width: 100%; height: 56px; margin: 0px 0px 0px 0px; border-style: solid; border-width: 0px 0px 1px 0px; border-color: black;"> <div style="float: left;"> <img src="http://db.cec.gov.tw/images/main_title.gif" /> </div> <div style="width: 100%; height: 48px;"> <div style="text-align: center;"> <img src="http://db.cec.gov.tw/images/small_ghost.gif" /> <span style="height: 30px; font-size: 20px;"> <a href="http://www.cec.gov.tw" style="text-decoration: none;">回中選會網站</a> </span> </div> </div> <div style="width: 100%; height: 8px; background-color: #fde501;"> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 頁籤 --> <div style="width: 100%; height: 29px; background-image: url('http://db.cec.gov.tw/images/tab_background.gif'); background-repeat: repeat-x;"> <div style="text-align: center;"> <a href="histMain.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_01.gif" /></a> <a href="histCand.jsp"><img border="0" src="http://db.cec.gov.tw/images/tab_02.gif" /></a> <!-- <a href=""><img border="0" src="images/tab_03.gif" /></a> --> <!-- <a href=""><img border="0" src="images/tab_04.gif" /></a> --> <a href="histQuery.jsp?voteCode=20120101T1A2&amp;qryType=ctks&amp;prvCode=02&amp;cityCode=000&amp;areaCode=12&amp;deptCode=025&amp;liCode=0940#"><img border="0" src="http://db.cec.gov.tw/images/tab_05.gif" onClick="AddToFaves_hp()" /></a> <a href="mailto:info@cec.gov.tw;ytlin@cec.gov.tw"><img border="0" src="http://db.cec.gov.tw/images/tab_06.gif" /></a> </div> </div> <div style="width: 100%; height: 22px; background-image: url('http://db.cec.gov.tw/images/tab_separator.gif'); background-repeat: repeat-x;"> </div> <div class="query"> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 子頁面:查詢候選人得票數 --> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 標題 --> <div class="titlebox"> <div class="title"> <div class="head">第 08 屆 立法委員選舉(區域)&nbsp;候選人得票數</div> <div class="date">投票日期:中華民國101年01月14日</div> <div class="separator"></div> </div> </div> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- 查詢:候選人得票數,縣市多選區,如區域立委 --> <link rel="stylesheet" type="text/css" href="http://db.cec.gov.tw/qryCtks.css" /> <!-- 投開票所表頭 --> <table class="ctks" width="950" height="22" border=1 cellpadding="0" cellspacing="0" > <tr class="title"> <td nowrap align="center">地區</td> <td nowrap align="center">姓名</td> <td nowrap align="center">號次</td> <td nowrap align="center">得票數</td> <td nowrap align="center">得票率</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=4 align=center>新北市第12選區汐止區拱北里第2196投開票所</td> <td nowrap align="center">李慶華</td> <td nowrap align="center">1</td> <td nowrap align="right">494</td> <td nowrap align="right"> 38.17%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">沈發惠</td> <td nowrap align="center">2</td> <td nowrap align="right">533</td> <td nowrap align="right"> 41.19%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">石翊靖</td> <td nowrap align="center">3</td> <td nowrap align="right">11</td> <td nowrap align="right"> 0.85%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">羅福助</td> <td nowrap align="center">4</td> <td nowrap align="right">256</td> <td nowrap align="right"> 19.78%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap rowspan=4 align=center>新北市第12選區汐止區拱北里第2197投開票所</td> <td nowrap align="center">李慶華</td> <td nowrap align="center">1</td> <td nowrap align="right">570</td> <td nowrap align="right"> 45.78%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">沈發惠</td> <td nowrap align="center">2</td> <td nowrap align="right">477</td> <td nowrap align="right"> 38.31%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">石翊靖</td> <td nowrap align="center">3</td> <td nowrap align="right">10</td> <td nowrap align="right"> 0.80%</td> </tr> <!-- 投開票所內容 --> <tr class="data"> <td nowrap align="center">羅福助</td> <td nowrap align="center">4</td> <td nowrap align="right">188</td> <td nowrap align="right"> 15.10%</td> </tr> </table> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <div style="width: 100%; height: 20px; margin: 30px 0px 0px 0px; text-align: center; "> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histPrint">下載</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> <span style="margin-right: 100px;">&nbsp;</span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_left.gif" /> </span> <span style="margin: 0px 10px 0px 10px; "> <a style="text-decoration: none; font-size: 15px; " href="histMain.jsp">離開</a> </span> <span> <img src="http://db.cec.gov.tw/images/leave_arrow_right.gif" /> </span> </div> </div> </body> </html>
dist/layout/bandWebsite/style.css
deftcat/Fei_Boilerplate
body { width: 1200px; height: 1000px; background-image: url('./images/background.jpg'); background-size: cover; } header, main, footer { margin: 0px 120px; width: 960px; clear: both; } div#title { width: 330px; height: 120px; background-size: cover; float: left; background-image: url('./images/title.png'); } nav { float: right; width: 530px; } nav ul { margin-top: 0px; } #nav li { text-align: center; padding: 60px 1px 30px; display: inline-block; width: 90px; color: #79705b; } #nav li.active { background-color: rgba(255, 255, 255, 0.5); } main { padding: 10px } section#main { color: rgb(199, 199, 199); background-image: url('./images/sectionbg.jpg'); height: 410px; background-size: cover; margin: 50px 26px 0px; position: relative; } section#main h1 { /*margin-top: 80px;*/ padding-left: 60px; padding-top: 90px; width: 500px } section#main ul { line-height: 3em; text-decoration: underline; width: 300px; padding-left: 90px; list-style: none; width: 500px; } section#main a { color: rgb(199, 199, 199); } section#main img { position: absolute; top: 0px; margin: 20px; right: 0px; width: 274px; /*float: right;*/ object-fit: cover; } section:not(:first-child) { /*900/3 = 300px */ width: 250px; float: left; margin: 20px; } section:not(:first-child) a { color: black; } section p:first-line { text-transform: uppercase; } section:last-child { padding: 0px 30px; text-align: center; } section div.icon { display: inline-block; text-align: center; font-family: 'FontAwesome'; font-style: normal; width: 30px; height: 30px; position: relative; border-radius: 5%; margin: 10px 20px 10px 30px; } section div.icon i { font-size: xx-large; } footer { padding-bottom: 1px; font-size: small; text-align: center; } footer i { font-family: "FontAwesome"; font-weight: normal; } footer a { color: black; }
_layouts/portfolio_threecolumns.html
rdricco/typejekyll
--- layout: default --- <section id="works" class=""> <div class="container"> {% for post in site.portfolio %} {% assign loopindex = forloop.index | modulo: 3 %} {% if loopindex == 3 %} <a href="{{ post.url }}" class="permalink"> <div class="desktop-4 tablet-6 columns"> <div class="item"> <img src="{{ post.image | prepend: site.baseurl }}" alt="" /> <h3>{{ post.title }}</h3> <span class="category">{{ post.category }}</span> </div><!-- // .item --> </div><!-- // .desktop-4 --> </a> <div class="clear hide-under-tablet"></div> {% else %} <a href="{{ post.url }}" class="permalink"> <div class="desktop-4 tablet-6 columns"> <div class="item"> <img src="{{ post.image | prepend: site.baseurl }}" alt="" /> <h3>{{ post.title }}</h3> <span class="category">{{ post.category }}</span> </div><!-- // .item --> </div><!-- // .desktop-4 --> </a> {% endif %} {% endfor %} </div><!-- // .container --> </section><!-- // section#works -->
game/game-nave/move/test.html
danielassada/deposit-bate
<!DOCTYPE html> <html> <body> <p>Image to use:</p> <img id="scream" width="220" height="277" src="images/player-sheet0.png" alt="The Scream"> <p>Canvas:</p> <canvas id="myCanvas" width="240" height="297" style="border:1px solid #d3d3d3;"> Your browser does not support the HTML5 canvas tag. </canvas> <script> window.onload = function() { var canvas = document.getElementById("myCanvas"); var ctx = canvas.getContext("2d"); var img = document.getElementById("scream"); ctx.drawImage(img, 10, 50); }; </script> <script type="text/javascript" src="key.js"></script> </body> </html>
db-derby-10.11.1.1-bin/docs/html/ref/rrefexportselectionproc.html
DiZ73/CKP_FillingStation
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us"> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type" /> <meta name="copyright" content="(C) Copyright 2005" /> <meta name="DC.rights.owner" content="(C) Copyright 2005" /> <meta content="public" name="security" /> <meta content="index,follow" name="Robots" /> <meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' /> <meta content="reference" name="DC.Type" /> <meta name="DC.Title" content="SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure" /> <meta name="abstract" content="The SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure exports the results of a SELECT statement to an operating system file." /> <meta name="description" content="The SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure exports the results of a SELECT statement to an operating system file." /> <meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY" name="DC.subject" /> <meta content="system procedures, SYSCS_UTIL.SYSCS_EXPORT_QUERY" name="keywords" /> <meta scheme="URI" name="DC.Relation" content="rrefexportproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefexportproctablelobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefexportproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefexportproctablelobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefexportselectionproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportdataproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportdataproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimporttableproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefexportselectionproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportdataproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportdataproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimportproc.html" /> <meta scheme="URI" name="DC.Relation" content="rrefimporttableproclobs.html" /> <meta scheme="URI" name="DC.Relation" content="crefsqlbuiltinsystemprocedures.html" /> <meta content="XHTML" name="DC.Format" /> <meta content="rrefexportselectionproc" name="DC.Identifier" /> <meta content="en-us" name="DC.Language" /> <link href="commonltr.css" type="text/css" rel="stylesheet" /> <title>SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure</title> </head> <body id="rrefexportselectionproc"><a name="rrefexportselectionproc"><!-- --></a> <h1 class="topictitle1">SYSCS_UTIL.SYSCS_EXPORT_QUERY system procedure</h1> <div><p>The <samp class="codeph">SYSCS_UTIL.SYSCS_EXPORT_QUERY</samp> system procedure exports the results of a SELECT statement to an operating system file.</p> <div class="section"><p>For security concerns, and to avoid accidental file damage, this EXPORT procedure does not export data into an existing file. You must specify a filename in the EXPORT procedure that does not exist. When you run the procedure the file is created and the data is exported into the new file.</p> <p>The data is exported using a delimited file format.</p> <p><span>Derby</span> issues a COMMIT or a ROLLBACK statement after each import and export procedure is run (a COMMIT if the procedure completes successfully, a ROLLBACK if it fails). For this reason, you should issue either a COMMIT or ROLLBACK statement to complete all transactions and release all table-level locks before you invoke an import or export procedure.</p> <p>For more information on using this procedure, see the section "Importing and exporting data" in the <span><em>Derby Server and Administration Guide</em></span>.</p> </div> <div class="section"><h2 class="sectiontitle">Syntax</h2> <pre>SYSCS_UTIL.SYSCS_EXPORT_QUERY(IN SELECTSTATEMENT VARCHAR(32672), IN FILENAME VARCHAR(32672), IN COLUMNDELIMITER CHAR(1), IN CHARACTERDELIMITER CHAR(1), IN CODESET VARCHAR(128)) </pre> <p>No result is returned from the procedure.</p> <dl> <dt class="dlterm">SELECTSTATEMENT</dt> <dd>An input argument of type VARCHAR(32672) that specifies the select statement (query) that will return the data to be exported. Passing a NULL value will result in an error.</dd> <dt class="dlterm">FILENAME</dt> <dd>Specifies the name of a new file to which the data is to be exported. If the path is omitted, the current working directory is used. If the name of a file that already exists is specified, the export procedure returns an error. The specified location of the file should refer to the server-side location if you are using the Network Server. Specifying a NULL value results in an error. The <span class="parmname">FILENAME</span> parameter takes an input argument that is a VARCHAR (32672) data type.</dd> <dt class="dlterm">COLUMNDELIMITER</dt> <dd>An input argument of type CHAR(1) that specifies a column delimiter. The specified character is used in place of a comma to signal the end of a column. Passing a NULL value will use the default value; the default value is a comma (,).</dd> <dt class="dlterm">CHARACTERDELIMITER</dt> <dd>An input argument of type CHAR(1) that specifies a character delimiter. The specified character is used in place of double quotation marks to enclose a character string. Passing a NULL value will use the default value; the default value is a double quotation mark (").</dd> <dt class="dlterm">CODESET</dt> <dd>An input argument of type VARCHAR(128) that specifies the code set of the data in the exported file. The name of the code set should be one of the Java-supported character encodings. Data is converted from the database code set to the specified code set before writing to the file. Passing a NULL value will write the data in the same code set as the JVM in which it is being executed.</dd> </dl> </div> <div class="section"><h2 class="sectiontitle">Execute privileges</h2> <p>If authentication and SQL authorization are both enabled, only the <a href="rrefattrib26867.html#rrefattrib26867">database owner</a> has execute privileges on this procedure by default. See "Configuring user authentication" and "Configuring user authorization" in the <span><em>Derby Security Guide</em></span> for more information. The database owner can grant access to other users. The user must also have SELECT privileges on the table.</p> </div> <div class="section"><h2 class="sectiontitle">Example</h2> <p>The following example shows how to export the information about employees in Department 20 from the STAFF table in the SAMPLE database to the <samp class="codeph">myfile.del</samp> file. </p> <pre>CALL SYSCS_UTIL.SYSCS_EXPORT_QUERY('select * from staff where dept =20', 'c:/output/awards.del', null, null, null);</pre> </div> </div> <div> <div class="familylinks"> <div class="parentlink"><strong>Parent topic:</strong> <a href="crefsqlbuiltinsystemprocedures.html" title="">Built-in system procedures</a></div> </div> <div class="relref"><strong>Related reference</strong><br /> <div><a href="rrefexportproc.html" title="The SYSCS_UTIL.SYSCS_EXPORT_TABLE system procedure exports all of the data from a table to an operating system file.">SYSCS_UTIL.SYSCS_EXPORT_TABLE system procedure</a></div> <div><a href="rrefexportproctablelobs.html" title="Use the SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE system procedure to export all the data from a table, and place the LOB data into a separate export file. A reference to the location of the LOB data is placed in the LOB column in the main export file.">SYSCS_UTIL.SYSCS_EXPORT_TABLE_LOBS_TO_EXTFILE system procedure</a></div> <div><a href="rrefexportselectionproclobs.html" title="Use the SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE system procedure to export the result of a SELECT statement to a main export file, and place the LOB data into a separate export file. A reference to the location of the LOB data is placed in the LOB column in the main export file.">SYSCS_UTIL.SYSCS_EXPORT_QUERY_LOBS_TO_EXTFILE system procedure</a></div> <div><a href="rrefimportdataproc.html" title="The SYSCS_UTIL.SYSCS_IMPORT_DATA system procedure imports data to a subset of columns in a table. You choose the subset of columns by specifying insert columns. This procedure is also used to import a subset of column data from a file by specifying column indexes.">SYSCS_UTIL.SYSCS_IMPORT_DATA system procedure</a></div> <div><a href="rrefimportdataproclobs.html" title="Use the SYSCS_UTIL.SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE system procedure to import data to a subset of columns in a table, where the LOB data is stored in a separate file. The main import file contains all of the other data and a reference to the location of the LOB data.">SYSCS_UTIL.SYSCS_IMPORT_DATA_LOBS_FROM_EXTFILE system procedure</a></div> <div><a href="rrefimportproc.html" title="The SYSCS_UTIL.SYSCS_IMPORT_TABLE system procedure imports data from an input file into all of the columns of a table. If the table receiving the imported data already contains data, you can either replace or append to the existing data.">SYSCS_UTIL.SYSCS_IMPORT_TABLE system procedure</a></div> <div><a href="rrefimporttableproclobs.html" title="Use the SYSCS_UTIL.SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE system procedure to import data to a table, where the LOB data is stored in a separate file. The main import file contains all of the other data and a reference to the location of the LOB data.">SYSCS_UTIL.SYSCS_IMPORT_TABLE_LOBS_FROM_EXTFILE system procedure</a></div> </div> </div> </body> </html>
clean/Linux-x86_64-4.11.2-2.0.7/released/8.11.2/mtac2/1.0.0+8.7.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mtac2: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / mtac2 - 1.0.0+8.7</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mtac2 <small> 1.0.0+8.7 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2021-12-25 14:20:56 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-12-25 14:20:56 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.11.2 The OCaml compiler (virtual package) ocaml-base-compiler 4.11.2 Official release 4.11.2 ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;beta.ziliani@gmail.com&quot; homepage: &quot;https://github.com/Mtac2/Mtac2&quot; dev-repo: &quot;git+https://github.com/Mtac2/Mtac2.git&quot; bug-reports: &quot;https://github.com/Mtac2/Mtac2/issues&quot; authors: [&quot;Beta Ziliani &lt;beta.ziliani@gmail.com&gt;&quot; &quot;Jan-Oliver Kaiser &lt;janno@mpi-sws.org&gt;&quot; &quot;Robbert Krebbers &lt;mail@robbertkrebbers.nl&gt;&quot; &quot;Yann Régis-Gianas &lt;yrg@pps.univ-paris-diderot.fr&gt;&quot; &quot;Derek Dreyer &lt;dreyer@mpi-sws.org&gt;&quot;] license: &quot;MIT&quot; build: [ [&quot;./configure.sh&quot;] [make &quot;-j%{jobs}%&quot;] ] install: [ [make &quot;install&quot;] ] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/Mtac2&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.7.0&quot; &amp; &lt; &quot;8.8~&quot;} &quot;coq-unicoq&quot; {&gt;= &quot;1.3~&quot; &amp; &lt; &quot;2~&quot;} ] synopsis: &quot;Mtac2: Typed Tactics for Coq&quot; flags: light-uninstall url { src: &quot;https://github.com/Mtac2/Mtac2/archive/v1.0.0-coq8.7.tar.gz&quot; checksum: &quot;md5=10fdc9569e0105d40f4ed22b8f92c2a7&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mtac2.1.0.0+8.7 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2). The following dependencies couldn&#39;t be met: - coq-mtac2 -&gt; coq &lt; 8.8~ -&gt; ocaml &lt; 4.10 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mtac2.1.0.0+8.7</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.05.0-2.0.6/released/8.8.0/higman-s/8.9.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>higman-s: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.8.0 / higman-s - 8.9.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> higman-s <small> 8.9.0 <span class="label label-info">Not compatible</span> </small> </h1> <p><em><script>document.write(moment("2020-09-14 18:10:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2020-09-14 18:10:41 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base camlp5 7.13 Preprocessor-pretty-printer of OCaml conf-findutils 1 Virtual package relying on findutils conf-m4 1 Virtual package relying on m4 coq 8.8.0 Formal proof management system. num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.8.1 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Hugo.Herbelin@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/higman-s&quot; license: &quot;LGPL&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/HigmanS&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.9&quot; &amp; &lt; &quot;8.10~&quot;} ] tags: [ &quot;keyword: Higman&#39;s lemma&quot; &quot;keyword: well quasi-ordering&quot; &quot;category: Mathematics/Combinatorics and Graph Theory&quot; &quot;date: 2007-09-14&quot; ] authors: [ &quot;William Delobel &lt;william.delobel@lif.univ-mrs.fr&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/higman-s/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/higman-s.git&quot; synopsis: &quot;Higman&#39;s lemma on an unrestricted alphabet&quot; description: &quot;&quot;&quot; This proof is more or less the proof given by Monika Seisenberger in &quot;An Inductive Version of Nash-Williams&#39; Minimal-Bad-Sequence Argument for Higman&#39;s Lemma&quot;.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/higman-s/archive/v8.9.0.tar.gz&quot; checksum: &quot;md5=013f99dc8cd75a356bbe9f729d264edc&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-higman-s.8.9.0 coq.8.8.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.8.0). The following dependencies couldn&#39;t be met: - coq-higman-s -&gt; coq &gt;= 8.9 Your request can&#39;t be satisfied: - No available version of coq satisfies the constraints No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-higman-s.8.9.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
_includes/footer.html
androidchat/androidchat.github.io
<footer class="page-footer grey lighten-3"> <div class="container row"> <div class="col s12 m6"> {% include icons.html icon_list=site.social %} </div> <div class="col s12 m6"> {% include icons.html icon_list=site.copyright_icons %} </div> </div> </footer> <script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script> {% if page.id %} <script>{% include share.js %}</script> {% endif %}
reports/coverage/index_SORT_BY_LINE_DESC.html
nicksi/xestools
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html id="htmlId"> <head> <title>Coverage Report :: Summary</title> <style type="text/css"> @import "./.css/coverage.css"; </style> </head> <body> <div class="header"></div> <div class="content"> <div class="breadCrumbs"> [ all classes ] </div> <h1>Overall Coverage Summary </h1> <table class="coverageStats"> <tr> <th class="name">Package</th> <th class="coverageStat "> Class, % </th> <th class="coverageStat "> Method, % </th> <th class="coverageStat "> Line, % </th> </tr> <tr> <td class="name">all classes</td> <td class="coverageStat"> <span class="percent"> 50% </span> <span class="absValue"> (1/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 80% </span> <span class="absValue"> (20/ 25) </span> </td> <td class="coverageStat"> <span class="percent"> 47.2% </span> <span class="absValue"> (134/ 284) </span> </td> </tr> </table> <br/> <h2>Coverage Breakdown</h2> <table class="coverageStats"> <tr> <th class="name "> <a href="index.html">Package</a> </th> <th class="coverageStat "> <a href="index_SORT_BY_CLASS.html">Class, %</a> </th> <th class="coverageStat "> <a href="index_SORT_BY_METHOD.html">Method, %</a> </th> <th class="coverageStat sortedDesc "> <a href="index_SORT_BY_LINE.html">Line, %</a> </th> </tr> <tr> <td class="name"><a href="ru.ramax.processmining/index_SORT_BY_LINE_DESC.html">ru.ramax.processmining</a></td> <td class="coverageStat"> <span class="percent"> 50% </span> <span class="absValue"> (1/ 2) </span> </td> <td class="coverageStat"> <span class="percent"> 80% </span> <span class="absValue"> (20/ 25) </span> </td> <td class="coverageStat"> <span class="percent"> 47.2% </span> <span class="absValue"> (134/ 284) </span> </td> </tr> </table> </div> <div class="footer"> <div style="float:right;">generated on 2015-12-16 21:12</div> </div> </body> </html>
templates/faqs.html
grwllrnc/BrowsingHistoryEditor
{% extends 'layout.html' %} {% block main_content %} <h2>FAQs</h2> <div class="row col-sm-8"> <dl class=""> <dt><p>Wie funktioniert das Programm?</p></dt> <dd><p>Das Programm ist ein Browser-basiertes Tool, das wie eine Webseite funktioniert. Wenn Sie das Programm ausführen, wird ein lokaler Webserver auf Ihrem Computer gestartet (namens ‘localhost’), der auf dem Port 5000 läuft. (Folgende Adresse wird im Browser angezeigt: http://localhost:5000). Dabei öffnet sich ein Browser-Fenster, in dem das Programm läuft.</p></dd> <dt><p>Werden bei der Nutzung des Programms Daten über das Internet übermittelt?</p></dt> <dd><p>Nein, das Programm wird lokal auf Ihrem Computer ausgeführt und es werden keine Daten über das Internet übertragen.</p></dd> <dt><a name="anonymisieren"></a><p>Wie werden die Einträge anonymisiert?</p></dt> <dd><p>Die URL wird mit einem zufälligen Unique-Identifier ersetzt, der keinerlei Rückschlüsse auf die URL zu lässt und nicht entschlüsselt werden kann. Suchbegriffe werden ebenfalls mit einem zufälligen Unique-Identifier ersetzt. Beispiel: </p> <p><pre>anonymisiert-968c9d6056f7a8efcd045b61ea9848e392dc4a018378259c9a5e758fd71a6e5e-ec749af98d4d40389b894816dbb2568e</pre></p> <p>Der Titel der Webseite, der Host und die Redirect URL werden durch ‘***’ ersetzt.</p> <p>Mit der Funktion 'URLs kürzen' haben Sie die Möglichkeit, den URL-Teil (rot markiert) nach der Domain abzuschneiden: 'http://www.meteoschweiz.admin.ch<span class="red">/home/aktuell/meteoschweiz-blog/meteoschweiz-blog.html?topic=/content/meteoswiss/tags/topics/wetter</span>'</p> </dd> <dt><p>Warum kann ich die Einträge des Browserverlaufs nur anonymisieren und nicht löschen?</p></dt> <dd><p>Das Programm dient dazu, den Umfang Ihrer Internetnutzung zu messen. Dabei soll die Nutzung von bestimmten Webseiten im Verhältnis zu Ihrer gesamten Internetnutzung möglichst genau bestimmbar sein. Durch das Löschen von Einträgen des Browserverlaufs würde das Verhältnis unter Umständen verfälscht werden.</p></dd> <dt><p>Werden alle Einträge aus dem Browserverlauf geladen bzw. exportiert?</p></dt> <dd><p>Nein, der Daten-Umfang ist zeitlich beschränkt. Die Software lädt nur die Einträge der letzten 60 Tage.</p></dd> <dt><p>Kann das Programm auf Daten aus dem privaten oder Inkognito-Modus zugreifen?</p></dt> <dd><p>Nein, diese Daten werde nicht im Browserverlauf gespeichert.</p></dd> <dt><p>Welche Daten werden exportiert?</p></dt> <dd><p>Welche Daten exportiert werden, hängt von dem Browser ab, den Sie benutzen. Nicht alle Browser speichern die gleichen Daten. Je nach Browser werden folgende Daten exportiert: </p><ul> <li>URL (z.B. https://www.google.ch/#q=nachrichten+schweiz+heute)</li> <li>URL-ID (eine Zahl, mit der die URL eindeutig identifiziert werden kann)</li> <li>Visits-ID (ID des Besuchs)</li> <li>Titel der URL (z.B. ‘nachrichten schweiz heute - Google-Suche’)</li> <li>URL-Weiterleitungen</li> <li>Referrer (die Visit-ID der URL, von der Sie auf die aktuelle URL gekommen sind)</li> <li>Datum und Uhrzeit des Seitenaufrufs (als Zeitstempel)</li> <li>Datum und Uhrzeit des letzten Besuchs (als Zeitstempel)</li> <li>Domain (z.B. ‘google.ch’)</li> <li>Häufigkeit der Besuche</li> <li>Informationen, ob die URL eingetippt wurde oder nicht</li> <li>Wie die URL besucht wurde (z.B. via Link)</li> <li>Name des Browsers</li> <li>Name des Betriebssystems</li> </ul> <p>Wenn Sie den Browserverlauf exportieren, wird eine CSV-Datei generiert, die Sie z.B. in Excel öffnen können.</p> <p><strong><span class="yellow">Bitte nehmen Sie keine Veränderung an der CSV-Datei vor.</span></strong> Falls Sie nach dem Export noch Änderungen machen möchten, gehen Sie bitte folgendermassen vor: <ol><li>Öffnen Sie das Programm erneut.</li><li>Nehmen Sie die gewünschten Änderungen vor.</li><li>Exportieren Sie die Daten noch einmal.</li></ol></p></dd> <dt><p>Werden Zugangsdaten wie Benutzernamen oder Passwörter exportiert?</p></dt> <dd><p>Nein, es werden keine Zugangsdaten verarbeitet oder exportiert.</p></dd> <dt><p>Das Programm funktioniert nicht. Was kann ich tun?</p></dt> <dd><p>Bitte senden Sie ein E-Mail mit folgenden Angaben an <a href="mailto:b.gerwollronca@ipmz.uzh.ch">b.gerwollronca@ipmz.uzh.ch</a>:</p> <ul> <li>Kurze Problembeschreibung</li> <li>Name des Betriebssystems</li> <li>Version des Betriebssystems</li> <li>Name des Browsers</li> <li>Version des Browsers</li> </ul> <p>Bitte senden Sie die Datei <strong><span class="yellow"><a href="http://localhost:5000/log">'server.log'</a></span></strong> (siehe <a href="http://localhost:5000/contact">Über</a>) als Anhang mit.</p></dd> <dt><p>Kann ich den Quellcode des Programms einsehen?</p></dt> <dd><p>Ja. Der Quellcode ist auf <a href="https://github.com/grwllrnc/BrowsingHistoryEditor" target="_blank">Github</a> zu finden.</p></dd> <dt><p>Wird der Browserverlauf meines Browsers durch die Software verändert oder überschrieben?</p></dt> <dd><p>Nein, der Browserverlauf bleibt unverändert. Das Programm erstellt eine lokale, temporäre Kopie Ihres Browserverlaufs. Wenn Sie Einträge des Browserverlauf mit dem Programm bearbeiten (anonymisieren und exportieren), dann werden diese Änderungen an der Kopie durchgeführt. Wenn Sie das Programm von Ihrem Computer entfernen (löschen), wird auch die Kopie gelöscht.</p></dd> <dt><p>Verändert die Software Dateien, Ordner oder Programme auf meinem Computer?</p></dt> <dd><p>Nein, es werden weder eigene noch System-Dateien oder -Ordner verändert. Alle Dateien und Ordner, die das Programm verwendet, sind in dem Ordner des Programms gespeichert. Dort werden auch die lokalen, temporären Dateien erstellt (Kopien des Browserverlaufs als Datenbank und als CSV-Datei). Wenn Sie das Programm wieder entfernen (den Ordner des Programms löschen), werden auch diese Dateien gelöscht.</p></dd> <dt><p>Was passiert mit meinen Daten?</p></dt> <dd><p>Die Daten des Browserverlaufs werden vertraulich behandelt und ausschliesslich im Rahmen des Forschungsprojekts verwendet. Sie werden nicht an Dritte weitergegeben, und Dritte haben keine Einsicht in die Daten. Die Daten werden nur in anonymisierter Form für Publikationen und Präsentationen im Rahmen des Forschungsprojekts verwendet, so dass keinerlei Rückschlüsse auf Ihre Person möglich sind.</p></dd> <dt><p>Warum muss ich das Programm als Administrator ausführen, wenn ich den Browserverlauf des MS Internet Explorers / Edge bearbeiten möchte?</p></dt> <dd>Der Internet Explorer (ab Version 10) speichert den Browserverlauf in der Datei WebCacheV01.dat. Diese Datei wird von Windows geöffnet und für andere Programme gesperrt, sobald Sie ihren Computer einschalten bzw. sich anmelden. Damit der Browserverlauf gelesen werden kann, erstellt die Software eine lokale Kopie (eine so genannte <a href="https://technet.microsoft.com/en-us/library/cc757854(v=ws.10).aspx" target="_blank">Volume Shadow Copy</a>) der Datei erstellt. Damit der dafür zuständige Windows-Dienst Volume Shadow Copy Service (vss) genutzt werden kann, muss das Programm mit Administrator-Rechten ausgeführt werden.</p></dd> <dt>Wie öffne ich das Programm mit Administrator-Rechten?</dt> <dd>Im Kontextmenü (klicken Sie mit der rechten Maustaste auf die Programm-Datei) wählen Sie die Option „Als Administrator ausführen“.</dd> </dl> </div> {% endblock %}
sgprimary/2010/bukit-merah/index.html
samwize/just2me.com
<!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"> <link rel="icon" type="image/png" href="https://just2us.com/img/favicon-180.png" /> <link rel="apple-touch-icon" href="https://just2us.com/img/favicon-192.png"/> <!-- CSS --> <link rel="stylesheet" href="/css/bootstrap.min.css"> <link rel="stylesheet" href="/css/clean-blog.min.css"> <link rel="stylesheet" href="/css/syntax.css"> <!-- Fonts --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic&display=swap' rel='stylesheet' type='text/css'> <link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&display=swap' rel='stylesheet' type='text/css'> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> <link type="application/atom+xml" rel="alternate" href="https://just2me.com/feed.xml" title="Just2me" /> <!-- Begin Jekyll SEO tag v2.6.1 --> <title>Ballot History 2010 | Just2me</title> <meta name="generator" content="Jekyll v4.0.0" /> <meta property="og:title" content="Ballot History 2010" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="The Singapore primary schools statistics you need" /> <meta property="og:description" content="The Singapore primary schools statistics you need" /> <link rel="canonical" href="https://just2me.com/sgprimary/2010/bukit-merah/" /> <meta property="og:url" content="https://just2me.com/sgprimary/2010/bukit-merah/" /> <meta property="og:site_name" content="Just2me" /> <meta property="og:image" content="https://just2me.com/img/tables-pattern.jpg" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:image" content="https://just2me.com/img/tables-pattern.jpg" /> <meta property="twitter:title" content="Ballot History 2010" /> <meta name="twitter:site" content="@samwize" /> <meta name="twitter:creator" content="@samwize" /> <meta property="fb:admins" content="704185456" /> <script type="application/ld+json"> {"description":"The Singapore primary schools statistics you need","@type":"WebPage","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://just2us.com/img/favicon-192.png"}},"image":"https://just2me.com/img/tables-pattern.jpg","url":"https://just2me.com/sgprimary/2010/bukit-merah/","headline":"Ballot History 2010","@context":"https://schema.org"}</script> <!-- End Jekyll SEO tag --> </head> <body> <!-- Navigation --> <nav class="navbar navbar-default navbar-custom navbar-fixed-top"> <div class="container-fluid"> <!-- Brand and toggle get grouped for better mobile display --> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">Just2me</a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> <ul class="nav navbar-nav navbar-right"> <li> <a href="/stories">Stories</a> </li> <li> <a href="https://just2us.com/apps">Apps</a> </li> <li> <a href="/quotes">Quotes</a> </li> <li> <a href="/about">About</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Page Header --> <header class="intro-header" style="background-image: url('/img/grey-overlay.png'), url('/img/tables-pattern.jpg')"> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <div class="site-heading"> <h1>Ballot History 2010</h1> <hr class="small"> <span class="subheading">The Singapore primary schools statistics you need</span> </div> </div> </div> </div> </header> <!-- Main Content --> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <h2 id="bukit-merah-schools">Bukit Merah Schools</h2> <table> <thead> <tr> <th style="text-align: left">School</th> <th style="text-align: right">Phase 1</th> <th style="text-align: right">2A1</th> <th style="text-align: right">2A2</th> <th style="text-align: right">2B</th> <th style="text-align: right">2C</th> <th style="text-align: right">2CS</th> <th style="text-align: right">3</th> </tr> </thead> <tbody> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/blangah-rise"><strong>Blangah Rise</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (210)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">81</td> <td style="text-align: right">161</td> <td style="text-align: right">146</td> <td style="text-align: right">30</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">0</td> <td style="text-align: right">16</td> <td style="text-align: right">7</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">48</td> <td style="text-align: right">0</td> <td style="text-align: right">1</td> <td style="text-align: right">0</td> <td style="text-align: right">16</td> <td style="text-align: right">7</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/cantonment"><strong>Cantonment</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (210)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">104</td> <td style="text-align: right">208</td> <td style="text-align: right">134</td> <td style="text-align: right">40</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">0</td> <td style="text-align: right">74</td> <td style="text-align: right">16</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">0</td> <td style="text-align: right">0</td> <td style="text-align: right">2</td> <td style="text-align: right">0</td> <td style="text-align: right">74</td> <td style="text-align: right">16</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/chij-kellock"><strong>Chij (kellock)</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (200)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">75</td> <td style="text-align: right">125</td> <td style="text-align: right">3</td> <td style="text-align: right">0</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">24</td> <td style="text-align: right">123</td> <td style="text-align: right">6</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">39</td> <td style="text-align: right">0</td> <td style="text-align: right">12</td> <td style="text-align: right">24</td> <td style="text-align: right">123</td> <td style="text-align: right">3</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/gan-eng-seng"><strong>Gan Eng Seng</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (240)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">78</td> <td style="text-align: right">155</td> <td style="text-align: right">47</td> <td style="text-align: right">0</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">0</td> <td style="text-align: right">110</td> <td style="text-align: right">53</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">74</td> <td style="text-align: right">1</td> <td style="text-align: right">10</td> <td style="text-align: right">0</td> <td style="text-align: right">110</td> <td style="text-align: right">47</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/radin-mas"><strong>Radin Mas</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (240)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">59</td> <td style="text-align: right">88</td> <td style="text-align: right">0</td> <td style="text-align: right">0</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">30</td> <td style="text-align: right">126</td> <td style="text-align: right">0</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">98</td> <td style="text-align: right">0</td> <td style="text-align: right">24</td> <td style="text-align: right">30</td> <td style="text-align: right">88</td> <td style="text-align: right">0</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/zhangde"><strong>Zhangde</strong></a></td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> <td style="text-align: right"> </td> </tr> <tr> <td style="text-align: left">↳ Vacancy (240)</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">64</td> <td style="text-align: right">123</td> <td style="text-align: right">0</td> <td style="text-align: right">0</td> </tr> <tr> <td style="text-align: left">↳ Applied</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">-</td> <td style="text-align: right">4</td> <td style="text-align: right">153</td> <td style="text-align: right">0</td> <td style="text-align: right">-</td> </tr> <tr> <td style="text-align: left">↳ Taken</td> <td style="text-align: right">98</td> <td style="text-align: right">1</td> <td style="text-align: right">14</td> <td style="text-align: right">4</td> <td style="text-align: right">123</td> <td style="text-align: right">0</td> <td style="text-align: right">-</td> </tr> </tbody> </table> <p>Total Vacancy: 1340</p> <h2 id="cumulative-take-up-rate">Cumulative Take Up Rate</h2> <table> <thead> <tr> <th style="text-align: left">School</th> <th style="text-align: right">Phase 1</th> <th style="text-align: right">2A1</th> <th style="text-align: right">2A2</th> <th style="text-align: right">2B</th> <th style="text-align: right">2C</th> <th style="text-align: right">2CS</th> <th style="text-align: right">Total Vacancy</th> </tr> </thead> <tbody> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/blangah-rise"><strong>Blangah Rise</strong></a></td> <td style="text-align: right">48</td> <td style="text-align: right">48</td> <td style="text-align: right">49</td> <td style="text-align: right">49</td> <td style="text-align: right">65</td> <td style="text-align: right">72</td> <td style="text-align: right">210</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/cantonment"><strong>Cantonment</strong></a></td> <td style="text-align: right">0</td> <td style="text-align: right">0</td> <td style="text-align: right">2</td> <td style="text-align: right">2</td> <td style="text-align: right">76</td> <td style="text-align: right">92</td> <td style="text-align: right">210</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/chij-kellock"><strong>Chij (kellock)</strong></a></td> <td style="text-align: right">39</td> <td style="text-align: right">39</td> <td style="text-align: right">51</td> <td style="text-align: right">75</td> <td style="text-align: right">198</td> <td style="text-align: right">201</td> <td style="text-align: right">200</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/gan-eng-seng"><strong>Gan Eng Seng</strong></a></td> <td style="text-align: right">74</td> <td style="text-align: right">75</td> <td style="text-align: right">85</td> <td style="text-align: right">85</td> <td style="text-align: right">195</td> <td style="text-align: right">242</td> <td style="text-align: right">240</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/radin-mas"><strong>Radin Mas</strong></a></td> <td style="text-align: right">98</td> <td style="text-align: right">98</td> <td style="text-align: right">122</td> <td style="text-align: right">152</td> <td style="text-align: right">240</td> <td style="text-align: right">240</td> <td style="text-align: right">240</td> </tr> <tr> <td style="text-align: left"><a href="https://sgschooling.com/school/zhangde"><strong>Zhangde</strong></a></td> <td style="text-align: right">98</td> <td style="text-align: right">99</td> <td style="text-align: right">113</td> <td style="text-align: right">117</td> <td style="text-align: right">240</td> <td style="text-align: right">240</td> <td style="text-align: right">240</td> </tr> </tbody> </table> </div> </div> </div> <hr> <footer> <div class="container"> <div class="row"> <div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> <ul class="list-inline text-center"> <li> <a href="/feed.xml"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-rss fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://twitter.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-twitter fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://www.facebook.com/ongjunda"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-facebook fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="https://github.com/samwize"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-github fa-stack-1x fa-inverse"></i> </span> </a> </li> <li> <a href="mailto:junda@just2me.com"> <span class="fa-stack fa-lg"> <i class="fa fa-circle fa-stack-2x"></i> <i class="fa fa-envelope fa-stack-1x fa-inverse"></i> </span> </a> </li> </ul> <p class="copyright text-muted">Copyright &copy; Junda Ong 1983-2021</p> </div> </div> </div> </footer> <!-- JS --> <script src="/js/jquery.min.js"></script> <script src="/js/bootstrap.min.js"></script> <script src="/js/clean-blog.min.js"></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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-3313418-3', 'auto'); ga('send', 'pageview'); </script> <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script> <script> (adsbygoogle = window.adsbygoogle || []).push({ google_ad_client: "ca-pub-8504591086876220", enable_page_level_ads: true }); </script> </body> </html>
css/first-main.css
GraysonRicketts/collegeScorecard
/* ------------------------- * * ---------MAIN.CSS-------- * * ------------------------- */ /* General formatting */ html, body { height: 100%; } article { padding-top: 25px; } h1 { text-align: center; } .wrapper { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -30px; } /* Sub title text */ .lead { padding-top: 30px; text-align: center; } /* Footer */ .footer { text-align: center; width: 100%; } .footer, .push { height: 30px; } /* Selecting features and schools for visualization */ .feature-selector { float: left; display: block; } #dropdownMenu1 { width: 159px; } .dropdown { margin-top: 150px; padding-left: 30px; } .dropdown-menu { margin-left: 30px; } .remove-school-button { font-size: 11px; margin-left: 25px; margin-right: 0; top: -4px; float: right; position: relative; } /* Visualization */ #chartContainer svg { display: block; margin: auto; } /*# sourceMappingURL=main.css.map */
src/old-ie.css
splintercode/core-grid
/*! https://github.com/splintercode/CoreGrid MIT License http://opensource.org/licenses/MIT Core Grid 1.10.1 */ html { /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */ -webkit-box-sizing: border-box; /* Firefox (desktop or Android) 28- */ -moz-box-sizing: border-box; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */ box-sizing: border-box; } *, *:before, *:after { /* Chrome 9-, Safari 5-, iOS 4.2-, Android 3-, Blackberry 7- */ -webkit-box-sizing: inherit; /* Firefox (desktop or Android) 28- */ -moz-box-sizing: inherit; /* Firefox 29+, IE 8+, Chrome 10+, Safari 5.1+, Opera 9.5+, iOS 5+, Opera Mini Anything, Blackberry 10+, Android 4+ */ box-sizing: inherit; } /* --- Column Set Up --- */ .extend-col, .col-1-contain, .col-2-contain, .col-3-contain, .col-4-contain, .col-5-contain, .col-6-contain, .col-7-contain, .col-8-contain, .col-9-contain, .col-10-contain, .col-11-contain, .col-12-contain, .col-1-xs, .col-2-xs, .col-3-xs, .col-4-xs, .col-5-xs, .col-6-xs, .col-7-xs, .col-8-xs, .col-9-xs, .col-10-xs, .col-11-xs, .col-12-xs, .col-1-sm, .col-2-sm, .col-3-sm, .col-4-sm, .col-5-sm, .col-6-sm, .col-7-sm, .col-8-sm, .col-9-sm, .col-10-sm, .col-11-sm, .col-12-sm, .col-1-md, .col-1, .col-2-md, .col-2, .col-3-md, .col-3, .col-4-md, .col-4, .col-5-md, .col-5, .col-6-md, .col-6, .col-7-md, .col-7, .col-8-md, .col-8, .col-9-md, .col-9, .col-10-md, .col-10, .col-11-md, .col-11, .col-12-md, .col-12, .col-1-lg, .col-2-lg, .col-3-lg, .col-4-lg, .col-5-lg, .col-6-lg, .col-7-lg, .col-8-lg, .col-9-lg, .col-10-lg, .col-11-lg, .col-12-lg { width: 100%; padding: 0 8px 16px 8px; float: left; display: block; min-height: 1px; } .alpha { padding-left: 0; } .omega { padding-right: 0; } .clearfix:after { content: "."; visibility: hidden; display: block; height: 0; clear: both; } .container { width: 100%; max-width: 1100px; margin: 0 auto; padding: 0 12px; } .row { margin-left: -8px; margin-right: -8px; } .row:before, .row:after { content: " "; display: table; width: 0; } .row:after { clear: both; } /* #region --- Contain Box wrappers --- */ .col-1-contain { max-width: 91.66667px; padding: 0; } .col-2-contain { max-width: 183.33333px; padding: 0; } .col-3-contain { max-width: 275px; padding: 0; } .col-4-contain { max-width: 366.66667px; padding: 0; } .col-5-contain { max-width: 458.33333px; padding: 0; } .col-6-contain { max-width: 550px; padding: 0; } .col-7-contain { max-width: 641.66667px; padding: 0; } .col-8-contain { max-width: 733.33333px; padding: 0; } .col-9-contain { max-width: 825px; padding: 0; } .col-10-contain { max-width: 916.66667px; padding: 0; } .col-11-contain { max-width: 1008.33333px; padding: 0; } .col-12-contain { max-width: 1100px; padding: 0; } /* #endregion */ /* #region --- Extra Small Auto Grid --- */ .col-1-xs { width: 8.33333%; } .col-2-xs { width: 16.66667%; } .col-3-xs { width: 25%; } .col-4-xs { width: 33.33333%; } .col-5-xs { width: 41.66667%; } .col-6-xs { width: 50%; } .col-7-xs { width: 58.33333%; } .col-8-xs { width: 66.66667%; } .col-9-xs { width: 75%; } .col-10-xs { width: 83.33333%; } .col-11-xs { width: 91.66667%; } .col-12-xs { width: 100%; } .visible-xs, .visible { display: block; } .hidden-xs, .hidden { display: none; } /* #endregion */ /* #region --- Small Auto Grid 540px and greater --- */ .col-1-sm { width: 8.33333%; } .col-2-sm { width: 16.66667%; } .col-3-sm { width: 25%; } .col-4-sm { width: 33.33333%; } .col-5-sm { width: 41.66667%; } .col-6-sm { width: 50%; } .col-7-sm { width: 58.33333%; } .col-8-sm { width: 66.66667%; } .col-9-sm { width: 75%; } .col-10-sm { width: 83.33333%; } .col-11-sm { width: 91.66667%; } .col-12-sm { width: 100%; } .visible-sm { display: block; } .hidden-sm { display: none; } /* #endregion */ /* #region --- Primary Medium Auto Grid 720px and greater --- */ .col-1-md, .col-1 { width: 8.33333%; } .col-2-md, .col-2 { width: 16.66667%; } .col-3-md, .col-3 { width: 25%; } .col-4-md, .col-4 { width: 33.33333%; } .col-5-md, .col-5 { width: 41.66667%; } .col-6-md, .col-6 { width: 50%; } .col-7-md, .col-7 { width: 58.33333%; } .col-8-md, .col-8 { width: 66.66667%; } .col-9-md, .col-9 { width: 75%; } .col-10-md, .col-10 { width: 83.33333%; } .col-11-md, .col-11 { width: 91.66667%; } .col-12-md, .col-12 { width: 100%; } .visible-md { display: block; } .hidden-md { display: none; } /* #endregion */ /* #region --- Large Auto Grid 960px and greater --- */ .col-1-lg { width: 8.33333%; } .col-2-lg { width: 16.66667%; } .col-3-lg { width: 25%; } .col-4-lg { width: 33.33333%; } .col-5-lg { width: 41.66667%; } .col-6-lg { width: 50%; } .col-7-lg { width: 58.33333%; } .col-8-lg { width: 66.66667%; } .col-9-lg { width: 75%; } .col-10-lg { width: 83.33333%; } .col-11-lg { width: 91.66667%; } .col-12-lg { width: 100%; } .visible-lg { display: block; } .hidden-lg { display: none; } /* #endregion */ /* Line Hight Set http://csswizardry.com/2012/06/single-direction-margin-declarations/ */ html { font-size: 16px; line-height: 1.5rem; } h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre, .header, img { margin: 0; margin-bottom: 1.5rem; } /* --- Flexbox helpers --- */ .flex { display: -ms-flexbox; /* IE 10 */ display: -webkit-flex; display: flex; } .flex-row { display: -ms-flexbox; /* IE 10 */ display: -webkit-flex; display: flex; -ms-flex-flow: row wrap; -webkit-flex-flow: row wrap; flex-flow: row wrap; } .flex-vertical-align { -ms-flex-item-align: center; /* IE 10 */ -moz-align-self: center; -webkit-align-self: center; align-self: center; } .flex-horizontal-align { -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } .flex-full-height { -webkit-box-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex: 1 0 auto; } /* --- Layout helpers --- */ .display-none { display: none; } .display-none-important { display: none !important; } .display-block { display: block; } .display-inline-block { display: inline-block; } .visible-hidden { visibility: hidden; } .block-center { margin-left: auto; margin-right: auto; display: block; float: none; } .float-left { float: left; } .float-right { float: right; } .clear-both { clear: both; } .full-width { width: 100%; } /* Margin and Padding Helpers */ .margin-top { margin-top: 24px; } .margin-bottom { margin-bottom: 24px; } .margin-top-small { margin-top: 12px; } .margin-bottom-small { margin-bottom: 12px; } .padding-bottom-none { padding-bottom: 0; }
demo/main.css
GerardRodes/siftout
img { vertical-align: sub; max-width: 100%; } body { background: rgba(153,0,107,1) no-repeat; background: -moz-linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(153,0,107,1)), color-stop(100%, rgba(158,24,0,1))); background: -webkit-linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); background: -o-linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); background: -ms-linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); background: linear-gradient(45deg, rgba(153,0,107,1) 0%, rgba(158,24,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99006b', endColorstr='#9e1800', GradientType=1 ); background-size: cover; text-rendering: optimizeLegibility; text-rendering: geometricPrecision; font-family: 'Open Sans', sans-serif; min-height: 100vh; } h1 { font-family: 'Audiowide', cursive; text-transform: uppercase; text-align: center; color: white; font-size: 7rem; font-weight: 100; margin: 35px 0 65px; -webkit-animation: neon6 1.5s ease-in-out infinite alternate; -moz-animation: neon6 1.5s ease-in-out infinite alternate; animation: neon6 1.5s ease-in-out infinite alternate; } h2 { font-size: 1.75rem; margin-bottom: 15px; } input { border: none; padding: 3px 5px; background-color: transparent; border-bottom: 1px solid white; color: white; opacity: 1; transition: 350ms; } input:focus { outline: none; } input[disabled] { opacity: .25; } button#apply { background: none; color: white; font-size: 1rem; font-weight: 100; border: 1px solid white; padding: 5px 21px; border-radius: 3px; display: block; margin: 0 auto 25px; cursor: pointer; transition: 350ms; } button#apply:hover { background-color: white; color: #27030f; } button#apply:focus { outline: none; } .control-group { border: 1px solid rgba(255,255,255,0.25); border-radius: 3px; padding: 7px 8px 11px; margin-bottom: 12px; } .option-wrapper:not(:last-child) { margin-bottom: 15px; } .content-wrapper { padding: 0 55px; } .options-wrapper { height: 100%; background-color: rgba(0, 0, 0, 0.75); color: white; font-weight: 100; padding: 25px 50px; } .item {text-align: center;} .song { display: inline-block; box-shadow: 0px 0px 6px #000; margin: 5px 0; max-width: 100%; } .song .img, .song .title-wrapper { display: block; width: 200px; max-width: 100%; overflow: hidden; } .song .title-wrapper { background-color: rgba(0, 0, 0, .75); color: white; font-weight: 300; } .song .title-wrapper .title { display: inline-block; padding: 4px 14px; font-size: .95rem; line-height: 1.25em; text-align: center; } #filter { background: rgba(77,0,179,1); background: -moz-linear-gradient(45deg, rgba(77,0,179,1) 0%, rgba(77,0,179,1) 1%, rgba(128,0,179,1) 69%, rgba(128,0,179,1) 100%); background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(77,0,179,1)), color-stop(1%, rgba(77,0,179,1)), color-stop(69%, rgba(128,0,179,1)), color-stop(100%, rgba(128,0,179,1))); background: -webkit-linear-gradient(45deg, rgba(77,0,179,1) 0%, rgba(77,0,179,1) 1%, rgba(128,0,179,1) 69%, rgba(128,0,179,1) 100%); background: -o-linear-gradient(45deg, rgba(77,0,179,1) 0%, rgba(77,0,179,1) 1%, rgba(128,0,179,1) 69%, rgba(128,0,179,1) 100%); background: -ms-linear-gradient(45deg, rgba(77,0,179,1) 0%, rgba(77,0,179,1) 1%, rgba(128,0,179,1) 69%, rgba(128,0,179,1) 100%); background: linear-gradient(45deg, rgba(77,0,179,1) 0%, rgba(77,0,179,1) 1%, rgba(128,0,179,1) 69%, rgba(128,0,179,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d00b3', endColorstr='#8000b3', GradientType=1 ); padding: 8px 16px; border-radius: 10rem; box-shadow: 0px 0px 5px #333; display: flex; justify-content: space-around; margin-bottom: 50px; } #filter li { display: inline-block; } #filter li:not(:last-child){ margin-right: 8px; } #filter li a { color: white; text-transform: uppercase; text-decoration: none; font-size: 1em; font-weight: 100; letter-spacing: .2em; text-shadow: 0px 1px 2px #222; position: relative; } #filter li a:before { content: ''; position: absolute; left: 50%; bottom: 0; width: 0px; height: 1px; background: white; transition: 350ms; } #filter li a:hover:before, #filter li a.active:before{ width: 100%; left: 0%; } @-webkit-keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } @-moz-keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } @keyframes neon6 { from { text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de; } to { text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de; } } #grid.dev {outline: 2px solid black;}
docs/_templates/sidebarlinks.html
tonyseek/openvpn-status
<h3>Useful Links</h3> <ul> <li><a href="https://pypi.python.org/pypi/openvpn-status">PyPI</a></li> <li><a href="https://github.com/tonyseek/openvpn-status">GitHub</a></li> <li><a href="https://github.com/tonyseek/openvpn-status/issues">Issue Tracker</a></li> </ul>
js/templates/btcTicker.html
jjeffryes/openbazaar-desktop
<div class="flexVCent clrP clrBr clrSh3 contentBox padSm toolTipNoWrap" data-tip="<%= ob.polyT('pageNav.toolTip.currentPrice', { cur: ob.currencyMod.getServerCurrency().name }) %>"> <%= ob.currencyMod.cryptoIcon({ className: 'margRSm'}) %> <strong class="tx5"><%= ob.currencyMod.formatCurrency(ob.currentPrice, ob.localCurrency) %></strong> </div>
index.html
ractivejs/ractive-transitions-fly
<!doctype html> <html lang='en-GB'> <head> <meta charset='utf-8'> <title>Ractive.js fly transition plugin</title> <!-- CSS --> <link href='http://fonts.googleapis.com/css?family=Voltaire' rel='stylesheet' type='text/css'> <link rel='stylesheet' href='demo/main.css'> <link rel='stylesheet' href='demo/prettyprint.css'> <style type='text/css'> #demo { position: relative; overflow: hidden; height: 16em; } #demo button { position: absolute; left: 50%; bottom: 3em; -webkit-transform: translate(-50%,0); -moz-transform: translate(-50%,0); -ms-transform: translate(-50%,0); -o-transform: translate(-50%,0); transform: translate(-50%,0); } #demo p { text-align: center; font-size: 2em; margin: 0; line-height: 1.2; padding: 0.5em 0 0 0; } #demo span, #demo strong { display: inline-block; } #demo strong { font-family: 'Voltaire'; font-weight: normal; font-size: 1.4em; } </style> </head> <body> <!-- if the project is on GitHub, add a fork me button! --> <a class='forkme' href='https://github.com/ractivejs/ractive-transitions-fly'>Fork me on GitHub</a> <header> <h1>Ractive.js fly transition plugin</h1> <p class='strap'> <span class='download'>download: <a href='https://raw.github.com/ractivejs/ractive-transitions-fly/master/ractive-transitions-fly.js'>ractive-transitions-fly.js</a></span> <span class='more-plugins'>more plugins at <a href='http://ractivejs.org/plugins'>ractivejs.org/plugins</a></span> </p> </header> <main> <p>This transition uses CSS transforms to 'fly' elements to their natural location on the page, fading in from transparent as they go. By default, they will fly in from left.</p> <p>You can change the starting (or ending, if it's an outro) <code>x</code> and <code>y</code> properties, as shown below &ndash; by default these values are assumed to be pixel values, but you can equally use any CSS length (such as <code>%</code> or <code>em</code> values).</p> <p>The <code>delay</code>, <code>duration</code> and <code>easing</code> values are also yours to play with, and behave as you'd expect. The <code>duration</code> property is in milliseconds, and <code>easing</code> should be a valid CSS easing property, such as those generated from <a href='http://cubic-bezier.com/'>cubic-bezier.com</a>.</p> <p>In browsers that do not support CSS transforms (i.e. IE8 and below), elements will simply fade in or out.</p> <div id='demo'></div> <pre id='demo-template-view' class='prettyprint lang-html'></pre> <pre id='demo-code-view' class='prettyprint lang-js'></pre> </main> <!-- add additional info such as your homepage here, if you want --> <footer> <p>Copyright &copy; 2013 Rich Harris. Licensed MIT</p> </footer> <!-- Demo template --> <script id='demo-template' type='text/ractive'> {{#shown}} <button intro='fly:{ x: "-50%", y: -200, easing: "cubic-bezier(.17,.67,.25,1.5)", delay: 1000 }' on-tap='repeat'>show me again!</button> <p outro='fade:{delay:400}'> <span intro='fly'>things</span> <!-- using default options --> <strong intro='fly:{x:100,y:100,duration:800}' outro='fly:{x:0,y:-200,duration:600}'>flying</strong> <span intro='fly:{x:300,y:-40}'>in</span> <span intro='fly:{x:150,y:40}'>from</span> <span intro='fly:{x:-20,y:200}'>all</span> <span intro='fly:{x:-200,y:-200,delay:500}'>over</span> <span intro='fly:{x:-100,y:100}'>the</span> <span intro='fly:{x:200,y:-80}'>place!</span> </p> {{/shown}} </script> <!-- Dependencies --> <script src='lib/ractive/ractive.js'></script> <script src='lib/ractive-events-tap/ractive-events-tap.js'></script> <script src='lib/ractive-transitions-fade/ractive-transitions-fade.js'></script> <script src='ractive-transitions-fly.js'></script> <!-- Demo code --> <script id='demo-code'> ractive = new Ractive({ el: 'demo', template: '#demo-template', data: { shown: true } }); ractive.on( 'repeat', function () { this.set( 'shown', false, function () { this.set( 'shown', true ); }); }); </script> <!-- Insert code into the page --> <script src='demo/prettify.js'></script> <script src='demo/demo.js'></script> </body> </html>
sample.html
lwoodrick/intro-to-programming
<!-- Compatibility--> <section> <h2>Heads Up</h2> <p> reveal.js is a framework for easily creating beautiful presentations using HTML. You'll need a browser with support for CSS 3D transforms to see it in its full glory.</p> <p>We highly recommend using Chrome, currently, however, the latest version of Safari, mobile Safari (iPad), Firefox and IE9 will work. </p> </section> <section> <h2>Works in Mobile Safari</h2> <p> Try it out! You can swipe through the slides and pinch your way to the overview. </p> </section> <!-- Examples of basic html based slides --> <section> <h2>Marvelous Unordered List</h2> <ul> <li>No order here</li> <li>Or here</li> <li>Or here</li> <li>Or here</li> </ul> </section> <section> <h2>Fantastic Ordered List</h2> <ol> <li>One is smaller than...</li> <li>Two is smaller than...</li> <li>Three!</li> </ol> </section> <section> <h2>Speaker View</h2> <p>There's a <a href="https://github.com/hakimel/reveal.js#speaker-notes">speaker view</a>. It includes a timer, preview of the upcoming slide as well as your speaker notes.</p> <p>Press the <em>S</em> key to try it out.</p> <p>P.S. This won't work when running the slides locally unless you run reveal.js runs from a local web server.</p> <aside class="notes"> Oh hey, these are some notes. They'll be hidden in your presentation, but you can see them if you open the speaker notes window (hit 's' on your keyboard). </aside> </section> <!-- Examples of code slides--> <section> <h2>But wait! We teach code</h2> <p>For HTML -- Surround your code pre, then code class "xml".</p> <pre><code class="xml">&lt;ul class="demo"&gt; &lt;li&gt;No order here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;/ul&gt; </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>We can also make code editable</p> <pre><code contenteditable class="xml">&lt;ul class="demo"&gt; &lt;li&gt;No order here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;li&gt;Or here&lt;/li&gt; &lt;/ul&gt; </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>CSS</p> <pre><code contenteditable class ="css">body{ background-color: #ffffff; } </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>Javascript</p> <pre><code contenteditable class ="javascript">function helloWorld(){ var name = 'GDI'; alert("Hi, " + name) } </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>PHP</p> <pre><code contenteditable class ="php">function helloWorld(){ $name = 'GDI'; echo "Hi, " . $name; } </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>Ruby</p><pre><code contenteditable class ="ruby">def hello_world @name = 'GDI' puts "Hi, #{@name}" end </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>Python</p> <pre><code contenteditable class ="python">def hello_world(): name = "GDI" print 'Hi, ' + name return </code></pre> </section> <section> <h2>But wait! We teach code</h2> <p>Java</p> <pre><code contenteditable class ="java">public void helloWorld(){ String name = "GDI"; System.out.println("Hi," + name) } </code></pre> </section> <!-- Elements entering one at a time--> <section> <section> <h2>Fragmented Views</h2> <p>Hit the next arrow...</p> <p class="fragment">... to step through ...</p> <ol> <li class="fragment"><code>any type</code></li> <li class="fragment"><em>of view</em></li> <li class="fragment"><strong>fragments</strong></li> </ol> <aside class="notes"> This slide has fragments which are also stepped through in the notes window. </aside> </section> <section> <h2>Fragment Styles</h2> <p>There's a few styles of fragments, like:</p> <p class="fragment grow">grow</p> <p class="fragment shrink">shrink</p> <p class="fragment roll-in">roll-in</p> <p class="fragment fade-out">fade-out</p> <p class="fragment highlight-red">highlight-red</p> <p class="fragment highlight-green">highlight-green</p> <p class="fragment highlight-blue">highlight-blue</p> </section> </section> <!-- Example of nested vertical slides --> <section> <section> <h2>Vertical Slides</h2> <p> Slides can be nested inside of other slides, try pressing <a href="#/14/1">down</a>. </p> <a href="#/14/1" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"> </a> </section> <section> <h2>Basement Level 1</h2> <p>Press down or up to navigate.</p> <a href="#/14/2" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"></a> <a href="#/14" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);"> </a> </section> <section> <h2>Basement Level 2</h2> <a href="#/14/3" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Down arrow"></a> <a href="#/14/1" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);"> </a> </section> <section> <h2>Basement Level 3</h2> <p>That's it, time to go back up.</p> <a href="#/14" class="image"> <img width="178" height="238" src="https://s3.amazonaws.com/hakim-static/reveal-js/arrow.png" alt="Up arrow" style="-webkit-transform: rotate(180deg);"> </a> </section> </section> <section> <h2>Point of View</h2> <p> Press <strong>ESC</strong> to enter the slide overview. Hold down alt and click on any element to zoom in on it using <a href="http://lab.hakim.se/zoom-js">zoom.js</a>. Alt + click anywhere to zoom back out. </p> </section> <section> <h2>rvl.io</h2> <p> You know, we are nerds after all and will probably get a kick out of all of this HTML. BUT, if you really don't like writing slides in HTML you can use the online editor <a href="http://www.rvl.io" target="_blank">rvl.io</a>. </p> </section> <section id="transitions"> <h2>Transition Styles</h2> <p> You can select from different transitions, like: <br> <a href="?transition=cube#/transitions">Cube</a> - <a href="?transition=page#/transitions">Page</a> - <a href="?transition=concave#/transitions">Concave</a> - <a href="?transition=zoom#/transitions">Zoom</a> - <a href="?transition=linear#/transitions">Linear</a> - <a href="?transition=none#/transitions">None</a> - <a href="?#/transitions">Default</a> </p> </section> <section id="themes"> <h2>Themes</h2> <p> Reveal.js comes with a few themes built in: <br> <a href="?theme=gdicool#/themes">GDI Cool</a> - <a href="?theme=gdilight#/themes">GDI Light</a> - <a href="?theme=gdisunny#/themes">GDI Sunny</a> - <a href="?theme=gdidefault#/themes">Default</a> </p> <p> <small> * Theme demos are loaded after the presentation which leads to flicker. In production you should load your theme in the <code>&lt;head&gt;</code> using a <code>&lt;link&gt;</code>. </small> </p> </section> <section data-state="customevent"> <h2>Custom Events</h2> <p> Additionally custom events can be triggered on a per slide basis by binding to the <code>data-state</code> name. </p> <pre><code contenteditable style="font-size: 18px; margin-top: 20px;">Reveal.addEventListener( 'customevent', function() { console.log( '"customevent" has fired' ); } ); </code></pre> </section> <section> <h2>Clever Quotes</h2> <p> These guys come in two forms, inline: <q cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> The nice thing about standards is that there are so many to choose from</q> and block: </p> <blockquote cite="http://searchservervirtualization.techtarget.com/definition/Our-Favorite-Technology-Quotations"> For years there has been a theory that millions of monkeys typing at random on millions of typewriters would reproduce the entire works of Shakespeare. The Internet has proven this theory to be untrue. </blockquote> </section> <section> <h2>Intergalactic Interconnections</h2> <p> You can link between slides internally, <a href="#/1">like this</a>. </p> </section> <section> <h2>Take a Moment</h2> <p> Press b or period on your keyboard to enter the 'paused' mode. This mode is helpful when you want to take distracting slides off the screen during a presentation. </p> </section> <section> <h1>THE END</h1> <h3>BY Girl Develop It</h3> <h4>Special thanks to: Hakim El Hattab / hakim.se</h4> </section>
java/2013/com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html
arithehun/frc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_29) on Thu Jan 03 13:25:34 EST 2013 --> <TITLE> Socket.sockaddr_in (2013 FRC Java API) </TITLE> <META NAME="date" CONTENT="2013-01-03"> <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../../stylesheet.css" TITLE="Style"> <SCRIPT type="text/javascript"> function windowTitle() { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Socket.sockaddr_in (2013 FRC Java 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="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Socket.sockaddr_in.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.html" title="interface in com.sun.squawk.platform.posix.natives"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.html" title="class in com.sun.squawk.platform.posix.natives"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Socket.sockaddr_in.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_top"></A> <!-- ========= END OF TOP NAVBAR ========= --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> com.sun.squawk.platform.posix.natives</FONT> <BR> Class Socket.sockaddr_in</H2> <PRE> <A HREF="../../../../../../java/lang/Object.html" title="class in java.lang">java.lang.Object</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../../com/sun/cldc/jna/Structure.html" title="class in com.sun.cldc.jna">com.sun.cldc.jna.Structure</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html" title="class in com.sun.cldc.jna">com.sun.cldc.jna.DynamicStructure</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.posix.natives">com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl</A> <IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>com.sun.squawk.platform.posix.natives.Socket.sockaddr_in</B> </PRE> <DL> <DT><B>Enclosing interface:</B><DD><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.html" title="interface in com.sun.squawk.platform.posix.natives">Socket</A></DD> </DL> <HR> <DL> <DT><PRE>public static final class <B>Socket.sockaddr_in</B><DT>extends <A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.posix.natives">SocketImpl.sockaddr_inImpl</A></DL> </PRE> <P> C STRUCTURE sockaddr_in / struct sockaddr_in { u_char sin_len; 1 u_char sin_family; 1 u_short sin_port; 2 struct in_addr sin_addr; 4 char sin_zero[8]; 8 }; struct sockaddr { __uint8_t sa_len; /* total length sa_family_t sa_family; /* [XSI] address family char sa_data[14]; /* [XSI] addr value (actually larger) }; <P> <P> <HR> <P> <!-- =========== FIELD SUMMARY =========== --> <A NAME="field_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Field Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#sin_addr">sin_addr</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;in_addr is an opaque type that is typically a 4-byte int for IPv4.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#sin_family">sin_family</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;u_char</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#sin_len">sin_len</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;u_char DOES NOT EXIST ON SOLARIS!</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;int</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#sin_port">sin_port</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;u_short</TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_com.sun.cldc.jna.DynamicStructure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class com.sun.cldc.jna.<A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html" title="class in com.sun.cldc.jna">DynamicStructure</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html#DEBUG">DEBUG</A>, <A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html#STRUCTURE_SIZE_INDEX">STRUCTURE_SIZE_INDEX</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="fields_inherited_from_class_com.sun.cldc.jna.Structure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Fields inherited from class com.sun.cldc.jna.<A HREF="../../../../../../com/sun/cldc/jna/Structure.html" title="class in com.sun.cldc.jna">Structure</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../com/sun/cldc/jna/Structure.html#backingNativeMemory">backingNativeMemory</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#NULL">NULL</A></CODE></TD> </TR> </TABLE> &nbsp; <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#Socket.sockaddr_in()">Socket.sockaddr_in</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> <B>Method Summary</B></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;<A HREF="../../../../../../java/lang/String.html" title="class in java.lang">String</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html#toString()">toString</A></B>()</CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a string representation of the object.</TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.sun.squawk.platform.posix.natives.SocketImpl.sockaddr_inImpl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.sun.squawk.platform.posix.natives.<A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html" title="class in com.sun.squawk.platform.posix.natives">SocketImpl.sockaddr_inImpl</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html#getLayout()">getLayout</A>, <A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html#read()">read</A>, <A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.sockaddr_inImpl.html#write()">write</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.sun.cldc.jna.DynamicStructure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.sun.cldc.jna.<A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html" title="class in com.sun.cldc.jna">DynamicStructure</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html#initLayout(java.lang.Class, int)">initLayout</A>, <A HREF="../../../../../../com/sun/cldc/jna/DynamicStructure.html#size()">size</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_com.sun.cldc.jna.Structure"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class com.sun.cldc.jna.<A HREF="../../../../../../com/sun/cldc/jna/Structure.html" title="class in com.sun.cldc.jna">Structure</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../com/sun/cldc/jna/Structure.html#allocateMemory()">allocateMemory</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#allocateMemory(int)">allocateMemory</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#clear()">clear</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#freeMemory()">freeMemory</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#getPointer()">getPointer</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#release()">release</A>, <A HREF="../../../../../../com/sun/cldc/jna/Structure.html#useMemory(com.sun.cldc.jna.Pointer)">useMemory</A></CODE></TD> </TR> </TABLE> &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="../../../../../../java/lang/Object.html" title="class in java.lang">Object</A></B></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="../../../../../../java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="../../../../../../java/lang/Object.html#getClass()">getClass</A>, <A HREF="../../../../../../java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="../../../../../../java/lang/Object.html#notify()">notify</A>, <A HREF="../../../../../../java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="../../../../../../java/lang/Object.html#wait()">wait</A>, <A HREF="../../../../../../java/lang/Object.html#wait(long)">wait</A>, <A HREF="../../../../../../java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> &nbsp; <P> <!-- ============ FIELD DETAIL =========== --> <A NAME="field_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Field Detail</B></FONT></TH> </TR> </TABLE> <A NAME="sin_len"><!-- --></A><H3> sin_len</H3> <PRE> public int <B>sin_len</B></PRE> <DL> <DD>u_char DOES NOT EXIST ON SOLARIS! <P> <DL> </DL> </DL> <HR> <A NAME="sin_family"><!-- --></A><H3> sin_family</H3> <PRE> public int <B>sin_family</B></PRE> <DL> <DD>u_char <P> <DL> </DL> </DL> <HR> <A NAME="sin_port"><!-- --></A><H3> sin_port</H3> <PRE> public int <B>sin_port</B></PRE> <DL> <DD>u_short <P> <DL> </DL> </DL> <HR> <A NAME="sin_addr"><!-- --></A><H3> sin_addr</H3> <PRE> public int <B>sin_addr</B></PRE> <DL> <DD>in_addr is an opaque type that is typically a 4-byte int for IPv4. <P> <DL> </DL> </DL> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TH> </TR> </TABLE> <A NAME="Socket.sockaddr_in()"><!-- --></A><H3> Socket.sockaddr_in</H3> <PRE> public <B>Socket.sockaddr_in</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> <B>Method Detail</B></FONT></TH> </TR> </TABLE> <A NAME="toString()"><!-- --></A><H3> toString</H3> <PRE> public <A HREF="../../../../../../java/lang/String.html" title="class in java.lang">String</A> <B>toString</B>()</PRE> <DL> <DD><B>Description copied from class: <CODE><A HREF="../../../../../../java/lang/Object.html#toString()">Object</A></CODE></B></DD> <DD>Returns a string representation of the object. In general, the <code>toString</code> method returns a string that "textually represents" this object. The result should be a concise but informative representation that is easy for a person to read. It is recommended that all subclasses override this method. <p> The <code>toString</code> method for class <code>Object</code> returns a string consisting of the name of the class of which the object is an instance, the at-sign character `<code>@</code>', and the unsigned hexadecimal representation of the hash code of the object. In other words, this method returns a string equal to the value of: <blockquote> <pre> getClass().getName() + '@' + Integer.toHexString(hashCode()) </pre></blockquote> <P> <DD><DL> <DT><B>Overrides:</B><DD><CODE><A HREF="../../../../../../com/sun/cldc/jna/Structure.html#toString()">toString</A></CODE> in class <CODE><A HREF="../../../../../../com/sun/cldc/jna/Structure.html" title="class in com.sun.cldc.jna">Structure</A></CODE></DL> </DD> <DD><DL> <DT><B>Returns:</B><DD>a string representation of the object.</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Socket.sockaddr_in.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> "<p style=\"background-color:${javadoc.bgcolor}; color:${javadoc.fgcolor}; padding:4px 5px 2px 3px; margin-top:-1px\"><b>2013 FRC Java API</b></p>"</EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;<A HREF="../../../../../../com/sun/squawk/platform/posix/natives/Socket.html" title="interface in com.sun.squawk.platform.posix.natives"><B>PREV CLASS</B></A>&nbsp; &nbsp;<A HREF="../../../../../../com/sun/squawk/platform/posix/natives/SocketImpl.html" title="class in com.sun.squawk.platform.posix.natives"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../../../index.html?com/sun/squawk/platform/posix/natives/Socket.sockaddr_in.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="Socket.sockaddr_in.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> "<center><i><font size=\"-1\">For updated information see the <a href=\"http://www.usfirst.org/roboticsprograms/frc/\">Java FRC site</a></font></i></center>" </BODY> </HTML>
docs/docs/databases/datastore/index.html
ohsu-comp-bio/funnel
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-us" lang="en-us"> <head> <link href="http://gmpg.org/xfn/11" rel="profile"> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1"> <title>Datastore &middot; Funnel</title> <link rel="stylesheet" href="https://ohsu-comp-bio.github.io/funnel/css/poole.css"> <link rel="stylesheet" href="https://ohsu-comp-bio.github.io/funnel/css/darcula.css"> <link rel="stylesheet" href="https://ohsu-comp-bio.github.io/funnel/css/syntax.css"> <link rel="stylesheet" href="https://ohsu-comp-bio.github.io/funnel/css/theme.css"> <link rel="stylesheet" href="https://ohsu-comp-bio.github.io/funnel/css/funnel.css"> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700"> <link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://ohsu-comp-bio.github.io/funnel/apple-touch-icon-144-precomposed.png"> <link rel="shortcut icon" href="https://ohsu-comp-bio.github.io/funnel/favicon.png"> <script src="https://ohsu-comp-bio.github.io/funnel/js/highlight.pack.js"></script> <script>hljs.initHighlightingOnLoad();</script> </head> <body> <div class="global-header"> <div class="global-header-container"> <div class="global-header-home"> <a href="https://ohsu-comp-bio.github.io/funnel/"><h1>Funnel</h1></a> </div> <ul class="global-header-nav"> <li><a href="https://ohsu-comp-bio.github.io/funnel/download/">Download</a></li> <li><a href="https://ohsu-comp-bio.github.io/funnel/docs/">Docs</a></li> <li><a href="https://github.com/ohsu-comp-bio/funnel">GitHub</a></li> <li><a href="https://gitter.im/ohsu-comp-bio/funnel">Chat</a></li> </ul> <div class="global-header-ohsucb"> <a href="https://www.ohsu.edu/xd/education/schools/school-of-medicine/departments/computational-biology/"><h2>OHSU Comp Bio</h2></a> </div> </div> </div> <div class="content section group"> <div class="sidebar col span_3_of_12"> <ul class="sidebar-nav"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/download/" class="sidebar-nav-item " >Download</a></li> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/" class="sidebar-nav-item " >Overview</a></li> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/tasks/" class="sidebar-nav-item " >Tasks</a></li> <li> <span class="intermediate">Storage</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/local/" class="sidebar-nav-item " >Local</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/ftp/" class="sidebar-nav-item " >FTP</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/google-storage/" class="sidebar-nav-item " >Google Storage</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/http/" class="sidebar-nav-item " >HTTP(S)</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/swift/" class="sidebar-nav-item " >OpenStack Swift</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/storage/s3/" class="sidebar-nav-item " >S3</a></li> </ul> </li> <li> <span class="intermediate">Compute</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/deployment/" class="sidebar-nav-item " >Deploying a cluster</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/aws-batch/" class="sidebar-nav-item " >AWS Batch</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/grid-engine/" class="sidebar-nav-item " >Grid Engine</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/htcondor/" class="sidebar-nav-item " >HTCondor</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/kubernetes/" class="sidebar-nav-item " >Kubernetes</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/pbs-torque/" class="sidebar-nav-item " >PBS/Torque</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/compute/slurm/" class="sidebar-nav-item " >Slurm</a></li> </ul> </li> <li> <span class="intermediate">Databases</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/databases/boltdb/" class="sidebar-nav-item " >Embedded</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/databases/datastore/" class="sidebar-nav-item active" >Datastore</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/databases/dynamodb/" class="sidebar-nav-item " >DynamoDB</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/databases/elasticsearch/" class="sidebar-nav-item " >Elasticsearch</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/databases/mongodb/" class="sidebar-nav-item " >MongoDB</a></li> </ul> </li> <li> <span class="intermediate">Events</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/events/kafka/" class="sidebar-nav-item " >Kafka</a></li> </ul> </li> <li> <span class="intermediate">Metrics</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/metrics/prometheus/" class="sidebar-nav-item " >Prometheus</a></li> </ul> </li> <li> <span class="intermediate">Security</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/security/basic/" class="sidebar-nav-item " >Basic Auth</a></li> </ul> </li> <li> <span class="intermediate">Development</span></li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://ohsu-comp-bio.github.io/funnel/docs/development/developers/" class="sidebar-nav-item " >Funnel Developers</a></li> </ul> </li> <li> <ul class="sidebar-nav sidebar-nav-nested"> <li> <a href="https://godoc.org/github.com/ohsu-comp-bio/funnel" class="sidebar-nav-item " >Reference</a></li> </ul> </li> </ul> </div> <div class="main col span_8_of_12"> <h1 id="google-cloud-datastore">Google Cloud Datastore</h1> <p>Funnel supports storing tasks (but not scheduler data) in Google Cloud Datastore.</p> <p>This implementation currently doesn&rsquo;t work with Appengine, since Appengine places special requirements on the context of requests and requires a separate library.</p> <p>Two entity types are used, &ldquo;Task&rdquo; and &ldquo;TaskPart&rdquo; (for larger pieces of task content, such as stdout/err logs).</p> <p>Funnel will, by default, try to will try to automatically load credentials from the environment. Alternatively, you may explicitly set the credentials in the config.</p> <p>Config:</p> <pre><code>Database: datastore Datastore: Project: &quot;&quot; # Path to account credentials file. # Optional. If possible, credentials will be automatically discovered # from the environment. CredentialsFile: &quot;&quot; </code></pre> </div> </div> </body> </html>
digest-template.html
Solshal/solshal-email-templates
<!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" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Weekly digest</title> <style type="text/css"> /* ----- Custom Font Import ----- */ @import url(https://fonts.googleapis.com/css?family=Work+Sans:400,300,700); /* ----- Text Styles ----- */ table { font-family: 'Work Sans', Arial, sans-serif; -webkit-font-smoothing: antialiased; -moz-font-smoothing: antialiased; font-smoothing: antialiased; } @media only screen and (max-width: 700px) { /* ----- Base styles ----- */ .full-width-container { padding: 0 !important; } .container { width: 100% !important; } /* ----- Header ----- */ .header td { padding: 30px 15px 30px 15px !important; } /* ----- Half block ----- */ .half-block { display: block !important; } .half-block tr { display: block !important; } .half-block td { display: block !important; } .half-block__image { text-align: center; width: 100% !important; } .half-block__content { width: 100% !important; box-sizing: border-box; padding: 20px 15px 20px 15px !important; } /* ----- Hero subheader ----- */ .hero-subheader__title { padding: 80px 15px 15px 15px !important; font-size: 35px !important; } .hero-subheader__content { padding: 0 15px 90px 15px !important; } /* ----- Title block ----- */ .title-block { padding: 0 15px 0 15px; } /* ----- Paragraph block ----- */ .paragraph-block__content { padding: 25px 15px 18px 15px !important; } } </style> <!--[if gte mso 9]><xml> <o:OfficeDocumentSettings> <o:AllowPNG/> <o:PixelsPerInch>96</o:PixelsPerInch> </o:OfficeDocumentSettings> </xml><![endif]--> </head> <body style="padding: 0; margin: 0;" bgcolor="#eeeeee"> <span style="color:transparent !important; overflow:hidden !important; display:none !important; line-height:0px !important; height:0 !important; opacity:0 !important; visibility:hidden !important; width:0 !important; mso-hide:all;">This is your preheader text for this email (Read more about email preheaders here - https://goo.gl/e60hyK)</span> <!-- / Full width container --> <table class="full-width-container" border="0" cellpadding="0" cellspacing="0" height="100%" width="100%" bgcolor="#eeeeee" style="width: 100%; height: 100%; padding: 30px 0 30px 0;"> <tr> <td align="center" valign="top"> <!-- / 700px container --> <table class="container" border="0" cellpadding="0" cellspacing="0" width="700" bgcolor="#ffffff" style="width: 700px;"> <tr> <td align="center" valign="top"> <!-- / Header --> <table class="container header" border="0" cellpadding="0" cellspacing="0" width="620" style="width: 620px;"> <tr> <td style="padding: 30px 0 30px 0; border-bottom: solid 1px #eeeeee;" align="left"> <a href="#" style="font-size: 30px; text-decoration: none; color: #000000;">SOLSHAL</a> </td> </tr> </table> <!-- /// Header --> <!-- / Hero subheader --> <table class="container hero-subheader" border="0" cellpadding="0" cellspacing="0" width="620" style="width: 620px;"> <tr> <td class="hero-subheader__title" style="font-size: 30px; font-weight: bold; padding: 60px 0 15px 0; color: #5a6677;" align="left">Hey username</td> </tr> <tr> <td class="hero-subheader__content" style="font-size: 16px; line-height: 27px; color: #969696; padding: 0 60px 30px 0;" align="left">Sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.</td> </tr> </table> <!-- /// Hero subheader --> <!-- / Title --> <table class="container title-block" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td align="center" valign="top"> <table class="container" border="0" cellpadding="0" cellspacing="0" width="620" style="width: 620px;"> <tr> <td style="border-bottom: solid 1px #eeeeee; padding: 35px 0 18px 0; font-size: 26px; color: #5a6677;" align="left">Latest bookmarks</td> </tr> </table> </td> </tr> </table> <!-- /// Title --> <!-- / Half block --> <table class="container half-block" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top: 25px;"> <tr> <td> <table class="container" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr style="margin: 10px 0;"> <td class="half-block__image" width="5%"> <img src="http://placehold.it/250x150" alt=""> </td> <td class="half-block__content" style="width: 50%; padding: 0 20px 0 20px; font-size: 16px; line-height: 27px; color: #969696; text-align: left;"> <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p> <a href="#" alt="read more" style="color: #5a6677; text-decoration: underline">read more</a> </td> </tr> </table> </td> </tr> </table> <!-- /// Half block --> <!-- / Half block --> <table class="container half-block" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top: 25px;"> <tr> <td> <table class="container" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr style="margin: 10px 0;"> <td class="half-block__image" width="5%"> <img src="http://placehold.it/250x150" alt=""> </td> <td class="half-block__content" style="width: 50%; padding: 0 20px 0 20px; font-size: 16px; line-height: 27px; color: #969696; text-align: left;"> <p style="font-size: 16px; line-height: 27px; color: #969696; padding: 0 60px 30px 0;">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris.</p> <a href="#" alt="read more" style="color: #5a6677; text-decoration: underline">read more</a> </td> </tr> </table> </td> </tr> </table> <!-- /// Half block --> <!-- / Half block --> <table class="container half-block" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top: 25px;"> <tr> <td> <table class="container" border="0" cellpadding="0" cellspacing="0" width="100%"> <tr style="margin: 10px 0;"> <td class="half-block__content" style="width: 50%; padding: 0 20px 0 20px; font-size: 16px; line-height: 27px; color: #969696; text-align: center;"> Lorem ipsum dolor sit amet, consectetur adipisicing elit. <a href="http://www.solshal.com" target="_blank" title="Solshal - modern, secure bookmarking" style="color: #5a6677; text-decoration: underline">Start now</a> lorem ipsum dolor sit amet, consectetur adipisicing elit, </td> </tr> </table> </td> </tr> </table> <!-- /// Half block --> <!-- / Divider --> <table class="container" border="0" cellpadding="0" cellspacing="0" width="100%" style="padding-top: 25px;" align="center"> <tr> <td align="center"> <table class="container" border="0" cellpadding="0" cellspacing="0" width="620" align="center" style="border-bottom: solid 1px #eeeeee; width: 620px;"> <tr> <td align="center">&nbsp;</td> </tr> </table> </td> </tr> </table> <!-- /// Divider --> <!-- / Footer --> <table class="container" border="0" cellpadding="0" cellspacing="0" width="100%" align="center"> <tr> <td align="center"> <table class="container" border="0" cellpadding="0" cellspacing="0" width="620" align="center" style="width: 620px;"> <tr> <td style="color: #d5d5d5; text-align: center; font-size: 15px; padding: 10px 0 60px 0; line-height: 22px;">Copyright &copy; 2016 <a href="http://solshal.com/" target="_blank" style="text-decoration: none; border-bottom: 1px solid #d5d5d5; color: #d5d5d5;">Solshal</a>. <br />All rights reserved.</td> </tr> </table> </td> </tr> </table> <!-- /// Footer --> </td> </tr> </table> </td> </tr> </table> </body> </html>
clean/Linux-x86_64-4.01.0-1.2.0/unstable/8.4.5/contrib:gc/8.4.dev/2015-01-30_09-41-42.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../../..">Unstable</a></li> <li><a href=".">8.4.5 / contrib:gc 8.4.dev</a></li> <li class="active"><a href="">2015-01-30 09:41:42</a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li><a href="../../../../../about.html">About</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href=".">« Up</a> <h1> contrib:gc <small> 8.4.dev <span class="label label-success">1 m 11 s</span> </small> </h1> <p><em><script>document.write(moment("2015-01-30 09:41:42 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2015-01-30 09:41:42 UTC)</em><p> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ruby lint.rb unstable ../unstable/packages/coq:contrib:gc/coq:contrib:gc.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> <dt>Output</dt> <dd><pre>The package is valid. </pre></dd> </dl> <h2>Dry install</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --dry-run coq:contrib:gc.8.4.dev coq.8.4.5</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 s</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.4.5). The following actions will be performed: - install coq:contrib:gc.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:gc.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install Installing coq:contrib:gc.8.4.dev. </pre></dd> </dl> <p>Dry install without Coq, to test if the problem was incompatibility with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --deps-only coq:contrib:gc.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> </dl> <h2>Install</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>ulimit -Sv 2000000; timeout 5m opam install -y --verbose coq:contrib:gc.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>1 m 11 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - install coq:contrib:gc.8.4.dev === 1 to install === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:gc] Fetching https://gforge.inria.fr/git/coq-contribs/gc.git#v8.4 Initialized empty Git repository in /home/bench/.opam/packages.dev/coq:contrib:gc.8.4.dev/.git/ [master (root-commit) d9bcf6b] opam-git-init From https://gforge.inria.fr/git/coq-contribs/gc * [new branch] v8.4 -&gt; opam-ref * [new branch] v8.4 -&gt; origin/v8.4 Make Makefile README bench.log card/card.v card/card_facts.v description gc/gc.v gc/parameters.v lemma_step/lemma_add.v lemma_step/lemma_alloc.v lemma_step/lemma_call.v lemma_step/lemma_end.v lemma_step/lemma_free.v lemma_step/lemma_free1.v lemma_step/lemma_mark.v lemma_step/lemma_remove.v lemma_step/lemma_step.v lemma_step/lemma_stop.v lib_arith/lemme_arith.v lib_arith/lib_S_pred.v lib_arith/lib_minus.v lib_arith/lib_plus.v liveness/fairstr.v liveness/liveness.v liveness/notacc_black_nogrey.v liveness/notacc_init.v liveness/notacc_white_ancestor.v liveness/notacc_white_nogrey.v liveness/notfree_notacc.v liveness/until_zero.v logique/LTL.v logique/well_founded.v mesure/black_card.v mesure/grey_card.v mesure/mesure.v mesure/parameters_card.v mesure/safe_card.v mesure/unicite_mes.v mesure/white_card.v reachable/reachable.v safety/accnotfree.v safety/noedgeblacktowhite.v safety/nogreyaccnblackn.v safety/rtgreyorblack.v safety/safety.v safety/sweepnogrey.v HEAD is now at 577ef94 Sauvegarde des bench.log =-=- Installing packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Building coq:contrib:gc.8.4.dev: coq_makefile -f Make -o Makefile make -j4 make install &quot;coqdep&quot; -c -slash -R . GC &quot;card/card_facts.v&quot; &gt; &quot;card/card_facts.v.d&quot; || ( RV=$?; rm -f &quot;card/card_facts.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;card/card.v&quot; &gt; &quot;card/card.v.d&quot; || ( RV=$?; rm -f &quot;card/card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/notacc_white_nogrey.v&quot; &gt; &quot;liveness/notacc_white_nogrey.v.d&quot; || ( RV=$?; rm -f &quot;liveness/notacc_white_nogrey.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/until_zero.v&quot; &gt; &quot;liveness/until_zero.v.d&quot; || ( RV=$?; rm -f &quot;liveness/until_zero.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/notfree_notacc.v&quot; &gt; &quot;liveness/notfree_notacc.v.d&quot; || ( RV=$?; rm -f &quot;liveness/notfree_notacc.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/liveness.v&quot; &gt; &quot;liveness/liveness.v.d&quot; || ( RV=$?; rm -f &quot;liveness/liveness.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/notacc_black_nogrey.v&quot; &gt; &quot;liveness/notacc_black_nogrey.v.d&quot; || ( RV=$?; rm -f &quot;liveness/notacc_black_nogrey.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/notacc_init.v&quot; &gt; &quot;liveness/notacc_init.v.d&quot; || ( RV=$?; rm -f &quot;liveness/notacc_init.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/notacc_white_ancestor.v&quot; &gt; &quot;liveness/notacc_white_ancestor.v.d&quot; || ( RV=$?; rm -f &quot;liveness/notacc_white_ancestor.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;liveness/fairstr.v&quot; &gt; &quot;liveness/fairstr.v.d&quot; || ( RV=$?; rm -f &quot;liveness/fairstr.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;gc/parameters.v&quot; &gt; &quot;gc/parameters.v.d&quot; || ( RV=$?; rm -f &quot;gc/parameters.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;gc/gc.v&quot; &gt; &quot;gc/gc.v.d&quot; || ( RV=$?; rm -f &quot;gc/gc.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/rtgreyorblack.v&quot; &gt; &quot;safety/rtgreyorblack.v.d&quot; || ( RV=$?; rm -f &quot;safety/rtgreyorblack.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/noedgeblacktowhite.v&quot; &gt; &quot;safety/noedgeblacktowhite.v.d&quot; || ( RV=$?; rm -f &quot;safety/noedgeblacktowhite.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/accnotfree.v&quot; &gt; &quot;safety/accnotfree.v.d&quot; || ( RV=$?; rm -f &quot;safety/accnotfree.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/sweepnogrey.v&quot; &gt; &quot;safety/sweepnogrey.v.d&quot; || ( RV=$?; rm -f &quot;safety/sweepnogrey.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/safety.v&quot; &gt; &quot;safety/safety.v.d&quot; || ( RV=$?; rm -f &quot;safety/safety.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;safety/nogreyaccnblackn.v&quot; &gt; &quot;safety/nogreyaccnblackn.v.d&quot; || ( RV=$?; rm -f &quot;safety/nogreyaccnblackn.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lib_arith/lib_plus.v&quot; &gt; &quot;lib_arith/lib_plus.v.d&quot; || ( RV=$?; rm -f &quot;lib_arith/lib_plus.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lib_arith/lib_S_pred.v&quot; &gt; &quot;lib_arith/lib_S_pred.v.d&quot; || ( RV=$?; rm -f &quot;lib_arith/lib_S_pred.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lib_arith/lemme_arith.v&quot; &gt; &quot;lib_arith/lemme_arith.v.d&quot; || ( RV=$?; rm -f &quot;lib_arith/lemme_arith.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lib_arith/lib_minus.v&quot; &gt; &quot;lib_arith/lib_minus.v.d&quot; || ( RV=$?; rm -f &quot;lib_arith/lib_minus.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/parameters_card.v&quot; &gt; &quot;mesure/parameters_card.v.d&quot; || ( RV=$?; rm -f &quot;mesure/parameters_card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/white_card.v&quot; &gt; &quot;mesure/white_card.v.d&quot; || ( RV=$?; rm -f &quot;mesure/white_card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/grey_card.v&quot; &gt; &quot;mesure/grey_card.v.d&quot; || ( RV=$?; rm -f &quot;mesure/grey_card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/safe_card.v&quot; &gt; &quot;mesure/safe_card.v.d&quot; || ( RV=$?; rm -f &quot;mesure/safe_card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/mesure.v&quot; &gt; &quot;mesure/mesure.v.d&quot; || ( RV=$?; rm -f &quot;mesure/mesure.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/black_card.v&quot; &gt; &quot;mesure/black_card.v.d&quot; || ( RV=$?; rm -f &quot;mesure/black_card.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;mesure/unicite_mes.v&quot; &gt; &quot;mesure/unicite_mes.v.d&quot; || ( RV=$?; rm -f &quot;mesure/unicite_mes.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;reachable/reachable.v&quot; &gt; &quot;reachable/reachable.v.d&quot; || ( RV=$?; rm -f &quot;reachable/reachable.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_mark.v&quot; &gt; &quot;lemma_step/lemma_mark.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_mark.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_stop.v&quot; &gt; &quot;lemma_step/lemma_stop.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_stop.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_add.v&quot; &gt; &quot;lemma_step/lemma_add.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_add.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_alloc.v&quot; &gt; &quot;lemma_step/lemma_alloc.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_alloc.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_remove.v&quot; &gt; &quot;lemma_step/lemma_remove.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_remove.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_end.v&quot; &gt; &quot;lemma_step/lemma_end.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_end.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_step.v&quot; &gt; &quot;lemma_step/lemma_step.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_step.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_free1.v&quot; &gt; &quot;lemma_step/lemma_free1.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_free1.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_free.v&quot; &gt; &quot;lemma_step/lemma_free.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_free.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;lemma_step/lemma_call.v&quot; &gt; &quot;lemma_step/lemma_call.v.d&quot; || ( RV=$?; rm -f &quot;lemma_step/lemma_call.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;logique/LTL.v&quot; &gt; &quot;logique/LTL.v.d&quot; || ( RV=$?; rm -f &quot;logique/LTL.v.d&quot;; exit ${RV} ) &quot;coqdep&quot; -c -slash -R . GC &quot;logique/well_founded.v&quot; &gt; &quot;logique/well_founded.v.d&quot; || ( RV=$?; rm -f &quot;logique/well_founded.v.d&quot;; exit ${RV} ) &quot;coqc&quot; -q -R . GC logique/LTL &quot;coqc&quot; -q -R . GC gc/parameters &quot;coqc&quot; -q -R . GC reachable/reachable &quot;coqc&quot; -q -R . GC lib_arith/lib_S_pred &quot;coqc&quot; -q -R . GC lib_arith/lib_minus &quot;coqc&quot; -q -R . GC logique/well_founded &quot;coqc&quot; -q -R . GC gc/gc &quot;coqc&quot; -q -R . GC lemma_step/lemma_call &quot;coqc&quot; -q -R . GC lemma_step/lemma_free &quot;coqc&quot; -q -R . GC lemma_step/lemma_free1 &quot;coqc&quot; -q -R . GC lemma_step/lemma_add &quot;coqc&quot; -q -R . GC lemma_step/lemma_remove &quot;coqc&quot; -q -R . GC lemma_step/lemma_alloc &quot;coqc&quot; -q -R . GC lemma_step/lemma_mark &quot;coqc&quot; -q -R . GC lemma_step/lemma_stop &quot;coqc&quot; -q -R . GC lemma_step/lemma_end &quot;coqc&quot; -q -R . GC lib_arith/lib_plus &quot;coqc&quot; -q -R . GC safety/rtgreyorblack &quot;coqc&quot; -q -R . GC safety/noedgeblacktowhite &quot;coqc&quot; -q -R . GC safety/sweepnogrey &quot;coqc&quot; -q -R . GC lemma_step/lemma_step &quot;coqc&quot; -q -R . GC safety/accnotfree &quot;coqc&quot; -q -R . GC safety/nogreyaccnblackn &quot;coqc&quot; -q -R . GC safety/safety &quot;coqc&quot; -q -R . GC lib_arith/lemme_arith &quot;coqc&quot; -q -R . GC card/card &quot;coqc&quot; -q -R . GC card/card_facts &quot;coqc&quot; -q -R . GC mesure/parameters_card &quot;coqc&quot; -q -R . GC mesure/white_card &quot;coqc&quot; -q -R . GC mesure/grey_card &quot;coqc&quot; -q -R . GC mesure/black_card &quot;coqc&quot; -q -R . GC liveness/notfree_notacc &quot;coqc&quot; -q -R . GC liveness/notacc_white_nogrey &quot;coqc&quot; -q -R . GC mesure/mesure &quot;coqc&quot; -q -R . GC mesure/unicite_mes &quot;coqc&quot; -q -R . GC mesure/safe_card &quot;coqc&quot; -q -R . GC liveness/notacc_init &quot;coqc&quot; -q -R . GC liveness/notacc_black_nogrey Warning: The general &quot;info&quot; tactic is currently not working. Some specific verbose tactics may exist instead, such as info_trivial, info_auto, info_eauto. &quot;coqc&quot; -q -R . GC liveness/fairstr Warning: The general &quot;info&quot; tactic is currently not working. Some specific verbose tactics may exist instead, such as info_trivial, info_auto, info_eauto. Warning: The general &quot;info&quot; tactic is currently not working. Some specific verbose tactics may exist instead, such as info_trivial, info_auto, info_eauto. &quot;coqc&quot; -q -R . GC liveness/until_zero &quot;coqc&quot; -q -R . GC liveness/notacc_white_ancestor &quot;coqc&quot; -q -R . GC liveness/liveness for i in logique/well_founded.vo logique/LTL.vo lemma_step/lemma_call.vo lemma_step/lemma_free.vo lemma_step/lemma_free1.vo lemma_step/lemma_step.vo lemma_step/lemma_end.vo lemma_step/lemma_remove.vo lemma_step/lemma_alloc.vo lemma_step/lemma_add.vo lemma_step/lemma_stop.vo lemma_step/lemma_mark.vo reachable/reachable.vo mesure/unicite_mes.vo mesure/black_card.vo mesure/mesure.vo mesure/safe_card.vo mesure/grey_card.vo mesure/white_card.vo mesure/parameters_card.vo lib_arith/lib_minus.vo lib_arith/lemme_arith.vo lib_arith/lib_S_pred.vo lib_arith/lib_plus.vo safety/nogreyaccnblackn.vo safety/safety.vo safety/sweepnogrey.vo safety/accnotfree.vo safety/noedgeblacktowhite.vo safety/rtgreyorblack.vo gc/gc.vo gc/parameters.vo liveness/fairstr.vo liveness/notacc_white_ancestor.vo liveness/notacc_init.vo liveness/notacc_black_nogrey.vo liveness/liveness.vo liveness/notfree_notacc.vo liveness/until_zero.vo liveness/notacc_white_nogrey.vo card/card.vo card/card_facts.vo; do \ install -d `dirname &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/GC/$i`; \ install -m 0644 $i &quot;/home/bench/.opam/system/lib/coq/user-contrib&quot;/GC/$i; \ done Installing coq:contrib:gc.8.4.dev. </pre></dd> </dl> <h2>Installation size</h2> <p>Total: 1,279 K</p> <ul> <li>105 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/logique/LTL.vo</code></li> <li>67 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/notacc_init.vo</code></li> <li>63 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/until_zero.vo</code></li> <li>60 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/notacc_black_nogrey.vo</code></li> <li>58 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/safe_card.vo</code></li> <li>57 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/notacc_white_ancestor.vo</code></li> <li>55 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/grey_card.vo</code></li> <li>54 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/white_card.vo</code></li> <li>52 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/gc/gc.vo</code></li> <li>50 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/mesure.vo</code></li> <li>49 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/liveness.vo</code></li> <li>45 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/notacc_white_nogrey.vo</code></li> <li>45 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/fairstr.vo</code></li> <li>41 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/liveness/notfree_notacc.vo</code></li> <li>40 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/safety.vo</code></li> <li>33 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/card/card.vo</code></li> <li>33 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/parameters_card.vo</code></li> <li>32 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/black_card.vo</code></li> <li>24 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/noedgeblacktowhite.vo</code></li> <li>23 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/card/card_facts.vo</code></li> <li>23 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_add.vo</code></li> <li>18 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lib_arith/lib_plus.vo</code></li> <li>18 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/logique/well_founded.vo</code></li> <li>18 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_alloc.vo</code></li> <li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_mark.vo</code></li> <li>16 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_remove.vo</code></li> <li>14 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/mesure/unicite_mes.vo</code></li> <li>13 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lib_arith/lib_S_pred.vo</code></li> <li>13 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/rtgreyorblack.vo</code></li> <li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lib_arith/lib_minus.vo</code></li> <li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/nogreyaccnblackn.vo</code></li> <li>12 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/accnotfree.vo</code></li> <li>11 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/gc/parameters.vo</code></li> <li>11 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lib_arith/lemme_arith.vo</code></li> <li>10 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_free.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/safety/sweepnogrey.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_stop.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_end.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_free1.vo</code></li> <li>9 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_step.vo</code></li> <li>6 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/reachable/reachable.vo</code></li> <li>2 K <code>/home/bench/.opam/system/lib/coq/user-contrib/GC/lemma_step/lemma_call.vo</code></li> <li>1 K <code>/home/bench/.opam/system/lib/coq:contrib:gc/opam.config</code></li> <li>1 K <code>/home/bench/.opam/system/install/coq:contrib:gc.install</code></li> </ul> <h2>Uninstall</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq:contrib:gc.8.4.dev</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 s</dd> <dt>Output</dt> <dd><pre>The following actions will be performed: - remove coq:contrib:gc.8.4.dev === 1 to remove === =-=- Synchronizing package archives -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= [coq:contrib:gc] Fetching https://gforge.inria.fr/git/coq-contribs/gc.git#v8.4 =-=- Removing Packages =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Removing coq:contrib:gc.8.4.dev. rm -R /home/bench/.opam/system/lib/coq/user-contrib/GC </pre></dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> <small>Sources are on <a href="https://github.com/coq-bench">GitHub</a>. © Guillaume Claret.</small> </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
templates/footer.html
benavram/go_django
<nav class="navbar navbar-default navbar-fixed-bottom"> <div class="container"> ... </div> </nav>
PetCenter.Referencias.Presentacion.Web/Resources/Sitio/css/sitio.reporte.css
msmgxe/upc_tp3-adm
body { margin: 0px; overflow: hidden; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.42857; color: rgb(51, 51, 51); } .asistencia-reportview { overflow: auto; } #Rpt_View_ctl05, #Rpt_View_ctl05_ctl04_ctl00_Menu, #Rpt_View_AsyncWait, #Rpt_View_AsyncWait_Wait, #ParameterTable_Rpt_View_ctl04, #Rpt_View_ToggleParam { background-color: #fff !important; background-image: none !important; } #Rpt_View_ctl04_ctl00:hover { background-color: rgb(13, 122, 115); border-color: rgb(11, 107, 100); } #Rpt_View_ctl04_ctl00 { color: #fff; background-color: #12A59F; border-color: #109992; display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; -webkit-appearance: button; text-transform: none; box-sizing: border-box; text-indent: 0px; text-shadow: none; letter-spacing: normal; word-spacing: normal; font: -webkit-small-control; } input[type="text"][id^="Rpt_View_ctl04_"][disabled] { cursor: not-allowed; background-color: rgb(238, 238, 238) !important; } input[type="text"][id^="Rpt_View_ctl04_"] { height: 20px; font-size: 10px; line-height: 1.42857; color: rgb(85, 85, 85); vertical-align: middle; background-color: rgb(255, 255, 255); background-image: none; border: 1px solid rgb(204, 204, 204); border-radius: 4px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; } #Rpt_View_ctl09 { overflow: inherit !important; } /*****/ .hh2 { color: rgb(167, 15, 64); font-size: 30px; margin-top: 20px; margin-bottom: 10px; font-weight: 500; line-height: 1.1; } /*****/ .back { font-size: 14px; font-family: sans-serif; cursor:pointer; color: rgb(18, 165, 159); text-decoration:underline; }
_site/posts/hello-world.html
punkyzhu/punkyzhu.github.io
<!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8" /> <meta name="author" content="老朱" /> <meta name="keywords" content="" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>老朱的摩崖石刻 / Hello world!</title> <link href="http://0.0.0.0/feed.xml" rel="alternate" title="老朱的摩崖石刻" type="application/atom+xml" /> <link rel="stylesheet" type="text/css" href="/assets/css/font-awesome.css" /> <link rel="stylesheet" type="text/css" href="/assets/css/site.css" /> <link rel="stylesheet" type="text/css" href="/assets/css/code/github.css" /> </head> <body class="page-type-post"> <header> <div class="page-header"> <h1><a href="/" class="minor">老朱的摩崖石刻</a></h1><p class="additional">花开花落 .vs. 云卷云舒</p><img class="mountain" src="/assets/img/test1-287x98.png"> </div> </header> <div class="main"> <!-- <header> <div class="page-header"> <h1><a href="/" class="minor">老朱的摩崖石刻</a></h1><p class="additional">花开花落 .vs. 云卷云舒</p> </div> </header> --> <article> <h1><a href="/posts/hello-world.html">Hello world!</a></h1> <p class="meta"> <span class="datetime">2012-03-04</span> posted in [<a href="/category/default" class="category">默认</a>] </p> <p>这是一篇测试文章,你可以在<code>_posts</code>目录修改或删除它。</p> <p>现在,我可以:</p> <ul> <li>使用纯文本的[Markdown]编辑文章</li> <li>使用git维护文章的版本</li> <li>不用租一个虚拟空间和数据库服务,而就在[GitHub]上托管整个网站</li> <li>自定义域名指向</li> <li>使用[Disqus]的云评论服务</li> <li>一如既往的使用[Google Picasa]作为我的图片外链服务</li> <li>用[Google Custom Search]自定义站内搜索</li> <li>[jekyll]自带的或者用[HighlightJS]做代码高亮</li> <li>[Gravatar]统一头像标识服务</li> <li>……</li> </ul> <p>感谢这个有云的时代!可以让我们通过一件件简单的工具打造属于每个程序员自己的站点,<a href="http://kyle.xlau.org/posts/blogging-like-a-hacker.html">像黑客一样写博客</a>(原文:<a href="http://tom.preston-werner.com/2008/11/17/blogging-like-a-hacker.html">Blogging Like a Hacker</a>)。</p> <!--<p class="permalink">永久链接:<a href="http://0.0.0.0/posts/hello-world.html">http://0.0.0.0/posts/hello-world.html</a></p>--> </article> <div id="disqus_thread" class="comments"></div> <footer> <p>&copy; Since 2012</p> </footer> </div> <aside> <h2><a href="/">老朱的摩崖石刻</a><a href="/feed.xml" class="feed-link" title="Subscribe"><i class="fa fa-rss-square"></i></a></h2> <h3 class="block">文章分类</h3> <nav class="block block-about"> <ul class="default"> <li class="default"><a href="/category/default/">默认</a> [2篇文章]</li> <li class="crazy"><a href="/category/crazy/">疯狂</a> [2篇文章]</li> <li class="geek"><a href="/category/geek/">技术极客</a> [1篇文章]</li> <li class="mac"><a href="/category/mac/">苹果专区</a> [1篇文章]</li> <li class="zero_article"><i> 地理信息系统 [加油!还没有文章哦!]</i></li> <li class="digitalm"><a href="/category/digitalm/">数字媒介</a> [2篇文章]</li> </ul> </nav> <h3 class="block">最近发表的帖子</h3> <nav class="block block-about"> <ul> <li> <a href="/posts/mac%E6%9C%BA%E5%99%A8%E5%AE%89%E8%A3%85jekyll.html">Mac机器安装Jekyll</a><span>「2014-09-03」 </li> <li> <a href="/posts/%E6%95%B0%E5%AD%97%E5%AA%92%E4%BD%93%E5%AE%9E%E9%AA%8C%E5%AE%A4%E6%9A%91%E6%9C%9F%E9%A1%B9%E7%9B%AE%E5%AE%89%E6%8E%92.html">数字媒体实验室暑期项目安排</a><span>「2014-07-18」 </li> <li> <a href="/posts/learn-lua.html">学习 Lua 笔记</a><span>「2013-03-28」 </li> <li> <a href="/posts/mac-disk-full.html">Linux 磁盘空间管理</a><span>「2013-03-13」 </li> <li> <a href="/posts/doc-value.html">写文档 写总结 写代码</a><span>「2013-03-09」 </li> <li> <a href="/posts/my-tech-blogging-like-a-hacker.html">像黑客一样写自己的技术博客</a><span>「2012-03-04」 </li> <li> <a href="/posts/hello-world.html">Hello world!</a><span>「2012-03-04」 </li> </ul> </nav> <form action="/search/" class="block block-search"> <h3>Search</h3> <p><input type="search" name="q" placeholder="Search" /></p> </form> <div class="block block-about"> <h3 class="block">About</h3> <figure> <img src="http://en.gravatar.com/avatar/1cd8c12591616d8c22aaa624f8c07834?s=48" /> <figcaption><strong>老朱</strong></figcaption> </figure> <p>Write something about yourself.</p> </div> <div class="block block-fork"> <a href="https://github.com/punkyzhu"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a> </div> <div class="block block-thank"> <h3>Powered by</h3> <p> <a href="http://disqus.com/" target="_blank">Disqus</a>, <a href="http://elfjs.com/" target="_blank">elf+js</a>, <a href="https://github.com/" target="_blank">GitHub</a>, <a href="http://www.google.com/cse/" target="_blank">Google Custom Search</a>, <a href="http://en.gravatar.com/" target="_blank">Gravatar</a>, <a href="http://softwaremaniacs.org/soft/highlight/en/">HighlightJS</a>, <a href="https://github.com/mojombo/jekyll" target="_blank">jekyll</a>, <a href="https://github.com/mytharcher/SimpleGray" target="_blank">SimpleGray</a> </p> </div> </aside> <script src="http://elfjs.qiniudn.com/code/elf-0.5.0.min.js"></script> <script src="http://yandex.st/highlightjs/7.3/highlight.min.js"></script> <script src="/assets/js/site.js"></script> <script> site.URL_GOOGLE_API = 'http://www.google.com/jsapi'; site.URL_DISCUS_COMMENT = 'your-disqus-short-name' ? 'http://your-disqus-short-name.disqus.com/embed.js' : ''; site.VAR_SITE_NAME = '老朱的摩崖石刻'; site.VAR_GOOGLE_CUSTOM_SEARCH_ID = '000346898720731947188:13h55x32l0y'; site.TPL_SEARCH_TITLE = '#{0} / 搜索:#{1}'; site.VAR_AUTO_LOAD_ON_SCROLL = 2; </script> </body> </html>
src/app/counter/counter.html
ninja4826/angular2_weeklydev
<div class="input-group" style="width:300px;"> <span class="input-group-btn"> <button [disabled]="value <= min" (click)="counter(false)" type="button" class="btn btn-danger btn-number"> <span class="glyphicon glyphicon-minus"></span> </button> </span> <input [disabled]="true" [value]="str" type="text" [name]="name" class="form-control input-number" style="text-align:center;"> <span class="input-group-btn"> <button [disabled]="value >= max" (click)="counter(true)" type="button" class="btn btn-success btn-number"> <span class="glyphicon glyphicon-plus"></span> </button> </span> </div>
html/234567091236.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) --> <!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca --> <head> <!-- Title begins / Début du titre --> <title> Tremb Services Ltd. - Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada </title> <!-- Title ends / Fin du titre --> <!-- Meta-data begins / Début des métadonnées --> <meta charset="utf-8" /> <meta name="dcterms.language" title="ISO639-2" content="eng" /> <meta name="dcterms.title" content="" /> <meta name="description" content="" /> <meta name="dcterms.description" content="" /> <meta name="dcterms.type" content="report, data set" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.subject" content="businesses, industry" /> <meta name="dcterms.issued" title="W3CDTF" content="" /> <meta name="dcterms.modified" title="W3CDTF" content="" /> <meta name="keywords" content="" /> <meta name="dcterms.creator" content="" /> <meta name="author" content="" /> <meta name="dcterms.created" title="W3CDTF" content="" /> <meta name="dcterms.publisher" content="" /> <meta name="dcterms.audience" title="icaudience" content="" /> <meta name="dcterms.spatial" title="ISO3166-1" content="" /> <meta name="dcterms.spatial" title="gcgeonames" content="" /> <meta name="dcterms.format" content="HTML" /> <meta name="dcterms.identifier" title="ICsiteProduct" content="536" /> <!-- EPI-11240 --> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- MCG-202 --> <meta content="width=device-width,initial-scale=1" name="viewport"> <!-- EPI-11567 --> <meta name = "format-detection" content = "telephone=no"> <!-- EPI-12603 --> <meta name="robots" content="noarchive"> <!-- EPI-11190 - Webtrends --> <script> var startTime = new Date(); startTime = startTime.getTime(); </script> <!--[if gte IE 9 | !IE ]><!--> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon"> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css"> <!--<![endif]--> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css"> <!--[if lt IE 9]> <link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" /> <link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" /> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script> <![endif]--> <!--[if lte IE 9]> <![endif]--> <noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <script>dataLayer1 = [];</script> <!-- End Google Tag Manager --> <!-- EPI-11235 --> <link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css"> <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet"> <link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" /> </head> <body class="home" vocab="http://schema.org/" typeof="WebPage"> <!-- EPIC HEADER BEGIN --> <!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER --> <noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script> <!-- End Google Tag Manager --> <!-- EPI-12801 --> <span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span> <ul id="wb-tphp"> <li class="wb-slc"> <a class="wb-sl" href="#wb-cont">Skip to main content</a> </li> <li class="wb-slc visible-sm visible-md visible-lg"> <a class="wb-sl" href="#wb-info">Skip to "About this site"</a> </li> </ul> <header role="banner"> <div id="wb-bnr" class="container"> <section id="wb-lng" class="visible-md visible-lg text-right"> <h2 class="wb-inv">Language selection</h2> <div class="row"> <div class="col-md-12"> <ul class="list-inline mrgn-bttm-0"> <li><a href="nvgt.do?V_TOKEN=1492326811894&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=47945&V_SEARCH.docsStart=47944&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&amp;estblmntNo=234567041301&amp;profileId=61&amp;_evId=bck&amp;lang=eng&amp;V_SEARCH.showStricts=false&amp;prtl=1&amp;_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li> </ul> </div> </div> </section> <div class="row"> <div class="brand col-xs-8 col-sm-9 col-md-6"> <a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a> </div> <section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn"> <h2>Search and menus</h2> <ul class="list-inline text-right chvrn"> <li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li> </ul> <div id="mb-pnl"></div> </section> <!-- Site Search Removed --> </div> </div> <nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement"> <h2 class="wb-inv">Topics menu</h2> <div class="container nvbar"> <div class="row"> <ul class="list-inline menu"> <li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li> <li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li> <li><a href="https://travel.gc.ca/">Travel</a></li> <li><a href="https://www.canada.ca/en/services/business.html">Business</a></li> <li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li> <li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li> <li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li> <li><a href="https://www.canada.ca/en/services.html">More services</a></li> </ul> </div> </div> </nav> <!-- EPIC BODY BEGIN --> <nav role="navigation" id="wb-bc" class="" property="breadcrumb"> <h2 class="wb-inv">You are here:</h2> <div class="container"> <div class="row"> <ol class="breadcrumb"> <li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li> <li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li> <li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li> </ol> </div> </div> </nav> </header> <main id="wb-cont" role="main" property="mainContentOfPage" class="container"> <!-- End Header --> <!-- Begin Body --> <!-- Begin Body Title --> <!-- End Body Title --> <!-- Begin Body Head --> <!-- End Body Head --> <!-- Begin Body Content --> <br> <!-- Complete Profile --> <!-- Company Information above tabbed area--> <input id="showMore" type="hidden" value='more'/> <input id="showLess" type="hidden" value='less'/> <h1 id="wb-cont"> Company profile - Canadian Company Capabilities </h1> <div class="profileInfo hidden-print"> <ul class="list-inline"> <li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&amp;rstBtn.x=" class="btn btn-link">New Search</a>&nbsp;|</li> <li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do"> <input type="hidden" name="lang" value="eng" /> <input type="hidden" name="profileId" value="" /> <input type="hidden" name="prtl" value="1" /> <input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" /> <input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" /> <input type="hidden" name="V_SEARCH.depth" value="1" /> <input type="hidden" name="V_SEARCH.showStricts" value="false" /> <input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" /> </form></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=47943&amp;V_DOCUMENT.docRank=47944&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492326838760&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567068749&amp;profileId=&amp;key.newSearchLabel=">Previous Company</a></li> <li>|&nbsp;<a href="nvgt.do?V_SEARCH.docsStart=47945&amp;V_DOCUMENT.docRank=47946&amp;V_SEARCH.docsCount=3&amp;lang=eng&amp;prtl=1&amp;sbPrtl=&amp;profile=cmpltPrfl&amp;V_TOKEN=1492326838760&amp;V_SEARCH.command=navigate&amp;V_SEARCH.resultsJSP=%2fprfl.do&amp;estblmntNo=234567026628&amp;profileId=&amp;key.newSearchLabel=">Next Company</a></li> </ul> </div> <details> <summary>Third-Party Information Liability Disclaimer</summary> <p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p> </details> <h2> Tremb Services Ltd. </h2> <div class="row"> <div class="col-md-5"> <h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2> <p>Tremb Services Ltd.</p> <div class="mrgn-tp-md"></div> <p class="mrgn-bttm-0" ><a href="http://www.tremb.com" target="_blank" title="Website URL">http://www.tremb.com</a></p> <p><a href="mailto:sales@tremb.com" title="sales@tremb.com">sales@tremb.com</a></p> </div> <div class="col-md-4 mrgn-sm-sm"> <h2 class="h5 mrgn-bttm-0">Mailing Address:</h2> <address class="mrgn-bttm-md"> 580-1027 Davie St<br/> VANCOUVER, British Columbia<br/> V6E 4L2 <br/> </address> <h2 class="h5 mrgn-bttm-0">Location Address:</h2> <address class="mrgn-bttm-md"> 580-1027 Davie St<br/> VANCOUVER, British Columbia<br/> V6E 4L2 <br/> </address> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (604) 888-5840 </p> <p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>: (800) 243-0311</p> <p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>: (604) 507-8579</p> </div> <div class="col-md-3 mrgn-tp-md"> <h2 class="wb-inv">Logo</h2> <img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567091236&amp;graphFileName=Official+Tremb+Logo+&amp;applicationCode=AP&amp;lang=eng" alt="Logo" /> </div> </div> <div class="row mrgn-tp-md mrgn-bttm-md"> <div class="col-md-12"> <h2 class="wb-inv">Company Profile</h2> <br> Established in 1988, Tremb Services Ltd. is providing Satellite Soultion to hundreds of companies in the transportation industry. <br><br> </div> </div> <!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> --> <div class="wb-tabs ignore-session"> <div class="tabpanels"> <details id="details-panel1"> <summary> Full profile </summary> <!-- Tab 1 --> <h2 class="wb-invisible"> Full profile </h2> <!-- Contact Information --> <h3 class="page-header"> Contact information </h3> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mark Mantei </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 888-5840 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mark.mantei@tremb.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Richard Tremblay </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 888-5840 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> ventas@tremb.com </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Company Description --> <h3 class="page-header"> Company description </h3> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1988 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 517410 - Satellite Telecommunications </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> <!-- Products / Services / Licensing --> <h3 class="page-header"> Product / Service / Licensing </h3> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembVTM (Virtual Tank Management)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Software specifically designed for the management and distribution of oil &amp; gas between supplier and the retail marketplace.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembSat (Satellite Tracking Solution)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Satellite Tracking, 2-Way Communication, Electronic Driver Logs, J-1708 Engine &amp; Driver Performance Monitoring. <br> <br> TrembSat is a combination of in-truck, ruggedized hardware, and in office software which enables Trucking Companies to take full advantage of the latest innovations in remote monitoring. <br> <br> Lone Worker Monitoring<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Osprey<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Personal Tracker device with a two-way communication capability.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembTracker<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Asset Tracking device working on 4 &quot;off the shelf&quot; AA batteries and using Satellite communication.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 3040-Miscellaneous Power Transmission Equipment <br> </div> </div> </section> <p class="mrgn-tp-lg text-right small hidden-print"> <a href="#wb-cont">top of page</a> </p> <!-- Technology Profile --> <h3 class="page-header"> Technology profile </h3> <section class="container-fluid"> Established in 1988, Tremb Services Ltd. has been providing quality software solutions to hundreds of companies in the transportation industry. <br> </section> <!-- Market Profile --> <!-- Sector Information --> <details class="mrgn-tp-md mrgn-bttm-md"> <summary> Third-Party Information Liability Disclaimer </summary> <p> Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements. </p> </details> </details> <details id="details-panel2"> <summary> Contacts </summary> <h2 class="wb-invisible"> Contact information </h2> <!-- Contact Information --> <section class="container-fluid"> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Mark Mantei </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> Vice President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Manufacturing/Production/Operations. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 888-5840 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> mark.mantei@tremb.com </div> </div> <div class="row mrgn-tp-lg"> <div class="col-md-3"> <strong> Richard Tremblay </strong></div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Title: </strong> </div> <div class="col-md-7"> <!--if client gender is not null or empty we use gender based job title--> President </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Area of Responsibility: </strong> </div> <div class="col-md-7"> Management Executive. </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Telephone: </strong> </div> <div class="col-md-7"> (604) 888-5840 </div> </div> <div class="row mrgn-lft-md"> <div class="col-md-5"> <strong> Email: </strong> </div> <div class="col-md-7"> ventas@tremb.com </div> </div> </section> </details> <details id="details-panel3"> <summary> Description </summary> <h2 class="wb-invisible"> Company description </h2> <section class="container-fluid"> <div class="row"> <div class="col-md-5"> <strong> Country of Ownership: </strong> </div> <div class="col-md-7"> Canada &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Year Established: </strong> </div> <div class="col-md-7"> 1988 </div> </div> <div class="row"> <div class="col-md-5"> <strong> Exporting: </strong> </div> <div class="col-md-7"> Yes &nbsp; </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Industry (NAICS): </strong> </div> <div class="col-md-7"> 517410 - Satellite Telecommunications </div> </div> <div class="row"> <div class="col-md-5"> <strong> Primary Business Activity: </strong> </div> <div class="col-md-7"> Services &nbsp; </div> </div> </section> </details> <details id="details-panel4"> <summary> Products, services and licensing </summary> <h2 class="wb-invisible"> Product / Service / Licensing </h2> <section class="container-fluid"> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembVTM (Virtual Tank Management)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Software specifically designed for the management and distribution of oil &amp; gas between supplier and the retail marketplace.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembSat (Satellite Tracking Solution)<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Satellite Tracking, 2-Way Communication, Electronic Driver Logs, J-1708 Engine &amp; Driver Performance Monitoring. <br> <br> TrembSat is a combination of in-truck, ruggedized hardware, and in office software which enables Trucking Companies to take full advantage of the latest innovations in remote monitoring. <br> <br> Lone Worker Monitoring<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> Osprey<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Personal Tracker device with a two-way communication capability.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> Product Name: </strong> </div> <div class="col-md-9"> TrembTracker<br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-12"> Asset Tracking device working on 4 &quot;off the shelf&quot; AA batteries and using Satellite communication.<br> <br> </div> </div> <div class="row mrgn-bttm-md"> <div class="col-md-3"> <strong> FSC Code: </strong> </div> <div class="col-md-9"> 3040-Miscellaneous Power Transmission Equipment <br> </div> </div> </section> </details> <details id="details-panel5"> <summary> Technology </summary> <h2 class="wb-invisible"> Technology profile </h2> <section class="container-fluid"> Established in 1988, Tremb Services Ltd. has been providing quality software solutions to hundreds of companies in the transportation industry. <br> </section> </details> </div> </div> <div class="row"> <div class="col-md-12 text-right"> Last Update Date 2015-12-08 </div> </div> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z --> <!-- End Body Content --> <!-- Begin Body Foot --> <!-- End Body Foot --> <!-- END MAIN TABLE --> <!-- End body --> <!-- Begin footer --> <div class="row pagedetails"> <div class="col-sm-5 col-xs-12 datemod"> <dl id="wb-dtmd"> <dt class=" hidden-print">Date Modified:</dt> <dd class=" hidden-print"> <span><time>2017-03-02</time></span> </dd> </dl> </div> <div class="clear visible-xs"></div> <div class="col-sm-4 col-xs-6"> </div> <div class="col-sm-3 col-xs-6 text-right"> </div> <div class="clear visible-xs"></div> </div> </main> <footer role="contentinfo" id="wb-info"> <nav role="navigation" class="container wb-navcurr"> <h2 class="wb-inv">About government</h2> <!-- EPIC FOOTER BEGIN --> <!-- EPI-11638 Contact us --> <ul class="list-unstyled colcount-sm-2 colcount-md-3"> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&amp;from=Industries">Contact us</a></li> <li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li> <li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li> <li><a href="https://www.canada.ca/en/news.html">News</a></li> <li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li> <li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li> <li><a href="http://pm.gc.ca/eng">Prime Minister</a></li> <li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li> <li><a href="http://open.canada.ca/en/">Open government</a></li> </ul> </nav> <div class="brand"> <div class="container"> <div class="row"> <nav class="col-md-10 ftr-urlt-lnk"> <h2 class="wb-inv">About this site</h2> <ul> <li><a href="https://www.canada.ca/en/social.html">Social media</a></li> <li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li> <li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li> <li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li> </ul> </nav> <div class="col-xs-6 visible-sm visible-xs tofpg"> <a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a> </div> <div class="col-xs-6 col-md-2 text-right"> <object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object> </div> </div> </div> </div> </footer> <!--[if gte IE 9 | !IE ]><!--> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script> <!--<![endif]--> <!--[if lt IE 9]> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script> <![endif]--> <script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script> <!-- EPI-10519 --> <span class="wb-sessto" data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span> <script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script> <!-- EPI-11190 - Webtrends --> <script src="/eic/home.nsf/js/webtrends.js"></script> <script>var endTime = new Date();</script> <noscript> <div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.ic.gc.ca"/></div> </noscript> <!-- /Webtrends --> <!-- JS deps --> <script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script> <!-- EPI-11262 - Util JS --> <script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script> <!-- EPI-11383 --> <script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script> <span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span> </body></html> <!-- End Footer --> <!-- - Artifact ID: CBW - IMBS - CCC Search WAR - Group ID: ca.gc.ic.strategis.imbs.ccc.search - Version: 3.26 - Built-By: bamboo - Build Timestamp: 2017-03-02T21:29:28Z -->
app/templates/politicians/directives/list_item.html
CarrieShort/basic-angular-app
<div> <ng-transclude></ng-transclude> <p>{{politician.name}} is a {{politician.party}} that has the power of {{politician.specialPower}} and a debate skill of {{politician.debateSkills}}</p> <button class="btn-edit-politician" data-ng-if="!politician.editing" data-ng-click="edit(politician)">Edit</button> <button class="btn-remove-politician" data-ng-click="remove(politician)">Resign in Disgrace</button> </div>
index.html
msherman/places-we-went
<!DOCTYPE HTML> <html> <head> <link rel="stylesheet" href="css/main.css"/> <title>Places we've traveled</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.2/jquery.min.js"></script> <script src="lib/knockout-3.4.1.js"></script> <meta name="viewport" content="initial-scale=1.0"> <meta charset="utf-8"> </head> <body> <div class="container"> <div id="map"></div> <div class="menuControl"> <img src="img/menu.svg" alt="hamburger"> </div> <div class="places-gone"> <div class="location">Filter</div> <div class="location"> <select class="locationTypes" data-bind="options: locationTypes, value: locTypeField"></select> </div> <div data-bind="foreach: locations" class="location" id="locationList"> <div data-bind="text: name, visible: enabled, click: $parent.showWindow" class="place"></div> </div> </div> </div> <script src="js/app.js"></script> <script async defer src="https://maps.googleapis.com/maps/api/js?libraries=places&key=AIzaSyAEruyzD2PdsOwFI1RE72qJjY4NRztoYXI&v=3&callback=loadApp" onerror="gracefulMapFail()"> </script> </body> </html>
src/Viteloge/CoreBundle/Resources/descriptions/02657.html
donaldinou/frontend
<div class="commune_descr limited"> <p> Rougeries est un village géographiquement positionné dans le département de l'Aisne en Picardie. Elle comptait 233 habitants en 2008.</p> <p>Si vous pensez venir habiter à Rougeries, vous pourrez aisément trouver une maison à acheter. </p> <p>Le nombre d'habitations, à Rougeries, se décomposait en 2011 en zero appartements et 98 maisons soit un marché relativement équilibré.</p> <p>À proximité de Rougeries sont positionnées géographiquement les villes de <a href="{{VLROOT}}/immobilier/saint-pierre-les-franqueville_02688/">Saint-Pierre-lès-Franqueville</a> à 3&nbsp;km, 58 habitants, <a href="{{VLROOT}}/immobilier/marfontaine_02463/">Marfontaine</a> à 1&nbsp;km, 95 habitants, <a href="{{VLROOT}}/immobilier/voharies_02823/">Voharies</a> localisée à 1&nbsp;km, 73 habitants, <a href="{{VLROOT}}/immobilier/thiernu_02742/">Thiernu</a> située à 4&nbsp;km, 119 habitants, <a href="{{VLROOT}}/immobilier/saint-gobert_02681/">Saint-Gobert</a> localisée à 1&nbsp;km, 306 habitants, <a href="{{VLROOT}}/immobilier/rogny_02652/">Rogny</a> à 4&nbsp;km, 98 habitants, entre autres. De plus, Rougeries est située à seulement 28&nbsp;km de <a href="{{VLROOT}}/immobilier/laon_02408/">Laon</a>.</p> </div>
src/Viteloge/CoreBundle/Resources/descriptions/35238.html
donaldinou/frontend
<p>Située en Bretagne, Rennes est la onzième grande ville de France. Cité au passé prestigieux, elle attire de plus en plus de touristes et habitants chaque année. Ville également dynamique, elle est aujourd'hui réputée pour sa qualité de vie, ses universités, ses pôles de recherche et ses services aux entreprises. Elle a su devenir une ville de rang européen, notamment dans le domaine des nouvelles technologies. Partie sur sa lancée, la capitale bretonne ne compte pas s'en tenir là.</p> <h3>Attractivité</h3> <p>Positionnée au centre de l'Arc Atlantique et du Grand Ouest français, Rennes a connu une histoire riche et mouvementée. Son patrimoine moyenâgeux et fortifié séduit immédiatement : la tour Duchesne et les portes Mordelaises, ses façades en pan-de-bois ont fait sa renommée auprès des touristes de plus en plus nombreux. De même que les nombreux monuments qui jalonnent la ville: tour de l'horloge, hôtel de la Noue, Racape de la Feuillée, etc. </p> <p>La ville a su exploiter ce patrimoine et développer une vie culturelle active pour se rendre encore plus attractive.</p> <p>Aujourd'hui, Rennes une ville étudiante et administrative qui a accueilli des industries de pointe. Elle a également pris des orientations urbanistiques ambitieuses pour devenir une ville d'accueil, mobile, conviviale, dynamique, écologique. Ville fleurie, elle compte 811 hectares d'espace verts, soit 15% de la superficie de la ville. </p> <p>Le revenu moyen par ménage est légèrement supérieur à la moyenne.</p> <h3>Les atouts</h3> <p>Rennes bénéficie d'un climat océanique doux toute l'année.</p> <p>La ville, face à son expansion, s'est dotée d'un réseau de transports urbains très perfectionné, incluant des bus et un métro automatique.</p> <p>Elle est très facilement accessible par la réseau routier et se trouve à une heure de Nantes et à trois heures de Paris.</p> <p>Par rail, la ligne à grande vitesse dessert Rennes à la gare de Rennes. Le TGV permet de rejoindre Paris en 2h, le Mans en 1h10, l'aéroport Paris Charles de Gaulle en 2h45, Lille Europe en 3h50 et Lyon en 4h15. En 2017, Paris ne devrait plus être qu'à 1h27, du fait de travaux sur la LGV. Un centre d'affaire devrait d'ailleurs être très prochainement construit dans ce secteur.</p> <p>Rennes dispose également d'un aéroport, l'aéroport Rennes-Saint-Jacques, qui propose des vols nationaux et internationaux. </p> <p>La ville a lancé une politique active d'accueil des entreprises et compte développer de nombreuses zones d'activités. </p> <h3>Le marché de l'emploi</h3> <p>Rennes est devenue un des premiers pôles européens dans le domaine des nouvelles technologies de l'information et de la communication. Un pôle de compétitivité "Images et Réseaux" a été créé, grâce au développement de la première technopole européenne Rennes Atalante, qui regroupe plus de 250 entreprises. D'autres domaines sont aussi particulièrement développés comme l'édition avec des groupes tels que Oberthür, Ouest France et l'industrie automobile (PSA).</p> <p>C'est aussi une ville administrative, puisque 25 % de ses emplois sont publics, où l'enseignement supérieur et la recherche sont mis en avant. Ville étudiante, Rennes est le 8e pôle universitaire par son nombre d'étudiants (60 000). </p> <p>Rennes a enregistré la plus forte progression de ses fonctions supérieures sur les dix dernières années et affiche un taux de chômage nettement inférieur à la moyenne nationale. </p>
_examples/focusmodal_fixed.html
jazahn/A11yGoat
--- layout: solution title: Focus Order pour: operable relatesto: 2.4.3 description: "A web page needs to be navicable in a sequential order." accessible: true --- <!-- custom modal --> <button type="button" id="mymodalbtn" class="btn btn-lg"> custom modal </button> <!-- bootstrap modal --> <button type="button" class="btn btn-lg" data-toggle="modal" data-target="#myBSModal"> bootstrap modal </button> <!-- Custom Modal --> <div id="mymodal" tabindex="-1" role="dialog"> <div>this is the custom modal content</div> <button id="mymodalclose" type="button" class="btn">close</button> </div> <script> $('#mymodalbtn').click(function(){ $('#mymodal').show(); }); $('#mymodalclose').click(function(){ $('#mymodal').hide(); $('#mymodalbtn').focus(); }); </script> <!-- Bootstrap Modal --> <div class="modal fade" id="myBSModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header"> <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button> <h4 class="modal-title" id="myModalLabel">Modal title</h4> </div> <div class="modal-body"> bootstrap modal content </div> <div class="modal-footer"> <button type="button" class="btn btn-default" data-dismiss="modal">Close</button> </div> </div> </div> </div> <style> #mymodal { display: none; position: fixed; top: 10em; border: 1px solid #000; border-radius: 10px; margin: 15px; padding: 15px; background: #fff; box-shadow: 6px 6px 8px #696969; } </style>
clean/Linux-x86_64-4.05.0-2.0.1/released/8.11.2/mathcomp-ssreflect/1.12.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>mathcomp-ssreflect: 2 m 28 s 🏆</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.11.2 / mathcomp-ssreflect - 1.12.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> mathcomp-ssreflect <small> 1.12.0 <span class="label label-success">2 m 28 s 🏆</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-02-14 05:33:53 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-14 05:33:53 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-num base Num library distributed with the OCaml compiler base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils coq 8.11.2 Formal proof management system num 0 The Num library for arbitrary-precision integer and rational arithmetic ocaml 4.05.0 The OCaml compiler (virtual package) ocaml-base-compiler 4.05.0 Official 4.05.0 release ocaml-config 1 OCaml Switch Configuration ocamlfind 1.9.3 A library manager for OCaml # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;Mathematical Components &lt;mathcomp-dev@sympa.inria.fr&gt;&quot; homepage: &quot;https://math-comp.github.io/&quot; bug-reports: &quot;https://github.com/math-comp/math-comp/issues&quot; dev-repo: &quot;git+https://github.com/math-comp/math-comp.git&quot; license: &quot;CECILL-B&quot; build: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;-j&quot; &quot;%{jobs}%&quot; &quot;COQEXTRAFLAGS+=-native-compiler yes&quot; {coq-native:installed &amp; coq:version &lt; &quot;8.13~&quot; } ] install: [ make &quot;-C&quot; &quot;mathcomp/ssreflect&quot; &quot;install&quot; ] depends: [ &quot;coq&quot; { (&gt;= &quot;8.10&quot; &amp; &lt; &quot;8.15~&quot;) } ] tags: [ &quot;keyword:small scale reflection&quot; &quot;keyword:mathematical components&quot; &quot;keyword:odd order theorem&quot; &quot;logpath:mathcomp.ssreflect&quot; ] authors: [ &quot;Jeremy Avigad &lt;&gt;&quot; &quot;Andrea Asperti &lt;&gt;&quot; &quot;Stephane Le Roux &lt;&gt;&quot; &quot;Yves Bertot &lt;&gt;&quot; &quot;Laurence Rideau &lt;&gt;&quot; &quot;Enrico Tassi &lt;&gt;&quot; &quot;Ioana Pasca &lt;&gt;&quot; &quot;Georges Gonthier &lt;&gt;&quot; &quot;Sidi Ould Biha &lt;&gt;&quot; &quot;Cyril Cohen &lt;&gt;&quot; &quot;Francois Garillot &lt;&gt;&quot; &quot;Alexey Solovyev &lt;&gt;&quot; &quot;Russell O&#39;Connor &lt;&gt;&quot; &quot;Laurent Théry &lt;&gt;&quot; &quot;Assia Mahboubi &lt;&gt;&quot; ] synopsis: &quot;Small Scale Reflection&quot; description: &quot;&quot;&quot; This library includes the small scale reflection proof language extension and the minimal set of libraries to take advantage of it. This includes libraries on lists (seq), boolean and boolean predicates, natural numbers and types with decidable equality, finite types, finite sets, finite functions, finite graphs, basic arithmetics and prime numbers, big operators &quot;&quot;&quot; url { src: &quot;https://github.com/math-comp/math-comp/archive/mathcomp-1.12.0.tar.gz&quot; checksum: &quot;sha256=a57b79a280e7e8527bf0d8710c1f65cde00032746b52b87be1ab12e6213c9783&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-mathcomp-ssreflect.1.12.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-mathcomp-ssreflect.1.12.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>12 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-mathcomp-ssreflect.1.12.0 coq.8.11.2</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>2 m 28 s</dd> </dl> <h2>Installation size</h2> <p>Total: 26 M</p> <ul> <li>11 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.vo</code></li> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/order.glob</code></li> <li>2 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/order.vo</code></li> <li>1 M <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.vo</code></li> <li>905 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.glob</code></li> <li>665 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.glob</code></li> <li>610 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.glob</code></li> <li>580 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.vo</code></li> <li>520 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.glob</code></li> <li>489 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.glob</code></li> <li>472 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.vo</code></li> <li>467 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.vo</code></li> <li>460 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.glob</code></li> <li>454 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.vo</code></li> <li>447 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.vo</code></li> <li>439 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.vo</code></li> <li>412 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.glob</code></li> <li>333 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.glob</code></li> <li>281 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/order.v</code></li> <li>270 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.vo</code></li> <li>263 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.vo</code></li> <li>255 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.vo</code></li> <li>248 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.glob</code></li> <li>221 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.glob</code></li> <li>158 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.glob</code></li> <li>155 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.vo</code></li> <li>145 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.vo</code></li> <li>143 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.vo</code></li> <li>142 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/seq.v</code></li> <li>132 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.vo</code></li> <li>120 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.vo</code></li> <li>119 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.glob</code></li> <li>104 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.glob</code></li> <li>99 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.glob</code></li> <li>88 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finset.v</code></li> <li>87 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fintype.v</code></li> <li>85 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.glob</code></li> <li>82 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.glob</code></li> <li>81 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/bigop.v</code></li> <li>79 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.vo</code></li> <li>75 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnat.v</code></li> <li>61 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/path.v</code></li> <li>57 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/prime.v</code></li> <li>54 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.vo</code></li> <li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/div.v</code></li> <li>38 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/eqtype.v</code></li> <li>37 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/fingraph.v</code></li> <li>31 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.glob</code></li> <li>29 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.vo</code></li> <li>28 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/choice.v</code></li> <li>27 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/generic_quotient.v</code></li> <li>24 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/binomial.v</code></li> <li>20 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/finfun.v</code></li> <li>16 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/tuple.v</code></li> <li>14 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrbool.v</code></li> <li>11 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrAC.v</code></li> <li>8 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.vo</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.v</code></li> <li>6 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssreflect.glob</code></li> <li>3 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.vo</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrfun.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/all_ssreflect.v</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrnotations.glob</code></li> <li>1 K <code>../ocaml-base-compiler.4.05.0/lib/coq/user-contrib/mathcomp/ssreflect/ssrmatching.v</code></li> </ul> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq-mathcomp-ssreflect.1.12.0</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.0/sum-of-two-square/8.5.0.html
coq-bench/coq-bench.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>sum-of-two-square: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet"> <link href="../../../../../bootstrap-custom.css" rel="stylesheet"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <script src="../../../../../moment.min.js"></script> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="navbar navbar-default" role="navigation"> <div class="container-fluid"> <div class="navbar-header"> <a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a> </div> <div id="navbar" class="collapse navbar-collapse"> <ul class="nav navbar-nav"> <li><a href="../..">clean / released</a></li> <li class="active"><a href="">8.13.0 / sum-of-two-square - 8.5.0</a></li> </ul> </div> </div> </div> <div class="article"> <div class="row"> <div class="col-md-12"> <a href="../..">« Up</a> <h1> sum-of-two-square <small> 8.5.0 <span class="label label-info">Not compatible 👼</span> </small> </h1> <p>📅 <em><script>document.write(moment("2022-03-08 23:52:51 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-08 23:52:51 UTC)</em><p> <h2>Context</h2> <pre># Packages matching: installed # Name # Installed # Synopsis base-bigarray base base-threads base base-unix base conf-findutils 1 Virtual package relying on findutils conf-gmp 4 Virtual package relying on a GMP lib system installation coq 8.13.0 Formal proof management system num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic ocaml 4.12.1 The OCaml compiler (virtual package) ocaml-base-compiler 4.12.1 Official release 4.12.1 ocaml-config 2 OCaml Switch Configuration ocaml-options-vanilla 1 Ensure that OCaml is compiled with no special options enabled ocamlfind 1.9.3 A library manager for OCaml zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers # opam file: opam-version: &quot;2.0&quot; maintainer: &quot;matej.kosik@inria.fr&quot; homepage: &quot;https://github.com/coq-contribs/sum-of-two-square&quot; license: &quot;LGPL 2&quot; build: [make &quot;-j%{jobs}%&quot;] install: [make &quot;install&quot;] remove: [&quot;rm&quot; &quot;-R&quot; &quot;%{lib}%/coq/user-contrib/SumOfTwoSquare&quot;] depends: [ &quot;ocaml&quot; &quot;coq&quot; {&gt;= &quot;8.5&quot; &amp; &lt; &quot;8.6~&quot;} ] tags: [ &quot;keyword:number theory&quot; &quot;category:Mathematics/Arithmetic and Number Theory/Number theory&quot; &quot;date:2004-12-13&quot; ] authors: [ &quot;Laurent Théry &lt;&gt;&quot; ] bug-reports: &quot;https://github.com/coq-contribs/sum-of-two-square/issues&quot; dev-repo: &quot;git+https://github.com/coq-contribs/sum-of-two-square.git&quot; synopsis: &quot;Numbers equal to the sum of two square numbers&quot; description: &quot;&quot;&quot; A proof that a number n can be written as the sum of two square numbers if and only if each prime factor p of n that is equal to 3 modulo 4 has its exponent in the decomposition of n that is even.&quot;&quot;&quot; flags: light-uninstall url { src: &quot;https://github.com/coq-contribs/sum-of-two-square/archive/v8.5.0.tar.gz&quot; checksum: &quot;md5=ed5edb5f3c6fb48ed7ff352767db6264&quot; } </pre> <h2>Lint</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Dry install 🏜️</h2> <p>Dry install with the current Coq version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam install -y --show-action coq-sum-of-two-square.8.5.0 coq.8.13.0</code></dd> <dt>Return code</dt> <dd>5120</dd> <dt>Output</dt> <dd><pre>[NOTE] Package coq is already installed (current version is 8.13.0). The following dependencies couldn&#39;t be met: - coq-sum-of-two-square -&gt; coq &lt; 8.6~ -&gt; ocaml &lt; 4.06.0 base of this switch (use `--unlock-base&#39; to force) No solution found, exiting </pre></dd> </dl> <p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-sum-of-two-square.8.5.0</code></dd> <dt>Return code</dt> <dd>0</dd> </dl> <h2>Install dependencies</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Install 🚀</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Duration</dt> <dd>0 s</dd> </dl> <h2>Installation size</h2> <p>No files were installed.</p> <h2>Uninstall 🧹</h2> <dl class="dl-horizontal"> <dt>Command</dt> <dd><code>true</code></dd> <dt>Return code</dt> <dd>0</dd> <dt>Missing removes</dt> <dd> none </dd> <dt>Wrong removes</dt> <dd> none </dd> </dl> </div> </div> </div> <hr/> <div class="footer"> <p class="text-center"> Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣 </p> </div> </div> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="../../../../../bootstrap.min.js"></script> </body> </html>
2015/05/page/3.html
acloudburo/dognews
<!doctype html> <html> <head> <meta charset="utf-8" /> <meta content="IE=edge;chrome=1" http-equiv="X-UA-Compatible" /> <title>dognews</title> <meta content="width=device-width, initial-scale=1" name="viewport" /> <link rel="alternate" type="application/atom+xml" title="Atom Feed" href="/feed.xml" /><!--[if lt IE 9]><script src="../../../js/ie8.js" type="text/javascript"></script><![endif]--><link href="../../../css/all.css" media="screen" rel="stylesheet" type="text/css" /><script type="text/javascript"> (function(d,e,j,h,f,c,b){d.GoogleAnalyticsObject=f;d[f]=d[f]||function(){(d[f].q=d[f].q||[]).push(arguments)},d[f].l=1*new Date();c=e.createElement(j),b=e.getElementsByTagName(j)[0];c.async=1;c.src=h;b.parentNode.insertBefore(c,b)})(window,document,"script","//www.google-analytics.com/analytics.js","ga");ga("create","UA-63279904-1", location.hostname);ga("send","pageview"); </script> <link href="/favicon.png" rel="icon" type="image/png" /> </head> <body> <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button class="navbar-toggle collapsed" data-target=".navbar-ex1-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="/">dognews</a> </div> <div class="collapse navbar-collapse navbar-ex1-collapse"> <ul class="nav navbar-nav"> <li> <a href="/menu1.html"> Über Uns </a> </li> <li> <a href="/menu2.html"> Newsletter! </a> </li> <li class="dropdown"> <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">Categories <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/tags/businessidee.html">businessidee (38)</a> </li> <li> <a href="/tags/deutschland.html">deutschland (596)</a> </li> <li> <a href="/tags/erziehung.html">erziehung (35)</a> </li> <li> <a href="/tags/fotografie.html">fotografie (5)</a> </li> <li> <a href="/tags/freizeit.html">freizeit (83)</a> </li> <li> <a href="/tags/gesetz.html">gesetz (38)</a> </li> <li> <a href="/tags/gesundheit.html">gesundheit (116)</a> </li> <li> <a href="/tags/herdenhunde.html">herdenhunde (10)</a> </li> <li> <a href="/tags/hundesachkunde.html">hundesachkunde (13)</a> </li> <li> <a href="/tags/hundesport.html">hundesport (12)</a> </li> <li> <a href="/tags/kinder.html">kinder (9)</a> </li> <li> <a href="/tags/kurioses.html">kurioses (29)</a> </li> <li> <a href="/tags/oesterreich.html">oesterreich (63)</a> </li> <li> <a href="/tags/rassen.html">rassen (8)</a> </li> <li> <a href="/tags/ratgeber.html">ratgeber (161)</a> </li> <li> <a href="/tags/rettungshunde.html">rettungshunde (3)</a> </li> <li> <a href="/tags/schweiz.html">schweiz (99)</a> </li> <li> <a href="/tags/senioren.html">senioren (10)</a> </li> <li> <a href="/tags/stars.html">stars (11)</a> </li> <li> <a href="/tags/urlaub.html">urlaub (39)</a> </li> <li> <a href="/tags/veranstaltung.html">veranstaltung (1)</a> </li> <li> <a href="/tags/wandern.html">wandern (17)</a> </li> <li> <a href="/tags/wissen.html">wissen (200)</a> </li> </ul> </li> <li class="dropdown"> <a aria-expanded="false" class="dropdown-toggle" data-toggle="dropdown" href="#" role="button">By Year <span class="caret"></span></a> <ul class="dropdown-menu" role="menu"> <li> <a href="/2017.html">2017 (8)</a> </li> <li> <a href="/2016.html">2016 (55)</a> </li> <li> <a href="/2015.html">2015 (458)</a> </li> <li> <a href="/2014.html">2014 (273)</a> </li> </ul> </li> <ul class="list-unstyled list-inline nav navbar-nav navbar-right"></ul> <li><a href="https://twitter.com/cbdognews"> <i class="fa fa-lg fa-inverse fa-twitter-square"></i></a> </li> </ul> </div> </div> </nav> <div class="container"> <div class="row"> <div class="col-lg-9 col-md-9"> <h1> Archive for May 2015 </h1> <p> Page 3 of 6 </p> <p> <a href="/2015/05/page/2.html">Previous page</a> </p> <ul> <h2> <a href="/2015/05/21/diese-versicherungen-brauchen-sie-fur-ihr-haustier.html">Diese Versicherungen brauchen Sie für Ihr Haustier</a> </h2> <p> <small class="label label-default">ratgeber</small> <small class="label label-default">deutschland</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 21 </p> <hr /> <div class="row"> <div class="article"> <p><span/> Wer dachte, es sei übertrieben, was Deutsche für Hunde- und Katzenfutter ausgeben, schlägt bei Tierversicherungen die Hände über dem Kopf zusammen. Viele sind sinnlos – manche gleichwohl Pflicht. <a href="http://www.welt.de/finanzen/verbraucher/article140748065/Diese-Versicherungen-brauchen-Sie-fuer-Ihr-Haustier.html">Link</a></p> </div> </div><a class="btn btn-primary" href="/2015/05/21/diese-versicherungen-brauchen-sie-fur-ihr-haustier.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/20/therapeut-auf-vier-pfoten.html">Therapeut auf vier Pfoten</a> </h2> <p> <small class="label label-default">wissen</small> <small class="label label-default">schweiz</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 20 </p> <hr /> <div class="row"> <div class="article"> <p><span/> Therapeut auf vier Pfoten oder wie Timmi kleinen und großen Menschen <a href="http://www.idowa.de/home/artikel/2015/05/12/therapeut-auf-vier-pfoten-oder-wie-timmi-kleinen-und-grossen-menschen-hilft.html">Link</a></p> </div> </div><a class="btn btn-primary" href="/2015/05/20/therapeut-auf-vier-pfoten.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/20/auf-die-hilfe-der-hunde-konnen-taucher-nicht-verzichten.html">Auf die Hilfe der Hunde können Taucher nicht verzichten</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">wissen</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 20 </p> <hr /> <div class="row"> <div class="article"> <p><span/> Auf die Hilfe der Hunde können Taucher nicht verzichten Die Tiere sind in der Lage, Personen in bis zu 50 Meter Wassertiefe aufzuspüren <a href="http://www.rnz.de/nachrichten/metropolregion_artikel,-Auf-die-Hilfe-der-Hunde-koennen-Taucher-nicht-verzichten-_arid,95674.html">Link</a></p> </div> </div><a class="btn btn-primary" href="/2015/05/20/auf-die-hilfe-der-hunde-konnen-taucher-nicht-verzichten.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/20/die-folgen-eines-streits-unter-hunden.html">Die Folgen eines Streits unter Hunden</a> </h2> <p> <small class="label label-default">schweiz</small> <small class="label label-default">gesetz</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 20 </p> <hr /> <div class="row"> <div class="article"> <p><span/> Ein Streit unter Rüden in Beatenberg beschäftigte am montag das Regionalgericht in Thun. Die junge Frau, die im Februar 2014 einen Schäferhund frei laufen liess, akzeptierte nach dem Beweisverfahren den Strafbefehl. <a href="http://www.bernerzeitung.ch/region/thun/Die-Folgen-eines-Streits-unter-Hunden/story/13669835">Link</a></p> </div> </div><a class="btn btn-primary" href="/2015/05/20/die-folgen-eines-streits-unter-hunden.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/19/tierische-radtipps.html">Tierische Radtipps</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">gesetz</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 19 </p> <hr /> <div class="row"> <div class="article"> <p><span></span> Peters Immer wieder sieht man Radler mit ihrem Hund an der Seite über die Straße fahren. Doch was ist, wenn das Tier plötzlich zur Seite rennt oder abrupt stehen bleibt? Das kann gefährlich werden. Dürfen Radfahrer Hunde an der Leine...</p> </div> </div><a class="btn btn-primary" href="/2015/05/19/tierische-radtipps.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/19/erste-hilfe-kurse-fur-hunde.html">Erste-Hilfe-Kurse für Hunde</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">gesundheit</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 19 </p> <hr /> <div class="row"> <div class="article"> <p><span></span> Die beiden jungen Frauen knien auf dem Boden eines schmucklosen Seminarraums des Arbeiter-Samariter-Bundes (ASB) in Kiel. Vor ihnen liegt ein großer Plüschhund. In den Händen halten sie ein zu einer Krawatte gefaltetes Dreieckstuch. Mit...</p> </div> </div><a class="btn btn-primary" href="/2015/05/19/erste-hilfe-kurse-fur-hunde.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/19/remscheid-ein-zeckenhalsband-schutzt-hunde-und-katzen.html">Remscheid: Ein Zeckenhalsband schützt Hunde und Katzen</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">gesundheit</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 19 </p> <hr /> <div class="row"> <div class="article"> <p><span></span> Ein Zeckenhalsband schützt Hunde und Katzen Remscheid. Sie sind nur ein paar Millimeter groß und fallen kaum auf: Zecken. Seit den ersten warmen Tagen sind sie bereits wieder aktiv, gelangen bei Frühlingswanderungen von hohen Gräsern...</p> </div> </div><a class="btn btn-primary" href="/2015/05/19/remscheid-ein-zeckenhalsband-schutzt-hunde-und-katzen.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/14/mund-zu-nase-beatmung-und-schnauze-zu-erste-hilfe-am-hund.html">Mund-zu-Nase-Beatmung und Schnauze zu - Erste Hilfe am Hund</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">gesundheit</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 14 </p> <hr /> <div class="row"> <div class="article"> <p><span/> Diana Hoffmann lübt an einer Hundeattrappe eine Mund-zu-Nase-Beatmung. Hundebesitzer können in speziellen Erste-Hilfe-Kursen lernen, wie sie einem verletzten Tier helfen können. <a href="http://www.ka-news.de/ratgeber/tiere/berichte/Tiere-Mund-zu-Nase-Beatmung-und-Schnauze-zu-Erste-Hilfe-am-Hund%3Bart332,1638933">Link</a></p> </div> </div><a class="btn btn-primary" href="/2015/05/14/mund-zu-nase-beatmung-und-schnauze-zu-erste-hilfe-am-hund.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/14/haufige-irrtumer-darf-ich-mit-hund-an-der-leine-rad-fahren.html">Häufige Irrtümer - Darf ich mit Hund an der Leine Rad fahren?</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">gesetz</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 14 </p> <hr /> <div class="row"> <div class="article"> <p><span></span> Herrchen sitzt fest im Sattel und Bello läuft an der Leine nebenher. Doch das ist nicht ganz ungefährlich, denn wenn das brave Hündchen plötzlich zur Seite rennt oder abrupt stehen bleibt, fliegt Herrchen hinterher. Darf ich eigentlich...</p> </div> </div><a class="btn btn-primary" href="/2015/05/14/haufige-irrtumer-darf-ich-mit-hund-an-der-leine-rad-fahren.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> <h2> <a href="/2015/05/14/vom-aussterben-bedroht-hundehalter-mit-leine.html">Vom Aussterben bedroht: Hundehalter mit Leine</a> </h2> <p> <small class="label label-default">deutschland</small> <small class="label label-default">erziehung</small> </p> <hr /> <p> <span class="glyphicon glyphicon-time"></span> Posted on May 14 </p> <hr /> <div class="row"> <div class="article"> <p><span></span> Ich gehöre zu einer bedrohten Art. Es gibt nicht mehr viele von uns. Und täglich werden es weniger: Hundehalter mit Leine – also mit richtiger Leine. Keiner Flexileine. Normalerweise werden Lebewesen, die vom Aussterben bedroht sind,...</p> </div> </div><a class="btn btn-primary" href="/2015/05/14/vom-aussterben-bedroht-hundehalter-mit-leine.html">Read More<span class="glyphicon glyphicon-chevron-right"></span></a> <hr /> </ul> <p> <a href="/2015/05/page/4.html">Next page</a> </p> <hr /> <aside> <h3> Recent Articles </h3> <ol> <li> <a href="/2017/12/05/nun-ist-es-raus-hunde-sind-kluger-als-katzen.html">Nun ist es raus: Hunde sind klüger als Katzen</a> <span>Dec 5</span> </li> <li> <a href="/2017/07/27/die-macht-der-geruche.html">Die Macht der Gerüche</a> <span>Jul 27</span> </li> <li> <a href="/2017/06/21/vorsicht-giftig-diese-lebensmittel-sollten-hunde-nicht-fressen.html">Vorsicht giftig! Diese Lebensmittel sollten Hunde nicht fressen</a> <span>Jun 21</span> </li> <li> <a href="/2017/03/27/studie-schaferhunde-konnen-brustkrebs-diagnostizieren.html">Studie: Schäferhunde können Brustkrebs diagnostizieren</a> <span>Mar 27</span> </li> <li> <a href="/2017/03/27/atopische-dermatitis-was-tun-wenn-es-juckt-und-kratzt-allergien-belasten-das-woh.html">Atopische Dermatitis: Was tun, wenn es juckt und kratzt? / Allergien belasten das Wohlbefinden ...</a> <span>Mar 27</span> </li> <li> <a href="/2017/02/27/tiermedizin-epilepsie-gen-entdeckt.html">Tiermedizin - Epilepsie-Gen entdeckt</a> <span>Feb 27</span> </li> <li> <a href="/2017/01/17/auch-haustiere-frieren-so-kommt-bello-durch-den-winter.html">Auch Haustiere frieren | So kommt Bello durch den Winter</a> <span>Jan 17</span> </li> <li> <a href="/2017/01/17/hunde-sind-bei-minusgraden-schnell-unterkuhlt.html">Hunde sind bei Minusgraden schnell unterkühlt</a> <span>Jan 17</span> </li> <li> <a href="/2016/12/08/venedig-wo-die-gondeln-hunde-tragen.html">Venedig: Wo die Gondeln Hunde tragen</a> <span>Dec 8</span> </li> <li> <a href="/2016/11/01/hunde-heulten-halbe-stunde-vor-erdbeben.html">Hunde heulten halbe Stunde vor Erdbeben</a> <span>Nov 1</span> </li> </ol> </aside> <hr> <p class="text-center"> ©2018 <a href="/">dognews</a> - <a href="/footer1.html">Disclaimer</a><br /><span class="small">Powered by<a href="https://cloudburo.net/docs/products.html"> Cloudburo Curation Engine</a></span> </p> </hr> </div> <div class="col-lg-3 col-md-3"> <div class="well"> <h4> Categories </h4> <ul class="list-unstyled"> <li> <a href="/tags/businessidee.html">businessidee</a> (38) </li> <li> <a href="/tags/deutschland.html">deutschland</a> (596) </li> <li> <a href="/tags/erziehung.html">erziehung</a> (35) </li> <li> <a href="/tags/fotografie.html">fotografie</a> (5) </li> <li> <a href="/tags/freizeit.html">freizeit</a> (83) </li> <li> <a href="/tags/gesetz.html">gesetz</a> (38) </li> <li> <a href="/tags/gesundheit.html">gesundheit</a> (116) </li> <li> <a href="/tags/herdenhunde.html">herdenhunde</a> (10) </li> <li> <a href="/tags/hundesachkunde.html">hundesachkunde</a> (13) </li> <li> <a href="/tags/hundesport.html">hundesport</a> (12) </li> <li> <a href="/tags/kinder.html">kinder</a> (9) </li> <li> <a href="/tags/kurioses.html">kurioses</a> (29) </li> <li> <a href="/tags/oesterreich.html">oesterreich</a> (63) </li> <li> <a href="/tags/rassen.html">rassen</a> (8) </li> <li> <a href="/tags/ratgeber.html">ratgeber</a> (161) </li> <li> <a href="/tags/rettungshunde.html">rettungshunde</a> (3) </li> <li> <a href="/tags/schweiz.html">schweiz</a> (99) </li> <li> <a href="/tags/senioren.html">senioren</a> (10) </li> <li> <a href="/tags/stars.html">stars</a> (11) </li> <li> <a href="/tags/urlaub.html">urlaub</a> (39) </li> <li> <a href="/tags/veranstaltung.html">veranstaltung</a> (1) </li> <li> <a href="/tags/wandern.html">wandern</a> (17) </li> <li> <a href="/tags/wissen.html">wissen</a> (200) </li> </ul> </div> <div class="well"> <h4> By year </h4> <ol> <li> <a href="/2017.html">2017</a> (8) </li> <li> <a href="/2016.html">2016</a> (55) </li> <li> <a href="/2015.html">2015</a> (458) </li> <li> <a href="/2014.html">2014</a> (273) </li> </ol> </div> </div> </div> </div> <script src="../../../js/all.js" type="text/javascript"></script> </body> </html>
utils/pmd-bin-5.2.2/docs/pmd-plsql/property-updates-report.html
byronka/xenos
<!DOCTYPE html> <!-- | Generated by Apache Maven Doxia at 2014-12-03 | Rendered using Apache Maven Fluido Skin 1.3.0 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="Date-Revision-yyyymmdd" content="20141203" /> <meta http-equiv="Content-Language" content="en" /> <title>PMD PL/SQL &#x2013; Property Updates Report</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.3.0.min.css" /> <link rel="stylesheet" href="./css/site.css" /> <link rel="stylesheet" href="./css/print.css" media="print" /> <script type="text/javascript" src="./js/apache-maven-fluido-1.3.0.min.js"></script> </head> <body class="topBarEnabled"> <div id="topbar" class="navbar navbar-fixed-top "> <div class="navbar-inner"> <div class="container-fluid"> <a data-target=".nav-collapse" data-toggle="collapse" class="btn btn-navbar"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> <ul class="nav"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Parent Project <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="../index.html" title="PMD">PMD</a> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Rule Sets <b class="caret"></b></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="rules/index.html" title="plsql">plsql</a> <ul class="dropdown-menu"> <li> <a href="rules/plsql/TomKytesDespair.html" title="Tom Kyte's Despair">Tom Kyte's Despair</a> </li> <li> <a href="rules/plsql/codesize.html" title="Code Size">Code Size</a> </li> <li> <a href="rules/plsql/dates.html" title="PLSQL DATETIME">PLSQL DATETIME</a> </li> </ul> </li> </ul> </li> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">Project Documentation <b class="caret"></b></a> <ul class="dropdown-menu"> <li class="dropdown-submenu"> <a href="project-info.html" title="Project Information">Project Information</a> <ul class="dropdown-menu"> <li> <a href="project-summary.html" title="Project Summary">Project Summary</a> </li> <li> <a href="dependencies.html" title="Dependencies">Dependencies</a> </li> <li> <a href="team-list.html" title="Project Team">Project Team</a> </li> <li> <a href="mail-lists.html" title="Mailing Lists">Mailing Lists</a> </li> <li> <a href="integration.html" title="Continuous Integration">Continuous Integration</a> </li> <li> <a href="issue-tracking.html" title="Issue Tracking">Issue Tracking</a> </li> <li> <a href="license.html" title="Project License">Project License</a> </li> <li> <a href="source-repository.html" title="Source Repository">Source Repository</a> </li> </ul> </li> <li class="dropdown-submenu"> <a href="project-reports.html" title="Project Reports">Project Reports</a> <ul class="dropdown-menu"> <li> <a href="xref-test/index.html" title="Test Source Xref">Test Source Xref</a> </li> <li> <a href="xref/index.html" title="Source Xref">Source Xref</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs">JavaDocs</a> </li> <li> <a href="testapidocs/index.html" title="Test JavaDocs">Test JavaDocs</a> </li> <li> <a href="cpd.html" title="CPD">CPD</a> </li> <li> <a href="pmd.html" title="PMD">PMD</a> </li> <li> <a href="checkstyle.html" title="Checkstyle">Checkstyle</a> </li> <li> <a href="surefire-report.html" title="Surefire Report">Surefire Report</a> </li> <li> <a href="dependency-updates-report.html" title="Dependency Updates Report">Dependency Updates Report</a> </li> <li> <a href="plugin-updates-report.html" title="Plugin Updates Report">Plugin Updates Report</a> </li> <li> <a href="property-updates-report.html" title="Property Updates Report">Property Updates Report</a> </li> </ul> </li> </ul> </li> </ul> <ul class="nav pull-right"> <li class="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">External Links <b class="caret"></b></a> <ul class="dropdown-menu"> <li> <a href="http://sourceforge.net/projects/pmd" title="SourceForge.net Project Page">SourceForge.net Project Page</a> </li> <li> <a href="http://sourceforge.net" title="Hosted by SourceForge">Hosted by SourceForge</a> </li> </ul> </li> </ul> </div> </div> </div> </div> <div class="container-fluid"> <div id="banner"> <div class="pull-left"> <a href="../" id="bannerLeft"> <img src="../images/pmd_logo_small.png" alt="pmd-logo"/> </a> </div> <div class="pull-right"> <a href="http://sourceforge.net/" id="bannerRight"> <img src="../images/sflogo.png" alt="SourceForge"/> </a> </div> <div class="clear"><hr/></div> </div> <div id="breadcrumbs"> <ul class="breadcrumb"> <li id="publishDate">Last Published: 2014-12-03</li> <li class="divider">|</li> <li id="projectVersion">Version: 5.2.2</li> <li class="divider">|</li> <li class=""> <a href="http://www.sourceforge.net/" class="externalLink" title="SourceForge"> SourceForge</a> </li> <li class="divider ">/</li> <li class=""> <a href="../" title="PMD"> PMD</a> </li> <li class="divider ">/</li> <li class=""> <a href="./" title="PMD PL/SQL"> PMD PL/SQL</a> </li> <li class="divider ">/</li> <li class="">Property Updates Report</li> </ul> </div> <div class="row-fluid"> <div id="leftColumn" class="span3"> <div class="well sidebar-nav"> <ul class="nav nav-list"> <li class="nav-header">Parent Project</li> <li> <a href="../index.html" title="PMD"> <i class="none"></i> PMD</a> </li> <li class="nav-header">Rule Sets</li> <li> <a href="rules/index.html" title="plsql"> <i class="icon-chevron-down"></i> plsql</a> <ul class="nav nav-list"> <li> <a href="rules/plsql/TomKytesDespair.html" title="Tom Kyte's Despair"> <i class="none"></i> Tom Kyte's Despair</a> </li> <li> <a href="rules/plsql/codesize.html" title="Code Size"> <i class="none"></i> Code Size</a> </li> <li> <a href="rules/plsql/dates.html" title="PLSQL DATETIME"> <i class="none"></i> PLSQL DATETIME</a> </li> </ul> </li> <li class="nav-header">Project Documentation</li> <li> <a href="project-info.html" title="Project Information"> <i class="icon-chevron-right"></i> Project Information</a> </li> <li> <a href="project-reports.html" title="Project Reports"> <i class="icon-chevron-down"></i> Project Reports</a> <ul class="nav nav-list"> <li> <a href="xref-test/index.html" title="Test Source Xref"> <i class="none"></i> Test Source Xref</a> </li> <li> <a href="xref/index.html" title="Source Xref"> <i class="none"></i> Source Xref</a> </li> <li> <a href="apidocs/index.html" title="JavaDocs"> <i class="none"></i> JavaDocs</a> </li> <li> <a href="testapidocs/index.html" title="Test JavaDocs"> <i class="none"></i> Test JavaDocs</a> </li> <li> <a href="cpd.html" title="CPD"> <i class="none"></i> CPD</a> </li> <li> <a href="pmd.html" title="PMD"> <i class="none"></i> PMD</a> </li> <li> <a href="checkstyle.html" title="Checkstyle"> <i class="none"></i> Checkstyle</a> </li> <li> <a href="surefire-report.html" title="Surefire Report"> <i class="none"></i> Surefire Report</a> </li> <li> <a href="dependency-updates-report.html" title="Dependency Updates Report"> <i class="none"></i> Dependency Updates Report</a> </li> <li> <a href="plugin-updates-report.html" title="Plugin Updates Report"> <i class="none"></i> Plugin Updates Report</a> </li> <li class="active"> <a href="#"><i class="none"></i>Property Updates Report</a> </li> </ul> </li> </ul> <hr class="divider" /> <div id="poweredBy"> <div class="clear"></div> <div class="clear"></div> <div class="clear"></div> <a href="http://maven.apache.org/" title="Maven" class="builtBy"> <img class="builtBy" alt="Built by Maven" src="http://maven.apache.org/images/logos/maven-feather.png" /> </a> <a href="http://sourceforge.net/" title="SourceForge.net" class="builtBy"> <img class="builtBy" alt="SourceForge.net. Fast, secure and Free Open Source software downloads" src="http://sflogo.sourceforge.net/sflogo.php?group_id=56262&type=10" width="80" height="15" /> </a> </div> </div> </div> <div id="bodyColumn" class="span9" > <div class="section"> <h2><a name="Overview"></a>Overview</h2> <p>This report summarizes newer versions that may be available for your project's various properties associated with artifacts.</p> <table border="0" class="table table-striped"> <tr class="a"> <td><img src="images/icon_success_sml.gif" alt="" /></td> <td># of properties using the latest version available</td> <td>0</td></tr> <tr class="b"> <td><img src="images/icon_warning_sml.gif" alt="" /></td> <td># of properties where the next version available is smaller than an incremental version update</td> <td>0</td></tr> <tr class="a"> <td><img src="images/icon_warning_sml.gif" alt="" /></td> <td># of properties where the next version available is an incremental version update</td> <td>0</td></tr> <tr class="b"> <td><img src="images/icon_warning_sml.gif" alt="" /></td> <td># of properties where the next version available is a minor version update</td> <td>0</td></tr> <tr class="a"> <td><img src="images/icon_warning_sml.gif" alt="" /></td> <td># of properties where the next version available is a major version update</td> <td>0</td></tr></table> <div class="section"> <h3><a name="Summary_of_properties_associated_with_artifact_versions"></a>Summary of properties associated with artifact versions</h3> <p>report.overview.noProperty</p></div></div> <div class="section"> <h2><a name="Properties_associated_with_artifact_versions"></a>Properties associated with artifact versions</h2> <p></p></div> </div> </div> </div> <hr/> <footer> <div class="container-fluid"> <div class="row span12">Copyright &copy; 2002-2014 <a href="http://pmd.sourceforge.net/">InfoEther</a>. All Rights Reserved. </div> </div> </footer> </body> </html>
source/stylesheets/print.css
jrunning/resume
#inner { margin: auto; background: none; border: none; padding: 0 40px; } a { text-decoration: none; color: inherit; } a#pdf, .typekit-badge { display: none !important; } .contact-info { padding-top: 1em; } #hd { margin-top: 1em; } #hd h1, #hd h2 { letter-spacing: 0.03em; } #ft { padding-bottom: 1em; } .soup .skill::before { color: inherit; }
frontend/Arquivos/ementa-1986.html
AEDA-Solutions/matweb
<table width="90%" border="0" cellspacing="0" cellpadding="3" class="FrameCinza"><tr class="padrao" bgcolor="white"><td><b>Órgão:</b> </td><td>FEF - Faculdade de Educação Física</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td><b>Código:</b> </td><td>175269</td></tr><tr class="padrao" bgcolor="white"><td><b>Denominação:</b> </td><td>Natação</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td><b>Nível:</b> </td><td>Graduação</td></tr><tr class="padrao" bgcolor="white"><td><b>Vigência:</b> </td><td>2014/1</td></tr><tr class="padrao" bgcolor="#E7F3D6"><td valign="top"><b>Pré-req:</b> </td><td class="PadraoMenor">Disciplina sem pré-requisitos</td></tr></table>
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/65f3f41c1e98071680e4b5e1a13c1d6711f91e1562b37774c7994d0f86e36a75.html
simonmysun/praxis
<!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="./11d8eb424d8bb28773489cf30c2757e9da831b8ad9b3a09cb2e53920a5361190.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>
django_recurrences/templates/django_recurrences/widget/ending.html
InfoAgeTech/django-recurrences
{% spaceless %} <div class="recurrence-field recurrence-ending form-group"> <label class="control-label col-sm-3 col-lg-3"> {{ label }} </label> <div class="col-sm-9 col-lg-9 input-container"> <div> <input id="id_{{ name }}_ending_count" type="radio" name="{{ name }}_ending" value="count"{% if ending == 'count' %} checked="checked"{% endif %} />&nbsp; <label for="id_{{ name }}_ending_count">after {{ count_html }} occurrences</label> </div> <div> <input id="id_{{ name }}_ending_until" type="radio" name="{{ name }}_ending" value="until"{% if ending == 'until' %} checked="checked"{% endif %} />&nbsp; <label for="id_{{ name }}_ending_until">on {{ until_html }}</label> </div> </div> </div> {% endspaceless %}
packages/node_modules/@ciscospark/widget-base/src/styles.css
bzang/react-ciscospark
:global .ciscospark-widget, :global .ciscospark-widget > div, :global [data-toggle^='ciscospark-'], :global [data-toggle^='ciscospark-'] > div{ display: flex; width: 100%; height: 100%; overflow: hidden; flex-direction: column; position: relative; font-family: 'CiscoSans TT Light', Helvetica, Arial, sans-serif; } :global .ciscospark-widget *, :global .ciscospark-widget *::after, :global .ciscospark-widget *::before { box-sizing: border-box; } ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-thumb { height: 50px; background-color: transparent; border: none; border-image-source: initial; border-image-slice: initial; border-image-width: initial; border-image-outset: initial; border-image-repeat: initial; box-shadow: none; background-clip: padding-box; } ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); } ::-webkit-scrollbar-track { background-color: transparent; }
Contents/Resources/Documents/classgoogle_1_1appengine_1_1runtime_1_1_application_error.html
tzmartin/gae-php.docset
<!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 PHP SDK: google\appengine\runtime\ApplicationError 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-php.logo.png"/></td> <td style="padding-left: 0.5em;"> <div id="projectname">App Engine PHP SDK &#160;<span id="projectnumber">v1 rev.445</span> </div> <div id="projectbrief">The PHP 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"><a class="el" href="namespacegoogle_1_1appengine_1_1runtime.html">runtime</a></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1runtime_1_1_application_error.html">ApplicationError</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#pub-methods">Public Member Functions</a> &#124; <a href="classgoogle_1_1appengine_1_1runtime_1_1_application_error-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">google\appengine\runtime\ApplicationError Class Reference</div> </div> </div><!--header--> <div class="contents"> <div class="dynheader"> Inheritance diagram for google\appengine\runtime\ApplicationError:</div> <div class="dyncontent"> <div class="center"> <img src="classgoogle_1_1appengine_1_1runtime_1_1_application_error.png" usemap="#google\appengine\runtime\ApplicationError_map" alt=""/> <map id="google\appengine\runtime\ApplicationError_map" name="google\appengine\runtime\ApplicationError_map"> <area href="classgoogle_1_1appengine_1_1runtime_1_1_error.html" alt="google\appengine\runtime\Error" shape="rect" coords="0,56,255,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:a1ff638afbe3533e2fe45832bcdccfb43"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1ff638afbe3533e2fe45832bcdccfb43"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>__construct</b> ($applicationError, $errorDetail)</td></tr> <tr class="separator:a1ff638afbe3533e2fe45832bcdccfb43"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a24e2b14cefc322063666d6bf842bbe0e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a24e2b14cefc322063666d6bf842bbe0e"></a> &#160;</td><td class="memItemRight" valign="bottom"><b>getApplicationError</b> ()</td></tr> <tr class="separator:a24e2b14cefc322063666d6bf842bbe0e"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p>Thrown by APIProxy in the event of an application-level error. </p> </div><hr/>The documentation for this class was generated from the following file:<ul> <li>code/googleappengine-read-only/python/php/sdk/google/appengine/runtime/ApplicationError.php</li> </ul> </div><!-- contents --> <address class="footer"> <small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small> </address>
Reports/ne/netoffice.access.net40.1.7.2/OWC10Api-net40.html
kuhlenh/port-to-core
<!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; 88da3a01-2d81-460c-acf4-9e85da21dde6 </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="#OWC10Api">OWC10Api</a></strong></td> <td class="text-center">91.63 %</td> <td class="text-center">90.31 %</td> <td class="text-center">100.00 %</td> <td class="text-center">90.31 %</td> </tr> </tbody> </table> </div> <div id="details"> <a name="OWC10Api"><h3>OWC10Api</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.ComponentModel.BrowsableAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Windows Forms for design-time property window support</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Boolean)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage. This is a deprecated attribute from Winforms for design-time property window support</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.Delegate</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Reflection.RuntimeReflectionExtensions.GetMethodInfo</td> </tr> <tr> <td style="padding-left:2em">get_Method</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use System.Reflection.RuntimeReflectionExtensions.GetMethodInfo</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.MarshalByRefObject</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage: Remoting is no longer available</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.Reflection.Assembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</td> </tr> <tr> <td style="padding-left:2em">GetExecutingAssembly</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>typeof(CurrentType).GetTypeInfo().Assembly</td> </tr> <tr> <td style="padding-left:2em">GetExportedTypes</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use Assembly.DefinedTypes</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.Reflection.BindingFlags</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.Reflection.ParameterModifier</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Use an overload that does not take a ParameterModifier array.</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.Runtime.CompilerServices.DependencyAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String,System.Runtime.CompilerServices.LoadHint)</td> <td class="IconErrorEncoded"></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.Runtime.CompilerServices.LoadHint</td> <td class="IconErrorEncoded"></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.Runtime.InteropServices.ImportedFromTypeLibAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</td> </tr> <tr> <td style="padding-left:2em">#ctor(System.String)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td>Remove usage</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.Runtime.InteropServices.PrimaryInteropAssemblyAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int32,System.Int32)</td> <td class="IconErrorEncoded"></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.Runtime.InteropServices.TypeLibTypeAttribute</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Int16)</td> <td class="IconErrorEncoded"></td> <td class="IconErrorEncoded"></td> <td class="IconSuccessEncoded"></td> <td class="IconErrorEncoded"></td> <td></td> </tr> <tr> <td style="padding-left:2em">#ctor(System.Runtime.InteropServices.TypeLibTypeFlags)</td> <td class="IconErrorEncoded"></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.Runtime.InteropServices.TypeLibTypeFlags</td> <td class="IconErrorEncoded"></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.Type</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">GetEvents</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">GetField(System.String,System.Reflection.BindingFlags)</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">GetType</td> <td class="IconErrorEncoded"></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>
src/client/locations/contact.html
amatyas001/lauraangyal
<section ng-repeat="item in items"> <header ng-bind-html="item.header"></header> <main ng-bind-html="item.body"></main> </section> <footer> <span>© 2015 Laura Angyal</span> <span>| Website developed by <a href="http://github.com/amatyas001">Matyas Angyal</a> using <a href="http://angular.com">AngularJS by Google</a></span> </footer>
author/fqure/index.html
fqure/fqure.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>fqure - Page 1 - @fqure</title> <meta name="description" content="" /> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="https://fqure.github.io/favicon.ico"> <link rel="stylesheet" type="text/css" href="//fqure.github.io/themes/casper/assets/css/screen.css?v=1478654659425" /> <link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Merriweather:300,700,700italic,300italic|Open+Sans:700,400" /> <link rel="canonical" href="https://fqure.github.io/https://fqure.github.io/author/fqure/" /> <meta name="referrer" content="origin" /> <meta property="og:site_name" content="@fqure" /> <meta property="og:type" content="website" /> <meta property="og:title" content="fqure - Page 1 - @fqure" /> <meta property="og:url" content="https://fqure.github.io/https://fqure.github.io/author/fqure/" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="fqure - Page 1 - @fqure" /> <meta name="twitter:url" content="https://fqure.github.io/https://fqure.github.io/author/fqure/" /> <script type="application/ld+json"> null </script> <meta name="generator" content="HubPress" /> <link rel="alternate" type="application/rss+xml" title="@fqure" href="https://fqure.github.io/rss/" /> </head> <body class="author-template author-fqure nav-closed"> <div class="site-wrapper"> <header class="main-header author-head no-cover"> <nav class="main-nav overlay clearfix"> </nav> </header> <section class="author-profile inner"> <h1 class="author-title">fqure</h1> <div class="author-meta"> <span class="author-stats"><i class="icon-stats"></i> 6 posts</span> </div> </section> <main class="content" role="main"> <div class="extra-pagination inner"> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 2</span> <a class="older-posts" href="https://fqure.github.io/author/fqure/page/2/">Older Posts <span aria-hidden="true">&rarr;</span></a> </nav> </div> <article class="post tag-Healthcare tag-IT tag-Medical-Practice tag-Tips tag-Physicians tag-Compliance"> <header class="post-header"> <h2 class="post-title"><a href="https://fqure.github.io/2016/11/07/Healthcare-has-a-No-Problem-Problem.html">Healthcare has a “No Problem” Problem</a></h2> </header> <section class="post-excerpt"> <p>A physicist, astronaut, lawyer, and he also had a degree in medicine to boot. Impressive credentials. It was at a sit down and roll up your <a class="read-more" href="https://fqure.github.io/2016/11/07/Healthcare-has-a-No-Problem-Problem.html">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="https://avatars.githubusercontent.com/u/3988276?v&#x3D;3" alt="fqure" nopin="nopin" /> <a href="https://fqure.github.io/author/fqure/">fqure</a> on <a href="https://fqure.github.io/tag/Healthcare/">Healthcare</a>, <a href="https://fqure.github.io/tag/IT/"> IT</a>, <a href="https://fqure.github.io/tag/Medical-Practice/"> Medical Practice</a>, <a href="https://fqure.github.io/tag/Tips/"> Tips</a>, <a href="https://fqure.github.io/tag/Physicians/"> Physicians</a>, <a href="https://fqure.github.io/tag/Compliance/"> Compliance</a> <time class="post-date" datetime="2016-11-07">07 November 2016</time> </footer> </article> <article class="post tag-Healthcare tag-IT tag-software tag-EMR tag-Design-Thinking"> <header class="post-header"> <h2 class="post-title"><a href="https://fqure.github.io/2016/06/24/Kitchen-Sink.html">Kitchen Sink</a></h2> </header> <section class="post-excerpt"> <p>"I was viscerally offended" I ran across this gem of a video from a past Çingleton 2011 conference while perusing for inspiring design thinking over the <a class="read-more" href="https://fqure.github.io/2016/06/24/Kitchen-Sink.html">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="https://avatars.githubusercontent.com/u/3988276?v&#x3D;3" alt="fqure" nopin="nopin" /> <a href="https://fqure.github.io/author/fqure/">fqure</a> on <a href="https://fqure.github.io/tag/Healthcare/">Healthcare</a>, <a href="https://fqure.github.io/tag/IT/"> IT</a>, <a href="https://fqure.github.io/tag/software/"> software</a>, <a href="https://fqure.github.io/tag/EMR/"> EMR</a>, <a href="https://fqure.github.io/tag/Design-Thinking/"> Design Thinking</a> <time class="post-date" datetime="2016-06-24">24 June 2016</time> </footer> </article> <article class="post tag-Healthcare tag-IT tag-Tips tag-Physicians"> <header class="post-header"> <h2 class="post-title"><a href="https://fqure.github.io/2016/04/12/Why-Doctors-Shouldnt-Learn-to-Code.html">Why Doctors Shouldn&#x27;t Learn to Code</a></h2> </header> <section class="post-excerpt"> <p>And by code I don&#8217;t mean ICD-10, I mean software coding. I recently ran across a situation working with a team of software developers <a class="read-more" href="https://fqure.github.io/2016/04/12/Why-Doctors-Shouldnt-Learn-to-Code.html">&raquo;</a></p> </section> <footer class="post-meta"> <img class="author-thumb" src="https://avatars.githubusercontent.com/u/3988276?v&#x3D;3" alt="fqure" nopin="nopin" /> <a href="https://fqure.github.io/author/fqure/">fqure</a> on <a href="https://fqure.github.io/tag/Healthcare/">Healthcare</a>, <a href="https://fqure.github.io/tag/IT/"> IT</a>, <a href="https://fqure.github.io/tag/Tips/"> Tips</a>, <a href="https://fqure.github.io/tag/Physicians/"> Physicians</a> <time class="post-date" datetime="2016-04-12">12 April 2016</time> </footer> </article> <nav class="pagination" role="navigation"> <span class="page-number">Page 1 of 2</span> <a class="older-posts" href="https://fqure.github.io/author/fqure/page/2/">Older Posts <span aria-hidden="true">&rarr;</span></a> </nav> </main> <footer class="site-footer clearfix"> <section class="copyright"><a href="https://fqure.github.io">@fqure</a> &copy; 2016</section> <section class="poweredby">Proudly published with <a href="http://hubpress.io">HubPress</a></section> </footer> </div> <script type="text/javascript" src="https://code.jquery.com/jquery-1.12.0.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//fqure.github.io/themes/casper/assets/js/jquery.fitvids.js?v=1478654659425"></script> <script type="text/javascript" src="//fqure.github.io/themes/casper/assets/js/index.js?v=1478654659425"></script> </body> </html>
cloud/2018/05/08/Cloud.html
CrazyAndy/CrazyAndy.github.io
<!DOCTYPE html> <html> <meta charset="utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta content="feign bean not found" name="description"> <meta name="keywords" content="cloud"> <meta name="author" content="CrazyAndy"> <title> CrazyAndy|Spring Cloud问题解决篇008_feign bean not found </title> <!-- favicon --> <link rel="shortcut icon" href="/static/assets/img/favicon.ico"/> <!-- Main CSS --> <link href="/static/assets/index.min.css" rel="stylesheet"/> <script src="/static/js/jquery-2.1.1.min.js"></script> <script src="/static/assets/app-20180101.min.js"></script> <link rel="stylesheet" href="/static/css/adam/main.css"/> <script type="text/javascript"> $(document).ready(function () { var initial = 0; var show = true; var toggleSearch = function (visible) { initial = 0; show = !visible; var visibility = visible ? 'block' : 'none'; $("#search-content").val(""); $(".search-tool").css("display", visibility); }; var shouldToggle = function (time) { var gap = time - initial; initial = time; return gap < 500; }; $(document).keyup(function (e) { var now = new Date().getTime(); if (e.keyCode == 17 && shouldToggle(now)) { toggleSearch(show); } else if (e.keyCode == 27) { toggleSearch(false); } }); $("#search-content").keyup(function (e) { var now = new Date().getTime(); if (e.keyCode == 17 && shouldToggle(now)) { toggleSearch(show); } }); $("#close-btn").click(function () { toggleSearch(false); }); $("#search-btn").click(function() { toggleSearch(true); }); $.getJSON("/search/cb-search.json") .done(function (data) { if (data.code == 0) { $("#search-content").typeahead({ source: data.data, displayText: function (item) { return item.title; }, afterSelect: function (item) { window.location.href = item.url; } }); } }); }); </script> </head> <body id="page-top" class="landing-page" style="position: relative;"> <div class="search-tool" style="position: fixed; top: 0px ; bottom: 0px; left: 0px; right: 0px; opacity: 0.95; background-color: #111111; z-index: 9999; display: none;"> <input type="text" class="form-control search-content" id="search-content" style="position: fixed; top: 60px" placeholder="Search Blog"> <div style="position: fixed; top: 16px; right: 16px; z-index: 9999;"> <img src="/search/img/cb-close.png" id="close-btn"/> </div> </div> <div style="position: fixed; right: 16px; bottom: 20px; z-index: 9999;"> <img src="/search/img/cb-search.png" id="search-btn" title="Double click Ctrl"/> </div> <div class="navbar-wrapper"> <nav class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header page-scroll"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/">CrazyAndy</a> </div> <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav navbar-right"> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/blog">Latest</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/java/">Java</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/flutter/">Flutter</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/linux/">Linux</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/database/">DataBase</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/boot/">SpringBoot</a></li> <li class="active"> <a class="tagname" style="text-transform: capitalize" href="/blog/cloud/">Cloud</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/container/">Container</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/design/">Design</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/bigdata/">BigData</a></li> <li> <a class="tagname" style="text-transform: capitalize" href="/blog/it/">IT</a></li> </ul> </div> </div> </nav> </div> <div class="page-image"> <div class="cover-image" style="background: url('/static/assets/img/adam/bk2.jpg') center no-repeat; background-size: cover;"></div> </div> <div class="wrapper wrapper-content animated fadeInRight article" > <div class="row" > <div class="col-lg-3"> <div id="renderIn"></div> </div> <div class="col-lg-9"> <div class="ibox"> <div class="ibox-content"> <div class="pull-right"> <button class="btn btn-white btn-xs" type="button">cloud</button> </div> <div class="text-center article-title"> <span class="text-muted"><i class="fa fa-clock-o"></i> 8 May 2018</span> <h1> Spring Cloud问题解决篇008_feign bean not found </h1> </div> <div id="post_content"> <h1 id="一问题描述">一、问题描述</h1> <p>  feign在配置@FeignClient的时候,如果启动主程序,有可能报错 bean not found。</p> <h1 id="二解决思路">二、解决思路</h1> <p>  我们的服务消费者,也就是feign客户端,如果需要调用生产者提供的接口时,代码写法是这样的。</p> <div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nd">@FeignClient</span><span class="o">(</span><span class="n">name</span> <span class="o">=</span> <span class="s">"produce002"</span><span class="o">)</span> <span class="kd">public</span> <span class="kd">interface</span> <span class="nc">HelloService</span> <span class="o">{</span> <span class="nd">@RequestMapping</span><span class="o">(</span><span class="s">"/hello"</span><span class="o">)</span> <span class="nc">String</span> <span class="nf">hello</span><span class="o">();</span> <span class="o">}</span> <span class="nd">@RestController</span> <span class="kd">public</span> <span class="kd">class</span> <span class="nc">ConsumerController</span> <span class="o">{</span> <span class="nd">@Autowired</span> <span class="nc">HelloService</span> <span class="n">helloService</span><span class="o">;</span> <span class="nd">@RequestMapping</span><span class="o">(</span><span class="s">"/consume"</span><span class="o">)</span> <span class="kd">public</span> <span class="nc">String</span> <span class="nf">consume</span><span class="o">(){</span> <span class="nc">String</span> <span class="n">msg</span> <span class="o">=</span> <span class="n">helloService</span><span class="o">.</span><span class="na">hello</span><span class="o">();</span> <span class="nc">System</span><span class="o">.</span><span class="na">out</span><span class="o">.</span><span class="na">println</span><span class="o">(</span><span class="n">msg</span><span class="o">);</span> <span class="k">return</span> <span class="n">msg</span><span class="o">;</span> <span class="o">}</span> <span class="o">}</span> </code></pre></div></div> <p>  在以上代码中,我们的controller注入 helloService的时候,发现找不到它的实现类而报错bean not found, 这说明我们的应用并没有接受 HelloService为feign客户端的形式存在,而是认为其为普通的interface,而spring容器中在为controller注入该service的时候,需要从容器中寻找该service的具体实现类,很显然,实现类是要写在生产者服务中的,所以我们要想办法让该消费者知道HelloService为feignclient,这时候不仅要在HelloService上加注解@FeignClient,而且要在主应用上假如feignclient的扫描注解,代码如下:</p> <div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="nd">@EnableFeignClients</span><span class="o">(</span><span class="n">basePackages</span> <span class="o">=</span> <span class="s">"com.demo"</span><span class="o">)</span><span class="c1">//com.demo为HelloService接口所在的包,这样它就能扫描到</span> <span class="nd">@EnableDiscoveryClient</span> <span class="nd">@SpringBootApplication</span> <span class="kd">public</span> <span class="kd">class</span> <span class="nc">Consumer002Application</span> <span class="o">{</span> <span class="kd">public</span> <span class="kd">static</span> <span class="kt">void</span> <span class="nf">main</span><span class="o">(</span><span class="nc">String</span><span class="o">[]</span> <span class="n">args</span><span class="o">)</span> <span class="o">{</span> <span class="nc">SpringApplication</span><span class="o">.</span><span class="na">run</span><span class="o">(</span><span class="nc">Consumer002Application</span><span class="o">.</span><span class="na">class</span><span class="o">,</span> <span class="n">args</span><span class="o">);</span> <span class="o">}</span> <span class="o">}</span> </code></pre></div></div> </div> <hr> <div class="row"> <div class="col-md-6"> <h5 style="display: inline;">Tags:</h5> <button class="btn btn-white btn-xs" type="button">blog</button> <button class="btn btn-white btn-xs" type="button">cloud</button> </div> <div class="col-md-6"> <div class="small text-right"> <h5>Stats:</h5> <div> <i class="fa fa-comments-o"> </i> <span class='disqus-comment-count' data-disqus-url="http://CrazyAndy.github.io/cloud/2018/05/08/Cloud.html">0</span> comments </div> </div> </div> </div> <br> <div class="row"> <div class="col-lg-12"> <!-- donate --> <br> <!-- share --> <!-- <div class="a2a_kit a2a_kit_size_32 a2a_default_style"> <a class="a2a_button_email"></a> <a class="a2a_button_wechat"></a> <a class="a2a_button_sina_weibo"></a> </div> <script> var a2a_config = a2a_config || {}; a2a_config.color_main = "D7E5ED"; a2a_config.color_border = "AECADB"; a2a_config.color_link_text = "333333"; a2a_config.color_link_text_hover = "333333"; </script> <script async src="https://static.addtoany.com/menu/page.js"></script> --> <br> <!-- comment --> <!-- <div id="disqus_thread"></div> <script> /** * RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS. * LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables */ /* var disqus_config = function () { this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable }; */ </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript> --> </div> </div> </div> </div> </div> </div> </div> <script src="/static/js/toc.js"></script> <script type="text/javascript"> $(function () { $("pre").css('display', 'block'); $('#renderIn').toc(); var fixmeTop = $('#renderIn').offset().top - 75; // get initial position of the element $(window).scroll(function () { // assign scroll event listener var currentScroll = $(window).scrollTop(); // get current position if (currentScroll >= fixmeTop) { // apply position: fixed if you $('#renderIn').css({ // scroll to that element or below it top: '75px', position: 'fixed', width: '232px' }); } else { // apply position: static $('#renderIn').css({ // if you scroll above it position: 'inherit', width: '232px' }); } }); $("#renderIn a").on("click", function (e) { e.preventDefault(); $("body, html").animate({ scrollTop: ($($(this).attr('href')).offset().top - 100) }, 600); }); // $('body').scrollspy({ // target: '#renderIn', // offset: 80 // }); }); </script> </body> </html>
1a51f00/html/classv8_1_1_isolate.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.9.1"/> <title>V8 API Reference Guide for io.js v2.3.2: v8::Isolate 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="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 style="padding-left: 0.5em;"> <div id="projectname">V8 API Reference Guide for io.js v2.3.2 </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.9.1 --> <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><a href="examples.html"><span>Examples</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><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1_isolate.html">Isolate</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> &#124; <a href="#pub-types">Public Types</a> &#124; <a href="#pub-methods">Public Member Functions</a> &#124; <a href="#pub-static-methods">Static Public Member Functions</a> &#124; <a href="#friends">Friends</a> &#124; <a href="classv8_1_1_isolate-members.html">List of all members</a> </div> <div class="headertitle"> <div class="title">v8::Isolate Class Reference</div> </div> </div><!--header--> <div class="contents"> <p><code>#include &lt;<a class="el" href="v8_8h_source.html">v8.h</a>&gt;</code></p> <table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a> Classes</h2></td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_allow_javascript_execution_scope.html">AllowJavascriptExecutionScope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_disallow_javascript_execution_scope.html">DisallowJavascriptExecutionScope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_scope.html">Scope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate_1_1_suppress_microtask_execution_scope.html">SuppressMicrotaskExecutionScope</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-types"></a> Public Types</h2></td></tr> <tr class="memitem:a5ae00cc99d8aca148c6f5f9698c432c9"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">GarbageCollectionType</a> { <b>kFullGarbageCollection</b>, <b>kMinorGarbageCollection</b> }</td></tr> <tr class="separator:a5ae00cc99d8aca148c6f5f9698c432c9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed6909379c3f2820cb3084710b73385d"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d">UseCounterFeature</a> { <b>kUseAsm</b> = 0, <b>kBreakIterator</b> = 1, <b>kUseCounterFeatureCount</b> }</td></tr> <tr class="separator:aed6909379c3f2820cb3084710b73385d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7537ead98ee88eec2976348ba992935c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7537ead98ee88eec2976348ba992935c"></a> typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><b>UseCounterCallback</b>) (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="el" href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d">UseCounterFeature</a> feature)</td></tr> <tr class="separator:a7537ead98ee88eec2976348ba992935c"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab14f02c51e012f839e6cc184ede4814a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ab14f02c51e012f839e6cc184ede4814a"></a> typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><b>GCPrologueCallback</b>) (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags)</td></tr> <tr class="separator:ab14f02c51e012f839e6cc184ede4814a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a3e7351067af07d2a56c57d855fada4bb"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a3e7351067af07d2a56c57d855fada4bb"></a> typedef void(*&#160;</td><td class="memItemRight" valign="bottom"><b>GCEpilogueCallback</b>) (<a class="el" href="classv8_1_1_isolate.html">Isolate</a> *isolate, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> type, GCCallbackFlags flags)</td></tr> <tr class="separator:a3e7351067af07d2a56c57d855fada4bb"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><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:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aec80bb49b6b7647ff75e8f2cc9484ea3">Enter</a> ()</td></tr> <tr class="separator:aec80bb49b6b7647ff75e8f2cc9484ea3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a64a8503cafd00d1d2cadfbb0c2345054">Exit</a> ()</td></tr> <tr class="separator:a64a8503cafd00d1d2cadfbb0c2345054"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose</a> ()</td></tr> <tr class="separator:a1a5a5762e4221aff8c6b10f9e3cec0af"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2ae968a7ff8a397f1ac09d32990883f6"><td class="memItemLeft" align="right" valign="top">V8_INLINE void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a2ae968a7ff8a397f1ac09d32990883f6">SetData</a> (uint32_t slot, void *data)</td></tr> <tr class="separator:a2ae968a7ff8a397f1ac09d32990883f6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aed85b3c82bf69a60ecebc2558ab95083"><td class="memItemLeft" align="right" valign="top">V8_INLINE void *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aed85b3c82bf69a60ecebc2558ab95083">GetData</a> (uint32_t slot)</td></tr> <tr class="separator:aed85b3c82bf69a60ecebc2558ab95083"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:add32e78544edaf8946ed9b328167e5e4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#add32e78544edaf8946ed9b328167e5e4">GetHeapStatistics</a> (<a class="el" href="classv8_1_1_heap_statistics.html">HeapStatistics</a> *heap_statistics)</td></tr> <tr class="separator:add32e78544edaf8946ed9b328167e5e4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8b173b48a477267ccd6c7d17c492b82e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a8b173b48a477267ccd6c7d17c492b82e">GetStackSample</a> (const <a class="el" href="structv8_1_1_register_state.html">RegisterState</a> &amp;state, void **frames, size_t frames_limit, <a class="el" href="structv8_1_1_sample_info.html">SampleInfo</a> *sample_info)</td></tr> <tr class="separator:a8b173b48a477267ccd6c7d17c492b82e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaeda5fa60961a3d9d476c46200e30711"><td class="memItemLeft" align="right" valign="top">V8_INLINE int64_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aaeda5fa60961a3d9d476c46200e30711">AdjustAmountOfExternalAllocatedMemory</a> (int64_t change_in_bytes)</td></tr> <tr class="separator:aaeda5fa60961a3d9d476c46200e30711"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a9c48259615e8370f6f0efd27cd7f99a6"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_heap_profiler.html">HeapProfiler</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a9c48259615e8370f6f0efd27cd7f99a6">GetHeapProfiler</a> ()</td></tr> <tr class="separator:a9c48259615e8370f6f0efd27cd7f99a6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7eb415d9210d912aa57877ab6416fec8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_cpu_profiler.html">CpuProfiler</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a7eb415d9210d912aa57877ab6416fec8">GetCpuProfiler</a> ()</td></tr> <tr class="separator:a7eb415d9210d912aa57877ab6416fec8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afb6bbd31a87d0999dbbe5402447690a9"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#afb6bbd31a87d0999dbbe5402447690a9">InContext</a> ()</td></tr> <tr class="separator:afb6bbd31a87d0999dbbe5402447690a9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afa1b6cde5a7a7cfde87eaabc4ab34062"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_context.html">Context</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#afa1b6cde5a7a7cfde87eaabc4ab34062">GetCurrentContext</a> ()</td></tr> <tr class="separator:afa1b6cde5a7a7cfde87eaabc4ab34062"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a2fba719b7a022ece0b0bfe55f52b3138"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_context.html">Context</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a2fba719b7a022ece0b0bfe55f52b3138">GetCallingContext</a> ()</td></tr> <tr class="separator:a2fba719b7a022ece0b0bfe55f52b3138"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aff9eb2f5d199f8fcf59d9699194cd2e3"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_context.html">Context</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aff9eb2f5d199f8fcf59d9699194cd2e3">GetEnteredContext</a> ()</td></tr> <tr class="separator:aff9eb2f5d199f8fcf59d9699194cd2e3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aba648b3c00dc9f1ef2a22195d99e22e8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aba648b3c00dc9f1ef2a22195d99e22e8">ThrowException</a> (<a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; exception)</td></tr> <tr class="separator:aba648b3c00dc9f1ef2a22195d99e22e8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae4418cb238686a321aa406e90c72fab5"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr class="memitem:ae4418cb238686a321aa406e90c72fab5"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ae4418cb238686a321aa406e90c72fab5">SetObjectGroupId</a> (const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;object, <a class="el" href="classv8_1_1_unique_id.html">UniqueId</a> id)</td></tr> <tr class="separator:ae4418cb238686a321aa406e90c72fab5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0f8484db111e967d70ea7551b3593ce6"><td class="memTemplParams" colspan="2">template&lt;typename T &gt; </td></tr> <tr class="memitem:a0f8484db111e967d70ea7551b3593ce6"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a0f8484db111e967d70ea7551b3593ce6">SetReferenceFromGroup</a> (<a class="el" href="classv8_1_1_unique_id.html">UniqueId</a> id, const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;child)</td></tr> <tr class="separator:a0f8484db111e967d70ea7551b3593ce6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a055fc73d18747b96c51f00599cdd3ec1"><td class="memTemplParams" colspan="2">template&lt;typename T , typename S &gt; </td></tr> <tr class="memitem:a055fc73d18747b96c51f00599cdd3ec1"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a055fc73d18747b96c51f00599cdd3ec1">SetReference</a> (const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;parent, const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; S &gt; &amp;child)</td></tr> <tr class="separator:a055fc73d18747b96c51f00599cdd3ec1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac5614f2eae055c949927bc8daddf90c3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ac5614f2eae055c949927bc8daddf90c3">AddGCPrologueCallback</a> (GCPrologueCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll)</td></tr> <tr class="separator:ac5614f2eae055c949927bc8daddf90c3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7902b8b58f3c85bac9b7dd1086fa81ce"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a7902b8b58f3c85bac9b7dd1086fa81ce">RemoveGCPrologueCallback</a> (GCPrologueCallback callback)</td></tr> <tr class="separator:a7902b8b58f3c85bac9b7dd1086fa81ce"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:add9cac1ffd6cb1b7ed6b0956cebae129"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#add9cac1ffd6cb1b7ed6b0956cebae129">AddGCEpilogueCallback</a> (GCEpilogueCallback callback, <a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a> gc_type_filter=kGCTypeAll)</td></tr> <tr class="separator:add9cac1ffd6cb1b7ed6b0956cebae129"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a277144482f5fefd58d822c22a173b01a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a277144482f5fefd58d822c22a173b01a">RemoveGCEpilogueCallback</a> (GCEpilogueCallback callback)</td></tr> <tr class="separator:a277144482f5fefd58d822c22a173b01a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad212b2e0b66ff5d586cd79cfa0b555fb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ad212b2e0b66ff5d586cd79cfa0b555fb">TerminateExecution</a> ()</td></tr> <tr class="separator:ad212b2e0b66ff5d586cd79cfa0b555fb"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aee57283198c192e83afe5e7d12d42e85"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aee57283198c192e83afe5e7d12d42e85">IsExecutionTerminating</a> ()</td></tr> <tr class="separator:aee57283198c192e83afe5e7d12d42e85"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a75cbe037e7657a7c7bd65e2edf0164d5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a75cbe037e7657a7c7bd65e2edf0164d5">CancelTerminateExecution</a> ()</td></tr> <tr class="separator:a75cbe037e7657a7c7bd65e2edf0164d5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a971b6094ecc6c7f55eb6f58a71a8afd3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a971b6094ecc6c7f55eb6f58a71a8afd3">RequestInterrupt</a> (InterruptCallback callback, void *data)</td></tr> <tr class="separator:a971b6094ecc6c7f55eb6f58a71a8afd3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a17492788e89bcc21101d05d1ecb0e24e"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a17492788e89bcc21101d05d1ecb0e24e">V8_DEPRECATED</a> (&quot;There's no way to clear interrupts in flight.&quot;, void ClearInterrupt())</td></tr> <tr class="separator:a17492788e89bcc21101d05d1ecb0e24e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a59fe893ed7e9df52cef2d59b2d98ab23"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a59fe893ed7e9df52cef2d59b2d98ab23">RequestGarbageCollectionForTesting</a> (<a class="el" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">GarbageCollectionType</a> type)</td></tr> <tr class="separator:a59fe893ed7e9df52cef2d59b2d98ab23"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a28bf18f2f6ed468ec97f59df682e73c1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a28bf18f2f6ed468ec97f59df682e73c1">SetEventLogger</a> (LogEventCallback that)</td></tr> <tr class="separator:a28bf18f2f6ed468ec97f59df682e73c1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a89656ac26d523c31fbfdbb12fb32f078"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a89656ac26d523c31fbfdbb12fb32f078">AddCallCompletedCallback</a> (CallCompletedCallback callback)</td></tr> <tr class="separator:a89656ac26d523c31fbfdbb12fb32f078"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a46f0a5d35f8b29030922bdb433c0dc4f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a46f0a5d35f8b29030922bdb433c0dc4f">RemoveCallCompletedCallback</a> (CallCompletedCallback callback)</td></tr> <tr class="separator:a46f0a5d35f8b29030922bdb433c0dc4f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a702f0ba4e5dee8a98aeb92239d58784e"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a702f0ba4e5dee8a98aeb92239d58784e">SetPromiseRejectCallback</a> (PromiseRejectCallback callback)</td></tr> <tr class="separator:a702f0ba4e5dee8a98aeb92239d58784e"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac3cbe2a1632eb863912640dcfc98b6c8"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ac3cbe2a1632eb863912640dcfc98b6c8">RunMicrotasks</a> ()</td></tr> <tr class="separator:ac3cbe2a1632eb863912640dcfc98b6c8"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a380d35e0a8dfc8394638fce8ce4c04d4"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a380d35e0a8dfc8394638fce8ce4c04d4">EnqueueMicrotask</a> (<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_function.html">Function</a> &gt; microtask)</td></tr> <tr class="separator:a380d35e0a8dfc8394638fce8ce4c04d4"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad4d6c7dfdfc6c1bc857841de7e9967c3"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ad4d6c7dfdfc6c1bc857841de7e9967c3">EnqueueMicrotask</a> (MicrotaskCallback microtask, void *data=NULL)</td></tr> <tr class="separator:ad4d6c7dfdfc6c1bc857841de7e9967c3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a6c046eb1d5ab19ef11c18c2f6e775df1"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a6c046eb1d5ab19ef11c18c2f6e775df1">SetAutorunMicrotasks</a> (bool autorun)</td></tr> <tr class="separator:a6c046eb1d5ab19ef11c18c2f6e775df1"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae70ee311ab3271f9fbb043749d5be8c0"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ae70ee311ab3271f9fbb043749d5be8c0">WillAutorunMicrotasks</a> () const </td></tr> <tr class="separator:ae70ee311ab3271f9fbb043749d5be8c0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad608b24b2c1b49a97ed4f04500976166"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ad608b24b2c1b49a97ed4f04500976166">SetUseCounterCallback</a> (UseCounterCallback callback)</td></tr> <tr class="separator:ad608b24b2c1b49a97ed4f04500976166"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab59a904591d417ebb3889b5fa507447b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ab59a904591d417ebb3889b5fa507447b">SetCounterFunction</a> (CounterLookupCallback)</td></tr> <tr class="separator:ab59a904591d417ebb3889b5fa507447b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:afd624c7e429a061c1cd9e5959ce6ebf0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#afd624c7e429a061c1cd9e5959ce6ebf0">SetCreateHistogramFunction</a> (CreateHistogramCallback)</td></tr> <tr class="separator:afd624c7e429a061c1cd9e5959ce6ebf0"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae5c813518efe1cfaccd0262ad6ed2f82"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae5c813518efe1cfaccd0262ad6ed2f82"></a> void&#160;</td><td class="memItemRight" valign="bottom"><b>SetAddHistogramSampleFunction</b> (AddHistogramSampleCallback)</td></tr> <tr class="separator:ae5c813518efe1cfaccd0262ad6ed2f82"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aea16cbb2e351de9a3ae7be2b7cb48297"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aea16cbb2e351de9a3ae7be2b7cb48297">IdleNotification</a> (int idle_time_in_ms)</td></tr> <tr class="separator:aea16cbb2e351de9a3ae7be2b7cb48297"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aba794ed25d4fa8780b3a07c66a5e5d4a"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aba794ed25d4fa8780b3a07c66a5e5d4a"></a> bool&#160;</td><td class="memItemRight" valign="bottom"><b>IdleNotificationDeadline</b> (double deadline_in_seconds)</td></tr> <tr class="separator:aba794ed25d4fa8780b3a07c66a5e5d4a"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aaf446f4877e4707a93d2c406fffd9fd6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aaf446f4877e4707a93d2c406fffd9fd6">LowMemoryNotification</a> ()</td></tr> <tr class="separator:aaf446f4877e4707a93d2c406fffd9fd6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a4b5216bbb1792211422aee575d02f442"><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a4b5216bbb1792211422aee575d02f442">ContextDisposedNotification</a> (bool dependant_context=true)</td></tr> <tr class="separator:a4b5216bbb1792211422aee575d02f442"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a71d976355bf47eb2dd09cd5d1279a40d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a71d976355bf47eb2dd09cd5d1279a40d">SetJitCodeEventHandler</a> (<a class="el" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a> options, <a class="el" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a> event_handler)</td></tr> <tr class="separator:a71d976355bf47eb2dd09cd5d1279a40d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:addbbe14af7efb92999ac3944bc9ffed5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#addbbe14af7efb92999ac3944bc9ffed5">SetStackLimit</a> (uintptr_t stack_limit)</td></tr> <tr class="separator:addbbe14af7efb92999ac3944bc9ffed5"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a46c7fb2282970530c32740d7e5999b22"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a46c7fb2282970530c32740d7e5999b22">GetCodeRange</a> (void **start, size_t *length_in_bytes)</td></tr> <tr class="separator:a46c7fb2282970530c32740d7e5999b22"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a131f1e2e6a80618ac3c8c266a041851d"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a131f1e2e6a80618ac3c8c266a041851d">SetFatalErrorHandler</a> (FatalErrorCallback that)</td></tr> <tr class="separator:a131f1e2e6a80618ac3c8c266a041851d"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ad91199faf0a599c69539af01f5df44e9"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ad91199faf0a599c69539af01f5df44e9">SetAllowCodeGenerationFromStringsCallback</a> (<a class="el" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a> callback)</td></tr> <tr class="separator:ad91199faf0a599c69539af01f5df44e9"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a603a9bc7860d7936bce2dd45829869c3"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a603a9bc7860d7936bce2dd45829869c3">IsDead</a> ()</td></tr> <tr class="separator:a603a9bc7860d7936bce2dd45829869c3"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ae160d90f70a522dca66b8929762598a2"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ae160d90f70a522dca66b8929762598a2">AddMessageListener</a> (MessageCallback that, <a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt; data=<a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;())</td></tr> <tr class="separator:ae160d90f70a522dca66b8929762598a2"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0319e55b26ba3ac51d867b37b917a21f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a0319e55b26ba3ac51d867b37b917a21f">RemoveMessageListeners</a> (MessageCallback that)</td></tr> <tr class="separator:a0319e55b26ba3ac51d867b37b917a21f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ab9ef29fc049d82e0c33994632b4f6ba6"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ab9ef29fc049d82e0c33994632b4f6ba6">SetFailedAccessCheckCallbackFunction</a> (FailedAccessCheckCallback)</td></tr> <tr class="separator:ab9ef29fc049d82e0c33994632b4f6ba6"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a0ea70b9953abf15184a20eba6aab389f"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a0ea70b9953abf15184a20eba6aab389f">SetCaptureStackTraceForUncaughtExceptions</a> (bool capture, int frame_limit=10, <a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a> options=StackTrace::kOverview)</td></tr> <tr class="separator:a0ea70b9953abf15184a20eba6aab389f"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:acff413b8633aa13f1308697c0ce8c5fa"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#acff413b8633aa13f1308697c0ce8c5fa">AddMemoryAllocationCallback</a> (MemoryAllocationCallback callback, ObjectSpace space, AllocationAction action)</td></tr> <tr class="separator:acff413b8633aa13f1308697c0ce8c5fa"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a99349e062c11085eeb63a0d825226487"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a99349e062c11085eeb63a0d825226487">RemoveMemoryAllocationCallback</a> (MemoryAllocationCallback callback)</td></tr> <tr class="separator:a99349e062c11085eeb63a0d825226487"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a44d513b6426299de4c16e069958a723b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a44d513b6426299de4c16e069958a723b">VisitExternalResources</a> (<a class="el" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a> *visitor)</td></tr> <tr class="separator:a44d513b6426299de4c16e069958a723b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a8c60c4e0f61250a422ba2336dcd50a75"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a8c60c4e0f61250a422ba2336dcd50a75">VisitHandlesWithClassIds</a> (<a class="el" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a> *visitor)</td></tr> <tr class="separator:a8c60c4e0f61250a422ba2336dcd50a75"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:ac5a3ecbb7ef90476150a20904c522744"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#ac5a3ecbb7ef90476150a20904c522744">VisitHandlesForPartialDependence</a> (<a class="el" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a> *visitor)</td></tr> <tr class="separator:ac5a3ecbb7ef90476150a20904c522744"><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-methods"></a> Static Public Member Functions</h2></td></tr> <tr class="memitem:aeafd7b0add8589d1ab5a992b21a0e826"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aeafd7b0add8589d1ab5a992b21a0e826">New</a> (const <a class="el" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a> &amp;params=<a class="el" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a>())</td></tr> <tr class="separator:aeafd7b0add8589d1ab5a992b21a0e826"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:aa79441b5da4438221d0f38790c4de2ed"><td class="memItemLeft" align="right" valign="top">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">GetCurrent</a> ()</td></tr> <tr class="separator:aa79441b5da4438221d0f38790c4de2ed"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="memitem:a7060092fd45588f4085753b3da1b2c82"><td class="memItemLeft" align="right" valign="top">static V8_INLINE uint32_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82">GetNumberOfDataSlots</a> ()</td></tr> <tr class="separator:a7060092fd45588f4085753b3da1b2c82"><td class="memSeparator" colspan="2">&#160;</td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="friends"></a> Friends</h2></td></tr> <tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplParams" colspan="2"><a class="anchor" id="a08e2b8f164392d71811ce6cc134f33e3"></a> template&lt;class K , class V , class Traits &gt; </td></tr> <tr class="memitem:a08e2b8f164392d71811ce6cc134f33e3"><td class="memTemplItemLeft" align="right" valign="top">class&#160;</td><td class="memTemplItemRight" valign="bottom"><b>PersistentValueMapBase</b></td></tr> <tr class="separator:a08e2b8f164392d71811ce6cc134f33e3"><td class="memSeparator" colspan="2">&#160;</td></tr> </table> <a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2> <div class="textblock"><p><a class="el" href="classv8_1_1_isolate.html">Isolate</a> represents an isolated instance of the <a class="el" href="classv8_1_1_v8.html">V8</a> engine. <a class="el" href="classv8_1_1_v8.html">V8</a> isolates have completely separate states. Objects from one isolate must not be used in other isolates. The embedder can create multiple isolates and use them in parallel in multiple threads. An isolate can be entered by at most one thread at any given time. The Locker/Unlocker API must be used to synchronize. </p> </div><h2 class="groupheader">Member Enumeration Documentation</h2> <a class="anchor" id="a5ae00cc99d8aca148c6f5f9698c432c9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">v8::Isolate::GarbageCollectionType</a></td> </tr> </table> </div><div class="memdoc"> <p>Types of garbage collections that can be requested via RequestGarbageCollectionForTesting. </p> </div> </div> <a class="anchor" id="aed6909379c3f2820cb3084710b73385d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">enum <a class="el" href="classv8_1_1_isolate.html#aed6909379c3f2820cb3084710b73385d">v8::Isolate::UseCounterFeature</a></td> </tr> </table> </div><div class="memdoc"> <p>Features reported via the SetUseCounterCallback callback. Do not chang assigned numbers of existing items; add new features to the end of this list. </p> </div> </div> <h2 class="groupheader">Member Function Documentation</h2> <a class="anchor" id="a89656ac26d523c31fbfdbb12fb32f078"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::AddCallCompletedCallback </td> <td>(</td> <td class="paramtype">CallCompletedCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Adds a callback to notify the host application when a script finished running. If a script re-enters the runtime during executing, the CallCompletedCallback is only invoked when the outer-most script execution ends. Executing scripts inside the callback do not trigger further callbacks. </p> </div> </div> <a class="anchor" id="add9cac1ffd6cb1b7ed6b0956cebae129"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::AddGCEpilogueCallback </td> <td>(</td> <td class="paramtype">GCEpilogueCallback&#160;</td> <td class="paramname"><em>callback</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a>&#160;</td> <td class="paramname"><em>gc_type_filter</em> = <code>kGCTypeAll</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to receive a notification after a garbage collection. Allocations are allowed in the callback function, but the callback is not re-entrant: if the allocation inside it will trigger the garbage collection, the callback won't be called again. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p> </div> </div> <a class="anchor" id="ac5614f2eae055c949927bc8daddf90c3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::AddGCPrologueCallback </td> <td>(</td> <td class="paramtype">GCPrologueCallback&#160;</td> <td class="paramname"><em>callback</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="namespacev8.html#ac109d6f27e0c0f9ef4e98bcf7a806cf2">GCType</a>&#160;</td> <td class="paramname"><em>gc_type_filter</em> = <code>kGCTypeAll</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to receive a notification before a garbage collection. Allocations are allowed in the callback function, but the callback is not re-entrant: if the allocation inside it will trigger the garbage collection, the callback won't be called again. It is possible to specify the GCType filter for your callback. But it is not possible to register the same callback function two times with different GCType filters. </p> </div> </div> <a class="anchor" id="acff413b8633aa13f1308697c0ce8c5fa"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::AddMemoryAllocationCallback </td> <td>(</td> <td class="paramtype">MemoryAllocationCallback&#160;</td> <td class="paramname"><em>callback</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">ObjectSpace&#160;</td> <td class="paramname"><em>space</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">AllocationAction&#160;</td> <td class="paramname"><em>action</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to provide a mechanism to be notified and perform custom logging when <a class="el" href="classv8_1_1_v8.html">V8</a> Allocates Executable Memory. </p> </div> </div> <a class="anchor" id="ae160d90f70a522dca66b8929762598a2"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::AddMessageListener </td> <td>(</td> <td class="paramtype">MessageCallback&#160;</td> <td class="paramname"><em>that</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td> <td class="paramname"><em>data</em> = <code><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt;&#160;<a class="el" href="classv8_1_1_value.html">Value</a>&#160;&gt;()</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Adds a message listener.</p> <p>The same message listener can be added more than once and in that case it will be called more than once for each message.</p> <p>If data is specified, it will be passed to the callback when it is called. Otherwise, the exception object will be passed to the callback instead. </p> </div> </div> <a class="anchor" id="aaeda5fa60961a3d9d476c46200e30711"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int64_t v8::Isolate::AdjustAmountOfExternalAllocatedMemory </td> <td>(</td> <td class="paramtype">int64_t&#160;</td> <td class="paramname"><em>change_in_bytes</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Adjusts the amount of registered external memory. Used to give <a class="el" href="classv8_1_1_v8.html">V8</a> an indication of the amount of externally allocated memory that is kept alive by JavaScript objects. <a class="el" href="classv8_1_1_v8.html">V8</a> uses this to decide when to perform global garbage collections. Registering externally allocated memory will trigger global garbage collections more often than it would otherwise in an attempt to garbage collect the JavaScript objects that keep the externally allocated memory alive.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">change_in_bytes</td><td>the change in externally allocated memory that is kept alive by JavaScript objects. </td></tr> </table> </dd> </dl> <dl class="section return"><dt>Returns</dt><dd>the adjusted value. </dd></dl> </div> </div> <a class="anchor" id="a75cbe037e7657a7c7bd65e2edf0164d5"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::CancelTerminateExecution </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Resume execution capability in the given isolate, whose execution was previously forcefully terminated using <a class="el" href="classv8_1_1_isolate.html#ad212b2e0b66ff5d586cd79cfa0b555fb">TerminateExecution()</a>.</p> <p>When execution is forcefully terminated using <a class="el" href="classv8_1_1_isolate.html#ad212b2e0b66ff5d586cd79cfa0b555fb">TerminateExecution()</a>, the isolate can not resume execution until all JavaScript frames have propagated the uncatchable exception which is generated. This method allows the program embedding the engine to handle the termination event and resume execution capability, even if JavaScript frames remain on the stack.</p> <p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1_v8.html">V8</a> lock with a <a class="el" href="classv8_1_1_locker.html">Locker</a> object. </p> </div> </div> <a class="anchor" id="a4b5216bbb1792211422aee575d02f442"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int v8::Isolate::ContextDisposedNotification </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>dependant_context</em> = <code>true</code></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Optional notification that a context has been disposed. <a class="el" href="classv8_1_1_v8.html">V8</a> uses these notifications to guide the GC heuristic. Returns the number of context disposals - including this one - since the last time <a class="el" href="classv8_1_1_v8.html">V8</a> had a chance to clean up.</p> <p>The optional parameter |dependant_context| specifies whether the disposed context was depending on state from other contexts or not. </p> </div> </div> <a class="anchor" id="a1a5a5762e4221aff8c6b10f9e3cec0af"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Dispose </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Disposes the isolate. The isolate must not be entered by any thread to be disposable. </p> </div> </div> <a class="anchor" id="a380d35e0a8dfc8394638fce8ce4c04d4"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::EnqueueMicrotask </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_handle.html">Handle</a>&lt; <a class="el" href="classv8_1_1_function.html">Function</a> &gt;&#160;</td> <td class="paramname"><em>microtask</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Experimental: Enqueues the callback to the Microtask Work Queue </p> </div> </div> <a class="anchor" id="ad4d6c7dfdfc6c1bc857841de7e9967c3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::EnqueueMicrotask </td> <td>(</td> <td class="paramtype">MicrotaskCallback&#160;</td> <td class="paramname"><em>microtask</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>data</em> = <code>NULL</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Experimental: Enqueues the callback to the Microtask Work Queue </p> </div> </div> <a class="anchor" id="aec80bb49b6b7647ff75e8f2cc9484ea3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Enter </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Methods below this point require holding a lock (using <a class="el" href="classv8_1_1_locker.html">Locker</a>) in a multi-threaded environment. Sets this isolate as the entered one for the current thread. Saves the previously entered one (if any), so that it can be restored when exiting. Re-entering an isolate is allowed. </p> </div> </div> <a class="anchor" id="a64a8503cafd00d1d2cadfbb0c2345054"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::Exit </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Exits this isolate by restoring the previously entered one in the current thread. The isolate may still stay the same, if it was entered more than once.</p> <p>Requires: this == <a class="el" href="classv8_1_1_isolate.html#aa79441b5da4438221d0f38790c4de2ed">Isolate::GetCurrent()</a>. </p> </div> </div> <a class="anchor" id="a2fba719b7a022ece0b0bfe55f52b3138"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_context.html">Context</a>&gt; v8::Isolate::GetCallingContext </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the context of the calling JavaScript code. That is the context of the top-most JavaScript frame. If there are no JavaScript frames an empty handle is returned. </p> </div> </div> <a class="anchor" id="a46c7fb2282970530c32740d7e5999b22"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::GetCodeRange </td> <td>(</td> <td class="paramtype">void **&#160;</td> <td class="paramname"><em>start</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">size_t *&#160;</td> <td class="paramname"><em>length_in_bytes</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Returns a memory range that can potentially contain jitted code.</p> <p>On Win64, embedders are advised to install function table callbacks for these ranges, as default SEH won't be able to unwind through jitted code.</p> <p>The first page of the code range is reserved for the embedder and is committed, writable, and executable.</p> <p>Might be empty on other platforms.</p> <p><a href="https://code.google.com/p/v8/issues/detail?id=3598">https://code.google.com/p/v8/issues/detail?id=3598</a> </p> </div> </div> <a class="anchor" id="a7eb415d9210d912aa57877ab6416fec8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_cpu_profiler.html">CpuProfiler</a>* v8::Isolate::GetCpuProfiler </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns CPU profiler for this isolate. Will return NULL unless the isolate is initialized. It is the embedder's responsibility to stop all CPU profiling activities if it has started any. </p> </div> </div> <a class="anchor" id="aa79441b5da4438221d0f38790c4de2ed"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::GetCurrent </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the entered isolate for the current thread or NULL in case there is no current isolate.</p> <p>This method must not be invoked before <a class="el" href="classv8_1_1_v8.html#a40daec93ce44bdd922567fc121be9db8">V8::Initialize()</a> was invoked. </p> </div> </div> <a class="anchor" id="afa1b6cde5a7a7cfde87eaabc4ab34062"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_context.html">Context</a>&gt; v8::Isolate::GetCurrentContext </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the context that is on the top of the stack. </p> </div> </div> <a class="anchor" id="aed85b3c82bf69a60ecebc2558ab95083"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void * v8::Isolate::GetData </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>slot</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Retrieve embedder-specific data from the isolate. Returns NULL if SetData has never been called for the given |slot|. </p> </div> </div> <a class="anchor" id="aff9eb2f5d199f8fcf59d9699194cd2e3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_context.html">Context</a>&gt; v8::Isolate::GetEnteredContext </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns the last entered context. </p> </div> </div> <a class="anchor" id="a9c48259615e8370f6f0efd27cd7f99a6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_heap_profiler.html">HeapProfiler</a>* v8::Isolate::GetHeapProfiler </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns heap profiler for this isolate. Will return NULL until the isolate is initialized. </p> </div> </div> <a class="anchor" id="add32e78544edaf8946ed9b328167e5e4"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::GetHeapStatistics </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_heap_statistics.html">HeapStatistics</a> *&#160;</td> <td class="paramname"><em>heap_statistics</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Get statistics about the heap memory usage. </p> </div> </div> <a class="anchor" id="a7060092fd45588f4085753b3da1b2c82"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">uint32_t v8::Isolate::GetNumberOfDataSlots </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Returns the maximum number of available embedder data slots. Valid slots are in the range of 0 - <a class="el" href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82">GetNumberOfDataSlots()</a> - 1. </p> </div> </div> <a class="anchor" id="a8b173b48a477267ccd6c7d17c492b82e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::GetStackSample </td> <td>(</td> <td class="paramtype">const <a class="el" href="structv8_1_1_register_state.html">RegisterState</a> &amp;&#160;</td> <td class="paramname"><em>state</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void **&#160;</td> <td class="paramname"><em>frames</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">size_t&#160;</td> <td class="paramname"><em>frames_limit</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="structv8_1_1_sample_info.html">SampleInfo</a> *&#160;</td> <td class="paramname"><em>sample_info</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Get a call stack sample from the isolate. </p><dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">state</td><td>Execution state. </td></tr> <tr><td class="paramname">frames</td><td>Caller allocated buffer to store stack frames. </td></tr> <tr><td class="paramname">frames_limit</td><td>Maximum number of frames to capture. The buffer must be large enough to hold the number of frames. </td></tr> <tr><td class="paramname">sample_info</td><td>The sample info is filled up by the function provides number of actual captured stack frames and the current VM state. </td></tr> </table> </dd> </dl> <dl class="section note"><dt>Note</dt><dd>GetStackSample should only be called when the JS thread is paused or interrupted. Otherwise the behavior is undefined. </dd></dl> </div> </div> <a class="anchor" id="aea16cbb2e351de9a3ae7be2b7cb48297"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::IdleNotification </td> <td>(</td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>idle_time_in_ms</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Optional notification that the embedder is idle. <a class="el" href="classv8_1_1_v8.html">V8</a> uses the notification to perform garbage collection. This call can be used repeatedly if the embedder remains idle. Returns true if the embedder should stop calling IdleNotification until real work has been done. This indicates that <a class="el" href="classv8_1_1_v8.html">V8</a> has done as much cleanup as it will be able to do.</p> <p>The idle_time_in_ms argument specifies the time <a class="el" href="classv8_1_1_v8.html">V8</a> has to perform garbage collection. There is no guarantee that the actual work will be done within the time limit. The deadline_in_seconds argument specifies the deadline <a class="el" href="classv8_1_1_v8.html">V8</a> has to finish garbage collection work. deadline_in_seconds is compared with MonotonicallyIncreasingTime() and should be based on the same timebase as that function. There is no guarantee that the actual work will be done within the time limit. </p> </div> </div> <a class="anchor" id="afb6bbd31a87d0999dbbe5402447690a9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::InContext </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Returns true if this isolate has a current context. </p> </div> </div> <a class="anchor" id="a603a9bc7860d7936bce2dd45829869c3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::IsDead </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Check if <a class="el" href="classv8_1_1_v8.html">V8</a> is dead and therefore unusable. This is the case after fatal errors such as out-of-memory situations. </p> </div> </div> <a class="anchor" id="aee57283198c192e83afe5e7d12d42e85"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::IsExecutionTerminating </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Is <a class="el" href="classv8_1_1_v8.html">V8</a> terminating JavaScript execution.</p> <p>Returns true if JavaScript execution is currently terminating because of a call to TerminateExecution. In that case there are still JavaScript frames on the stack and the termination exception is still active. </p> </div> </div> <a class="anchor" id="aaf446f4877e4707a93d2c406fffd9fd6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::LowMemoryNotification </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Optional notification that the system is running low on memory. <a class="el" href="classv8_1_1_v8.html">V8</a> uses these notifications to attempt to free memory. </p> </div> </div> <a class="anchor" id="aeafd7b0add8589d1ab5a992b21a0e826"></a> <div class="memitem"> <div class="memproto"> <table class="mlabels"> <tr> <td class="mlabels-left"> <table class="memname"> <tr> <td class="memname">static <a class="el" href="classv8_1_1_isolate.html">Isolate</a>* v8::Isolate::New </td> <td>(</td> <td class="paramtype">const <a class="el" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a> &amp;&#160;</td> <td class="paramname"><em>params</em> = <code><a class="el" href="structv8_1_1_isolate_1_1_create_params.html">CreateParams</a>()</code></td><td>)</td> <td></td> </tr> </table> </td> <td class="mlabels-right"> <span class="mlabels"><span class="mlabel">static</span></span> </td> </tr> </table> </div><div class="memdoc"> <p>Creates a new isolate. Does not change the currently entered isolate.</p> <p>When an isolate is no longer used its resources should be freed by calling <a class="el" href="classv8_1_1_isolate.html#a1a5a5762e4221aff8c6b10f9e3cec0af">Dispose()</a>. Using the delete operator is not allowed.</p> <p><a class="el" href="classv8_1_1_v8.html#a40daec93ce44bdd922567fc121be9db8">V8::Initialize()</a> must have run prior to this. </p> </div> </div> <a class="anchor" id="a46f0a5d35f8b29030922bdb433c0dc4f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RemoveCallCompletedCallback </td> <td>(</td> <td class="paramtype">CallCompletedCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Removes callback that was installed by AddCallCompletedCallback. </p> </div> </div> <a class="anchor" id="a277144482f5fefd58d822c22a173b01a"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RemoveGCEpilogueCallback </td> <td>(</td> <td class="paramtype">GCEpilogueCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function removes callback which was installed by AddGCEpilogueCallback function. </p> </div> </div> <a class="anchor" id="a7902b8b58f3c85bac9b7dd1086fa81ce"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RemoveGCPrologueCallback </td> <td>(</td> <td class="paramtype">GCPrologueCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>This function removes callback which was installed by AddGCPrologueCallback function. </p> </div> </div> <a class="anchor" id="a99349e062c11085eeb63a0d825226487"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RemoveMemoryAllocationCallback </td> <td>(</td> <td class="paramtype">MemoryAllocationCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Removes callback that was installed by AddMemoryAllocationCallback. </p> </div> </div> <a class="anchor" id="a0319e55b26ba3ac51d867b37b917a21f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RemoveMessageListeners </td> <td>(</td> <td class="paramtype">MessageCallback&#160;</td> <td class="paramname"><em>that</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Remove all message listeners from the specified callback function. </p> </div> </div> <a class="anchor" id="a59fe893ed7e9df52cef2d59b2d98ab23"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RequestGarbageCollectionForTesting </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_isolate.html#a5ae00cc99d8aca148c6f5f9698c432c9">GarbageCollectionType</a>&#160;</td> <td class="paramname"><em>type</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Request garbage collection in this <a class="el" href="classv8_1_1_isolate.html">Isolate</a>. It is only valid to call this function if &ndash;expose_gc was specified.</p> <p>This should only be used for testing purposes and not to enforce a garbage collection schedule. It has strong negative impact on the garbage collection performance. Use <a class="el" href="classv8_1_1_isolate.html#aea16cbb2e351de9a3ae7be2b7cb48297">IdleNotification()</a> or <a class="el" href="classv8_1_1_isolate.html#aaf446f4877e4707a93d2c406fffd9fd6">LowMemoryNotification()</a> instead to influence the garbage collection schedule. </p> </div> </div> <a class="anchor" id="a971b6094ecc6c7f55eb6f58a71a8afd3"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RequestInterrupt </td> <td>(</td> <td class="paramtype">InterruptCallback&#160;</td> <td class="paramname"><em>callback</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>data</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Request <a class="el" href="classv8_1_1_v8.html">V8</a> to interrupt long running JavaScript code and invoke the given |callback| passing the given |data| to it. After |callback| returns control will be returned to the JavaScript code. There may be a number of interrupt requests in flight. Can be called from another thread without acquiring a |Locker|. Registered |callback| must not reenter interrupted <a class="el" href="classv8_1_1_isolate.html">Isolate</a>. </p> </div> </div> <a class="anchor" id="ac3cbe2a1632eb863912640dcfc98b6c8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::RunMicrotasks </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Experimental: Runs the Microtask Work Queue until empty Any exceptions thrown by microtask callbacks are swallowed. </p> </div> </div> <a class="anchor" id="ad91199faf0a599c69539af01f5df44e9"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetAllowCodeGenerationFromStringsCallback </td> <td>(</td> <td class="paramtype"><a class="el" href="namespacev8.html#a521d909ec201742a1cb35d50a8e2a3c2">AllowCodeGenerationFromStringsCallback</a>&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Set the callback to invoke to check if code generation from strings should be allowed. </p> </div> </div> <a class="anchor" id="a6c046eb1d5ab19ef11c18c2f6e775df1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetAutorunMicrotasks </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>autorun</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Experimental: Controls whether the Microtask Work Queue is automatically run when the script call depth decrements to zero. </p> </div> </div> <a class="anchor" id="a0ea70b9953abf15184a20eba6aab389f"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetCaptureStackTraceForUncaughtExceptions </td> <td>(</td> <td class="paramtype">bool&#160;</td> <td class="paramname"><em>capture</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>frame_limit</em> = <code>10</code>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classv8_1_1_stack_trace.html#a9704e4a37949eb8eb8ccddbddf161492">StackTrace::StackTraceOptions</a>&#160;</td> <td class="paramname"><em>options</em> = <code>StackTrace::kOverview</code>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Tells <a class="el" href="classv8_1_1_v8.html">V8</a> to capture current stack trace when uncaught exception occurs and report it to the message listeners. The option is off by default. </p> </div> </div> <a class="anchor" id="ab59a904591d417ebb3889b5fa507447b"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetCounterFunction </td> <td>(</td> <td class="paramtype">CounterLookupCallback&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to provide a mechanism for recording statistics counters. </p> </div> </div> <a class="anchor" id="afd624c7e429a061c1cd9e5959ce6ebf0"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetCreateHistogramFunction </td> <td>(</td> <td class="paramtype">CreateHistogramCallback&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Enables the host application to provide a mechanism for recording histograms. The CreateHistogram function returns a histogram which will later be passed to the AddHistogramSample function. </p> </div> </div> <a class="anchor" id="a2ae968a7ff8a397f1ac09d32990883f6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetData </td> <td>(</td> <td class="paramtype">uint32_t&#160;</td> <td class="paramname"><em>slot</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void *&#160;</td> <td class="paramname"><em>data</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Associate embedder-specific data with the isolate. |slot| has to be between 0 and <a class="el" href="classv8_1_1_isolate.html#a7060092fd45588f4085753b3da1b2c82">GetNumberOfDataSlots()</a> - 1. </p> </div> </div> <a class="anchor" id="a28bf18f2f6ed468ec97f59df682e73c1"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetEventLogger </td> <td>(</td> <td class="paramtype">LogEventCallback&#160;</td> <td class="paramname"><em>that</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Set the callback to invoke for logging event. </p> </div> </div> <a class="anchor" id="ab9ef29fc049d82e0c33994632b4f6ba6"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetFailedAccessCheckCallbackFunction </td> <td>(</td> <td class="paramtype">FailedAccessCheckCallback&#160;</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Callback function for reporting failed access checks. </p> </div> </div> <a class="anchor" id="a131f1e2e6a80618ac3c8c266a041851d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetFatalErrorHandler </td> <td>(</td> <td class="paramtype">FatalErrorCallback&#160;</td> <td class="paramname"><em>that</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Set the callback to invoke in case of fatal errors. </p> </div> </div> <a class="anchor" id="a71d976355bf47eb2dd09cd5d1279a40d"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetJitCodeEventHandler </td> <td>(</td> <td class="paramtype"><a class="el" href="namespacev8.html#a06f34fa4fa4cfc8518366808d1d461c1">JitCodeEventOptions</a>&#160;</td> <td class="paramname"><em>options</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="namespacev8.html#a39243bc91e63d64d111452fdb98c4733">JitCodeEventHandler</a>&#160;</td> <td class="paramname"><em>event_handler</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to provide the address of a function that is notified each time code is added, moved or removed.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">options</td><td>options for the JIT code event handler. </td></tr> <tr><td class="paramname">event_handler</td><td>the JIT code event handler, which will be invoked each time code is added, moved or removed. </td></tr> </table> </dd> </dl> <dl class="section note"><dt>Note</dt><dd><code>event_handler</code> won't get notified of existent code. </dd> <dd> since code removal notifications are not currently issued, the <code>event_handler</code> may get notifications of code that overlaps earlier code notifications. This happens when code areas are reused, and the earlier overlapping code areas should therefore be discarded. </dd> <dd> the events passed to <code>event_handler</code> and the strings they point to are not guaranteed to live past each call. The <code>event_handler</code> must copy strings and other parameters it needs to keep around. </dd> <dd> the set of events declared in JitCodeEvent::EventType is expected to grow over time, and the <a class="el" href="structv8_1_1_jit_code_event.html">JitCodeEvent</a> structure is expected to accrue new members. The <code>event_handler</code> function must ignore event codes it does not recognize to maintain future compatibility. </dd> <dd> Use <a class="el" href="structv8_1_1_isolate_1_1_create_params.html">Isolate::CreateParams</a> to get events for code executed during <a class="el" href="classv8_1_1_isolate.html">Isolate</a> setup. </dd></dl> </div> </div> <a class="anchor" id="ae4418cb238686a321aa406e90c72fab5"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetObjectGroupId </td> <td>(</td> <td class="paramtype">const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;&#160;</td> <td class="paramname"><em>object</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype"><a class="el" href="classv8_1_1_unique_id.html">UniqueId</a>&#160;</td> <td class="paramname"><em>id</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to group objects together. If one object in the group is alive, all objects in the group are alive. After each garbage collection, object groups are removed. It is intended to be used in the before-garbage-collection callback function, for instance to simulate DOM tree connections among JS wrapper objects. <a class="el" href="classv8_1_1_object.html">Object</a> groups for all dependent handles need to be provided for kGCTypeMarkSweepCompact collections, for all other garbage collection types it is sufficient to provide object groups for partially dependent handles only. </p> </div> </div> <a class="anchor" id="a702f0ba4e5dee8a98aeb92239d58784e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetPromiseRejectCallback </td> <td>(</td> <td class="paramtype">PromiseRejectCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Set callback to notify about promise reject with no handler, or revocation of such a previous notification once the handler is added. </p> </div> </div> <a class="anchor" id="a055fc73d18747b96c51f00599cdd3ec1"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T , typename S &gt; </div> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetReference </td> <td>(</td> <td class="paramtype">const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;&#160;</td> <td class="paramname"><em>parent</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; S &gt; &amp;&#160;</td> <td class="paramname"><em>child</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to declare implicit references from an object to another object. If the parent object is alive, the child object is alive too. After each garbage collection, all implicit references are removed. It is intended to be used in the before-garbage-collection callback function. </p> </div> </div> <a class="anchor" id="a0f8484db111e967d70ea7551b3593ce6"></a> <div class="memitem"> <div class="memproto"> <div class="memtemplate"> template&lt;typename T &gt; </div> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetReferenceFromGroup </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_unique_id.html">UniqueId</a>&#160;</td> <td class="paramname"><em>id</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">const <a class="el" href="classv8_1_1_persistent.html">Persistent</a>&lt; T &gt; &amp;&#160;</td> <td class="paramname"><em>child</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Allows the host application to declare implicit references from an object group to an object. If the objects of the object group are alive, the child object is alive too. After each garbage collection, all implicit references are removed. It is intended to be used in the before-garbage-collection callback function. </p> </div> </div> <a class="anchor" id="addbbe14af7efb92999ac3944bc9ffed5"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetStackLimit </td> <td>(</td> <td class="paramtype">uintptr_t&#160;</td> <td class="paramname"><em>stack_limit</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Modifies the stack limit for this <a class="el" href="classv8_1_1_isolate.html">Isolate</a>.</p> <dl class="params"><dt>Parameters</dt><dd> <table class="params"> <tr><td class="paramname">stack_limit</td><td>An address beyond which the Vm's stack may not grow.</td></tr> </table> </dd> </dl> <dl class="section note"><dt>Note</dt><dd>If you are using threads then you should hold the V8::Locker lock while setting the stack limit and you must set a non-default stack limit separately for each thread. </dd></dl> </div> </div> <a class="anchor" id="ad608b24b2c1b49a97ed4f04500976166"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::SetUseCounterCallback </td> <td>(</td> <td class="paramtype">UseCounterCallback&#160;</td> <td class="paramname"><em>callback</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Sets a callback for counting the number of times a feature of <a class="el" href="classv8_1_1_v8.html">V8</a> is used. </p> </div> </div> <a class="anchor" id="ad212b2e0b66ff5d586cd79cfa0b555fb"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::TerminateExecution </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Forcefully terminate the current thread of JavaScript execution in the given isolate.</p> <p>This method can be used by any thread even if that thread has not acquired the <a class="el" href="classv8_1_1_v8.html">V8</a> lock with a <a class="el" href="classv8_1_1_locker.html">Locker</a> object. </p> </div> </div> <a class="anchor" id="aba648b3c00dc9f1ef2a22195d99e22e8"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname"><a class="el" href="classv8_1_1_local.html">Local</a>&lt;<a class="el" href="classv8_1_1_value.html">Value</a>&gt; v8::Isolate::ThrowException </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_local.html">Local</a>&lt; <a class="el" href="classv8_1_1_value.html">Value</a> &gt;&#160;</td> <td class="paramname"><em>exception</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Schedules an exception to be thrown when returning to JavaScript. When an exception has been scheduled it is illegal to invoke any JavaScript operation; the caller must return immediately and only after the exception has been handled does it become legal to invoke JavaScript operations. </p> </div> </div> <a class="anchor" id="a17492788e89bcc21101d05d1ecb0e24e"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">v8::Isolate::V8_DEPRECATED </td> <td>(</td> <td class="paramtype">&quot;There's no way to clear interrupts in flight.&quot;&#160;</td> <td class="paramname">, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">void &#160;</td> <td class="paramname"><em>ClearInterrupt</em>()&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div><div class="memdoc"> <p>Clear interrupt request created by |RequestInterrupt|. Can be called from another thread without acquiring a |Locker|. </p> </div> </div> <a class="anchor" id="a44d513b6426299de4c16e069958a723b"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::VisitExternalResources </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_external_resource_visitor.html">ExternalResourceVisitor</a> *&#160;</td> <td class="paramname"><em>visitor</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all external resources referenced from current isolate heap. GC is not invoked prior to iterating, therefore there is no guarantee that visited objects are still alive. </p> </div> </div> <a class="anchor" id="ac5a3ecbb7ef90476150a20904c522744"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::VisitHandlesForPartialDependence </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a> *&#160;</td> <td class="paramname"><em>visitor</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all the persistent handles in the current isolate's heap that have class_ids and are candidates to be marked as partially dependent handles. This will visit handles to young objects created since the last garbage collection but is free to visit an arbitrary superset of these objects. </p> </div> </div> <a class="anchor" id="a8c60c4e0f61250a422ba2336dcd50a75"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void v8::Isolate::VisitHandlesWithClassIds </td> <td>(</td> <td class="paramtype"><a class="el" href="classv8_1_1_persistent_handle_visitor.html">PersistentHandleVisitor</a> *&#160;</td> <td class="paramname"><em>visitor</em></td><td>)</td> <td></td> </tr> </table> </div><div class="memdoc"> <p>Iterates through all the persistent handles in the current isolate's heap that have class_ids. </p> </div> </div> <a class="anchor" id="ae70ee311ab3271f9fbb043749d5be8c0"></a> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">bool v8::Isolate::WillAutorunMicrotasks </td> <td>(</td> <td class="paramname"></td><td>)</td> <td> const</td> </tr> </table> </div><div class="memdoc"> <p>Experimental: Returns whether the Microtask Work Queue is automatically run when the script call depth decrements to zero. </p> </div> </div> <hr/>The documentation for this class was generated from the following file:<ul> <li>deps/v8/include/<a class="el" href="v8_8h_source.html">v8.h</a></li> </ul> </div><!-- contents --> <!-- start footer part --> <hr class="footer"/><address class="footer"><small> Generated on Tue Aug 11 2015 23:50:01 for V8 API Reference Guide for io.js v2.3.2 by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.8.9.1 </small></address> </body> </html>
www/habit.html
BuLLeTCode/DBG_2
<ons-page ng-controller="TaskController as taskManager"> <div id="fountainG"> <div id="fountainG_1" class="fountainG"></div> <div id="fountainG_2" class="fountainG"></div> <div id="fountainG_3" class="fountainG"></div> <div id="fountainG_4" class="fountainG"></div> <div id="fountainG_5" class="fountainG"></div> <div id="fountainG_6" class="fountainG"></div> <div id="fountainG_7" class="fountainG"></div> <div id="fountainG_8" class="fountainG"></div> </div> <ons-toolbar> <div class="left"> <ons-back-button>Back</ons-back-button> </div> <div class="center">Add Habit</div> </ons-toolbar> <div class="container" id="habit_container" ng-init="taskManager.loadHabits()" hidden> <div style="text-align: center; margin-top: 30px;"> <p> <ons-input modifier="underbar" placeholder="Search or add a new habit" ng-model="taskManager.userSearch" ng-minlength="2" float></ons-input> </p> </div> <div> <div id="new-habit-input" hidden> <ons-input modifier="underbar" ng-model="taskManager.habitName" placeholder="Habit name" float></ons-input><br/> <p>-> Hopefully icon in future</p> <ons-input type="number" modifier="underbar" ng-model="taskManager.habitPushDelay" placeholder="Habit push delay" float></ons-input><br/> <ons-button ng-click="taskManager.addHabit()" modifier="cta">Save</ons-button> </div> <div class="jumbotron" id="habits_container"> <ons-list> <ons-list-item tappable ng-repeat="h in taskManager.userHabits | filter:taskManager.userSearch as filtered"> <div class="center"> <div class="title"> {{ h.name }} <span style="color: green;">{{h.delay}}</span> </div> </div> </ons-list-item> </ons-list> <p style="text-align: center;">Showing {{filtered.length}} Habits</p> <div ng-if="filtered.length === 0"> <ons-button id="add-task" ng-click="taskManager.showHabitInput()" modifier="cta">Add</ons-button> </div> </div> </div> <ons-bottom-toolbar> <ons-button id="save-task" ng-click="taskManager.logoutUser()" modifier="cta">Logout</ons-button> </ons-bottom-toolbar> </ons-page>
index.html
HendrikRe/hendrikre.github.io
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <meta name="author" content=""> <title>Hendrik R</title> <!-- Bootstrap Core CSS --> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom Fonts --> <link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css"> <!-- Theme CSS --> <link href="css/grayscale.min.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> <![endif]--> </head> <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top"> <!-- Navigation --> <nav class="navbar navbar-custom navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse"> Menu <i class="fa fa-bars"></i> </button> <a class="navbar-brand page-scroll" href="#page-top"> <i class="fa fa-play-circle"></i> <span class="light">Hendrik</span> Re. </a> </div> <!-- Collect the nav links, forms, and other content for toggling --> <div class="collapse navbar-collapse navbar-right navbar-main-collapse"> <ul class="nav navbar-nav"> <!-- Hidden li included to remove active class from about link when scrolled up past about section --> <li class="hidden"> <a href="#page-top"></a> </li> <li> <a class="page-scroll" href="#contact">Contact</a> </li> </ul> </div> <!-- /.navbar-collapse --> </div> <!-- /.container --> </nav> <!-- Intro Header --> <header class="intro"> <div class="intro-body"> <div class="container"> <div class="row"> <div class="col-md-8 col-md-offset-2"> <h1 class="brand-heading">Hendrik Re.</h1> <p class="intro-text">Creating Websites <br>Contact me now</p> <a href="#contact" class="btn btn-circle page-scroll"> <i class="fa fa-angle-double-down animated"></i> </a> </div> </div> </div> </div> </header> <!-- About Section <section id="about" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>About Grayscale</h2> <p>Grayscale is a free Bootstrap 3 theme created by Start Bootstrap. It can be yours right now, simply download the template on <a href="http://startbootstrap.com/template-overviews/grayscale/">the preview page</a>. The theme is open source, and you can use it for any purpose, personal or commercial.</p> <p>This theme features stock photos by <a href="http://gratisography.com/">Gratisography</a> along with a custom Google Maps skin courtesy of <a href="http://snazzymaps.com/">Snazzy Maps</a>.</p> <p>Grayscale includes full HTML, CSS, and custom JavaScript files along with LESS files for easy customization.</p> </div> </div> </section> --> <!-- Download Section <section id="download" class="content-section text-center"> <div class="download-section"> <div class="container"> <div class="col-lg-8 col-lg-offset-2"> <h2>Download Grayscale</h2> <p>You can download Grayscale for free on the preview page at Start Bootstrap.</p> <a href="http://startbootstrap.com/template-overviews/grayscale/" class="btn btn-default btn-lg">Visit Download Page</a> </div> </div> </div> </section> --> <!-- Contact Section --> <section id="contact" class="container content-section text-center"> <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h2>Contact me</h2> <p>Feel free to email me!</p> <p><a href="mailto:hendrik@reuhl.eu">hendrik@reuhl.eu</a> </p> <ul class="list-inline banner-social-buttons"> <li> <a class="btn btn-default btn-lg"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter (coming soon...)</span></a> </li> <li> <a href="https://github.com/HendrikRe" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a> </li> <li> <a class="btn btn-default btn-lg"><i class="fa fa-google-plus fa-fw"></i> <span class="network-name">Google+ (coming soon...)</span></a> </li> </ul> </div> </div> </section> <!-- Map Section --> <!-- <div id="map"></div> --> <!-- Footer --> <footer> <div class="container text-center"> <p>Copyright &copy; Hendrik R. 2016-2017</p> </div> </footer> <!-- jQuery --> <script src="vendor/jquery/jquery.js"></script> <!-- Bootstrap Core JavaScript --> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <!-- Plugin JavaScript --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script> <!-- Google Maps API Key - Use your own API key to enable the map feature. More information on the Google Maps API can be found at https://developers.google.com/maps/ --> <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCRngKslUGJTlibkQ3FkfTxj3Xss1UlZDA&sensor=false"></script> <!-- Theme JavaScript --> <script src="js/grayscale.min.js"></script> </body> </html>
thought_lounge/templates/contact.html
tranthibaokhanh/thoughtloungev2
{% extends "base.html" %} {% block title %} Contact {% endblock %} {% block content %} <div class="container" id="contactcontainer"> <div class="row text-center"> <div class="col-md-6 col-md-offset-3" style="margin-bottom: 60px;"> <h2>Contact the <span class="header-primary">organization</span></h2> <br> <h4>thoughtloungeucb@gmail.com</h4> <hr> <h5>or</h5> <hr> <h4><span class="header-primary">Axel Cramer</span>: axelzcramer@gmail.com</h4> <br> <h3>Say Hi to Us On Social Media</h3> <a class="btn btn-block btn-social btn-facebook" href="https://www.facebook.com/thoughtlounge/"> <i class="fa fa-facebook"></i> Thought Lounge Page on Facebook </a> <a class="btn btn-block btn-social btn-tumblr" href="http://www.thethoughtloungeatucb.tumblr.com/"> <i class="fa fa-tumblr"></i> Thought Lounge Blog on Tumblr </a> </div> </div> </div> {% endblock %}
raw_data/arkive-endangered-html/neoveitchia-storckii.html
andrewedstrom/cs638project
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Neoveitchia factsheet on ARKive - Neoveitchia storckii</title> <link rel="canonical" href="http://www.arkive.org/neoveitchia/neoveitchia-storckii/" /> <link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head> <body> <!-- onload="window.print()">--> <div id="container"> <div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div> <div id="content"> <h1>Neoveitchia (<i>Neoveitchia storckii</i>)</h1> <img alt="" src="/media/86/862F2BFE-D4E3-4E4D-8C90-A210816DCA4D/Presentation.Large/Fruiting-Neoveitchia-storckii-.jpg"/> <table cellspacing="0" cellpadding="0" id="factList"> <tbody> <tr class="kingdom"><th align="left">Kingdom</th><td align="left">Plantae</td></tr> <tr class="phylum"><th align="left">Phylum</th><td align="left">Tracheophyta</td></tr> <tr class="class"><th align="left">Class</th><td align="left">Liliopsida</td></tr> <tr class="order"><th align="left">Order</th><td align="left">Arecales</td></tr> <tr class="family"><th align="left">Family</th><td align="left">Palmae</td></tr> <tr class="genus"><th align="left">Genus</th><td align="left"><em>Neoveitchia (1)</em></td></tr> </tbody> </table> <h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p>Classified as Endangered (EN) on the IUCN Red List (1).</p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on <em>Neoveitchia storckii</em> is currently being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:arkive@wildscreen.org.uk">arkive@wildscreen.org.uk</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2> <ol id="references"> <li id="ref1"> <a id="reference_1" name="reference_1"></a> IUCN Red List (February, 2010) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li> </ol> </div> </div> </body> </html>
all-data/15000-15999/15004-22.html
BuzzAcademy/idioms-moe-unformatted-data
<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></td></tr> <tr><th class="std1"><b>漢語拼音&nbsp;</b></th><td class="std2"><font class="english_word">liáo dōng bó shǐ</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/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>、<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>
css/carnivore.css
re1/carnivore
*, *::after, *::before { margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: none; } html, body { width: 100%; height: 100%; } /** -= Basic Grid =- **/ /* Percent widths */ .full, .w-full { width: 100%; } .half, .w-half { width: 50%; } .third, .w-third { width: 30.33333%; } .quarter, .w-quarter { width: 25%; } /* Percent height */ .h-full { height: 100%; } .h-half { height: 50%; } .h-third { height: 33.33333%; } .h-quarter { height: 25%; } /* v widths */ .vw-full { width: 100vw; } .vw-half { width: 50vw; } .vw-third { width: 33.33333vw; } .vw-quarter { width: 25vw; } /* v heights */ .vh-full { height: 100vh; } .vh-half { height: 50vh; } .vh-third { height: 33.33333vh; } .vh-quarter { height: 25vh; } /* Flex */ .box { display: flex; flex-flow: column; } [class*=flex] { display: inline-flex; } /* Table */ [class*=col] { float: left; } [class*=row] { flex-flow: row; width: 100%; clear: both; } /** -= Responsive Grid =- **/ /* Default -d */ @media all { [class*=col][class*=-d1] { width: 8.33333%; } [class*=push][class*=left][class*=-d1] { margin-left: 8.33333%; } [class*=push][class*=right][class*=-d1] { margin-right: 8.33333%; } [class*=col][class*=-d2] { width: 16.66667%; } [class*=push][class*=left][class*=-d2] { margin-left: 16.66667%; } [class*=push][class*=right][class*=-d2] { margin-right: 16.66667%; } [class*=col][class*=-d3] { width: 25%; } [class*=push][class*=left][class*=-d3] { margin-left: 25%; } [class*=push][class*=right][class*=-d3] { margin-right: 25%; } [class*=col][class*=-d4] { width: 33.33333%; } [class*=push][class*=left][class*=-d4] { margin-left: 33.33333%; } [class*=push][class*=right][class*=-d4] { margin-right: 33.33333%; } [class*=col][class*=-d5] { width: 41.66667%; } [class*=push][class*=left][class*=-d5] { margin-left: 41.66667%; } [class*=push][class*=right][class*=-d5] { margin-right: 41.66667%; } [class*=col][class*=-d6] { width: 50%; } [class*=push][class*=left][class*=-d6] { margin-left: 50%; } [class*=push][class*=right][class*=-d6] { margin-right: 50%; } [class*=col][class*=-d7] { width: 58.33333%; } [class*=push][class*=left][class*=-d7] { margin-left: 58.33333%; } [class*=push][class*=right][class*=-d7] { margin-right: 58.33333%; } [class*=col][class*=-d8] { width: 66.66667%; } [class*=push][class*=left][class*=-d8] { margin-left: 66.66667%; } [class*=push][class*=right][class*=-d8] { margin-right: 66.66667%; } [class*=col][class*=-d9] { width: 75%; } [class*=push][class*=left][class*=-d9] { margin-left: 75%; } [class*=push][class*=right][class*=-d9] { margin-right: 75%; } [class*=col][class*=-d10] { width: 83.33333%; } [class*=push][class*=left][class*=-d10] { margin-left: 83.33333%; } [class*=push][class*=right][class*=-d10] { margin-right: 83.33333%; } [class*=col][class*=-d11] { width: 91.66667%; } [class*=push][class*=left][class*=-d11] { margin-left: 91.66667%; } [class*=push][class*=right][class*=-d11] { margin-right: 91.66667%; } [class*=col][class*=-d12] { width: 100%; } [class*=push][class*=left][class*=-d12] { margin-left: 100%; } [class*=push][class*=right][class*=-d12] { margin-right: 100%; } [class*=flex][class*=-d1] { flex: 1; } [class*=flex][class*=-d2] { flex: 2; } [class*=flex][class*=-d3] { flex: 3; } [class*=flex][class*=-d4] { flex: 4; } [class*=flex][class*=-d5] { flex: 5; } [class*=flex][class*=-d6] { flex: 6; } [class*=h0] { display: none; } [class*=hide][class*=-d] { display: none; } [class*=show][class*=-d] { display: inline; } } /* Portrait -v */ @media all and (orientation: portrait) { [class*=col][class*=-v1] { width: 8.33333%; } [class*=push][class*=-left][class*=-v1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-v1] { margin-right: 8.33333%; } [class*=col][class*=-v2] { width: 16.66667%; } [class*=push][class*=-left][class*=-v2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-v2] { margin-right: 16.66667%; } [class*=col][class*=-v3] { width: 25%; } [class*=push][class*=-left][class*=-v3] { margin-left: 25%; } [class*=push][class*=-right][class*=-v3] { margin-right: 25%; } [class*=col][class*=-v4] { width: 33.33333%; } [class*=push][class*=-left][class*=-v4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-v4] { margin-right: 33.33333%; } [class*=col][class*=-v5] { width: 41.66667%; } [class*=push][class*=-left][class*=-v5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-v5] { margin-right: 41.66667%; } [class*=col][class*=-v6] { width: 50%; } [class*=push][class*=-left][class*=-v6] { margin-left: 50%; } [class*=push][class*=-right][class*=-v6] { margin-right: 50%; } [class*=col][class*=-v7] { width: 58.33333%; } [class*=push][class*=-left][class*=-v7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-v7] { margin-right: 58.33333%; } [class*=col][class*=-v8] { width: 66.66667%; } [class*=push][class*=-left][class*=-v8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-v8] { margin-right: 66.66667%; } [class*=col][class*=-v9] { width: 75%; } [class*=push][class*=-left][class*=-v9] { margin-left: 75%; } [class*=push][class*=-right][class*=-v9] { margin-right: 75%; } [class*=col][class*=-v10] { width: 83.33333%; } [class*=push][class*=-left][class*=-v10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-v10] { margin-right: 83.33333%; } [class*=col][class*=-v11] { width: 91.66667%; } [class*=push][class*=-left][class*=-v11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-v11] { margin-right: 91.66667%; } [class*=col][class*=-v12] { width: 100%; } [class*=push][class*=-left][class*=-v12] { margin-left: 100%; } [class*=push][class*=-right][class*=-v12] { margin-right: 100%; } [class*=flex][class*=-v1] { flex: 1; } [class*=flex][class*=-v2] { flex: 2; } [class*=flex][class*=-v3] { flex: 3; } [class*=flex][class*=-v4] { flex: 4; } [class*=flex][class*=-v5] { flex: 5; } [class*=flex][class*=-v6] { flex: 6; } [class*=v0] { display: none; } [class*=hide][class*=-v] { display: none; } [class*=show][class*=-v] { display: inline; } } /* Landscape -h */ @media all and (orientation: landscape) { [class*=col][class*=-h1] { width: 8.33333%; } [class*=push][class*=-left][class*=-h1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-h1] { margin-right: 8.33333%; } [class*=col][class*=-h2] { width: 16.66667%; } [class*=push][class*=-left][class*=-h2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-h2] { margin-right: 16.66667%; } [class*=col][class*=-h3] { width: 25%; } [class*=push][class*=-left][class*=-h3] { margin-left: 25%; } [class*=push][class*=-right][class*=-h3] { margin-right: 25%; } [class*=col][class*=-h4] { width: 33.33333%; } [class*=push][class*=-left][class*=-h4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-h4] { margin-right: 33.33333%; } [class*=col][class*=-h5] { width: 41.66667%; } [class*=push][class*=-left][class*=-h5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-h5] { margin-right: 41.66667%; } [class*=col][class*=-h6] { width: 50%; } [class*=push][class*=-left][class*=-h6] { margin-left: 50%; } [class*=push][class*=-right][class*=-h6] { margin-right: 50%; } [class*=col][class*=-h7] { width: 58.33333%; } [class*=push][class*=-left][class*=-h7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-h7] { margin-right: 58.33333%; } [class*=col][class*=-h8] { width: 66.66667%; } [class*=push][class*=-left][class*=-h8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-h8] { margin-right: 66.66667%; } [class*=col][class*=-h9] { width: 75%; } [class*=push][class*=-left][class*=-h9] { margin-left: 75%; } [class*=push][class*=-right][class*=-h9] { margin-right: 75%; } [class*=col][class*=-h10] { width: 83.33333%; } [class*=push][class*=-left][class*=-h10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-h10] { margin-right: 83.33333%; } [class*=col][class*=-h11] { width: 91.66667%; } [class*=push][class*=-left][class*=-h11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-h11] { margin-right: 91.66667%; } [class*=col][class*=-h12] { width: 100%; } [class*=push][class*=-left][class*=-h12] { margin-left: 100%; } [class*=push][class*=-right][class*=-h12] { margin-right: 100%; } [class*=flex][class*=-h1] { flex: 1; } [class*=flex][class*=-h2] { flex: 2; } [class*=flex][class*=-h3] { flex: 3; } [class*=flex][class*=-h4] { flex: 4; } [class*=flex][class*=-h5] { flex: 5; } [class*=flex][class*=-h6] { flex: 6; } [class*=h0] { display: none; } [class*=hide][class*=-h] { display: none; } [class*=show][class*=-h] { display: inline; } } /* Tiny -x */ @media all { [class*=col][class*=-x1] { width: 8.33333%; } [class*=push][class*=-left][class*=-x1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-x1] { margin-right: 8.33333%; } [class*=col][class*=-x2] { width: 16.66667%; } [class*=push][class*=-left][class*=-x2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-x2] { margin-right: 16.66667%; } [class*=col][class*=-x3] { width: 25%; } [class*=push][class*=-left][class*=-x3] { margin-left: 25%; } [class*=push][class*=-right][class*=-x3] { margin-right: 25%; } [class*=col][class*=-x4] { width: 33.33333%; } [class*=push][class*=-left][class*=-x4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-x4] { margin-right: 33.33333%; } [class*=col][class*=-x5] { width: 41.66667%; } [class*=push][class*=-left][class*=-x5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-x5] { margin-right: 41.66667%; } [class*=col][class*=-x6] { width: 50%; } [class*=push][class*=-left][class*=-x6] { margin-left: 50%; } [class*=push][class*=-right][class*=-x6] { margin-right: 50%; } [class*=col][class*=-x7] { width: 58.33333%; } [class*=push][class*=-left][class*=-x7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-x7] { margin-right: 58.33333%; } [class*=col][class*=-x8] { width: 66.66667%; } [class*=push][class*=-left][class*=-x8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-x8] { margin-right: 66.66667%; } [class*=col][class*=-x9] { width: 75%; } [class*=push][class*=-left][class*=-x9] { margin-left: 75%; } [class*=push][class*=-right][class*=-x9] { margin-right: 75%; } [class*=col][class*=-x10] { width: 83.33333%; } [class*=push][class*=-left][class*=-x10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-x10] { margin-right: 83.33333%; } [class*=col][class*=-x11] { width: 91.66667%; } [class*=push][class*=-left][class*=-x11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-x11] { margin-right: 91.66667%; } [class*=col][class*=-x12] { width: 100%; } [class*=push][class*=-left][class*=-x12] { margin-left: 100%; } [class*=push][class*=-right][class*=-x12] { margin-right: 100%; } [class*=flex][class*=-x1] { flex: 1; } [class*=flex][class*=-x2] { flex: 2; } [class*=flex][class*=-x3] { flex: 3; } [class*=flex][class*=-x4] { flex: 4; } [class*=flex][class*=-x5] { flex: 5; } [class*=flex][class*=-x6] { flex: 6; } [class*=x0] { display: none; } } @media all and (max-width: 768px) { [class*=hide][class*=-x] { display: none; } [class*=show][class*=-x] { display: inline; } } /* Small -s */ @media all and (min-width: 768px) { [class*=col][class*=-s1] { width: 8.33333%; } [class*=push][class*=-left][class*=-s1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-s1] { margin-right: 8.33333%; } [class*=col][class*=-s2] { width: 16.66667%; } [class*=push][class*=-left][class*=-s2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-s2] { margin-right: 16.66667%; } [class*=col][class*=-s3] { width: 25%; } [class*=push][class*=-left][class*=-s3] { margin-left: 25%; } [class*=push][class*=-right][class*=-s3] { margin-right: 25%; } [class*=col][class*=-s4] { width: 33.33333%; } [class*=push][class*=-left][class*=-s4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-s4] { margin-right: 33.33333%; } [class*=col][class*=-s5] { width: 41.66667%; } [class*=push][class*=-left][class*=-s5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-s5] { margin-right: 41.66667%; } [class*=col][class*=-s6] { width: 50%; } [class*=push][class*=-left][class*=-s6] { margin-left: 50%; } [class*=push][class*=-right][class*=-s6] { margin-right: 50%; } [class*=col][class*=-s7] { width: 58.33333%; } [class*=push][class*=-left][class*=-s7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-s7] { margin-right: 58.33333%; } [class*=col][class*=-s8] { width: 66.66667%; } [class*=push][class*=-left][class*=-s8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-s8] { margin-right: 66.66667%; } [class*=col][class*=-s9] { width: 75%; } [class*=push][class*=-left][class*=-s9] { margin-left: 75%; } [class*=push][class*=-right][class*=-s9] { margin-right: 75%; } [class*=col][class*=-s10] { width: 83.33333%; } [class*=push][class*=-left][class*=-s10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-s10] { margin-right: 83.33333%; } [class*=col][class*=-s11] { width: 91.66667%; } [class*=push][class*=-left][class*=-s11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-s11] { margin-right: 91.66667%; } [class*=col][class*=-s12] { width: 100%; } [class*=push][class*=-left][class*=-s12] { margin-left: 100%; } [class*=push][class*=-right][class*=-s12] { margin-right: 100%; } [class*=flex][class*=-s1] { flex: 1; } [class*=flex][class*=-s2] { flex: 2; } [class*=flex][class*=-s3] { flex: 3; } [class*=flex][class*=-s4] { flex: 4; } [class*=flex][class*=-s5] { flex: 5; } [class*=flex][class*=-s6] { flex: 6; } [class*=s0] { display: none; } } @media all and (min-width: 768px) and (max-width: 992px) { [class*=hide][class*=-s] { display: none; } [class*=show][class*=-s] { display: inline; } } /* Medium -m */ @media all and (min-width: 992px) { [class*=col][class*=-m1] { width: 8.33333%; } [class*=push][class*=-left][class*=-m1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-m1] { margin-right: 8.33333%; } [class*=col][class*=-m2] { width: 16.66667%; } [class*=push][class*=-left][class*=-m2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-m2] { margin-right: 16.66667%; } [class*=col][class*=-m3] { width: 25%; } [class*=push][class*=-left][class*=-m3] { margin-left: 25%; } [class*=push][class*=-right][class*=-m3] { margin-right: 25%; } [class*=col][class*=-m4] { width: 33.33333%; } [class*=push][class*=-left][class*=-m4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-m4] { margin-right: 33.33333%; } [class*=col][class*=-m5] { width: 41.66667%; } [class*=push][class*=-left][class*=-m5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-m5] { margin-right: 41.66667%; } [class*=col][class*=-m6] { width: 50%; } [class*=push][class*=-left][class*=-m6] { margin-left: 50%; } [class*=push][class*=-right][class*=-m6] { margin-right: 50%; } [class*=col][class*=-m7] { width: 58.33333%; } [class*=push][class*=-left][class*=-m7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-m7] { margin-right: 58.33333%; } [class*=col][class*=-m8] { width: 66.66667%; } [class*=push][class*=-left][class*=-m8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-m8] { margin-right: 66.66667%; } [class*=col][class*=-m9] { width: 75%; } [class*=push][class*=-left][class*=-m9] { margin-left: 75%; } [class*=push][class*=-right][class*=-m9] { margin-right: 75%; } [class*=col][class*=-m10] { width: 83.33333%; } [class*=push][class*=-left][class*=-m10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-m10] { margin-right: 83.33333%; } [class*=col][class*=-m11] { width: 91.66667%; } [class*=push][class*=-left][class*=-m11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-m11] { margin-right: 91.66667%; } [class*=col][class*=-m12] { width: 100%; } [class*=push][class*=-left][class*=-m12] { margin-left: 100%; } [class*=push][class*=-right][class*=-m12] { margin-right: 100%; } [class*=flex][class*=-m1] { flex: 1; } [class*=flex][class*=-m2] { flex: 2; } [class*=flex][class*=-m3] { flex: 3; } [class*=flex][class*=-m4] { flex: 4; } [class*=flex][class*=-m5] { flex: 5; } [class*=flex][class*=-m6] { flex: 6; } [class*=m0] { display: none; } } @media all and (min-width: 992px) and (max-width: 1200px) { [class*=hide][class*=-m] { display: none; } [class*=show][class*=-m] { display: inline; } } /* Large -l */ @media all and (min-width: 1200px) { [class*=col][class*=-l1] { width: 8.33333%; } [class*=push][class*=-left][class*=-l1] { margin-left: 8.33333%; } [class*=push][class*=-right][class*=-l1] { margin-right: 8.33333%; } [class*=col][class*=-l2] { width: 16.66667%; } [class*=push][class*=-left][class*=-l2] { margin-left: 16.66667%; } [class*=push][class*=-right][class*=-l2] { margin-right: 16.66667%; } [class*=col][class*=-l3] { width: 25%; } [class*=push][class*=-left][class*=-l3] { margin-left: 25%; } [class*=push][class*=-right][class*=-l3] { margin-right: 25%; } [class*=col][class*=-l4] { width: 33.33333%; } [class*=push][class*=-left][class*=-l4] { margin-left: 33.33333%; } [class*=push][class*=-right][class*=-l4] { margin-right: 33.33333%; } [class*=col][class*=-l5] { width: 41.66667%; } [class*=push][class*=-left][class*=-l5] { margin-left: 41.66667%; } [class*=push][class*=-right][class*=-l5] { margin-right: 41.66667%; } [class*=col][class*=-l6] { width: 50%; } [class*=push][class*=-left][class*=-l6] { margin-left: 50%; } [class*=push][class*=-right][class*=-l6] { margin-right: 50%; } [class*=col][class*=-l7] { width: 58.33333%; } [class*=push][class*=-left][class*=-l7] { margin-left: 58.33333%; } [class*=push][class*=-right][class*=-l7] { margin-right: 58.33333%; } [class*=col][class*=-l8] { width: 66.66667%; } [class*=push][class*=-left][class*=-l8] { margin-left: 66.66667%; } [class*=push][class*=-right][class*=-l8] { margin-right: 66.66667%; } [class*=col][class*=-l9] { width: 75%; } [class*=push][class*=-left][class*=-l9] { margin-left: 75%; } [class*=push][class*=-right][class*=-l9] { margin-right: 75%; } [class*=col][class*=-l10] { width: 83.33333%; } [class*=push][class*=-left][class*=-l10] { margin-left: 83.33333%; } [class*=push][class*=-right][class*=-l10] { margin-right: 83.33333%; } [class*=col][class*=-l11] { width: 91.66667%; } [class*=push][class*=-left][class*=-l11] { margin-left: 91.66667%; } [class*=push][class*=-right][class*=-l11] { margin-right: 91.66667%; } [class*=col][class*=-l12] { width: 100%; } [class*=push][class*=-left][class*=-l12] { margin-left: 100%; } [class*=push][class*=-right][class*=-l12] { margin-right: 100%; } [class*=flex][class*=-l1] { flex: 1; } [class*=flex][class*=-l2] { flex: 2; } [class*=flex][class*=-l3] { flex: 3; } [class*=flex][class*=-l4] { flex: 4; } [class*=flex][class*=-l5] { flex: 5; } [class*=flex][class*=-l6] { flex: 6; } [class*=l0] { display: none; } } @media all and (min-width: 1200px) { [class*=hide][class*=-l] { display: none; } [class*=show][class*=-l] { display: inline; } } /* Print -p */ @media print { [class*=col][class*=-p1] { width: 8.33333%; } [class*=push][class*=left][class*=-p1] { margin-left: 8.33333%; } [class*=push][class*=right][class*=-p1] { margin-right: 8.33333%; } [class*=col][class*=-p2] { width: 16.66667%; } [class*=push][class*=left][class*=-p2] { margin-left: 16.66667%; } [class*=push][class*=right][class*=-p2] { margin-right: 16.66667%; } [class*=col][class*=-p3] { width: 25%; } [class*=push][class*=left][class*=-p3] { margin-left: 25%; } [class*=push][class*=right][class*=-p3] { margin-right: 25%; } [class*=col][class*=-p4] { width: 33.33333%; } [class*=push][class*=left][class*=-p4] { margin-left: 33.33333%; } [class*=push][class*=right][class*=-p4] { margin-right: 33.33333%; } [class*=col][class*=-p5] { width: 41.66667%; } [class*=push][class*=left][class*=-p5] { margin-left: 41.66667%; } [class*=push][class*=right][class*=-p5] { margin-right: 41.66667%; } [class*=col][class*=-p6] { width: 50%; } [class*=push][class*=left][class*=-p6] { margin-left: 50%; } [class*=push][class*=right][class*=-p6] { margin-right: 50%; } [class*=col][class*=-p7] { width: 58.33333%; } [class*=push][class*=left][class*=-p7] { margin-left: 58.33333%; } [class*=push][class*=right][class*=-p7] { margin-right: 58.33333%; } [class*=col][class*=-p8] { width: 66.66667%; } [class*=push][class*=left][class*=-p8] { margin-left: 66.66667%; } [class*=push][class*=right][class*=-p8] { margin-right: 66.66667%; } [class*=col][class*=-p9] { width: 75%; } [class*=push][class*=left][class*=-p9] { margin-left: 75%; } [class*=push][class*=right][class*=-p9] { margin-right: 75%; } [class*=col][class*=-p10] { width: 83.33333%; } [class*=push][class*=left][class*=-p10] { margin-left: 83.33333%; } [class*=push][class*=right][class*=-p10] { margin-right: 83.33333%; } [class*=col][class*=-p11] { width: 91.66667%; } [class*=push][class*=left][class*=-p11] { margin-left: 91.66667%; } [class*=push][class*=right][class*=-p11] { margin-right: 91.66667%; } [class*=col][class*=-p12] { width: 100%; } [class*=push][class*=left][class*=-p12] { margin-left: 100%; } [class*=push][class*=right][class*=-p12] { margin-right: 100%; } [class*=flex][class*=-p1] { flex: 1; } [class*=flex][class*=-p2] { flex: 2; } [class*=flex][class*=-p3] { flex: 3; } [class*=flex][class*=-p4] { flex: 4; } [class*=flex][class*=-p5] { flex: 5; } [class*=flex][class*=-p6] { flex: 6; } [class*=p0] { display: none; } [class*=hide][class*=-p] { display: none; } [class*=show][class*=-p] { display: inline; } } /* Items */ .left { float: left; } .left::after { clear: both; } .center { margin: auto; } .right { float: right; } .right::after { clear: both; } /* Flex */ [class*=flex].left *, .box.left * { justify-content: flex-start; } [class*=flex].center *, .box.center * { justify-content: center; } [class*=flex].right *, .box.right * { justify-content: flex-end; } [class*=flex].top *, .box.top * { align-items: flex-start; } [class*=flex].middle *, .box.middle * { align-items: center; } [class*=flex].bottom *, .box.bottom * { align-items: flex-end; } /* Text */ .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; } .text-justify { text-align: justify; } .padding-1 { padding: 0.5em 1em; } .padding-2 { padding: 1em 2em; } .padding-3 { padding: 1.5em 3em; } .uppercase { text-transform: uppercase; } .lowercase { text-transform: lowercase; } .capitalize { text-transform: capitalize; } .blink { text-decoration: blink; } .dashed { text-decoration: dashed; } .dotted { text-decoration: dotted; } .underline { text-decoration: underline; } /*# sourceMappingURL=carnivore.css.map */
zh/jmessage/client/im_android_api_docs/cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html
Nocturnana/jpush-docs
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_20) on Thu Oct 19 14:11:26 CST 2017 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>CommandNotificationEvent.GetTargetInfoCallback (android API)</title> <meta name="date" content="2017-10-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="CommandNotificationEvent.GetTargetInfoCallback (android API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":6}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../../index-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="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.html" title="class in cn.jpush.im.android.api.event"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.Type.html" title="enum in cn.jpush.im.android.api.event"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html" target="_top">Frames</a></li> <li><a href="CommandNotificationEvent.GetTargetInfoCallback.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">cn.jpush.im.android.api.event</div> <h2 title="Class CommandNotificationEvent.GetTargetInfoCallback" class="title">Class CommandNotificationEvent.GetTargetInfoCallback</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li><a href="../../../../../../cn/jpush/im/api/BasicCallback.html" title="class in cn.jpush.im.api">cn.jpush.im.api.BasicCallback</a></li> <li> <ul class="inheritance"> <li>cn.jpush.im.android.api.event.CommandNotificationEvent.GetTargetInfoCallback</li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>Enclosing class:</dt> <dd><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.html" title="class in cn.jpush.im.android.api.event">CommandNotificationEvent</a></dd> </dl> <hr> <br> <pre>public abstract static class <span class="typeNameLabel">CommandNotificationEvent.GetTargetInfoCallback</span> extends <a href="../../../../../../cn/jpush/im/api/BasicCallback.html" title="class in cn.jpush.im.api">BasicCallback</a></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><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html#gotResult-int-java.lang.String-">gotResult</a></span>(int&nbsp;i, java.lang.String&nbsp;s)</code> <div class="block">异步调用返回结果。</div> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html#gotResult-int-java.lang.String-java.lang.Object...-">gotResult</a></span>(int&nbsp;responseCode, java.lang.String&nbsp;responseMessage, java.lang.Object...&nbsp;result)</code>&nbsp;</td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>abstract void</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html#gotResult-int-java.lang.String-java.lang.Object-cn.jpush.im.android.api.event.CommandNotificationEvent.Type-">gotResult</a></span>(int&nbsp;responseCode, java.lang.String&nbsp;responseMessage, java.lang.Object&nbsp;targetInfo, <a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.Type.html" title="enum in cn.jpush.im.android.api.event">CommandNotificationEvent.Type</a>&nbsp;type)</code>&nbsp;</td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.cn.jpush.im.api.BasicCallback"> <!-- --> </a> <h3>Methods inherited from class&nbsp;cn.jpush.im.api.<a href="../../../../../../cn/jpush/im/api/BasicCallback.html" title="class in cn.jpush.im.api">BasicCallback</a></h3> <code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html#isRunInUIThread--">isRunInUIThread</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="gotResult-int-java.lang.String-java.lang.Object-cn.jpush.im.android.api.event.CommandNotificationEvent.Type-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>gotResult</h4> <pre>public abstract&nbsp;void&nbsp;gotResult(int&nbsp;responseCode, java.lang.String&nbsp;responseMessage, java.lang.Object&nbsp;targetInfo, <a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.Type.html" title="enum in cn.jpush.im.android.api.event">CommandNotificationEvent.Type</a>&nbsp;type)</pre> </li> </ul> <a name="gotResult-int-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>gotResult</h4> <pre>public&nbsp;void&nbsp;gotResult(int&nbsp;i, java.lang.String&nbsp;s)</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html#gotResult-int-java.lang.String-">BasicCallback</a></code></span></div> <div class="block">异步调用返回结果。</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html#gotResult-int-java.lang.String-">gotResult</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html" title="class in cn.jpush.im.api">BasicCallback</a></code></dd> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>i</code> - 0 表示正常。大于 0 表示异常,responseMessage 会有进一步的异常信息。</dd> <dd><code>s</code> - 一般异常时会有进一步的信息提示。</dd> </dl> </li> </ul> <a name="gotResult-int-java.lang.String-java.lang.Object...-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>gotResult</h4> <pre>public&nbsp;void&nbsp;gotResult(int&nbsp;responseCode, java.lang.String&nbsp;responseMessage, java.lang.Object...&nbsp;result)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html#gotResult-int-java.lang.String-java.lang.Object...-">gotResult</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../cn/jpush/im/api/BasicCallback.html" title="class in cn.jpush.im.api">BasicCallback</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../../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="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.html" title="class in cn.jpush.im.android.api.event"><span class="typeNameLink">Prev&nbsp;Class</span></a></li> <li><a href="../../../../../../cn/jpush/im/android/api/event/CommandNotificationEvent.Type.html" title="enum in cn.jpush.im.android.api.event"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../../index.html?cn/jpush/im/android/api/event/CommandNotificationEvent.GetTargetInfoCallback.html" target="_top">Frames</a></li> <li><a href="CommandNotificationEvent.GetTargetInfoCallback.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 ======= --> </body> </html>
src/dialog.css
HbbTV-Association/ReferenceApplication
#dialog { height: 720px; width: 1280px; position: absolute; top: 0px; left: 0px; z-index: 4000; text-align: center; background-repeat: repeat-x; background-color: #101010; } /* dialog header for catchup listmenu */ #dialog.episodelist .dialogTitle, #dialog h1 { height: 30px; color: #ffffff; padding: 0px 24px; margin-top: 30px; } #dialog .wrapper { display: block; height: 540px; overflow: hidden; position: relative; vertical-align: middle; width: 1280px; } #dialogButtons { display: inline-block; position: unset; vertical-align: middle; height: inherit; } .basicInfoDialog #dialogButtons { margin-top: 20px; } .dialog_btn_container { height: 530px; vertical-align: middle; display: table-cell; position: relative; overflow: hidden; } .dialogButton { background-color: #474747; color: #fff; display: block; height: 46px; font-size: 26px; line-height: 46px; position: relative; text-align: left; margin-left: auto; margin-right: auto; margin-bottom: 10px; vertical-align: middle; border: none; overflow: hidden; padding-left: 20px; padding-right: 20px; border-top: 4px solid #333333; border-bottom: 4px solid #333333; width: auto; min-width: 250px; } .dialogButton span:first-child { width: 100%; overflow: hidden; white-space:nowrap; display:inline-block; margin-right: 30px; text-align: center; text-overflow: ellipsis; } .dialogButton:last-child{ margin-top: 0px; _border-bottom: 4px solid #333333; } .dialogButton.focused { background-color: #f7921e; } /* Basic info dialog Dialog with no checkmarks and no arrows*/ /* For longer text set buttons lower */ #dialog.basicInfoDialog.longText #dialogButtons { margin-top: 75px; } #dialog.basicInfoDialog .dialogButton span:first-child{ margin-right: 0px; } /* No checkmarks */ #dialog.basicInfoDialog .checkmark, #buttonbar_dialog.nocheckmarks .checkmark { display: none !important; } /* No arrows */ #dialog.basicInfoDialog .dialog_arrow{ display: none; } /* basicInfoDialog */ #dialog.basicInfoDialog { text-align: left; /* background-color: rgba(0,0,0,0.2); */ background-color: #1B1B1B; margin: 0px; height: 720px; width: 100%; z-index: 2500; display: block; position: absolute !important; } #dialog.basicInfoDialog:before { content: "\00a0"; display: inline-block; height: 550px; vertical-align: middle; } #dialog.basicInfoDialog .wrapper { overflow: hidden; width: 800px; height: auto; display: inline-block; vertical-align: middle; line-height: normal; } /* END basicInfoDialog */ /* END settings dialog */ /* new settings dialog */ /* #dialog.dialog_signout { } .dialogWrapper { } .dialogButtons { } .dialogText //sama kuin detailText { color: #fff; font-size: 22px; line-height: 32px; margin-bottom: 30px; } .dialogButton { } .dialogTitle, #dialogTitle { font-size: 32px; height: 40px; line-height: 40px; margin-top: 40px; display: inline; } #dialogText:after, .dialogText:after { content:"\A"; white-space:pre; display:inline; } .dialogText, .detailText { color: #fff; font-size: 22px; line-height: 32px; margin-bottom: 30px; position:relative; top: 130px; display: inline; } #pin_entry_dialog .detailText { top: 150px; color: #6a6a6a; } */ .dialogTitle, #dialogTitle { display: inline-block; font-size: 54px; line-height: 40px; margin-bottom: 30px; max-height: 40px; width: 100%; color: #eff1ef; } #dialog.episodelist .dialogText { display: none; } .dialogText { color: #eff1ef; display: block; font-size: 24px; line-height: 30px; max-height: 30px; } .basicInfoDialog.longText .dialogText { max-height: inherit; } .dialogText .dialogRow:last-child { } /* LIST dialog */ .list #dialogButtons, .episodelist #dialogButtons { display: table-cell; width: 390px; left: 445px; position: relative; } .dialogControls{ display: inline-block; vertical-align: middle; margin-left: 250px; } #dialog_logo { background-image: url(icons/dialog_logo.png); position: absolute; top: 20px; left: 85px; width: 165px; height: 100px; background-repeat: no-repeat; } #dialog_time { position: absolute; top: 60px; left: 260px; font-size: 26px; height: 30px; line-height: 30px; color: #fff; } /* .ch_149 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_101 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_151 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_155 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_153 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_154 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_102 .focused { background-color: rgba(255,255,255,1); color: #000;} .ch_193 .focused { background-color: rgba(100,170,220,1); } .ch_191 .focused { background-color: rgba(238,25,39,1); } .ch_189 .focused { background-color: rgba(233,82,141,1); } .ch_192.focused { background-color: rgba(255,255,255,1); color: #000;} .ch_188 .focused { background-color: rgba(98,165,80,1); } .ch_190 .focused { background-color: rgba(0,153,204,1); } */
src/travel/templates/travel/buckets/compare.html
dakrauth/travel
{% extends "travel/base.html" %} {% block travel_heading %}Bucket List: {{ bucket_list.title }}{% endblock travel_heading %} {% block travel_content %} <p>{{ bucket_list.description }}</p> <table class="bucket-result table table-striped travel-action"> <thead> <tr class=""> <th></th> <th>Entity</th> {% for result in results %} <th class="text-center">{{ result.username }}</th> {% endfor %} </tr> </thead> <tbody> {% for entity in entities %} <tr data-id="{{ entity.id }}"> <td>{% if entity.flag %} <img class="flag flag-sm" src="{{ entity.flag.thumb_url }}" />{% endif %} </td> <td> <a href="{{ entity.get_absolute_url }}">{{ entity.descriptive_name }}</a> </td> {% for result in results %} <td class="text-center" style="font-size: 1.125em"> {% include "travel/_visited.html" with id=entity.id checklist=result.entities %} </td> {% endfor %} </tr> {% endfor %} </tbody> </table> {% endblock travel_content %}
javadoc/com/github/scuwr/snitchvisualizer/classobjects/Block.html
Scuwr/Snitch-Visualizer
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Fri May 29 00:05:33 EDT 2015 --> <title>Block</title> <meta name="date" content="2015-05-29"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="Block"; } } catch(err) { } //--> var methods = {"i0":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/github/scuwr/snitchvisualizer/classobjects/Block.html" target="_top">Frames</a></li> <li><a href="Block.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">com.github.scuwr.snitchvisualizer.classobjects</div> <h2 title="Class Block" class="title">Class Block</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li>java.lang.Object</li> <li> <ul class="inheritance"> <li>com.github.scuwr.snitchvisualizer.classobjects.Block</li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <hr> <br> <pre>public class <span class="typeNameLabel">Block</span> extends java.lang.Object</pre> <div class="block">Lightweight representation of a block manipulation as reported by a snitch.</div> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- ======== NESTED CLASS SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="nested.class.summary"> <!-- --> </a> <h3>Nested Class Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation"> <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Class and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>static class&nbsp;</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects">Block.Action</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation"> <caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Field and Description</th> </tr> <tr class="altColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#details">details</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>java.lang.String</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#playerName">playerName</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects">Block.Action</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#type">type</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#x">x</a></span></code>&nbsp;</td> </tr> <tr class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#y">y</a></span></code>&nbsp;</td> </tr> <tr class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#z">z</a></span></code>&nbsp;</td> </tr> </table> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#Block-int-int-int-com.github.scuwr.snitchvisualizer.classobjects.Block.Action-java.lang.String-java.lang.String-">Block</a></span>(int&nbsp;x, int&nbsp;y, int&nbsp;z, <a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects">Block.Action</a>&nbsp;t, java.lang.String&nbsp;playerName, java.lang.String&nbsp;details)</code> <div class="block">Creates a new block interaction record</div> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>double</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.html#getDistance--">getDistance</a></span>()</code> <div class="block">Quick check of distance from the interaction event to the player.</div> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class&nbsp;java.lang.Object</h3> <code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ============ FIELD DETAIL =========== --> <ul class="blockList"> <li class="blockList"><a name="field.detail"> <!-- --> </a> <h3>Field Detail</h3> <a name="x"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>x</h4> <pre>public&nbsp;int x</pre> </li> </ul> <a name="y"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>y</h4> <pre>public&nbsp;int y</pre> </li> </ul> <a name="z"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>z</h4> <pre>public&nbsp;int z</pre> </li> </ul> <a name="type"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>type</h4> <pre>public&nbsp;<a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects">Block.Action</a> type</pre> </li> </ul> <a name="playerName"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>playerName</h4> <pre>public&nbsp;java.lang.String playerName</pre> </li> </ul> <a name="details"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>details</h4> <pre>public&nbsp;java.lang.String details</pre> </li> </ul> </li> </ul> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="Block-int-int-int-com.github.scuwr.snitchvisualizer.classobjects.Block.Action-java.lang.String-java.lang.String-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>Block</h4> <pre>public&nbsp;Block(int&nbsp;x, int&nbsp;y, int&nbsp;z, <a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects">Block.Action</a>&nbsp;t, java.lang.String&nbsp;playerName, java.lang.String&nbsp;details)</pre> <div class="block">Creates a new block interaction record</div> <dl> <dt><span class="paramLabel">Parameters:</span></dt> <dd><code>x</code> - X coord location of interaction</dd> <dd><code>y</code> - Y coord location of interaction</dd> <dd><code>z</code> - Z coord location of interaction</dd> <dd><code>t</code> - type of interaction</dd> <dd><code>playerName</code> - The name of the player as reported</dd> <dd><code>details</code> - Details of the interaction</dd> </dl> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getDistance--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>getDistance</h4> <pre>public&nbsp;double&nbsp;getDistance()</pre> <div class="block">Quick check of distance from the interaction event to the player.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>the distance (Cartesian) of the block interaction from the player.</dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../../../../../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../../../../../deprecated-list.html">Deprecated</a></li> <li><a href="../../../../../index-all.html">Index</a></li> <li><a href="../../../../../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li>Prev&nbsp;Class</li> <li><a href="../../../../../com/github/scuwr/snitchvisualizer/classobjects/Block.Action.html" title="enum in com.github.scuwr.snitchvisualizer.classobjects"><span class="typeNameLink">Next&nbsp;Class</span></a></li> </ul> <ul class="navList"> <li><a href="../../../../../index.html?com/github/scuwr/snitchvisualizer/classobjects/Block.html" target="_top">Frames</a></li> <li><a href="Block.html" target="_top">No&nbsp;Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../../../../../allclasses-noframe.html">All&nbsp;Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary:&nbsp;</li> <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li> <li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail:&nbsp;</li> <li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li> <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> </body> </html>
src/readmore.css
zhaowenyi94/hey-spark
.readmore-button{ background: #87B9E2; color: #FFFFFF; border: 0; border-radius: 4px; } .readmore-button:hover{ background: #69A8DA; }
docs/api/Auth0.ManagementApi.Models.LogEntry.html
auth0/auth0.net
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class LogEntry </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class LogEntry "> <meta name="generator" content="docfx 2.59.0.0"> <link rel="shortcut icon" href="../images/logo.png"> <link rel="stylesheet" href="../styles/docfx.vendor.css"> <link rel="stylesheet" href="../styles/docfx.css"> <link rel="stylesheet" href="../styles/main.css"> <meta property="docfx:navrel" content="../toc.html"> <meta property="docfx:tocrel" content="toc.html"> </head> <body data-spy="scroll" data-target="#affix" data-offset="120"> <div id="wrapper"> <header> <nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="../index.html"> <img id="logo" class="svg" src="../images/logo.svg" alt=""> </a> </div> <div class="collapse navbar-collapse" id="navbar"> <form class="navbar-form navbar-right" role="search" id="search"> <div class="form-group"> <input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> </div> </form> </div> </div> </nav> <div class="subnav navbar navbar-default"> <div class="container hide-when-search" id="breadcrumb"> <ul class="breadcrumb"> <li></li> </ul> </div> </div> </header> <div role="main" class="container body-content hide-when-search"> <div class="sidenav hide-when-search"> <a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> <div class="sidetoggle collapse" id="sidetoggle"> <div id="sidetoc"></div> </div> </div> <div class="article row grid-right"> <div class="col-md-10"> <article class="content wrap" id="_content" data-uid="Auth0.ManagementApi.Models.LogEntry"> <h1 id="Auth0_ManagementApi_Models_LogEntry" data-uid="Auth0.ManagementApi.Models.LogEntry" class="text-break">Class LogEntry </h1> <div class="markdown level0 summary"><p>Information about a log entry</p> </div> <div class="markdown level0 conceptual"></div> <div class="inheritance"> <h5>Inheritance</h5> <div class="level0"><span class="xref">System.Object</span></div> <div class="level1"><span class="xref">LogEntry</span></div> </div> <div class="inheritedMembers"> <h5>Inherited Members</h5> <div> <span class="xref">System.Object.Equals(System.Object)</span> </div> <div> <span class="xref">System.Object.Equals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.GetHashCode()</span> </div> <div> <span class="xref">System.Object.GetType()</span> </div> <div> <span class="xref">System.Object.MemberwiseClone()</span> </div> <div> <span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span> </div> <div> <span class="xref">System.Object.ToString()</span> </div> </div> <h6><strong>Namespace</strong>: <a class="xref" href="Auth0.ManagementApi.Models.html">Auth0.ManagementApi.Models</a></h6> <h6><strong>Assembly</strong>: Auth0.ManagementApi.dll</h6> <h5 id="Auth0_ManagementApi_Models_LogEntry_syntax">Syntax</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">public class LogEntry</code></pre> </div> <h3 id="properties">Properties </h3> <a id="Auth0_ManagementApi_Models_LogEntry_ClientId_" data-uid="Auth0.ManagementApi.Models.LogEntry.ClientId*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_ClientId" data-uid="Auth0.ManagementApi.Models.LogEntry.ClientId">ClientId</h4> <div class="markdown level1 summary"><p>The identifier of the client</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;client_id&quot;)] public string ClientId { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_ClientName_" data-uid="Auth0.ManagementApi.Models.LogEntry.ClientName*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_ClientName" data-uid="Auth0.ManagementApi.Models.LogEntry.ClientName">ClientName</h4> <div class="markdown level1 summary"><p>The name of the client</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;client_name&quot;)] public string ClientName { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Connection_" data-uid="Auth0.ManagementApi.Models.LogEntry.Connection*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Connection" data-uid="Auth0.ManagementApi.Models.LogEntry.Connection">Connection</h4> <div class="markdown level1 summary"><p>The name of the connection</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;connection&quot;)] public string Connection { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_ConnectionId_" data-uid="Auth0.ManagementApi.Models.LogEntry.ConnectionId*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_ConnectionId" data-uid="Auth0.ManagementApi.Models.LogEntry.ConnectionId">ConnectionId</h4> <div class="markdown level1 summary"><p>The id of the connection</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;connection_id&quot;)] public string ConnectionId { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Date_" data-uid="Auth0.ManagementApi.Models.LogEntry.Date*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Date" data-uid="Auth0.ManagementApi.Models.LogEntry.Date">Date</h4> <div class="markdown level1 summary"><p>The date when the event was created</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;date&quot;)] public DateTime Date { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.DateTime</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Description_" data-uid="Auth0.ManagementApi.Models.LogEntry.Description*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Description" data-uid="Auth0.ManagementApi.Models.LogEntry.Description">Description</h4> <div class="markdown level1 summary"><p>A description for the event</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;description&quot;)] public string Description { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Details_" data-uid="Auth0.ManagementApi.Models.LogEntry.Details*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Details" data-uid="Auth0.ManagementApi.Models.LogEntry.Details">Details</h4> <div class="markdown level1 summary"><p>Additional (and very useful) details about the event.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;details&quot;)] public dynamic Details { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Object</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_HostName_" data-uid="Auth0.ManagementApi.Models.LogEntry.HostName*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_HostName" data-uid="Auth0.ManagementApi.Models.LogEntry.HostName">HostName</h4> <div class="markdown level1 summary"><p>The hostname for the request.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;hostname&quot;)] public string HostName { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Id_" data-uid="Auth0.ManagementApi.Models.LogEntry.Id*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Id" data-uid="Auth0.ManagementApi.Models.LogEntry.Id">Id</h4> <div class="markdown level1 summary"><p>The unique identifier for the log entry</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;_id&quot;)] public string Id { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_ImpersonatorUserId_" data-uid="Auth0.ManagementApi.Models.LogEntry.ImpersonatorUserId*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_ImpersonatorUserId" data-uid="Auth0.ManagementApi.Models.LogEntry.ImpersonatorUserId">ImpersonatorUserId</h4> <div class="markdown level1 summary"><p>The User ID of the user for an impersonation request.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;impersonator_user_id&quot;)] public string ImpersonatorUserId { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_ImpersonatorUserName_" data-uid="Auth0.ManagementApi.Models.LogEntry.ImpersonatorUserName*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_ImpersonatorUserName" data-uid="Auth0.ManagementApi.Models.LogEntry.ImpersonatorUserName">ImpersonatorUserName</h4> <div class="markdown level1 summary"><p>The Username of the user for an impersonation request.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;impersonator_user_name&quot;)] public string ImpersonatorUserName { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_IpAddress_" data-uid="Auth0.ManagementApi.Models.LogEntry.IpAddress*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_IpAddress" data-uid="Auth0.ManagementApi.Models.LogEntry.IpAddress">IpAddress</h4> <div class="markdown level1 summary"><p>The IP address of the log event source</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;ip&quot;)] public string IpAddress { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_IsMobile_" data-uid="Auth0.ManagementApi.Models.LogEntry.IsMobile*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_IsMobile" data-uid="Auth0.ManagementApi.Models.LogEntry.IsMobile">IsMobile</h4> <div class="markdown level1 summary"><p>Whether the event was from a mobile device.</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;isMobile&quot;)] public bool? IsMobile { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Nullable</span>&lt;<span class="xref">System.Boolean</span>&gt;</td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_LocationInfo_" data-uid="Auth0.ManagementApi.Models.LogEntry.LocationInfo*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_LocationInfo" data-uid="Auth0.ManagementApi.Models.LogEntry.LocationInfo">LocationInfo</h4> <div class="markdown level1 summary"><p>Additional details about the event&apos;s ip trace location. If the ip matches either as private or localhost it returns an empty object</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;location_info&quot;)] public dynamic LocationInfo { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.Object</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Strategy_" data-uid="Auth0.ManagementApi.Models.LogEntry.Strategy*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Strategy" data-uid="Auth0.ManagementApi.Models.LogEntry.Strategy">Strategy</h4> <div class="markdown level1 summary"><p>The strategy used</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;strategy&quot;)] public string Strategy { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_StrategyType_" data-uid="Auth0.ManagementApi.Models.LogEntry.StrategyType*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_StrategyType" data-uid="Auth0.ManagementApi.Models.LogEntry.StrategyType">StrategyType</h4> <div class="markdown level1 summary"><p>The strategy type</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;strategy_type&quot;)] public string StrategyType { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_Type_" data-uid="Auth0.ManagementApi.Models.LogEntry.Type*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_Type" data-uid="Auth0.ManagementApi.Models.LogEntry.Type">Type</h4> <div class="markdown level1 summary"><p>The log event type</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;type&quot;)] public string Type { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_UserAgent_" data-uid="Auth0.ManagementApi.Models.LogEntry.UserAgent*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_UserAgent" data-uid="Auth0.ManagementApi.Models.LogEntry.UserAgent">UserAgent</h4> <div class="markdown level1 summary"><p>The user&apos;s browser user-agent</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;user_agent&quot;)] public string UserAgent { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_UserId_" data-uid="Auth0.ManagementApi.Models.LogEntry.UserId*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_UserId" data-uid="Auth0.ManagementApi.Models.LogEntry.UserId">UserId</h4> <div class="markdown level1 summary"><p>The user&apos;s unique identifier</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;user_id&quot;)] public string UserId { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> <a id="Auth0_ManagementApi_Models_LogEntry_UserName_" data-uid="Auth0.ManagementApi.Models.LogEntry.UserName*"></a> <h4 id="Auth0_ManagementApi_Models_LogEntry_UserName" data-uid="Auth0.ManagementApi.Models.LogEntry.UserName">UserName</h4> <div class="markdown level1 summary"><p>The user&apos;s name</p> </div> <div class="markdown level1 conceptual"></div> <h5 class="decalaration">Declaration</h5> <div class="codewrapper"> <pre><code class="lang-csharp hljs">[JsonProperty(&quot;user_name&quot;)] public string UserName { get; set; }</code></pre> </div> <h5 class="propertyValue">Property Value</h5> <table class="table table-bordered table-striped table-condensed"> <thead> <tr> <th>Type</th> <th>Description</th> </tr> </thead> <tbody> <tr> <td><span class="xref">System.String</span></td> <td></td> </tr> </tbody> </table> </article> </div> <div class="hidden-sm col-md-2" role="complementary"> <div class="sideaffix"> <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> <h5>In This Article</h5> <div></div> </nav> </div> </div> </div> </div> <footer> <div class="grad-bottom"></div> <div class="footer"> <div class="container"> <span class="pull-right"> <a href="#top">Back to top</a> </span> <span>Generated by <strong>DocFX</strong></span> </div> </div> </footer> </div> <script type="text/javascript" src="../styles/docfx.vendor.js"></script> <script type="text/javascript" src="../styles/docfx.js"></script> <script type="text/javascript" src="../styles/main.js"></script> </body> </html>
meta/templates/web-speech-api-search-input.html
jasonclark/voice-user-interface
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=Edge"> <title>Voice User Interface - Web Speech API demo</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Demonstration of Web Speech API input form that runs search after voice command."> <!-- minimum viable social tags --> <meta property="og:title" content="Voice User Interface - Web Speech API"/> <meta property="og:description" content="Prototypes that demonstrate voice user interfaces for libraries."/> <meta property="og:image" content="http://www.lib.montana.edu/~jason/meta/img/clark-share-default.png"/> <meta property="og:url" content="http://www.lib.montana.edu/~jason/files/voice-user-interface/"/> <meta property="og:type" content="website"/> <meta name="twitter:creator" property="og:site_name" content="@jaclark"/> <meta name="twitter:card" content="summary_large_image"/> <meta name="twitter:site" content="http://www.jasonclark.info"/> <!--<link rel="canonical" href="https://">--> <!--<link rel="alternate" href="https://">--> <!--<link rel="stylesheet" href="css/style.css">--> <!--[if IE]> <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body id="home"> <h1>Web Speech API demo - Speak to Search</h1> <form action="https://arc.lib.montana.edu/digital-collections/index.php"> <input type="search" id="q" name="q" results="5" autofocus autosave="unique" placeholder="search..."> <input id="talk" type="button" value="record"> </form> <p id="message"></p> <script type="text/javascript"> window.addEventListener('load', () => { //set global speech and message variables window.SpeechRecognition = window.SpeechRecognition || window.webkitSpeechRecognition || null; const msg = document.getElementById("message"); const q = document.getElementById("q"); //check for speech recognition API support if (window.SpeechRecognition === null) { //disable talk+record input document.getElementById("talk").setAttribute('disabled', 'disabled'); msg.innerHTML = '<strong class="loading">Bummer… your browser does not support speech input. Type in your search and hit enter.</strong>'; } else { const recognition = new window.SpeechRecognition(); //recognition.continuous = true; // keep processing input until stopped //recognition.interimResults = true; // show interim results recognition.lang = 'en-US'; // specify the language recognition.onresult = event => { if (event.results.length > 0) { msg.innerHTML = '<strong class="loading">Hold on... running your search.</strong>'; q.value = event.results[0][0].transcript; q.form.submit(); } }; //set up event to start recognition when input is clicked/touched document.getElementById("talk").addEventListener('click', () => { recognition.start(); msg.innerHTML = '<strong class="loading">Talk to me…</strong>'; }); //set error message if recognition fails recognition.onerror = event => { msg.innerHTML = '<strong class="loading">Could not hear you. Can you try again?</strong>'; console.log(`Recognition error: ${event.message}`); }; } }, false); </script> </body> </html>
docs/_modules/pymatgen/ext/cod.html
nisse3000/pymatgen
<!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.ext.cod &#8212; pymatgen 2018.6.11 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="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link rel="shortcut icon" href="../../../_static/favicon.ico"/> <link rel="index" title="Index" href="../../../genindex.html" /> <link rel="search" title="Search" href="../../../search.html" /> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-33990148-1']); _gaq.push(['_trackPageview']); </script> </head><body> <div class="related" role="navigation" aria-label="related navigation"> <h3>Navigation</h3> <ul> <li class="right" style="margin-right: 10px"> <a href="../../../genindex.html" title="General Index" accesskey="I">index</a></li> <li class="right" > <a href="../../../py-modindex.html" title="Python Module Index" >modules</a> |</li> <li class="nav-item nav-item-0"><a href="../../../index.html">pymatgen 2018.6.11 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.ext.cod</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="sd">&quot;&quot;&quot;</span> <span class="sd">This module provides classes to interface with the Crystallography Open</span> <span class="sd">Database. If you use data from the COD, please cite the following works (as</span> <span class="sd">stipulated by the COD developers)::</span> <span class="sd"> Merkys, A., Vaitkus, A., Butkus, J., Okulič-Kazarinas, M., Kairys, V. &amp;</span> <span class="sd"> Gražulis, S. (2016) &quot;COD::CIF::Parser: an error-correcting CIF parser for</span> <span class="sd"> the Perl language&quot;. Journal of Applied Crystallography 49.</span> <span class="sd"> Gražulis, S., Merkys, A., Vaitkus, A. &amp; Okulič-Kazarinas, M. (2015)</span> <span class="sd"> &quot;Computing stoichiometric molecular composition from crystal structures&quot;.</span> <span class="sd"> Journal of Applied Crystallography 48, 85-91.</span> <span class="sd"> Gražulis, S., Daškevič, A., Merkys, A., Chateigner, D., Lutterotti, L.,</span> <span class="sd"> Quirós, M., Serebryanaya, N. R., Moeck, P., Downs, R. T. &amp; LeBail, A.</span> <span class="sd"> (2012) &quot;Crystallography Open Database (COD): an open-access collection of</span> <span class="sd"> crystal structures and platform for world-wide collaboration&quot;. Nucleic</span> <span class="sd"> Acids Research 40, D420-D427.</span> <span class="sd"> Grazulis, S., Chateigner, D., Downs, R. T., Yokochi, A. T., Quiros, M.,</span> <span class="sd"> Lutterotti, L., Manakova, E., Butkus, J., Moeck, P. &amp; Le Bail, A. (2009)</span> <span class="sd"> &quot;Crystallography Open Database – an open-access collection of crystal</span> <span class="sd"> structures&quot;. J. Appl. Cryst. 42, 726-729.</span> <span class="sd"> Downs, R. T. &amp; Hall-Wallace, M. (2003) &quot;The American Mineralogist Crystal</span> <span class="sd"> Structure Database&quot;. American Mineralogist 88, 247-250.</span> <span class="sd">&quot;&quot;&quot;</span> <span class="kn">import</span> <span class="nn">requests</span> <span class="kn">import</span> <span class="nn">subprocess</span> <span class="kn">from</span> <span class="nn">monty.dev</span> <span class="k">import</span> <span class="n">requires</span> <span class="kn">from</span> <span class="nn">monty.os.path</span> <span class="k">import</span> <span class="n">which</span> <span class="kn">import</span> <span class="nn">re</span> <span class="kn">from</span> <span class="nn">pymatgen.core.composition</span> <span class="k">import</span> <span class="n">Composition</span> <span class="kn">from</span> <span class="nn">pymatgen.core.structure</span> <span class="k">import</span> <span class="n">Structure</span> <span class="kn">from</span> <span class="nn">pymatgen.util.string</span> <span class="k">import</span> <span class="n">formula_double_format</span> <span class="n">__author__</span> <span class="o">=</span> <span class="s2">&quot;Shyue Ping Ong&quot;</span> <span class="n">__copyright__</span> <span class="o">=</span> <span class="s2">&quot;Copyright 2012, The Materials Project&quot;</span> <span class="n">__version__</span> <span class="o">=</span> <span class="s2">&quot;1.0&quot;</span> <span class="n">__maintainer__</span> <span class="o">=</span> <span class="s2">&quot;Shyue Ping Ong&quot;</span> <span class="n">__email__</span> <span class="o">=</span> <span class="s2">&quot;shyuep@gmail.com&quot;</span> <div class="viewcode-block" id="COD"><a class="viewcode-back" href="../../../pymatgen.ext.cod.html#pymatgen.ext.cod.COD">[docs]</a><span class="k">class</span> <span class="nc">COD</span><span class="p">(</span><span class="nb">object</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> An interface to the Crystallography Open Database.</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="k">pass</span> <div class="viewcode-block" id="COD.query"><a class="viewcode-back" href="../../../pymatgen.ext.cod.html#pymatgen.ext.cod.COD.query">[docs]</a> <span class="k">def</span> <span class="nf">query</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">sql</span><span class="p">):</span> <span class="n">r</span> <span class="o">=</span> <span class="n">subprocess</span><span class="o">.</span><span class="n">check_output</span><span class="p">([</span><span class="s2">&quot;mysql&quot;</span><span class="p">,</span> <span class="s2">&quot;-u&quot;</span><span class="p">,</span> <span class="s2">&quot;cod_reader&quot;</span><span class="p">,</span> <span class="s2">&quot;-h&quot;</span><span class="p">,</span> <span class="s2">&quot;www.crystallography.net&quot;</span><span class="p">,</span> <span class="s2">&quot;-e&quot;</span><span class="p">,</span> <span class="n">sql</span><span class="p">,</span> <span class="s2">&quot;cod&quot;</span><span class="p">])</span> <span class="k">return</span> <span class="n">r</span><span class="o">.</span><span class="n">decode</span><span class="p">(</span><span class="s2">&quot;utf-8&quot;</span><span class="p">)</span></div> <div class="viewcode-block" id="COD.get_cod_ids"><a class="viewcode-back" href="../../../pymatgen.ext.cod.html#pymatgen.ext.cod.COD.get_cod_ids">[docs]</a> <span class="nd">@requires</span><span class="p">(</span><span class="n">which</span><span class="p">(</span><span class="s2">&quot;mysql&quot;</span><span class="p">),</span> <span class="s2">&quot;mysql must be installed to use this query.&quot;</span><span class="p">)</span> <span class="k">def</span> <span class="nf">get_cod_ids</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">formula</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Queries the COD for all cod ids associated with a formula. Requires</span> <span class="sd"> mysql executable to be in the path.</span> <span class="sd"> Args:</span> <span class="sd"> formula (str): Formula.</span> <span class="sd"> Returns:</span> <span class="sd"> List of cod ids.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="c1"># TODO: Remove dependency on external mysql call. MySQL-python package does not support Py3!</span> <span class="c1"># Standardize formula to the version used by COD.</span> <span class="n">sql</span> <span class="o">=</span> <span class="s1">&#39;select file from data where formula=&quot;- </span><span class="si">%s</span><span class="s1"> -&quot;&#39;</span> <span class="o">%</span> \ <span class="n">Composition</span><span class="p">(</span><span class="n">formula</span><span class="p">)</span><span class="o">.</span><span class="n">hill_formula</span> <span class="n">text</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">sql</span><span class="p">)</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">cod_ids</span> <span class="o">=</span> <span class="p">[]</span> <span class="k">for</span> <span class="n">l</span> <span class="ow">in</span> <span class="n">text</span><span class="p">:</span> <span class="n">m</span> <span class="o">=</span> <span class="n">re</span><span class="o">.</span><span class="n">search</span><span class="p">(</span><span class="sa">r</span><span class="s2">&quot;(\d+)&quot;</span><span class="p">,</span> <span class="n">l</span><span class="p">)</span> <span class="k">if</span> <span class="n">m</span><span class="p">:</span> <span class="n">cod_ids</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="nb">int</span><span class="p">(</span><span class="n">m</span><span class="o">.</span><span class="n">group</span><span class="p">(</span><span class="mi">1</span><span class="p">)))</span> <span class="k">return</span> <span class="n">cod_ids</span></div> <div class="viewcode-block" id="COD.get_structure_by_id"><a class="viewcode-back" href="../../../pymatgen.ext.cod.html#pymatgen.ext.cod.COD.get_structure_by_id">[docs]</a> <span class="k">def</span> <span class="nf">get_structure_by_id</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">cod_id</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Queries the COD for a structure by id.</span> <span class="sd"> Args:</span> <span class="sd"> cod_id (int): COD id.</span> <span class="sd"> kwargs: All kwargs supported by</span> <span class="sd"> :func:`pymatgen.core.structure.Structure.from_str`.</span> <span class="sd"> Returns:</span> <span class="sd"> A Structure.</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;http://www.crystallography.net/cod/</span><span class="si">%s</span><span class="s2">.cif&quot;</span> <span class="o">%</span> <span class="n">cod_id</span><span class="p">)</span> <span class="k">return</span> <span class="n">Structure</span><span class="o">.</span><span class="n">from_str</span><span class="p">(</span><span class="n">r</span><span class="o">.</span><span class="n">text</span><span class="p">,</span> <span class="n">fmt</span><span class="o">=</span><span class="s2">&quot;cif&quot;</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span></div> <div class="viewcode-block" id="COD.get_structure_by_formula"><a class="viewcode-back" href="../../../pymatgen.ext.cod.html#pymatgen.ext.cod.COD.get_structure_by_formula">[docs]</a> <span class="nd">@requires</span><span class="p">(</span><span class="n">which</span><span class="p">(</span><span class="s2">&quot;mysql&quot;</span><span class="p">),</span> <span class="s2">&quot;mysql must be installed to use this query.&quot;</span><span class="p">)</span> <span class="k">def</span> <span class="nf">get_structure_by_formula</span><span class="p">(</span><span class="bp">self</span><span class="p">,</span> <span class="n">formula</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">):</span> <span class="sd">&quot;&quot;&quot;</span> <span class="sd"> Queries the COD for structures by formula. Requires mysql executable to</span> <span class="sd"> be in the path.</span> <span class="sd"> Args:</span> <span class="sd"> cod_id (int): COD id.</span> <span class="sd"> kwargs: All kwargs supported by</span> <span class="sd"> :func:`pymatgen.core.structure.Structure.from_str`.</span> <span class="sd"> Returns:</span> <span class="sd"> A list of dict of the format</span> <span class="sd"> [{&quot;structure&quot;: Structure, &quot;cod_id&quot;: cod_id, &quot;sg&quot;: &quot;P n m a&quot;}]</span> <span class="sd"> &quot;&quot;&quot;</span> <span class="n">structures</span> <span class="o">=</span> <span class="p">[]</span> <span class="n">sql</span> <span class="o">=</span> <span class="s1">&#39;select file, sg from data where formula=&quot;- </span><span class="si">%s</span><span class="s1"> -&quot;&#39;</span> <span class="o">%</span> \ <span class="n">Composition</span><span class="p">(</span><span class="n">formula</span><span class="p">)</span><span class="o">.</span><span class="n">hill_formula</span> <span class="n">text</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">query</span><span class="p">(</span><span class="n">sql</span><span class="p">)</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">text</span><span class="o">.</span><span class="n">pop</span><span class="p">(</span><span class="mi">0</span><span class="p">)</span> <span class="k">for</span> <span class="n">l</span> <span class="ow">in</span> <span class="n">text</span><span class="p">:</span> <span class="k">if</span> <span class="n">l</span><span class="o">.</span><span class="n">strip</span><span class="p">():</span> <span class="n">cod_id</span><span class="p">,</span> <span class="n">sg</span> <span class="o">=</span> <span class="n">l</span><span class="o">.</span><span class="n">split</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\t</span><span class="s2">&quot;</span><span class="p">)</span> <span class="n">r</span> <span class="o">=</span> <span class="n">requests</span><span class="o">.</span><span class="n">get</span><span class="p">(</span><span class="s2">&quot;http://www.crystallography.net/cod/</span><span class="si">%s</span><span class="s2">.cif&quot;</span> <span class="o">%</span> <span class="n">cod_id</span><span class="o">.</span><span class="n">strip</span><span class="p">())</span> <span class="k">try</span><span class="p">:</span> <span class="n">s</span> <span class="o">=</span> <span class="n">Structure</span><span class="o">.</span><span class="n">from_str</span><span class="p">(</span><span class="n">r</span><span class="o">.</span><span class="n">text</span><span class="p">,</span> <span class="n">fmt</span><span class="o">=</span><span class="s2">&quot;cif&quot;</span><span class="p">,</span> <span class="o">**</span><span class="n">kwargs</span><span class="p">)</span> <span class="n">structures</span><span class="o">.</span><span class="n">append</span><span class="p">({</span><span class="s2">&quot;structure&quot;</span><span class="p">:</span> <span class="n">s</span><span class="p">,</span> <span class="s2">&quot;cod_id&quot;</span><span class="p">:</span> <span class="nb">int</span><span class="p">(</span><span class="n">cod_id</span><span class="p">),</span> <span class="s2">&quot;sg&quot;</span><span class="p">:</span> <span class="n">sg</span><span class="p">})</span> <span class="k">except</span> <span class="ne">Exception</span><span class="p">:</span> <span class="kn">import</span> <span class="nn">warnings</span> <span class="n">warnings</span><span class="o">.</span><span class="n">warn</span><span class="p">(</span><span class="s2">&quot;</span><span class="se">\n</span><span class="s2">Structure.from_str failed while parsing CIF file:</span><span class="se">\n</span><span class="si">%s</span><span class="s2">&quot;</span> <span class="o">%</span> <span class="n">r</span><span class="o">.</span><span class="n">text</span><span class="p">)</span> <span class="k">raise</span> <span class="k">return</span> <span class="n">structures</span></div></div> </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 2018.6.11 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.7.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>
style.css
RithwikAnand/Force-Bubble-Chart
/** MobiGenie Styles**/ .mobi-box-wrap { display: block; background: white; border: 1px solid; border-color: #e5e5e5 #dbdbdb #d2d2d2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; -moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px; box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px; } /** MobiGenie Styles**/ body { background: rgb(238, 238, 238); font-family: cursive; } #content { margin: 50px auto; width: 980px; } .fbchart-widget-container { position: relative; height: 600px; } .fbchart-widget-container .filter-content { width: 280px; height: 100%; position: absolute; left: 0px; border-right: 2px solid rgb(0, 148, 207); -webkit-transition: width 750ms; } .fbchart-widget-container .filter-content .filter-title-content { position: relative; height: 50px; line-height: 50px; width: 100%; border-bottom: 2px solid rgb(0, 148, 207); } .fbchart-widget-container .filter-content .filter-title-content .title { width: 200px; position: absolute; left: 0px; text-align: center; } .fbchart-widget-container .filter-content .filter-title-content .filter-hide-icon { position: absolute; right: 0px; cursor: pointer; } .fbchart-widget-container .filter-content .filter-main-content { margin: 10px; padding: 0px 5px; box-shadow: 0 0 3px 1px rgb(204, 204, 204); -webkit-box-shadow: 0 0 3px 1px rgb(204, 204, 204); -moz-box-shadow: 0 0 3px 1px #ccc; border: 1px solid rgb(204, 204, 204); font-size: 12px; max-height: 530px; overflow: auto; } .fbchart-widget-container .filter-content .filter-main-content .filter-group { border-bottom: 1px solid black; padding: 10px 0px; } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name { position: relative; padding-bottom: 5px; margin-left: 3px; } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-name-text { font-weight: bold; } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-name-no { display: none; font-weight: bold; margin-left: 3px; } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-clear-text { display: none; cursor: pointer; color: rgb(153, 153, 153); margin-left: 5px; text-decoration: underline; } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-clear-text:hover { color: rgb(34, 34, 34); } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-collapse-icon { position: absolute; right: 0px; margin-right: 5px; cursor: pointer; color: rgb(153, 153, 153); } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-name .filter-collapse-icon:hover { color: rgb(34, 34, 34); } .fbchart-widget-container .filter-content .filter-main-content .filter-group .filter-value-group { height: 0px; -webkit-transition: height 750ms; overflow: auto; } .fbchart-widget-container .main-content { width: 696px; height: 100%; position: absolute; right: 0px; -webkit-transition: width 750ms; } .fbchart-widget-container .main-content .main-title-content { height: 50px; line-height: 50px; width: 100%; border-bottom: 2px solid rgb(0, 148, 207); } .fbchart-widget-container .main-content .main-title-content .filter-show-icon { display: none; cursor: pointer; } .fbchart-widget-container .main-content .main-title-content .main-title-text { margin-left: 200px; } .fbchart-widget-container .main-content .main-title-content .main-title-select { font-family: cursive; } .fbchart-widget-container .main-content .chart-holder { margin: 10px; }
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0ea5177e1655477c0f99afde5f4909f8b73c0faabd74a2b8adb00cc34f2d4b15.html
simonmysun/praxis
<!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="./31e729a1da22ef9bf2024c56ce5f202578e4d79c1c858c6990179db6daa00ce3.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>
2013/05/12/opening-a-bottle-of-beer-with-a-sheet-of-paper-it-only-takes-3-pieces.html
StTu/stuart-james.net
<!DOCTYPE HTML> <!-- Future Imperfect by HTML5 UP html5up.net | @n33co Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) --> <html> <head> <title>Stuart James' Journal</title> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <!--[if lte IE 8]><script src="js/ie/html5shiv.js"></script><![endif]--> <link rel="stylesheet" href="/css/main.css"> <!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]--> <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]--> </head> <body> <!-- Wrapper --> <div id="wrapper"> <!-- Header --> <header id="header"> <h1><a href="http://stuart-james.net">Stuart James' Journal</a></h1> <nav class="links"> <!-- <ul> <li><a href="#">Lorem</a></li> <li><a href="#">Ipsum</a></li> <li><a href="#">Feugiat</a></li> <li><a href="#">Tempus</a></li> <li><a href="#">Adipiscing</a></li> </ul> --> </nav> <nav class="main"> <ul> <li class="search"> <a class="fa-search" href="#search">Search</a> <form id="search" method="get" action="#"> <input type="text" name="query" placeholder="Search" /> </form> </li> <li class="menu"> <a class="fa-bars" href="#menu">Menu</a> </li> </ul> </nav> </header> <!-- Menu --> <section id="menu"> <!-- Search --> <!-- <section> <form class="search" method="get" action="#"> <input type="text" name="query" placeholder="Search" /> </form> </section> --> <!-- Links --> <section> <ul class="links"> <li> <li> <a class="" href="http://stuartjames.info">About</a> </li> <li> <a class="" href="http://stuart-james.net">Blog</a> </li> <li> <a class="" href="/Publications">Research</a> </li> <li> <a class="" href="http://stuartjames.info/contact.aspx">Contact</a> </li> </ul> </section> <!-- Actions --> <!-- <section> <ul class="actions vertical"> <li><a href="#" class="button big fit">Log In</a></li> </ul> </section> --> </section> <!-- Main --> <div id="main"> <!-- Post --> <article class="post"> <header> <div class="title"> <h2><a href="/2013/05/12/opening-a-bottle-of-beer-with-a-sheet-of-paper-it-only-takes-3-pieces.html">Opening a bottle of Beer with a sheet of Paper, it only takes 3 pieces!</a></h2> <!-- <p>Lorem ipsum dolor amet nullam consequat etiam feugiat</p> --> </div> <div class="meta"> <time class="published" datetime="2013-05-12">May 12, 2013</time> <h6>Read time less than 1 minute</h6> <!-- <a href="#" class="author"><span class="name">Jane Doe</span><img src="images/avatar.jpg" alt="" /></a> --> </div> </header> <p><a href="http://stuartjames.info/Data/Sites/5/media/wlw/image_21.png"><img title="image" style="width: 100%; display: inline;" alt="image" src="http://stuartjames.info/Data/Sites/5/media/wlw/image_thumb_21.png"></a></p><p>&nbsp;</p><p>So the title lies when I state it only takes three pieces of paper, if you have the skills (and possible muscle) I lack then you can do it in one! How cool is that!!!</p><iframe width="560" height="315" src="http://www.youtube.com/embed/00DWLkVLbd4" frameborder="0" allowfullscreen></iframe><p>&nbsp;</p><p>Hopefully you will be more successful than me. Also I am not necessarily advocating drinking, so <a href="http://www.drinkaware.co.uk">www.drinkaware.co.uk</a>.</p><br /><a href='http://stuartjames.info/Journal/opening-a-bottle-of-beer-with-a-sheet-of-paper-it-only-takes-3-pieces.aspx'>Stuart James</a>&nbsp;&nbsp;<a href='http://stuartjames.info/Journal/opening-a-bottle-of-beer-with-a-sheet-of-paper-it-only-takes-3-pieces.aspx'>...</a> <hr /> <footer> <ul class="stats"> <!-- <li><a href="#">General</a></li> <li><a href="#" class="icon fa-heart">28</a></li> <li><a href="#" class="icon fa-comment">128</a></li> --> </ul> </footer> </article> <ul class="actions pagination"> <li><a href="/2013/05/12/c++-+-visual-studio-2012-(vs2012)-+-win8-converting-projects-up-some-conflicts-i-found.html" class="button big previous">Previous Post</a></li> <li><a href="/2013/05/12/rotor-style-skeleton-browser.html" class="button big next">Next Post</a></li> </ul> </div> <!-- Sidebar --> <section id="sidebar"> <!-- Intro --> <section id="intro"> <header> <h2>Stuart James' Journal</h2> <div style='float:left;'><a href="http://stuart-james.net" class="logo"><img src="/images/logo.jpg" alt="" /></a></div> <div style='float:left;'> <p>A simple little place for me to scribble down my thoughts and help my terrible memory</p> </div> <div style='clear:left;'></div> <hr /> <p>A little about me...</p> <p>I'm a <strong>Computer Vision</strong> and <strong>Machine learning</strong> researcher at <strong>UCL</strong>. Working in the VECG with Tim Weyrich. Previously from <strong>University of Surrey</strong> where I completed a Post-Doc and PhD studies.</p> </header> </section> <!-- Mini Posts --> <section> <div class="mini-posts"> <article class="mini-post"> <header> <h3><a href="/2016/08/26/british-library-dataset-style-transfer.html">Transferring old book image style to real world photos</a></h3> <time class="published" datetime="2016-08-26">August 26, 2016</time> <!--<a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a>--> </header> <a href="/2016/08/26/british-library-dataset-style-transfer.html" class="image"><img src="/images/blog/2016-08-26-style.jpg" alt="" /></a> </article> <!-- Mini Post --> <!-- <article class="mini-post"> <header> <h3><a href="#">Vitae sed condimentum</a></h3> <time class="published" datetime="2015-10-20">October 20, 2015</time> <a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a> </header> <a href="#" class="image"><img src="/images/pic04.jpg" alt="" /></a> </article> --> <article class="mini-post"> <header> <h3><a href="/2016/08/21/cheddar-gorge-relish-run.html">Cheddar Gorge Relish Run</a></h3> <time class="published" datetime="2016-08-21">August 21, 2016</time> <!--<a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a>--> </header> <a href="/2016/08/21/cheddar-gorge-relish-run.html" class="image"><img src="/images/blog/2016-08-21-cheddar-route.jpg" alt="" /></a> </article> <!-- Mini Post --> <!-- <article class="mini-post"> <header> <h3><a href="#">Vitae sed condimentum</a></h3> <time class="published" datetime="2015-10-20">October 20, 2015</time> <a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a> </header> <a href="#" class="image"><img src="/images/pic04.jpg" alt="" /></a> </article> --> <article class="mini-post"> <header> <h3><a href="/2016/07/31/San-Francisco-Second-Half.html">San Francisco Second Half Marathon</a></h3> <time class="published" datetime="2016-07-31">July 31, 2016</time> <!--<a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a>--> </header> <a href="/2016/07/31/San-Francisco-Second-Half.html" class="image"><img src="/images/blog/2016-07-31-san-fran-run.jpg" alt="" /></a> </article> <!-- Mini Post --> <!-- <article class="mini-post"> <header> <h3><a href="#">Vitae sed condimentum</a></h3> <time class="published" datetime="2015-10-20">October 20, 2015</time> <a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a> </header> <a href="#" class="image"><img src="/images/pic04.jpg" alt="" /></a> </article> --> <article class="mini-post"> <header> <h3><a href="/2016/06/23/getting-back-to-books.html">Getting back to books</a></h3> <time class="published" datetime="2016-06-23">June 23, 2016</time> <!--<a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a>--> </header> <a href="/2016/06/23/getting-back-to-books.html" class="image"><img src="/images/blog/2016-06-23-book.jpg" alt="" /></a> </article> <!-- Mini Post --> <!-- <article class="mini-post"> <header> <h3><a href="#">Vitae sed condimentum</a></h3> <time class="published" datetime="2015-10-20">October 20, 2015</time> <a href="#" class="author"><img src="/images/avatar.jpg" alt="" /></a> </header> <a href="#" class="image"><img src="/images/pic04.jpg" alt="" /></a> </article> --> </div> </section> <!-- Posts List --> <!-- Footer --> <section id="footer"> <ul class="icons"> <li><a href="https://twitter.com/sttujames" class="fa-twitter"><span class="label">Twitter</span></a></li> <li><a href="https://github.com/sttu" class="fa-github"><span class="label">GitHub</span></a></li> <li><a href="/feed.xml" class="fa-rss"><span class="label">RSS</span></a></li> <li><a href="mailto:contact@stuart-james.com" class="fa-envelope"><span class="label">Email</span></a></li> </ul> <p class="copyright">Copyright &copy; 2016 </p> <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','https://www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-7794553-4', 'auto'); ga('send', 'pageview'); </script> </section> </section> </div> <!-- Scripts --> <script src="/js/jquery.min.js"></script> <script src="/js/skel.min.js"></script> <script src="/js/util.js"></script> <!--[if lte IE 8]><script src="/assets/js/ie/respond.min.js"></script><![endif]--> <script src="/js/main.js"></script> </body> </html>
raw_data/arkive-critically-endangered-html/eleutherodactylus-turquinensis.html
andrewedstrom/cs638project
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Turquino robber frog factsheet on ARKive - Eleutherodactylus turquinensis</title> <link rel="canonical" href="http://www.arkive.org/turquino-robber-frog/eleutherodactylus-turquinensis/" /> <link rel="stylesheet" type="text/css" media="screen,print" href="/rcss/factsheet.css" /> <link rel="icon" href="/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head> <body> <!-- onload="window.print()">--> <div id="container"> <div id="header"><a href="/"><img src="/rimg/factsheet/header_left.png" alt="" border="0" /><img src="/rimg/factsheet/header_logo.png" alt="" border="0" /><img src="/rimg/factsheet/header_right.png" alt="" border="0" /></a></div> <div id="content"> <h1>Turquino robber frog (<i>Eleutherodactylus turquinensis</i>)</h1> <img alt="" src="/media/D5/D539A634-F398-4105-9F2E-F74FE2E9A9B5/Presentation.Large/Turquino-robber-frog-on-moss.jpg"/> <table cellspacing="0" cellpadding="0" id="factList"> <tbody> <tr class="kingdom"><th align="left">Kingdom</th><td align="left">Animalia</td></tr> <tr class="phylum"><th align="left">Phylum</th><td align="left">Chordata</td></tr> <tr class="class"><th align="left">Class</th><td align="left">Amphibia</td></tr> <tr class="order"><th align="left">Order</th><td align="left">Anura</td></tr> <tr class="family"><th align="left">Family</th><td align="left">Eleutherodactylidae</td></tr> <tr class="genus"><th align="left">Genus</th><td align="left"><em>Eleutherodactylus (1)</em></td></tr> </tbody> </table> <h2><img src="/rimg/factsheet/Status.png" class="heading" /></h2><p class="Status"><p>Classified as Critically Endangered (CR) on the IUCN Red List (1).</p></p><h2><img src="/rimg/factsheet/Description.png" class="heading" /></h2><p class="Description"><p>Information on the Turquino robber frog is currently being researched and written and will appear here shortly.</p></p><h2><img src="/rimg/factsheet/Authentication.png" class="heading" /></h2><p class="AuthenticatioModel"><p>This information is awaiting authentication by a species expert, and will be updated as soon as possible. If you are able to help please contact: <br/><a href="mailto:arkive@wildscreen.org.uk">arkive@wildscreen.org.uk</a></p></p><h2><img src="/rimg/factsheet/References.png" class="heading" /></h2> <ol id="references"> <li id="ref1"> <a id="reference_1" name="reference_1"></a> IUCN Red List (March, 2010) <br/><a href="http://www.iucnredlist.org" target="_blank">http://www.iucnredlist.org</a></li> </ol> </div> </div> </body> </html>
1520afd/html/classv8_1_1Promise_1_1Resolver-members.html
v8-dox/v8-dox.github.io
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta name="generator" content="Doxygen 1.8.11"/> <title>V8 API Reference Guide for node.js v7.2.0: Member List</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="dynsections.js"></script> <link href="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">V8 API Reference Guide for node.js v7.2.0 </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><a href="examples.html"><span>Examples</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="inherits.html"><span>Class&#160;Hierarchy</span></a></li> <li><a href="functions.html"><span>Class&#160;Members</span></a></li> </ul> </div> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> </div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <div id="nav-path" class="navpath"> <ul> <li class="navelem"><a class="el" href="namespacev8.html">v8</a></li><li class="navelem"><a class="el" href="classv8_1_1Promise.html">Promise</a></li><li class="navelem"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">Resolver</a></li> </ul> </div> </div><!-- top --> <div class="header"> <div class="headertitle"> <div class="title">v8::Promise::Resolver Member List</div> </div> </div><!--header--> <div class="contents"> <p>This is the complete list of members for <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>, including all inherited members.</p> <table class="directory"> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>BooleanValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CallAsConstructor</b>(Local&lt; Context &gt; context, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CallAsFunction</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Cast</b>(Value *obj) (defined in <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Cast</b>(T *value) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5018c9d085aa71f65530cf1e073a04ad">Clone</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>CreateDataProperty</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#af6966283a7d7e20779961eed434db04d">CreationContext</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>DefineOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key, Local&lt; Value &gt; value, PropertyAttribute attributes=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Delete</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>DeletePrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Equals</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae2ad9fee9db6e0e5da56973ebb8ea2bc">FindInstanceInPrototypeChain</a>(Local&lt; FunctionTemplate &gt; tmpl)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Get</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">GetAlignedPointerFromInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a65b5a3dc93c0774594f8b0f2ab5481c8">GetAlignedPointerFromInternalField</a>(const PersistentBase&lt; Object &gt; &amp;object, int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">GetConstructorName</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">GetIdentityHash</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">GetInternalField</a>(int index)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetOwnPropertyDescriptor</b>(Local&lt; Context &gt; context, Local&lt; String &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetOwnPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e6301a45e98e6d6d80e98a148a9f181">GetOwnPropertyNames</a>(Local&lt; Context &gt; context, PropertyFilter filter)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html#a41fd1ffef546a62e363a639935fc8ae3">GetPromise</a>()</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetPropertyNames</b>(Local&lt; Context &gt; context, KeyCollectionMode mode, PropertyFilter property_filter, IndexFilter index_filter) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">GetPrototype</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyAttributes</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>GetRealNamedPropertyAttributesInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>GetRealNamedPropertyInPrototypeChain</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Has</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a278913bcd203434870ce5184a538a9af">HasIndexedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a1e96fcb9ee17101c0299ec68f2cf8610">HasNamedLookupInterceptor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasOwnProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aad699867935fd2142ec97afa6e39a7f0">HasPrivate</a>(Local&lt; Context &gt; context, Local&lt; Private &gt; key)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealIndexedProperty</b>(Local&lt; Context &gt; context, uint32_t index) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>HasRealNamedCallbackProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>HasRealNamedProperty</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; key) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Int32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>IntegerValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aaec28576353eebe6fee113bce2718ecc">InternalFieldCount</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a324a71142f621a32bfe5738648718370">InternalFieldCount</a>(const PersistentBase&lt; Object &gt; &amp;object)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">inline</span><span class="mlabel">static</span></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad06a4b1f7215d852c367df390491ac84">IsArgumentsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aaee0b144087d20eae02314c9393ff80f">IsArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a65f9dad740f2468b44dc16349611c351">IsArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ad54475d15b7e6b6e17fc80fb4570cdf2">IsArrayBufferView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a0aceb7645e71b096df5cd73d1252b1b0">IsBoolean</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#abe7bc06283e5e66013f2f056a943168b">IsBooleanObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a23c2c1f23b50fab4a02e2f819641b865">IsCallable</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a257233cb6b11dc7bb5a0e8df8695e889">IsConstructor</a>()</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#afd20ab51e79658acc405c12dad2260ab">IsDataView</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8bc11fab0aded4a805722ab6df173cae">IsDate</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a7ac61a325c18af8dcb6d7d5bf47d2503">IsExternal</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a68c0296071d01ca899825d7643cf495a">IsFalse</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4effc7ca1a221dd8c1e23c0f28145ef0">IsFloat32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ab071bf567d89c8ce1489b1b7d93abc36">IsFloat32x4</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a293f140b81b0219d1497e937ed948b1e">IsFloat64Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a05532a34cdd215f273163830ed8b77e7">IsFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a1cbbebde8c256d051c4606a7300870c6">IsGeneratorFunction</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a72982768acdadd82d1df02a452251d14">IsGeneratorObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a928c586639dd75ae4efdaa66b1fc4d50">IsInt16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a01e1db51c65b2feace248b7acbf71a2c">IsInt32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a48eac78a49c8b42d9f8cf05c514b3750">IsInt32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a10a88a2794271dfcd9c3abd565e8f28a">IsInt8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a71ef50f22d6bb4a093cc931b3d981c08">IsMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#af9c52a0668fa3260a0d12a2cdf895b4e">IsMapIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8829b16b442a6231499c89fd5a6f8049">IsName</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a579fb52e893cdc24f8b77e5acc77d06d">IsNativeError</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aa2c6ed8ef832223a7e2cd81e6ac61c78">IsNull</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a1bd51e3e55f67c65b9a8f587fbffb7c7">IsNumber</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5f4aa9504a6d8fc3af9489330179fe14">IsNumberObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a355b7991c5c978c0341f6f961b63c5a2">IsObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a93d6a0817b15a1d28050ba16e131e6b4">IsPromise</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a8a056f765e6e07a1d957fdc1be9b00d5">IsProxy</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aae41e43486937d6122c297a0d43ac0b8">IsRegExp</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a220bd4056471ee1dda8ab9565517edd7">IsSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#addbae0104e07b990ee1af0bd7927824b">IsSetIterator</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aa4ce26f174a4c1823dec56eb946d3134">IsSharedArrayBuffer</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ab23a34b7df62806808e01b0908bf5f00">IsString</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a3e0f2727455fd01a39a60b92f77e28e0">IsStringObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#af3e6081c22d09a7bbc0a2aff59ed60a5">IsSymbol</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a867baa94cb8f1069452359e6cef6751e">IsSymbolObject</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a8f27462322186b295195eecb3e81d6d7">IsTrue</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#ac2f2f6c39f14a39fbb5b43577125dfe4">IsTypedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a4a45fabf58b241f5de3086a3dd0a09ae">IsUint16Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a783c89631bac4ef3c4b909f40cc2b8d8">IsUint32</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#a5e39229dc74d534835cf4ceba10676f4">IsUint32Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#acbe2cd9c9cce96ee498677ba37c8466d">IsUint8Array</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ad3cb464ab5ef0215bd2cbdd4eb2b7e3d">IsUint8ClampedArray</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#aea287b745656baa8a12a2ae1d69744b6">IsUndefined</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#aab0297b39ed8e2a71b5dca7950228a36">IsWeakMap</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#a6f5a238206cbd95f98e2da92cab72e80">IsWeakSet</a>() const </td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>IsWebAssemblyCompiledModule</b>() const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>New</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>New</b>(Isolate *isolate) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>NumberValue</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ObjectProtoToString</b>(Local&lt; Context &gt; context) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Reject</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Resolve</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SameValue</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Set</b>(Local&lt; Context &gt; context, uint32_t index, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetAccessor</b>(Local&lt; Context &gt; context, Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, MaybeLocal&lt; Value &gt; data=MaybeLocal&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAccessorProperty</b>(Local&lt; Name &gt; name, Local&lt; Function &gt; getter, Local&lt; Function &gt; setter=Local&lt; Function &gt;(), PropertyAttribute attribute=None, AccessControl settings=DEFAULT) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ccba69581f0b5e4e672bab90f26879b">SetAlignedPointerInInternalField</a>(int index, void *value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetAlignedPointerInInternalFields</b>(int argc, int indices[], void *values[]) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac45163422a18bb7481cc78fcacecb301">SetIntegrityLevel</a>(Local&lt; Context &gt; context, IntegrityLevel level)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#aebf949a0592cebc144bb2f96bfb7ec72">SetInternalField</a>(int index, Local&lt; Value &gt; value)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>SetPrivate</b>(Local&lt; Context &gt; context, Local&lt; Private &gt; key, Local&lt; Value &gt; value) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>SetPrototype</b>(Local&lt; Context &gt; context, Local&lt; Value &gt; prototype) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>StrictEquals</b>(Local&lt; Value &gt; that) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToArrayIndex</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToBoolean</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToDetailString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToInt32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToInteger</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToNumber</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToObject</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>ToString</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>ToUint32</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>TypeOf</b>(v8::Isolate *) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>Uint32Value</b>(Local&lt; Context &gt; context) const (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html#a1aa04adcad6243802a3f9819fa840312">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Resolver &gt; New(Isolate *isolate))</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"><span class="mlabel">static</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html#aff632d8369ba1198d0ce9f0072d278e7">V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, void Resolve(Local&lt; Value &gt; value))</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, void Reject(Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a>)</td><td class="entry"><a class="el" href="classv8_1_1Promise_1_1Resolver.html">v8::Promise::Resolver</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(Local&lt; Value &gt; key, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Set(uint32_t index, Local&lt; Value &gt; value)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, Maybe&lt; bool &gt; ForceSet(Local&lt; Context &gt; context, Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Value &gt; Get(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool Has(Local&lt; Value &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a3f735ad2eab826ddc5eba467ce624acb">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, Local&lt; Array &gt; GetPropertyNames())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealNamedProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool HasRealIndexedProperty(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a5e7199a517d980396bb86f876b5bae0a">v8::Object::V8_DEPRECATE_SOON</a>(&quot;Keep track of isolate correctly&quot;, Isolate *GetIsolate())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Boolean &gt; ToBoolean() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Object &gt; ToObject() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, Local&lt; Integer &gt; ToInteger() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, bool BooleanValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, double NumberValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int64_t IntegerValue() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, uint32_t Uint32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATE_SOON</b>(&quot;Use maybe version&quot;, int32_t Int32Value() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Value.html#ae3528a485935d1b19a0e007cd5a06799">v8::Value::V8_DEPRECATE_SOON</a>(&quot;Use maybe version&quot;, bool Equals(Local&lt; Value &gt; that) const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use CreateDataProperty / DefineOwnProperty&quot;, bool ForceSet(Local&lt; Value &gt; key, Local&lt; Value &gt; value, PropertyAttribute attribs=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#aa45eb69321fa3eb1037b058b69ecfec1">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, PropertyAttribute GetPropertyAttributes(Local&lt; Value &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#ad914d35a19347cd1afdeea4e215f4999">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetOwnPropertyDescriptor(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Has(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool Delete(uint32_t index)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; String &gt; name, AccessorGetterCallback getter, AccessorSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool SetAccessor(Local&lt; Name &gt; name, AccessorNameGetterCallback getter, AccessorNameSetterCallback setter=0, Local&lt; Value &gt; data=Local&lt; Value &gt;(), AccessControl settings=DEFAULT, PropertyAttribute attribute=None)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a4ce54e137e22eddbe2857a15a20219b2">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, bool SetPrototype(Local&lt; Value &gt; prototype))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a06bb9aab716e466b8fa0e0c3fbb8f5d7">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; String &gt; ObjectProtoToString())</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, bool HasOwnProperty(Local&lt; String &gt; key)) (defined in <a class="el" href="classv8_1_1Object.html">v8::Object</a>)</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a00982b58e0c86fcb37f5d74c8a33d1b8">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedPropertyInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#ac11ecb441033271172a4c34770be6488">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributesInPrototypeChain(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a870785c34482a0d284e56db93cd1eb5a">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; GetRealNamedProperty(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a1fdd165c23a55dba4ba48f484a94c3c3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Maybe&lt; PropertyAttribute &gt; GetRealNamedPropertyAttributes(Local&lt; String &gt; key))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Object.html#a8b4e2b65f72712420eb76842f2123fe3">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsFunction(Local&lt; Value &gt; recv, int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr><td class="entry"><a class="el" href="classv8_1_1Object.html#a0ce5417b42d5bfb5a8dc3482dcb733eb">V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Value &gt; CallAsConstructor(int argc, Local&lt; Value &gt; argv[]))</td><td class="entry"><a class="el" href="classv8_1_1Object.html">v8::Object</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32(Isolate *isolate) const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Number &gt; ToNumber() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; String &gt; ToDetailString() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToUint32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr bgcolor="#f0f0f0"><td class="entry"><b>V8_DEPRECATED</b>(&quot;Use maybe version&quot;, Local&lt; Int32 &gt; ToInt32() const) (defined in <a class="el" href="classv8_1_1Value.html">v8::Value</a>)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"><span class="mlabel">inline</span></td></tr> <tr class="even"><td class="entry"><a class="el" href="classv8_1_1Value.html#adedc431c9a5f9fc875027c773cc26585">v8::Value::V8_DEPRECATED</a>(&quot;Use maybe version&quot;, Local&lt; Uint32 &gt; ToArrayIndex() const)</td><td class="entry"><a class="el" href="classv8_1_1Value.html">v8::Value</a></td><td class="entry"></td></tr> </table></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>
public/css/app.css
MontealegreLuis/readit
form > div { margin-bottom: 25px; } .nav-text { line-height: 3.5em; } .votes { font-size: 2em; text-align: center; font-weight: bold; } .vote:link, .vote:visited, .vote:hover .vote:active { color: #B0AFAB; } .link-voted:link, .link-voted:visited, .link-voted:hover .link-voted:active { color: #F4645F; } .rank { padding-top: 1.3em } .link { padding-top: 1.3em; }
partials/caret-down.html
sascha53/Font-Awesome-SVG-PNG
{{- $id := "caret-down" -}} {{- $name := add "icon-" $id -}} {{- if not (.Scratch.Get $name) -}} {{- .Scratch.Set $name true -}} <svg class="clip" xmlns="http://www.w3.org/2000/svg" width="0" height="0"> <defs> <svg viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg" id="{{ $id }}" fill="currentcolor"><path d="M1408 704q0 26-19 45l-448 448q-19 19-45 19t-45-19l-448-448q-19-19-19-45t19-45 45-19h896q26 0 45 19t19 45z"/></svg> </defs> </svg> {{- end }}
usst-console-web/src/main/webapp/resources/lib/zTree/v3/api/cn/zTreeObj.destroy.html
yangshenghui/graduationProject
<div class="apiDetail"> <div> <h2> <span>Function(treeId)</span><span class="path">zTreeObj.</span>destroy </h2> <h3> 概述<span class="h3_info">[ 依赖 <span class="highlight_green">jquery.ztree.core</span> 核心 js ] </span> </h3> <div class="desc"> <p></p> <div class="longdesc"> <p>从 zTree v3.4 开始提供销毁 zTree 的方法。</p> <p>1、用此方法可以销毁 zTreeObj 代表的 zTree。</p> <p class="highlight_red">2、销毁当前页面全部的 zTree,也可以使用 $.fn.zTree.destroy() 方法。</p> <p class="highlight_red">3、重新使用已经被销毁的树,必须要使用 init 方法进行初始化。</p> </div> </div> <h3>Function Parameter Descriptions</h3> <div class="desc"> <h4> <b>返回值</b><span>无</span> </h4> <p>目前无任何返回值</p> </div> <h3>function 举例</h3> <h4>1. 销毁 id 为 "treeDemo" 的 zTree</h4> <pre xmlns=""> <code>var zTreeObj = $.fn.zTree.getZTreeObj("treeDemo"); zTreeObj.destroy(); </code> </pre> </div> </div>
BOOST/boost_1_61_0/libs/asio/doc/html/boost_asio/reference/buffered_stream/next_layer.html
calvinfarias/IC2015-2
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> <title>buffered_stream::next_layer</title> <link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css"> <meta name="generator" content="DocBook XSL Stylesheets V1.76.1"> <link rel="home" href="../../../boost_asio.html" title="Boost.Asio"> <link rel="up" href="../buffered_stream.html" title="buffered_stream"> <link rel="prev" href="lowest_layer_type.html" title="buffered_stream::lowest_layer_type"> <link rel="next" href="next_layer_type.html" title="buffered_stream::next_layer_type"> </head> <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"> <table cellpadding="2" width="100%"><tr> <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../boost.png"></td> <td align="center"><a href="../../../../../index.html">Home</a></td> <td align="center"><a href="../../../../../libs/libraries.htm">Libraries</a></td> <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td> <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td> <td align="center"><a href="../../../../../more/index.htm">More</a></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="lowest_layer_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="next_layer_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> <div class="section"> <div class="titlepage"><div><div><h4 class="title"> <a name="boost_asio.reference.buffered_stream.next_layer"></a><a class="link" href="next_layer.html" title="buffered_stream::next_layer">buffered_stream::next_layer</a> </h4></div></div></div> <p> <a class="indexterm" name="idp67016736"></a> Get a reference to the next layer. </p> <pre class="programlisting"><span class="identifier">next_layer_type</span> <span class="special">&amp;</span> <span class="identifier">next_layer</span><span class="special">();</span> </pre> </div> <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr> <td align="left"></td> <td align="right"><div class="copyright-footer">Copyright &#169; 2003-2015 Christopher M. Kohlhoff<p> Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>) </p> </div></td> </tr></table> <hr> <div class="spirit-nav"> <a accesskey="p" href="lowest_layer_type.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../buffered_stream.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="next_layer_type.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a> </div> </body> </html>
2016/02/26/GO-ing-forward.html
caryfitzhugh/caryfitzhugh.github.io
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <title>&quot;GO&quot;-ing forward - Cary.FitzHugh</title> <meta name="HandheldFriendly" content="True"> <meta name="MobileOptimized" content="320"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <meta name="description" content=""> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="&quot;GO&quot;-ing forward"> <meta name="twitter:description" content=""> <meta property="og:type" content="article"> <meta property="og:title" content="&quot;GO&quot;-ing forward"> <meta property="og:description" content=""> <link href="/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link href="/apple-touch-icon-precomposed.png" rel="apple-touch-icon"> <link rel="stylesheet" type="text/css" href="//caryfitzhugh.github.io/themes/uno/assets/css/uno.css?v=1.0.0" /> <link rel="canonical" href="https://caryfitzhugh.github.io/2016/02/26/GO-ing-forward.html" /> <meta property="og:site_name" content="Cary.FitzHugh" /> <meta property="og:type" content="article" /> <meta property="og:title" content="&quot;GO&quot;-ing forward" /> <meta property="og:description" content="Well - on to new and exciting things! I hope that in the near future I&amp;#8217;ll have to figure out how to deploy and run go services. And those go services are so light-weight, that I&amp;#8217;m..." /> <meta property="og:url" content="https://caryfitzhugh.github.io/2016/02/26/GO-ing-forward.html" /> <meta property="article:published_time" content="2016-02-26T05:00:00.000Z" /> <meta property="article:modified_time" content="2016-02-26T18:38:51.981Z" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:title" content="&quot;GO&quot;-ing forward" /> <meta name="twitter:description" content="Well - on to new and exciting things! I hope that in the near future I&amp;#8217;ll have to figure out how to deploy and run go services. And those go services are so light-weight, that I&amp;#8217;m..." /> <meta name="twitter:url" content="https://caryfitzhugh.github.io/2016/02/26/GO-ing-forward.html" /> <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Article", "publisher": "Cary.FitzHugh", "author": { "@type": "Person", "name": "Cary FitzHugh", "image": "https://avatars.githubusercontent.com/u/445848?v=3", "url": "undefined/author/undefined", "sameAs": null }, "headline": "&quot;GO&quot;-ing forward", "url": "https://caryfitzhugh.github.io/2016/02/26/GO-ing-forward.html", "datePublished": "2016-02-26T05:00:00.000Z", "dateModified": "2016-02-26T18:38:51.981Z", "description": "Well - on to new and exciting things! I hope that in the near future I&amp;#8217;ll have to figure out how to deploy and run go services. And those go services are so light-weight, that I&amp;#8217;m..." } </script> <meta name="generator" content="Ghost ?" /> <link rel="alternate" type="application/rss+xml" title="Cary.FitzHugh" href="https://caryfitzhugh.github.io/rss" /> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/styles/default.min.css"> </head> <body class="post-template no-js"> <span class="mobile btn-mobile-menu"> <i class="icon icon-list btn-mobile-menu__icon"></i> <i class="icon icon-x-circle btn-mobile-close__icon hidden"></i> </span> <header class="panel-cover panel-cover--collapsed " > <div class="panel-main"> <div class="panel-main__inner panel-inverted"> <div class="panel-main__content"> <h1 class="panel-cover__title panel-title"><a href="https://caryfitzhugh.github.io" title="link to homepage for Cary.FitzHugh">Cary.FitzHugh</a></h1> <hr class="panel-cover__divider" /> <p class="panel-cover__description">A place for things to say.</p> <hr class="panel-cover__divider panel-cover__divider--secondary" /> <div class="navigation-wrapper"> <nav class="cover-navigation cover-navigation--primary"> <ul class="navigation"> <li class="navigation__item"><a href="https://caryfitzhugh.github.io/#blog" title="link to Cary.FitzHugh blog" class="blog-button">Blog</a></li> </ul> </nav> <nav class="cover-navigation navigation--social"> <ul class="navigation"> <!-- Github --> <li class="navigation__item"> <a href="https://github.com/caryfitzhugh" title="Github account"> <i class='icon icon-social-github'></i> <span class="label">Github</span> </a> </li> </li> </ul> </nav> </div> </div> </div> <div class="panel-cover--overlay"></div> </div> </header> <div class="content-wrapper"> <div class="content-wrapper__inner"> <article class="post-container post-container--single"> <header class="post-header"> <div class="post-meta"> <time datetime="26 Feb 2016" class="post-meta__date date">26 Feb 2016</time> &#8226; <span class="post-meta__tags tags"></span> <span class="post-meta__author author"><img src="https://avatars.githubusercontent.com/u/445848?v=3" alt="profile image for Cary FitzHugh" class="avatar post-meta__avatar" /> by Cary FitzHugh</span> </div> <h1 class="post-title">&quot;GO&quot;-ing forward</h1> </header> <section class="post"> <div class="paragraph"> <p>Well - on to new and exciting things! I hope that in the near future I&#8217;ll have to figure out how to deploy and run go services. And those go services are so light-weight, that I&#8217;m intrigued by running them inside elastic beanstalk with t2.micros.</p> </div> <div class="paragraph"> <p>t2.micros are teeny, have low-ish RAM, but - have bursty access to fast CPUs. All for $6.50 / mo!</p> </div> <div class="paragraph"> <p>So - I&#8217;ve started a project <a href="https://github.com/caryfitzhugh/gorista">gorista</a>.</p> </div> <div class="paragraph"> <p>It will be a simple go-websocket server, which echos. Really, because that isn&#8217;t the hard part here. It serves a single HTML page from root, which connects to the websocket. Bang. Done.</p> </div> <div class="paragraph"> <p>Now - the "hard" part is writing some sugar / spice / everything nice to be able to deploy this go project onto EB with a few commands.</p> </div> <div class="paragraph"> <p>I&#8217;m used to lein beanstalk deploy, so I&#8217;m hoping to get something like that. Maybe my first go-project to opensource? Maybe / maybe not.</p> </div> <div class="paragraph"> <p>I&#8217;ve gotten the repo ready <a href="https://github.com/caryfitzhugh/go-bean">go-bean</a></p> </div> <div class="paragraph"> <p>My first cut at a deploy script worked, so I was able to deploy my gorista app on AWS. Woot.</p> </div> <div class="paragraph"> <p>More to come!</p> </div> </section> </article> <footer class="footer"> <span class="footer__copyright">&copy; 2016. All rights reserved.</span> <span class="footer__copyright"><a href="http://uno.daleanthony.com" title="link to page for Uno Ghost theme">Uno theme</a> by <a href="http://daleanthony.com" title="link to website for Dale-Anthony">Dale-Anthony</a></span> <span class="footer__copyright">Proudly published with <a href="http://hubpress.io" title="link to Hubpress website">Hubpress</a></span> </footer> </div> </div> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.9.0/moment-with-locales.min.js?v="></script> <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.4/highlight.min.js?v="></script> <script type="text/javascript"> jQuery( document ).ready(function() { // change date with ago jQuery('ago.ago').each(function(){ var element = jQuery(this).parent(); element.html( moment(element.text()).fromNow()); }); }); hljs.initHighlightingOnLoad(); </script> <script type="text/javascript" src="//caryfitzhugh.github.io/themes/uno/assets/js/main.js?v=1.0.0"></script> </body> </html>
_posts/2011/03/2011-03-23-our-first-episode-on-microsoft-access.html
swcarpentry/website
--- layout: post date: 2011-03-23 time: "09:00:00" authors: ["Greg Wilson"] title: Our First Episode on Microsoft Access tags: ["Content"] --- <p>We have just posted our first episode on using a database with Microsoft Access &mdash; many thanks to Utah State's <a href="http://whitelab.weecology.org/">Ethan White</a> for creating it.</p>
03_ANGULAR_RESTFUL/client/index.html
gnoixs/PROJECTS
<!DOCTYPE html> <html lang="en" ng-app="booksMod"> <head> <meta charset="UTF-8"> <title>Angular</title> <style> #add span { display: inline-block; width: 85px; } </style> </head> <body> <div class="container" ng-controller="bookCtrl"> <div id="add"> <span>索书号:</span><input type="text" ng-model="book.bookNo" ng-required="true"/><br/> <span>书名:</span><input type="text" ng-model="book.name" ng-required="true"><br/> <span>作者:</span><input type="text" ng-model="book.author" ng-required="true"/><br/> <span>出版日期</span><input type="date" ng-model="book.pubDay"><br/> <button ng-click="add()">保存</button> </div> <hr/> <table border="1" cellpadding="1" cellspacing="0"> <thead> <tr> <th>索书号</th> <th>书名</th> <th>作者</th> <th>出版日期</th> <th colspan="2">操作</th> </tr> </thead> <tbody> <tr ng-repeat="book in books | filter:search | orderBy:order|limitTo:limit |page:pn:ps"> <td ng-bind="book.bookNo"></td> <td ng-bind="book.name"></td> <td ng-bind="book.author"></td> <td ng-bind="book.pubDay"></td> <td> <button ng-click="update(book)">更新</button> </td> <td> <button ng-click="delete(book)">删除</button> </td> </tr> </tbody> </table> <hr/> <ul> <li><span>过滤:</span><input type="text" ng-model="search"/></li> <li><span>显示条数:</span><input type="text" ng-model="limit"/></li> <li><span>排序:</span><select ng-model="order"> <option value="name">按名称正序</option> <option value="-name">按名称倒序</option> </select></li> <li><span>分页:</span><br/> 当前页:<input type="text" ng-model="pn"/> 每页条数:<input type="text" ng-model="ps"/> </li> </ul> </div> </body> <script src="/client/angular.js"></script> <script src="/client/angular-resource.js"></script> <script> angular.module('booksMod', ['ngResource']).factory('bookService', function ($resource) { return $resource('books/:id', {id: '@id'}, { //注册服务 update: { method: 'PUT' } }) }).controller('bookCtrl', function ($scope, bookService) { $scope.book = {}; //$scope.books = bookService.query(); bookService.query().$promise.then(function (result) { //查询全部 $scope.books = result; $scope.pn = 1; $scope.ps = $scope.books.length; $scope.books.map(function (book) { book['pubDay'] = new Date(book['pubDay']).toLocaleDateString(); }); }); $scope.add = function () { //添加 var flag = 0; for (var i in $scope.book) { if ($scope.book.hasOwnProperty(i) && $scope.book[i] !== '') { flag++; } } if (flag === 4 || flag == 8) { bookService.save($scope.book).$promise.then(function (result) { if ($scope.book._id) { $scope.books = $scope.books.map(function (book) { if (book._id === $scope.book._id) { $scope.book['pubDay'] = new Date($scope.book['pubDay']).toLocaleDateString(); return $scope.book; } else { return book; } }); } else { result['pubDay'] = new Date(result['pubDay']).toLocaleDateString(); $scope.books.push(result); } $scope.book = {}; }); } else { alert('请完善信息'); } } $scope.delete = function (book) { //删除 bookService.delete(book).$promise.then(function (result) { $scope.books = $scope.books.filter(function (current) { return current._id != book._id; }); }) } $scope.update = function (book) { //更新回显 bookService.update(book).$promise.then(function (result) { $scope.book = result; $scope.book['pubDay'] = new Date($scope.book['pubDay']); }) } }).filter('page', function () { //分页过滤 return function (input, pn, ps) { pn = parseInt(pn); ps = parseInt(ps); var start = (pn - 1) * ps; var end = start + ps; try{ return input.slice(start, end); }catch(e){ //console.log(e); } } }) </script> </html>
mm5/themes/elements/extensions/product-lists/product-lists.css
mivaecommerce/Elements
/* ========================================================================== EXTENSIONS / PRODUCT LISTS / PRODUCT LISTS ========================================================================== */ /** * Product lists are used in many spots throughout the store. They can be found * on the storefront as featured product, the related products section of a * product page, as an auto-suggest feature during checkout, or wherever. */ .x-product-list { margin-bottom: 16px; } .x-product-list__heading { margin-bottom: 2em; } .x-product-list__item { margin-bottom: 16px; } .x-product-list__link { color: #0f0f0f; transition: ease-in-out 0.3s; } .x-product-list__link:hover { color: #9f9f9f; text-decoration: none; } .x-product-list__figure { margin: 0; } .x-product-list__image, .x-product-list__name, .x-product-list__price { display: block; } .x-product-list__image { margin-bottom: 16px; } .x-product-list__price { font-size: 0.875rem; } .x-product-list__action { padding-top: 16px; } /** * If you are creating a product carousel, add this class to the element. */ .x-product-list--carousel {} .x-product-list--carousel .x-product-list__item { margin-bottom: 0; padding-right: 0.5rem; padding-left: 0.5rem; }
javadoc/com/mygdx/nick/game/client/package-frame.html
nickoloz1994/Game
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_45) on Sun Nov 27 21:46:21 EET 2016 --> <title>com.mygdx.nick.game.client</title> <meta name="date" content="2016-11-27"> <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style"> <script type="text/javascript" src="../../../../../script.js"></script> </head> <body> <h1 class="bar"><a href="../../../../../com/mygdx/nick/game/client/package-summary.html" target="classFrame">com.mygdx.nick.game.client</a></h1> <div class="indexContainer"> <h2 title="Classes">Classes</h2> <ul title="Classes"> <li><a href="HtmlLauncher.html" title="class in com.mygdx.nick.game.client" target="classFrame">HtmlLauncher</a></li> </ul> </div> </body> </html>
FSharp/packages/FAKE/docs/apidocs/fake-magehelper-mageparams.html
ploeh/dependency-rejection-samples
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>MageParams - FAKE - F# Make</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Steffen Forkmann, Mauricio Scheffer, Colin Bull"> <script src="https://code.jquery.com/jquery-1.8.0.js"></script> <script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script> <script src="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/js/bootstrap.min.js"></script> <script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script> <link href="https://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.1/css/bootstrap-combined.min.css" rel="stylesheet"> <link type="text/css" rel="stylesheet" href="http://fsharp.github.io/FAKE/content/style.css" /> <script type="text/javascript" src="http://fsharp.github.io/FAKE/content/tips.js"></script> <!-- HTML5 shim, for IE6-8 support of HTML5 elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> </head> <body> <div class="container"> <div class="masthead"> <ul class="nav nav-pills pull-right"> <li><a href="http://fsharp.org">fsharp.org</a></li> <li><a href="http://github.com/fsharp/fake">github page</a></li> </ul> <h3 class="muted"><a href="http://fsharp.github.io/FAKE/index.html">FAKE - F# Make</a></h3> </div> <hr /> <div class="row"> <div class="span9" id="main"> <h1>MageParams</h1> <div class="xmldoc"> <p>Needed information to call MAGE</p> </div> <h3>Record Fields</h3> <table class="table table-bordered member-list"> <thead> <tr><td>Record Field</td><td>Description</td></tr> </thead> <tbody> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1917', 1917)" onmouseover="showTip(event, '1917', 1917)"> ApplicationFile </code> <div class="tip" id="1917"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L33-33" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1918', 1918)" onmouseover="showTip(event, '1918', 1918)"> CertFile </code> <div class="tip" id="1918"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L35-35" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1919', 1919)" onmouseover="showTip(event, '1919', 1919)"> CertHash </code> <div class="tip" id="1919"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L38-38" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1920', 1920)" onmouseover="showTip(event, '1920', 1920)"> CodeBase </code> <div class="tip" id="1920"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L43-43" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1921', 1921)" onmouseover="showTip(event, '1921', 1921)"> FromDirectory </code> <div class="tip" id="1921"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L32-32" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1922', 1922)" onmouseover="showTip(event, '1922', 1922)"> IconFile </code> <div class="tip" id="1922"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L28-28" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1923', 1923)" onmouseover="showTip(event, '1923', 1923)"> IconPath </code> <div class="tip" id="1923"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L27-27" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1924', 1924)" onmouseover="showTip(event, '1924', 1924)"> IncludeProvider </code> <div class="tip" id="1924"> <strong>Signature:</strong> bool option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L39-39" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1925', 1925)" onmouseover="showTip(event, '1925', 1925)"> Install </code> <div class="tip" id="1925"> <strong>Signature:</strong> bool option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L40-40" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1926', 1926)" onmouseover="showTip(event, '1926', 1926)"> Manifest </code> <div class="tip" id="1926"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L31-31" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1927', 1927)" onmouseover="showTip(event, '1927', 1927)"> Name </code> <div class="tip" id="1927"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L26-26" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1928', 1928)" onmouseover="showTip(event, '1928', 1928)"> Password </code> <div class="tip" id="1928"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L37-37" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1929', 1929)" onmouseover="showTip(event, '1929', 1929)"> Processor </code> <div class="tip" id="1929"> <strong>Signature:</strong> MageProcessor<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L29-29" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1930', 1930)" onmouseover="showTip(event, '1930', 1930)"> ProjectFiles </code> <div class="tip" id="1930"> <strong>Signature:</strong> seq&lt;string&gt;<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L25-25" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1931', 1931)" onmouseover="showTip(event, '1931', 1931)"> ProviderURL </code> <div class="tip" id="1931"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L44-44" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1932', 1932)" onmouseover="showTip(event, '1932', 1932)"> Publisher </code> <div class="tip" id="1932"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L42-42" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1933', 1933)" onmouseover="showTip(event, '1933', 1933)"> SupportURL </code> <div class="tip" id="1933"> <strong>Signature:</strong> string option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L45-45" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1934', 1934)" onmouseover="showTip(event, '1934', 1934)"> TmpCertFile </code> <div class="tip" id="1934"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L36-36" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1935', 1935)" onmouseover="showTip(event, '1935', 1935)"> ToolsPath </code> <div class="tip" id="1935"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L24-24" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1936', 1936)" onmouseover="showTip(event, '1936', 1936)"> TrustLevel </code> <div class="tip" id="1936"> <strong>Signature:</strong> MageTrustLevels option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L34-34" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1937', 1937)" onmouseover="showTip(event, '1937', 1937)"> UseManifest </code> <div class="tip" id="1937"> <strong>Signature:</strong> bool option<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L41-41" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> <tr> <td class="member-name"> <code onmouseout="hideTip(event, '1938', 1938)" onmouseover="showTip(event, '1938', 1938)"> Version </code> <div class="tip" id="1938"> <strong>Signature:</strong> string<br /> </div> </td> <td class="xmldoc"> <a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/MageHelper.fs#L30-30" class="github-link"> <img src="../content/img/github.png" class="normal" /> <img src="../content/img/github-blue.png" class="hover" /> </a> </td> </tr> </tbody> </table> </div> <div class="span3"> <a href="http://fsharp.github.io/FAKE/index.html"> <img src="http://fsharp.github.io/FAKE/pics/logo.png" style="width:140px;height:140px;margin:10px 0px 0px 35px;border-style:none;" /> </a> <ul class="nav nav-list" id="menu"> <li class="nav-header">FAKE - F# Make</li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/index.html">Home page</a></li> <li class="divider"></li> <li><a href="https://www.nuget.org/packages/FAKE">Get FAKE - F# Make via NuGet</a></li> <li><a href="http://github.com/fsharp/fake">Source Code on GitHub</a></li> <li><a href="http://github.com/fsharp/fake/blob/master/License.txt">License (Apache 2)</a></li> <li><a href="http://fsharp.github.io/FAKE/RELEASE_NOTES.html">Release Notes</a></li> <li><a href="http://fsharp.github.io/FAKE//contributing.html">Contributing to FAKE - F# Make</a></li> <li><a href="http://fsharp.github.io/FAKE/users.html">Who is using FAKE?</a></li> <li><a href="http://stackoverflow.com/questions/tagged/f%23-fake">Ask a question</a></li> <li class="nav-header">Tutorials</li> <li><a href="http://fsharp.github.io/FAKE/gettingstarted.html">Getting started</a></li> <li><a href="http://fsharp.github.io/FAKE/cache.html">Build script caching</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/nuget.html">NuGet package restore</a></li> <li><a href="http://fsharp.github.io/FAKE/fxcop.html">Using FxCop in a build</a></li> <li><a href="http://fsharp.github.io/FAKE/assemblyinfo.html">Generating AssemblyInfo</a></li> <li><a href="http://fsharp.github.io/FAKE/create-nuget-package.html">Create NuGet packages</a></li> <li><a href="http://fsharp.github.io/FAKE/specifictargets.html">Running specific targets</a></li> <li><a href="http://fsharp.github.io/FAKE/commandline.html">Running FAKE from command line</a></li> <li><a href="http://fsharp.github.io/FAKE/parallel-build.html">Running targets in parallel</a></li> <li><a href="http://fsharp.github.io/FAKE/fsc.html">Using the F# compiler from FAKE</a></li> <li><a href="http://fsharp.github.io/FAKE/customtasks.html">Creating custom tasks</a></li> <li><a href="http://fsharp.github.io/FAKE/soft-dependencies.html">Soft dependencies</a></li> <li><a href="http://fsharp.github.io/FAKE/teamcity.html">TeamCity integration</a></li> <li><a href="http://fsharp.github.io/FAKE/canopy.html">Running canopy tests</a></li> <li><a href="http://fsharp.github.io/FAKE/octopusdeploy.html">Octopus Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/typescript.html">TypeScript support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurewebjobs.html">Azure WebJobs support</a></li> <li><a href="http://fsharp.github.io/FAKE/azurecloudservices.html">Azure Cloud Services support</a></li> <li><a href="http://fsharp.github.io/FAKE/fluentmigrator.html">FluentMigrator support</a></li> <li><a href="http://fsharp.github.io/FAKE/androidpublisher.html">Android publisher</a></li> <li><a href="http://fsharp.github.io/FAKE/watch.html">File Watcher</a></li> <li><a href="http://fsharp.github.io/FAKE/wix.html">WiX Setup Generation</a></li> <li><a href="http://fsharp.github.io/FAKE/chocolatey.html">Using Chocolatey</a></li> <li><a href="http://fsharp.github.io/FAKE/slacknotification.html">Using Slack</a></li> <li><a href="http://fsharp.github.io/FAKE/sonarcube.html">Using SonarQube</a></li> <li class="divider"></li> <li><a href="http://fsharp.github.io/FAKE/deploy.html">Fake.Deploy</a></li> <li><a href="http://fsharp.github.io/FAKE/iis.html">Fake.IIS</a></li> <li class="nav-header">Reference</li> <li><a href="http://fsharp.github.io/FAKE/apidocs/index.html">API Reference</a></li> </ul> </div> </div> </div> <a href="http://github.com/fsharp/fake"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_gray_6d6d6d.png" alt="Fork me on GitHub"></a> </body> </html>
JPEG/src/html/fileIO_8cpp.html
jigar23/JPEG_Deblocking
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> <meta http-equiv="X-UA-Compatible" content="IE=9"/> <title>JPEG_Deblocking: src/FileIO/fileIO.cpp File Reference</title> <link href="tabs.css" rel="stylesheet" type="text/css"/> <link href="doxygen.css" rel="stylesheet" type="text/css" /> <link href="search/search.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="jquery.js"></script> <script type="text/javascript" src="search/search.js"></script> <script type="text/javascript"> $(document).ready(function() { searchBox.OnSelectItem(0); }); </script> </head> <body> <div id="top"><!-- do not remove this div! --> <div id="titlearea"> <table cellspacing="0" cellpadding="0"> <tbody> <tr style="height: 56px;"> <td style="padding-left: 0.5em;"> <div id="projectname">JPEG_Deblocking </div> </td> </tr> </tbody> </table> </div> <!-- Generated by Doxygen 1.7.6.1 --> <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="files.html"><span>Files</span></a></li> <li> <div id="MSearchBox" class="MSearchBoxInactive"> <span class="left"> <img id="MSearchSelect" src="search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/> <input type="text" id="MSearchField" value="Search" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/> </span><span class="right"> <a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a> </span> </div> </li> </ul> </div> <div id="navrow2" class="tabs2"> <ul class="tablist"> <li><a href="files.html"><span>File&#160;List</span></a></li> <li><a href="globals.html"><span>File&#160;Members</span></a></li> </ul> </div> </div> <div class="header"> <div class="summary"> <a href="#func-members">Functions</a> &#124; <a href="#var-members">Variables</a> </div> <div class="headertitle"> <div class="title">src/FileIO/fileIO.cpp File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include &quot;<a class="el" href="fileIO_8h_source.html">fileIO.h</a>&quot;</code><br/> </div><table class="memberdecls"> <tr><td colspan="2"><h2><a name="func-members"></a> Functions</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#a679c19cca6d6ada10b7f79c132f2e1b2">getFileSize</a> (char filename[])</td></tr> <tr><td class="memItemLeft" align="right" valign="top">float ***&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#a7df4e485428654e6c7dcaa176d9e460a">readRawImage</a> (char filename[], int size, int bitsperpixel)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#a8f644d88a35c86056dcc67a71d3ca04b">writePrepare</a> (char *fileName)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#ab284f4c96b644d955e864ae3b1ebbb02">writeFileByBytes</a> (unsigned char data)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#ab2ff17b940ae7aca4827d832ceeaeda4">closeFile</a> ()</td></tr> <tr><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#a482f7f163c878235ae66a52f2a847833">writeRawImage</a> (unsigned char ***Imagedata, int size, int bitsperpixel)</td></tr> <tr><td class="memItemLeft" align="right" valign="top">unsigned char **&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#aa8225a98de056e1fd6659a2acf14b258">readBWrawImage</a> (char filename[], int size)</td></tr> <tr><td colspan="2"><h2><a name="var-members"></a> Variables</h2></td></tr> <tr><td class="memItemLeft" align="right" valign="top">std::ofstream&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fileIO_8cpp.html#a0dbb2b6eec83c0c3e4663da8ba9242f2">myFile</a></td></tr> </table> <hr/><h2>Function Documentation</h2> <a class="anchor" id="ab2ff17b940ae7aca4827d832ceeaeda4"></a><!-- doxytag: member="fileIO.cpp::closeFile" ref="ab2ff17b940ae7aca4827d832ceeaeda4" args="()" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="fileIO_8cpp.html#ab2ff17b940ae7aca4827d832ceeaeda4">closeFile</a> </td> <td>(</td> <td class="paramname"></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Close the file once all write operations done. </p> </div> </div> <a class="anchor" id="a679c19cca6d6ada10b7f79c132f2e1b2"></a><!-- doxytag: member="fileIO.cpp::getFileSize" ref="a679c19cca6d6ada10b7f79c132f2e1b2" args="(char filename[])" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">int <a class="el" href="fileIO_8h.html#a679c19cca6d6ada10b7f79c132f2e1b2">getFileSize</a> </td> <td>(</td> <td class="paramtype">char&#160;</td> <td class="paramname"><em>filename</em>[]</td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> </div> </div> <a class="anchor" id="aa8225a98de056e1fd6659a2acf14b258"></a><!-- doxytag: member="fileIO.cpp::readBWrawImage" ref="aa8225a98de056e1fd6659a2acf14b258" args="(char filename[], int size)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">unsigned char** <a class="el" href="fileIO_8h.html#aa8225a98de056e1fd6659a2acf14b258">readBWrawImage</a> </td> <td>(</td> <td class="paramtype">char&#160;</td> <td class="paramname"><em>filename</em>[], </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>size</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>This function reads only black and white image and returns the data in 2-D unsigned char array </p> </div> </div> <a class="anchor" id="a7df4e485428654e6c7dcaa176d9e460a"></a><!-- doxytag: member="fileIO.cpp::readRawImage" ref="a7df4e485428654e6c7dcaa176d9e460a" args="(char filename[], int size, int bitsperpixel)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">float*** <a class="el" href="fileIO_8h.html#ac531a1f71154d194c672c146a9161834">readRawImage</a> </td> <td>(</td> <td class="paramtype">char&#160;</td> <td class="paramname"><em>filename</em>[], </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>size</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>bitsperpixel</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>This function reads images and returns the data in 2-D float array so that processing is simple </p> </div> </div> <a class="anchor" id="ab284f4c96b644d955e864ae3b1ebbb02"></a><!-- doxytag: member="fileIO.cpp::writeFileByBytes" ref="ab284f4c96b644d955e864ae3b1ebbb02" args="(unsigned char data)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="fileIO_8cpp.html#ab284f4c96b644d955e864ae3b1ebbb02">writeFileByBytes</a> </td> <td>(</td> <td class="paramtype">unsigned char&#160;</td> <td class="paramname"><em>data</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>write the file. </p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname">-</td><td>1. char data : data you want to write in the file. </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a8f644d88a35c86056dcc67a71d3ca04b"></a><!-- doxytag: member="fileIO.cpp::writePrepare" ref="a8f644d88a35c86056dcc67a71d3ca04b" args="(char *fileName)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="fileIO_8cpp.html#a8f644d88a35c86056dcc67a71d3ca04b">writePrepare</a> </td> <td>(</td> <td class="paramtype">char *&#160;</td> <td class="paramname"><em>fileName</em></td><td>)</td> <td></td> </tr> </table> </div> <div class="memdoc"> <p>Open the file once. </p> <dl class="params"><dt><b>Parameters:</b></dt><dd> <table class="params"> <tr><td class="paramname"></td><td>1. fileName : name of the file in which you want to write </td></tr> </table> </dd> </dl> </div> </div> <a class="anchor" id="a482f7f163c878235ae66a52f2a847833"></a><!-- doxytag: member="fileIO.cpp::writeRawImage" ref="a482f7f163c878235ae66a52f2a847833" args="(unsigned char ***Imagedata, int size, int bitsperpixel)" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">void <a class="el" href="fileIO_8h.html#afc1726ef351a5f2a424bc0c409678186">writeRawImage</a> </td> <td>(</td> <td class="paramtype">unsigned char ***&#160;</td> <td class="paramname"><em>Imagedata</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>size</em>, </td> </tr> <tr> <td class="paramkey"></td> <td></td> <td class="paramtype">int&#160;</td> <td class="paramname"><em>bitsperpixel</em>&#160;</td> </tr> <tr> <td></td> <td>)</td> <td></td><td></td> </tr> </table> </div> <div class="memdoc"> <p>this function writes the 2-d Image data in the file. </p> </div> </div> <hr/><h2>Variable Documentation</h2> <a class="anchor" id="a0dbb2b6eec83c0c3e4663da8ba9242f2"></a><!-- doxytag: member="fileIO.cpp::myFile" ref="a0dbb2b6eec83c0c3e4663da8ba9242f2" args="" --> <div class="memitem"> <div class="memproto"> <table class="memname"> <tr> <td class="memname">std::ofstream <a class="el" href="fileIO_8cpp.html#a0dbb2b6eec83c0c3e4663da8ba9242f2">myFile</a></td> </tr> </table> </div> <div class="memdoc"> </div> </div> </div><!-- contents --> <!-- window showing the filter options --> <div id="MSearchSelectWindow" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" onkeydown="return searchBox.OnSearchSelectKey(event)"> <a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark">&#160;</span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark">&#160;</span>Namespaces</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark">&#160;</span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark">&#160;</span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark">&#160;</span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark">&#160;</span>Defines</a></div> <!-- iframe showing the search results (closed by default) --> <div id="MSearchResultsWindow"> <iframe src="javascript:void(0)" frameborder="0" name="MSearchResults" id="MSearchResults"> </iframe> </div> <hr class="footer"/><address class="footer"><small> Generated on Fri Mar 7 2014 18:28:32 for JPEG_Deblocking by &#160;<a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/> </a> 1.7.6.1 </small></address> </body> </html>
docs/css/theme-learn.css
PascaleBeier/bootstrap-validate
/* here in this showcase we use our own modified chroma syntax highlightning style; if you want to use a predefined style instead: - remove `markup.highlight.noClasses` from your config.toml - set `markup.highlight.style` to a predefined style name in your config.toml - remove the following `@import` of the self-defined chroma stylesheet */ @import "chroma-learn.css"; :root { --MAIN-TEXT-color: #323232; /* Color of text by default */ --MAIN-TITLES-TEXT-color: #5e5e5e; /* Color of titles h2-h3-h4-h5-h6 */ --MAIN-LINK-color: #00bdf3; /* Color of links */ --MAIN-LINK-HOVER-color: #0082a7; /* Color of hovered links */ --MAIN-ANCHOR-color: #00bdf3; /* color of anchors on titles */ --MAIN-BG-color: #ffffff; /* color of text by default */ /* adjusted to base16-snazzy chroma style */ --CODE-BLOCK-color: #e2e4e5; /* fallback color for code text */ --CODE-BLOCK-BG-color: #282a36; /* fallback color for code background */ --CODE-BLOCK-BORDER-color: #282a36; /* color of block code border */ --CODE-INLINE-color: #5e5e5e; /* color for inline code text */ --CODE-INLINE-BG-color: #fff7dd; /* color for inline code background */ --CODE-INLINE-BORDER-color: #fbf0cb; /* color of inline code border */ --MENU-HOME-LINK-color: #cccccc; /* Color of the home button text */ --MENU-HOME-LINK-HOVER-color: #e6e6e6; /* Color of the hovered home button text */ --MENU-HEADER-BG-color: #8451a1; /* Background color of menu header */ --MENU-HEADER-BORDER-color: #9c6fb6; /*Color of menu header border */ --MENU-SEARCH-color: #ffffff; /* Color of search field text */ --MENU-SEARCH-BG-color: #764890; /* Search field background color (by default borders + icons) */ --MENU-SEARCH-BORDER-color: #915eae; /* Override search field border color */ --MENU-SECTIONS-ACTIVE-BG-color: #251f29; /* Background color of the active section and its children */ --MENU-SECTIONS-BG-color: #322a38; /* Background color of other sections */ --MENU-SECTIONS-LINK-color: #cccccc; /* Color of links in menu */ --MENU-SECTIONS-LINK-HOVER-color: #e6e6e6; /* Color of links in menu, when hovered */ --MENU-SECTION-ACTIVE-CATEGORY-color: #777777; /* Color of active category text */ --MENU-SECTION-ACTIVE-CATEGORY-BG-color: #ffffff; /* Color of background for the active category (only) */ --MENU-VISITED-color: #00bdf3; /* Color of 'page visited' icons in menu */ --MENU-SECTION-HR-color: #2a232f; /* Color of <hr> separator in menu */ /* base styling for boxes */ --BOX-CAPTION-color: rgba( 255, 255, 255, 1 ); /* color of the title text */ --BOX-BG-color: rgba( 255, 255, 255, .833 ); /* color of the content background */ --BOX-TEXT-color: rgba( 16, 16, 16, 1 ); /* fixed color of the content text */ }