path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
_includes/header.html | aapise/aapise.github.io | <header>
<div class="header-content">
<div class="header-content-inner">
<h1>Hi, I'm Ankita.</h1>
<hr class = "light">
<p>A developer and an occasional designer, I love fun(innovative) projects and creating pretty(useful) things with the magic of code & design. </p>
... |
_includes/_partial/header.html | Spacebody/Spacebody.github.io | <div>
{% if site.imglogo.enable && site.imglogo.src %}
<div id="imglogo">
<a href="{{ site.baseurl }}/"><img src="{{ site.assets }}/{{ site.imglogo.src }}" alt="{{ site.title }}" title="{{ site.title }}"/></a>
</div>
{% endif %}
<div id="textlogo">
<h1 class="site-name"><a href="{{ site.baseur... |
alien4cloud-ui/src/main/webapp/views/_ref/applications/applications_detail_environment_deploycurrent_workflow.html | san-tak/alien4cloud | <div id="editor-workflow" class="topology-editor" style="height: {{dimensions.height}}px; width: {{dimensions.width}}px;">
<div class="topology-row" style="height: {{dimensions.height}}px;">
<div id="workflow-graph" class="topology-column">
<topology-plan ng-if="topology" id="plan-graph-container"></t... |
docs/javadoc/2.11/com/fasterxml/jackson/databind/ser/impl/class-use/IndexedListSerializer.html | FasterXML/jackson-databind | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_162) on Sat Apr 25 17:14:54 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class com.fasterxml... |
lib/commons-io-2.4/docs/org/apache/commons/io/class-use/TaggedIOException.html | KaiserWilly/DDCombatCompanion | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Tue Jun 12 18:19:51 EDT 2012 -->
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<TITLE>
Uses of ... |
archives/2018/01/index.html | luyunyyyyy/luyunyyyyy.github.io | <!DOCTYPE html>
<html class="theme-next pisces use-motion" lang="zh-Hans">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-... |
winter-core/doc/deprecated-list.html | ljzca/Winter | <!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_121) on Sat Feb 04 22:35:33 MST 2017 -->
<title>Deprecated List</title>
<meta name="date" content="2017-02-04">
<link rel="stylesheet" type="te... |
treebanks/olo_kkpp/olo_kkpp-pos-NUM.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of NUM in UD_Livvi-K... |
docs/assets/css/main.css | suwa-sh/compare-files | @import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,300italic,400italic");
/*
Alpha by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Reset */
html, body, div, span, applet, obj... |
templates/home.html | linuxmahara/blockcypher-explorer | {% extends "base.html" %}
{% block content %}
{% load i18n %}
<div class="bg-primary-gradient page-header">
<div class="container">
{% include "partials/messages.html" %}
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h1>Search the block chain</h1>
<p class="lead">Find in... |
TrollText/www/css/style.css | bfpias/trolltext | .messages{
margin:5px;
}
.message
{
position: relative;
width: 250px;
min-height: 20px;
padding: 5px;
background: #7DC0FF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: #7F7F7F solid 3px;
float:right;
}
.from
{
position: relative;
width: 250px;
min-height: 20px;
padding: 5px;
... |
abstract-service-library/dist/abstract-service-library-2.1.0-gamma/api/org/nise/ux/asl/face/package-use.html | yeuser/java-libs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Dec 14 16:58:53 IRST 2013 -->
<title>Uses of Package org.nise.ux.asl.face (Abstract Service Library)</title>
<meta name="dat... |
pitReports/201503061602/org.apache.commons.collections4.functors/ExceptionFactory.java.html | krivachy/compgs03_mutation_testing | <html>
<head>
<style type='text/css'>
html, body, div, span, p, blockquote, pre {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body{
line-height: 1;
color: black;
background: white;
margin-left: ... |
apidoc/11/src-html/io/ebean/cache/ServerCacheNotifyPlugin.html | ebean-orm/ebean-orm.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Source code</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<div class="sourceContainer">
<pre><span class="sourceLineNo">0... |
src/wi/templates/resources/ajax/add_disk.html | cc1-cloud/cc1 | {% load i18n %}
{% load formtags %}
<p>{% trans "Specify disk properties:" %}</p>
<form method="post" action="">
{% csrf_token %}
<div class="center">
{% show_fieldsetform form %}
</div>
<p>{% trans "Free storage space:" %} {{ free }} (MB)</p>
<div class="clear"></div>
<div class="dialog_button_area">
... |
Baocms/Tpl/shop/fd_create.html | ksyydream/llx_admin | <include file='public:header'/>
<div class="mainBt">
<ul>
<li class="li1">商家</li>
<li class="li2">商家管理</li>
<li class="li2 li3">新增商家</li>
</ul>
</div>
<p class="attention"><span>注意: </span> 后台添加商户管理员ID请默认选择您自己的常用登录账户的id,目的是方便用户前台认领,如果用户被占用,请到回收站删除商家</p>
<form target="baocms_fr... |
docs/com/strangeberry/jmdns/tools/package-summary.html | nickylin/clementine-remote-android.dep-jmdns | <!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 Jan 20 14:21:30 PST 2011 -->
<TITLE>
com.strangeberry.jmdns.tools (JmDNS)
</TITLE>
<META NAME="date" CONTENT="2011-01-20">
<LINK REL ="s... |
css/custom.css | Dockerizing/dockerizing.github.io | .panel {
background-color: #F8F8F8;
}
mark.yellow {
background-color: #FFF380;
color: black;
}
mark.blue {
background-color: rgb(48, 185, 233);
color: white;
}
span.comment {
color: #C71585;
}
.jumbotron h1, .jumbotron .h1 {
font-size: 36pt;
}
.nav-pills > li > a {
background-colo... |
app/views/apidocs/v1.scala.html | eval-so/frontend | @main("eval.so version 1") {
<div class="hero-unit bp-front-hero">
<div class="container">
<h1>Eval.so API Version 1.</h1>
<p>
Want to develop applications around eval.so? Check out our API.
It's so simple, it's almost impossible to get wrong.
</p>
</div>
</div>
<div class="container">
<d... |
archive/v1.6/docs/reference/config/template/index.html | istio/istio.io | <!doctype html><html lang=en><head><title>Redirecting…</title><link rel=canonical href=/v1.6/docs/reference/config/policy-and-telemetry/templates/><meta name=robots content="noindex"><meta charset=utf-8><meta http-equiv=refresh content="0; url=/v1.6/docs/reference/config/policy-and-telemetry/templates/"></head><bo... |
frontend/holder/grid_2.html | bdastur/notes | <html>
<head>
<link rel="stylesheet" href="../thirdparty/bootstrap-3.3.7-dist/css/bootstrap.min.css">
</head>
<body>
<script src="holder/holder.js"></script>
<script>
Holder.addTheme("beautiful", {
bg: "#eeebd4",
fg: "black",
size: 12,
align: center,
outline: yes
});
... |
external-apidocs/com/google/code/maven-play-plugin/org/playframework/play/1.3.4/play/data/validation/package-summary.html | play1-maven-plugin/play1-maven-plugin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc (1.8.0_60) on Tue Mar 29 13:02:11 CEST 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>play.data.validation (Play!... |
public/scaladoc/2.1.7/org/scalatest/selenium/WebBrowser$CssSelectorQuery.html | scalatest/scalatest-website | <?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>CssSelectorQuery - ScalaTest 2.1.7 - org.scalatest.selenium.WebBrowser.CssSelectorQuery</title>
<meta name="description" content="CssS... |
MinimaxAlgorithm/poi-3.8/docs/apidocs/org/apache/poi/poifs/filesystem/POIFSDocumentPath.html | Stephania16/ProductDesignGame | <!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 Sat Mar 17 18:04:40 MSK 2012 -->
<TITLE>
POIFSDocumentPath (POI API Documentation)
</TITLE>
<META NAME="date" CONTENT="2012-03-17">
<LINK RE... |
doc/testing/package-tree.html | shidh/CloudDataBases | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.6.0_27) on Sat Dec 21 10:19:22 CET 2013 -->
<title>testing 类分层结构</title>
<meta name="date" content="2013-12-21">
<link rel="stylesheet" typ... |
library/hazelcast/2.5/hazelcast-2.5/docs/javadoc/com/hazelcast/client/class-use/ClientConfigBuilder.html | health-and-care-developer-network/health-and-care-developer-network | <!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_37) on Tue Jan 15 15:45:40 EET 2013 -->
<TITLE>
Uses of Class com.hazelcast.client.ClientConfigBuilder (Hazelcast API - 2.5)
</TITLE>
<META NAME="da... |
src/swagger-oauth2-redirect.html | gravitee-io/gravitee-management-webui | <!--
Copyright (C) 2015 The Gravitee team (http://gravitee.io)
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 re... |
docs/kettle-engine/core/io.github.restioson.kettle.entity.component/-health-component/health.html | Restioson/restioson.github.io | <HTML>
<HEAD>
<meta charset="UTF-8">
<title>HealthComponent.health - core</title>
<link rel="stylesheet" href="..\..\..\style.css">
</HEAD>
<BODY>
<a href="../../index.html">core</a> / <a href="../index.html">io.github.restioson.kettle.entity.component</a> / <a href="index.html">HealthCompone... |
javadoc/org/smslib/class-use/InboundEncryptedMessage.html | pioryan/smslib | <!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_27) on Wed Mar 06 23:03:08 EET 2013 -->
<TITLE>
Uses of Class org.smslib.InboundEncryptedMessage (SMSLib 3.5.3)
</TITLE>
<META NAME="date" CONTENT="... |
docs/build/html/genindex.html | mattjhayes/nmeta |
<!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>Index — nmeta 0.2.0 documentation</title>
... |
bonfire/tests/simpletest/extensions/index.html | inputx/code-ref-doc | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : /tests/simpletest/extensions/</title>
<link rel="stylesheet" href="../../../sample.css" type="text/css">
<link rel="stylesheet" href="../../../sam... |
topics/protocol.html | zhangyouzhi/rediscn |
<!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">
<link href='/css/styles.css' rel='stylesheet' type='text/css' /... |
assets/css/app/dialog.css | lugavin/bootstrap | /*========== Modal Begin ==========*/
.fade.in {
opacity: 1;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
filter: alpha(opacity=0);
opacity: 0;
}
.modal-backdrop.in {
filter: alp... |
play2-maven-plugin/1.0.0-rc4/play2-maven-plugin/apidocs/com/google/code/play2/plugin/package-frame.html | play2-maven-plugin/play2-maven-plugin.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="pl">
<head>
<!-- Generated by javadoc -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.google.code.play2.plugin (Play! 2.x Maven Plugin 1.0.0-rc4 API)</ti... |
thirdparty/source/asio-1.11.0/doc/asio/reference/basic_socket_iostream/time_point.html | letitvi/VideoGridPlayer | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket_iostream::time_point</title>
<link rel="stylesheet" href="../../../boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="../../../index.html" title=... |
codecoverage/c++/4.9/bits/hashtable.h.func.html | smangano/theoria | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>LCOV - coverage.info - c++/4.9/bits/hashtable.h - functions</title>
<link rel="stylesheet" type="text/css" href="../../../gcov.css">
</head>
<body>
... |
docs/com/google/api/ads/dfp/v201306/BaseRateAction.html | google-code-export/google-api-dfp-java | <!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-google-v5) on Thu Dec 19 17:42:33 EST 2013 -->
<title>BaseRateAction</title>
<meta name="date" content="2013-12-19">
<link rel="stylesh... |
example-app/app/content_push/cp-tile-file.html | 01org/nlpljs | <!--
Natural Language Processing Library for JavaScript
A client-side NLP utility library for web applications
Copyright 2015 Intel Corporation
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 Lic... |
Server/thirdparty/hazelcast/hazelcast-3.3.3/docs/javadoc/com/hazelcast/cache/impl/operation/class-use/CacheClearOperation.html | SoCe/SoCe | <!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_65) on Wed Nov 12 13:03:02 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.h... |
TFSAP-7.1.1-software-package/src_TFSAP_June_2017/htmldocs/hdocs/wd.html | Prof-Boualem-Boashash/TFSAP-7.1-software-package | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>Description of wd</title>
<meta name="keywords" content="wvd">
<meta name="description" content="Wigner-Ville distribution">
<meta http-equiv="Content-Type" content="t... |
website/ankorsite/static/javadoc/apidocs-0.1/at/irian/ankor/messaging/modify/class-use/CoerceTypeModifier.html | ankor-io/ankor-framework | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Thu Feb 27 18:45:00 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class at.ir... |
docs/www.euroscipy.org/2017/descriptions/19441.html | datapythonista/datapythonista.github.io | <!DOCTYPE html>
<head>
<meta charset="utf-8" />
<!-- Set the viewport width to device width for mobile -->
<meta name="viewport" content="width=device-width" />
<title>Game Theory and Python</title>
<link rel="stylesheet" href="../../theme/css/normalize.css" />
<link rel="stylesheet" href="../... |
docs/javadoc/de/esoco/lib/comm/http/HttpResponse.html | esoco/esoco-lib | <!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_191) on Mon Oct 29 14:51:35 CET 2018 -->
<title>HttpResponse (esoco-lib 1.3.0 API)</title>
<meta name="date" content="2018-10-29">
<link... |
docs/devapidocs/org/apache/hadoop/hbase/regionserver/wal/class-use/WALEditsReplaySink.html | devansh2015/hbase-0.98.8 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Fri Nov 14 18:25:19 PST 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.a... |
help/searchReturnjsp1.html | ulviibrahimov/CMPUT391F | <html>
<head>
<title>searchReturn.jsp</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="HelpNDoc Personal Edition 4.6.2.573">
<meta name="keywords" content="">
<link type="text/css" rel="stylesheet" media="all" href="css/reset.css" />
<link type="t... |
web/src/main/resources/templates/error.html | NEU-2016/NEUban | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
<head>
<title th:text="#{error.title}"></title>
<meta charset="utf-8"/>
<link rel="stylesheet" type="text/css" th:href="@{/css/bootstrap.min.css}"/>
</head>
<body>
<div class="container">
<h1 th:text="#{error... |
_includes/calendar3.html | sjmscott/row | <div class="row">
<h1>Bootstrap 3 Lightbox using Modal</h1>
<div class="row">
<div class="col-lg-3 col-sm-4 col-6"><a href="#" title="Image 1"><img src="//placehold.it/600x350" class="thumbnail img-responsive"></a></div>
<div class="col-lg-3 col-sm-4 col-6"><a href="#" title="Image 2"><img src="//... |
docs/sdl2/SDL_SwapFloat.html | Fillipoman/solaire | <!doctype html><html lang="en-US">
<head>
<meta charset="utf-8">
<link href="layout.css" charset="utf-8" type="text/css" rel="stylesheet"></link>
<title>SDL_SwapFloat</title>
</head>
<body>
<script src="menu.js"></script>
<div id="pagecontent">
<h1>SDL_SwapFloat</h1>
<p>Use this function to swap the byte order of a flo... |
source/doc/gameframework/game/GameLevel.html | elyas-bhy/octolink | <!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_07) on Fri Dec 19 15:11:13 CET 2008 -->
<TITLE>
GameLevel
</TITLE>
<META NAME="date" CONTENT="2008-12-19">
<LINK REL ="stylesheet" TYPE="text/css" ... |
docs/javadoc/2.3/com/fasterxml/jackson/databind/jsontype/impl/class-use/AsWrapperTypeDeserializer.html | FasterXML/jackson-databind | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_25) on Sat Nov 16 21:43:21 PST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class com.f... |
rtk/v4/459.html | hochanh/hochanh.github.io | <!DOCTYPE html>
<meta charset=utf-8>
<title>Redirecting...</title>
<link rel=canonical href="../敏/index.html">
<meta http-equiv=refresh content="0; url='../敏/index.html'">
<h1>Redirecting...</h1>
<a href="../敏/index.html">Click here if you are not redirected.</a>
<script>location='../敏/index.html'</script>
|
duke-encounters/src/main/resources/templates/login.html | dschadow/ApplicationIntrusionDetection | <!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head th:include="partials :: head"></head>
<body>
<div class="container" id="main">
<nav class="navbar-inverse navbar-default navbar-fixed-top">
<div class="container">
<div th:replace="partials :: navbar-header"></div>
... |
paper/lib_new/TemplateBinding/examples/how_to/bind_to_attributes.html | jarrodek/feed-reader | <!DOCTYPE html><!--
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at ... |
src/main/webapp/project/views/editmember.html | ox-it/ords-ui | <div class="breadcrumbs-wrapper">
<a href="#/">My Projects</a>
<a href="#/project/{{project.projectId}}">{{project.name}}</a>
<span class="breadcrumbs youarehere">Edit member</span>
</div>
<h1>Edit Member: {{member.getName()}}</h1>
<p>Here you can alter this project member's permissions</p>
<form class="process" ... |
templates/portfolio/pages/view.html | carlosvin/pricecalculator | {% extends 'layout.html' %}
{% block titlebody %}
<a href="{{ url_for('portfolio.view', name=portfolio.name, uid=portfolio.owner) }}">{{ portfolio.name }}</a>
{% endblock %}
{% block titlebodyextra %}
<small> ({{ portfolio.market }})</small>
{% endblock %}
{% if portfolio.owner==uid %}
{% block titlebodyactions %}
... |
docs/javadoc/apidocs/src-html/net/ljcomputing/database/factory/DatabaseConversionFactory.html | willmorejg/net.ljcomputing.database | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<title>Source code</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<div class="sourceContainer">
<pre><span class="sourceLineNo... |
target/apidocs/org/jsoup/select/class-use/Evaluator.Attribute.html | E-lai/jsoup-proxy | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="zh">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Fri Nov 06 18:17:49 CST 2015 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>类 org.jsoup.select.... |
assets/commits.html | google/git-appraise-web | <!DOCTYPE html>
<!--
Copyright 2016 Google Inc. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable la... |
css/bootstrap.css | lylynguyen/lylynguyen.github.io | /*!
* Bootstrap v3.3.6 (http://getbootstrap.com)
* Copyright 2011-2015 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
... |
wicket/src/test/java/org/apache/wicket/ajax/AjaxHeaderContributionPage2_expected.html | Servoy/wicket | <html>
<head>
<link href="../test"/>
<script type="text/javascript" src="javascripturl"></script>
<script type="text/javascript" src="resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js"></script>
<script type="text/javascript" ><!--/*--><![CDATA[/*><!--*/
Wicket.Event.add(window, "domready", f... |
docs/apidocs/org/apache/mina/core/package-tree.html | sardine/mina-ja | <!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_20) on Sun Jun 06 00:15:52 JST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
org.apache.mina.core クラス階層 (Apach... |
Net/Controls/ControlsCommandsHookActions/Readme.html | Esri/arcobjects-sdk-community-samples | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Using HookActions in custom commands</title>
<style>
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
th, td {
padding: 5px;
}
th {... |
examples/build_system/cmake/import_lib/main/lib/tinyxml2/docs/classtinyxml2_1_1_x_m_l_comment.html | krzychb/rtd-test-bed | <!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... |
100treeedu/a6-6-1____.html | yicold/axure-case | <!DOCTYPE html>
<html>
<head>
<title>A6-6-1消息推送</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<link href="resources/css/jquery-ui-themes.css" type="text/... |
index.html | YaYaStudio/YaYaStudio.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body style="background-color: lightslategrey; color: #FFFFFF;text-align: center;">
<h1>Hello YaYaStudio</h1>
</body>
</html>
|
t1a06-Spy-Name.html | iamivan15/ivan-javascript | t1a06-Spy-Name.html
<h1 align=center>Spy program by fred</h1>
Write your private ideas here<br>
<textarea id="myArea1" rows=5 cols=70>This is good</textarea><br><br>
<input type=button value=encrypt onclick="{
myStart = document.getElementById('myArea1').value.toUpperCase()
//alert(myStart)
myMax = docume... |
新建文件夹/material_admin_v-1.5-2/Template/index.html | LilShy/test | <!DOCTYPE html>
<!--[if IE 9 ]><html class="ie9"><![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Material Admin</title>
<!-- CSS -->
<link... |
static/javadoc/pub/com/avaje/ebean/config/dbplatform/class-use/H2SequenceIdGenerator.html | archive-avaje-org/archive-avaje-org.github.io | <!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_10-beta) on Mon May 10 15:22:34 NZST 2010 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Uses of Class com.av... |
testdata/goldens/java/com.google.cloud.speech.v1p1beta1.AdaptationSettings.Builder.html | googleapis/doc-templates | <!DOCTYPE html>
<html devsite="">
<head>
<meta name="project_path" value="/java/_project.yaml">
<meta name="book_path" value="/java/_book.yaml">
</head>
<body>
{% verbatim %}
<div>
<article data-uid="com.google.cloud.speech.v1p1beta1.AdaptationSettings.Builder">
<h1 class="page-ti... |
packages/hbase-0.98.7-hadoop2/docs/devapidocs/org/apache/hadoop/hbase/thrift2/generated/class-use/THBaseService.deleteSingle_result._Fields.html | gsoundar/mambo-ec2-deploy | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_67) on Wed Oct 08 15:57:25 PDT 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Class org.a... |
base/static/base/css/selector.css | GroSte/feumgmt | /* SELECTOR (FILTER INTERFACE) */
.selector {
width: 100%;
float: left; }
.selector select {
width: 100%;
height: 17.2em;
border: 1px solid #AAA; }
.selector-available, .selector-chosen {
float: left;
width: 42%;
text-align: center;
margin-bottom: 5px; }
.selector-available h2,
.selector-chosen h2 ... |
treebanks/no_nynorsk/no_nynorsk-dep-compound-prt.html | UniversalDependencies/universaldependencies.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-GB" xml:lang="en-GB" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Statistics of compound:prt in U... |
docs/2020.2.0-RELEASE-KOTLIN/zircon.core/zircon.core/org.hexworks.zircon.internal.grid/-thread-safe-tile-grid/insert-layer-at.html | Hexworks/zircon | <html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
<title>insertLayerAt</title>
<link href="../../../images/logo-icon.svg" rel="icon" type="image/svg">
<script>var pathToRoot = "../../../";</script>
<script type="text/javascript" src="../../../script... |
docs/apidoc/public/svnmailer.stream.CountStream-class.html | m-tmatma/svnmailer | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>svnmailer.stream.CountStream</title>
<link rel="stylesheet" href="epydoc.css" type="te... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_03_testAbaNumberCheck_4078_bad_1kc.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
docs/streams/core-concepts.html | sslavic/kafka | <!--
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 ... |
carrot2-webapp-3.8.1/herballsilvertrigram/01497947.txt.html | idigbio-citsci-hackathon/carrotFacetNgram | <html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<span class='rank0 0.0'>?6</span>
<span class='rank0 0.0'>7</span>
<span class='rank0 0.0'>8</span>
<span class='rank0 0.0'>9</span>
<span class='rank6 5.886281793427337'>10</span>
</br>
<span class='rank0 0.0'>.</span>
<span class='r... |
webServer/wwwroot/misc/css/layout.css | AnthemiusGuo/contactFriends | @media print {
body {
background-color: #fff !important;
}
.page-bar {
display: none;
}
.page-sidebar-wrapper {
display: none;
}
.page-quick-sidebar-wrapper {
display: none;
}
.theme-panel {
display: none;
}
.hidden-print {
display: none;
}
... |
base_dependencies/sns_module/src/main/webapp/mobileview/community/ajax_memberdetail_panel.html | xdvalue/mcoding | <div id="memberDetail_face" class="bui_p_24 bui_inline bui_ta_c" hg_style="bgc">
<div class="bui_round bui_bds_4 bui_bdc_white" style="width: 96px;height: 96px;line-height: 96px;">
<i class="fa fa-user bui_fac_white bui_fas_96" style="line-height: 128px;"></i>
</div>
</div>
<div class="bui_bgc_white">
<li>... |
2016.8.1/apidocs/org/wildfly/swarm/config/mail/class-use/MailSessionConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Tue Aug 16 17:15:33 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wil... |
2016.9/apidocs/org/wildfly/swarm/config/security/security_domain/package-frame.html | wildfly-swarm/wildfly-swarm-javadocs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Tue Sep 06 12:41:43 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.wildfly.swarm.config.... |
target13/site/clover/com/cardatechnologies/utils/validators/abaroutevalidator/Test_AbaRouteValidator_05_testAbaNumberCheck_9554_bad_ur6.html | dcarda/aba.route.validator | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="SHORTCUT ICON" href="../../../../../img/clover.ico" />
<link rel="stylesheet" href="../../../../../aui/css/aui.min.css" media... |
_includes/js.html | ShaneCurcuru/punderthings | <!-- jQuery Version 1.11.0 -->
<script src="{{ "/js/jquery-1.11.0.js" | prepend: site.baseurl }}"></script>
<!-- Bootstrap Core JavaScript -->
<script src="{{ "/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
<!-- Plugin JavaScript -->
<script src="{{ "/js/jquery.easing.min.js" | prepe... |
MinimaxAlgorithm/poi-3.8/docs/apidocs/org/apache/poi/xslf/model/geom/class-use/Context.html | Stephania16/ProductDesignGame | <!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 Sat Mar 17 18:06:08 MSK 2012 -->
<TITLE>
Uses of Class org.apache.poi.xslf.model.geom.Context (POI API Documentation)
</TITLE>
<META NAME="da... |
css/creative.css | OSP123/tutorials | /*!
* Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
* Code licensed under the Apache License v2.0.
* For details, see http://www.apache.org/licenses/LICENSE-2.0.
*/
html,
body {
width: 100%;
height: 100%;
}
body {
font-family: Merriweather,'Helvetica Neue',Arial,sans-serif;
}
... |
bonfire/_variables/em_relist.html | inputx/code-ref-doc | <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $em_relist</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.c... |
src/app/subscription/template/subscribe.html | ColdrickSotK/storyboard-webclient | <span ng-if="!enabled && !resolving"
class="text-muted">
<i ng-if="subscribed"
class="fa fa-star"></i>
<i ng-if="!subscribed"
class="fa fa-star-o"></i>
</span>
<span ng-if="resolving"
class="text-muted">
<i class="fa fa-spin fa-refresh"></i>
</span>
<a ng-if="enabled && !resolving"... |
2018.3.3/apidocs/org/wildfly/swarm/infinispan/detect/package-use.html | wildfly-swarm/wildfly-swarm-javadocs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Thu Mar 08 14:17:44 MST 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Package org.wildfly... |
2016.10.0/apidocs/org/wildfly/swarm/config/management/class-use/ManagementOperationsServiceConsumer.html | wildfly-swarm/wildfly-swarm-javadocs | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60-ea) on Mon Oct 03 10:36:48 EDT 2016 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.wil... |
core/src/main/javascript/google/registry/ui/css/forms.css | google/nomulus | form.set,
form.item,
div.set,
div.item {
width: 700px;
}
.set table,
.item table {
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
/* Going to play some games here to get section leads to float left,
* followed by their next rows in floated right column. */
.item table,
.set table {
padding-to... |
docs/api/org/springframework/transaction/class-use/CannotCreateTransactionException.html | mattxia/spring-2.5-analysis | <!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_03) on Mon Nov 19 21:41:23 CET 2007 -->
<TITLE>
Uses of Class org.springframework.transaction.CannotCreateTransactionException (Spring Framework API ... |
web/src/templates/conf/preferences.html | frhumanes/consulting | {% extends "conf/includes/base.html" %}
{% load i18n messages %}
{% block left_panel %}
{% comment %} {% include "cal/includes/events/calendar.html" %} {% endcomment %}
{% endblock %}
{% block right_panel %}
<!-- Button Toolbar -->
<div class="row">
<div class="span5">
<div class="btn-toolbar" style=... |
result.html | rozentill/AceVision | <!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>Search Result</title>
<!-- Bootstrap -->
<link ... |
_includes/head.html | SaintPeterCalvaryBaptistChurch/SaintPeterCalvaryBaptistChurch.github.io | <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="{{ site.description }}">
<title>{% if page.title %}{{ page.title }} - {{ site.title }}{% else %}{{ site.... |
first.html | masterofdaemon/geo-cordova-meteor | <head>
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
<title>first</title>
</head>
<body>
<h2>Welcome</h2>
{{> home}}
</body>
<template name="hello">
<article>
<p>Finding your location: <span id="status">checking...</span></p>
</article>
<p>latitu... |
libs/netmera-mobile-2.3.0-javadoc/com/netmera/mobile/NetmeraJavascriptInterface.html | tasomaniac/DevFest | <!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_33) on Sat Oct 05 14:38:10 VET 2013 -->
<TITLE>
NetmeraJavascriptInterface
</TITLE>
<META NAME="date" CONTENT="2013-10-05">
<LINK REL ="stylesheet"... |
pages/contactMe.html | iwazzaaby/iwazzaaby.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>contact form</title>
</head>
<body>
<div class="container">
<section id="contact">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading">Contact Me</h2>
... |
spikex-core/conf/template/email.html | clidev/spike.x | <!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 name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
... |
discovery-frontend/src/app/dashboard/component/create-dashboard/create-board-ds-relation.component.html | metatron-app/metatron-discovery | <!--
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
... |
public/docs/en/2.9.0rc1/guide_upgrading_windows-phone_index.md.html | csantanapr/cordova-blog | <!DOCTYPE html>
<!--
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 (... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.