text stringlengths 6 1.05M |
|---|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>V (bastet.Bastet.Test.Make.Bounded_Join_Semilattice.V)</title><link rel="stylesheet" href="../../../../../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 1.5.2"/><meta name="viewport" content="width=device-width,initial-sc... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>/home/lindsay/xeolabs/xeogl-next/xeogl/examples/js/helpers/aabbHelper.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css">
<link href='https://fonts.googleapis.com/css?family=Exo+2:4... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content=
"application/xhtml+xml; charset=iso-8859-1" />
<title>
Chapter 2. Preparing a New Pa... |
<!DOCTYPE html>
<title>CSS Flexbox: images' aspect ratio in flex box with flex-direction: column for min-size: auto</title>
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-containers">
<link rel="help" href="https://drafts.csswg.org/css-flexbox/#flex-direction-property">
<link rel="help" href="https:/... |
<html xmlns:th="https://www.thymeleaf.org">
<body>
<div th:if="${message}">
<h2 th:text="${message}"/>
</div>
<div>
<form th:action = "''" method="POST" enctype="multipart/form-data" action="/upload">
<table>
<tr>
... |
<md-list>
<div ng-repeat="course in $ctrl.courses">
<md-list-item>
{{course.name}}
</md-list-item>
</div>
</md-list>
<md-button class="md-fab md-fab-bottom-right share-button" ng-click="$ctrl.share($event)" aria-label="Share">
<md-icon md-svg-icon="share" ></md-icon>
</md-button> |
<!DOCTYPE html>
<html>
<head>
<title>TneImageList Class</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="generator" content="Documentation Insight" />
<!--Generated by Documentation Insight (http://www.devjetsoftware.com/)... |
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,800,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<link href="//netdna.bootstra... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>My Test Results</title>
<link rel="icon" href="https://reportbuilder.rajatthareja.com/rb.ico">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="style... |
<!DOCTYPE html>
<html style="background-image: url('/images/background.png'); background-color: #36393F; background-size: cover; width: 100%; height: 100%; font-size: 1.9vmin;">
<style>
textarea {
background-color: #40444B;
color: #DDDDDD;
width: 80vmin;
}
textarea::placeholder {
... |
<html xmlns="http://www.w3.org/1999/xhtml"
><head
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><title
>Bug458</title
><link href="#" rel="stylesheet" type="text/css" title="Ocean"
/><link rel="stylesheet" type="text/css" href="#"
/><script src="haddock-bundle.min.js" as... |
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<title>Henge</title>
<link rel="stylesheet" href="/vendor/bootstrap-3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/site.css">
<style type="text/css">
header {
... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="styles... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Thu Nov 18 14:13:05 BRST 2010 -->
<TITLE>
Outjector
</TITLE>
<META NAME="date" CONTENT="2010-11-18">
<LINK REL ="stylesheet" TYPE="text/css"... |
<!doctype html>
<html lang="zh-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Vue UI</title>
<style>
* {... |
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Spades</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="hud.css">
<link rel="stylesheet" type="text/css" href="hud_spades.css">
<script src="../js/jquery-3.5.1.min.js"></script>
<script src="../js/f... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>Web Spiders</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.min.css" rel=... |
<span class="hljs-keyword">import</span> {ComponentFixture, TestBed} <span class="hljs-keyword">from</span> <span class="hljs-string">'@angular/core/testing'</span>;
<span class="hljs-keyword">import</span> {TestbedHarnessEnvironment} <span class="hljs-keyword">from</span> <span class="hljs-string">'@ang... |
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Listas OL e UL</title>
</head>
<body>
<h1>Trabalhando com listas</h1>
<h2>Listas Ordenadas</h2>
... |
<div class="guide_template hide">
<div class="wd_80">
<div class="guide_box_head">
<img src="{{ pathto('_images/Guides.svg', 1) }}" alt="Guides"/>
<h3 class="head_wrapper">Tutorials</h3>
</div>
<%
if ( objs.length > 0 ) {
_.each(objs, function(obj, index ) {
%>
... |
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<div>
<header class="header-background">
<div class="container mx-auto px-0 mb-0 clearfix header-text">
<h1 class="h0 inline-block col-12 sm-width-full py-4 mt-3 header-title">{{ site.title }}</h1>
<div class="clearfix... |
<!DOCTYPE Html>
<html lang="en">
<head>
<title>KB4IT - Isso</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="Asciidoctor 2.0.10">
<meta name="description" content="KB4IT document">
<meta name="author" content="K... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta name="description" content="" />
<meta name="author" content="" />
<title>Coming to say Goodbye | EdLab Blog</title>
... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<title>Home</title>
<meta name="description" content="PSD to HT... |
<!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" con... |
{% extends "layout-exporter.html" %}
{% block pageTitle %}What kind of organisation do they work for? - Exporter service name - GOV.UK{% endblock %}
{% block header %}
{{ govukHeader({
homepageUrl: "/",
serviceName: "Exporter service name",
serviceUrl: "/",
containerClasses: "govuk-width-container",
... |
<app-auth-block>
<h2 class="title">Sign Up</h2>
<form (ngSubmit)="register()" [formGroup]="form">
<div class="form-group">
<label for="input-name" class="sr-only">Username</label>
<input formControlName="username" [(ngModel)]="usernameText" (keyup)="checkUsername()" id="input-nam... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="refresh" content="0;URL=constant.CUdevice_attribute_enum_CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_HEIGHT.html">
</head>
<body>
<p>Redirecting to <a href="constant.CUdevice_attribute_enum_CU_DEVICE_ATTRIBUTE_MAXIMUM_SURFACE2D_HEIGHT.html">constant.CUdevice_a... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
<!DOCTYPE html>
<html>
<head>
<title>Texas Chapter and Council - Home</title>
<link rel="stylesheet" type="text/css" href="main.css" />
</head>
<body id="grad">
<div class="header-div">
<h1>Texas Chapter #362, R.A.M.</h1>
<h1>Texas Council #321, R.S.M.</h1>
</div>
<div class="header-div">
<h3>Located in th... |
---
--- |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Matches for 376_xhuaoe.cpp & 161_blackskygg.cpp</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
</HEAD>
<FRAMESET ROWS="130,*">
<FRAMESET COLS="30%,70%">
<FRAME SRC="match10-link.html" NAME="link" FRAMEBORD... |
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">Shisha Flavours</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<s... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Fri Jun 17 12:24:09 UTC 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.mockito.internal... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>The Capabilities of Mind Control | UNDUE Coercion</title>
<link rel="profile" href="http://gmpg.org/xfn/11" />
<link rel="pingback" href="https://silenceandbetrayal.wordpress.com/xmlrpc.php" />
<!--[if lt IE 9]>
<script src="https://s2.wp.com/wp-co... |
---
redirect_from:
- /v1-2/learn/api-docs/ballerina/system/index
- /v1-2/learn/api-docs/ballerina/system/index.html
---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width, initial-scale=... |
<table class="table has-empty-head">
<thead><tr>
<th> </th>
<th> </th>
</tr>
</thead>
<tbody><tr>
<td>ConvertFromString(String, IReaderRow, MemberMapData)</td>
<td>Converts the string to an object.</td>
</tr>
<tr>
<td>ConvertToString(Object, IWriterRow, MemberMapData)</td>
<td>Converts the object t... |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) domain.com Safari/538.1</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/ic... |
<!DOCTYPE html>
<html class="no-js">
<head>
{% include ballerina-head.html %}
<link rel="stylesheet" href="{{ "/css/ballerina-io-docs.css?200618" | prepend: site.baseurl }}">
<link rel="stylesheet" href=/css/ballerina-io-learn-v2.css>
<link href="/css/abixTreeList.css" rel="stylesheet">
</... |
@*
* Copyright 2019 HM Revenue & Customs
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or a... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="... |
<!DOCTYPE html>
<html lang="en">
<head>
<title>Filter Structure Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset="utf-8">
<script src="../js/jquery.min.js" defer></script>
<sc... |
<div class="leaf flex"><div class="inner justify"><p class="no-indent ">have had no claim in the world; and the inheritors, being remote, would not be likely to abandon their just rights, for sentimental reasons regarding an entire stranger. I assure you, my dear sirs, I am rejoiced at the result, perfectly rejoiced.”... |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>colour.algebra.matrix Module — Colour 0.3.1 documentation</title>
<link rel="stylesheet" href="_static/basic.css" type="text/css" />
<link r... |
<!DOCTYPE HTML>
<html>
<head>
<title>Ênfase Strong Em "Desafio: Você pode aprender sobre tags de texto"</title>
<meta charset="utf-8">
</head>
<body>
<p>
<strong>Nobody’s born smart. We all start at 0</strong>.<br>
Can’t talk, can’t walk, certainly can’t do algebra.<br>
... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Calculator</title>
<h1>Welcome to my Calculate Page</h1>
<div class="mainmenu">
<a href="../index.html">Home</a>
<a href="../team/index.html">Team</a>
<a href="../calc/index.html">Calculator</a>
</div>
<hr>
... |
<!DOCTYPE html>
<html lang=" en "><head>
<meta charset="utf-8" />
<title>
Depressed? We have the solution: Govt. -Aditya Jeevannavar
</title>
<meta http-equip="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="keywords" content="... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>SignatureMarshalListener (POI API Documentation)</title>
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" tit... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<base data-ice="baseUrl" href="../../../../../">
<title data-ice="title">src/components/radio/editForm/Radio.edit.display.js | formiojs</title>
<link type="text/css" rel="stylesheet" href="css/style.css">
<link type="text/css" rel="stylesheet" href="css/pre... |
<command-bar>
<command displayText="{{ 'refresh' | translate }}" iconUrl="image/swap.svg" (click)="refresh()"></command>
<command displayText="{{ 'disconnect' | translate }}" iconUrl="image/Disconnect.svg" (click)="disconnect()"></command>
<command displayText="{{ 'edit' | translate }}" iconUrl="image/Edit.svg" (... |
{% extends 'base.html' %}
{% load i18n staticfiles tz stats %}
{% block title %}{% trans 'Password reset' %} / {{ block.super }}{% endblock title %}
{% block content %}
<section id="content">
<div class="wrapper">
<div class="content_head">
<div class="content_title">
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" version="XHTML+RDFa 1.0" dir="ltr">
<head profile="http://www.w3.org/1999/xhtml/vocab">
<link rel="dns-prefetch" href="//i.investope... |
<!doctype html>
<html class="no-js" lang="">
<head>
//= components/general/_head.html
<link rel="stylesheet" href="styles/slider.css">
</head>
<body>
<main>
<!-- start content -->
//= components/general/header.html
<!-- main content -->
//= components/slider_... |
<!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" con... |
<!DOCTYPE html><html lang="en">
<head>
<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.0; user-scalable=0;">
<meta charset="utf-8">
<title>PHPExcel classes » \PHPExcel_Linear_Best_Fit</title>
<meta name="author" co... |
<!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" con... |
<!DOCTYPE html>
<html class="writer-html5" lang="en" >
<head>
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>epythet.cli — epythet 0.0.42 documentation</title><link... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package sandwich</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; ... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>InlineShader (interface) — Fabric E... |
<!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>gw.api.json.mapping (Guidewire Java API)</title>
<link rel="stylesheet"... |
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>tilesetName</title>
<link href="../../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../../";</script>
<script type="text/javascript" src="../../../..... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="de">
<head>
<!-- Generated by javadoc (1.8.0_121) on Fri Oct 20 14:28:14 CEST 2017 -->
<title>Uses of Interface de.uni_mannheim.informatik.dws.winter.matching.rules.Comparator</title>
<met... |
function ready(callback){
if (document.readyState != 'loading') {
callback();
} else if (document.addEventListener) {
document.addEventListener('DOMContentLoaded', callback);
} else document.attachEvent('onreadystatechange', function() {
if (... |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Unplugged Retreat | Home</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" conte... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"><!-- Mirrored from tools.ietf.org/html/rfc4768 by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 06 Mar 2018 23:18:39 GMT --><!-- Ad... |
<!DOCTYPE html>
<!--
| Generated by Apache Maven Doxia at May 6, 2013
| 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 nam... |
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
<title>bottom-nav fixed shadow demo</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="impo... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Arrow</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Functional companion to Kotlin's Standard Library">
<meta name="keywords" content="functional-programming, kotlin-lib... |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Link Filter</title>
<link rel="stylesheet" href="link-filter.css" />
</head>
<body>
<div id="popup-content">
<div class="segment" id="controls">
<input
class="field"
id="input-filter"
placeholder="filter"
au... |
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CrimPapers articles published on 12 February 2019</title>
<meta name="description" content="List of articles published on CrimPapers on 12 Februar... |
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>boost::geometry::index::quadratic</title>
<link rel="stylesheet" href="../../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../.... |
<!DOCTYPE html>
<!--
Copyright (c) 2013 Samsung Electronics Co., Ltd.
Licensed under the Apache License, Version 2.0 (the License);
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law... |
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class upload</title>
<lin... |
{% load staticfiles %}
<p>Every trader has gone through it! Watching the charts over and over again. The anxiety grows as the pattern we were looking for starts to appear. And then...nothing! The price moves in a way that we have to wait hours or days to possibly make a trade. Some hours or maybe a day later we come b... |
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<form method="get" action="https://www.accountkit.com/v1.0/basic/dialog/email_login/">
<input type="hidden" name="app_id" value="2127442330842136">
<input type="hidden" name="redirect" value="{{server_address}}/apiv2/account-kit/callback">
<input type="hidden" na... |
<base href="/static/ecindex/">
<!--End 限时特卖 End-->
<div class="content mar_20">
<img src="images/mban_1.jpg" width="1200" height="110" />
</div>
<!--Begin 进口 生鲜 Begin-->
<div class="i_t mar_10" cid="{$top.cid}">
<span class="floor_num">{$floor_num}F</span>
<span class="fl">{$to... |
<!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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>MetricsTableLatenciesImpl (Apache HBase 2.0.1 API)</title>
<link rel="s... |
<html
lang="en"
xmlns:th="http://www.thymeleaf.org"
xmlns:sec="http://www.thymeleaf.org/thymeleaf-extras-springsecurity5"
xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate="~{common/layout}"
>
<section layout:fragment="contents">
<!-- Inner Header -->
<section
class="py-... |
<!DOCTYPE html >
<html>
<head>
<title>Entropy - Spark 2.3.1 ScalaDoc - org.apache.spark.mllib.tree.impurity.Entropy</title>
<meta name="description" content="Entropy - Spark 2.3.1 ScalaDoc - org.apache.spark.mllib.tree.impurity.Entropy" />
<meta name="keywords" content="Entropy Spa... |
<!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="rustdoc"><meta name="description" content="API documentation for the Rust `IP_BOUND_IF` constant in crate `libc`."><meta name="keywords" content="rust, rustlan... |
---
layout: custom
---
{% assign filename = page.path | remove: '.md' | split: '/' | last %}
{% for data_tag in site.data.tags %}
{% if data_tag.slug == filename %}
{% assign tag = data_tag %}
{% endif %}
{% endfor %}
<div class="blog">
<!-- Category selector: desktop -->
<div class="container full d... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_22) on Fri Jan 20 11:31:19 EST 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.cxf.headers (Apache CX... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>JSDoc: Source: modules/receiver.js</title>
<script src="scripts/prettify/prettify.js"> </script>
<script src="scripts/prettify/lang-css.js"> </script>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html... |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<!-- Mirrored from www.cs.cmu.edu/afs/cs/project/ai-repository/ai/util/areas/news/phil/?C=S;O=A by HTTrack Website Copier/3.x [XR&CO'2014], Thu, 21 Oct 2021 22:32:12 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;chars... |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PhotoSphereViewer - markers demo</title>
<link rel="stylesheet" href="../dist/photo-sphere-viewer.css">
<link rel="stylesheet" href="../dist/plugins/markers.css">
<s... |
<div class="page-header">
<h1>{{ page.title }} {% if page.tagline %}<small>{{page.tagline}}</small>{% endif %}</h1>
<div class="date">
<span>{{ page.date | date: "%Y年%m月%e日" }}</span>
</div>
</div>
<div class="row post-full">
<div class="col-xs-12">
<div class="content">
{{ content }}
</div>
... |
<!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,shrink-to-fit=no">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon.png">
<link rel="stylesh... |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Random Card</title>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr... |
<html>
<head>
<meta charset="utf-8"/>
<link href="sty_1.css" rel="stylesheet" />
<title>NOTICIAS HTML</title>
</head>
<body>
<form id="form-order" action="registro_1.php" method="POST">
<h1> NOTICIAS TRANSPORTES CASTORES</h1>
<h2>AQUI SE PODRAN CAPTURAR NOTICIAS</h2>
... |
{% extends "layout.html" %} {% block page_title %} Example - Forms {% endblock %} {% block content %}
<main id="content" role="main">
{% include "includes/phase_banner_beta.html" %}
<div class="grid-row">
<div class="column-two-thirds">
<form method="get" action="/get_information/result" class="form">
... |
<div class="panel panel-default">
<div class="panel-heading">Employees
<button class="btn btn-primary btn-xs pull-right">Add Employee <span class="glyphicon glyphicon-plus bold" style="font-size:15px;" aria-hidden="true"></span></button>
</div>
<div class="panel-body">
<ul class="list-grou... |
<!doctype html><html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>CSS Overflow Module Level 3</title>
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
<meta content="revising" name="csswg-work-status">
<meta content="ED" na... |
<!DOCTYPE html>
<html lang="fi" >
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Yhtälö-_tehtäviä</title>
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3... |
<!DOCTYPE HTML>
<!--
Editorial by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>A3D3</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link r... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>Archiva Scheduler :: Indexing 2.2.6 Reference Package org.apache.archiva.sched... |
<!DOCTYPE html><html lang="ja"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="ie=edge"/><meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/><meta name="generator" content="Gatsby 3.7.2"/><style>.gatsby-image-wrapper{position:relative;overflow:hidden}.gatsby-i... |
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Links</title>
<style>
/* SELETORES PERSONALIZADOS
# = id
... |
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8"/>
<meta name="description" content=""/>
<meta name="author" content="Marjam Trautmann"/>
<meta name="author" content="Torsten Schrade"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
... |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://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" co... |
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Jonathan Robert Pool">
<meta name="creator" content="Jonathan Robert Pool">
<meta name="publisher" name="Jonathan Robert Pool">
<m... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.