path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
3rdparty/codemirror.css | teki/jstvc | /* BASICS */
.CodeMirror {
/* Set height, width, borders, and global font properties here */
font-family: monospace;
height: 500px;
border: 1px solid black;
}
.CodeMirror-scroll {
/* Set scrolling behaviour here */
overflow: auto;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0; /* Vertical padding around content */
}
.CodeMirror pre {
padding: 0 4px; /* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler {
background-color: white; /* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
}
.CodeMirror-linenumbers {}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
}
/* CURSOR */
.CodeMirror div.CodeMirror-cursor {
border-left: 1px solid black;
z-index: 3;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.CodeMirror.cm-keymap-fat-cursor div.CodeMirror-cursor {
width: auto;
border: 0;
background: #7e7;
z-index: 1;
}
/* Can style cursor different in overwrite (non-insert) mode */
.CodeMirror div.CodeMirror-cursor.CodeMirror-overwrite {}
.cm-tab { display: inline-block; }
/* DEFAULT THEME */
.cm-s-default .cm-keyword {color: #708;}
.cm-s-default .cm-atom {color: #219;}
.cm-s-default .cm-number {color: #164;}
.cm-s-default .cm-def {color: #00f;}
.cm-s-default .cm-variable {color: black;}
.cm-s-default .cm-variable-2 {color: #05a;}
.cm-s-default .cm-variable-3 {color: #085;}
.cm-s-default .cm-property {color: black;}
.cm-s-default .cm-operator {color: black;}
.cm-s-default .cm-comment {color: #a50;}
.cm-s-default .cm-string {color: #a11;}
.cm-s-default .cm-string-2 {color: #f50;}
.cm-s-default .cm-meta {color: #555;}
.cm-s-default .cm-error {color: #f00;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}
.cm-s-default .cm-header {color: blue;}
.cm-s-default .cm-quote {color: #090;}
.cm-s-default .cm-hr {color: #999;}
.cm-s-default .cm-link {color: #00c;}
.cm-negative {color: #d44;}
.cm-positive {color: #292;}
.cm-header, .cm-strong {font-weight: bold;}
.cm-em {font-style: italic;}
.cm-link {text-decoration: underline;}
.cm-invalidchar {color: #f00;}
div.CodeMirror span.CodeMirror-matchingbracket {color: #0f0;}
div.CodeMirror span.CodeMirror-nonmatchingbracket {color: #f22;}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
line-height: 1;
position: relative;
overflow: hidden;
background: white;
color: black;
}
.CodeMirror-scroll {
/* 30px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -30px; margin-right: -30px;
padding-bottom: 30px; padding-right: 30px;
height: 100%;
outline: none; /* Prevent dragging from highlighting the element */
position: relative;
}
.CodeMirror-sizer {
position: relative;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actuall scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler {
position: absolute;
z-index: 6;
display: none;
}
.CodeMirror-vscrollbar {
right: 0; top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0; left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0; bottom: 0;
z-index: 6;
}
.CodeMirror-gutters {
position: absolute; left: 0; top: 0;
height: 100%;
padding-bottom: 30px;
z-index: 3;
}
.CodeMirror-gutter {
height: 100%;
padding-bottom: 30px;
margin-bottom: -32px;
display: inline-block;
/* Hack to make IE7 behave */
*zoom:1;
*display:inline;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-lines {
cursor: text;
}
.CodeMirror pre {
/* Reset some styles that the rest of the page might have set */
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
}
.CodeMirror-wrap pre {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0; right: 0; top: 0; bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
overflow: auto;
}
.CodeMirror-widget {
display: inline-block;
}
.CodeMirror-wrap .CodeMirror-scroll {
overflow-x: hidden;
}
.CodeMirror-measure {
position: absolute;
width: 100%; height: 0px;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-measure pre { position: static; }
.CodeMirror div.CodeMirror-cursor {
position: absolute;
visibility: hidden;
border-right: none;
width: 0;
}
.CodeMirror-focused div.CodeMirror-cursor {
visibility: visible;
}
.CodeMirror-selected { background: #d9d9d9; }
.CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; }
.cm-searching {
background: #ffa;
background: rgba(255, 255, 0, .4);
}
/* IE7 hack to prevent it from returning funny offsetTops on the spans */
.CodeMirror span { *vertical-align: text-bottom; }
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursor {
visibility: hidden;
}
}
|
api/class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtMethod.html | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Sensio\Bundle\FrameworkExtraBundle\Tests\EventListener\Fixture\FooControllerCacheAtMethod | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li class="active"><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li class="active"><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li class="active"><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li class="active"><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtClass.html">FooControllerCacheAtClass</a></li>
<li><a href="class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtClassAndMethod.html">FooControllerCacheAtClassAndMethod</a></li>
<li class="active"><a href="class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtMethod.html">FooControllerCacheAtMethod</a></li>
<li><a href="class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerParamConverterAtClassAndMethod.html">FooControllerParamConverterAtClassAndMethod</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html" title="Summary of Sensio\Bundle\FrameworkExtraBundle\Tests\EventListener\Fixture"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class FooControllerCacheAtMethod</h1>
<div class="info">
<b>Namespace:</b> <a href="namespace-Sensio.html">Sensio</a>\<a href="namespace-Sensio.Bundle.html">Bundle</a>\<a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle</a>\<a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests</a>\<a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener</a>\<a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a><br />
<b>Located at</b> <a href="source-class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtMethod.html#7-17" title="Go to source code">vendor/sensio/framework-extra-bundle/Sensio/Bundle/FrameworkExtraBundle/Tests/EventListener/Fixture/FooControllerCacheAtMethod.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="barAction" id="_barAction">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_barAction">#</a>
<code><a href="source-class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtMethod.html#11-16" title="Go to source code">barAction</a>( )</code>
<div class="description short">
</div>
<div class="description detailed hidden">
<h4>Cache(smaxage="15")</h4>
<div class="list">
</div>
</div>
</div></td>
</tr>
</table>
<table class="summary" id="constants">
<caption>Constants summary</caption>
<tr data-order="METHOD_SMAXAGE" id="METHOD_SMAXAGE">
<td class="attributes"><code>integer</code></td>
<td class="name"><code>
<a href="source-class-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.FooControllerCacheAtMethod.html#9" title="Go to source code"><b>METHOD_SMAXAGE</b></a>
</code></td>
<td class="value"><code><span class="php-num">15</span></code></td>
<td class="description"><div>
<a href="#METHOD_SMAXAGE" class="anchor">#</a>
<div class="description short">
</div>
<div class="description detailed hidden">
</div>
</div></td>
</tr>
</table>
</div>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
assets/js/app/components/scientilla-alias-editor.html | scientilla/scientilla | <div class="alias-editor">
<ul class="alias-form-listing">
<li>
<div
class="form-group"
ng-class="{'has-error': !vm.newAliasIsCorrect}">
<label>Alias</label>
<input
type="text"
class="form-control"
placeholder="Add alias and press Enter"
ng-model="vm.newAlias"
ng-class="{'is-invalid':!vm.newAliasIsCorrect}"
ng-keydown="$event.keyCode === 13 && vm.addAlias($event)"/>
<div
ng-if="!vm.newAliasIsCorrect && !vm.newAliasIsDuplicate"
class="invalid-feedback">
Alias string is not valid. It should be in the form 'Molinari E.'.
</div>
<div
ng-if="!vm.newAliasIsCorrect && vm.newAliasIsDuplicate"
class="invalid-feedback">
This alias string is already been used.
</div>
</div>
</li>
<li>
<div class="form-group">
<button
type="button"
class="btn btn-primary btn-form-no-label"
ng-click="vm.addAlias()"
ng-disabled="vm.newAlias.length === 0">
<i class="fas fa-plus fa-left"></i>Add
</button>
</div>
</li>
</ul>
<div
ng-if="vm.aliases.length > 0"
class="form-group">
<ul class="alias-edit-list">
<li ng-repeat="alias in vm.aliases">
<ul class="alias-edit-list-item">
<li>
<div class="form-control disabled">
<i class="fas fa-bookmark fa-left" ng-if="alias.main"></i>
{{ alias.str }}
</div>
</li>
<li>
<button
href="#"
ng-click="vm.removeAlias(alias)"
ng-disabled="alias.main"
class="btn btn-outline-secondary"
ng-title="alias.main ? 'You cannot remove your main alias!' : 'Remove alias'"
>
<i class="fas fa-trash"></i>
</button>
</li>
</ul>
</li>
</ul>
</div>
<ul class="alias-legend">
<li>
<p>The Main Alias is been generated automatically and cannot be deleted.</p>
</li>
<li>
<i class="fas fa-bookmark"></i>: Main Alias.
</li>
</ul>
</div> |
jquery/areas/jobseekers/authorised/form-reports.html | CareerHub/Javascript-Api-Example | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>
<body>
<h1>CareerHub Javascript Examples</h1>
<h2>JobSeeker Examples</h2>
<h3>Form Report</h3>
<div class="form-reports-list"><div>
<script id="form-report-list-item-template" type="x-tmpl-mustache">
{{#formReports}}
<div class="form-report-list-item">
<h4><a href="formReports.html">{{displayName}}</a></h4>
<p>{{fieldType}} - {{fieldId}}</p>
<p>{{value}}</p>
</div>
{{/formReports}}
</script>
<script src="../../../scripts/libs/jquery-2.1.1.min.js"></script>
<script src="../../../scripts/libs/mustache.js"></script>
<script src="../../../scripts/string.format.js"></script>
<script src="../../../scripts/config.js"></script>
<script src="../../../scripts/oauth.js"></script>
<script src="../../../scripts/oauth.implicit.js"></script>
<script src="scripts/jobseekers.api.js"></script>
<script>
$(function() {
var formReportsApi = ch.api.jobseekers.formReports,
formReportsList = $('.form-reports-list'),
template = $('#form-report-list-item-template').html();
Mustache.parse(template);
formReportsList.html('Loading Form Reports...');
formReportsApi
.get(90027, 1) // use options i.e. { filterIds: [1043] }
.done(function(data) {
var rendered = Mustache.render(template, { formReports: data });
formReportsList.html(rendered);
})
.fail(function(err) {
console.error(err);
formReportsList.html('Could not load Form Reports!');
});
});
</script>
</html>
|
doc/examples/panel-config-structure/panels/panel-a/index.html | SuchMonkey/qbert | <link href='https://fonts.googleapis.com/css?family=Cousine:400,700' rel='stylesheet' type='text/css'>
<style>
qbert-panel {
border: 1px solid rgba(0, 0, 0, 0.8);
background-color: rgba(0,0,0,0.5);
color: rgba(255, 255, 255, 0.9);
font-size: 10pt;
font-family: Cousine, "Lucida Console", Monaco, monospace;
}
.tag {
color: rgb(227, 109, 109);
font-weight: bold;
}
.attr {
color: rgb(202, 240, 98);
font-weight: normal;
}
.tag::before {
content: '<';
}
.tag::after {
content: '>';
}
.big {
color: rgb(227, 109, 109);
font-weight: bold;
text-align: center;
}
</style>
<qbert-panel>
<h1 class="big">panel-a</h1>
<template is="dom-bind">
<qbert-time format="DD.MM.YYYY HH:mm:ss" time="{{datetime}}"></qbert-time>
<p>
<span class="tag">qbert-time <span class="attr">format="DD.MM.YYYY HH:mm:ss" time="{{datetime}}"</span></span>
<span class="tag">/qbert-time</span>
</p>
<qbert-mem free="{{free}}" total="{{total}}" used="{{used}}" interval="2" as="mb"></qbert-mem>
<p>
<span class="tag">qbert-mem <span class="attr">free="{{free}}" total="{{total}}" used="{{used}}" interval="2" as="mb"</span></span>
<span class="tag">/qbert-mem</span>
</p>
<qbert-exec cmd="echo 1 && echo 2 && echo 3" as="lines" interval="5" stdout="{{outls}}" stderr="{{errls}}"></qbert-exec>
<p>
<span class="tag">qbert-exec <span class="attr">cmd="echo 1 && echo 2 && echo 3" as="lines" interval="5" stdout="{{outls}}" stderr="{{errls}}"</span></span>
<span class="tag">/qbert-exec</span>
</p>
<qbert-exec cmd="date" as="text" interval="1" stdout="{{outdate}}" stderr="{{errdate}}"></qbert-exec>
<p>
<span class="tag">qbert-exec <span class="attr">cmd="date" as="text" interval="1" stdout="{{outdate}}" stderr="{{errdate}}"</span></span>
<span class="tag">/qbert-exec</span>
</p>
<qbert-system arch="{{arch}}" endian="{{endian}}" homedir="{{homedir}}" hostname="{{hostname}}" osname="{{osname}}" platform="{{platform}}" release="{{release}}" tmpdir="{{tmpdir}}"></qbert-system>
<p>
<span class="tag">qbert-system <span class="attr">arch="{{arch}}" endian="{{endian}}" homedir="{{homedir}}" hostname="{{hostname}}" osname="{{osname}}" platform="{{platform}}" release="{{release}}" tmpdir="{{tmpdir}}"</span></span>
<span class="tag">/qbert-system</span>
</p>
<qbert-cpu interval="3" cores="{{cores}}" count="{{coreCount}}" avgload="{{avgLoad}}" avgSpeed="{{avgSpeed}}"></qbert-cpu>
<table>
<tr>
<th>Model</th>
<th>Speed ({{avgSpeed}}MHz)</th>
<th>Load ({{avgLoad}}%)</th>
</tr>
<template is="dom-repeat" items="{{cores}}">
<tr>
<td>{{item.model}}</td>
<td>{{item.speed}}MHz</td>
<td>{{item.load}}%</td>
</tr>
</template>
</table>
</template>
</qbert-panel>
|
1-responsive-web-design/6-applied-responsive-web-design-projects/004-build-a-technical-documentation-page.html | volcain-io/fcc-beta | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Build a Technical Documentation Page</title>
</head>
<body>
<div>
<p>Go to
<a href="https://beta.freecodecamp.com/en/challenges/applied-responsive-web-design-projects/build-a-technical-documentation-page"
target="_blank">Build a Technical Documentation Page
</a>and complete this project.
</p>
<p>
<strong>Coding skills required.</strong>
</p>
</div>
</body>
</html> |
pollen.computer/democrat.computer/system.computer/intelligent.parts/graph/index_files/saved_resource.html | paradox-computer/paradox-computer | <!DOCTYPE html>
<!-- saved from url=(0074)file:///Users/jordan.lafland/Desktop/arc-padding_files/saved_resource.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head><body marginwidth="0" marginheight="0"><canvas width="960" height="500"></canvas>
<script src="./d3.v4.0.0-alpha.4.min.js"></script>
<script>
var data = [1, 1, 2, 3, 5, 8, 13];
var canvas = document.querySelector("canvas"),
context = canvas.getContext("2d");
var width = canvas.width,
height = canvas.height,
radius = Math.min(width, height) / 2;
var colors = [
"#1f77b4", "#ff7f0e", "#2ca02c", "#d62728", "#9467bd",
"#8c564b", "#e377c2", "#7f7f7f", "#bcbd22", "#17becf"
];
var arc = d3.arc()
.outerRadius(radius - 10)
.innerRadius(0)
.padAngle(0.03)
.context(context);
var pie = d3.pie();
var arcs = pie(data);
context.translate(width / 2, height / 2);
context.globalAlpha = 0.5;
arcs.forEach(function(d, i) {
context.beginPath();
arc(d);
context.fillStyle = colors[i];
context.fill();
});
context.globalAlpha = 1;
context.beginPath();
arcs.forEach(arc);
context.lineWidth = 1.5;
context.stroke();
</script>
</body></html> |
src/Viteloge/CoreBundle/Resources/descriptions/02672.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Saint-Bandry est
un village
localisé dans le département de l'Aisne en Picardie. Elle comptait 234 habitants en 2008.</p>
<p>Si vous envisagez de demenager à Saint-Bandry, vous pourrez facilement trouver une maison à vendre. </p>
<p>À proximité de Saint-Bandry sont situées les communes de
<a href="{{VLROOT}}/immobilier/osly-courtil_02576/">Osly-Courtil</a> située à 5 km, 290 habitants,
<a href="{{VLROOT}}/immobilier/dommiers_02267/">Dommiers</a> à 5 km, 303 habitants,
<a href="{{VLROOT}}/immobilier/saint-pierre-aigle_02687/">Saint-Pierre-Aigle</a> localisée à 5 km, 360 habitants,
<a href="{{VLROOT}}/immobilier/montigny-lengrain_02514/">Montigny-Lengrain</a> localisée à 5 km, 657 habitants,
<a href="{{VLROOT}}/immobilier/fontenoy_02326/">Fontenoy</a> à 4 km, 542 habitants,
<a href="{{VLROOT}}/immobilier/cutry_02254/">Cutry</a> située à 2 km, 110 habitants,
entre autres. De plus, Saint-Bandry est située à seulement 25 km de <a href="{{VLROOT}}/immobilier/compiegne_60159/">Compiègne</a>.</p>
<p>Le parc d'habitations, à Saint-Bandry, était réparti en 2011 en onze appartements et 106 maisons soit
un marché plutôt équilibré.</p>
</div>
|
contact.html | kongove/kongove.github.com | ---
layout: page
title: Say Hello
permalink: /contact/
tags: contact
---
<div class="py2">
{% if site.ajaxify_contact_form %}
<form class="form-stacked">
<label>
Email
<input type="text" name="email" class="field-light" placeholder="{{ site.text.contact.email | default: "Email Address" }}">
</label>
<label>
Content
<textarea type="text" name="content" class="field-light" rows="5" placeholder="{{ site.text.contact.content | default: "What would you like to say?" }}" style="resize: vertical"></textarea>
</label>
<input type="text" name="_gotcha" style="display:none" />
<button type='submit' class="button button-blue button-big mobile-block">{{ site.text.contact.submit | default: "Say Hello" }}</button>
</form>
{% else %}
<form action="https://formspree.io/f/mvovlydo" method="POST" class="form-stacked">
<label>
Email
<input type="text" name="email" class="field-light" placeholder="{{ site.text.contact.email | default: "Email Address" }}">
</label>
<label>
Content
<textarea type="text" name="content" class="field-light" rows="5" placeholder="{{ site.text.contact.content | default: "What would you like to say?" }}" style="resize: vertical"></textarea>
</label>
<input type="hidden" name="_next" value="{{ site.baseurl }}/thanks/" />
<input type="hidden" name="_subject" value="{{ site.text.contact.subject | default: "New submission!" }}" />
<input type="text" name="_gotcha" style="display:none" />
<input type="submit" class="button button-blue button-big mobile-block" value="{{ site.text.contact.submit | default: "Say Hello" }}">
</form>
{% endif %}
</div>
{% if site.ajaxify_contact_form %}
{% include ajaxify_content_form.html %}
{% endif %}
|
tag/cmake.html | bassdeveloper/bassdeveloper.github.io |
<!DOCTYPE html>
<html lang="english">
<head>
<link href='//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="../theme/stylesheet/style.min.css">
<link rel="stylesheet" type="text/css" href="../theme/pygments/github.min.css">
<link rel="stylesheet" type="text/css" href="../theme/font-awesome/css/font-awesome.min.css">
<link rel="shortcut icon" href="/images/favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="" />
<meta name="author" content="Rishabh Chakrabarti" />
<meta name="description" content="Rishabh Chakrabarti's Notes and Highlights" />
<meta property="og:site_name" content="Bassdeveloper's Blog"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Bassdeveloper's Blog"/>
<meta property="og:description" content="Rishabh Chakrabarti's Notes and Highlights"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content=".."/>
<meta property="og:image" content="/images/RC.jpg">
<title>Bassdeveloper's Blog – Tag Cmake
</title>
</head>
<body>
<aside>
<div>
<a href="..">
<img src="/images/RC.jpg" alt="Rishabh Chakrabarti" title="Rishabh Chakrabarti">
</a>
<h1><a href="..">Rishabh Chakrabarti</a></h1>
<p>Learning bout Data</p>
<nav style="margin-top: 150px;">
<ul class="list">
<li><a href="https://bassdeveloper.github.io/category/learning.html" target="_blank">Learning</a></li>
<li><a href="https://bassdeveloper.github.io/category/data-science.html" target="_blank">Data-Science</a></li>
<li><a href="https://bassdeveloper.github.io/category/business.html" target="_blank">Business</a></li>
</ul>
</nav>
</div>
<footer>
<ul class="social">
<li><a class="sc-facebook" href="https://www.facebook.com/Rishabh.Chakrabarti" target="_blank"><i class="fa fa-facebook"></i></a></li>
<li><a class="sc-github" href="https://github.com/bassdeveloper/" target="_blank"><i class="fa fa-github"></i></a></li>
<li><a class="sc-google-plus" href="https://plus.google.com/100116978271306424838" target="_blank"><i class="fa fa-google-plus"></i></a></li>
</ul>
</footer>
</aside>
<main>
<article>
<header>
<h2><a href="../labplot.html#labplot">Making an App</a></h2>
<p>
Posted on Sat 04 February 2017 in <a href="../category/learning.html">Learning</a>
• Tagged with
<a href="../tag/app-dev.html">App-dev</a>, <a href="../tag/cmake.html">Cmake</a>, <a href="../tag/kde.html">KDE</a>, <a href="../tag/labplot.html">LabPlot</a>
</p>
</header>
<div>
<p>My notes about LabPlot.</p>
<br>
<a class="btn" href="../labplot.html#labplot"> Continue reading
</a>
</div>
</article>
<div class="pagination">
</div>
<footer>
<p>© Rishabh Chakrabarti </p>
<p> Powered by <a href="http://getpelican.com" target="_blank">Pelican</a> - <a href="https://github.com/alexandrevicenzi/flex" target="_blank">Flex</a> theme by <a href="http://alexandrevicenzi.com" target="_blank">Alexandre Vicenzi</a>
</p> </footer>
</main>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " Bassdeveloper's Blog ",
"url" : "..",
"image": "/images/RC.jpg",
"description": "Rishabh Chakrabarti's Notes and Highlights"
}
</script>
</body>
</html> |
render/games_list.html | JustDADE/PSNews | <h2>Games List</h2>
<form ng-submit="searchFor(searchValue)">
<input type="text" placeholder="Search for game..." class="search" ng-model="searchValue">
</form>
<div id="games-list">
<div class="figlist fourlist">
<figure ng-repeat="game in gamesList" ng-mouseover="showInfo = true" ng-mouseleave="showInfo = false">
<img src="images/games/{{ game.image }}w.png" alt="{{ game.title }}">
<figcaption ng-show="showInfo">
<h3>{{ game.title }}</h3>
<h4>in {{ game.releasetime | convertDate }}</h4>
</figcaption>
</figure>
</div>
</div>
|
clean/Linux-x86_64-4.11.2-2.0.7/released/8.13.0/shuffle/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>shuffle: 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 / shuffle - 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>
shuffle
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-01 08:37:47 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-01 08:37:47 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.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.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/shuffle"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Shuffle"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Gilbreath's card trick"
"keyword: binary sequences"
"category: Miscellaneous/Logical Puzzles and Entertainment"
]
authors: [
"Gérard Huet"
]
bug-reports: "https://github.com/coq-contribs/shuffle/issues"
dev-repo: "git+https://github.com/coq-contribs/shuffle.git"
synopsis: "Gilbreath's card trick"
description: """
A full axiomatization and proof development of a non-trivial property of binary sequences, inspired from a card trick of N. Gilbreath."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/shuffle/archive/v8.9.0.tar.gz"
checksum: "md5=f8608e22822ddf636aa946569788a188"
}
</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-shuffle.8.9.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't be met:
- coq-shuffle -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' 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-shuffle.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">
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.1/released/8.9.0/dpdgraph/0.6.8.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>dpdgraph: 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.9.0 / dpdgraph - 0.6.8</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
dpdgraph
<small>
0.6.8
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-04 03:17:13 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-04 03:17:13 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.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.9.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.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "yves.bertot@inria.fr"
license: "LGPL-2.1-only"
homepage: "https://github.com/karmaki/coq-dpdgraph"
build: [
["./configure"]
["echo" "%{jobs}%" "jobs for the linter"]
[make "-j%{jobs}%" "WARN_ERR="]
]
bug-reports: "https://github.com/karmaki/coq-dpdgraph/issues"
dev-repo: "git+https://github.com/karmaki/coq-dpdgraph.git"
install: [
[make "install" "BINDIR=%{bin}%"]
]
depends: [
"ocaml" {}
"coq" {>= "8.12" & < "8.13~"}
"ocamlgraph"
]
authors: [ "Anne Pacalet" "Yves Bertot"]
synopsis: "Compute dependencies between Coq objects (definitions, theorems) and produce graphs"
url {
src:
"https://github.com/Karmaki/coq-dpdgraph/releases/download/v0.6.8/coq-dpdgraph-0.6.8.tgz"
checksum: "sha256=7c40b5c362240f3968ce3f6ff39f0c2b08f8687091ff487c477ff066c738a983"
}
</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-dpdgraph.0.6.8 coq.8.9.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.9.0).
The following dependencies couldn't be met:
- coq-dpdgraph -> coq >= 8.12
Your request can'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-dpdgraph.0.6.8</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>
|
output/yubitsec-ctf-rome-warmup.html | kipyegonmark/kipyegonmarkblog | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>YubitSec CTF - Rome - Warmup — The Gospel of Mark</title>
<meta name="description" content="Title: YubitSec CTF - Rome - Warmup; Date: 2017-04-25; Author: Mark Kipyegon">
<meta name="author" content="Mark Kipyegon Koskei">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="https://gospelofmark.ch/theme/html5.js"></script>
<![endif]-->
<link href="https://gospelofmark.ch/theme/css/ipython.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/bootswatch/3.2.0/simplex/bootstrap.min.css" rel="stylesheet">
<link href="https://gospelofmark.ch/theme/css/local.css" rel="stylesheet">
<link href="https://gospelofmark.ch/theme/css/pygments.css" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="page-header">
<h1><a href="https://gospelofmark.ch/">The Gospel of Mark</a>
<br> </div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="article" itemscope itemtype="http://schema.org/BlogPosting">
<div class="text-center article-header">
<h1 itemprop="name headline" class="article-title">YubitSec CTF - Rome - Warmup</h1>
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<h4 itemprop="name">Mark Kipyegon</h4>
</span>
<time datetime="2017-04-25T08:13:01+03:00" itemprop="datePublished">Tue 25 April 2017</time>
</div>
<div>
Category:
<span itemprop="articleSection">
<a href="https://gospelofmark.ch/category/ctf.html" rel="category">CTF</a>
</span>
</div>
<div>
Tags:
<span itemprop="keywords">
<a href="https://gospelofmark.ch/tag/warmup.html" rel="tag">Warmup</a>
</span>
</div>
<div itemprop="articleBody" class="article-body"><h2>YubitSec CTF - Rome - Warmup</h2>
<h3>Problem</h3>
<p>Encrypted: PLSZKJVT{TRVJRI_WFLEU_KYZJ_RTKLRCCP}</p>
<h3>Solution</h3>
<p>The message is encrypted using the Caesar cipher shifted 9 times.</p>
<p>Passing the message through an online <a href="http://www.xarg.org/tools/caesar-cipher/">tool</a> returns the flag.</p>
<p>FLAG: <strong>YUBITSEC{CAESAR_FOUND_THIS_ACTUALLY}</strong></p></div>
<hr>
<h2>Comments</h2>
</div>
</div>
</div> <!-- <hr> -->
</div> <!-- /container -->
<footer class="aw-footer bg-danger">
<div class="container"> <!-- footer -->
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="row">
<div class="col-md-3">
<h4>Navigation</h4>
<ul class="list-unstyled my-list-style">
<li><a href="https://gospelofmark.ch">The Gospel of Mark</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Author</h4>
<ul class="list-unstyled my-list-style">
<li><a href="https://gospelofmark.ch/about-me.html">About Me</a></li>
<li><a href="mailto:gospelomark@protonmail.ch">Email</a></li>
<li><a href="https://github.com/kipyegonmark">Github</a></li>
<li><a href="https://stackoverflow.com/users/story/5070588">Stack Overflow</a></li>
<li><a href="https://ctftime.org/team/20210">Kole and Associates CTF</a></li>
<li><a href="https://keybase.io/kipyegonmark">Keybase</a></li>
<li><a href="https://gospelofmark.ch/sitemap.xml">Sitemap</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Categories</h4>
<ul class="list-unstyled my-list-style">
<li><a href="https://gospelofmark.ch/category/about-me.html">About Me (1)</a></li>
<li><a href="https://gospelofmark.ch/category/commentary.html">Commentary (1)</a></li>
<li><a href="https://gospelofmark.ch/category/ctf.html">CTF (59)</a></li>
<li><a href="https://gospelofmark.ch/category/home-lab.html">Home Lab (9)</a></li>
<li><a href="https://gospelofmark.ch/category/octopress.html">Octopress (1)</a></li>
<li><a href="https://gospelofmark.ch/category/pentester-lab.html">Pentester Lab (2)</a></li>
<li><a href="https://gospelofmark.ch/category/primers.html">Primers (5)</a></li>
<li><a href="https://gospelofmark.ch/category/project-euler.html">Project Euler (3)</a></li>
<li><a href="https://gospelofmark.ch/category/tools.html">Tools (1)</a></li>
</ul>
</div>
<div class="col-md-3">
<h4>Links</h4>
<ul class="list-unstyled my-list-style">
<li><a href="http://getpelican.com/">Pelican</a></li>
<li><a href="http://python.org/">Python.org</a></li>
<li><a href="http://jinja.pocoo.org/">Jinja2</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</footer>
<div class="container">
<div class="row">
<div class="col-md-12 text-center center-block aw-bottom">
<p>© Mark Kipyegon Koskei 2016</p>
<p>Powered by Pelican</p>
</div>
</div>
</div>
<!-- JavaScript -->
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$("div.collapseheader").click(function () {
$header = $(this).children("span").first();
$codearea = $(this).children(".input_area");
$codearea.slideToggle(500, function () {
$header.text(function () {
return $codearea.is(":visible") ? "Collapse Code" : "Expand Code";
});
});
});
});
</script>
</body>
</html> |
map/index.html | IndyHurt/nyr-hotel | <!doctype html>
<!--
Tangram: real-time WebGL rendering for OpenStreetMap
http://github.com/tangrams/tangram
http://mapzen.com
-->
<html lang="en-us">
<head>
<meta charset="utf-8">
<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=no">
<title>Lodging</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.2/leaflet.css" />
<style>
body {
margin: 0px;
border: 0px;
padding: 0px;
}
#map {
background: rgba(0, 0, 0, 0);
height: 100%;
width: 100%;
position: absolute;
}
.label {
width: auto;
/*margin-left: -100px;*/
position: absolute;
z-index: 1000;
text-align: left;
margin: 0px;
background: #333;
opacity: 0.9;
padding: 2px;
visibility: hidden;
/*text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
/*word-wrap: break-word;*/
}
.label a {
color: white;
}
.label a:hover {
color: lightblue;
}
.labelInner {
font-family: Helvetica, sans-serif;
font-size: 16px;
color: white;
opacity: 2.0;
margin: 5px;
}
.labelLine {
/*border: 2px solid gold;*/
}
</style>
</head>
<body>
<div class="label" id="popup"></div>
<div id="map"></div>
<!-- 3rd party libraries -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.2/leaflet.js"></script>
<!-- bog-standard leaflet URL hash -->
<script src="lib/leaflet-hash.js"></script>
<!-- A lightweight graphical user interface for changing variables in JavaScript. -->
<script src="lib/dat.gui.min.js"></script>
<!-- End of 3rd party libraries -->
<!-- Keymaster handles keyboard input -->
<script src="lib/keymaster.js"></script>
<!-- Main tangram library -->
<script src="https://mapzen.com/tangram/0.6/tangram.min.js"></script>
<!-- Demo module -->
<script src="main.js"></script>
<!-- Adding a script block to post message to the parent container (think iframed demos) -->
<script type="text/javascript">
window.addEventListener("hashchange",function(){parent.postMessage(window.location.hash, "*")});
</script>
<!-- Mapzen map UI -->
<!--
<script src='lib/mapzen-ui.min.js'></script>
-->
<script src='https://mapzen.com/common/ui/mapzen-ui.min.js'></script>
<script>
MPZN.bug({
name: 'Tangram',
link: 'https://mapzen.com/blog/new-years-resolutions-travel',
tweet: 'New Years Resolutions - Travel, a map from @mapzen',
repo: 'https://github.com/indyhurt/nyr-hotel/'
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47035811-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>
|
_includes/comments.html | ambicapramod/ambicapramod.github.io | {% if site.comments %}
<aside id="comments" class="disqus">
<div class="container">
<h3><i class="icon icon-comments-o"></i> Comments</h3>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = '{{ site.disqus_shortname }}';
var disqus_identifier = '{{ page.id }}';
var disqus_title = '{{ page.title }}';
var disqus_url = '{{ site.url }}{{ post.url }}';
/*var disqus_developer = 1;*/
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
</noscript>
</div>
</aside>
{% endif %}
|
_includes/footer.html | xialingsc/home | <footer role="contentinfo" id="site-footer">
<p class="copyright">© {{ site.time | date: '%Y' }} <a href="{{ site.url }}">{{ site.title }}</a> powered by <a href="http://jekyllrb.com" rel="nofollow">Jekyll</a> + <a href="http://mmistakes.github.io/skinny-bones-jekyll/" rel="nofollow">Skinny Bones</a>.</p>
<hr />
博文链接: <a href="http://macshuo.com/" target="_blank">池建强的随想录</a> <a href="http://scottmaxiao.github.io/" target="_blank">马啸博客</a> <a href="http://yangchangming.com/" target="_blank">杨昌明博客</a> <a href="http://bsr1983.iteye.com/" target="_blank">李英明博客</a>
</footer>
|
html/234567135057.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>
State of the Art Concepts 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=1492321384974&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=43963&V_SEARCH.docsStart=43962&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=43961&V_DOCUMENT.docRank=43962&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492321403287&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567120764&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=43963&V_DOCUMENT.docRank=43964&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492321403287&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456068333&profileId=&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>
State of the Art Concepts Ltd.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>State of the Art Concepts Ltd.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.stateoftheartconcepts.com"
target="_blank" title="Website URL">http://www.stateoftheartconcepts.com</a></p>
<p><a href="mailto:info@stateoftheartconcepts.ca" title="info@stateoftheartconcepts.ca">info@stateoftheartconcepts.ca</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">
5959 Clements Rd<br/>
DUNCAN,
British Columbia<br/>
V9L 6J8
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
5959 Clements Rd<br/>
DUNCAN,
British Columbia<br/>
V9L 6J8
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(778) 455-4484
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(855) 547-5441</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(778) 455-4485</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> A diversified artistic manufacturing company that creates products using foam, metal, wood, plastic, and other various mediums.<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>
Tracy
Clark
</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-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Administrative Services.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(778) 455-4484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(778) 455-4485
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
tracy@stateoftheartconcepts.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Challen
Clark
</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">
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">
(778) 455-4484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(778) 455-4485
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
challen@stateoftheartconcepts.ca
</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>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339990 - All Other Miscellaneous Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</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">
3D Manufactured Products<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We believe our portfolio speaks volumes in regards to our capability as a company and our work. Our senior in-house artist has been in the business of creating realities for various clients over the past many years. His genius lies in original hand-sketched drawings for client(s) conceptualization in addition to detailed 3D shop drawings. Each artist is versed in different aspects of the manufacturing process. This includes 3D drawings, metal fabrication, structural framework, sculpting, hard-coating, welding, sandblasting, airbrushing, millwork, mold making, custom lighting and other various accomplishments.
<br>
<br>
Some of our other in-house services include project management, design & structural consulting, certified engineered drawings, estimating, structural welding, specialized fabrication, specialty shipping and installation services.
<br>
<br>
All of the products we use are of utmost highest quality. They are all approved by their specific manufacturers and/or product providers and include permits and/or certification where applicable.<br>
<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 -->
<!-- Market Profile -->
<h3 class="page-header">
Market profile
</h3>
<section class="container-fluid">
<h4>
Industry sector market interests:
</h4>
<ul>
<li>Manufacturing</li>
</ul>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Sector Information -->
<h3 class="page-header">
Sector information
</h3>
<section class="container-fluid">
<h4>
Key / Major clients:
</h4>
Throughout the years we have been commissioned to manufacture products for various exclusive clients. These include regulatory and airport authorities, project management firms, architectural firms, theme parks, artists, exhibit design, design firms, set and movie props, retail and restaurant environments. As well, we are often asked to work alongside other businesses to provide or alleviate project overflow.
<br>
<br>
A recent global project included the manufacturing of the Vancouver 2010 Winter Olympic Rings for Whistler Creekside, Whistler Olympic Park and Cypress Mountain, as well as the Olympic Rings and Paralympic Agitos for Whistler Village located within the Whistler Olympic Plaza. These Olympic icons are now permanent fixtures at each location
</section>
<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>
Tracy
Clark
</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-->
Manager
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Administrative Services.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(778) 455-4484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(778) 455-4485
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
tracy@stateoftheartconcepts.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Challen
Clark
</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">
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">
(778) 455-4484
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(778) 455-4485
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
challen@stateoftheartconcepts.ca
</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>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
339990 - All Other Miscellaneous Manufacturing
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Manufacturer / Processor / Producer
</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">
3D Manufactured Products<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
We believe our portfolio speaks volumes in regards to our capability as a company and our work. Our senior in-house artist has been in the business of creating realities for various clients over the past many years. His genius lies in original hand-sketched drawings for client(s) conceptualization in addition to detailed 3D shop drawings. Each artist is versed in different aspects of the manufacturing process. This includes 3D drawings, metal fabrication, structural framework, sculpting, hard-coating, welding, sandblasting, airbrushing, millwork, mold making, custom lighting and other various accomplishments.
<br>
<br>
Some of our other in-house services include project management, design & structural consulting, certified engineered drawings, estimating, structural welding, specialized fabrication, specialty shipping and installation services.
<br>
<br>
All of the products we use are of utmost highest quality. They are all approved by their specific manufacturers and/or product providers and include permits and/or certification where applicable.<br>
<br>
</div>
</div>
</section>
</details>
<details id="details-panel6">
<summary>
Market
</summary>
<h2 class="wb-invisible">
Market profile
</h2>
<section class="container-fluid">
<h4>
Industry sector market interests:
</h4>
<ul>
<li>Manufacturing</li>
</ul>
</section>
</details>
<details id="details-panel7">
<summary>
Sector
</summary>
<h2 class="wb-invisible">
Sector information
</h2>
<section class="container-fluid">
<h4>
Key / Major clients:
</h4>
Throughout the years we have been commissioned to manufacture products for various exclusive clients. These include regulatory and airport authorities, project management firms, architectural firms, theme parks, artists, exhibit design, design firms, set and movie props, retail and restaurant environments. As well, we are often asked to work alongside other businesses to provide or alleviate project overflow.
<br>
<br>
A recent global project included the manufacturing of the Vancouver 2010 Winter Olympic Rings for Whistler Creekside, Whistler Olympic Park and Cypress Mountain, as well as the Olympic Rings and Paralympic Agitos for Whistler Village located within the Whistler Olympic Plaza. These Olympic icons are now permanent fixtures at each location
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-03-04
</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&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&WT.js=No&WT.tv=9.4.0&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
-->
|
BOOST/boost_1_61_0/libs/compute/doc/html/boost/compute/unsupported_ex_idp11889488.html | calvinfarias/IC2015-2 | <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class unsupported_extension_error</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="../../index.html" title="Chapter 1. Boost.Compute">
<link rel="up" href="../../boost_compute/reference.html#header.boost.compute.exception.unsupported_extension_error_hpp" title="Header <boost/compute/exception/unsupported_extension_error.hpp>">
<link rel="prev" href="opencl_error.html" title="Class opencl_error">
<link rel="next" href="as.html" title="Struct template as">
</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="opencl_error.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.exception.unsupported_extension_error_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="as.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.compute.unsupported_ex_idp11889488"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class unsupported_extension_error</span></h2>
<p>boost::compute::unsupported_extension_error — Exception thrown when attempting to use an unsupported OpenCL extension. </p>
</div>
<h2 xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv-title">Synopsis</h2>
<div xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" class="refsynopsisdiv"><pre class="synopsis"><span class="comment">// In header: <<a class="link" href="../../boost_compute/reference.html#header.boost.compute.exception.unsupported_extension_error_hpp" title="Header <boost/compute/exception/unsupported_extension_error.hpp>">boost/compute/exception/unsupported_extension_error.hpp</a>>
</span>
<span class="keyword">class</span> <a class="link" href="unsupported_ex_idp11889488.html" title="Class unsupported_extension_error">unsupported_extension_error</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="unsupported_ex_idp11889488.html#boost.compute.unsupported_ex_idp11889488construct-copy-destruct">construct/copy/destruct</a></span>
<span class="keyword">explicit</span> <a class="link" href="unsupported_ex_idp11889488.html#idp11896768-bb"><span class="identifier">unsupported_extension_error</span></a><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="unsupported_ex_idp11889488.html#idp11898976-bb"><span class="special">~</span><span class="identifier">unsupported_extension_error</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="unsupported_ex_idp11889488.html#idp11892976-bb">public member functions</a></span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a class="link" href="unsupported_ex_idp11889488.html#idp11893536-bb"><span class="identifier">extension_name</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a class="link" href="unsupported_ex_idp11889488.html#idp11894976-bb"><span class="identifier">what</span></a><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp75961680"></a><h2>Description</h2>
<p>This exception is thrown when the user attempts to use an OpenCL extension which is not supported on the platform and/or device.</p>
<p>An example of this is attempting to use CL-GL sharing on a non-GPU device.</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p><a class="link" href="opencl_error.html" title="Class opencl_error">opencl_error</a> </p>
<p>
</p>
<div class="refsect2">
<a name="idp75964800"></a><h3>
<a name="boost.compute.unsupported_ex_idp11889488construct-copy-destruct"></a><code class="computeroutput">unsupported_extension_error</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">explicit</span> <a name="idp11896768-bb"></a><span class="identifier">unsupported_extension_error</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> extension<span class="special">)</span><span class="special">;</span></pre>
<p>Creates a new unsupported extension error exception object indicating that <code class="computeroutput">extension</code> is not supported by the OpenCL platform or device. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp11898976-bb"></a><span class="special">~</span><span class="identifier">unsupported_extension_error</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>Destroys the unsupported extension error object. </li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp75978912"></a><h3>
<a name="idp11892976-bb"></a><code class="computeroutput">unsupported_extension_error</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="identifier">std</span><span class="special">::</span><span class="identifier">string</span> <a name="idp11893536-bb"></a><span class="identifier">extension_name</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>Returns the name of the unsupported extension. </li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> <a name="idp11894976-bb"></a><span class="identifier">what</span><span class="special">(</span><span class="special">)</span> <span class="keyword">const</span><span class="special">;</span></pre>
<p>Returns a string containing a human-readable error message containing the name of the unsupported exception. </p>
</li>
</ol></div>
</div>
</div>
</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 © 2013, 2014 Kyle Lutz<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="opencl_error.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_compute/reference.html#header.boost.compute.exception.unsupported_extension_error_hpp"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="as.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
src/pages/parameters/parameters.html | bastienmoulia/insulin | <ion-header>
<ion-navbar>
<ion-title>{{ 'PARAM.TITLE' | translate }}</ion-title>
</ion-navbar>
</ion-header>
<ion-content>
<ion-card>
<ion-card-header>
{{ 'PARAM.PHYSIOLOGICAL_DATA' | translate }}
</ion-card-header>
<ion-card-content>
<ion-item>
<ion-label floating>{{ 'PARAM.WEIGHT' | translate }} (kg)</ion-label>
<ion-input type="number" [(ngModel)]="physiologicalDataService.weight" (change)="physiologicalDataService.saveWeight()" required min="1" max="200"></ion-input>
</ion-item>
<ion-item>
<ion-label floating class="multiline">{{ 'PARAM.SENSITIVITY' | translate }}</ion-label>
<ion-input type="number" [(ngModel)]="physiologicalDataService.k" (change)="physiologicalDataService.saveK()" required step="0.01" min="0.01" max="10"></ion-input>
</ion-item>
<button ion-button outline block small (click)="goToSensitivityCoefficientPage()">{{ 'PARAM.SENSITIVITY_HELP' | translate }}</button>
</ion-card-content>
</ion-card>
<ion-card>
<ion-card-header>
{{ 'PARAM.CARBOHYDRATES' | translate }}
</ion-card-header>
<ion-card-content>
<coefficient-barchart *ngIf="chartData" [data]="chartData"></coefficient-barchart>
<ion-grid>
<ion-row *ngIf="physiologicalDataService.carbohydrateCoefficients && physiologicalDataService.carbohydrateCoefficients.length > 0">
<ion-col col-5>{{ 'PARAM.START_HOUR' | translate }}</ion-col>
<ion-col col-5>{{ 'PARAM.COEFFICIENT' | translate }}</ion-col>
</ion-row>
<ion-row *ngFor="let carbohydrateCoefficient of physiologicalDataService.carbohydrateCoefficients">
<ion-col col-5>{{ carbohydrateCoefficient.startHour }}h</ion-col>
<ion-col col-5>{{ carbohydrateCoefficient.coefficient }}</ion-col>
<ion-col col-2>
<button ion-button block clear small (click)="openPopover($event, carbohydrateCoefficient)">
<ion-icon name="create"></ion-icon>
</button>
</ion-col>
</ion-row>
<button ion-button outline block small (click)="openPopover($event)">
{{ 'PARAM.ADD_CARBOHYDRATE' | translate }}
</button>
</ion-grid>
</ion-card-content>
</ion-card>
<ion-card>
<ion-card-header>
{{ 'PARAM.BLOOD_GLUCOSE_UNITS' | translate }}
</ion-card-header>
<ion-card-content>
<ion-segment [(ngModel)]="bloodGlucoseService.unit" color="primary" (ionChange)="bloodGlucoseService.saveUnit()">
<ion-segment-button value="{{ unit.value }}" *ngFor="let unit of bloodGlucoseService.units">
{{ unit.value }}
</ion-segment-button>
</ion-segment>
</ion-card-content>
</ion-card>
<ion-card>
<ion-item>
<ion-label>{{ 'PARAM.DEMI_UNIT' | translate }}</ion-label>
<ion-toggle [(ngModel)]="parametersService.demiUnit" (ionChange)="parametersService.saveDemiUnit()"></ion-toggle>
</ion-item>
</ion-card>
<ion-card color="dark">
<ion-card-header>
Beta
</ion-card-header>
<ion-card-content>
<ion-item color="dark">
<ion-label>Language</ion-label>
<ion-select [(ngModel)]="language" (ionChange)="changeLanguage()">
<ion-option value="en">English</ion-option>
<ion-option value="fr">Français</ion-option>
</ion-select>
</ion-item>
<button ion-button outline block small color="light" (click)="goToInitPage()">
{{ 'PARAM.RESET' | translate }}
</button>
</ion-card-content>
</ion-card>
<div padding>
<button ion-button outline block color="light" (click)="goToAboutPage()">
{{ 'ABOUT.TITLE' | translate }}
</button>
</div>
</ion-content>
|
src/VintageWest/AdminBundle/Resources/public/css/style.css | thomaschvt/vw-project | /*Administration*/
body {
padding-top: 60px;
padding-bottom: 40px;
}
#header-admin{
background: #000000;
height: 20px;
padding: 10px;
} |
cometchat/plugins/games/themes/default/games_rtl.css | edbiler/BazaarCorner | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-align: right;
direction: rtl;
}
.small {
font-weight:bold;
}
ul {
float: right;
width: 100%;
margin: 0;
padding: 0;
list-style: none;
}
li {
float: right;
width: 110px;
margin: 0;
height: 20px;
padding: 0 0 0 1.5em;
cursor: pointer;
}
.container {
width:98%;margin:0 auto;margin-top: 5px;
}
.container_title {
border-left: 1px solid #11648f;
border-top: 1px solid #11648f;
border-right: 1px solid #11648f;
background-color:#3d3d3d;
color:#ffffff;
padding:5px;
font-weight:bold;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 12px;
padding-left:10px;
background:url(../../../../themes/default/images/bgbarplugins.png) repeat;
padding-bottom:6px;
text-shadow: 1px 1px 0 #1979a2;
}
.container_body {
border-left: 1px solid #cccccc;border-bottom: 1px solid #cccccc;border-right: 1px solid #cccccc;background-color:#ffffffff;color:#333333;padding:5px;font-weight:normal;font-family:'lucida grande',tahoma,verdana,arial,sans-serif;font-size:11px;padding:20px 10px;
} |
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.1+1/minic/8.6.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>minic: 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.7.1+1 / minic - 8.6.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
minic
<small>
8.6.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-19 04:09:34 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-19 04:09:34 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.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1+1 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: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/minic"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/MiniC"]
depends: [
"ocaml"
"coq" {>= "8.6" & < "8.7~"}
]
tags: [ "keyword: denotational semantics" "keyword: compilation" "category: Computer Science/Semantics and Compilation/Semantics" ]
authors: [ "Eduardo Giménez and Emmanuel Ledinot" ]
bug-reports: "https://github.com/coq-contribs/minic/issues"
dev-repo: "git+https://github.com/coq-contribs/minic.git"
synopsis: "Semantics of a subset of the C language"
description: """
This contribution defines the denotational semantics of MiniC, a
sub-set of the C language. This sub-set is sufficiently large to
contain any program generated by lustre2C.
The denotation function describing the semantics of a MiniC program
actually provides an interpreter for the program."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/minic/archive/v8.6.0.tar.gz"
checksum: "md5=2649c8cced0332490c9366a808e051d3"
}
</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-minic.8.6.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+1).
The following dependencies couldn't be met:
- coq-minic -> coq < 8.7~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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-minic.8.6.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>
|
clean/Linux-x86_64-4.07.1-2.0.6/released/8.11.2/propcalc/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>propcalc: 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 / propcalc - 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>
propcalc
<small>
8.5.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-03-07 13:08:44 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-03-07 13:08:44 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.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "matej.kosik@inria.fr"
homepage: "https://github.com/coq-contribs/abp"
license: "BSD"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PropCalc"]
depends: [
"ocaml"
"coq" {>= "8.5" & < "8.6~"}
]
tags: [ "keyword:propositional calculus" "keyword:classical logic" "keyword:completeness" "keyword:natural deduction" "keyword:sequent calculus" "keyword:cut elimination" "category:Mathematics/Logic/Foundations" ]
authors: [ "Floris van Doorn <fpvdoorn@gmail.com>" ]
bug-reports: "https://github.com/coq-contribs/propcalc/issues"
dev-repo: "git+https://github.com/coq-contribs/propcalc.git"
synopsis: "Propositional Calculus"
description: """
Formalization of basic theorems about classical propositional logic. The main theorems are (1) the soundness and completeness of natural deduction calculus, (2) the equivalence between natural deduction calculus, Hilbert systems and sequent calculus and (3) cut elimination for sequent calculus.
Keywords: propositional calculus, classical logic, completeness, natural deduction, sequent calculus, cut elimination."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/propcalc/archive/v8.5.0.tar.gz"
checksum: "md5=2043cc3cb1336535a92fc3a26379d50d"
}
</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-propcalc.8.5.0 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't be met:
- coq-propcalc -> coq < 8.6~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' 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-propcalc.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>
|
index.html | regisbamba/regisbamba.github.com | ---
layout: default
title: Home
---
<div class="posts">
{% for post in paginator.posts %}
<div class="post">
<h1 class="post-title">
<a href="{{ post.url }}">
{{ post.title }}
</a>
</h1>
<span class="post-date">{{ post.date | date_to_string }}</span>
{{ post.excerpt }}
<p>
<a href="{{ site.url }}{{ post.url }}">Lire la suite </a> - <a href="{{ site.url }}{{ post.url }}#disqus_thread"> </a>
</p>
</div>
{% endfor %}
</div>
<div class="pagination">
{% if paginator.next_page %}
<a class="pagination-item older" href="/page{{paginator.next_page}}">Older</a>
{% else %}
<span class="pagination-item older">Older</span>
{% endif %}
{% if paginator.previous_page %}
{% if paginator.page == 2 %}
<a class="pagination-item newer" href="/">Newer</a>
{% else %}
<a class="pagination-item newer" href="/page{{paginator.previous_page}}">Newer</a>
{% endif %}
{% else %}
<span class="pagination-item newer">Newer</span>
{% endif %}
</div>
<script type="text/javascript">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'regisbamba'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script> |
public/Windows 10 x64 (19042.610)/_KPROFILE_SOURCE.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (19042.610)</h4><br>
<h2>_KPROFILE_SOURCE</h2>
<font face="arial"> ProfileTime = 0n0<br>
ProfileAlignmentFixup = 0n1<br>
ProfileTotalIssues = 0n2<br>
ProfilePipelineDry = 0n3<br>
ProfileLoadInstructions = 0n4<br>
ProfilePipelineFrozen = 0n5<br>
ProfileBranchInstructions = 0n6<br>
ProfileTotalNonissues = 0n7<br>
ProfileDcacheMisses = 0n8<br>
ProfileIcacheMisses = 0n9<br>
ProfileCacheMisses = 0n10<br>
ProfileBranchMispredictions = 0n11<br>
ProfileStoreInstructions = 0n12<br>
ProfileFpInstructions = 0n13<br>
ProfileIntegerInstructions = 0n14<br>
Profile2Issue = 0n15<br>
Profile3Issue = 0n16<br>
Profile4Issue = 0n17<br>
ProfileSpecialInstructions = 0n18<br>
ProfileTotalCycles = 0n19<br>
ProfileIcacheIssues = 0n20<br>
ProfileDcacheAccesses = 0n21<br>
ProfileMemoryBarrierCycles = 0n22<br>
ProfileLoadLinkedIssues = 0n23<br>
ProfileMaximum = 0n24<br>
</font></body></html> |
public/Windows 10 x64 (18362.418)/_ALPC_COMMUNICATION_INFO.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18362.418)</h4><br>
<h2>_ALPC_COMMUNICATION_INFO</h2>
<font face="arial"> +0x000 ConnectionPort : Ptr64 <a href="./_ALPC_PORT.html">_ALPC_PORT</a><br>
+0x008 ServerCommunicationPort : Ptr64 <a href="./_ALPC_PORT.html">_ALPC_PORT</a><br>
+0x010 ClientCommunicationPort : Ptr64 <a href="./_ALPC_PORT.html">_ALPC_PORT</a><br>
+0x018 CommunicationList : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x028 HandleTable : <a href="./_ALPC_HANDLE_TABLE.html">_ALPC_HANDLE_TABLE</a><br>
+0x040 CloseMessage : Ptr64 <a href="./_KALPC_MESSAGE.html">_KALPC_MESSAGE</a><br>
</font></body></html> |
1a51f00/html/classv8_1_1_resource_constraints.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::ResourceConstraints 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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_resource_constraints.html">ResourceConstraints</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1_resource_constraints-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ResourceConstraints Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<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:a6e5d38fd99d89d4fc10e325507d08d52"><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1_resource_constraints.html#a6e5d38fd99d89d4fc10e325507d08d52">ConfigureDefaults</a> (uint64_t physical_memory, uint64_t virtual_memory_limit, uint32_t number_of_processors)</td></tr>
<tr class="separator:a6e5d38fd99d89d4fc10e325507d08d52"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aeeecbbdb2c7880bf74d5d7fb9bbc52b3"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aeeecbbdb2c7880bf74d5d7fb9bbc52b3"></a>
int </td><td class="memItemRight" valign="bottom"><b>max_semi_space_size</b> () const </td></tr>
<tr class="separator:aeeecbbdb2c7880bf74d5d7fb9bbc52b3"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac83efbf72458c872009f66019352409e"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ac83efbf72458c872009f66019352409e"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_max_semi_space_size</b> (int value)</td></tr>
<tr class="separator:ac83efbf72458c872009f66019352409e"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a72840efdbcfc7bb287c6aea38d0b07b9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a72840efdbcfc7bb287c6aea38d0b07b9"></a>
int </td><td class="memItemRight" valign="bottom"><b>max_old_space_size</b> () const </td></tr>
<tr class="separator:a72840efdbcfc7bb287c6aea38d0b07b9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aa764be7c76b4baa3fce7a54c3777b5e9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa764be7c76b4baa3fce7a54c3777b5e9"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_max_old_space_size</b> (int value)</td></tr>
<tr class="separator:aa764be7c76b4baa3fce7a54c3777b5e9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a037777e608ed1c22fe294ecef5722036"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a037777e608ed1c22fe294ecef5722036"></a>
int </td><td class="memItemRight" valign="bottom"><b>max_executable_size</b> () const </td></tr>
<tr class="separator:a037777e608ed1c22fe294ecef5722036"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a37d1b38672e9844c567823a119dcd557"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a37d1b38672e9844c567823a119dcd557"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_max_executable_size</b> (int value)</td></tr>
<tr class="separator:a37d1b38672e9844c567823a119dcd557"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:aafc4a94f2eeb0684e7a50f355eb4d06d"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aafc4a94f2eeb0684e7a50f355eb4d06d"></a>
uint32_t * </td><td class="memItemRight" valign="bottom"><b>stack_limit</b> () const </td></tr>
<tr class="separator:aafc4a94f2eeb0684e7a50f355eb4d06d"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a26ed3e89985a4afe34e84509fb093cf1"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a26ed3e89985a4afe34e84509fb093cf1"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_stack_limit</b> (uint32_t *value)</td></tr>
<tr class="separator:a26ed3e89985a4afe34e84509fb093cf1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a27a36f0bacb800468d3574f738d12436"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a27a36f0bacb800468d3574f738d12436"></a>
int </td><td class="memItemRight" valign="bottom"><b>max_available_threads</b> () const </td></tr>
<tr class="separator:a27a36f0bacb800468d3574f738d12436"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a1bec2735c94ff50bfbd54bd70f004b72"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a1bec2735c94ff50bfbd54bd70f004b72"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_max_available_threads</b> (int value)</td></tr>
<tr class="separator:a1bec2735c94ff50bfbd54bd70f004b72"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a8dd511917ad17bf2185d574b0c7e4186"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a8dd511917ad17bf2185d574b0c7e4186"></a>
size_t </td><td class="memItemRight" valign="bottom"><b>code_range_size</b> () const </td></tr>
<tr class="separator:a8dd511917ad17bf2185d574b0c7e4186"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:af887bf453b41b79eb174e5eeee0f1db2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="af887bf453b41b79eb174e5eeee0f1db2"></a>
void </td><td class="memItemRight" valign="bottom"><b>set_code_range_size</b> (size_t value)</td></tr>
<tr class="separator:af887bf453b41b79eb174e5eeee0f1db2"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A set of constraints that specifies the limits of the runtime's memory use. You must set the heap size before initializing the VM - the size cannot be adjusted after the VM is initialized.</p>
<p>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. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a6e5d38fd99d89d4fc10e325507d08d52"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void v8::ResourceConstraints::ConfigureDefaults </td>
<td>(</td>
<td class="paramtype">uint64_t </td>
<td class="paramname"><em>physical_memory</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint64_t </td>
<td class="paramname"><em>virtual_memory_limit</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint32_t </td>
<td class="paramname"><em>number_of_processors</em> </td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>Configures the constraints with reasonable default values based on the capabilities of the current device the VM is running on.</p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">physical_memory</td><td>The total amount of physical memory on the current device, in bytes. </td></tr>
<tr><td class="paramname">virtual_memory_limit</td><td>The amount of virtual memory on the current device, in bytes, or zero, if there is no limit. </td></tr>
<tr><td class="paramname">number_of_processors</td><td>The number of CPUs available on the current device. </td></tr>
</table>
</dd>
</dl>
</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:02 for V8 API Reference Guide for io.js v2.3.2 by  <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>
|
HTML5/public_html/other/cache.html | keeyanajones/Samples | <!DOCTYPE html>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<html manifest="manifest.appcache">
<head>
<title>Application Cache</title>
</head>
<body>
<h1>Application Cache</h1>
<p>This is a very simple demo. This demo caches this index file. You can
view the cache manifest <a href="manifest.appcache">here</a>.</p>
<p>You can now turn off any data connection and
refresh the page. The image below should change based on whether you
are still connected to the internet.</p>
<img src="HTML5_Logo_256.png" alt=""/>
</body>
</html> |
docs/html/class_all_pawns_must_die_1_1_chess_piece-members.html | manixaist/AllPawnsMustDie | <!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.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>All Pawns Must Die: 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="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</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>
<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">All Pawns Must Die
</div>
<div id="projectbrief">Simple GUI for UCI chess engine using C# and Windows Forms</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('class_all_pawns_must_die_1_1_chess_piece.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">AllPawnsMustDie.ChessPiece Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#aae347eef209eb23f70ebcdc345ee7cfb">Captured</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a3e9dfface12d0f1cf43d3d1bc69db91f">ChessPiece</a>(PieceColor pieceColor, PieceClass pieceClass, PieceFile pieceFile, int pieceRank)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a95d91416e866a7e5ca0c82abe80e3da6">ChessPiece</a>(ChessPiece oldPiece)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#afe7555804f0359ed098ef97f45a27927">Color</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#ad60190563926a46a227ccd3a2852518e">Demote</a>()</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a361aa414edb26a3a74dcda83f4e7493a">Deployed</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#ad29aae90eb7ee316fb92101226645239">File</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a75f15ca14a884c55231fb4903fae82fa">IsOnBackRank</a>(ChessPiece piece)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"><span class="mlabel">static</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a8c63f7bf07f2263c705a62cb7a1fe5ed">Job</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#aa5b4ce158fefa7ec904e85f606a5e8d9">Move</a>(PieceFile newFile, int newRank)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a26418c8a176f7a4a1d648eab7e6076f4">PromoteOnNextMove</a>(PieceClass newLotInLife)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#adf5a96eb2f415addb16ebacd23264ce1">Rank</a></td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#ad69ee5546e20cf6af19fb95101affee2">ResetTempMove</a>()</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html#a984e1278fd6e4ccde5d5e63bc2ed1963">TempMove</a>(PieceFile newFile, int newRank)</td><td class="entry"><a class="el" href="class_all_pawns_must_die_1_1_chess_piece.html">AllPawnsMustDie.ChessPiece</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
</ul>
</div>
</body>
</html>
|
_layouts/default.html | GraphProcessingMusings/graphprocessingmusings.github.io | <!DOCTYPE html>
<html lang="en-us">
{% include head.html %}
{% include google_analytics.html %}
<body>
{% include sidebar.html %}
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
content to avoid any CSS collisions with our real content. -->
<div class="wrap">
<div class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">{{ site.title }}</a>
<small>{{ site.tagline }}</small>
</h3>
</div>
</div>
<div class="container content">
{{ content }}
</div>
</div>
<label for="sidebar-checkbox" class="sidebar-toggle"></label>
<script>
(function(document) {
var toggle = document.querySelector('.sidebar-toggle');
var sidebar = document.querySelector('#sidebar');
var checkbox = document.querySelector('#sidebar-checkbox');
document.addEventListener('click', function(e) {
var target = e.target;
if(!checkbox.checked ||
sidebar.contains(target) ||
(target === checkbox || target === toggle)) return;
checkbox.checked = false;
}, false);
})(document);
</script>
</body>
</html>
|
page282/index.html | xiazemin/MyBlog | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/>
<title>泽民博客 | Jekyll theme</title>
<link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css">
<link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet">
<link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="/MyBlog/css/style.css" rel="stylesheet">
<link href="/MyBlog/css/pygments.css" rel="stylesheet">
<!-- Fonts -->
<link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<link href="/MyBlog/css/calendar/common.css" type="text/css" rel="stylesheet">
<script type="text/javascript" src="/MyBlog/js/calendar/calendar.js"></script>
<!-- share this -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="/MyBlog/js/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</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="/MyBlog/js/html5shiv.js"></script>
<script src="/MyBlog/js/respond.min.js"></script>
<![endif]-->
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="/MyBlog/katex/katex.js"></script>
<link rel="stylesheet" href="/MyBlog/katex/katex.css">
<!--轮播图片-->
<!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert($('#rotator_xzm'));
alert($('#rotator_xzm').fn);
$('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] });
});
</script-->
<!--水印-->
<script type="text/javascript" src="/MyBlog/js/waterMark.js"></script>
<script type="text/javascript">
$(document).ready(function(){
watermark({watermark_txt0:'泽民博客',watermark_txt1:'zemin',watermark_txt2:(new Date()).Format("yyyy-MM-dd hh:mm:ss.S")});
})
</script>
<!--水印-->
<!--adscene-->
<script data-ad-client="ca-pub-6672721494777557" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/MyBlog">
Home
</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading text-center">
<a href="https://xiazemin.github.io/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a>
<a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">☰ Menu</a>
</div>
</div>
</div>
</div>
</header>
<script async src="/MyBlog/js/busuanzi.pure.mini.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script>
<!-- Page Content -->
<div class="container">
<div class="row">
<!-- Blog Post Content Column -->
<div class="col-lg-8">
<!-- Blog Post -->
<div class="post-list" style="list-style-type: none;">
<h2>
<img class="title-image" src="/MyBlog/img/dna.png"/>
<a class="post-link" href="/MyBlog/golang/2020/04/02/raft.html">Go实现Raft:命令和日志复制</a>
</h2>
<div class="author" style="margin-top: -10px;">Posted by
<i class="fa fa-user"></i>
<a href="/MyBlog/golang/2020/04/02/raft.html"> 夏泽民</a>
<span class="post-meta"><i class="fa fa-calendar"></i>
Apr 2, 2020
</span>
</div>
<div class="excerpt"><p>https://mp.weixin.qq.com/s/FdAQlSsXCYOiBHKbgsGepQ
客户端交互</p>
</div>
<div class="readmore" style="float: right;">
<a href="/MyBlog/golang/2020/04/02/raft.html" style="color:green">阅读全文</a>
</div>
</div>
<br/>
<hr/>
<div class="post-list" style="list-style-type: none;">
<h2>
<img class="title-image" src="/MyBlog/img/dna.png"/>
<a class="post-link" href="/MyBlog/storage/2020/04/02/nebula.html">nebula 图数据库</a>
</h2>
<div class="author" style="margin-top: -10px;">Posted by
<i class="fa fa-user"></i>
<a href="/MyBlog/storage/2020/04/02/nebula.html"> 夏泽民</a>
<span class="post-meta"><i class="fa fa-calendar"></i>
Apr 2, 2020
</span>
</div>
<div class="excerpt"><p>https://github.com/vesoft-inc/nebula?utm_source=go
https://gocn.vip/topics/10164
http://blog.itpub.net/69952037/viewspace-2683907/
<!-- more -->
从社交网络谈起
下面这张图是一个社交网络场景,每个用户可以发微博、分享微博或评论他人的微博。这些都是最基本的增删改查,也是大多数研发人员对数据库做的常见操作。而在研发人员的日常工作中除了要把用户的基本信息录入数据库外,还需找到与该用户相关联的信息,方便去对单个的用户进行下一步的分析,比如说:我们发现张三的账户里有很多关于 AI 和音乐的内容,那么我们可以据此推测出他可能是一名程序员,从而推送他可能感兴趣的内容。</p>
</div>
<div class="readmore" style="float: right;">
<a href="/MyBlog/storage/2020/04/02/nebula.html" style="color:green">阅读全文</a>
</div>
</div>
<br/>
<hr/>
<div class="post-list" style="list-style-type: none;">
<h2>
<img class="title-image" src="/MyBlog/img/dna.png"/>
<a class="post-link" href="/MyBlog/golang/2020/04/02/logrus.html">标准化和集中化处理Golang日志的一些建议</a>
</h2>
<div class="author" style="margin-top: -10px;">Posted by
<i class="fa fa-user"></i>
<a href="/MyBlog/golang/2020/04/02/logrus.html"> 夏泽民</a>
<span class="post-meta"><i class="fa fa-calendar"></i>
Apr 2, 2020
</span>
</div>
<div class="excerpt"><p>依赖分布式系统的公司组织和团队经常使用Go语言编写其应用程序,以利用Go语言诸如通道和goroutine之类的并发功能。如果你负责研发或运维Go应用程序,则考虑周全的日志记录策略可以帮助你了解用户行为,定位错误并监控应用程序的性能。</p>
</div>
<div class="readmore" style="float: right;">
<a href="/MyBlog/golang/2020/04/02/logrus.html" style="color:green">阅读全文</a>
</div>
</div>
<br/>
<hr/>
<div class="post-list" style="list-style-type: none;">
<h2>
<img class="title-image" src="/MyBlog/img/dna.png"/>
<a class="post-link" href="/MyBlog/storage/2020/04/02/cache.html">look-aside cache</a>
</h2>
<div class="author" style="margin-top: -10px;">Posted by
<i class="fa fa-user"></i>
<a href="/MyBlog/storage/2020/04/02/cache.html"> 夏泽民</a>
<span class="post-meta"><i class="fa fa-calendar"></i>
Apr 2, 2020
</span>
</div>
<div class="excerpt"><p>如果缓存失效,瞬间大量请求可能会直接访问数据库,请问如何在代码层面应该怎么处理?
近有人问我这个问题,我个人没有这方面的实战经验。我个人的想法是,由于访问数据库并写入缓存需要一定的时间。可能导致较早的部分请求直接读取数据库,当这部分数据要写入缓存时,判断缓存是否存在,不存在则写入,存在则不写入,并返回结果。
if ($cache) {
return $cache;
} else {
$data = read database;
if (!$cache) write $cache $data;
return $data;
}</p>
</div>
<div class="readmore" style="float: right;">
<a href="/MyBlog/storage/2020/04/02/cache.html" style="color:green">阅读全文</a>
</div>
</div>
<br/>
<hr/>
<div class="post-list" style="list-style-type: none;">
<h2>
<img class="title-image" src="/MyBlog/img/dna.png"/>
<a class="post-link" href="/MyBlog/golang/2020/04/02/Scheduler.html">Scheduler</a>
</h2>
<div class="author" style="margin-top: -10px;">Posted by
<i class="fa fa-user"></i>
<a href="/MyBlog/golang/2020/04/02/Scheduler.html"> 夏泽民</a>
<span class="post-meta"><i class="fa fa-calendar"></i>
Apr 2, 2020
</span>
</div>
<div class="excerpt"><p>https://chanjarster.github.io/post/go/scheduling-in-go-part-1/
https://chanjarster.github.io/post/go/scheduling-in-go-part-2/
https://chanjarster.github.io/post/go/scheduling-in-go-part-3/
几个数字
operation cost
1纳秒 可以执行12条指令
OS上下文切换 ~1000到~1500 nanosecond,相当于~12k到~18k条指令。
Go程上下文切换 ~200 nanoseconds,相当于~2.4k instructions条指令。
访问主内存 ~100到~300 clock cycles
访问CPU cache ~3到~40 clock cycles(根据不同的cache类型)
操作系统线程调度器
你的程序实际上就是一系列需要执行的指令,而这些指令是跑线程里的。</p>
</div>
<div class="readmore" style="float: right;">
<a href="/MyBlog/golang/2020/04/02/Scheduler.html" style="color:green">阅读全文</a>
</div>
</div>
<br/>
<hr/>
<div class="post-list" style="list-style-type: none;">
</div>
<!-- Pagination links -->
<div class="pagination">
<a href="/MyBlog/page281/">« Prev</a>
<a href="/MyBlog/page281/">1</a>
<a href="/MyBlog/page2/">2</a>
<a href="/MyBlog/page3/">3</a>
<a href="/MyBlog/page4/">4</a>
<a href="/MyBlog/page5/">5</a>
<a href="/MyBlog/page6/">6</a>
<a href="/MyBlog/page7/">7</a>
<a href="/MyBlog/page8/">8</a>
<a href="/MyBlog/page9/">9</a>
<a href="/MyBlog/page10/">10</a>
<a href="/MyBlog/page11/">11</a>
<a href="/MyBlog/page12/">12</a>
<a href="/MyBlog/page13/">13</a>
<a href="/MyBlog/page14/">14</a>
<a href="/MyBlog/page15/">15</a>
<a href="/MyBlog/page16/">16</a>
<a href="/MyBlog/page17/">17</a>
<a href="/MyBlog/page18/">18</a>
<a href="/MyBlog/page19/">19</a>
<a href="/MyBlog/page20/">20</a>
<a href="/MyBlog/page21/">21</a>
<a href="/MyBlog/page22/">22</a>
<a href="/MyBlog/page23/">23</a>
<a href="/MyBlog/page24/">24</a>
<a href="/MyBlog/page25/">25</a>
<a href="/MyBlog/page26/">26</a>
<a href="/MyBlog/page27/">27</a>
<a href="/MyBlog/page28/">28</a>
<a href="/MyBlog/page29/">29</a>
<a href="/MyBlog/page30/">30</a>
<a href="/MyBlog/page31/">31</a>
<a href="/MyBlog/page32/">32</a>
<a href="/MyBlog/page33/">33</a>
<a href="/MyBlog/page34/">34</a>
<a href="/MyBlog/page35/">35</a>
<a href="/MyBlog/page36/">36</a>
<a href="/MyBlog/page37/">37</a>
<a href="/MyBlog/page38/">38</a>
<a href="/MyBlog/page39/">39</a>
<a href="/MyBlog/page40/">40</a>
<a href="/MyBlog/page41/">41</a>
<a href="/MyBlog/page42/">42</a>
<a href="/MyBlog/page43/">43</a>
<a href="/MyBlog/page44/">44</a>
<a href="/MyBlog/page45/">45</a>
<a href="/MyBlog/page46/">46</a>
<a href="/MyBlog/page47/">47</a>
<a href="/MyBlog/page48/">48</a>
<a href="/MyBlog/page49/">49</a>
<a href="/MyBlog/page50/">50</a>
<a href="/MyBlog/page51/">51</a>
<a href="/MyBlog/page52/">52</a>
<a href="/MyBlog/page53/">53</a>
<a href="/MyBlog/page54/">54</a>
<a href="/MyBlog/page55/">55</a>
<a href="/MyBlog/page56/">56</a>
<a href="/MyBlog/page57/">57</a>
<a href="/MyBlog/page58/">58</a>
<a href="/MyBlog/page59/">59</a>
<a href="/MyBlog/page60/">60</a>
<a href="/MyBlog/page61/">61</a>
<a href="/MyBlog/page62/">62</a>
<a href="/MyBlog/page63/">63</a>
<a href="/MyBlog/page64/">64</a>
<a href="/MyBlog/page65/">65</a>
<a href="/MyBlog/page66/">66</a>
<a href="/MyBlog/page67/">67</a>
<a href="/MyBlog/page68/">68</a>
<a href="/MyBlog/page69/">69</a>
<a href="/MyBlog/page70/">70</a>
<a href="/MyBlog/page71/">71</a>
<a href="/MyBlog/page72/">72</a>
<a href="/MyBlog/page73/">73</a>
<a href="/MyBlog/page74/">74</a>
<a href="/MyBlog/page75/">75</a>
<a href="/MyBlog/page76/">76</a>
<a href="/MyBlog/page77/">77</a>
<a href="/MyBlog/page78/">78</a>
<a href="/MyBlog/page79/">79</a>
<a href="/MyBlog/page80/">80</a>
<a href="/MyBlog/page81/">81</a>
<a href="/MyBlog/page82/">82</a>
<a href="/MyBlog/page83/">83</a>
<a href="/MyBlog/page84/">84</a>
<a href="/MyBlog/page85/">85</a>
<a href="/MyBlog/page86/">86</a>
<a href="/MyBlog/page87/">87</a>
<a href="/MyBlog/page88/">88</a>
<a href="/MyBlog/page89/">89</a>
<a href="/MyBlog/page90/">90</a>
<a href="/MyBlog/page91/">91</a>
<a href="/MyBlog/page92/">92</a>
<a href="/MyBlog/page93/">93</a>
<a href="/MyBlog/page94/">94</a>
<a href="/MyBlog/page95/">95</a>
<a href="/MyBlog/page96/">96</a>
<a href="/MyBlog/page97/">97</a>
<a href="/MyBlog/page98/">98</a>
<a href="/MyBlog/page99/">99</a>
<a href="/MyBlog/page100/">100</a>
<a href="/MyBlog/page101/">101</a>
<a href="/MyBlog/page102/">102</a>
<a href="/MyBlog/page103/">103</a>
<a href="/MyBlog/page104/">104</a>
<a href="/MyBlog/page105/">105</a>
<a href="/MyBlog/page106/">106</a>
<a href="/MyBlog/page107/">107</a>
<a href="/MyBlog/page108/">108</a>
<a href="/MyBlog/page109/">109</a>
<a href="/MyBlog/page110/">110</a>
<a href="/MyBlog/page111/">111</a>
<a href="/MyBlog/page112/">112</a>
<a href="/MyBlog/page113/">113</a>
<a href="/MyBlog/page114/">114</a>
<a href="/MyBlog/page115/">115</a>
<a href="/MyBlog/page116/">116</a>
<a href="/MyBlog/page117/">117</a>
<a href="/MyBlog/page118/">118</a>
<a href="/MyBlog/page119/">119</a>
<a href="/MyBlog/page120/">120</a>
<a href="/MyBlog/page121/">121</a>
<a href="/MyBlog/page122/">122</a>
<a href="/MyBlog/page123/">123</a>
<a href="/MyBlog/page124/">124</a>
<a href="/MyBlog/page125/">125</a>
<a href="/MyBlog/page126/">126</a>
<a href="/MyBlog/page127/">127</a>
<a href="/MyBlog/page128/">128</a>
<a href="/MyBlog/page129/">129</a>
<a href="/MyBlog/page130/">130</a>
<a href="/MyBlog/page131/">131</a>
<a href="/MyBlog/page132/">132</a>
<a href="/MyBlog/page133/">133</a>
<a href="/MyBlog/page134/">134</a>
<a href="/MyBlog/page135/">135</a>
<a href="/MyBlog/page136/">136</a>
<a href="/MyBlog/page137/">137</a>
<a href="/MyBlog/page138/">138</a>
<a href="/MyBlog/page139/">139</a>
<a href="/MyBlog/page140/">140</a>
<a href="/MyBlog/page141/">141</a>
<a href="/MyBlog/page142/">142</a>
<a href="/MyBlog/page143/">143</a>
<a href="/MyBlog/page144/">144</a>
<a href="/MyBlog/page145/">145</a>
<a href="/MyBlog/page146/">146</a>
<a href="/MyBlog/page147/">147</a>
<a href="/MyBlog/page148/">148</a>
<a href="/MyBlog/page149/">149</a>
<a href="/MyBlog/page150/">150</a>
<a href="/MyBlog/page151/">151</a>
<a href="/MyBlog/page152/">152</a>
<a href="/MyBlog/page153/">153</a>
<a href="/MyBlog/page154/">154</a>
<a href="/MyBlog/page155/">155</a>
<a href="/MyBlog/page156/">156</a>
<a href="/MyBlog/page157/">157</a>
<a href="/MyBlog/page158/">158</a>
<a href="/MyBlog/page159/">159</a>
<a href="/MyBlog/page160/">160</a>
<a href="/MyBlog/page161/">161</a>
<a href="/MyBlog/page162/">162</a>
<a href="/MyBlog/page163/">163</a>
<a href="/MyBlog/page164/">164</a>
<a href="/MyBlog/page165/">165</a>
<a href="/MyBlog/page166/">166</a>
<a href="/MyBlog/page167/">167</a>
<a href="/MyBlog/page168/">168</a>
<a href="/MyBlog/page169/">169</a>
<a href="/MyBlog/page170/">170</a>
<a href="/MyBlog/page171/">171</a>
<a href="/MyBlog/page172/">172</a>
<a href="/MyBlog/page173/">173</a>
<a href="/MyBlog/page174/">174</a>
<a href="/MyBlog/page175/">175</a>
<a href="/MyBlog/page176/">176</a>
<a href="/MyBlog/page177/">177</a>
<a href="/MyBlog/page178/">178</a>
<a href="/MyBlog/page179/">179</a>
<a href="/MyBlog/page180/">180</a>
<a href="/MyBlog/page181/">181</a>
<a href="/MyBlog/page182/">182</a>
<a href="/MyBlog/page183/">183</a>
<a href="/MyBlog/page184/">184</a>
<a href="/MyBlog/page185/">185</a>
<a href="/MyBlog/page186/">186</a>
<a href="/MyBlog/page187/">187</a>
<a href="/MyBlog/page188/">188</a>
<a href="/MyBlog/page189/">189</a>
<a href="/MyBlog/page190/">190</a>
<a href="/MyBlog/page191/">191</a>
<a href="/MyBlog/page192/">192</a>
<a href="/MyBlog/page193/">193</a>
<a href="/MyBlog/page194/">194</a>
<a href="/MyBlog/page195/">195</a>
<a href="/MyBlog/page196/">196</a>
<a href="/MyBlog/page197/">197</a>
<a href="/MyBlog/page198/">198</a>
<a href="/MyBlog/page199/">199</a>
<a href="/MyBlog/page200/">200</a>
<a href="/MyBlog/page201/">201</a>
<a href="/MyBlog/page202/">202</a>
<a href="/MyBlog/page203/">203</a>
<a href="/MyBlog/page204/">204</a>
<a href="/MyBlog/page205/">205</a>
<a href="/MyBlog/page206/">206</a>
<a href="/MyBlog/page207/">207</a>
<a href="/MyBlog/page208/">208</a>
<a href="/MyBlog/page209/">209</a>
<a href="/MyBlog/page210/">210</a>
<a href="/MyBlog/page211/">211</a>
<a href="/MyBlog/page212/">212</a>
<a href="/MyBlog/page213/">213</a>
<a href="/MyBlog/page214/">214</a>
<a href="/MyBlog/page215/">215</a>
<a href="/MyBlog/page216/">216</a>
<a href="/MyBlog/page217/">217</a>
<a href="/MyBlog/page218/">218</a>
<a href="/MyBlog/page219/">219</a>
<a href="/MyBlog/page220/">220</a>
<a href="/MyBlog/page221/">221</a>
<a href="/MyBlog/page222/">222</a>
<a href="/MyBlog/page223/">223</a>
<a href="/MyBlog/page224/">224</a>
<a href="/MyBlog/page225/">225</a>
<a href="/MyBlog/page226/">226</a>
<a href="/MyBlog/page227/">227</a>
<a href="/MyBlog/page228/">228</a>
<a href="/MyBlog/page229/">229</a>
<a href="/MyBlog/page230/">230</a>
<a href="/MyBlog/page231/">231</a>
<a href="/MyBlog/page232/">232</a>
<a href="/MyBlog/page233/">233</a>
<a href="/MyBlog/page234/">234</a>
<a href="/MyBlog/page235/">235</a>
<a href="/MyBlog/page236/">236</a>
<a href="/MyBlog/page237/">237</a>
<a href="/MyBlog/page238/">238</a>
<a href="/MyBlog/page239/">239</a>
<a href="/MyBlog/page240/">240</a>
<a href="/MyBlog/page241/">241</a>
<a href="/MyBlog/page242/">242</a>
<a href="/MyBlog/page243/">243</a>
<a href="/MyBlog/page244/">244</a>
<a href="/MyBlog/page245/">245</a>
<a href="/MyBlog/page246/">246</a>
<a href="/MyBlog/page247/">247</a>
<a href="/MyBlog/page248/">248</a>
<a href="/MyBlog/page249/">249</a>
<a href="/MyBlog/page250/">250</a>
<a href="/MyBlog/page251/">251</a>
<a href="/MyBlog/page252/">252</a>
<a href="/MyBlog/page253/">253</a>
<a href="/MyBlog/page254/">254</a>
<a href="/MyBlog/page255/">255</a>
<a href="/MyBlog/page256/">256</a>
<a href="/MyBlog/page257/">257</a>
<a href="/MyBlog/page258/">258</a>
<a href="/MyBlog/page259/">259</a>
<a href="/MyBlog/page260/">260</a>
<a href="/MyBlog/page261/">261</a>
<a href="/MyBlog/page262/">262</a>
<a href="/MyBlog/page263/">263</a>
<a href="/MyBlog/page264/">264</a>
<a href="/MyBlog/page265/">265</a>
<a href="/MyBlog/page266/">266</a>
<a href="/MyBlog/page267/">267</a>
<a href="/MyBlog/page268/">268</a>
<a href="/MyBlog/page269/">269</a>
<a href="/MyBlog/page270/">270</a>
<a href="/MyBlog/page271/">271</a>
<a href="/MyBlog/page272/">272</a>
<a href="/MyBlog/page273/">273</a>
<a href="/MyBlog/page274/">274</a>
<a href="/MyBlog/page275/">275</a>
<a href="/MyBlog/page276/">276</a>
<a href="/MyBlog/page277/">277</a>
<a href="/MyBlog/page278/">278</a>
<a href="/MyBlog/page279/">279</a>
<a href="/MyBlog/page280/">280</a>
<a href="/MyBlog/page281/">281</a>
<em>282</em>
<a href="/MyBlog/page283/">283</a>
<a href="/MyBlog/page284/">284</a>
<a href="/MyBlog/page285/">285</a>
<a href="/MyBlog/page286/">286</a>
<a href="/MyBlog/page287/">287</a>
<a href="/MyBlog/page288/">288</a>
<a href="/MyBlog/page289/">289</a>
<a href="/MyBlog/page290/">290</a>
<a href="/MyBlog/page291/">291</a>
<a href="/MyBlog/page292/">292</a>
<a href="/MyBlog/page293/">293</a>
<a href="/MyBlog/page294/">294</a>
<a href="/MyBlog/page295/">295</a>
<a href="/MyBlog/page296/">296</a>
<a href="/MyBlog/page297/">297</a>
<a href="/MyBlog/page298/">298</a>
<a href="/MyBlog/page299/">299</a>
<a href="/MyBlog/page300/">300</a>
<a href="/MyBlog/page301/">301</a>
<a href="/MyBlog/page302/">302</a>
<a href="/MyBlog/page303/">303</a>
<a href="/MyBlog/page304/">304</a>
<a href="/MyBlog/page305/">305</a>
<a href="/MyBlog/page306/">306</a>
<a href="/MyBlog/page307/">307</a>
<a href="/MyBlog/page308/">308</a>
<a href="/MyBlog/page309/">309</a>
<a href="/MyBlog/page310/">310</a>
<a href="/MyBlog/page311/">311</a>
<a href="/MyBlog/page312/">312</a>
<a href="/MyBlog/page313/">313</a>
<a href="/MyBlog/page314/">314</a>
<a href="/MyBlog/page315/">315</a>
<a href="/MyBlog/page316/">316</a>
<a href="/MyBlog/page317/">317</a>
<a href="/MyBlog/page318/">318</a>
<a href="/MyBlog/page319/">319</a>
<a href="/MyBlog/page320/">320</a>
<a href="/MyBlog/page321/">321</a>
<a href="/MyBlog/page322/">322</a>
<a href="/MyBlog/page323/">323</a>
<a href="/MyBlog/page324/">324</a>
<a href="/MyBlog/page325/">325</a>
<a href="/MyBlog/page326/">326</a>
<a href="/MyBlog/page327/">327</a>
<a href="/MyBlog/page328/">328</a>
<a href="/MyBlog/page329/">329</a>
<a href="/MyBlog/page330/">330</a>
<a href="/MyBlog/page331/">331</a>
<a href="/MyBlog/page332/">332</a>
<a href="/MyBlog/page333/">333</a>
<a href="/MyBlog/page334/">334</a>
<a href="/MyBlog/page335/">335</a>
<a href="/MyBlog/page336/">336</a>
<a href="/MyBlog/page337/">337</a>
<a href="/MyBlog/page338/">338</a>
<a href="/MyBlog/page339/">339</a>
<a href="/MyBlog/page340/">340</a>
<a href="/MyBlog/page341/">341</a>
<a href="/MyBlog/page342/">342</a>
<a href="/MyBlog/page343/">343</a>
<a href="/MyBlog/page344/">344</a>
<a href="/MyBlog/page345/">345</a>
<a href="/MyBlog/page346/">346</a>
<a href="/MyBlog/page347/">347</a>
<a href="/MyBlog/page348/">348</a>
<a href="/MyBlog/page349/">349</a>
<a href="/MyBlog/page350/">350</a>
<a href="/MyBlog/page351/">351</a>
<a href="/MyBlog/page352/">352</a>
<a href="/MyBlog/page353/">353</a>
<a href="/MyBlog/page354/">354</a>
<a href="/MyBlog/page355/">355</a>
<a href="/MyBlog/page356/">356</a>
<a href="/MyBlog/page357/">357</a>
<a href="/MyBlog/page358/">358</a>
<a href="/MyBlog/page359/">359</a>
<a href="/MyBlog/page360/">360</a>
<a href="/MyBlog/page361/">361</a>
<a href="/MyBlog/page362/">362</a>
<a href="/MyBlog/page363/">363</a>
<a href="/MyBlog/page364/">364</a>
<a href="/MyBlog/page365/">365</a>
<a href="/MyBlog/page366/">366</a>
<a href="/MyBlog/page367/">367</a>
<a href="/MyBlog/page368/">368</a>
<a href="/MyBlog/page369/">369</a>
<a href="/MyBlog/page370/">370</a>
<a href="/MyBlog/page371/">371</a>
<a href="/MyBlog/page372/">372</a>
<a href="/MyBlog/page373/">373</a>
<a href="/MyBlog/page374/">374</a>
<a href="/MyBlog/page375/">375</a>
<a href="/MyBlog/page376/">376</a>
<a href="/MyBlog/page377/">377</a>
<a href="/MyBlog/page378/">378</a>
<a href="/MyBlog/page379/">379</a>
<a href="/MyBlog/page380/">380</a>
<a href="/MyBlog/page381/">381</a>
<a href="/MyBlog/page382/">382</a>
<a href="/MyBlog/page383/">383</a>
<a href="/MyBlog/page384/">384</a>
<a href="/MyBlog/page385/">385</a>
<a href="/MyBlog/page386/">386</a>
<a href="/MyBlog/page387/">387</a>
<a href="/MyBlog/page388/">388</a>
<a href="/MyBlog/page389/">389</a>
<a href="/MyBlog/page390/">390</a>
<a href="/MyBlog/page391/">391</a>
<a href="/MyBlog/page392/">392</a>
<a href="/MyBlog/page393/">393</a>
<a href="/MyBlog/page394/">394</a>
<a href="/MyBlog/page395/">395</a>
<a href="/MyBlog/page396/">396</a>
<a href="/MyBlog/page397/">397</a>
<a href="/MyBlog/page398/">398</a>
<a href="/MyBlog/page399/">399</a>
<a href="/MyBlog/page400/">400</a>
<a href="/MyBlog/page401/">401</a>
<a href="/MyBlog/page402/">402</a>
<a href="/MyBlog/page403/">403</a>
<a href="/MyBlog/page404/">404</a>
<a href="/MyBlog/page405/">405</a>
<a href="/MyBlog/page406/">406</a>
<a href="/MyBlog/page407/">407</a>
<a href="/MyBlog/page408/">408</a>
<a href="/MyBlog/page409/">409</a>
<a href="/MyBlog/page410/">410</a>
<a href="/MyBlog/page411/">411</a>
<a href="/MyBlog/page412/">412</a>
<a href="/MyBlog/page413/">413</a>
<a href="/MyBlog/page414/">414</a>
<a href="/MyBlog/page415/">415</a>
<a href="/MyBlog/page416/">416</a>
<a href="/MyBlog/page417/">417</a>
<a href="/MyBlog/page418/">418</a>
<a href="/MyBlog/page419/">419</a>
<a href="/MyBlog/page420/">420</a>
<a href="/MyBlog/page421/">421</a>
<a href="/MyBlog/page422/">422</a>
<a href="/MyBlog/page423/">423</a>
<a href="/MyBlog/page424/">424</a>
<a href="/MyBlog/page425/">425</a>
<a href="/MyBlog/page426/">426</a>
<a href="/MyBlog/page427/">427</a>
<a href="/MyBlog/page428/">428</a>
<a href="/MyBlog/page429/">429</a>
<a href="/MyBlog/page430/">430</a>
<a href="/MyBlog/page431/">431</a>
<a href="/MyBlog/page432/">432</a>
<a href="/MyBlog/page433/">433</a>
<a href="/MyBlog/page434/">434</a>
<a href="/MyBlog/page435/">435</a>
<a href="/MyBlog/page436/">436</a>
<a href="/MyBlog/page437/">437</a>
<a href="/MyBlog/page438/">438</a>
<a href="/MyBlog/page439/">439</a>
<a href="/MyBlog/page440/">440</a>
<a href="/MyBlog/page441/">441</a>
<a href="/MyBlog/page442/">442</a>
<a href="/MyBlog/page443/">443</a>
<a href="/MyBlog/page444/">444</a>
<a href="/MyBlog/page445/">445</a>
<a href="/MyBlog/page446/">446</a>
<a href="/MyBlog/page447/">447</a>
<a href="/MyBlog/page448/">448</a>
<a href="/MyBlog/page449/">449</a>
<a href="/MyBlog/page450/">450</a>
<a href="/MyBlog/page451/">451</a>
<a href="/MyBlog/page452/">452</a>
<a href="/MyBlog/page453/">453</a>
<a href="/MyBlog/page454/">454</a>
<a href="/MyBlog/page455/">455</a>
<a href="/MyBlog/page456/">456</a>
<a href="/MyBlog/page457/">457</a>
<a href="/MyBlog/page458/">458</a>
<a href="/MyBlog/page459/">459</a>
<a href="/MyBlog/page460/">460</a>
<a href="/MyBlog/page461/">461</a>
<a href="/MyBlog/page462/">462</a>
<a href="/MyBlog/page463/">463</a>
<a href="/MyBlog/page464/">464</a>
<a href="/MyBlog/page465/">465</a>
<a href="/MyBlog/page466/">466</a>
<a href="/MyBlog/page467/">467</a>
<a href="/MyBlog/page468/">468</a>
<a href="/MyBlog/page469/">469</a>
<a href="/MyBlog/page470/">470</a>
<a href="/MyBlog/page471/">471</a>
<a href="/MyBlog/page472/">472</a>
<a href="/MyBlog/page473/">473</a>
<a href="/MyBlog/page474/">474</a>
<a href="/MyBlog/page475/">475</a>
<a href="/MyBlog/page476/">476</a>
<a href="/MyBlog/page477/">477</a>
<a href="/MyBlog/page478/">478</a>
<a href="/MyBlog/page479/">479</a>
<a href="/MyBlog/page480/">480</a>
<a href="/MyBlog/page481/">481</a>
<a href="/MyBlog/page482/">482</a>
<a href="/MyBlog/page483/">483</a>
<a href="/MyBlog/page484/">484</a>
<a href="/MyBlog/page485/">485</a>
<a href="/MyBlog/page486/">486</a>
<a href="/MyBlog/page487/">487</a>
<a href="/MyBlog/page488/">488</a>
<a href="/MyBlog/page489/">489</a>
<a href="/MyBlog/page490/">490</a>
<a href="/MyBlog/page491/">491</a>
<a href="/MyBlog/page492/">492</a>
<a href="/MyBlog/page493/">493</a>
<a href="/MyBlog/page494/">494</a>
<a href="/MyBlog/page495/">495</a>
<a href="/MyBlog/page496/">496</a>
<a href="/MyBlog/page497/">497</a>
<a href="/MyBlog/page498/">498</a>
<a href="/MyBlog/page499/">499</a>
<a href="/MyBlog/page500/">500</a>
<a href="/MyBlog/page501/">501</a>
<a href="/MyBlog/page502/">502</a>
<a href="/MyBlog/page503/">503</a>
<a href="/MyBlog/page504/">504</a>
<a href="/MyBlog/page505/">505</a>
<a href="/MyBlog/page506/">506</a>
<a href="/MyBlog/page507/">507</a>
<a href="/MyBlog/page508/">508</a>
<a href="/MyBlog/page509/">509</a>
<a href="/MyBlog/page510/">510</a>
<a href="/MyBlog/page511/">511</a>
<a href="/MyBlog/page512/">512</a>
<a href="/MyBlog/page513/">513</a>
<a href="/MyBlog/page514/">514</a>
<a href="/MyBlog/page515/">515</a>
<a href="/MyBlog/page516/">516</a>
<a href="/MyBlog/page517/">517</a>
<a href="/MyBlog/page518/">518</a>
<a href="/MyBlog/page519/">519</a>
<a href="/MyBlog/page520/">520</a>
<a href="/MyBlog/page521/">521</a>
<a href="/MyBlog/page522/">522</a>
<a href="/MyBlog/page523/">523</a>
<a href="/MyBlog/page524/">524</a>
<a href="/MyBlog/page525/">525</a>
<a href="/MyBlog/page526/">526</a>
<a href="/MyBlog/page527/">527</a>
<a href="/MyBlog/page528/">528</a>
<a href="/MyBlog/page529/">529</a>
<a href="/MyBlog/page530/">530</a>
<a href="/MyBlog/page531/">531</a>
<a href="/MyBlog/page532/">532</a>
<a href="/MyBlog/page533/">533</a>
<a href="/MyBlog/page534/">534</a>
<a href="/MyBlog/page535/">535</a>
<a href="/MyBlog/page536/">536</a>
<a href="/MyBlog/page537/">537</a>
<a href="/MyBlog/page538/">538</a>
<a href="/MyBlog/page539/">539</a>
<a href="/MyBlog/page540/">540</a>
<a href="/MyBlog/page541/">541</a>
<a href="/MyBlog/page542/">542</a>
<a href="/MyBlog/page543/">543</a>
<a href="/MyBlog/page544/">544</a>
<a href="/MyBlog/page545/">545</a>
<a href="/MyBlog/page546/">546</a>
<a href="/MyBlog/page547/">547</a>
<a href="/MyBlog/page548/">548</a>
<a href="/MyBlog/page549/">549</a>
<a href="/MyBlog/page550/">550</a>
<a href="/MyBlog/page551/">551</a>
<a href="/MyBlog/page552/">552</a>
<a href="/MyBlog/page553/">553</a>
<a href="/MyBlog/page554/">554</a>
<a href="/MyBlog/page555/">555</a>
<a href="/MyBlog/page556/">556</a>
<a href="/MyBlog/page557/">557</a>
<a href="/MyBlog/page558/">558</a>
<a href="/MyBlog/page559/">559</a>
<a href="/MyBlog/page560/">560</a>
<a href="/MyBlog/page561/">561</a>
<a href="/MyBlog/page562/">562</a>
<a href="/MyBlog/page563/">563</a>
<a href="/MyBlog/page564/">564</a>
<a href="/MyBlog/page565/">565</a>
<a href="/MyBlog/page566/">566</a>
<a href="/MyBlog/page567/">567</a>
<a href="/MyBlog/page568/">568</a>
<a href="/MyBlog/page569/">569</a>
<a href="/MyBlog/page570/">570</a>
<a href="/MyBlog/page571/">571</a>
<a href="/MyBlog/page572/">572</a>
<a href="/MyBlog/page573/">573</a>
<a href="/MyBlog/page574/">574</a>
<a href="/MyBlog/page575/">575</a>
<a href="/MyBlog/page576/">576</a>
<a href="/MyBlog/page577/">577</a>
<a href="/MyBlog/page578/">578</a>
<a href="/MyBlog/page579/">579</a>
<a href="/MyBlog/page580/">580</a>
<a href="/MyBlog/page581/">581</a>
<a href="/MyBlog/page582/">582</a>
<a href="/MyBlog/page583/">583</a>
<a href="/MyBlog/page584/">584</a>
<a href="/MyBlog/page585/">585</a>
<a href="/MyBlog/page586/">586</a>
<a href="/MyBlog/page587/">587</a>
<a href="/MyBlog/page588/">588</a>
<a href="/MyBlog/page589/">589</a>
<a href="/MyBlog/page590/">590</a>
<a href="/MyBlog/page591/">591</a>
<a href="/MyBlog/page592/">592</a>
<a href="/MyBlog/page593/">593</a>
<a href="/MyBlog/page594/">594</a>
<a href="/MyBlog/page595/">595</a>
<a href="/MyBlog/page596/">596</a>
<a href="/MyBlog/page597/">597</a>
<a href="/MyBlog/page283/">Next »</a>
</div>
<!-- Pagination links -->
<span class='st_sharethis' displayText='ShareThis'></span>
<span class='st_facebook' displayText='Facebook'></span>
<span class='st_twitter' displayText='Tweet'></span>
<span class='st_linkedin' displayText='LinkedIn'></span>
<span class='st_pinterest' displayText='Pinterest'></span>
<span class='st_email' displayText='Email'></span>
<!-- Pagination links -->
<div class="pagination">
<ul>
<li><a href="/MyBlog/page281">Previous</a></li>
<li><a href="/MyBlog/">1</a></li>
<li><a href="/MyBlog/page2">2</a></li>
<li><a href="/MyBlog/page3">3</a></li>
<li><a href="/MyBlog/page4">4</a></li>
<li><a href="/MyBlog/page5">5</a></li>
<li><a href="/MyBlog/page6">6</a></li>
<li><a href="/MyBlog/page7">7</a></li>
<li><a href="/MyBlog/page8">8</a></li>
<li><a href="/MyBlog/page9">9</a></li>
<li><a href="/MyBlog/page10">10</a></li>
<li><a href="/MyBlog/page11">11</a></li>
<li><a href="/MyBlog/page12">12</a></li>
<li><a href="/MyBlog/page13">13</a></li>
<li><a href="/MyBlog/page14">14</a></li>
<li><a href="/MyBlog/page15">15</a></li>
<li><a href="/MyBlog/page16">16</a></li>
<li><a href="/MyBlog/page17">17</a></li>
<li><a href="/MyBlog/page18">18</a></li>
<li><a href="/MyBlog/page19">19</a></li>
<li><a href="/MyBlog/page20">20</a></li>
<li><a href="/MyBlog/page21">21</a></li>
<li><a href="/MyBlog/page22">22</a></li>
<li><a href="/MyBlog/page23">23</a></li>
<li><a href="/MyBlog/page24">24</a></li>
<li><a href="/MyBlog/page25">25</a></li>
<li><a href="/MyBlog/page26">26</a></li>
<li><a href="/MyBlog/page27">27</a></li>
<li><a href="/MyBlog/page28">28</a></li>
<li><a href="/MyBlog/page29">29</a></li>
<li><a href="/MyBlog/page30">30</a></li>
<li><a href="/MyBlog/page31">31</a></li>
<li><a href="/MyBlog/page32">32</a></li>
<li><a href="/MyBlog/page33">33</a></li>
<li><a href="/MyBlog/page34">34</a></li>
<li><a href="/MyBlog/page35">35</a></li>
<li><a href="/MyBlog/page36">36</a></li>
<li><a href="/MyBlog/page37">37</a></li>
<li><a href="/MyBlog/page38">38</a></li>
<li><a href="/MyBlog/page39">39</a></li>
<li><a href="/MyBlog/page40">40</a></li>
<li><a href="/MyBlog/page41">41</a></li>
<li><a href="/MyBlog/page42">42</a></li>
<li><a href="/MyBlog/page43">43</a></li>
<li><a href="/MyBlog/page44">44</a></li>
<li><a href="/MyBlog/page45">45</a></li>
<li><a href="/MyBlog/page46">46</a></li>
<li><a href="/MyBlog/page47">47</a></li>
<li><a href="/MyBlog/page48">48</a></li>
<li><a href="/MyBlog/page49">49</a></li>
<li><a href="/MyBlog/page50">50</a></li>
<li><a href="/MyBlog/page51">51</a></li>
<li><a href="/MyBlog/page52">52</a></li>
<li><a href="/MyBlog/page53">53</a></li>
<li><a href="/MyBlog/page54">54</a></li>
<li><a href="/MyBlog/page55">55</a></li>
<li><a href="/MyBlog/page56">56</a></li>
<li><a href="/MyBlog/page57">57</a></li>
<li><a href="/MyBlog/page58">58</a></li>
<li><a href="/MyBlog/page59">59</a></li>
<li><a href="/MyBlog/page60">60</a></li>
<li><a href="/MyBlog/page61">61</a></li>
<li><a href="/MyBlog/page62">62</a></li>
<li><a href="/MyBlog/page63">63</a></li>
<li><a href="/MyBlog/page64">64</a></li>
<li><a href="/MyBlog/page65">65</a></li>
<li><a href="/MyBlog/page66">66</a></li>
<li><a href="/MyBlog/page67">67</a></li>
<li><a href="/MyBlog/page68">68</a></li>
<li><a href="/MyBlog/page69">69</a></li>
<li><a href="/MyBlog/page70">70</a></li>
<li><a href="/MyBlog/page71">71</a></li>
<li><a href="/MyBlog/page72">72</a></li>
<li><a href="/MyBlog/page73">73</a></li>
<li><a href="/MyBlog/page74">74</a></li>
<li><a href="/MyBlog/page75">75</a></li>
<li><a href="/MyBlog/page76">76</a></li>
<li><a href="/MyBlog/page77">77</a></li>
<li><a href="/MyBlog/page78">78</a></li>
<li><a href="/MyBlog/page79">79</a></li>
<li><a href="/MyBlog/page80">80</a></li>
<li><a href="/MyBlog/page81">81</a></li>
<li><a href="/MyBlog/page82">82</a></li>
<li><a href="/MyBlog/page83">83</a></li>
<li><a href="/MyBlog/page84">84</a></li>
<li><a href="/MyBlog/page85">85</a></li>
<li><a href="/MyBlog/page86">86</a></li>
<li><a href="/MyBlog/page87">87</a></li>
<li><a href="/MyBlog/page88">88</a></li>
<li><a href="/MyBlog/page89">89</a></li>
<li><a href="/MyBlog/page90">90</a></li>
<li><a href="/MyBlog/page91">91</a></li>
<li><a href="/MyBlog/page92">92</a></li>
<li><a href="/MyBlog/page93">93</a></li>
<li><a href="/MyBlog/page94">94</a></li>
<li><a href="/MyBlog/page95">95</a></li>
<li><a href="/MyBlog/page96">96</a></li>
<li><a href="/MyBlog/page97">97</a></li>
<li><a href="/MyBlog/page98">98</a></li>
<li><a href="/MyBlog/page99">99</a></li>
<li><a href="/MyBlog/page100">100</a></li>
<li><a href="/MyBlog/page101">101</a></li>
<li><a href="/MyBlog/page102">102</a></li>
<li><a href="/MyBlog/page103">103</a></li>
<li><a href="/MyBlog/page104">104</a></li>
<li><a href="/MyBlog/page105">105</a></li>
<li><a href="/MyBlog/page106">106</a></li>
<li><a href="/MyBlog/page107">107</a></li>
<li><a href="/MyBlog/page108">108</a></li>
<li><a href="/MyBlog/page109">109</a></li>
<li><a href="/MyBlog/page110">110</a></li>
<li><a href="/MyBlog/page111">111</a></li>
<li><a href="/MyBlog/page112">112</a></li>
<li><a href="/MyBlog/page113">113</a></li>
<li><a href="/MyBlog/page114">114</a></li>
<li><a href="/MyBlog/page115">115</a></li>
<li><a href="/MyBlog/page116">116</a></li>
<li><a href="/MyBlog/page117">117</a></li>
<li><a href="/MyBlog/page118">118</a></li>
<li><a href="/MyBlog/page119">119</a></li>
<li><a href="/MyBlog/page120">120</a></li>
<li><a href="/MyBlog/page121">121</a></li>
<li><a href="/MyBlog/page122">122</a></li>
<li><a href="/MyBlog/page123">123</a></li>
<li><a href="/MyBlog/page124">124</a></li>
<li><a href="/MyBlog/page125">125</a></li>
<li><a href="/MyBlog/page126">126</a></li>
<li><a href="/MyBlog/page127">127</a></li>
<li><a href="/MyBlog/page128">128</a></li>
<li><a href="/MyBlog/page129">129</a></li>
<li><a href="/MyBlog/page130">130</a></li>
<li><a href="/MyBlog/page131">131</a></li>
<li><a href="/MyBlog/page132">132</a></li>
<li><a href="/MyBlog/page133">133</a></li>
<li><a href="/MyBlog/page134">134</a></li>
<li><a href="/MyBlog/page135">135</a></li>
<li><a href="/MyBlog/page136">136</a></li>
<li><a href="/MyBlog/page137">137</a></li>
<li><a href="/MyBlog/page138">138</a></li>
<li><a href="/MyBlog/page139">139</a></li>
<li><a href="/MyBlog/page140">140</a></li>
<li><a href="/MyBlog/page141">141</a></li>
<li><a href="/MyBlog/page142">142</a></li>
<li><a href="/MyBlog/page143">143</a></li>
<li><a href="/MyBlog/page144">144</a></li>
<li><a href="/MyBlog/page145">145</a></li>
<li><a href="/MyBlog/page146">146</a></li>
<li><a href="/MyBlog/page147">147</a></li>
<li><a href="/MyBlog/page148">148</a></li>
<li><a href="/MyBlog/page149">149</a></li>
<li><a href="/MyBlog/page150">150</a></li>
<li><a href="/MyBlog/page151">151</a></li>
<li><a href="/MyBlog/page152">152</a></li>
<li><a href="/MyBlog/page153">153</a></li>
<li><a href="/MyBlog/page154">154</a></li>
<li><a href="/MyBlog/page155">155</a></li>
<li><a href="/MyBlog/page156">156</a></li>
<li><a href="/MyBlog/page157">157</a></li>
<li><a href="/MyBlog/page158">158</a></li>
<li><a href="/MyBlog/page159">159</a></li>
<li><a href="/MyBlog/page160">160</a></li>
<li><a href="/MyBlog/page161">161</a></li>
<li><a href="/MyBlog/page162">162</a></li>
<li><a href="/MyBlog/page163">163</a></li>
<li><a href="/MyBlog/page164">164</a></li>
<li><a href="/MyBlog/page165">165</a></li>
<li><a href="/MyBlog/page166">166</a></li>
<li><a href="/MyBlog/page167">167</a></li>
<li><a href="/MyBlog/page168">168</a></li>
<li><a href="/MyBlog/page169">169</a></li>
<li><a href="/MyBlog/page170">170</a></li>
<li><a href="/MyBlog/page171">171</a></li>
<li><a href="/MyBlog/page172">172</a></li>
<li><a href="/MyBlog/page173">173</a></li>
<li><a href="/MyBlog/page174">174</a></li>
<li><a href="/MyBlog/page175">175</a></li>
<li><a href="/MyBlog/page176">176</a></li>
<li><a href="/MyBlog/page177">177</a></li>
<li><a href="/MyBlog/page178">178</a></li>
<li><a href="/MyBlog/page179">179</a></li>
<li><a href="/MyBlog/page180">180</a></li>
<li><a href="/MyBlog/page181">181</a></li>
<li><a href="/MyBlog/page182">182</a></li>
<li><a href="/MyBlog/page183">183</a></li>
<li><a href="/MyBlog/page184">184</a></li>
<li><a href="/MyBlog/page185">185</a></li>
<li><a href="/MyBlog/page186">186</a></li>
<li><a href="/MyBlog/page187">187</a></li>
<li><a href="/MyBlog/page188">188</a></li>
<li><a href="/MyBlog/page189">189</a></li>
<li><a href="/MyBlog/page190">190</a></li>
<li><a href="/MyBlog/page191">191</a></li>
<li><a href="/MyBlog/page192">192</a></li>
<li><a href="/MyBlog/page193">193</a></li>
<li><a href="/MyBlog/page194">194</a></li>
<li><a href="/MyBlog/page195">195</a></li>
<li><a href="/MyBlog/page196">196</a></li>
<li><a href="/MyBlog/page197">197</a></li>
<li><a href="/MyBlog/page198">198</a></li>
<li><a href="/MyBlog/page199">199</a></li>
<li><a href="/MyBlog/page200">200</a></li>
<li><a href="/MyBlog/page201">201</a></li>
<li><a href="/MyBlog/page202">202</a></li>
<li><a href="/MyBlog/page203">203</a></li>
<li><a href="/MyBlog/page204">204</a></li>
<li><a href="/MyBlog/page205">205</a></li>
<li><a href="/MyBlog/page206">206</a></li>
<li><a href="/MyBlog/page207">207</a></li>
<li><a href="/MyBlog/page208">208</a></li>
<li><a href="/MyBlog/page209">209</a></li>
<li><a href="/MyBlog/page210">210</a></li>
<li><a href="/MyBlog/page211">211</a></li>
<li><a href="/MyBlog/page212">212</a></li>
<li><a href="/MyBlog/page213">213</a></li>
<li><a href="/MyBlog/page214">214</a></li>
<li><a href="/MyBlog/page215">215</a></li>
<li><a href="/MyBlog/page216">216</a></li>
<li><a href="/MyBlog/page217">217</a></li>
<li><a href="/MyBlog/page218">218</a></li>
<li><a href="/MyBlog/page219">219</a></li>
<li><a href="/MyBlog/page220">220</a></li>
<li><a href="/MyBlog/page221">221</a></li>
<li><a href="/MyBlog/page222">222</a></li>
<li><a href="/MyBlog/page223">223</a></li>
<li><a href="/MyBlog/page224">224</a></li>
<li><a href="/MyBlog/page225">225</a></li>
<li><a href="/MyBlog/page226">226</a></li>
<li><a href="/MyBlog/page227">227</a></li>
<li><a href="/MyBlog/page228">228</a></li>
<li><a href="/MyBlog/page229">229</a></li>
<li><a href="/MyBlog/page230">230</a></li>
<li><a href="/MyBlog/page231">231</a></li>
<li><a href="/MyBlog/page232">232</a></li>
<li><a href="/MyBlog/page233">233</a></li>
<li><a href="/MyBlog/page234">234</a></li>
<li><a href="/MyBlog/page235">235</a></li>
<li><a href="/MyBlog/page236">236</a></li>
<li><a href="/MyBlog/page237">237</a></li>
<li><a href="/MyBlog/page238">238</a></li>
<li><a href="/MyBlog/page239">239</a></li>
<li><a href="/MyBlog/page240">240</a></li>
<li><a href="/MyBlog/page241">241</a></li>
<li><a href="/MyBlog/page242">242</a></li>
<li><a href="/MyBlog/page243">243</a></li>
<li><a href="/MyBlog/page244">244</a></li>
<li><a href="/MyBlog/page245">245</a></li>
<li><a href="/MyBlog/page246">246</a></li>
<li><a href="/MyBlog/page247">247</a></li>
<li><a href="/MyBlog/page248">248</a></li>
<li><a href="/MyBlog/page249">249</a></li>
<li><a href="/MyBlog/page250">250</a></li>
<li><a href="/MyBlog/page251">251</a></li>
<li><a href="/MyBlog/page252">252</a></li>
<li><a href="/MyBlog/page253">253</a></li>
<li><a href="/MyBlog/page254">254</a></li>
<li><a href="/MyBlog/page255">255</a></li>
<li><a href="/MyBlog/page256">256</a></li>
<li><a href="/MyBlog/page257">257</a></li>
<li><a href="/MyBlog/page258">258</a></li>
<li><a href="/MyBlog/page259">259</a></li>
<li><a href="/MyBlog/page260">260</a></li>
<li><a href="/MyBlog/page261">261</a></li>
<li><a href="/MyBlog/page262">262</a></li>
<li><a href="/MyBlog/page263">263</a></li>
<li><a href="/MyBlog/page264">264</a></li>
<li><a href="/MyBlog/page265">265</a></li>
<li><a href="/MyBlog/page266">266</a></li>
<li><a href="/MyBlog/page267">267</a></li>
<li><a href="/MyBlog/page268">268</a></li>
<li><a href="/MyBlog/page269">269</a></li>
<li><a href="/MyBlog/page270">270</a></li>
<li><a href="/MyBlog/page271">271</a></li>
<li><a href="/MyBlog/page272">272</a></li>
<li><a href="/MyBlog/page273">273</a></li>
<li><a href="/MyBlog/page274">274</a></li>
<li><a href="/MyBlog/page275">275</a></li>
<li><a href="/MyBlog/page276">276</a></li>
<li><a href="/MyBlog/page277">277</a></li>
<li><a href="/MyBlog/page278">278</a></li>
<li><a href="/MyBlog/page279">279</a></li>
<li><a href="/MyBlog/page280">280</a></li>
<li><a href="/MyBlog/page281">281</a></li>
<li><span class="active">282</span></li>
<li><a href="/MyBlog/page283">283</a></li>
<li><a href="/MyBlog/page284">284</a></li>
<li><a href="/MyBlog/page285">285</a></li>
<li><a href="/MyBlog/page286">286</a></li>
<li><a href="/MyBlog/page287">287</a></li>
<li><a href="/MyBlog/page288">288</a></li>
<li><a href="/MyBlog/page289">289</a></li>
<li><a href="/MyBlog/page290">290</a></li>
<li><a href="/MyBlog/page291">291</a></li>
<li><a href="/MyBlog/page292">292</a></li>
<li><a href="/MyBlog/page293">293</a></li>
<li><a href="/MyBlog/page294">294</a></li>
<li><a href="/MyBlog/page295">295</a></li>
<li><a href="/MyBlog/page296">296</a></li>
<li><a href="/MyBlog/page297">297</a></li>
<li><a href="/MyBlog/page298">298</a></li>
<li><a href="/MyBlog/page299">299</a></li>
<li><a href="/MyBlog/page300">300</a></li>
<li><a href="/MyBlog/page301">301</a></li>
<li><a href="/MyBlog/page302">302</a></li>
<li><a href="/MyBlog/page303">303</a></li>
<li><a href="/MyBlog/page304">304</a></li>
<li><a href="/MyBlog/page305">305</a></li>
<li><a href="/MyBlog/page306">306</a></li>
<li><a href="/MyBlog/page307">307</a></li>
<li><a href="/MyBlog/page308">308</a></li>
<li><a href="/MyBlog/page309">309</a></li>
<li><a href="/MyBlog/page310">310</a></li>
<li><a href="/MyBlog/page311">311</a></li>
<li><a href="/MyBlog/page312">312</a></li>
<li><a href="/MyBlog/page313">313</a></li>
<li><a href="/MyBlog/page314">314</a></li>
<li><a href="/MyBlog/page315">315</a></li>
<li><a href="/MyBlog/page316">316</a></li>
<li><a href="/MyBlog/page317">317</a></li>
<li><a href="/MyBlog/page318">318</a></li>
<li><a href="/MyBlog/page319">319</a></li>
<li><a href="/MyBlog/page320">320</a></li>
<li><a href="/MyBlog/page321">321</a></li>
<li><a href="/MyBlog/page322">322</a></li>
<li><a href="/MyBlog/page323">323</a></li>
<li><a href="/MyBlog/page324">324</a></li>
<li><a href="/MyBlog/page325">325</a></li>
<li><a href="/MyBlog/page326">326</a></li>
<li><a href="/MyBlog/page327">327</a></li>
<li><a href="/MyBlog/page328">328</a></li>
<li><a href="/MyBlog/page329">329</a></li>
<li><a href="/MyBlog/page330">330</a></li>
<li><a href="/MyBlog/page331">331</a></li>
<li><a href="/MyBlog/page332">332</a></li>
<li><a href="/MyBlog/page333">333</a></li>
<li><a href="/MyBlog/page334">334</a></li>
<li><a href="/MyBlog/page335">335</a></li>
<li><a href="/MyBlog/page336">336</a></li>
<li><a href="/MyBlog/page337">337</a></li>
<li><a href="/MyBlog/page338">338</a></li>
<li><a href="/MyBlog/page339">339</a></li>
<li><a href="/MyBlog/page340">340</a></li>
<li><a href="/MyBlog/page341">341</a></li>
<li><a href="/MyBlog/page342">342</a></li>
<li><a href="/MyBlog/page343">343</a></li>
<li><a href="/MyBlog/page344">344</a></li>
<li><a href="/MyBlog/page345">345</a></li>
<li><a href="/MyBlog/page346">346</a></li>
<li><a href="/MyBlog/page347">347</a></li>
<li><a href="/MyBlog/page348">348</a></li>
<li><a href="/MyBlog/page349">349</a></li>
<li><a href="/MyBlog/page350">350</a></li>
<li><a href="/MyBlog/page351">351</a></li>
<li><a href="/MyBlog/page352">352</a></li>
<li><a href="/MyBlog/page353">353</a></li>
<li><a href="/MyBlog/page354">354</a></li>
<li><a href="/MyBlog/page355">355</a></li>
<li><a href="/MyBlog/page356">356</a></li>
<li><a href="/MyBlog/page357">357</a></li>
<li><a href="/MyBlog/page358">358</a></li>
<li><a href="/MyBlog/page359">359</a></li>
<li><a href="/MyBlog/page360">360</a></li>
<li><a href="/MyBlog/page361">361</a></li>
<li><a href="/MyBlog/page362">362</a></li>
<li><a href="/MyBlog/page363">363</a></li>
<li><a href="/MyBlog/page364">364</a></li>
<li><a href="/MyBlog/page365">365</a></li>
<li><a href="/MyBlog/page366">366</a></li>
<li><a href="/MyBlog/page367">367</a></li>
<li><a href="/MyBlog/page368">368</a></li>
<li><a href="/MyBlog/page369">369</a></li>
<li><a href="/MyBlog/page370">370</a></li>
<li><a href="/MyBlog/page371">371</a></li>
<li><a href="/MyBlog/page372">372</a></li>
<li><a href="/MyBlog/page373">373</a></li>
<li><a href="/MyBlog/page374">374</a></li>
<li><a href="/MyBlog/page375">375</a></li>
<li><a href="/MyBlog/page376">376</a></li>
<li><a href="/MyBlog/page377">377</a></li>
<li><a href="/MyBlog/page378">378</a></li>
<li><a href="/MyBlog/page379">379</a></li>
<li><a href="/MyBlog/page380">380</a></li>
<li><a href="/MyBlog/page381">381</a></li>
<li><a href="/MyBlog/page382">382</a></li>
<li><a href="/MyBlog/page383">383</a></li>
<li><a href="/MyBlog/page384">384</a></li>
<li><a href="/MyBlog/page385">385</a></li>
<li><a href="/MyBlog/page386">386</a></li>
<li><a href="/MyBlog/page387">387</a></li>
<li><a href="/MyBlog/page388">388</a></li>
<li><a href="/MyBlog/page389">389</a></li>
<li><a href="/MyBlog/page390">390</a></li>
<li><a href="/MyBlog/page391">391</a></li>
<li><a href="/MyBlog/page392">392</a></li>
<li><a href="/MyBlog/page393">393</a></li>
<li><a href="/MyBlog/page394">394</a></li>
<li><a href="/MyBlog/page395">395</a></li>
<li><a href="/MyBlog/page396">396</a></li>
<li><a href="/MyBlog/page397">397</a></li>
<li><a href="/MyBlog/page398">398</a></li>
<li><a href="/MyBlog/page399">399</a></li>
<li><a href="/MyBlog/page400">400</a></li>
<li><a href="/MyBlog/page401">401</a></li>
<li><a href="/MyBlog/page402">402</a></li>
<li><a href="/MyBlog/page403">403</a></li>
<li><a href="/MyBlog/page404">404</a></li>
<li><a href="/MyBlog/page405">405</a></li>
<li><a href="/MyBlog/page406">406</a></li>
<li><a href="/MyBlog/page407">407</a></li>
<li><a href="/MyBlog/page408">408</a></li>
<li><a href="/MyBlog/page409">409</a></li>
<li><a href="/MyBlog/page410">410</a></li>
<li><a href="/MyBlog/page411">411</a></li>
<li><a href="/MyBlog/page412">412</a></li>
<li><a href="/MyBlog/page413">413</a></li>
<li><a href="/MyBlog/page414">414</a></li>
<li><a href="/MyBlog/page415">415</a></li>
<li><a href="/MyBlog/page416">416</a></li>
<li><a href="/MyBlog/page417">417</a></li>
<li><a href="/MyBlog/page418">418</a></li>
<li><a href="/MyBlog/page419">419</a></li>
<li><a href="/MyBlog/page420">420</a></li>
<li><a href="/MyBlog/page421">421</a></li>
<li><a href="/MyBlog/page422">422</a></li>
<li><a href="/MyBlog/page423">423</a></li>
<li><a href="/MyBlog/page424">424</a></li>
<li><a href="/MyBlog/page425">425</a></li>
<li><a href="/MyBlog/page426">426</a></li>
<li><a href="/MyBlog/page427">427</a></li>
<li><a href="/MyBlog/page428">428</a></li>
<li><a href="/MyBlog/page429">429</a></li>
<li><a href="/MyBlog/page430">430</a></li>
<li><a href="/MyBlog/page431">431</a></li>
<li><a href="/MyBlog/page432">432</a></li>
<li><a href="/MyBlog/page433">433</a></li>
<li><a href="/MyBlog/page434">434</a></li>
<li><a href="/MyBlog/page435">435</a></li>
<li><a href="/MyBlog/page436">436</a></li>
<li><a href="/MyBlog/page437">437</a></li>
<li><a href="/MyBlog/page438">438</a></li>
<li><a href="/MyBlog/page439">439</a></li>
<li><a href="/MyBlog/page440">440</a></li>
<li><a href="/MyBlog/page441">441</a></li>
<li><a href="/MyBlog/page442">442</a></li>
<li><a href="/MyBlog/page443">443</a></li>
<li><a href="/MyBlog/page444">444</a></li>
<li><a href="/MyBlog/page445">445</a></li>
<li><a href="/MyBlog/page446">446</a></li>
<li><a href="/MyBlog/page447">447</a></li>
<li><a href="/MyBlog/page448">448</a></li>
<li><a href="/MyBlog/page449">449</a></li>
<li><a href="/MyBlog/page450">450</a></li>
<li><a href="/MyBlog/page451">451</a></li>
<li><a href="/MyBlog/page452">452</a></li>
<li><a href="/MyBlog/page453">453</a></li>
<li><a href="/MyBlog/page454">454</a></li>
<li><a href="/MyBlog/page455">455</a></li>
<li><a href="/MyBlog/page456">456</a></li>
<li><a href="/MyBlog/page457">457</a></li>
<li><a href="/MyBlog/page458">458</a></li>
<li><a href="/MyBlog/page459">459</a></li>
<li><a href="/MyBlog/page460">460</a></li>
<li><a href="/MyBlog/page461">461</a></li>
<li><a href="/MyBlog/page462">462</a></li>
<li><a href="/MyBlog/page463">463</a></li>
<li><a href="/MyBlog/page464">464</a></li>
<li><a href="/MyBlog/page465">465</a></li>
<li><a href="/MyBlog/page466">466</a></li>
<li><a href="/MyBlog/page467">467</a></li>
<li><a href="/MyBlog/page468">468</a></li>
<li><a href="/MyBlog/page469">469</a></li>
<li><a href="/MyBlog/page470">470</a></li>
<li><a href="/MyBlog/page471">471</a></li>
<li><a href="/MyBlog/page472">472</a></li>
<li><a href="/MyBlog/page473">473</a></li>
<li><a href="/MyBlog/page474">474</a></li>
<li><a href="/MyBlog/page475">475</a></li>
<li><a href="/MyBlog/page476">476</a></li>
<li><a href="/MyBlog/page477">477</a></li>
<li><a href="/MyBlog/page478">478</a></li>
<li><a href="/MyBlog/page479">479</a></li>
<li><a href="/MyBlog/page480">480</a></li>
<li><a href="/MyBlog/page481">481</a></li>
<li><a href="/MyBlog/page482">482</a></li>
<li><a href="/MyBlog/page483">483</a></li>
<li><a href="/MyBlog/page484">484</a></li>
<li><a href="/MyBlog/page485">485</a></li>
<li><a href="/MyBlog/page486">486</a></li>
<li><a href="/MyBlog/page487">487</a></li>
<li><a href="/MyBlog/page488">488</a></li>
<li><a href="/MyBlog/page489">489</a></li>
<li><a href="/MyBlog/page490">490</a></li>
<li><a href="/MyBlog/page491">491</a></li>
<li><a href="/MyBlog/page492">492</a></li>
<li><a href="/MyBlog/page493">493</a></li>
<li><a href="/MyBlog/page494">494</a></li>
<li><a href="/MyBlog/page495">495</a></li>
<li><a href="/MyBlog/page496">496</a></li>
<li><a href="/MyBlog/page497">497</a></li>
<li><a href="/MyBlog/page498">498</a></li>
<li><a href="/MyBlog/page499">499</a></li>
<li><a href="/MyBlog/page500">500</a></li>
<li><a href="/MyBlog/page501">501</a></li>
<li><a href="/MyBlog/page502">502</a></li>
<li><a href="/MyBlog/page503">503</a></li>
<li><a href="/MyBlog/page504">504</a></li>
<li><a href="/MyBlog/page505">505</a></li>
<li><a href="/MyBlog/page506">506</a></li>
<li><a href="/MyBlog/page507">507</a></li>
<li><a href="/MyBlog/page508">508</a></li>
<li><a href="/MyBlog/page509">509</a></li>
<li><a href="/MyBlog/page510">510</a></li>
<li><a href="/MyBlog/page511">511</a></li>
<li><a href="/MyBlog/page512">512</a></li>
<li><a href="/MyBlog/page513">513</a></li>
<li><a href="/MyBlog/page514">514</a></li>
<li><a href="/MyBlog/page515">515</a></li>
<li><a href="/MyBlog/page516">516</a></li>
<li><a href="/MyBlog/page517">517</a></li>
<li><a href="/MyBlog/page518">518</a></li>
<li><a href="/MyBlog/page519">519</a></li>
<li><a href="/MyBlog/page520">520</a></li>
<li><a href="/MyBlog/page521">521</a></li>
<li><a href="/MyBlog/page522">522</a></li>
<li><a href="/MyBlog/page523">523</a></li>
<li><a href="/MyBlog/page524">524</a></li>
<li><a href="/MyBlog/page525">525</a></li>
<li><a href="/MyBlog/page526">526</a></li>
<li><a href="/MyBlog/page527">527</a></li>
<li><a href="/MyBlog/page528">528</a></li>
<li><a href="/MyBlog/page529">529</a></li>
<li><a href="/MyBlog/page530">530</a></li>
<li><a href="/MyBlog/page531">531</a></li>
<li><a href="/MyBlog/page532">532</a></li>
<li><a href="/MyBlog/page533">533</a></li>
<li><a href="/MyBlog/page534">534</a></li>
<li><a href="/MyBlog/page535">535</a></li>
<li><a href="/MyBlog/page536">536</a></li>
<li><a href="/MyBlog/page537">537</a></li>
<li><a href="/MyBlog/page538">538</a></li>
<li><a href="/MyBlog/page539">539</a></li>
<li><a href="/MyBlog/page540">540</a></li>
<li><a href="/MyBlog/page541">541</a></li>
<li><a href="/MyBlog/page542">542</a></li>
<li><a href="/MyBlog/page543">543</a></li>
<li><a href="/MyBlog/page544">544</a></li>
<li><a href="/MyBlog/page545">545</a></li>
<li><a href="/MyBlog/page546">546</a></li>
<li><a href="/MyBlog/page547">547</a></li>
<li><a href="/MyBlog/page548">548</a></li>
<li><a href="/MyBlog/page549">549</a></li>
<li><a href="/MyBlog/page550">550</a></li>
<li><a href="/MyBlog/page551">551</a></li>
<li><a href="/MyBlog/page552">552</a></li>
<li><a href="/MyBlog/page553">553</a></li>
<li><a href="/MyBlog/page554">554</a></li>
<li><a href="/MyBlog/page555">555</a></li>
<li><a href="/MyBlog/page556">556</a></li>
<li><a href="/MyBlog/page557">557</a></li>
<li><a href="/MyBlog/page558">558</a></li>
<li><a href="/MyBlog/page559">559</a></li>
<li><a href="/MyBlog/page560">560</a></li>
<li><a href="/MyBlog/page561">561</a></li>
<li><a href="/MyBlog/page562">562</a></li>
<li><a href="/MyBlog/page563">563</a></li>
<li><a href="/MyBlog/page564">564</a></li>
<li><a href="/MyBlog/page565">565</a></li>
<li><a href="/MyBlog/page566">566</a></li>
<li><a href="/MyBlog/page567">567</a></li>
<li><a href="/MyBlog/page568">568</a></li>
<li><a href="/MyBlog/page569">569</a></li>
<li><a href="/MyBlog/page570">570</a></li>
<li><a href="/MyBlog/page571">571</a></li>
<li><a href="/MyBlog/page572">572</a></li>
<li><a href="/MyBlog/page573">573</a></li>
<li><a href="/MyBlog/page574">574</a></li>
<li><a href="/MyBlog/page575">575</a></li>
<li><a href="/MyBlog/page576">576</a></li>
<li><a href="/MyBlog/page577">577</a></li>
<li><a href="/MyBlog/page578">578</a></li>
<li><a href="/MyBlog/page579">579</a></li>
<li><a href="/MyBlog/page580">580</a></li>
<li><a href="/MyBlog/page581">581</a></li>
<li><a href="/MyBlog/page582">582</a></li>
<li><a href="/MyBlog/page583">583</a></li>
<li><a href="/MyBlog/page584">584</a></li>
<li><a href="/MyBlog/page585">585</a></li>
<li><a href="/MyBlog/page586">586</a></li>
<li><a href="/MyBlog/page587">587</a></li>
<li><a href="/MyBlog/page588">588</a></li>
<li><a href="/MyBlog/page589">589</a></li>
<li><a href="/MyBlog/page590">590</a></li>
<li><a href="/MyBlog/page591">591</a></li>
<li><a href="/MyBlog/page592">592</a></li>
<li><a href="/MyBlog/page593">593</a></li>
<li><a href="/MyBlog/page594">594</a></li>
<li><a href="/MyBlog/page595">595</a></li>
<li><a href="/MyBlog/page596">596</a></li>
<li><a href="/MyBlog/page597">597</a></li>
<li><a href="/MyBlog/page283">Next</a></li>
</ul>
</div>
</div>
<!-- Widget -->
<div class="col-md-4">
<div class="well">
<span id='statics' ></span>
</div>
<!-- Blog Search -->
<div class="well">
<h4>Search</h4>
<div class="input-group">
<form action="#" id="cse-search-box">
<div>
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<!-- 搜索框 -->
<input type="text" name="q" size="20" id='txt'/>
<input type="submit" name="sa" id="Search" value="Search" />
<!-- 模糊查询结果显示框 -->
<div id="msg"></div>
<script type="text/javascript">
var searchIndex={
"code" : 0 ,
"data" : [
{
"title" : "stun nat类型及打洞原理 - ",
"url" : "/MyBlog/web/2022/03/06/stun.html"
}
,
{
"title" : "work 多 Module 工作区模式 - ",
"url" : "/MyBlog/algorithm/2022/03/05/work.html"
}
,
{
"title" : "transaction事务的隔离级别 - ",
"url" : "/MyBlog/mysql/2022/03/05/transaction.html"
}
,
{
"title" : "timestamp - ",
"url" : "/MyBlog/storage/2022/03/05/timestamp.html"
}
,
{
"title" : "script - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/script.html"
}
,
{
"title" : "rpcx - ",
"url" : "/MyBlog/golang/2022/03/05/rpcx.html"
}
,
{
"title" : "路由器抓包 - ",
"url" : "/MyBlog/web/2022/03/05/router.html"
}
,
{
"title" : "reindex - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/reindex.html"
}
,
{
"title" : "rc - ",
"url" : "/MyBlog/web/2022/03/05/rc.html"
}
,
{
"title" : "prototype - ",
"url" : "/MyBlog/node/2022/03/05/prototype.html"
}
,
{
"title" : "nginx playground - ",
"url" : "/MyBlog/golang/2022/03/05/playground.html"
}
,
{
"title" : "Elasticsearch 分页查询 - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/page.html"
}
,
{
"title" : "oauth2 - ",
"url" : "/MyBlog/web/2022/03/05/oauth2.html"
}
,
{
"title" : "nf_conntrack - ",
"url" : "/MyBlog/linux/2022/03/05/nf_conntrack.html"
}
,
{
"title" : "k0s - ",
"url" : "/MyBlog/k8s/2022/03/05/k0s.html"
}
,
{
"title" : "istio - ",
"url" : "/MyBlog/k8s/2022/03/05/istio.html"
}
,
{
"title" : "hsts - ",
"url" : "/MyBlog/web/2022/03/05/hsts.html"
}
,
{
"title" : "gvm - ",
"url" : "/MyBlog/golang/2022/03/05/gvm.html"
}
,
{
"title" : "gopack - ",
"url" : "/MyBlog/golang/2022/03/05/gopack.html"
}
,
{
"title" : "go1.18 - ",
"url" : "/MyBlog/golang/2022/03/05/go1.18.html"
}
,
{
"title" : "go1.17 - ",
"url" : "/MyBlog/golang/2022/03/05/go1.17.html"
}
,
{
"title" : "go-spew - ",
"url" : "/MyBlog/golang/2022/03/05/go-spew.html"
}
,
{
"title" : "范型 - ",
"url" : "/MyBlog/golang/2022/03/05/generic.html"
}
,
{
"title" : "fuzzing - ",
"url" : "/MyBlog/golang/2022/03/05/fuzzing.html"
}
,
{
"title" : "folium - ",
"url" : "/MyBlog/python/2022/03/05/folium.html"
}
,
{
"title" : "ent - ",
"url" : "/MyBlog/golang/2022/03/05/ent.html"
}
,
{
"title" : "es过滤空字符串 - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/empty.html"
}
,
{
"title" : "dumb-init - ",
"url" : "/MyBlog/k8s/2022/03/05/dumb-init.html"
}
,
{
"title" : "dockertest - ",
"url" : "/MyBlog/k8s/2022/03/05/dockertest.html"
}
,
{
"title" : "实现字段之间进行比对 - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/compare.html"
}
,
{
"title" : "code-server - ",
"url" : "/MyBlog/golang/2022/03/05/code-server.html"
}
,
{
"title" : "bild - ",
"url" : "/MyBlog/golang/2022/03/05/bild.html"
}
,
{
"title" : "apollo - ",
"url" : "/MyBlog/golang/2022/03/05/apollo.html"
}
,
{
"title" : "istio allow_any - ",
"url" : "/MyBlog/k8s/2022/03/05/allow_any.html"
}
,
{
"title" : "WebTorrent - ",
"url" : "/MyBlog/node/2022/03/05/WebTorrent.html"
}
,
{
"title" : "WebDAV - ",
"url" : "/MyBlog/web/2022/03/05/WebDAV.html"
}
,
{
"title" : "Superset - ",
"url" : "/MyBlog/storage/2022/03/05/Superset.html"
}
,
{
"title" : "OpenIM - ",
"url" : "/MyBlog/web/2022/03/05/OpenIM.html"
}
,
{
"title" : "KubeSphere - ",
"url" : "/MyBlog/k8s/2022/03/05/KubeSphere.html"
}
,
{
"title" : "ElasticSearch - ",
"url" : "/MyBlog/golang/2022/03/05/ElasticSearch.html"
}
,
{
"title" : "Cockpit - ",
"url" : "/MyBlog/linux/2022/03/05/Cockpit.html"
}
,
{
"title" : "Cloudreve 搭建私人网盘 - ",
"url" : "/MyBlog/golang/2022/03/05/Cloudreve.html"
}
,
{
"title" : "CPU寄存器 - ",
"url" : "/MyBlog/golang/2022/03/05/CPU%E5%AF%84%E5%AD%98%E5%99%A8.html"
}
,
{
"title" : "Analyzer - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/Analyzer.html"
}
,
{
"title" : "404 - ",
"url" : "/MyBlog/elasticsearch/2022/03/05/404.html"
}
,
{
"title" : "websocket - ",
"url" : "/MyBlog/golang/2022/02/27/websocket.html"
}
,
{
"title" : "grpc websocket WebRTC - ",
"url" : "/MyBlog/golang/2022/02/27/grpc_websocket.html"
}
,
{
"title" : "gRPC-Web - ",
"url" : "/MyBlog/golang/2022/02/27/gRPC-Web.html"
}
,
{
"title" : "Chrome开发者工具调试web socket应用 - ",
"url" : "/MyBlog/web/2022/02/26/ws.html"
}
,
{
"title" : "webrtc openmeeting2 ion - ",
"url" : "/MyBlog/web/2022/02/26/webrtc.html"
}
,
{
"title" : "video审核 - ",
"url" : "/MyBlog/web/2022/02/26/video.html"
}
,
{
"title" : "utf-8 字符拆分 - ",
"url" : "/MyBlog/algorithm/2022/02/26/utf-8.html"
}
,
{
"title" : "tokenlizer - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/tokenlizer.html"
}
,
{
"title" : "文本审核 - ",
"url" : "/MyBlog/web/2022/02/26/text.html"
}
,
{
"title" : "term match - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/term.html"
}
,
{
"title" : "serverless - ",
"url" : "/MyBlog/k8s/2022/02/26/serverless.html"
}
,
{
"title" : "图片防盗链原理及实现 - ",
"url" : "/MyBlog/web/2022/02/26/referer.html"
}
,
{
"title" : "query_string - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/query_string.html"
}
,
{
"title" : "k8s权限控制 - ",
"url" : "/MyBlog/k8s/2022/02/26/permission.html"
}
,
{
"title" : "otp - ",
"url" : "/MyBlog/golang/2022/02/26/otp.html"
}
,
{
"title" : "k8s容器的工作目录 workingDir - ",
"url" : "/MyBlog/k8s/2022/02/26/orchome.html"
}
,
{
"title" : "opt - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/opt.html"
}
,
{
"title" : "numeric - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/numeric.html"
}
,
{
"title" : "n - ",
"url" : "/MyBlog/node/2022/02/26/n.html"
}
,
{
"title" : "MySQL中的Text类型 - ",
"url" : "/MyBlog/mysql/2022/02/26/mysql_text.html"
}
,
{
"title" : "mockery testify - ",
"url" : "/MyBlog/golang/2022/02/26/mockery.html"
}
,
{
"title" : "md5 彩虹表 - ",
"url" : "/MyBlog/algorithm/2022/02/26/md5_.html"
}
,
{
"title" : "echo 生成 md5多换行符 - ",
"url" : "/MyBlog/linux/2022/02/26/md5.html"
}
,
{
"title" : "match VS match_phrase - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/match.html"
}
,
{
"title" : "kmp - ",
"url" : "/MyBlog/algorithm/2022/02/26/kmp.html"
}
,
{
"title" : "jmeter - ",
"url" : "/MyBlog/web/2022/02/26/jmeter.html"
}
,
{
"title" : "insert ignore、insert和replace - ",
"url" : "/MyBlog/mysql/2022/02/26/insert.html"
}
,
{
"title" : "ik - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/ik.html"
}
,
{
"title" : "http_mock - ",
"url" : "/MyBlog/golang/2022/02/26/http_mock.html"
}
,
{
"title" : "httpMock - ",
"url" : "/MyBlog/golang/2022/02/26/httpMock.html"
}
,
{
"title" : "go-json-server - ",
"url" : "/MyBlog/golang/2022/02/26/go-json-server.html"
}
,
{
"title" : "flutter - ",
"url" : "/MyBlog/web/2022/02/26/flutter.html"
}
,
{
"title" : "fields - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/fields.html"
}
,
{
"title" : "electron - ",
"url" : "/MyBlog/node/2022/02/26/electron.html"
}
,
{
"title" : "electron-android cordova - ",
"url" : "/MyBlog/node/2022/02/26/electron-android.html"
}
,
{
"title" : "dat - ",
"url" : "/MyBlog/algorithm/2022/02/26/dat.html"
}
,
{
"title" : "buffer pipe - ",
"url" : "/MyBlog/golang/2022/02/26/buffer.html"
}
,
{
"title" : "buf - ",
"url" : "/MyBlog/golang/2022/02/26/buf.html"
}
,
{
"title" : "bash - ",
"url" : "/MyBlog/linux/2022/02/26/bash.html"
}
,
{
"title" : "apipost - ",
"url" : "/MyBlog/web/2022/02/26/apipost.html"
}
,
{
"title" : "analyzer - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/analyzer.html"
}
,
{
"title" : "Volume - ",
"url" : "/MyBlog/k8s/2022/02/26/Volume.html"
}
,
{
"title" : "QueryEscape - ",
"url" : "/MyBlog/golang/2022/02/26/QueryEscape.html"
}
,
{
"title" : "Normalization - ",
"url" : "/MyBlog/elasticsearch/2022/02/26/Normalization.html"
}
,
{
"title" : "HSTS - ",
"url" : "/MyBlog/algorithm/2022/02/26/HSTS.html"
}
,
{
"title" : "Gendry - ",
"url" : "/MyBlog/golang/2022/02/26/Gendry.html"
}
,
{
"title" : "Benchmark - ",
"url" : "/MyBlog/golang/2022/02/26/Benchmark.html"
}
,
{
"title" : "5WHY分析法 - ",
"url" : "/MyBlog/web/2022/02/26/5w.html"
}
,
{
"title" : "json.Marshal 特殊 html 字符被转义 - ",
"url" : "/MyBlog/golang/2022/02/26/0026.html"
}
,
{
"title" : "webrtc-解决方案 - ",
"url" : "/MyBlog/web/2022/02/20/webrtc-%E8%A7%A3%E5%86%B3%E6%96%B9%E6%A1%88.html"
}
,
{
"title" : "coturn - ",
"url" : "/MyBlog/web/2022/02/20/coturn.html"
}
,
{
"title" : "React useState - ",
"url" : "/MyBlog/node/2022/02/19/useState.html"
}
,
{
"title" : "typescript可选参数 - ",
"url" : "/MyBlog/node/2022/02/19/ts.html"
}
,
{
"title" : "第三只眼:网络监控软件技术驱动原理 - ",
"url" : "/MyBlog/web/2022/02/19/disanzhiyan.html"
}
,
{
"title" : "WebRTC 协议 - ",
"url" : "/MyBlog/node/2022/02/19/WebRTC.html"
}
,
{
"title" : "sego 分词器 - ",
"url" : "/MyBlog/golang/2022/01/08/sego.html"
}
,
{
"title" : "kafka offset - ",
"url" : "/MyBlog/storage/2022/01/08/offset.html"
}
,
{
"title" : "log4j2漏洞 - ",
"url" : "/MyBlog/java/2022/01/08/log4j2.html"
}
,
{
"title" : "Node.js 的协程coroutine - ",
"url" : "/MyBlog/node/2022/01/08/coroutine.html"
}
,
{
"title" : "_msearch批量搜索 - ",
"url" : "/MyBlog/elasticsearch/2022/01/08/_msearch.html"
}
,
{
"title" : "Prometheus - ",
"url" : "/MyBlog/k8s/2022/01/08/Prometheus.html"
}
,
{
"title" : "DFA 敏感词过滤系统 - ",
"url" : "/MyBlog/arch/2022/01/08/DFA.html"
}
,
{
"title" : "webpack vue - ",
"url" : "/MyBlog/node/2022/01/02/webpack.html"
}
,
{
"title" : "reflect 修改map slice struct - ",
"url" : "/MyBlog/golang/2022/01/02/reflect.html"
}
,
{
"title" : "max_old_space_size - ",
"url" : "/MyBlog/node/2022/01/02/max_old_space_size.html"
}
,
{
"title" : "max_content_length - ",
"url" : "/MyBlog/elasticsearch/2022/01/02/max_content_length.html"
}
,
{
"title" : "kind type - ",
"url" : "/MyBlog/golang/2022/01/02/kind.html"
}
,
{
"title" : "jekyll 升级 - ",
"url" : "/MyBlog/web/2022/01/02/jekyll.html"
}
,
{
"title" : "jekyll 迁移到 hugo - ",
"url" : "/MyBlog/jekyll/2022/01/02/hugo.html"
}
,
{
"title" : "grpc 4MB 的限制 - ",
"url" : "/MyBlog/golang/2022/01/02/grpc.html"
}
,
{
"title" : "explain - ",
"url" : "/MyBlog/elasticsearch/2022/01/02/explain.html"
}
,
{
"title" : "dumb-init - ",
"url" : "/MyBlog/docker/2022/01/02/dumb-init.html"
}
,
{
"title" : "一个dockerfile 编译多个镜像 默认镜像 - ",
"url" : "/MyBlog/docker/2022/01/02/dockerfile.html"
}
,
{
"title" : "deepcopy 反射 实现任意类型属性拷贝 - ",
"url" : "/MyBlog/golang/2022/01/02/deepcopy.html"
}
,
{
"title" : "channel实现消息的批量处理 - ",
"url" : "/MyBlog/golang/2022/01/02/channel.html"
}
,
{
"title" : "bundler - ",
"url" : "/MyBlog/jekyll/2022/01/02/bundler.html"
}
,
{
"title" : "ace 编辑器 - ",
"url" : "/MyBlog/node/2022/01/02/ace.html"
}
,
{
"title" : "YSLOW - ",
"url" : "/MyBlog/node/2022/01/02/YSLOW.html"
}
,
{
"title" : "Sort - ",
"url" : "/MyBlog/elasticsearch/2022/01/02/Sort.html"
}
,
{
"title" : "wails - ",
"url" : "/MyBlog/golang/2021/12/25/wails.html"
}
,
{
"title" : "outsystems低代码 - ",
"url" : "/MyBlog/web/2021/12/25/outsystems.html"
}
,
{
"title" : "oliver elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2021/12/25/oliver.html"
}
,
{
"title" : "lorca electron - ",
"url" : "/MyBlog/golang/2021/12/25/lorca.html"
}
,
{
"title" : "json 序列化大小写总结 - ",
"url" : "/MyBlog/golang/2021/12/25/json.html"
}
,
{
"title" : "gin bind自动omitempty问题 - ",
"url" : "/MyBlog/golang/2021/12/25/gin_bind.html"
}
,
{
"title" : "dnsutils bind-tools - ",
"url" : "/MyBlog/linux/2021/12/25/dnsutils.html"
}
,
{
"title" : "confluent-kafka-go mac m1 - ",
"url" : "/MyBlog/golang/2021/12/25/confluent-kafka-go.html"
}
,
{
"title" : "SearchType - ",
"url" : "/MyBlog/elasticsearch/2021/12/25/SearchType.html"
}
,
{
"title" : "http 302 303 307 - ",
"url" : "/MyBlog/web/2021/12/25/307.html"
}
,
{
"title" : "sync.Once - ",
"url" : "/MyBlog/golang/2021/12/18/sync.Once.html"
}
,
{
"title" : "select - ",
"url" : "/MyBlog/golang/2021/12/18/select.html"
}
,
{
"title" : "kafka - ",
"url" : "/MyBlog/storage/2021/12/18/kafka.html"
}
,
{
"title" : "elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2021/12/18/elasticsearch.html"
}
,
{
"title" : "bluebird - ",
"url" : "/MyBlog/node/2021/12/18/bluebird.html"
}
,
{
"title" : "Promise - ",
"url" : "/MyBlog/node/2021/12/18/Promise.html"
}
,
{
"title" : "ulimit - ",
"url" : "/MyBlog/linux/2021/12/10/ulimit.html"
}
,
{
"title" : "sql.DB 和 sql.Tx 提取公共的查询接口 - ",
"url" : "/MyBlog/golang/2021/12/10/tx.html"
}
,
{
"title" : "prom-client - ",
"url" : "/MyBlog/node/2021/12/10/prom-client.html"
}
,
{
"title" : "kafka lag的含义为什么lag 为负数 - ",
"url" : "/MyBlog/storage/2021/12/10/lag.html"
}
,
{
"title" : "k8s保持运行docker容器不关闭 - ",
"url" : "/MyBlog/k8s/2021/12/10/docker.html"
}
,
{
"title" : "MySQL 线程池总结 - ",
"url" : "/MyBlog/mysql/2021/12/05/thread_pool.html"
}
,
{
"title" : "nginx惊群问题 - ",
"url" : "/MyBlog/linux/2021/12/05/nginx.html"
}
,
{
"title" : "mac lsof - ",
"url" : "/MyBlog/web/2021/12/05/lsof.html"
}
,
{
"title" : "fgprof - ",
"url" : "/MyBlog/golang/2021/12/05/fgprof.html"
}
,
{
"title" : "Redis-Lua树形结构存储 - ",
"url" : "/MyBlog/storage/2021/12/04/tree.html"
}
,
{
"title" : "threadpool - ",
"url" : "/MyBlog/mysql/2021/12/04/threadpool.html"
}
,
{
"title" : "sourcegraph - ",
"url" : "/MyBlog/web/2021/12/04/sourcegraph.html"
}
,
{
"title" : "profile - ",
"url" : "/MyBlog/mysql/2021/12/04/profile.html"
}
,
{
"title" : "processlist - ",
"url" : "/MyBlog/mysql/2021/12/04/processlist.html"
}
,
{
"title" : "lock - ",
"url" : "/MyBlog/mysql/2021/12/04/lock.html"
}
,
{
"title" : "gui - ",
"url" : "/MyBlog/golang/2021/12/04/gui.html"
}
,
{
"title" : "nginx grpc - ",
"url" : "/MyBlog/golang/2021/12/04/grpc.html"
}
,
{
"title" : "文件模型 - ",
"url" : "/MyBlog/mysql/2021/12/04/file.html"
}
,
{
"title" : "vscode diff - ",
"url" : "/MyBlog/golang/2021/12/04/diff.html"
}
,
{
"title" : "Region - ",
"url" : "/MyBlog/storage/2021/12/04/Region.html"
}
,
{
"title" : "Ingest-Attachment 对 word和PDF文档的全文搜索 - ",
"url" : "/MyBlog/elasticsearch/2021/12/04/Ingest-Attachment.html"
}
,
{
"title" : "EventSource - ",
"url" : "/MyBlog/node/2021/12/04/EventSource.html"
}
,
{
"title" : "DFS_QUERY_AND_FEATCH - ",
"url" : "/MyBlog/elasticsearch/2021/12/04/DFS_QUERY_AND_FEATCH.html"
}
,
{
"title" : "五类网线6类网线 - ",
"url" : "/MyBlog/web/2021/11/28/line.html"
}
,
{
"title" : "grpc lb - ",
"url" : "/MyBlog/golang/2021/11/28/lb.html"
}
,
{
"title" : "htop - ",
"url" : "/MyBlog/linux/2021/11/28/htop.html"
}
,
{
"title" : "mysql性能监控 - ",
"url" : "/MyBlog/mysql/2021/11/28/Threads_connected.html"
}
,
{
"title" : "FlatBuffers - ",
"url" : "/MyBlog/golang/2021/11/28/FlatBuffers.html"
}
,
{
"title" : "序列化性能比较 - ",
"url" : "/MyBlog/golang/2021/11/27/serializers.html"
}
,
{
"title" : "nsenter - ",
"url" : "/MyBlog/k8s/2021/11/27/nsenter.html"
}
,
{
"title" : "grpc metadata Interceptor UnaryClientInterceptor - ",
"url" : "/MyBlog/golang/2021/11/27/metadata.html"
}
,
{
"title" : "max_connections profiling和explain - ",
"url" : "/MyBlog/mysql/2021/11/27/max_connections.html"
}
,
{
"title" : "iptables自定义链 - ",
"url" : "/MyBlog/linux/2021/11/27/iptables.html"
}
,
{
"title" : "Nginx 中配置 gRPC 的代理 - ",
"url" : "/MyBlog/golang/2021/11/27/grpc.html"
}
,
{
"title" : "go-sql-driver - ",
"url" : "/MyBlog/mysql/2021/11/27/go-sql-driver.html"
}
,
{
"title" : "go-dns - ",
"url" : "/MyBlog/golang/2021/11/27/go-dns.html"
}
,
{
"title" : "dns - ",
"url" : "/MyBlog/linux/2021/11/27/dns.html"
}
,
{
"title" : "vitness - ",
"url" : "/MyBlog/mysql/2021/11/20/vitness.html"
}
,
{
"title" : "tree store - ",
"url" : "/MyBlog/mysql/2021/11/20/tree.html"
}
,
{
"title" : "Shell去除空格和空行的方法 - ",
"url" : "/MyBlog/linux/2021/11/20/space.html"
}
,
{
"title" : "route print netstat nr - ",
"url" : "/MyBlog/linux/2021/11/20/route_print.html"
}
,
{
"title" : "roaring bitmap - ",
"url" : "/MyBlog/elasticsearch/2021/11/20/roaring.html"
}
,
{
"title" : "批量 Kill mysql processlist 进程 - ",
"url" : "/MyBlog/mysql/2021/11/20/processlist.html"
}
,
{
"title" : "next-key lock - ",
"url" : "/MyBlog/mysql/2021/11/20/next-key.html"
}
,
{
"title" : "netlink - ",
"url" : "/MyBlog/docker/2021/11/20/netlink.html"
}
,
{
"title" : "long_query_time - ",
"url" : "/MyBlog/mysql/2021/11/20/long_query_time.html"
}
,
{
"title" : "kubectl logs - ",
"url" : "/MyBlog/k8s/2021/11/20/loggs.html"
}
,
{
"title" : "kingshard shardingsphere - ",
"url" : "/MyBlog/mysql/2021/11/20/kingshard.html"
}
,
{
"title" : "dockershim - ",
"url" : "/MyBlog/docker/2021/11/20/dockershim.html"
}
,
{
"title" : "connections - ",
"url" : "/MyBlog/mysql/2021/11/20/connections.html"
}
,
{
"title" : "api-resources - ",
"url" : "/MyBlog/k8s/2021/11/20/api-resources.html"
}
,
{
"title" : "UUID - ",
"url" : "/MyBlog/web/2021/11/20/UUID.html"
}
,
{
"title" : "NewIncomingContext - ",
"url" : "/MyBlog/golang/2021/11/20/NewIncomingContext.html"
}
,
{
"title" : "prefix查询 - ",
"url" : "/MyBlog/elasticsearch/2021/11/13/prefix.html"
}
,
{
"title" : "obj_store - ",
"url" : "/MyBlog/storage/2021/11/13/obj_store.html"
}
,
{
"title" : "minio - ",
"url" : "/MyBlog/storage/2021/11/13/minio.html"
}
,
{
"title" : "kubevela - ",
"url" : "/MyBlog/k8s/2021/11/13/kubevela.html"
}
,
{
"title" : "cpu 单位 - ",
"url" : "/MyBlog/k8s/2021/11/13/cpu.html"
}
,
{
"title" : "confluent-kafka-go消费多个topic原理 - ",
"url" : "/MyBlog/storage/2021/11/13/confluent-kafka-go.html"
}
,
{
"title" : "grpc HandleRPC - ",
"url" : "/MyBlog/golang/2021/11/13/HandleRPC.html"
}
,
{
"title" : "APIExtensionServer - ",
"url" : "/MyBlog/k8s/2021/11/13/APIExtensionServer.html"
}
,
{
"title" : "writefile - ",
"url" : "/MyBlog/golang/2021/11/06/writefile.html"
}
,
{
"title" : "文件分段上传 - ",
"url" : "/MyBlog/web/2021/11/06/upload.html"
}
,
{
"title" : "swag - ",
"url" : "/MyBlog/golang/2021/11/06/swag.html"
}
,
{
"title" : "submodules - ",
"url" : "/MyBlog/web/2021/11/06/submodules.html"
}
,
{
"title" : "sls cli sls sdk - ",
"url" : "/MyBlog/web/2021/11/06/sls.html"
}
,
{
"title" : "docker save load export import区别详解 - ",
"url" : "/MyBlog/docker/2021/11/06/save.html"
}
,
{
"title" : "pfctl - ",
"url" : "/MyBlog/linux/2021/11/06/pfctl.html"
}
,
{
"title" : "mysqlslap sysbench - ",
"url" : "/MyBlog/mysql/2021/11/06/mysqlslap.html"
}
,
{
"title" : "prometheus监控插件mysqld_exporter redis_exporter - ",
"url" : "/MyBlog/mysql/2021/11/06/mysqld_exporter.html"
}
,
{
"title" : "图片直接展示还是直接被下载 - ",
"url" : "/MyBlog/web/2021/11/06/image.html"
}
,
{
"title" : "harbor搭建自己的docker registery - ",
"url" : "/MyBlog/docker/2021/11/06/harbor.html"
}
,
{
"title" : "grpc Context Cancel - ",
"url" : "/MyBlog/golang/2021/11/06/grpcContextCancel.html"
}
,
{
"title" : "ELF not found - ",
"url" : "/MyBlog/docker/2021/11/06/elf.html"
}
,
{
"title" : "crd - ",
"url" : "/MyBlog/k8s/2021/11/06/crd.html"
}
,
{
"title" : "charles 代理的坑 - ",
"url" : "/MyBlog/docker/2021/11/06/charles.html"
}
,
{
"title" : "chaostoolkit 混沌工程 - ",
"url" : "/MyBlog/python/2021/11/06/chaostoolkit.html"
}
,
{
"title" : "Signal - ",
"url" : "/MyBlog/golang/2021/11/06/Signal.html"
}
,
{
"title" : "POLARDB - ",
"url" : "/MyBlog/mysql/2021/11/06/POLARDB.html"
}
,
{
"title" : "OT算法 - ",
"url" : "/MyBlog/algorithm/2021/11/06/OT.html"
}
,
{
"title" : "树状数据的存储 - ",
"url" : "/MyBlog/mysql/2021/11/06/Closure.html"
}
,
{
"title" : "protobuf2json - ",
"url" : "/MyBlog/node/2021/10/30/protobuf2json.html"
}
,
{
"title" : "kcat - ",
"url" : "/MyBlog/storage/2021/10/30/kcat.html"
}
,
{
"title" : "ipvlan实现容器和节点间通信 - ",
"url" : "/MyBlog/docker/2021/10/30/ipvlan.html"
}
,
{
"title" : "console - ",
"url" : "/MyBlog/web/2021/10/30/console.html"
}
,
{
"title" : "MySQL中各种引号的区别 - ",
"url" : "/MyBlog/mysql/2021/10/30/comma.html"
}
,
{
"title" : "批量更新 - ",
"url" : "/MyBlog/storage/mysql/2021/10/30/case_when.html"
}
,
{
"title" : "bhyve - ",
"url" : "/MyBlog/docker/k8s/2021/10/30/bhyve.html"
}
,
{
"title" : "CustomResourceDefinition - ",
"url" : "/MyBlog/k8s/2021/10/30/CustomResourceDefinition.html"
}
,
{
"title" : "Cgroup - ",
"url" : "/MyBlog/linux/docker/2021/10/30/Cgroup.html"
}
,
{
"title" : "time zone Elasticsearch时区问题 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/time_zone.html"
}
,
{
"title" : "tf idf - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/tf_idf.html"
}
,
{
"title" : "Dockerfile RUN CMD ENTRYPOINT命令区别 - ",
"url" : "/MyBlog/docker/2021/10/23/run_cmd.html"
}
,
{
"title" : "refresh flush - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/refresh.html"
}
,
{
"title" : "redis 性能指标和监控方法 info monitor - ",
"url" : "/MyBlog/storage/2021/10/23/redis.html"
}
,
{
"title" : "修改请求参数http网络请求方法 - ",
"url" : "/MyBlog/web/2021/10/23/post_put.html"
}
,
{
"title" : "nsenter - ",
"url" : "/MyBlog/docker/2021/10/23/nsenter.html"
}
,
{
"title" : "match_phrase和term区别 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/match_phrase.html"
}
,
{
"title" : "局部变量及local命令 - ",
"url" : "/MyBlog/linux/2021/10/23/local.html"
}
,
{
"title" : "k8s_oauth - ",
"url" : "/MyBlog/k8s/2021/10/23/k8s_oauth.html"
}
,
{
"title" : "ik分词器安装 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/ik.html"
}
,
{
"title" : "golang 规则引擎 - ",
"url" : "/MyBlog/golang/2021/10/23/gengine.html"
}
,
{
"title" : "高亮使用plian postings fvh差异 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/fvh.html"
}
,
{
"title" : "flynn - ",
"url" : "/MyBlog/docker/2021/10/23/flynn.html"
}
,
{
"title" : "某个字段存在查询或不存在查询 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/exists.html"
}
,
{
"title" : "ephemeral-storage - ",
"url" : "/MyBlog/k8s/2021/10/23/ephemeral-storage.html"
}
,
{
"title" : "ejs - ",
"url" : "/MyBlog/node/2021/10/23/ejs.html"
}
,
{
"title" : "DSL查询语句对照 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/dsl.html"
}
,
{
"title" : "dry-run diff - ",
"url" : "/MyBlog/k8s/2021/10/23/dry-run.html"
}
,
{
"title" : "docker-registry - ",
"url" : "/MyBlog/docker/2021/10/23/docker-registry.html"
}
,
{
"title" : "es删除字段 - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/delete.html"
}
,
{
"title" : "加速 Docker Build 构建过程 - ",
"url" : "/MyBlog/docker/2021/10/23/build.html"
}
,
{
"title" : "apn - ",
"url" : "/MyBlog/web/2021/10/23/apn.html"
}
,
{
"title" : "Scroll与Scan - ",
"url" : "/MyBlog/elasticsearch/2021/10/23/Scan.html"
}
,
{
"title" : "国内公共DNS - ",
"url" : "/MyBlog/web/2021/10/23/DNS.html"
}
,
{
"title" : "socketio - ",
"url" : "/MyBlog/node/2021/09/25/socketio.html"
}
,
{
"title" : "redcon miniredis - ",
"url" : "/MyBlog/golang/2021/09/25/redcon.html"
}
,
{
"title" : "netpoller - ",
"url" : "/MyBlog/golang/2021/09/25/netpoller.html"
}
,
{
"title" : "ES中的动态映射和动态模板 - ",
"url" : "/MyBlog/storage/2021/09/25/mapping.html"
}
,
{
"title" : "livego 直播系统 - ",
"url" : "/MyBlog/golang/2021/09/25/livego.html"
}
,
{
"title" : "joy4 视频服务器 - ",
"url" : "/MyBlog/golang/2021/09/25/joy4.html"
}
,
{
"title" : "gopherjs - ",
"url" : "/MyBlog/golang/2021/09/25/gopherjs.html"
}
,
{
"title" : "git clone 提速几十倍的小技巧 - ",
"url" : "/MyBlog/web/2021/09/25/git.html"
}
,
{
"title" : "浏览器fetch api - ",
"url" : "/MyBlog/web/2021/09/25/fetch.html"
}
,
{
"title" : "Elasticsearch中数据是如何存储的 - ",
"url" : "/MyBlog/storage/2021/09/25/es.html"
}
,
{
"title" : "MySQL数据库的死锁日志 - ",
"url" : "/MyBlog/storage/2021/09/25/deadlock.html"
}
,
{
"title" : "code-server - ",
"url" : "/MyBlog/web/2021/09/25/code-server.html"
}
,
{
"title" : "Redcon - ",
"url" : "/MyBlog/golang/2021/09/21/Redcon.html"
}
,
{
"title" : "happens-before - ",
"url" : "/MyBlog/golang/2021/09/20/happens-before.html"
}
,
{
"title" : "geo s2 geohash - ",
"url" : "/MyBlog/golang/2021/09/20/geo.html"
}
,
{
"title" : "底纹推荐优化 - ",
"url" : "/MyBlog/storage/2021/09/19/%E5%BA%95%E7%BA%B9%E6%8E%A8%E8%8D%90%E4%BC%98%E5%8C%96.html"
}
,
{
"title" : "字符串拼接性能 - ",
"url" : "/MyBlog/golang/2021/09/19/string.html"
}
,
{
"title" : "selector - ",
"url" : "/MyBlog/k8s/2021/09/19/selector.html"
}
,
{
"title" : "httputil ReverseProxy - ",
"url" : "/MyBlog/golang/2021/09/19/proxy.html"
}
,
{
"title" : "jwt - ",
"url" : "/MyBlog/golang/2021/09/19/jwt.html"
}
,
{
"title" : "jaguar walle - ",
"url" : "/MyBlog/web/2021/09/19/jaguar.html"
}
,
{
"title" : "ip2location-go - ",
"url" : "/MyBlog/golang/2021/09/19/ip2location-go.html"
}
,
{
"title" : "go-i18n - ",
"url" : "/MyBlog/golang/2021/09/19/i18n.html"
}
,
{
"title" : "geetest - ",
"url" : "/MyBlog/web/2021/09/19/geetest.html"
}
,
{
"title" : "es function_score - ",
"url" : "/MyBlog/storage/2021/09/19/function_score.html"
}
,
{
"title" : "es boost权重提升 - ",
"url" : "/MyBlog/storage/2021/09/19/boost.html"
}
,
{
"title" : "es bm25 - ",
"url" : "/MyBlog/storage/2021/09/19/bm25.html"
}
,
{
"title" : "HyperKit、VPNKit和DataKit - ",
"url" : "/MyBlog/docker/2021/09/19/VPNKit.html"
}
,
{
"title" : "Rancher 菜单 - ",
"url" : "/MyBlog/k8s/2021/09/19/Rancher.html"
}
,
{
"title" : "Int转string几种方式性能 - ",
"url" : "/MyBlog/golang/2021/09/19/FormatInt.html"
}
,
{
"title" : "es Explain - ",
"url" : "/MyBlog/storage/2021/09/19/Explain.html"
}
,
{
"title" : "查看Linux系统架构类型的5条常用命令 - ",
"url" : "/MyBlog/linux/2021/09/11/uname.html"
}
,
{
"title" : "sarama kafka client - ",
"url" : "/MyBlog/golang/2021/09/11/sarama.html"
}
,
{
"title" : "ratelimit的实现对比 - ",
"url" : "/MyBlog/golang/2021/09/11/ratelimit.html"
}
,
{
"title" : "docker pull 指定 os arch - ",
"url" : "/MyBlog/docker/2021/09/11/pull.html"
}
,
{
"title" : "linuxkit - ",
"url" : "/MyBlog/docker/2021/09/11/linuxkit.html"
}
,
{
"title" : "http_proxy - ",
"url" : "/MyBlog/linux/2021/09/11/http_proxy.html"
}
,
{
"title" : "debian - ",
"url" : "/MyBlog/docker/2021/09/11/debian.html"
}
,
{
"title" : "apline - ",
"url" : "/MyBlog/docker/2021/09/11/apline.html"
}
,
{
"title" : "Real-Time-Voice-Cloing - ",
"url" : "/MyBlog/python/2021/09/11/Real-Time-Voice-Cloing.html"
}
,
{
"title" : "go 编程模型 常用结构 - ",
"url" : "/MyBlog/golang/2021/09/11/PIPELINE.html"
}
,
{
"title" : "proto Oneof - ",
"url" : "/MyBlog/golang/2021/09/11/Oneof.html"
}
,
{
"title" : "Gitlab - ",
"url" : "/MyBlog/web/2021/09/11/Gitlab.html"
}
,
{
"title" : "StatefulSet 控制器 - ",
"url" : "/MyBlog/k8s/2021/09/05/sts.html"
}
,
{
"title" : "存储驱动overlay和overlay2 - ",
"url" : "/MyBlog/docker/2021/09/05/overlay.html"
}
,
{
"title" : "mysql optimizer trace - ",
"url" : "/MyBlog/storage/2021/09/05/optimizer_trace.html"
}
,
{
"title" : "app调用浏览器打开网页的方法 - ",
"url" : "/MyBlog/web/2021/09/05/openWin.html"
}
,
{
"title" : "mysql 学习资料 - ",
"url" : "/MyBlog/storage/2021/09/05/mysql.html"
}
,
{
"title" : "mockingbird - ",
"url" : "/MyBlog/python/2021/09/05/mockingbird.html"
}
,
{
"title" : "max_allowed_packet - ",
"url" : "/MyBlog/storage/2021/09/05/max_allowed_packet.html"
}
,
{
"title" : "k0s - ",
"url" : "/MyBlog/k8s/2021/09/05/k0sctl.html"
}
,
{
"title" : "kafka 不同topic 相同groupid ,会造成rebalance - ",
"url" : "/MyBlog/storage/2021/09/05/groupid.html"
}
,
{
"title" : "gitlab-ci 结合k8s - ",
"url" : "/MyBlog/k8s/2021/09/05/gitlab-ci.html"
}
,
{
"title" : "geoip - ",
"url" : "/MyBlog/golang/2021/09/05/geoip.html"
}
,
{
"title" : "env 环境变量存哪里 - ",
"url" : "/MyBlog/linux/2021/09/05/env.html"
}
,
{
"title" : "访问计数系统设计 - ",
"url" : "/MyBlog/architect/2021/09/05/count.html"
}
,
{
"title" : "confluent kafka - ",
"url" : "/MyBlog/storage/2021/09/05/confluent.html"
}
,
{
"title" : "mysql buffer pool - ",
"url" : "/MyBlog/storage/2021/09/05/bufferpool.html"
}
,
{
"title" : "Jumpserver - ",
"url" : "/MyBlog/python/2021/09/05/Jumpserver.html"
}
,
{
"title" : "minio - ",
"url" : "/MyBlog/storage/2021/08/30/minio.html"
}
,
{
"title" : "prune - ",
"url" : "/MyBlog/docker/2021/08/29/prune.html"
}
,
{
"title" : "pipework fopnp - ",
"url" : "/MyBlog/docker/2021/08/29/pipework.html"
}
,
{
"title" : "mysql parseTime - ",
"url" : "/MyBlog/storage/2021/08/29/parseTime.html"
}
,
{
"title" : "microk8s - ",
"url" : "/MyBlog/k8s/2021/08/29/microk8s.html"
}
,
{
"title" : "ingress - ",
"url" : "/MyBlog/k8s/2021/08/29/ingress.html"
}
,
{
"title" : "ingress-nginx - ",
"url" : "/MyBlog/k8s/2021/08/29/ingress-nginx.html"
}
,
{
"title" : "docker for mac 升级镜像和容器丢失 - ",
"url" : "/MyBlog/docker/2021/08/29/image.html"
}
,
{
"title" : "goa - ",
"url" : "/MyBlog/golang/2021/08/29/goa.html"
}
,
{
"title" : "generic - ",
"url" : "/MyBlog/golang/2021/08/29/generic.html"
}
,
{
"title" : "Dockerfile CMD 执行多个命令 - ",
"url" : "/MyBlog/docker/2021/08/29/cmd.html"
}
,
{
"title" : "annotations - ",
"url" : "/MyBlog/k8s/2021/08/29/annotations.html"
}
,
{
"title" : "Doris - ",
"url" : "/MyBlog/storage/2021/08/29/Doris.html"
}
,
{
"title" : "gdb - ",
"url" : "/MyBlog/golang/2021/08/22/gdb.html"
}
,
{
"title" : "pprof diff_base - ",
"url" : "/MyBlog/golang/2021/08/21/pprof.html"
}
,
{
"title" : "pdf.js - ",
"url" : "/MyBlog/node/2021/08/21/pdf.html"
}
,
{
"title" : "mysql null - ",
"url" : "/MyBlog/storage/2021/08/21/null.html"
}
,
{
"title" : "mutex - ",
"url" : "/MyBlog/golang/2021/08/21/mutex.html"
}
,
{
"title" : "map的实现原理 - ",
"url" : "/MyBlog/golang/2021/08/21/map.html"
}
,
{
"title" : "ingress HTTP-AUTH - ",
"url" : "/MyBlog/k8s/2021/08/21/ingress.html"
}
,
{
"title" : "hpa - ",
"url" : "/MyBlog/k8s/2021/08/21/hpa.html"
}
,
{
"title" : "grpc默认传输文件大小为4*1024*1024 也就是4兆 - ",
"url" : "/MyBlog/golang/2021/08/21/grpc.html"
}
,
{
"title" : "golang学习书籍归类 - ",
"url" : "/MyBlog/golang/2021/08/21/golang.html"
}
,
{
"title" : "gdb on mac - ",
"url" : "/MyBlog/golang/2021/08/21/gdb.html"
}
,
{
"title" : "方法表达式 - ",
"url" : "/MyBlog/golang/2021/08/21/func.html"
}
,
{
"title" : "chan - ",
"url" : "/MyBlog/golang/2021/08/21/chan.html"
}
,
{
"title" : "ceph - ",
"url" : "/MyBlog/storage/2021/08/21/ceph.html"
}
,
{
"title" : "for range 的性能 - ",
"url" : "/MyBlog/golang/2021/08/16/range.html"
}
,
{
"title" : "map 源码分析 - ",
"url" : "/MyBlog/golang/2021/08/16/map.html"
}
,
{
"title" : "pprof diff_base - ",
"url" : "/MyBlog/golang/2021/08/16/diff_base.html"
}
,
{
"title" : "gdb tui - ",
"url" : "/MyBlog/golang/2021/08/15/tui.html"
}
,
{
"title" : "opentracing - ",
"url" : "/MyBlog/golang/2021/08/15/trace.html"
}
,
{
"title" : "系统集成商 - ",
"url" : "/MyBlog/web/2021/08/15/system.html"
}
,
{
"title" : "sync.pool - ",
"url" : "/MyBlog/golang/2021/08/15/sync.pool.html"
}
,
{
"title" : "singleflight - ",
"url" : "/MyBlog/golang/2021/08/15/singleflight.html"
}
,
{
"title" : "上下文切换的开销在哪里 - ",
"url" : "/MyBlog/golang/2021/08/15/shed.html"
}
,
{
"title" : "restfull - ",
"url" : "/MyBlog/golang/2021/08/15/restfull.html"
}
,
{
"title" : "TP-Link路由器怎么reset - ",
"url" : "/MyBlog/web/2021/08/15/reset.html"
}
,
{
"title" : "ranking - ",
"url" : "/MyBlog/algorithm/2021/08/15/ranking.html"
}
,
{
"title" : "quill - ",
"url" : "/MyBlog/node/2021/08/15/quill.html"
}
,
{
"title" : "pip 使用PyPI国内源 - ",
"url" : "/MyBlog/python/2021/08/15/pip.html"
}
,
{
"title" : "neo4j 图数据库 - ",
"url" : "/MyBlog/storage/2021/08/15/neo4j.html"
}
,
{
"title" : "MySQL 之 事务操作 - ",
"url" : "/MyBlog/golang/2021/08/15/mysql.html"
}
,
{
"title" : "MSE、RMSE、MAE、R-Squared - ",
"url" : "/MyBlog/algorithm/2021/08/15/mse.html"
}
,
{
"title" : "monorepo - ",
"url" : "/MyBlog/web/2021/08/15/monorepo.html"
}
,
{
"title" : "k8s loadbalance - ",
"url" : "/MyBlog/k8s/2021/08/15/loadbalance.html"
}
,
{
"title" : "knative serverless - ",
"url" : "/MyBlog/k8s/2021/08/15/knative.html"
}
,
{
"title" : "jmeter - ",
"url" : "/MyBlog/web/2021/08/15/jemeter.html"
}
,
{
"title" : "instrumentedsql - ",
"url" : "/MyBlog/golang/2021/08/15/instrumentedsql.html"
}
,
{
"title" : "gscan - ",
"url" : "/MyBlog/algorithm/2021/08/15/gscan.html"
}
,
{
"title" : "groupcache 源码分析 - ",
"url" : "/MyBlog/golang/2021/08/15/groupcache.html"
}
,
{
"title" : "gorse - ",
"url" : "/MyBlog/golang/2021/08/15/gorse.html"
}
,
{
"title" : "goim bilibili开源聊天室 - ",
"url" : "/MyBlog/golang/2021/08/15/goim.html"
}
,
{
"title" : "gocyclo - ",
"url" : "/MyBlog/golang/2021/08/15/gocyclo.html"
}
,
{
"title" : "gdb in docker - ",
"url" : "/MyBlog/docker/2021/08/15/gdb.html"
}
,
{
"title" : "flatbuffers - ",
"url" : "/MyBlog/storage/2021/08/15/flatbuffers.html"
}
,
{
"title" : "excalidraw - ",
"url" : "/MyBlog/node/2021/08/15/excalidraw.html"
}
,
{
"title" : "Go 1.16 embed - ",
"url" : "/MyBlog/golang/2021/08/15/embed.html"
}
,
{
"title" : "Docker容器中Mysql数据的导入/导出 - ",
"url" : "/MyBlog/docker/2021/08/15/docker_mysql.html"
}
,
{
"title" : "node object diff javascript中的require、import和export - ",
"url" : "/MyBlog/node/2021/08/15/diff.html"
}
,
{
"title" : "github copilot - ",
"url" : "/MyBlog/web/2021/08/15/copilot.html"
}
,
{
"title" : "compose - ",
"url" : "/MyBlog/docker/2021/08/15/commpose.html"
}
,
{
"title" : "colly - ",
"url" : "/MyBlog/golang/2021/08/15/colly.html"
}
,
{
"title" : "codeql - ",
"url" : "/MyBlog/web/2021/08/15/codeql.html"
}
,
{
"title" : "cadence - ",
"url" : "/MyBlog/golang/2021/08/15/cadence.html"
}
,
{
"title" : "c10m - ",
"url" : "/MyBlog/web/2021/08/15/c10m.html"
}
,
{
"title" : "axeslide - ",
"url" : "/MyBlog/node/2021/08/15/axeslide.html"
}
,
{
"title" : "plan 9 汇编 - ",
"url" : "/MyBlog/golang/2021/08/15/assembly.html"
}
,
{
"title" : "DDD Repository模式 - ",
"url" : "/MyBlog/architect/2021/08/15/Repository.html"
}
,
{
"title" : "Luckysheet - ",
"url" : "/MyBlog/node/2021/08/15/Luckysheet.html"
}
,
{
"title" : "Kompose 将 Docker Compose 文件转换为 Kubernetes 资源 - ",
"url" : "/MyBlog/k8s/2021/08/15/Kompose.html"
}
,
{
"title" : "防止主键冲突报错-ignore - ",
"url" : "/MyBlog/storage/2021/08/15/IGNORE.html"
}
,
{
"title" : "Generator - ",
"url" : "/MyBlog/node/2021/08/15/Generator.html"
}
,
{
"title" : "爬虫html解析 - ",
"url" : "/MyBlog/golang/2021/08/15/BeautifulSoup.html"
}
,
{
"title" : "Ardb redis geohash - ",
"url" : "/MyBlog/storage/2021/08/15/Ardb.html"
}
,
{
"title" : "408 - ",
"url" : "/MyBlog/web/2021/08/15/408.html"
}
,
{
"title" : "vue init webpack project 一直处于...downloading template状态处理 - ",
"url" : "/MyBlog/node/2021/08/14/webpack.html"
}
,
{
"title" : "vue - ",
"url" : "/MyBlog/node/2021/08/14/vue.html"
}
,
{
"title" : "服务器端渲染 (SSR) - ",
"url" : "/MyBlog/node/2021/08/14/ssr.html"
}
,
{
"title" : "quill 文本编辑器 - ",
"url" : "/MyBlog/node/2021/08/14/quill.html"
}
,
{
"title" : "jekyll - ",
"url" : "/MyBlog/web/2021/08/14/jekyll.html"
}
,
{
"title" : "github不再支持密码方式登录需要用token - ",
"url" : "/MyBlog/web/2021/08/14/github_token.html"
}
,
{
"title" : "路由器,集线器,交换机,网桥,光猫 - ",
"url" : "/MyBlog/web/2021/07/10/hub.html"
}
,
{
"title" : "git 远端意外挂断了 - ",
"url" : "/MyBlog/web/2021/07/10/gitbuf.html"
}
,
{
"title" : "vie 架构 - ",
"url" : "/MyBlog/web/2021/07/07/vie.html"
}
,
{
"title" : "trace pprof Profiler labels - ",
"url" : "/MyBlog/golang/2021/07/07/trace.html"
}
,
{
"title" : "kubectrl port-forward超时 - ",
"url" : "/MyBlog/k8s/2021/07/07/prot-forward.html"
}
,
{
"title" : "kafka - ",
"url" : "/MyBlog/golang/2021/07/07/kafka.html"
}
,
{
"title" : "debug - ",
"url" : "/MyBlog/golang/2021/07/07/debug.html"
}
,
{
"title" : "yaml 的坑 - ",
"url" : "/MyBlog/docker/2021/07/02/yaml.html"
}
,
{
"title" : "web框架 - ",
"url" : "/MyBlog/rust/2021/07/02/web.html"
}
,
{
"title" : "The Linux Programming Interface - ",
"url" : "/MyBlog/linux/2021/07/02/tlpi.html"
}
,
{
"title" : "freecache 无gc的go cache - ",
"url" : "/MyBlog/golang/2021/07/02/freecache.html"
}
,
{
"title" : "echo 解析客户端IP的坑clientIp - ",
"url" : "/MyBlog/golang/2021/07/02/clientIp.html"
}
,
{
"title" : "bfe - ",
"url" : "/MyBlog/golang/2021/07/02/bfe.html"
}
,
{
"title" : "benchmark - ",
"url" : "/MyBlog/golang/2021/07/01/benchmark.html"
}
,
{
"title" : "str - ",
"url" : "/MyBlog/rust/2021/06/29/str.html"
}
,
{
"title" : "rust 介绍 - ",
"url" : "/MyBlog/rust/2021/06/29/rust.html"
}
,
{
"title" : "所有权 - ",
"url" : "/MyBlog/rust/2021/06/29/own.html"
}
,
{
"title" : "向量化执行引擎 - ",
"url" : "/MyBlog/storage/2021/06/21/vector.html"
}
,
{
"title" : "sqlvm - ",
"url" : "/MyBlog/storage/2021/06/21/sqlvm.html"
}
,
{
"title" : "如何在分布式架构下完美实现“全局数据一致性 - ",
"url" : "/MyBlog/storage/2021/06/21/scn.html"
}
,
{
"title" : "存储计算分离 - ",
"url" : "/MyBlog/storage/2021/06/21/sc.html"
}
,
{
"title" : "poc 测试 - ",
"url" : "/MyBlog/web/2021/06/21/poc.html"
}
,
{
"title" : "opentsdb协议 - ",
"url" : "/MyBlog/storage/2021/06/21/opentsdb%E5%8D%8F%E8%AE%AE.html"
}
,
{
"title" : "木兰社区 - ",
"url" : "/MyBlog/web/2021/06/21/ml.html"
}
,
{
"title" : "cgroup 多租户 - ",
"url" : "/MyBlog/storage/2021/06/21/cgroup.html"
}
,
{
"title" : "国密SM1 SM2 SM3 SM4 - ",
"url" : "/MyBlog/web/2021/06/20/%E5%9B%BD%E5%AF%86.html"
}
,
{
"title" : "vitess - ",
"url" : "/MyBlog/storage/2021/06/20/vitess.html"
}
,
{
"title" : "sqlmock - ",
"url" : "/MyBlog/golang/2021/06/20/sqlmock.html"
}
,
{
"title" : "Multi Runtime Microservices Architecture - ",
"url" : "/MyBlog/golang/2021/06/20/multiruntime.html"
}
,
{
"title" : "map swagger - ",
"url" : "/MyBlog/web/2021/06/20/map.html"
}
,
{
"title" : "len函数 - ",
"url" : "/MyBlog/golang/2021/06/20/len.html"
}
,
{
"title" : "mysql enum 字段 - ",
"url" : "/MyBlog/storage/2021/06/20/enum.html"
}
,
{
"title" : "WebAssembly运行时 - ",
"url" : "/MyBlog/golang/2021/06/20/Wasmtime.html"
}
,
{
"title" : "Pipeline - ",
"url" : "/MyBlog/golang/2021/06/20/Pipeline.html"
}
,
{
"title" : "HttpOnly - ",
"url" : "/MyBlog/web/2021/06/20/HttpOnly.html"
}
,
{
"title" : "mysql timestamp 2038 - ",
"url" : "/MyBlog/storage/2021/06/20/2038.html"
}
,
{
"title" : "POST PUT PATCH的区别 - ",
"url" : "/MyBlog/web/2021/06/20/.html"
}
,
{
"title" : "vscode 批量合并请求 - ",
"url" : "/MyBlog/web/2021/06/12/vscode.html"
}
,
{
"title" : "UI自动化测试 - ",
"url" : "/MyBlog/golang/2021/06/12/ui_auto_test.html"
}
,
{
"title" : "uIrecorder - ",
"url" : "/MyBlog/web/2021/06/12/uIrecorder.html"
}
,
{
"title" : "selenium - ",
"url" : "/MyBlog/web/2021/06/12/selenium.html"
}
,
{
"title" : "内存预分配与race limit on 8128 - ",
"url" : "/MyBlog/golang/2021/06/12/race_limit.html"
}
,
{
"title" : "go mysql row 被scan 到 interface应该如何解析 - ",
"url" : "/MyBlog/storage/2021/06/12/interface.html"
}
,
{
"title" : "go test 禁用缓存 - ",
"url" : "/MyBlog/golang/2021/06/12/gotest.html"
}
,
{
"title" : "SQL之and or优先级 - ",
"url" : "/MyBlog/storage/2021/06/12/and_or.html"
}
,
{
"title" : "UiAutomator - ",
"url" : "/MyBlog/web/2021/06/12/UiAutomator.html"
}
,
{
"title" : "多浏览器兼容测试平台F2etest - ",
"url" : "/MyBlog/web/2021/06/12/F2etest.html"
}
,
{
"title" : "websocket 抓包 - ",
"url" : "/MyBlog/web/2021/06/06/websocket.html"
}
,
{
"title" : "sqlint Yearning MYSQL - ",
"url" : "/MyBlog/storage/2021/06/06/sqlint.html"
}
,
{
"title" : "SQL条件!=null查不出数据 - ",
"url" : "/MyBlog/storage/2021/06/06/sql_null.html"
}
,
{
"title" : "MySQL 字段类型占用空间 - ",
"url" : "/MyBlog/storage/2021/06/06/space.html"
}
,
{
"title" : "mysql获取表结构 - ",
"url" : "/MyBlog/storage/2021/06/06/show_columns.html"
}
,
{
"title" : "redismock - ",
"url" : "/MyBlog/golang/2021/06/06/redismock.html"
}
,
{
"title" : "redis Nil - ",
"url" : "/MyBlog/golang/2021/06/06/redis_nil.html"
}
,
{
"title" : "prepare sql 预编译 防止 SQL注入 - ",
"url" : "/MyBlog/storage/2021/06/06/prepare.html"
}
,
{
"title" : "redis pipeline - ",
"url" : "/MyBlog/storage/2021/06/06/pipeline.html"
}
,
{
"title" : "kafka 指定 partition - ",
"url" : "/MyBlog/golang/2021/06/06/partition.html"
}
,
{
"title" : "overlay overlay2 - ",
"url" : "/MyBlog/docker/2021/06/06/overlay.html"
}
,
{
"title" : "octotree - ",
"url" : "/MyBlog/web/2021/06/06/octotree.html"
}
,
{
"title" : "Select tables optimized away - ",
"url" : "/MyBlog/storage/2021/06/06/mysql_optimized.html"
}
,
{
"title" : "grpc metadata - ",
"url" : "/MyBlog/golang/2021/06/06/metadata.html"
}
,
{
"title" : "硬链接软连接 - ",
"url" : "/MyBlog/linux/2021/06/06/link.html"
}
,
{
"title" : "k8s rbac - ",
"url" : "/MyBlog/k8s/2021/06/06/k8s_rbac.html"
}
,
{
"title" : "k8s limits 资源限制 - ",
"url" : "/MyBlog/k8s/2021/06/06/k8s_limits.html"
}
,
{
"title" : "jwt-go - ",
"url" : "/MyBlog/golang/2021/06/06/jwt_go.html"
}
,
{
"title" : "ip 伪造 - ",
"url" : "/MyBlog/linux/2021/06/06/ip.html"
}
,
{
"title" : "k8s health check - ",
"url" : "/MyBlog/k8s/2021/06/06/health.html"
}
,
{
"title" : "h2c h2 HTTP/2 的协议协商机制 - ",
"url" : "/MyBlog/golang/2021/06/06/h2c.html"
}
,
{
"title" : "grpc error - ",
"url" : "/MyBlog/golang/2021/06/06/grpc_error.html"
}
,
{
"title" : "goimports 分组导入 - ",
"url" : "/MyBlog/golang/2021/06/06/goimports.html"
}
,
{
"title" : "go-sql-driver 源码分析 - ",
"url" : "/MyBlog/golang/2021/06/06/go-sql-driver.html"
}
,
{
"title" : "go-redis - ",
"url" : "/MyBlog/storage/2021/06/06/go-redis.html"
}
,
{
"title" : "es 预加载fielddata - ",
"url" : "/MyBlog/storage/2021/06/06/fielddata.html"
}
,
{
"title" : "docker常见问题 - ",
"url" : "/MyBlog/docker/2021/06/06/dockerd.html"
}
,
{
"title" : "ddd 四色模型 - ",
"url" : "/MyBlog/architect/2021/06/06/ddd_color.html"
}
,
{
"title" : "防止暴力破解 - ",
"url" : "/MyBlog/web/2021/06/06/attack.html"
}
,
{
"title" : "show table STATUS数据不准确 - ",
"url" : "/MyBlog/mysql/2021/06/06/STATUS.html"
}
,
{
"title" : "Redlock - ",
"url" : "/MyBlog/storage/2021/06/06/Redlock.html"
}
,
{
"title" : "mysql show PROCESSLIST - ",
"url" : "/MyBlog/storage/2021/06/06/PROCESSLIST.html"
}
,
{
"title" : "OpenTelemetry - ",
"url" : "/MyBlog/algorithm/2021/06/06/OpenTelemetry.html"
}
,
{
"title" : "mysql ALGORITHM INPLACE in-place 修改字段的大小 - ",
"url" : "/MyBlog/storage/2021/06/06/INPLACE.html"
}
,
{
"title" : "Rancher INGRESS - ",
"url" : "/MyBlog/k8s/2021/06/06/INGRESS.html"
}
,
{
"title" : "mysql no rows in result set - ",
"url" : "/MyBlog/storage/2021/06/06/ErrNoRows.html"
}
,
{
"title" : "CoreDNS - ",
"url" : "/MyBlog/k8s/2021/06/06/CoreDNS.html"
}
,
{
"title" : "ConfigMap - ",
"url" : "/MyBlog/k8s/2021/06/06/ConfigMap.html"
}
,
{
"title" : "Chrome - ",
"url" : "/MyBlog/web/2021/06/06/Chrome.html"
}
,
{
"title" : "mysql Cancellations - ",
"url" : "/MyBlog/storage/2021/06/06/Cancellations.html"
}
,
{
"title" : "wget apt-get yum rpm 区别 - ",
"url" : "/MyBlog/linux/2021/05/16/wget.html"
}
,
{
"title" : "iTerm2保持ssh连接不断开 - ",
"url" : "/MyBlog/linux/2021/05/16/ssh.html"
}
,
{
"title" : "rancher pod 上搭建压测环境 - ",
"url" : "/MyBlog/k8s/2021/05/16/rancher.html"
}
,
{
"title" : "mysql - ",
"url" : "/MyBlog/golang/2021/05/16/mysql.html"
}
,
{
"title" : "mysql ifnull 插入多条语句 - ",
"url" : "/MyBlog/storage/2021/05/16/ifnull.html"
}
,
{
"title" : "mysql cursor游标 - ",
"url" : "/MyBlog/storage/2021/05/16/cursor.html"
}
,
{
"title" : "buildx - ",
"url" : "/MyBlog/docker/2021/05/16/buildx.html"
}
,
{
"title" : "bitcoin - ",
"url" : "/MyBlog/storage/2021/05/16/bitcoin.html"
}
,
{
"title" : "mysql bigint - ",
"url" : "/MyBlog/storage/2021/05/16/bigint.html"
}
,
{
"title" : "apk - ",
"url" : "/MyBlog/docker/2021/05/16/apk.html"
}
,
{
"title" : "Spectacle swagger gitlab - ",
"url" : "/MyBlog/web/2021/05/16/Spectacle.html"
}
,
{
"title" : "获取mysql COLUMNS信息 - ",
"url" : "/MyBlog/storage/2021/05/16/COLUMNS.html"
}
,
{
"title" : "mysql AUTO_INCREMENT - ",
"url" : "/MyBlog/storage/2021/05/16/AUTO_INCREMENT.html"
}
,
{
"title" : "wss RSS/VSS/USS/PSS - ",
"url" : "/MyBlog/linux/2021/05/10/wss.html"
}
,
{
"title" : "mysql实现upsert - ",
"url" : "/MyBlog/storage/2021/05/10/upsert.html"
}
,
{
"title" : "redis的部署模式 - ",
"url" : "/MyBlog/storage/2021/05/10/redis.html"
}
,
{
"title" : "range Variable - ",
"url" : "/MyBlog/golang/2021/05/10/range.html"
}
,
{
"title" : "icp 索引条件下推Index Condition Pushdown - ",
"url" : "/MyBlog/storage/2021/05/10/icp.html"
}
,
{
"title" : "goland 配置外部工具 - ",
"url" : "/MyBlog/golang/2021/05/10/goland.html"
}
,
{
"title" : "git fast-forward - ",
"url" : "/MyBlog/web/2021/05/10/fast-forward.html"
}
,
{
"title" : "mappings之dynamic的三种状态 - ",
"url" : "/MyBlog/storage/2021/05/10/dynamic.html"
}
,
{
"title" : "grpc code - ",
"url" : "/MyBlog/golang/2021/05/10/code.html"
}
,
{
"title" : "cdn - ",
"url" : "/MyBlog/storage/2021/05/10/cdn.html"
}
,
{
"title" : "golang cache - ",
"url" : "/MyBlog/golang/2021/05/10/cache.html"
}
,
{
"title" : "shell 生成 UUID - ",
"url" : "/MyBlog/linux/2021/05/10/UUID.html"
}
,
{
"title" : "Protobuf3 Oneof - ",
"url" : "/MyBlog/golang/2021/05/10/Oneof.html"
}
,
{
"title" : "es Bulk - ",
"url" : "/MyBlog/storage/2021/05/10/Bulk.html"
}
,
{
"title" : "supervisord - ",
"url" : "/MyBlog/golang/2021/04/24/supervisord.html"
}
,
{
"title" : "ishell - ",
"url" : "/MyBlog/golang/2021/04/24/ishell.html"
}
,
{
"title" : "iptables 实现负载均衡 - ",
"url" : "/MyBlog/linux/2021/04/24/iptables.html"
}
,
{
"title" : "hue - ",
"url" : "/MyBlog/storage/2021/04/24/hue.html"
}
,
{
"title" : "Rainbond - ",
"url" : "/MyBlog/golang/2021/04/24/Rainbond.html"
}
,
{
"title" : "Kafka - ",
"url" : "/MyBlog/storage/2021/04/24/Kafka.html"
}
,
{
"title" : "k8s-client实现kubectl - ",
"url" : "/MyBlog/k8s/2021/04/20/k8s-client.html"
}
,
{
"title" : "K8S grpc resolver - ",
"url" : "/MyBlog/k8s/2021/04/18/resolver.html"
}
,
{
"title" : "headless - ",
"url" : "/MyBlog/k8s/2021/04/18/headless.html"
}
,
{
"title" : "grafana - ",
"url" : "/MyBlog/golang/2021/04/18/grafana.html"
}
,
{
"title" : "cmak kafka客户端 - ",
"url" : "/MyBlog/storage/2021/04/18/cmak.html"
}
,
{
"title" : "golang cilint - ",
"url" : "/MyBlog/golang/2021/04/18/cilint.html"
}
,
{
"title" : "gitlab 加入测试报告及覆盖率 - ",
"url" : "/MyBlog/web/2021/04/18/ci.html"
}
,
{
"title" : "cherry pick - ",
"url" : "/MyBlog/web/2021/04/18/cherry_pick.html"
}
,
{
"title" : "k8s api - ",
"url" : "/MyBlog/k8s/2021/04/18/api.html"
}
,
{
"title" : "Parallels - ",
"url" : "/MyBlog/web/2021/04/17/Parallels.html"
}
,
{
"title" : "template 源码分析 - ",
"url" : "/MyBlog/golang/2021/04/10/template.html"
}
,
{
"title" : "reflect 反射访问修改结构体的非导出字段 - ",
"url" : "/MyBlog/golang/2021/04/10/reflect.html"
}
,
{
"title" : "funcMap 模板调用函数 - ",
"url" : "/MyBlog/golang/2021/04/10/funcMap.html"
}
,
{
"title" : "casbin 权限管理系统 - ",
"url" : "/MyBlog/golang/2021/04/10/casbin.html"
}
,
{
"title" : "驼峰翻译助手 - ",
"url" : "/MyBlog/web/2021/04/10/camelCase.html"
}
,
{
"title" : "权限系统的设计模式 ACL RBAC ABAC - ",
"url" : "/MyBlog/golang/2021/04/10/acl.html"
}
,
{
"title" : "CORS 简单请求 - ",
"url" : "/MyBlog/web/2021/04/10/CORS.html"
}
,
{
"title" : "goproxy - ",
"url" : "/MyBlog/golang/2021/04/06/goproxy.html"
}
,
{
"title" : "regexp - ",
"url" : "/MyBlog/golang/2021/04/04/regexp.html"
}
,
{
"title" : "Dockerhub+Github构建kubernetes私有镜像仓库 - ",
"url" : "/MyBlog/k8s/2021/04/04/mirror.html"
}
,
{
"title" : "librdkafka mac m1 安装 - ",
"url" : "/MyBlog/golang/2021/04/04/librdkafka.html"
}
,
{
"title" : "lens - ",
"url" : "/MyBlog/k8s/2021/04/04/lens.html"
}
,
{
"title" : "helm chart - ",
"url" : "/MyBlog/k8s/2021/04/04/helm.html"
}
,
{
"title" : "gitee GitHub Actions - ",
"url" : "/MyBlog/web/2021/04/04/gitee.html"
}
,
{
"title" : "gcr国内镜像同步 - ",
"url" : "/MyBlog/k8s/2021/04/04/gcr.html"
}
,
{
"title" : "eslint - ",
"url" : "/MyBlog/node/2021/04/04/eslint.html"
}
,
{
"title" : "mac m1 安装delve - ",
"url" : "/MyBlog/golang/2021/04/04/delve.html"
}
,
{
"title" : "buildx 跨平台镜像编译 - ",
"url" : "/MyBlog/docker/2021/04/04/buildx.html"
}
,
{
"title" : "bind echo 数据绑定 - ",
"url" : "/MyBlog/golang/2021/04/04/bind.html"
}
,
{
"title" : "NetworkPolicy升级 - ",
"url" : "/MyBlog/k8s/2021/04/04/NetworkPolicy.html"
}
,
{
"title" : "Github Actions 在 K3S 中运行 CI 测试 - ",
"url" : "/MyBlog/k8s/2021/04/04/K8S.html"
}
,
{
"title" : "Generator yield - ",
"url" : "/MyBlog/node/2021/04/04/Generator.html"
}
,
{
"title" : "ingress nginx - ",
"url" : "/MyBlog/k8s/2021/03/25/ingress.html"
}
,
{
"title" : "github antion 同步代码到gitee - ",
"url" : "/MyBlog/web/2021/03/25/githubgitee.html"
}
,
{
"title" : "kubectl 使用根据不同context连接不同服务 - ",
"url" : "/MyBlog/k8s/2021/03/22/kubectl.html"
}
,
{
"title" : "kubeadm - ",
"url" : "/MyBlog/k8s/2021/03/22/kubeadm.html"
}
,
{
"title" : "ingress - ",
"url" : "/MyBlog/k8s/2021/03/22/ingress.html"
}
,
{
"title" : "nat64_v4_requires_synthesis docker for mac k8s 无法使用 - ",
"url" : "/MyBlog/k8s/2021/03/21/nat64_v4_requires_synthesis.html"
}
,
{
"title" : "golang一个文件里定义多个模板 - ",
"url" : "/MyBlog/golang/2021/03/21/ParseFiles.html"
}
,
{
"title" : "k8s 网络连接 3 种工具 - ",
"url" : "/MyBlog/k8s/2021/03/19/k8s.html"
}
,
{
"title" : "proto marshal to json enumber as string - ",
"url" : "/MyBlog/golang/2021/03/19/json.html"
}
,
{
"title" : "innblock 查看mysql的行记录 - ",
"url" : "/MyBlog/storage/2021/03/19/innblock.html"
}
,
{
"title" : "gomock - ",
"url" : "/MyBlog/golang/2021/03/19/gomock.html"
}
,
{
"title" : "data length mysql - ",
"url" : "/MyBlog/storage/2021/03/19/data_length.html"
}
,
{
"title" : "查看innodb 某一行的记录 - ",
"url" : "/MyBlog/storage/2021/03/15/innodb.html"
}
,
{
"title" : "mysql - ",
"url" : "/MyBlog/storage/2021/03/14/mysql.html"
}
,
{
"title" : "mysql中整数类型后面的数字含义 - ",
"url" : "/MyBlog/storage/2021/03/14/int11.html"
}
,
{
"title" : "innodb_ruby - ",
"url" : "/MyBlog/storage/2021/03/14/innodb_ruby.html"
}
,
{
"title" : "innodb-online-ddl - ",
"url" : "/MyBlog/storage/2021/03/14/innodb-online-ddl.html"
}
,
{
"title" : "OPTIMIZE - ",
"url" : "/MyBlog/storage/2021/03/14/OPTIMIZE.html"
}
,
{
"title" : "HSP_HDR IBUF_BITMAP、INODE、XDES - ",
"url" : "/MyBlog/storage/2021/03/14/HSP_HDR.html"
}
,
{
"title" : "mysql ALGORITHM - ",
"url" : "/MyBlog/storage/2021/03/14/ALGORITHM.html"
}
,
{
"title" : "mysql 行的存储格式 - ",
"url" : "/MyBlog/storage/2021/03/13/mysql.html"
}
,
{
"title" : "mysql update - ",
"url" : "/MyBlog/storage/2021/03/11/update.html"
}
,
{
"title" : "go test coverage - ",
"url" : "/MyBlog/golang/2021/03/11/test.html"
}
,
{
"title" : "protobuf 自定义选项生成自定义代码 - ",
"url" : "/MyBlog/golang/2021/03/11/protoc.html"
}
,
{
"title" : "proto - ",
"url" : "/MyBlog/golang/2021/03/11/proto.html"
}
,
{
"title" : "proto 生成 graphql - ",
"url" : "/MyBlog/golang/2021/03/11/graphql.html"
}
,
{
"title" : "gomock - ",
"url" : "/MyBlog/golang/2021/03/11/gomock.html"
}
,
{
"title" : "go-cache - ",
"url" : "/MyBlog/golang/2021/03/11/cache.html"
}
,
{
"title" : "proto 生成http grpc swagger - ",
"url" : "/MyBlog/golang/2021/03/07/proto.html"
}
,
{
"title" : "wrk 配lua脚本 ghz - ",
"url" : "/MyBlog/golang/2021/02/28/wrk.html"
}
,
{
"title" : "treafix - ",
"url" : "/MyBlog/golang/2021/02/28/treafix.html"
}
,
{
"title" : "telepresence 本地调试 - ",
"url" : "/MyBlog/k8s/2021/02/28/telepresence.html"
}
,
{
"title" : "sqlingo - ",
"url" : "/MyBlog/golang/2021/02/28/sqlingo.html"
}
,
{
"title" : "sqlc支持mysql in 语法 - ",
"url" : "/MyBlog/golang/2021/02/28/sqlc.html"
}
,
{
"title" : "kubectl port-forward - ",
"url" : "/MyBlog/k8s/2021/02/28/port.html"
}
,
{
"title" : "go mod GOPRIVATE - ",
"url" : "/MyBlog/golang/2021/02/28/mod.html"
}
,
{
"title" : "mock - ",
"url" : "/MyBlog/golang/2021/02/28/mock.html"
}
,
{
"title" : "minio 对象存储 - ",
"url" : "/MyBlog/storage/2021/02/28/minio.html"
}
,
{
"title" : "golangci-lint linters - ",
"url" : "/MyBlog/golang/2021/02/28/lint.html"
}
,
{
"title" : "kind - ",
"url" : "/MyBlog/k8s/2021/02/28/kind.html"
}
,
{
"title" : "gops - ",
"url" : "/MyBlog/golang/2021/02/28/gops.html"
}
,
{
"title" : "grpc gateway - ",
"url" : "/MyBlog/golang/2021/02/28/gateway.html"
}
,
{
"title" : "mysql enum - ",
"url" : "/MyBlog/storage/2021/02/28/enum.html"
}
,
{
"title" : "ddd - ",
"url" : "/MyBlog/architect/2021/02/28/ddd.html"
}
,
{
"title" : "cobertura gover 测试覆盖率 - ",
"url" : "/MyBlog/golang/2021/02/28/cobertura.html"
}
,
{
"title" : "gorm Preloading - ",
"url" : "/MyBlog/golang/2021/02/28/Preloading.html"
}
,
{
"title" : "grpc gateway - ",
"url" : "/MyBlog/golang/2021/02/25/grpcgateway.html"
}
,
{
"title" : "grpc 连接池 - ",
"url" : "/MyBlog/golang/2021/02/25/grpc.html"
}
,
{
"title" : "protoc - ",
"url" : "/MyBlog/golang/2021/02/24/protoc.html"
}
,
{
"title" : "mysql_mode - ",
"url" : "/MyBlog/storage/2021/02/24/mysql_mode.html"
}
,
{
"title" : "grpcurl - ",
"url" : "/MyBlog/golang/2021/02/24/grpcurl.html"
}
,
{
"title" : "etcd 实现服务注册和发现 - ",
"url" : "/MyBlog/golang/2021/02/24/etcd.html"
}
,
{
"title" : "xDS REST and gRPC protocol - ",
"url" : "/MyBlog/golang/2021/02/21/xDS.html"
}
,
{
"title" : "tso - ",
"url" : "/MyBlog/linux/2021/02/21/tso.html"
}
,
{
"title" : "timeout - ",
"url" : "/MyBlog/golang/2021/02/21/timeout.html"
}
,
{
"title" : "tgw LVS - ",
"url" : "/MyBlog/linux/2021/02/21/tgw.html"
}
,
{
"title" : "sqlingo - ",
"url" : "/MyBlog/golang/2021/02/21/sqlingo.html"
}
,
{
"title" : "roam edit roam redearch - ",
"url" : "/MyBlog/web/2021/02/21/roam.html"
}
,
{
"title" : "reflex 实现go 热编译 - ",
"url" : "/MyBlog/golang/2021/02/21/reflex.html"
}
,
{
"title" : "go-redis redigo - ",
"url" : "/MyBlog/storage/2021/02/21/redis.html"
}
,
{
"title" : "protobuf gogoprotobuf - ",
"url" : "/MyBlog/golang/2021/02/21/protobuf.html"
}
,
{
"title" : "goprivate-environment-variable - ",
"url" : "/MyBlog/golang/2021/02/21/private.html"
}
,
{
"title" : "调试 Docker 容器内部进程 - ",
"url" : "/MyBlog/docker/2021/02/21/nebula.html"
}
,
{
"title" : "monkeypatching - ",
"url" : "/MyBlog/golang/2021/02/21/monkeypatching.html"
}
,
{
"title" : "mock - ",
"url" : "/MyBlog/golang/2021/02/21/mock.html"
}
,
{
"title" : "minio - ",
"url" : "/MyBlog/storage/2021/02/21/minio.html"
}
,
{
"title" : "migrate - ",
"url" : "/MyBlog/golang/2021/02/21/migrate.html"
}
,
{
"title" : "微服务设计模式 - ",
"url" : "/MyBlog/architect/2021/02/21/micro.html"
}
,
{
"title" : "kruise - ",
"url" : "/MyBlog/golang/2021/02/21/kruise.html"
}
,
{
"title" : "kcp - ",
"url" : "/MyBlog/golang/2021/02/21/kcp.html"
}
,
{
"title" : "kafka 延迟队列、重试队列、死信队列 - ",
"url" : "/MyBlog/storage/2021/02/21/kafka.html"
}
,
{
"title" : "kaf - ",
"url" : "/MyBlog/storage/2021/02/21/kaf.html"
}
,
{
"title" : "io_uring - ",
"url" : "/MyBlog/golang/2021/02/21/io_uring.html"
}
,
{
"title" : "hunspell - ",
"url" : "/MyBlog/algorithm/2021/02/21/hunspell.html"
}
,
{
"title" : "grpc服务健康检查最佳实践 - ",
"url" : "/MyBlog/golang/2021/02/21/helthy.html"
}
,
{
"title" : "gvm - ",
"url" : "/MyBlog/golang/2021/02/21/gvm.html"
}
,
{
"title" : "grpc-gateway - ",
"url" : "/MyBlog/golang/2021/02/21/grpcgateway.html"
}
,
{
"title" : "gover - ",
"url" : "/MyBlog/golang/2021/02/21/gover.html"
}
,
{
"title" : "gops - ",
"url" : "/MyBlog/golang/2021/02/21/gops.html"
}
,
{
"title" : "ghz - ",
"url" : "/MyBlog/golang/2021/02/21/ghz.html"
}
,
{
"title" : "文本相似度匹配算法 - ",
"url" : "/MyBlog/web/2021/02/21/cos.html"
}
,
{
"title" : "collection - ",
"url" : "/MyBlog/golang/2021/02/21/collection.html"
}
,
{
"title" : "gitlab ci - ",
"url" : "/MyBlog/web/2021/02/21/cli.html"
}
,
{
"title" : "bigwatermelon 合成大西瓜 合成华中大 - ",
"url" : "/MyBlog/web/2021/02/21/bigwatermelon.html"
}
,
{
"title" : "Validator - ",
"url" : "/MyBlog/golang/2021/02/21/Validator.html"
}
,
{
"title" : "Tempo - ",
"url" : "/MyBlog/golang/2021/02/21/Tempo.html"
}
,
{
"title" : "Serverless 技术降低微服务应用资源成本 - ",
"url" : "/MyBlog/architect/2021/02/21/Serverless.html"
}
,
{
"title" : "Prometheus grafana - ",
"url" : "/MyBlog/golang/2021/02/21/Prometheus.html"
}
,
{
"title" : "MFA Multi-Factor Authentication - ",
"url" : "/MyBlog/architect/2021/02/21/MFA.html"
}
,
{
"title" : "Kubectl Flame - ",
"url" : "/MyBlog/k8s/2021/02/21/Flame.html"
}
,
{
"title" : "Channelz - ",
"url" : "/MyBlog/algorithm/2021/02/21/Channelz.html"
}
,
{
"title" : "CMAK Kafka可视化Web界面管理工具 - ",
"url" : "/MyBlog/golang/2021/02/21/CMAK.html"
}
,
{
"title" : "Archery SQL审核查询平台 - ",
"url" : "/MyBlog/golang/2021/02/21/Archery.html"
}
,
{
"title" : "k9s - ",
"url" : "/MyBlog/k8s/2021/02/20/k9s.html"
}
,
{
"title" : "k0s - ",
"url" : "/MyBlog/k8s/2021/02/20/k0s.html"
}
,
{
"title" : "jp2a Textaizer 用ASCII字符拼成图案 - ",
"url" : "/MyBlog/linux/2021/02/20/jp2a.html"
}
,
{
"title" : "wire - ",
"url" : "/MyBlog/golang/2021/02/19/wire.html"
}
,
{
"title" : "go build tag - ",
"url" : "/MyBlog/golang/2021/02/19/build.html"
}
,
{
"title" : "sso - ",
"url" : "/MyBlog/golang/2021/01/31/sso.html"
}
,
{
"title" : "sqlc - ",
"url" : "/MyBlog/golang/2021/01/31/sqlc.html"
}
,
{
"title" : "openldap - ",
"url" : "/MyBlog/golang/2021/01/31/openldap.html"
}
,
{
"title" : "ldap - ",
"url" : "/MyBlog/golang/2021/01/31/ldap.html"
}
,
{
"title" : "grpcurl grpcui - ",
"url" : "/MyBlog/golang/2021/01/31/grpcurl.html"
}
,
{
"title" : "gometalinter - ",
"url" : "/MyBlog/golang/2021/01/31/gometalinter.html"
}
,
{
"title" : "volume from - ",
"url" : "/MyBlog/docker/2021/01/24/volume.html"
}
,
{
"title" : "kubeadm - ",
"url" : "/MyBlog/k8s/2021/01/24/kubeadm.html"
}
,
{
"title" : "k8s-for-mac 无法启动问题 - ",
"url" : "/MyBlog/k8s/2021/01/24/k8s-for-mac.html"
}
,
{
"title" : "grpc http2 context cancel - ",
"url" : "/MyBlog/golang/2021/01/24/grpc.html"
}
,
{
"title" : "gosec - ",
"url" : "/MyBlog/golang/2021/01/24/gosec.html"
}
,
{
"title" : "docker 的原始镜像是怎么做的 - ",
"url" : "/MyBlog/docker/2021/01/20/image.html"
}
,
{
"title" : "http proxy charles 抓包 - ",
"url" : "/MyBlog/golang/2021/01/18/proxy.html"
}
,
{
"title" : "protoc-gen-validate - ",
"url" : "/MyBlog/algorithm/2021/01/18/protoc-gen-validate.html"
}
,
{
"title" : "xorm - ",
"url" : "/MyBlog/golang/2021/01/17/xorm.html"
}
,
{
"title" : "validator - ",
"url" : "/MyBlog/golang/2021/01/17/validator.html"
}
,
{
"title" : "koa 中间件 - ",
"url" : "/MyBlog/node/2021/01/17/koa.html"
}
,
{
"title" : "grpc middleware go-proto-validators - ",
"url" : "/MyBlog/golang/2021/01/17/hgrpcmiddleware.html"
}
,
{
"title" : "Middleware - ",
"url" : "/MyBlog/golang/2021/01/17/Middleware.html"
}
,
{
"title" : "vue - ",
"url" : "/MyBlog/node/2021/01/16/vue.html"
}
,
{
"title" : "Surge for Mac+Charles同时分析网络请求 - ",
"url" : "/MyBlog/web/2021/01/16/surge.html"
}
,
{
"title" : "sso - ",
"url" : "/MyBlog/node/2021/01/16/sso.html"
}
,
{
"title" : "sequelize - ",
"url" : "/MyBlog/node/2021/01/16/sequelize.html"
}
,
{
"title" : "proxy - ",
"url" : "/MyBlog/web/2021/01/16/proxy.html"
}
,
{
"title" : "require 文件夹 - ",
"url" : "/MyBlog/node/2021/01/16/node.html"
}
,
{
"title" : "jwt json web token - ",
"url" : "/MyBlog/node/2021/01/16/jwt.html"
}
,
{
"title" : "dd - ",
"url" : "/MyBlog/linux/2021/01/16/dd.html"
}
,
{
"title" : "charles surge共存方法 - ",
"url" : "/MyBlog/algorithm/2021/01/16/charles.html"
}
,
{
"title" : "bluebird - ",
"url" : "/MyBlog/node/2021/01/16/bluebird.html"
}
,
{
"title" : "Generator 自动执行 - ",
"url" : "/MyBlog/node/2021/01/16/Generator.html"
}
,
{
"title" : "Anyconnect easyconnect - ",
"url" : "/MyBlog/algorithm/2021/01/16/Anyconnect.html"
}
,
{
"title" : "进度条 - ",
"url" : "/MyBlog/golang/2021/01/15/progress.html"
}
,
{
"title" : "insert ignore、insert和replace区别 - ",
"url" : "/MyBlog/storage/2021/01/15/insert.html"
}
,
{
"title" : "cli - ",
"url" : "/MyBlog/node/2021/01/15/cli.html"
}
,
{
"title" : "bin - ",
"url" : "/MyBlog/node/2021/01/15/bin.html"
}
,
{
"title" : "npm - ",
"url" : "/MyBlog/node/2021/01/14/npm.html"
}
,
{
"title" : "minio - ",
"url" : "/MyBlog/storage/2021/01/14/minio.html"
}
,
{
"title" : "x-request-id - ",
"url" : "/MyBlog/node/2021/01/12/x-request-id.html"
}
,
{
"title" : "authentication cookie token - ",
"url" : "/MyBlog/node/2021/01/12/authentication.html"
}
,
{
"title" : "node_modules - ",
"url" : "/MyBlog/node/2021/01/11/node_modules.html"
}
,
{
"title" : "yield - ",
"url" : "/MyBlog/algorithm/2021/01/10/yield.html"
}
,
{
"title" : "v8 vm - ",
"url" : "/MyBlog/node/2021/01/10/v8vm.html"
}
,
{
"title" : "use strict - ",
"url" : "/MyBlog/node/2021/01/10/strict.html"
}
,
{
"title" : "node 路由 - ",
"url" : "/MyBlog/node/2021/01/10/router.html"
}
,
{
"title" : "node中Promise使用 - ",
"url" : "/MyBlog/algorithm/2021/01/10/promise.html"
}
,
{
"title" : "package.json - ",
"url" : "/MyBlog/node/2021/01/10/package.html"
}
,
{
"title" : "node 面向对象 - ",
"url" : "/MyBlog/node/2021/01/10/object.html"
}
,
{
"title" : "node 事件模型 - ",
"url" : "/MyBlog/node/2021/01/10/node.html"
}
,
{
"title" : "node 模块系统 - ",
"url" : "/MyBlog/node/2021/01/10/module.html"
}
,
{
"title" : "kong - ",
"url" : "/MyBlog/k8s/2021/01/10/kong.html"
}
,
{
"title" : "function 匿名函数 - ",
"url" : "/MyBlog/node/2021/01/10/function.html"
}
,
{
"title" : "express - ",
"url" : "/MyBlog/node/2021/01/10/express.html"
}
,
{
"title" : "vscode 调试 node.js - ",
"url" : "/MyBlog/node/2021/01/10/debug.html"
}
,
{
"title" : "tj/co 函数生成器 - ",
"url" : "/MyBlog/node/2021/01/10/co.html"
}
,
{
"title" : "class - ",
"url" : "/MyBlog/algorithm/2021/01/10/class.html"
}
,
{
"title" : "多进程 - ",
"url" : "/MyBlog/node/2021/01/10/child_process.html"
}
,
{
"title" : "node Buff Stream - ",
"url" : "/MyBlog/node/2021/01/10/buffer.html"
}
,
{
"title" : "async await - ",
"url" : "/MyBlog/node/2021/01/10/async.html"
}
,
{
"title" : "wire - ",
"url" : "/MyBlog/golang/2021/01/09/wire.html"
}
,
{
"title" : "rancher - ",
"url" : "/MyBlog/k8s/2021/01/09/rancher.html"
}
,
{
"title" : "oss - ",
"url" : "/MyBlog/storage/2021/01/09/oss.html"
}
,
{
"title" : "minikube - ",
"url" : "/MyBlog/k8s/2021/01/09/minikube.html"
}
,
{
"title" : "k8s minikube k3s - ",
"url" : "/MyBlog/k8s/2021/01/09/k8s.html"
}
,
{
"title" : "igress kong - ",
"url" : "/MyBlog/k8s/2021/01/09/igress.html"
}
,
{
"title" : "grpc - ",
"url" : "/MyBlog/golang/2021/01/09/grpc.html"
}
,
{
"title" : "docker for mac k8s 无法启动 - ",
"url" : "/MyBlog/k8s/2021/01/09/dockerformac.html"
}
,
{
"title" : "browserify - ",
"url" : "/MyBlog/node/2021/01/09/browserify.html"
}
,
{
"title" : "mac M1 安装 brew - ",
"url" : "/MyBlog/web/2021/01/09/brew.html"
}
,
{
"title" : "connectpool - ",
"url" : "/MyBlog/golang/2020/12/06/connectpool.html"
}
,
{
"title" : "tcp http WebSocket长连接区别 - ",
"url" : "/MyBlog/web/2020/12/06/WebSocket.html"
}
,
{
"title" : "空slice json - ",
"url" : "/MyBlog/golang/2020/12/02/slice.html"
}
,
{
"title" : "uber go guide - ",
"url" : "/MyBlog/golang/2020/12/01/guide.html"
}
,
{
"title" : "varchar 隐式转换 int 不转换 - ",
"url" : "/MyBlog/storage/2020/11/30/varchar.html"
}
,
{
"title" : "超卖问题解决方案 - ",
"url" : "/MyBlog/architect/2020/11/30/sell.html"
}
,
{
"title" : "Transport - ",
"url" : "/MyBlog/golang/2020/11/26/Transport.html"
}
,
{
"title" : "SQL优化语句的一般步骤 - ",
"url" : "/MyBlog/storage/2020/11/25/sql.html"
}
,
{
"title" : "rpc - ",
"url" : "/MyBlog/web/2020/11/25/rpc.html"
}
,
{
"title" : "http2 - ",
"url" : "/MyBlog/web/2020/11/25/http2.html"
}
,
{
"title" : "protobuf 为什么那么快 - ",
"url" : "/MyBlog/web/2020/11/24/protobuf.html"
}
,
{
"title" : "nginx反向代理实现服务器瞬间故障转移 - ",
"url" : "/MyBlog/php/2020/11/24/nginx.html"
}
,
{
"title" : "MySQL中自增主键不连续 - ",
"url" : "/MyBlog/storage/2020/11/24/mysql.html"
}
,
{
"title" : "MQ解决消息重发--做到幂等性 - ",
"url" : "/MyBlog/storage/2020/11/24/mq.html"
}
,
{
"title" : "MQ使用时常见问题以及解决办法 - ",
"url" : "/MyBlog/storage/2020/11/24/kafka.html"
}
,
{
"title" : "唯一索引和普通索引的选择和区别 - ",
"url" : "/MyBlog/storage/2020/11/24/index.html"
}
,
{
"title" : "slb - ",
"url" : "/MyBlog/php/2020/11/18/slb.html"
}
,
{
"title" : "nginx的11个阶段 - ",
"url" : "/MyBlog/php/2020/11/18/nginx.html"
}
,
{
"title" : "autoconf - ",
"url" : "/MyBlog/algorithm/2020/11/18/autoconf.html"
}
,
{
"title" : "bin目录区别 - ",
"url" : "/MyBlog/linux/2020/11/17/php.html"
}
,
{
"title" : "openresty - ",
"url" : "/MyBlog/php/2020/11/17/openresty.html"
}
,
{
"title" : "autoconf - ",
"url" : "/MyBlog/php/2020/11/17/autoconf.html"
}
,
{
"title" : "SIP - ",
"url" : "/MyBlog/linux/2020/11/17/SIP.html"
}
,
{
"title" : "proxy_pass - ",
"url" : "/MyBlog/php/2020/11/15/proxy_pass.html"
}
,
{
"title" : "MySQL分身 - ",
"url" : "/MyBlog/storage/2020/11/12/MySQL.html"
}
,
{
"title" : "split - ",
"url" : "/MyBlog/linux/2020/11/11/split.html"
}
,
{
"title" : "PollDesc - ",
"url" : "/MyBlog/golang/2020/11/04/PollDesc.html"
}
,
{
"title" : "tingyun - ",
"url" : "/MyBlog/architect/2020/11/02/tingyun.html"
}
,
{
"title" : "Mac使用Launchd命令行lauchctl - ",
"url" : "/MyBlog/linux/2020/11/02/launchctl.html"
}
,
{
"title" : "Bash中如何判断一个命令是否存在 - ",
"url" : "/MyBlog/linux/2020/11/02/command.html"
}
,
{
"title" : "graceful supervisor - ",
"url" : "/MyBlog/golang/2020/11/01/graceful.html"
}
,
{
"title" : "gogc 运行时环境变量 - ",
"url" : "/MyBlog/golang/2020/11/01/gogc.html"
}
,
{
"title" : "c10k - ",
"url" : "/MyBlog/web/2020/11/01/c10k.html"
}
,
{
"title" : "semroot sync.Mutex - ",
"url" : "/MyBlog/golang/2020/10/31/semroot.html"
}
,
{
"title" : "Docker基础镜像的制作 - ",
"url" : "/MyBlog/docker/2020/10/31/image.html"
}
,
{
"title" : "copylocks vet - ",
"url" : "/MyBlog/golang/2020/10/31/copylocks.html"
}
,
{
"title" : "mutex channel 浅拷贝深拷贝 - ",
"url" : "/MyBlog/golang/2020/10/31/copy.html"
}
,
{
"title" : "Dockerfile - ",
"url" : "/MyBlog/docker/2020/10/31/Dockerfile.html"
}
,
{
"title" : "phpstorm - ",
"url" : "/MyBlog/php/2020/10/28/phpstorm.html"
}
,
{
"title" : "php静态分析 - ",
"url" : "/MyBlog/php/2020/10/28/phpscan.html"
}
,
{
"title" : "php-code-coverage - ",
"url" : "/MyBlog/php/2020/10/28/coverage.html"
}
,
{
"title" : "SetMaxThreads - ",
"url" : "/MyBlog/golang/2020/10/28/SetMaxThreads.html"
}
,
{
"title" : "phpgc - ",
"url" : "/MyBlog/php/2020/10/26/phpgc.html"
}
,
{
"title" : "mapReduce - ",
"url" : "/MyBlog/php/2020/10/26/mapReduce.html"
}
,
{
"title" : "bundle - ",
"url" : "/MyBlog/jekyll/2020/10/26/bundle.html"
}
,
{
"title" : "Plugin - ",
"url" : "/MyBlog/golang/2020/10/25/Plugin.html"
}
,
{
"title" : "JsonSerializable - ",
"url" : "/MyBlog/php/2020/10/24/JsonSerializable.html"
}
,
{
"title" : "HBase的存储格式 - ",
"url" : "/MyBlog/storage/2020/10/22/hbase.html"
}
,
{
"title" : "getParams yaf - ",
"url" : "/MyBlog/php/2020/10/21/getParams.html"
}
,
{
"title" : "xdebug_debug_zval - ",
"url" : "/MyBlog/php/2020/10/20/xdebug_debug_zval.html"
}
,
{
"title" : "scoreboard - ",
"url" : "/MyBlog/php/2020/10/20/scoreboard.html"
}
,
{
"title" : "axure 产品画图工具 - ",
"url" : "/MyBlog/web/2020/10/20/axure.html"
}
,
{
"title" : "udp 超出长度丢弃问题 - ",
"url" : "/MyBlog/web/2020/10/18/udp.html"
}
,
{
"title" : "通过ip获取用户地理信息原理 - ",
"url" : "/MyBlog/web/2020/10/18/ip.html"
}
,
{
"title" : "如何快速定位 Redis 热 key - ",
"url" : "/MyBlog/storage/2020/10/18/hotkeys.html"
}
,
{
"title" : "mysql ha - ",
"url" : "/MyBlog/storage/2020/10/18/ha.html"
}
,
{
"title" : "symfony console VarDumper - ",
"url" : "/MyBlog/php/2020/10/16/symfony.html"
}
,
{
"title" : "slice 内存泄露 - ",
"url" : "/MyBlog/golang/2020/10/16/slice.html"
}
,
{
"title" : "phan - ",
"url" : "/MyBlog/php/2020/10/16/phan.html"
}
,
{
"title" : "php parser - ",
"url" : "/MyBlog/php/2020/10/16/parser.html"
}
,
{
"title" : "box - ",
"url" : "/MyBlog/php/2020/10/16/box.html"
}
,
{
"title" : "chaos 混沌工程 - ",
"url" : "/MyBlog/algorithm/2020/10/15/chaos.html"
}
,
{
"title" : "稳定性 - ",
"url" : "/MyBlog/web/2020/10/15/avaliable.html"
}
,
{
"title" : "fastest template - ",
"url" : "/MyBlog/golang/2020/10/10/template.html"
}
,
{
"title" : "容器健康检查 - ",
"url" : "/MyBlog/k8s/2020/10/10/probe.html"
}
,
{
"title" : "plugin - ",
"url" : "/MyBlog/golang/2020/10/10/plugin.html"
}
,
{
"title" : "iptables 限制连接数 - ",
"url" : "/MyBlog/linux/2020/10/10/iptables.html"
}
,
{
"title" : "goyacc - ",
"url" : "/MyBlog/golang/2020/10/10/goyacc.html"
}
,
{
"title" : "goZero - ",
"url" : "/MyBlog/golang/2020/10/10/goZero.html"
}
,
{
"title" : "chaos 混沌工程 - ",
"url" : "/MyBlog/golang/2020/10/10/chaos.html"
}
,
{
"title" : "ServiceMesh sidecar lstio - ",
"url" : "/MyBlog/golang/2020/10/10/Servicemesh.html"
}
,
{
"title" : "Pebble Go 编写的 K/V 存储 - ",
"url" : "/MyBlog/golang/2020/10/10/Pebble.html"
}
,
{
"title" : "ElasticSearch - ",
"url" : "/MyBlog/algorithm/2020/10/10/ElasticSearch.html"
}
,
{
"title" : "CQRS - ",
"url" : "/MyBlog/golang/2020/10/10/CQRS.html"
}
,
{
"title" : "字符串查 - ",
"url" : "/MyBlog/golang/2020/09/29/string.html"
}
,
{
"title" : "strace - ",
"url" : "/MyBlog/algorithm/2020/09/29/strace.html"
}
,
{
"title" : "二进制逆向分析 - ",
"url" : "/MyBlog/golang/2020/09/29/elf.html"
}
,
{
"title" : "cow - ",
"url" : "/MyBlog/php/2020/09/29/cow.html"
}
,
{
"title" : "compare - ",
"url" : "/MyBlog/golang/2020/09/29/compare.html"
}
,
{
"title" : "chisel lldb - ",
"url" : "/MyBlog/linux/2020/09/29/chisel.html"
}
,
{
"title" : "byte - ",
"url" : "/MyBlog/golang/2020/09/29/byte.html"
}
,
{
"title" : "SourceGraph - ",
"url" : "/MyBlog/algorithm/2020/09/26/SourceGraph.html"
}
,
{
"title" : "set - ",
"url" : "/MyBlog/linux/2020/09/25/set.html"
}
,
{
"title" : "goreman 进程管理工具 - ",
"url" : "/MyBlog/golang/2020/09/25/goreman.html"
}
,
{
"title" : "raft - ",
"url" : "/MyBlog/algorithm/2020/09/23/raft.html"
}
,
{
"title" : "optional parameter in function - ",
"url" : "/MyBlog/golang/2020/09/23/optional.html"
}
,
{
"title" : "解决 ln -s 软链接产生的Too many levels of symbolic links错误 - ",
"url" : "/MyBlog/linux/2020/09/23/ln.html"
}
,
{
"title" : "array_merge - ",
"url" : "/MyBlog/php/2020/09/23/array_merge.html"
}
,
{
"title" : "libfaketime - ",
"url" : "/MyBlog/linux/2020/09/22/libfaketime.html"
}
,
{
"title" : "php 500 - ",
"url" : "/MyBlog/php/2020/09/22/500.html"
}
,
{
"title" : "slice - ",
"url" : "/MyBlog/golang/2020/09/21/slice.html"
}
,
{
"title" : "索引失效的情况 - ",
"url" : "/MyBlog/storage/2020/09/21/index.html"
}
,
{
"title" : "Debugging Go in prod using eBPF - ",
"url" : "/MyBlog/golang/2020/09/21/eBPF.html"
}
,
{
"title" : "Pebble - ",
"url" : "/MyBlog/golang/2020/09/21/Pebble.html"
}
,
{
"title" : "rt0_go - ",
"url" : "/MyBlog/golang/2020/09/18/rt0_go.html"
}
,
{
"title" : "garbage - ",
"url" : "/MyBlog/golang/2020/09/18/garbage.html"
}
,
{
"title" : "dubbogo - ",
"url" : "/MyBlog/golang/2020/09/18/dubbogo.html"
}
,
{
"title" : "Declarative - ",
"url" : "/MyBlog/k8s/2020/09/18/Declarative.html"
}
,
{
"title" : "godefs - ",
"url" : "/MyBlog/golang/2020/09/10/godefs.html"
}
,
{
"title" : "get_called_class - ",
"url" : "/MyBlog/php/2020/09/10/get_called_class.html"
}
,
{
"title" : "dapr sidecar - ",
"url" : "/MyBlog/golang/2020/09/10/dapr.html"
}
,
{
"title" : "privileged 在docker内部运行docker - ",
"url" : "/MyBlog/docker/2020/09/09/privileged.html"
}
,
{
"title" : "make container - ",
"url" : "/MyBlog/docker/2020/09/09/container.html"
}
,
{
"title" : "2017双11交易系统TMF2.0技术揭秘 - ",
"url" : "/MyBlog/architect/2020/09/03/tmf.html"
}
,
{
"title" : "swoole - ",
"url" : "/MyBlog/php/2020/09/01/swoole.html"
}
,
{
"title" : "特殊字符的string怎么转byte - ",
"url" : "/MyBlog/golang/2020/09/01/byte.html"
}
,
{
"title" : "Interface - ",
"url" : "/MyBlog/golang/2020/09/01/Interface.html"
}
,
{
"title" : "GORM - ",
"url" : "/MyBlog/golang/2020/09/01/GORM.html"
}
,
{
"title" : "Go 官方进程诊断工具 gops - ",
"url" : "/MyBlog/golang/2020/08/31/goops.html"
}
,
{
"title" : "Google Cloud 服务网格:Traffic Director 与 Anthos Service Mesh - ",
"url" : "/MyBlog/golang/2020/08/31/Controller.html"
}
,
{
"title" : "io - ",
"url" : "/MyBlog/golang/2020/08/30/io.html"
}
,
{
"title" : "call_user_function_ex 扩展调用php脚本函数 - ",
"url" : "/MyBlog/php/2020/08/30/call_user_function_ex.html"
}
,
{
"title" : "php扩展实现多线程 - ",
"url" : "/MyBlog/php/2020/08/30/_call_user_function_ex.html"
}
,
{
"title" : "zend_parse_parameters php扩展程序的参数传递 扩展类传参数 - ",
"url" : "/MyBlog/php/2020/08/29/zend_parse_parameters.html"
}
,
{
"title" : "spl_autoload_register - ",
"url" : "/MyBlog/php/2020/08/29/spl_autoload_register.html"
}
,
{
"title" : "kylin - ",
"url" : "/MyBlog/storage/2020/08/29/kylin.html"
}
,
{
"title" : "gdb 调试学习yaf 源码 - ",
"url" : "/MyBlog/php/2020/08/29/gdb.html"
}
,
{
"title" : "php扩展实现一个class - ",
"url" : "/MyBlog/php/2020/08/29/class.html"
}
,
{
"title" : "PHP_MINIT - ",
"url" : "/MyBlog/php/2020/08/29/PHP_MINIT.html"
}
,
{
"title" : "PHP-Yaf执行流程-源码分析 - ",
"url" : "/MyBlog/php/2020/08/29/PHP-Yaf%E6%89%A7%E8%A1%8C%E6%B5%81%E7%A8%8B-%E6%BA%90%E7%A0%81%E5%88%86%E6%9E%90.html"
}
,
{
"title" : "Semantic Versioning - ",
"url" : "/MyBlog/php/2020/08/28/version.html"
}
,
{
"title" : "preload php预加载 - ",
"url" : "/MyBlog/php/2020/08/27/preload.html"
}
,
{
"title" : "ld_preload - ",
"url" : "/MyBlog/linux/2020/08/27/ld_preload.html"
}
,
{
"title" : "file_get_contents - ",
"url" : "/MyBlog/php/2020/08/27/file_get_contents.html"
}
,
{
"title" : "auto_prepend_file与auto_append_file使用方法 - ",
"url" : "/MyBlog/php/2020/08/27/auto_prepend_file.html"
}
,
{
"title" : "php执行shell命令,system、exec、passthru - ",
"url" : "/MyBlog/php/2020/08/26/passthru.html"
}
,
{
"title" : "grep 正则表达式 - ",
"url" : "/MyBlog/linux/2020/08/26/grep.html"
}
,
{
"title" : "symfony/console composer - ",
"url" : "/MyBlog/php/2020/08/25/symfony.html"
}
,
{
"title" : "phptrace Molten - ",
"url" : "/MyBlog/php/2020/08/25/phptrace.html"
}
,
{
"title" : "object 传引用 - ",
"url" : "/MyBlog/php/2020/08/25/object.html"
}
,
{
"title" : "composer dump-autoload - ",
"url" : "/MyBlog/php/2020/08/25/dumpautoload.html"
}
,
{
"title" : "composer 的自动加载原理 - ",
"url" : "/MyBlog/php/2020/08/24/composer.html"
}
,
{
"title" : "quartz 定时任务 - ",
"url" : "/MyBlog/golang/2020/08/22/quartz.html"
}
,
{
"title" : "zero - ",
"url" : "/MyBlog/golang/2020/08/21/zero.html"
}
,
{
"title" : "read - ",
"url" : "/MyBlog/golang/2020/08/21/read.html"
}
,
{
"title" : "gocenter - ",
"url" : "/MyBlog/golang/2020/08/21/gocenter.html"
}
,
{
"title" : "transaction - ",
"url" : "/MyBlog/golang/2020/08/20/transaction.html"
}
,
{
"title" : "thrift 关键字冲突 - ",
"url" : "/MyBlog/php/2020/08/20/thrift.html"
}
,
{
"title" : "generic glang范型 - ",
"url" : "/MyBlog/golang/2020/08/20/generic.html"
}
,
{
"title" : "SameSite cookie - ",
"url" : "/MyBlog/web/2020/08/20/SameSite_cookie.html"
}
,
{
"title" : "yaf_cg 生成yaf框架 - ",
"url" : "/MyBlog/php/2020/08/19/yaf_cg.html"
}
,
{
"title" : "yaf 加载机制 - ",
"url" : "/MyBlog/php/2020/08/19/yaf.html"
}
,
{
"title" : "register_globals - ",
"url" : "/MyBlog/php/2020/08/19/register_globals.html"
}
,
{
"title" : "php phar原理 - ",
"url" : "/MyBlog/php/2020/08/19/php_phar.html"
}
,
{
"title" : "php单引号比双引号高效 - ",
"url" : "/MyBlog/php/2020/08/19/php.html"
}
,
{
"title" : "将PHP程序打包成可执行的phar文件 - ",
"url" : "/MyBlog/php/2020/08/19/phar.html"
}
,
{
"title" : "用phar-composer来构建基于composer的phar包 - ",
"url" : "/MyBlog/php/2020/08/19/phar-composer.html"
}
,
{
"title" : "openssl 扩展安装不正确导致https请求 segmentfault - ",
"url" : "/MyBlog/php/2020/08/19/openssl.html"
}
,
{
"title" : "mysql_real_escape_string - ",
"url" : "/MyBlog/php/2020/08/19/mysql_real_escape_string.html"
}
,
{
"title" : "magic_quotes_gpc - ",
"url" : "/MyBlog/php/2020/08/19/magic_quotes_gpc.html"
}
,
{
"title" : "log_errors display_errors - ",
"url" : "/MyBlog/php/2020/08/19/log_errors.html"
}
,
{
"title" : "int 比 intval 性能高出3至6倍 - ",
"url" : "/MyBlog/php/2020/08/19/intval.html"
}
,
{
"title" : "extract eval - ",
"url" : "/MyBlog/php/2020/08/19/extract.html"
}
,
{
"title" : "expose_php - ",
"url" : "/MyBlog/php/2020/08/19/expose_php.html"
}
,
{
"title" : "escapeshellarg - ",
"url" : "/MyBlog/php/2020/08/19/escapeshellarg.html"
}
,
{
"title" : "composer svn - ",
"url" : "/MyBlog/php/2020/08/19/composer.html"
}
,
{
"title" : "composer autoload - ",
"url" : "/MyBlog/php/2020/08/19/autoload.html"
}
,
{
"title" : "assert_instances_of instances_of - ",
"url" : "/MyBlog/php/2020/08/19/assert_instances_of.html"
}
,
{
"title" : "govaluate - ",
"url" : "/MyBlog/golang/2020/08/18/govaluate.html"
}
,
{
"title" : "foreach - ",
"url" : "/MyBlog/php/2020/08/18/foreach.html"
}
,
{
"title" : "yaf - ",
"url" : "/MyBlog/php/2020/08/14/yaf.html"
}
,
{
"title" : "cURL与wget的区别 - ",
"url" : "/MyBlog/linux/2020/08/14/wget.html"
}
,
{
"title" : "proto - ",
"url" : "/MyBlog/php/2020/08/14/proto.html"
}
,
{
"title" : "gof Go实现GoF的23种设计模式 - ",
"url" : "/MyBlog/golang/2020/08/14/gof.html"
}
,
{
"title" : "openssl_x509_parse - ",
"url" : "/MyBlog/php/2020/08/12/openssl_x509_parse.html"
}
,
{
"title" : "openssl 版本过高导致php7.0 安装openssl 失败 - ",
"url" : "/MyBlog/php/2020/08/12/openssl.html"
}
,
{
"title" : "expand_aliases Bash非交互模式下alias不能使用 - ",
"url" : "/MyBlog/linux/2020/08/12/expand_aliases.html"
}
,
{
"title" : "CaBundle openssl 内存泄露问题 - ",
"url" : "/MyBlog/php/2020/08/12/CaBundle.html"
}
,
{
"title" : "structLookupCache - ",
"url" : "/MyBlog/golang/2020/08/11/structLookupCache.html"
}
,
{
"title" : "php-src 安装遇到问题 - ",
"url" : "/MyBlog/php/2020/08/11/php-src.html"
}
,
{
"title" : "openssl 安装坑 - ",
"url" : "/MyBlog/php/2020/08/11/openssl.html"
}
,
{
"title" : "go mysql driver - ",
"url" : "/MyBlog/golang/2020/08/11/gomysql.html"
}
,
{
"title" : "composer - ",
"url" : "/MyBlog/php/2020/08/11/composer.html"
}
,
{
"title" : "StructOf - ",
"url" : "/MyBlog/golang/2020/08/11/StructOf.html"
}
,
{
"title" : "GPBMetadata DescriptorPool - ",
"url" : "/MyBlog/php/2020/08/11/GPBMetadata.html"
}
,
{
"title" : "textarea - ",
"url" : "/MyBlog/golang/2020/08/10/textarea.html"
}
,
{
"title" : "gin 静态文件服务 - ",
"url" : "/MyBlog/golang/2020/08/10/gin.html"
}
,
{
"title" : "base64 - ",
"url" : "/MyBlog/algorithm/2020/08/10/base64.html"
}
,
{
"title" : "TiDB 的列式存储引擎是如何实现的? - ",
"url" : "/MyBlog/storage/2020/08/07/tidb.html"
}
,
{
"title" : "stubs - ",
"url" : "/MyBlog/php/2020/08/07/stubs.html"
}
,
{
"title" : "Go struct 类型的 map 结构体成员不能修改的问题 - ",
"url" : "/MyBlog/golang/2020/08/07/map.html"
}
,
{
"title" : "raft - ",
"url" : "/MyBlog/golang/2020/08/06/raft.html"
}
,
{
"title" : "gopls - ",
"url" : "/MyBlog/golang/2020/08/06/gopls.html"
}
,
{
"title" : "drool rete 算法 - ",
"url" : "/MyBlog/algorithm/2020/08/06/drool.html"
}
,
{
"title" : "pip - ",
"url" : "/MyBlog/python/2020/08/04/pip.html"
}
,
{
"title" : "pyspark hive - ",
"url" : "/MyBlog/storage/2020/08/04/hive.html"
}
,
{
"title" : "结构体转map - ",
"url" : "/MyBlog/golang/2020/08/03/structtomap.html"
}
,
{
"title" : "Docker组件go-event 源码学习 - ",
"url" : "/MyBlog/golang/2020/08/03/goevent.html"
}
,
{
"title" : "chromedp - ",
"url" : "/MyBlog/golang/2020/08/03/chromedp.html"
}
,
{
"title" : "升级到php8 问题 - ",
"url" : "/MyBlog/php/2020/07/31/jit.html"
}
,
{
"title" : "Real-Time Event-Driven Ecosystem - ",
"url" : "/MyBlog/golang/2020/07/31/ede.html"
}
,
{
"title" : "crocodile - ",
"url" : "/MyBlog/golang/2020/07/31/crocodile.html"
}
,
{
"title" : "xmi - ",
"url" : "/MyBlog/php/2020/07/30/xmi.html"
}
,
{
"title" : "plugin - ",
"url" : "/MyBlog/golang/2020/07/30/plugin.html"
}
,
{
"title" : "graphql 查询自省 - ",
"url" : "/MyBlog/golang/2020/07/30/graphql.html"
}
,
{
"title" : "docker in docker - ",
"url" : "/MyBlog/golang/2020/07/30/dockerindocker.html"
}
,
{
"title" : "SQL语句执行过程详解 - ",
"url" : "/MyBlog/storage/2020/07/29/sql.html"
}
,
{
"title" : "Redis Diagnose - ",
"url" : "/MyBlog/storage/2020/07/29/redis.html"
}
,
{
"title" : "php_uml - ",
"url" : "/MyBlog/php/2020/07/29/php_uml.html"
}
,
{
"title" : "phpCallGraph - ",
"url" : "/MyBlog/php/2020/07/29/phpCallGraph.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/web/2020/07/29/graphql.html"
}
,
{
"title" : "log - ",
"url" : "/MyBlog/linux/2020/07/27/log.html"
}
,
{
"title" : "inode - ",
"url" : "/MyBlog/linux/2020/07/27/inode.html"
}
,
{
"title" : "import - ",
"url" : "/MyBlog/golang/2020/07/27/import.html"
}
,
{
"title" : "goroutine 的同步和协作 - ",
"url" : "/MyBlog/golang/2020/07/27/goroutine.html"
}
,
{
"title" : "Golang Module Proxy实现goproxy.io源码研读 - ",
"url" : "/MyBlog/golang/2020/07/27/goproxy.html"
}
,
{
"title" : "Docker registry GC 原理分析 - ",
"url" : "/MyBlog/docker/2020/07/27/gc.html"
}
,
{
"title" : "AKF拆分原则 - ",
"url" : "/MyBlog/web/2020/07/27/akf.html"
}
,
{
"title" : "Structure101 - ",
"url" : "/MyBlog/golang/2020/07/27/Structure101.html"
}
,
{
"title" : "Present - ",
"url" : "/MyBlog/golang/2020/07/27/Present.html"
}
,
{
"title" : "Generics - ",
"url" : "/MyBlog/golang/2020/07/27/Generics.html"
}
,
{
"title" : "ssa CreateProgram 调用关系生成 - ",
"url" : "/MyBlog/golang/2020/07/27/CreateProgram.html"
}
,
{
"title" : "json2graphql - ",
"url" : "/MyBlog/golang/2020/07/23/json2graphql.html"
}
,
{
"title" : "jit - ",
"url" : "/MyBlog/php/2020/07/23/jit.html"
}
,
{
"title" : "文件IO 文件位置偏移量 - ",
"url" : "/MyBlog/linux/2020/07/23/inode.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/golang/2020/07/23/graphql.html"
}
,
{
"title" : "函数——go世界中的一等公民 - ",
"url" : "/MyBlog/golang/2020/07/23/func.html"
}
,
{
"title" : "error - ",
"url" : "/MyBlog/golang/2020/07/23/error.html"
}
,
{
"title" : "dynasm - ",
"url" : "/MyBlog/php/2020/07/23/dynasm.html"
}
,
{
"title" : "mac php8 源码安装 扩展编译 - ",
"url" : "/MyBlog/php/2020/07/20/php8.html"
}
,
{
"title" : "Streaming SQL - ",
"url" : "/MyBlog/storage/2020/07/20/Streaming.html"
}
,
{
"title" : "FileServer - ",
"url" : "/MyBlog/golang/2020/07/20/FileServer.html"
}
,
{
"title" : "CodeViz - ",
"url" : "/MyBlog/linux/2020/07/20/CodeViz.html"
}
,
{
"title" : "zend_config - ",
"url" : "/MyBlog/php/2020/07/19/zend_config.html"
}
,
{
"title" : "git apply 补丁 - ",
"url" : "/MyBlog/web/2020/07/19/gitapply.html"
}
,
{
"title" : "cmake - ",
"url" : "/MyBlog/linux/2020/07/19/cmake.html"
}
,
{
"title" : "import - ",
"url" : "/MyBlog/algorithm/2020/07/18/import.html"
}
,
{
"title" : "graphviz - ",
"url" : "/MyBlog/golang/2020/07/18/graphviz.html"
}
,
{
"title" : "uniform type identifiers - ",
"url" : "/MyBlog/golang/2020/07/18/duti.html"
}
,
{
"title" : "packages - ",
"url" : "/MyBlog/golang/2020/07/16/packages.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/web/2020/07/16/graphql.html"
}
,
{
"title" : "goplus - ",
"url" : "/MyBlog/golang/2020/07/16/goplus.html"
}
,
{
"title" : "ast - ",
"url" : "/MyBlog/golang/2020/07/16/ast.html"
}
,
{
"title" : "graphql Schema - ",
"url" : "/MyBlog/golang/2020/07/16/Schema.html"
}
,
{
"title" : "tcpdump - ",
"url" : "/MyBlog/linux/2020/07/15/tcpdump.html"
}
,
{
"title" : "event_scheduler mysql定时器定时清理表数据 - ",
"url" : "/MyBlog/storage/2020/07/15/event_scheduler.html"
}
,
{
"title" : "开发常用工具tool - ",
"url" : "/MyBlog/web/2020/07/14/tool.html"
}
,
{
"title" : "tidb oceanbase对比 - ",
"url" : "/MyBlog/storage/2020/07/14/tidb.html"
}
,
{
"title" : "shell 常用命令 - ",
"url" : "/MyBlog/linux/2020/07/14/shell.html"
}
,
{
"title" : "hbase mongodb 比较 - ",
"url" : "/MyBlog/storage/2020/07/14/hbase.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/web/2020/07/14/graphql.html"
}
,
{
"title" : "git查看某个文件的提交历史 - ",
"url" : "/MyBlog/web/2020/07/13/log.html"
}
,
{
"title" : "graphql client - ",
"url" : "/MyBlog/golang/2020/07/13/graphqlc.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/golang/2020/07/13/graphql.html"
}
,
{
"title" : "使用gqlgen构建GraphQL服务 - ",
"url" : "/MyBlog/golang/2020/07/13/gqlgen.html"
}
,
{
"title" : "golang后端graphql接口 - ",
"url" : "/MyBlog/golang/2020/07/13/gographql.html"
}
,
{
"title" : "Curl命令的data data-ascii data-binary data-raw和data-urlencode选项 - ",
"url" : "/MyBlog/linux/2020/07/13/Curl.html"
}
,
{
"title" : "zend_extension - ",
"url" : "/MyBlog/php/2020/07/12/zend_extension.html"
}
,
{
"title" : "zend ZEND_OPCODE_HANDLER_ARGS_PASSTHRU - ",
"url" : "/MyBlog/php/2020/07/12/zend.html"
}
,
{
"title" : "graphviz - ",
"url" : "/MyBlog/lang/2020/07/12/graphviz.html"
}
,
{
"title" : "dsl - ",
"url" : "/MyBlog/linux/2020/07/12/dsl.html"
}
,
{
"title" : "antlr graphviz - ",
"url" : "/MyBlog/lang/2020/07/12/antlr_graphviz.html"
}
,
{
"title" : "markdown - ",
"url" : "/MyBlog/golang/2020/07/11/markdown.html"
}
,
{
"title" : "antlr json2xml - ",
"url" : "/MyBlog/golang/2020/07/11/json2xml.html"
}
,
{
"title" : "twirp RPC 的简易 JSON Api Gateway 实现 - ",
"url" : "/MyBlog/golang/2020/07/10/twirp.html"
}
,
{
"title" : "goantlr - ",
"url" : "/MyBlog/golang/2020/07/10/goantlr.html"
}
,
{
"title" : "Go GC 三色标记法 - ",
"url" : "/MyBlog/golang/2020/07/10/gc.html"
}
,
{
"title" : "antlr hive - ",
"url" : "/MyBlog/lang/2020/07/10/antlr_hive.html"
}
,
{
"title" : "antlr4go - ",
"url" : "/MyBlog/golang/2020/07/10/antlr4go.html"
}
,
{
"title" : "antlr4 - ",
"url" : "/MyBlog/golang/2020/07/10/antlr4.html"
}
,
{
"title" : "Gox 使用内存虚拟文件系统提升IO处理速度 - ",
"url" : "/MyBlog/golang/2020/07/10/Gox.html"
}
,
{
"title" : "Python魔术方法 迭代器 - ",
"url" : "/MyBlog/python/2020/07/09/iter.html"
}
,
{
"title" : "inspect - ",
"url" : "/MyBlog/python/2020/07/09/inspect.html"
}
,
{
"title" : "antlr idea - ",
"url" : "/MyBlog/lang/2020/07/09/antlridea.html"
}
,
{
"title" : "antlr - ",
"url" : "/MyBlog/lang/2020/07/09/antlr.html"
}
,
{
"title" : "python _getframe - ",
"url" : "/MyBlog/python/2020/07/09/_getframe.html"
}
,
{
"title" : "Thriftpy - ",
"url" : "/MyBlog/python/2020/07/09/Thriftpy.html"
}
,
{
"title" : "Flink 如何处理反压问题 - ",
"url" : "/MyBlog/storage/2020/07/09/Flink.html"
}
,
{
"title" : "python 中的下划线 - ",
"url" : "/MyBlog/python/2020/07/08/python.html"
}
,
{
"title" : "profile - ",
"url" : "/MyBlog/golang/2020/07/08/profile.html"
}
,
{
"title" : "ply 教程 - ",
"url" : "/MyBlog/python/2020/07/08/ply.html"
}
,
{
"title" : "pixijs - ",
"url" : "/MyBlog/web/2020/07/08/pixijs.html"
}
,
{
"title" : "调试Kubernetes集群中的网络停顿问题 - ",
"url" : "/MyBlog/k8s/2020/07/08/k8s.html"
}
,
{
"title" : "goc go 语言测试覆盖率收集工具 - ",
"url" : "/MyBlog/golang/2020/07/08/goc.html"
}
,
{
"title" : "cgi python nginx - ",
"url" : "/MyBlog/web/2020/07/08/cgi.html"
}
,
{
"title" : "addlint 自定义linker - ",
"url" : "/MyBlog/golang/2020/07/08/addlint.html"
}
,
{
"title" : "Tracking 用户追踪 - ",
"url" : "/MyBlog/golang/2020/07/08/Tracking.html"
}
,
{
"title" : "python2 python3兼容问题 - ",
"url" : "/MyBlog/python/2020/07/07/python.html"
}
,
{
"title" : "ply thriftpy 实现定制化的idl转化工具 - ",
"url" : "/MyBlog/python/2020/07/07/ply.html"
}
,
{
"title" : "python lambda - ",
"url" : "/MyBlog/python/2020/07/07/lambda.html"
}
,
{
"title" : "Xdebug - ",
"url" : "/MyBlog/php/2020/07/06/xdebug.html"
}
,
{
"title" : "union - ",
"url" : "/MyBlog/golang/2020/07/06/union.html"
}
,
{
"title" : "Go Search Extension - ",
"url" : "/MyBlog/golang/2020/07/06/search.html"
}
,
{
"title" : "golang 规则引擎 - ",
"url" : "/MyBlog/golang/2020/07/06/rule.html"
}
,
{
"title" : "Python中import - ",
"url" : "/MyBlog/python/2020/07/06/import.html"
}
,
{
"title" : "goyacc - ",
"url" : "/MyBlog/golang/2020/07/06/goyacc.html"
}
,
{
"title" : "govmomi 创建 VMware 虚拟机 - ",
"url" : "/MyBlog/golang/2020/07/06/govmomi.html"
}
,
{
"title" : "goplus - ",
"url" : "/MyBlog/golang/2020/07/06/goplus.html"
}
,
{
"title" : "golex - ",
"url" : "/MyBlog/golang/2020/07/06/golex.html"
}
,
{
"title" : "getopt-php - ",
"url" : "/MyBlog/php/2020/07/06/getopt-php.html"
}
,
{
"title" : "Python中的exec函数 - ",
"url" : "/MyBlog/python/2020/07/06/exec.html"
}
,
{
"title" : "AlgorithmVisualizer - ",
"url" : "/MyBlog/algorithm/2020/07/06/AlgorithmVisualizer.html"
}
,
{
"title" : "php graphviz 可视化工具 - ",
"url" : "/MyBlog/php/2020/07/05/php-graphviz.html"
}
,
{
"title" : "go-graphviz - ",
"url" : "/MyBlog/golang/2020/07/05/go-graphviz.html"
}
,
{
"title" : "fastcgi - ",
"url" : "/MyBlog/golang/2020/07/05/fastcgi.html"
}
,
{
"title" : "dot 语言 graphviz - ",
"url" : "/MyBlog/lang/2020/07/05/dot.html"
}
,
{
"title" : "golang 构建 - ",
"url" : "/MyBlog/golang/2020/07/05/build.html"
}
,
{
"title" : "tools - ",
"url" : "/MyBlog/golang/2020/07/04/tools.html"
}
,
{
"title" : "rapidjson - ",
"url" : "/MyBlog/lang/2020/07/04/rapidjson.html"
}
,
{
"title" : "json xml yml curl to go - ",
"url" : "/MyBlog/golang/2020/07/04/jsontogo.html"
}
,
{
"title" : "lex yacc解析 json - ",
"url" : "/MyBlog/lang/2020/07/04/json.html"
}
,
{
"title" : "go-callvis - ",
"url" : "/MyBlog/golang/2020/07/04/go-callvis.html"
}
,
{
"title" : "fuckdb sql dsl proto go - ",
"url" : "/MyBlog/golang/2020/07/04/fuckdb.html"
}
,
{
"title" : "easyjson 源码调试学习 - ",
"url" : "/MyBlog/golang/2020/07/04/easyjson.html"
}
,
{
"title" : "compiler - ",
"url" : "/MyBlog/golang/2020/07/04/compiler.html"
}
,
{
"title" : "JSON解析学习 - ",
"url" : "/MyBlog/lang/2020/07/04/JSON_zhihu.html"
}
,
{
"title" : "JSON 解析器原理 - ",
"url" : "/MyBlog/golang/2020/07/03/json.html"
}
,
{
"title" : "flink - ",
"url" : "/MyBlog/algorithm/2020/07/03/flink.html"
}
,
{
"title" : "ast - ",
"url" : "/MyBlog/golang/2020/07/03/ast.html"
}
,
{
"title" : "UDAF - ",
"url" : "/MyBlog/storage/2020/07/03/UDAF.html"
}
,
{
"title" : "scripts - ",
"url" : "/MyBlog/php/2020/07/02/scripts.html"
}
,
{
"title" : "JSON转换成Go的struct - ",
"url" : "/MyBlog/golang/2020/07/02/json.html"
}
,
{
"title" : "easyJson - ",
"url" : "/MyBlog/golang/2020/07/02/easyJson.html"
}
,
{
"title" : "Markdown - ",
"url" : "/MyBlog/golang/2020/07/02/Markdown.html"
}
,
{
"title" : "tcp - ",
"url" : "/MyBlog/golang/2020/07/01/tcp.html"
}
,
{
"title" : "pool - ",
"url" : "/MyBlog/golang/2020/07/01/pool.html"
}
,
{
"title" : "dsl 美团海盗 中间件 - ",
"url" : "/MyBlog/web/2020/07/01/dsl.html"
}
,
{
"title" : "bfe - ",
"url" : "/MyBlog/golang/2020/07/01/bfe.html"
}
,
{
"title" : "Nightingale - ",
"url" : "/MyBlog/algorithm/2020/07/01/Nightingale.html"
}
,
{
"title" : "Conductor - ",
"url" : "/MyBlog/web/2020/07/01/Conductor.html"
}
,
{
"title" : "Choreography choreography - ",
"url" : "/MyBlog/web/2020/07/01/Choreography.html"
}
,
{
"title" : "BPM与ESB - ",
"url" : "/MyBlog/web/2020/07/01/BPM.html"
}
,
{
"title" : "YAML 语言教程 - ",
"url" : "/MyBlog/web/2020/06/30/yaml.html"
}
,
{
"title" : "Time Structured Merge Tree - ",
"url" : "/MyBlog/storage/2020/06/30/tsm.html"
}
,
{
"title" : "tsdb - ",
"url" : "/MyBlog/storage/2020/06/30/tsdb.html"
}
,
{
"title" : "kNative - ",
"url" : "/MyBlog/golang/2020/06/30/kNative.html"
}
,
{
"title" : "ipset iptables ipvs - ",
"url" : "/MyBlog/k8s/2020/06/30/ipset.html"
}
,
{
"title" : "grpc - ",
"url" : "/MyBlog/golang/2020/06/30/grpc.html"
}
,
{
"title" : "graphQL - ",
"url" : "/MyBlog/golang/2020/06/30/graphQL.html"
}
,
{
"title" : "dhcp - ",
"url" : "/MyBlog/web/2020/06/30/dhcp.html"
}
,
{
"title" : "Tekton - ",
"url" : "/MyBlog/k8s/2020/06/30/Tekton.html"
}
,
{
"title" : "Serverless - ",
"url" : "/MyBlog/golang/2020/06/30/Serverless.html"
}
,
{
"title" : "AntiPattern - ",
"url" : "/MyBlog/golang/2020/06/30/AntiPattern.html"
}
,
{
"title" : "golang toolkits - ",
"url" : "/MyBlog/golang/2020/06/29/toolkits.html"
}
,
{
"title" : "正则表达式 分组匹配 - ",
"url" : "/MyBlog/linux/2020/06/29/regx.html"
}
,
{
"title" : "proto3 - ",
"url" : "/MyBlog/linux/2020/06/29/proto3.html"
}
,
{
"title" : "prometheus - ",
"url" : "/MyBlog/linux/2020/06/29/prometheus.html"
}
,
{
"title" : "printOneCgoTraceback 打印堆栈 - ",
"url" : "/MyBlog/golang/2020/06/29/printOneCgoTraceback.html"
}
,
{
"title" : "IntelliJ IDEA插件 - ",
"url" : "/MyBlog/web/2020/06/29/idea.html"
}
,
{
"title" : "PHPStorm插件 插件编写 - ",
"url" : "/MyBlog/web/2020/06/29/ide.html"
}
,
{
"title" : "flink - ",
"url" : "/MyBlog/storage/2020/06/29/flink.html"
}
,
{
"title" : "让Linux终端中执行的程序在后台运行 从前台变到后台 - ",
"url" : "/MyBlog/linux/2020/06/29/disown.html"
}
,
{
"title" : "Supervisor - ",
"url" : "/MyBlog/linux/2020/06/29/Supervisor.html"
}
,
{
"title" : "FreeSwitch - ",
"url" : "/MyBlog/web/2020/06/29/FreeSwitch.html"
}
,
{
"title" : "zabbix 监控系统 - ",
"url" : "/MyBlog/linux/2020/06/28/zabbix.html"
}
,
{
"title" : "time structure merge tree InfluxDB OpenTSDB - ",
"url" : "/MyBlog/storage/2020/06/28/tsm.html"
}
,
{
"title" : "rrdtool Round Robin Database Tool - ",
"url" : "/MyBlog/storage/2020/06/28/rrdtool.html"
}
,
{
"title" : "proc 文件系统 系统监控 - ",
"url" : "/MyBlog/linux/2020/06/28/proc.html"
}
,
{
"title" : "nsq - ",
"url" : "/MyBlog/golang/2020/06/28/nsq.html"
}
,
{
"title" : "监控知识体系 - ",
"url" : "/MyBlog/linux/2020/06/28/monitor.html"
}
,
{
"title" : "迁移godep到gomod - ",
"url" : "/MyBlog/golang/2020/06/28/gomod.html"
}
,
{
"title" : "goland 无法跳转问题 - ",
"url" : "/MyBlog/golang/2020/06/28/goland.html"
}
,
{
"title" : "open falcon - ",
"url" : "/MyBlog/linux/2020/06/28/falcon.html"
}
,
{
"title" : "Smokeping - ",
"url" : "/MyBlog/linux/2020/06/28/Smokeping.html"
}
,
{
"title" : "zend_string_init - ",
"url" : "/MyBlog/php/2020/06/27/zend_string_init.html"
}
,
{
"title" : "strlen core 原因排查 - ",
"url" : "/MyBlog/php/2020/06/27/strlen.html"
}
,
{
"title" : "execute_data - ",
"url" : "/MyBlog/php/2020/06/27/execute_data.html"
}
,
{
"title" : "debug_backtrace - ",
"url" : "/MyBlog/php/2020/06/27/debug_backtrace.html"
}
,
{
"title" : "php 500 错误排查 - ",
"url" : "/MyBlog/php/2020/06/27/500.html"
}
,
{
"title" : "tstamp Local Format - ",
"url" : "/MyBlog/golang/2020/06/26/local.html"
}
,
{
"title" : "kafka - ",
"url" : "/MyBlog/golang/2020/06/26/kafka.html"
}
,
{
"title" : "一次http请求,谁会先断开TCP连接?什么情况下客户端先断,什么情况下服务端先断? - ",
"url" : "/MyBlog/web/2020/06/26/fin.html"
}
,
{
"title" : "cgi - ",
"url" : "/MyBlog/php/2020/06/26/cgi.html"
}
,
{
"title" : "PHP7源码之CG EG SG PG宏 - ",
"url" : "/MyBlog/php/2020/06/26/EGCG.html"
}
,
{
"title" : "ss 查看SOCKET使用情况 - ",
"url" : "/MyBlog/linux/2020/06/25/ss.html"
}
,
{
"title" : "trait 优先级 - ",
"url" : "/MyBlog/php/2020/06/24/trait.html"
}
,
{
"title" : "apcu_add - ",
"url" : "/MyBlog/php/2020/06/24/apcu_add.html"
}
,
{
"title" : "phpunit.xml - ",
"url" : "/MyBlog/php/2020/06/23/xml.html"
}
,
{
"title" : "跑通一个单元测试 - ",
"url" : "/MyBlog/php/2020/06/23/testCase.html"
}
,
{
"title" : "phytrix - ",
"url" : "/MyBlog/php/2020/06/23/phytrix.html"
}
,
{
"title" : "phpunit - ",
"url" : "/MyBlog/php/2020/06/23/phpunit.html"
}
,
{
"title" : "Serverless - ",
"url" : "/MyBlog/golang/2020/06/23/Serverless.html"
}
,
{
"title" : "PHPUnit_Framework_TestCase - ",
"url" : "/MyBlog/php/2020/06/23/PHPUnit_Framework_TestCase.html"
}
,
{
"title" : "transaction - ",
"url" : "/MyBlog/golang/2020/06/22/transaction.html"
}
,
{
"title" : "json schema - ",
"url" : "/MyBlog/golang/2020/06/22/schema.html"
}
,
{
"title" : "schedulers - ",
"url" : "/MyBlog/golang/2020/06/22/schedulers.html"
}
,
{
"title" : "go mod replace - ",
"url" : "/MyBlog/golang/2020/06/22/replace.html"
}
,
{
"title" : "go mod - ",
"url" : "/MyBlog/golang/2020/06/22/mod.html"
}
,
{
"title" : "Juno 监控中心 - ",
"url" : "/MyBlog/golang/2020/06/22/juno.html"
}
,
{
"title" : "goproxy - ",
"url" : "/MyBlog/golang/2020/06/22/goproxy.html"
}
,
{
"title" : "goland go1.13 gomod模式启用情况下代码无法跳转问题 - ",
"url" : "/MyBlog/golang/2020/06/22/gomod.html"
}
,
{
"title" : "gobreaker - ",
"url" : "/MyBlog/golang/2020/06/22/gobreaker.html"
}
,
{
"title" : "shell脚本设置环境变量不生效 - ",
"url" : "/MyBlog/linux/2020/06/18/shell.html"
}
,
{
"title" : "reflect - ",
"url" : "/MyBlog/golang/2020/06/18/reflect.html"
}
,
{
"title" : "GoFrame - ",
"url" : "/MyBlog/golang/2020/06/18/GoFrame.html"
}
,
{
"title" : "gval - ",
"url" : "/MyBlog/golang/2020/06/16/gval.html"
}
,
{
"title" : "OpenTracing - ",
"url" : "/MyBlog/golang/2020/06/16/OpenTracing.html"
}
,
{
"title" : "GoEasy - ",
"url" : "/MyBlog/golang/2020/06/16/GoEasy.html"
}
,
{
"title" : "逃逸分析 - ",
"url" : "/MyBlog/golang/2020/06/15/escape.html"
}
,
{
"title" : "操作结构体的非导出字段 - ",
"url" : "/MyBlog/golang/2020/06/15/NewAt.html"
}
,
{
"title" : "Istio - ",
"url" : "/MyBlog/golang/2020/06/15/Istio.html"
}
,
{
"title" : "sso - ",
"url" : "/MyBlog/golang/2020/06/13/sso.html"
}
,
{
"title" : "golang http句柄泄露 - ",
"url" : "/MyBlog/golang/2020/06/13/http.html"
}
,
{
"title" : "携程在 CAT 性能优化 - ",
"url" : "/MyBlog/golang/2020/06/13/cat.html"
}
,
{
"title" : "go test - ",
"url" : "/MyBlog/golang/2020/06/12/test.html"
}
,
{
"title" : "zepto vscode-go - ",
"url" : "/MyBlog/golang/2020/06/11/zepto.html"
}
,
{
"title" : "graphQL - ",
"url" : "/MyBlog/web/2020/06/11/graphQL.html"
}
,
{
"title" : "dubbo dubbo-go-proxy - ",
"url" : "/MyBlog/golang/2020/06/11/dubbo.html"
}
,
{
"title" : "PySaprk - ",
"url" : "/MyBlog/storage/2020/06/11/PySaprk.html"
}
,
{
"title" : "validator - ",
"url" : "/MyBlog/golang/2020/06/10/validator.html"
}
,
{
"title" : "Go 内存池对象池技术 - ",
"url" : "/MyBlog/golang/2020/06/10/pool.html"
}
,
{
"title" : "k8s+docker部署Golang项目 - ",
"url" : "/MyBlog/golang/2020/06/10/docker.html"
}
,
{
"title" : "cli - ",
"url" : "/MyBlog/golang/2020/06/10/cli.html"
}
,
{
"title" : "atomic - ",
"url" : "/MyBlog/golang/2020/06/10/atomic.html"
}
,
{
"title" : "容器内存占用 OOM - ",
"url" : "/MyBlog/golang/2020/06/10/OOM.html"
}
,
{
"title" : "Context - ",
"url" : "/MyBlog/golang/2020/06/10/Context.html"
}
,
{
"title" : "tag - ",
"url" : "/MyBlog/golang/2020/06/09/tag.html"
}
,
{
"title" : "调度器工作原理 - ",
"url" : "/MyBlog/golang/2020/06/09/sched.html"
}
,
{
"title" : "proxygen - ",
"url" : "/MyBlog/golang/2020/06/09/proxygen.html"
}
,
{
"title" : "nginx lua - ",
"url" : "/MyBlog/web/2020/06/09/nginx.html"
}
,
{
"title" : "service mesh - ",
"url" : "/MyBlog/golang/2020/06/09/mesh.html"
}
,
{
"title" : "golang+lua的Web日志安全分析系统 - ",
"url" : "/MyBlog/golang/2020/06/09/lua.html"
}
,
{
"title" : "lambda - ",
"url" : "/MyBlog/web/2020/06/09/lambda.html"
}
,
{
"title" : "强一致在线 KV &表格存储实践 - ",
"url" : "/MyBlog/golang/2020/06/09/kv.html"
}
,
{
"title" : "gc 垃圾回收 - ",
"url" : "/MyBlog/golang/2020/06/09/gc.html"
}
,
{
"title" : "Errors with stack trace - ",
"url" : "/MyBlog/golang/2020/06/09/error.html"
}
,
{
"title" : "golang动态加载原生代码思路 - ",
"url" : "/MyBlog/golang/2020/06/09/dynamic.html"
}
,
{
"title" : "dto - ",
"url" : "/MyBlog/golang/2020/06/09/dto.html"
}
,
{
"title" : "ddd - ",
"url" : "/MyBlog/architect/2020/06/09/ddd.html"
}
,
{
"title" : "compiler - ",
"url" : "/MyBlog/golang/2020/06/09/compiler.html"
}
,
{
"title" : "binfmt_misc Using Go as a scripting language - ",
"url" : "/MyBlog/golang/2020/06/09/binfmt_misc.html"
}
,
{
"title" : "不要轻易使用 Alpine 镜像来构建 Docker 镜像 - ",
"url" : "/MyBlog/golang/2020/06/09/Alpine.html"
}
,
{
"title" : "chi - ",
"url" : "/MyBlog/golang/2020/06/07/chi.html"
}
,
{
"title" : "通道死锁经典错误案例详解 - ",
"url" : "/MyBlog/golang/2020/06/07/channel.html"
}
,
{
"title" : "valgrind - ",
"url" : "/MyBlog/php/2020/06/06/valgrind.html"
}
,
{
"title" : "phpdbg gdb - ",
"url" : "/MyBlog/php/2020/06/06/phpdbg.html"
}
,
{
"title" : "gdb 调试动态链接库 - ",
"url" : "/MyBlog/php/2020/06/06/gdbso.html"
}
,
{
"title" : "current_execute_data - ",
"url" : "/MyBlog/php/2020/06/06/current_execute_data.html"
}
,
{
"title" : "bz2 Mac 文件解压缩 - ",
"url" : "/MyBlog/linux/2020/06/06/bz2.html"
}
,
{
"title" : "valgrind - ",
"url" : "/MyBlog/php/2020/06/05/valgrind.html"
}
,
{
"title" : "strlen - ",
"url" : "/MyBlog/php/2020/06/05/strlen.html"
}
,
{
"title" : "gdb调试 php - ",
"url" : "/MyBlog/php/2020/06/05/gdb.html"
}
,
{
"title" : "zend_string char - ",
"url" : "/MyBlog/php/2020/06/03/zend_string.html"
}
,
{
"title" : "usr2 - ",
"url" : "/MyBlog/php/2020/06/03/usr2.html"
}
,
{
"title" : "sub_array - ",
"url" : "/MyBlog/php/2020/06/03/sub_array.html"
}
,
{
"title" : "interface - ",
"url" : "/MyBlog/golang/2020/06/03/interface.html"
}
,
{
"title" : "bash if - ",
"url" : "/MyBlog/linux/2020/06/03/if.html"
}
,
{
"title" : "go mod - ",
"url" : "/MyBlog/golang/2020/06/03/gomod.html"
}
,
{
"title" : "go 1.14 变化 - ",
"url" : "/MyBlog/golang/2020/06/03/go.html"
}
,
{
"title" : "gin - ",
"url" : "/MyBlog/golang/2020/06/03/gin.html"
}
,
{
"title" : "goroutine和channel - ",
"url" : "/MyBlog/golang/2020/06/03/channel.html"
}
,
{
"title" : "扩展回调php函数 - ",
"url" : "/MyBlog/php/2020/06/03/callback.html"
}
,
{
"title" : "检测三种不同操作系统的Bash脚本 - ",
"url" : "/MyBlog/linux/2020/06/03/bash.html"
}
,
{
"title" : "Jupiter - ",
"url" : "/MyBlog/golang/2020/06/03/Jupiter.html"
}
,
{
"title" : "stacktrace - ",
"url" : "/MyBlog/php/2020/06/02/stacktrace.html"
}
,
{
"title" : "execute_data - ",
"url" : "/MyBlog/php/2020/06/02/execute_data.html"
}
,
{
"title" : "call_user_function - ",
"url" : "/MyBlog/php/2020/06/02/call_user_function.html"
}
,
{
"title" : "tcmalloc - ",
"url" : "/MyBlog/golang/2020/06/01/tcmalloc.html"
}
,
{
"title" : "JSON Web Token - ",
"url" : "/MyBlog/golang/2020/06/01/jwt.html"
}
,
{
"title" : "goland 激活 - ",
"url" : "/MyBlog/golang/2020/06/01/goland.html"
}
,
{
"title" : "gdb - ",
"url" : "/MyBlog/algorithm/2020/06/01/gdb.html"
}
,
{
"title" : "ZEND_HASH_FOREACH_KEY_VAL php扩展hashtable操作 - ",
"url" : "/MyBlog/php/2020/06/01/ZEND_HASH_FOREACH_KEY_VAL.html"
}
,
{
"title" : "Container - ",
"url" : "/MyBlog/golang/2020/06/01/Container.html"
}
,
{
"title" : "zval 替代char 解决返回字符串内存泄漏问题 - ",
"url" : "/MyBlog/php/2020/05/31/zval.html"
}
,
{
"title" : "zend_mm_heap corrupted - ",
"url" : "/MyBlog/php/2020/05/31/zend_mm_heap.html"
}
,
{
"title" : "sed 替换括号 - ",
"url" : "/MyBlog/linux/2020/05/31/sed.html"
}
,
{
"title" : "schedule 工作线程的执行流程与调度循环 - ",
"url" : "/MyBlog/golang/2020/05/31/schedule.html"
}
,
{
"title" : "raw 解决括号冲突问题 - ",
"url" : "/MyBlog/jekyll/2020/05/31/raw.html"
}
,
{
"title" : "php_json_encode_zval - ",
"url" : "/MyBlog/web/2020/05/31/php_json_encode_zval.html"
}
,
{
"title" : "ddd - ",
"url" : "/MyBlog/golang/2020/05/31/ddd.html"
}
,
{
"title" : "cores 用lldb打不开 invalid process - ",
"url" : "/MyBlog/linux/2020/05/31/cores.html"
}
,
{
"title" : "clion - ",
"url" : "/MyBlog/algorithm/2020/05/31/clion.html"
}
,
{
"title" : "cJSON c语言json库 - ",
"url" : "/MyBlog/web/2020/05/31/cJSON.html"
}
,
{
"title" : "PHP7扩展开发之数组处理 - ",
"url" : "/MyBlog/php/2020/05/31/array.html"
}
,
{
"title" : "ZEND_HASH_FOREACH_KEY_VAL - ",
"url" : "/MyBlog/php/2020/05/31/ZEND_HASH_FOREACH_KEY_VAL.html"
}
,
{
"title" : "PHP 调试技巧 扩展调试 - ",
"url" : "/MyBlog/php/2020/05/30/xdebug.html"
}
,
{
"title" : "interface - ",
"url" : "/MyBlog/golang/2020/05/30/interface.html"
}
,
{
"title" : "Bus error 10 - ",
"url" : "/MyBlog/linux/2020/05/30/buserror.html"
}
,
{
"title" : "make - ",
"url" : "/MyBlog/linux/2020/05/29/make.html"
}
,
{
"title" : "文件句柄泄漏 - ",
"url" : "/MyBlog/linux/2020/05/29/handler.html"
}
,
{
"title" : "mac上分析coredump文件 - ",
"url" : "/MyBlog/linux/2020/05/29/gdbcore.html"
}
,
{
"title" : "mac gdb 安装 - ",
"url" : "/MyBlog/linux/2020/05/29/gdb.html"
}
,
{
"title" : "core 文件 调试 追踪 Segmentation fault 11 - ",
"url" : "/MyBlog/linux/2020/05/29/core.html"
}
,
{
"title" : "brew install 问题解决 - ",
"url" : "/MyBlog/web/2020/05/29/brew.html"
}
,
{
"title" : "PHP 接口调用报错 502 Bad Gateway - ",
"url" : "/MyBlog/php/2020/05/29/502.html"
}
,
{
"title" : "BOOT_LDFLAGS - ",
"url" : "/MyBlog/web/2020/05/29/10-didi.html"
}
,
{
"title" : "zend_execute_ex - ",
"url" : "/MyBlog/php/2020/05/28/zend_execute_ex.html"
}
,
{
"title" : "zend_execute_data - ",
"url" : "/MyBlog/php/2020/05/28/zend_execute_data.html"
}
,
{
"title" : "PHP打印调用堆栈的三种方法 - ",
"url" : "/MyBlog/php/2020/05/28/stack.html"
}
,
{
"title" : "php7 基础上编译扩展,hack文件操作 - ",
"url" : "/MyBlog/php/2020/05/28/php_ext.html"
}
,
{
"title" : "extension php扩展和zend扩展区别 - ",
"url" : "/MyBlog/php/2020/05/28/extension.html"
}
,
{
"title" : "yaf - ",
"url" : "/MyBlog/php/2020/05/27/yaf.html"
}
,
{
"title" : "wechat - ",
"url" : "/MyBlog/web/2020/05/27/wechat.html"
}
,
{
"title" : "stackpreempt 抢占调度 - ",
"url" : "/MyBlog/golang/2020/05/27/stackpreempt.html"
}
,
{
"title" : "php.ini中session的配置 - ",
"url" : "/MyBlog/web/2020/05/27/session.html"
}
,
{
"title" : "phpt 是php源码的测试文件 - ",
"url" : "/MyBlog/php/2020/05/27/phpt.html"
}
,
{
"title" : "如何判断interface为nil - ",
"url" : "/MyBlog/golang/2020/05/27/nil.html"
}
,
{
"title" : "golang 最新文章 - ",
"url" : "/MyBlog/golang/2020/05/27/newa.html"
}
,
{
"title" : "log 高性能 线程安全 zap logrus - ",
"url" : "/MyBlog/golang/2020/05/27/log.html"
}
,
{
"title" : "goroutine - ",
"url" : "/MyBlog/golang/2020/05/27/goroutine.html"
}
,
{
"title" : "gocheck - ",
"url" : "/MyBlog/golang/2020/05/27/gocheck.html"
}
,
{
"title" : "gh-ost mysql binlog同步工具 - ",
"url" : "/MyBlog/golang/2020/05/27/ghost.html"
}
,
{
"title" : "php 扩展编写ext - ",
"url" : "/MyBlog/php/2020/05/27/ext.html"
}
,
{
"title" : "books - ",
"url" : "/MyBlog/web/2020/05/27/books.html"
}
,
{
"title" : "如何保证系统高可用总结 - ",
"url" : "/MyBlog/architect/2020/05/27/avaliablity.html"
}
,
{
"title" : "PHP严格模式 Strict standards - ",
"url" : "/MyBlog/php/2020/05/27/Strict.html"
}
,
{
"title" : "解决mac 没有php.ini 文件问题 - ",
"url" : "/MyBlog/php/2020/05/26/phpini.html"
}
,
{
"title" : "golang如何修改json文件内容 - ",
"url" : "/MyBlog/golang/2020/05/26/json.html"
}
,
{
"title" : "find - ",
"url" : "/MyBlog/linux/2020/05/26/find.html"
}
,
{
"title" : "composer replace - ",
"url" : "/MyBlog/php/2020/05/26/composer_replace.html"
}
,
{
"title" : "composer openssl extension is required - ",
"url" : "/MyBlog/php/2020/05/26/composer.html"
}
,
{
"title" : "sync.pool - ",
"url" : "/MyBlog/golang/2020/05/25/pool.html"
}
,
{
"title" : "goroutine 启动运行详细过程 - ",
"url" : "/MyBlog/golang/2020/05/25/goroutine.html"
}
,
{
"title" : "fault - ",
"url" : "/MyBlog/golang/2020/05/25/fault.html"
}
,
{
"title" : "DNS support edns-client-subnet - ",
"url" : "/MyBlog/golang/2020/05/25/edns.html"
}
,
{
"title" : "configMap - ",
"url" : "/MyBlog/k8s/2020/05/25/configMap.html"
}
,
{
"title" : "基于Docker的Golang交叉编译 - ",
"url" : "/MyBlog/docker/2020/05/25/build.html"
}
,
{
"title" : "LDAP in go - ",
"url" : "/MyBlog/golang/2020/05/25/LDAP.html"
}
,
{
"title" : "Bazel - ",
"url" : "/MyBlog/golang/2020/05/25/Bazel.html"
}
,
{
"title" : "rsync scp sftp 文件同步方式 - ",
"url" : "/MyBlog/linux/2020/05/24/rsync.html"
}
,
{
"title" : "golang 父类调用子类方法 继承多态的实现方式 - ",
"url" : "/MyBlog/golang/2020/05/24/interface.html"
}
,
{
"title" : "Speeding up json processing in go - ",
"url" : "/MyBlog/golang/2020/05/23/json.html"
}
,
{
"title" : "typeAssert - ",
"url" : "/MyBlog/golang/2020/05/22/typeAssert.html"
}
,
{
"title" : "sync.Mutex使用注意事项 - ",
"url" : "/MyBlog/golang/2020/05/22/sync.html"
}
,
{
"title" : "golang单例模式 - ",
"url" : "/MyBlog/golang/2020/05/22/singleton.html"
}
,
{
"title" : "map 加锁与sync.Map性能对比分析 - ",
"url" : "/MyBlog/golang/2020/05/22/rwmutext.html"
}
,
{
"title" : "postman - ",
"url" : "/MyBlog/web/2020/05/22/postman.html"
}
,
{
"title" : "补偿还是幂等来解决一致性问题 - ",
"url" : "/MyBlog/web/2020/05/22/equal.html"
}
,
{
"title" : "postman 压力测试 - ",
"url" : "/MyBlog/web/2020/05/21/postman.html"
}
,
{
"title" : "gem rvm bundle - ",
"url" : "/MyBlog/web/2020/05/21/gem.html"
}
,
{
"title" : "brew - ",
"url" : "/MyBlog/web/2020/05/21/brew.html"
}
,
{
"title" : "xdebug - ",
"url" : "/MyBlog/php/2020/05/20/xdebug.html"
}
,
{
"title" : "timer - ",
"url" : "/MyBlog/golang/2020/05/20/timer.html"
}
,
{
"title" : "mcall systemstack - ",
"url" : "/MyBlog/golang/2020/05/20/systemstack.html"
}
,
{
"title" : "sched_init - ",
"url" : "/MyBlog/linux/2020/05/20/sched_init.html"
}
,
{
"title" : "phpar - ",
"url" : "/MyBlog/web/2020/05/20/phpar.html"
}
,
{
"title" : "mpg 状态机队列 - ",
"url" : "/MyBlog/golang/2020/05/20/mpg.html"
}
,
{
"title" : "map - ",
"url" : "/MyBlog/golang/2020/05/20/map.html"
}
,
{
"title" : "du - ",
"url" : "/MyBlog/linux/2020/05/20/du.html"
}
,
{
"title" : "channel实现sync包里的同步锁 - ",
"url" : "/MyBlog/golang/2020/05/20/chan.html"
}
,
{
"title" : "xdebug 配置教程 - ",
"url" : "/MyBlog/php/2020/05/20/cdebug.html"
}
,
{
"title" : "benchmark - ",
"url" : "/MyBlog/golang/2020/05/20/benchmark.html"
}
,
{
"title" : "Theano - ",
"url" : "/MyBlog/algorithm/2020/05/20/Theano.html"
}
,
{
"title" : "webrtc - ",
"url" : "/MyBlog/golang/2020/05/19/webrtc.html"
}
,
{
"title" : "unsafe - ",
"url" : "/MyBlog/golang/2020/05/19/unsafe.html"
}
,
{
"title" : "sysmon 线程到底做了什么 - ",
"url" : "/MyBlog/golang/2020/05/19/sysmon.html"
}
,
{
"title" : "runtime - ",
"url" : "/MyBlog/golang/2020/05/19/runtime.html"
}
,
{
"title" : "pstree ps 查看线程数 - ",
"url" : "/MyBlog/golang/2020/05/19/pstree.html"
}
,
{
"title" : "ssm 业务应用监控 - ",
"url" : "/MyBlog/web/2020/05/18/ssm.html"
}
,
{
"title" : "块存储文件存储对象存储 - ",
"url" : "/MyBlog/storage/2020/05/18/s3.html"
}
,
{
"title" : "gdb 查看golang程序的入口和启动 流程 - ",
"url" : "/MyBlog/golang/2020/05/18/main.html"
}
,
{
"title" : "etcd - ",
"url" : "/MyBlog/storage/2020/05/18/etcd.html"
}
,
{
"title" : "cqrs 命令和查询责任分离 - ",
"url" : "/MyBlog/web/2020/05/18/cqrs.html"
}
,
{
"title" : "schedt systemon - ",
"url" : "/MyBlog/golang/2020/05/17/schedt.html"
}
,
{
"title" : "mpg - ",
"url" : "/MyBlog/golang/2020/05/17/mpg.html"
}
,
{
"title" : "chan - ",
"url" : "/MyBlog/golang/2020/05/17/chan.html"
}
,
{
"title" : "bootstrap - ",
"url" : "/MyBlog/golang/2020/05/17/bootstrap.html"
}
,
{
"title" : "Scheduler 原理解析 - ",
"url" : "/MyBlog/golang/2020/05/17/Scheduler.html"
}
,
{
"title" : "slice - ",
"url" : "/MyBlog/golang/2020/05/16/slice.html"
}
,
{
"title" : "race - ",
"url" : "/MyBlog/golang/2020/05/16/race.html"
}
,
{
"title" : "nil - ",
"url" : "/MyBlog/golang/2020/05/16/nil.html"
}
,
{
"title" : "lock chan - ",
"url" : "/MyBlog/golang/2020/05/16/lock.html"
}
,
{
"title" : "apcu - ",
"url" : "/MyBlog/php/2020/05/16/apcu.html"
}
,
{
"title" : "timer - ",
"url" : "/MyBlog/golang/2020/05/15/timer.html"
}
,
{
"title" : "semgrep - ",
"url" : "/MyBlog/golang/2020/05/15/semgrep.html"
}
,
{
"title" : "Google Kubernetes Engine上运行HA MySQL - ",
"url" : "/MyBlog/k8s/2020/05/15/mysql.html"
}
,
{
"title" : "lwn - ",
"url" : "/MyBlog/golang/2020/05/15/lwn.html"
}
,
{
"title" : "基于 GoLand 在 Docker 容器中调试 Go 应用程序 - ",
"url" : "/MyBlog/golang/2020/05/15/goland.html"
}
,
{
"title" : "escape Golang 性能优化实战 - ",
"url" : "/MyBlog/golang/2020/05/15/escape.html"
}
,
{
"title" : "四种常见的POST提交数据方式对应的content-type取值 - ",
"url" : "/MyBlog/web/2020/05/15/content.html"
}
,
{
"title" : "cola 微服务业务架构的探索 - ",
"url" : "/MyBlog/golang/2020/05/15/cola.html"
}
,
{
"title" : "基于 Alluxio 数据缓存的大规模深度学习训练性能优化 - ",
"url" : "/MyBlog/golang/2020/05/15/alluxio.html"
}
,
{
"title" : "go race 排查 protobuf Marshal Panic - ",
"url" : "/MyBlog/golang/2020/05/12/race.html"
}
,
{
"title" : "调试golang的bug以及性能问题的实践方法 - ",
"url" : "/MyBlog/golang/2020/05/12/debug.html"
}
,
{
"title" : "Go替代Python在生产环境中进行数据分析 - ",
"url" : "/MyBlog/golang/2020/05/12/data.html"
}
,
{
"title" : "类型断言 - ",
"url" : "/MyBlog/golang/2020/05/12/assert.html"
}
,
{
"title" : "服务网格与Serverless - ",
"url" : "/MyBlog/golang/2020/05/12/Serverless.html"
}
,
{
"title" : "Go as a Scripting Language - ",
"url" : "/MyBlog/golang/2020/05/11/script.html"
}
,
{
"title" : "Digging deeper into the analysis of Go-code - ",
"url" : "/MyBlog/golang/2020/05/11/dig.html"
}
,
{
"title" : "prohibiting comparisons - ",
"url" : "/MyBlog/golang/2020/05/11/compare.html"
}
,
{
"title" : "Take a walk the Go AST - ",
"url" : "/MyBlog/golang/2020/05/11/ast.html"
}
,
{
"title" : "写一个语言 编译器 虚拟机 - ",
"url" : "/MyBlog/golang/2020/05/09/tinyscript.html"
}
,
{
"title" : "限流器 - ",
"url" : "/MyBlog/golang/2020/05/09/limiter.html"
}
,
{
"title" : "为什么需要 Pod - ",
"url" : "/MyBlog/golang/2020/05/08/pod.html"
}
,
{
"title" : "Etcd使用go module的灾难 - ",
"url" : "/MyBlog/golang/2020/05/08/gomod.html"
}
,
{
"title" : "深入TLS/SSL协议 - ",
"url" : "/MyBlog/golang/2020/05/07/thl.html"
}
,
{
"title" : "system-design-primer - ",
"url" : "/MyBlog/web/2020/05/07/system-design-primer.html"
}
,
{
"title" : "Commit message 和 Change log 编写指南 - ",
"url" : "/MyBlog/web/2020/05/07/git.html"
}
,
{
"title" : "context取消goroutine执行的方法 - ",
"url" : "/MyBlog/golang/2020/05/07/context.html"
}
,
{
"title" : "SOFA - ",
"url" : "/MyBlog/web/2020/05/07/SOFA.html"
}
,
{
"title" : "Go语言sync包的应用详解 - ",
"url" : "/MyBlog/golang/2020/05/06/sync.html"
}
,
{
"title" : "profiling - ",
"url" : "/MyBlog/golang/2020/05/06/profiling.html"
}
,
{
"title" : "goreplay 流量回放方案 - ",
"url" : "/MyBlog/golang/2020/05/06/goreplay.html"
}
,
{
"title" : "dubbo-go - ",
"url" : "/MyBlog/golang/2020/05/06/dubbo-go-D-D.html"
}
,
{
"title" : "Golang Context 原理与实战 - ",
"url" : "/MyBlog/golang/2020/05/06/context.html"
}
,
{
"title" : "Goroutine的创建与销毁 - ",
"url" : "/MyBlog/golang/2020/05/06/Goroutine.html"
}
,
{
"title" : "benchmark - ",
"url" : "/MyBlog/golang/2020/04/30/benchmark.html"
}
,
{
"title" : "gomod - ",
"url" : "/MyBlog/golang/2020/04/29/gomod.html"
}
,
{
"title" : "GraphQL - ",
"url" : "/MyBlog/golang/2020/04/29/GraphQL.html"
}
,
{
"title" : "json - ",
"url" : "/MyBlog/golang/2020/04/28/json.html"
}
,
{
"title" : "etcd3 数据不一致 bug 分析 - ",
"url" : "/MyBlog/storage/2020/04/28/etcd.html"
}
,
{
"title" : "go服务内存管理 - ",
"url" : "/MyBlog/golang/2020/04/28/MADV_FREE.html"
}
,
{
"title" : "Go Search Extension - ",
"url" : "/MyBlog/golang/2020/04/26/search.html"
}
,
{
"title" : "Go 协作与抢占 - ",
"url" : "/MyBlog/golang/2020/04/26/schdule.html"
}
,
{
"title" : "middleWare - ",
"url" : "/MyBlog/algorithm/2020/04/26/middleWare.html"
}
,
{
"title" : "Istio 分层架构 - ",
"url" : "/MyBlog/golang/2020/04/26/lstio.html"
}
,
{
"title" : "Inlining optimisations in Go - ",
"url" : "/MyBlog/golang/2020/04/26/inline.html"
}
,
{
"title" : "kubernetes网络 - ",
"url" : "/MyBlog/k8s/2020/04/26/epbf.html"
}
,
{
"title" : "dubbo-go 中如何实现路由策略功能 - ",
"url" : "/MyBlog/golang/2020/04/26/dubbo.html"
}
,
{
"title" : "淘宝云梯分布式计算平台架构 - ",
"url" : "/MyBlog/golang/2020/04/26/dbsync.html"
}
,
{
"title" : "Golang context源码阅读与分析 - ",
"url" : "/MyBlog/golang/2020/04/26/context.html"
}
,
{
"title" : "Colly外的又一Go爬虫框架 — Goribot - ",
"url" : "/MyBlog/golang/2020/04/26/Goribot.html"
}
,
{
"title" : "How to Manage Database Timeouts and Cancellations in Go - ",
"url" : "/MyBlog/golang/2020/04/26/Cancellations.html"
}
,
{
"title" : "binlog - ",
"url" : "/MyBlog/storage/2020/04/24/binlog.html"
}
,
{
"title" : "Parquet - ",
"url" : "/MyBlog/storage/2020/04/24/Parquet.html"
}
,
{
"title" : "argo - ",
"url" : "/MyBlog/golang/2020/04/23/argo.html"
}
,
{
"title" : "apitest - ",
"url" : "/MyBlog/golang/2020/04/23/apitest.html"
}
,
{
"title" : "pprof分析变量逃逸过程 - ",
"url" : "/MyBlog/golang/2020/04/22/escape.html"
}
,
{
"title" : "sqlStmt的使用以及坑 - ",
"url" : "/MyBlog/storage/2020/04/21/sql.html"
}
,
{
"title" : "切片 - ",
"url" : "/MyBlog/golang/2020/04/21/slice.html"
}
,
{
"title" : "PHP SPL(PHP 标准库) - ",
"url" : "/MyBlog/php/2020/04/21/getArrayCopy.html"
}
,
{
"title" : "DDL平台服务 - ",
"url" : "/MyBlog/architect/2020/04/21/ddl.html"
}
,
{
"title" : "autocommit - ",
"url" : "/MyBlog/storage/2020/04/21/autocommit.html"
}
,
{
"title" : "MyRocks - ",
"url" : "/MyBlog/storage/2020/04/21/MyRocks.html"
}
,
{
"title" : "HTTP3 - ",
"url" : "/MyBlog/web/2020/04/21/HTTP3.html"
}
,
{
"title" : "Using Go as a scripting language in Linux - ",
"url" : "/MyBlog/golang/2020/04/20/script.html"
}
,
{
"title" : "OPA 进阶-分布式利器 Bundle - ",
"url" : "/MyBlog/golang/2020/04/20/opa.html"
}
,
{
"title" : "从graphql-go转换到gqlgen - ",
"url" : "/MyBlog/golang/2020/04/20/gqlgen.html"
}
,
{
"title" : "eda 事件驱动架构 - ",
"url" : "/MyBlog/architect/2020/04/20/eda.html"
}
,
{
"title" : "binlog - ",
"url" : "/MyBlog/storage/2020/04/20/binlog.html"
}
,
{
"title" : "linux下使用binfmt_misc设定不同二进制的打开程序 - ",
"url" : "/MyBlog/linux/2020/04/20/binfmt_misc.html"
}
,
{
"title" : "云原生大型分布式监控系统 Thanos 部署与实践 - ",
"url" : "/MyBlog/golang/2020/04/20/Thanos.html"
}
,
{
"title" : "GTID - ",
"url" : "/MyBlog/storage/2020/04/20/GTID.html"
}
,
{
"title" : "DomainEvents - ",
"url" : "/MyBlog/architect/2020/04/20/DomainEvents.html"
}
,
{
"title" : "二进制表示 - ",
"url" : "/MyBlog/golang/2020/04/19/uint.html"
}
,
{
"title" : "Local vs Global Runnable Queue - ",
"url" : "/MyBlog/golang/2020/04/19/runqueue.html"
}
,
{
"title" : "gc 3色标记算法 - ",
"url" : "/MyBlog/golang/2020/04/19/gc.html"
}
,
{
"title" : "为什么DNS使用UDP而不是TCP - ",
"url" : "/MyBlog/web/2020/04/18/%E4%B8%BA%E4%BB%80%E4%B9%88DNS%E4%BD%BF%E7%94%A8UDP%E8%80%8C%E4%B8%8D%E6%98%AFTCP.html"
}
,
{
"title" : "如何做权限管理系统设计 - ",
"url" : "/MyBlog/architect/2020/04/18/right.html"
}
,
{
"title" : "pt-online-schema-change - ",
"url" : "/MyBlog/storage/2020/04/18/pt-online-schema-change.html"
}
,
{
"title" : "局部敏感哈希(Locality Sensitive Hashing)和MinHash - ",
"url" : "/MyBlog/algorithm/2020/04/18/lsh.html"
}
,
{
"title" : "协程与线程的区别 - ",
"url" : "/MyBlog/golang/2020/04/18/goroutine.html"
}
,
{
"title" : "InnoDB与MyISAM 聚集索引与非聚集索引 - ",
"url" : "/MyBlog/storage/2020/04/18/Index.html"
}
,
{
"title" : "DNS原理和智能DNS及CDN - ",
"url" : "/MyBlog/web/2020/04/17/dns.html"
}
,
{
"title" : "WebRTC Gaming as a Service - ",
"url" : "/MyBlog/web/2020/04/17/WebRTC.html"
}
,
{
"title" : "severless - ",
"url" : "/MyBlog/web/2020/04/16/severless.html"
}
,
{
"title" : "Java各种规则引擎 - ",
"url" : "/MyBlog/web/2020/04/16/ruleEngine.html"
}
,
{
"title" : "分布式系统频次限制实现 - ",
"url" : "/MyBlog/algorithm/2020/04/16/rate.html"
}
,
{
"title" : "工作流与BPM - ",
"url" : "/MyBlog/web/2020/04/16/NPM.html"
}
,
{
"title" : "EDA事件驱动架构 - ",
"url" : "/MyBlog/web/2020/04/16/EDA.html"
}
,
{
"title" : "Aviator java的表达式引擎化框架 - ",
"url" : "/MyBlog/web/2020/04/16/Aviator.html"
}
,
{
"title" : "字典 - ",
"url" : "/MyBlog/algorithm/2020/04/15/set.html"
}
,
{
"title" : "线程数与QPS计算 - ",
"url" : "/MyBlog/web/2020/04/15/qps.html"
}
,
{
"title" : "减小Docker镜像的简单技巧 - ",
"url" : "/MyBlog/docker/2020/04/15/image.html"
}
,
{
"title" : "HashTable - ",
"url" : "/MyBlog/algorithm/2020/04/15/hashmap.html"
}
,
{
"title" : "Goimports explained - ",
"url" : "/MyBlog/golang/2020/04/15/goimports-s.html"
}
,
{
"title" : "writing a SQL database from scratch in Go - ",
"url" : "/MyBlog/golang/2020/04/15/database.html"
}
,
{
"title" : "craw - ",
"url" : "/MyBlog/golang/2020/04/15/craw.html"
}
,
{
"title" : "close_wait - ",
"url" : "/MyBlog/golang/2020/04/15/close_wait.html"
}
,
{
"title" : "Libcsp - ",
"url" : "/MyBlog/golang/2020/04/15/Libcsp.html"
}
,
{
"title" : "GO111MODULE - ",
"url" : "/MyBlog/golang/2020/04/15/GO111MODULE.html"
}
,
{
"title" : "Handling Errors in Your HTTP Handlers - ",
"url" : "/MyBlog/golang/2020/04/15/Errors.html"
}
,
{
"title" : "查找算法-2-3-4树和普通红黑树 - ",
"url" : "/MyBlog/algorithm/2020/04/15/234.html"
}
,
{
"title" : "vet - ",
"url" : "/MyBlog/golang/2020/04/14/vet.html"
}
,
{
"title" : "轻量级 Kubernetes k3s 初探 - ",
"url" : "/MyBlog/k8s/2020/04/14/k3s.html"
}
,
{
"title" : "graphql-code-generator 生成graphql - ",
"url" : "/MyBlog/golang/2020/04/14/graphql.html"
}
,
{
"title" : "Debug实现原理 - ",
"url" : "/MyBlog/linux/2020/04/14/debug.html"
}
,
{
"title" : "品类管理 - ",
"url" : "/MyBlog/architect/2020/04/14/category.html"
}
,
{
"title" : "Reflections on 2 Years of Golang - ",
"url" : "/MyBlog/golang/2020/04/14/Golang.html"
}
,
{
"title" : "自动换肤系统设计 - ",
"url" : "/MyBlog/architect/2020/04/14/ChangeSkin.html"
}
,
{
"title" : "statically - ",
"url" : "/MyBlog/golang/2020/04/13/statically.html"
}
,
{
"title" : "TinyGo - ",
"url" : "/MyBlog/golang/2020/04/13/TinyGo.html"
}
,
{
"title" : "reflect - ",
"url" : "/MyBlog/golang/2020/04/11/reflect.html"
}
,
{
"title" : "dubbo-go 与 gRPC - ",
"url" : "/MyBlog/golang/2020/04/11/gorpc.html"
}
,
{
"title" : "delve - ",
"url" : "/MyBlog/golang/2020/04/10/delve.html"
}
,
{
"title" : "反向二进制迭代(Reverse Binary Iteration)算法 - ",
"url" : "/MyBlog/algorithm/2020/04/09/rbi.html"
}
,
{
"title" : "raft - ",
"url" : "/MyBlog/golang/2020/04/09/raft.html"
}
,
{
"title" : "goland 安装破解 - ",
"url" : "/MyBlog/golang/2020/04/09/goland.html"
}
,
{
"title" : "go 远程调试 - ",
"url" : "/MyBlog/golang/2020/04/09/godebug.html"
}
,
{
"title" : "TreeMap和HashMap的区别 - ",
"url" : "/MyBlog/algorithm/2020/04/09/TreeMap.html"
}
,
{
"title" : "TCP协议中的疑难杂症 - ",
"url" : "/MyBlog/linux/2020/04/08/tcp.html"
}
,
{
"title" : "composer - ",
"url" : "/MyBlog/php/2020/04/08/composer.html"
}
,
{
"title" : "xa mysql xid - ",
"url" : "/MyBlog/storage/2020/04/07/xa.html"
}
,
{
"title" : "go 类型转换 - ",
"url" : "/MyBlog/golang/2020/04/07/type.html"
}
,
{
"title" : "ticker 导致cpu泄漏 - ",
"url" : "/MyBlog/golang/2020/04/07/ticker.html"
}
,
{
"title" : "并发模型汇总 - ",
"url" : "/MyBlog/golang/2020/04/07/socket.html"
}
,
{
"title" : "分布式ID生成方案 - ",
"url" : "/MyBlog/algorithm/2020/04/07/snowflake.html"
}
,
{
"title" : "pprof 时间点对比 - ",
"url" : "/MyBlog/golang/2020/04/07/pprof.html"
}
,
{
"title" : "lru - ",
"url" : "/MyBlog/storage/2020/04/07/lru.html"
}
,
{
"title" : "IO 多路复用 - ",
"url" : "/MyBlog/golang/2020/04/07/io.html"
}
,
{
"title" : "Epoll的本质 内部实现原理 - ",
"url" : "/MyBlog/linux/2020/04/07/epoll.html"
}
,
{
"title" : "kubernetes 控制器 Deployment 核心机制 - ",
"url" : "/MyBlog/k8s/2020/04/07/deployment.html"
}
,
{
"title" : "csp actor 并发与并行 - ",
"url" : "/MyBlog/golang/2020/04/07/csp.html"
}
,
{
"title" : "codereview - ",
"url" : "/MyBlog/golang/2020/04/07/codereview.html"
}
,
{
"title" : "socket 的 connect、listen、accept 和全连接队列、半连接队列的原理 - ",
"url" : "/MyBlog/linux/2020/04/07/accept.html"
}
,
{
"title" : "Slice 实现原理分析 - ",
"url" : "/MyBlog/golang/2020/04/07/Slice.html"
}
,
{
"title" : "stream_set_timeout - ",
"url" : "/MyBlog/php/2020/04/03/stream_set_timeout.html"
}
,
{
"title" : "__destruct与register_shutdown_function执行的先后顺序 - ",
"url" : "/MyBlog/php/2020/04/03/register_shutdown_function.html"
}
,
{
"title" : "Generating Go code in Kubebuilder style - ",
"url" : "/MyBlog/golang/2020/04/03/generation.html"
}
,
{
"title" : "enable_file_override - ",
"url" : "/MyBlog/php/2020/04/03/enable_file_override.html"
}
,
{
"title" : "untyped - ",
"url" : "/MyBlog/golang/2020/04/02/untyped.html"
}
,
{
"title" : "Go实现Raft:命令和日志复制 - ",
"url" : "/MyBlog/golang/2020/04/02/raft.html"
}
,
{
"title" : "nebula 图数据库 - ",
"url" : "/MyBlog/storage/2020/04/02/nebula.html"
}
,
{
"title" : "标准化和集中化处理Golang日志的一些建议 - ",
"url" : "/MyBlog/golang/2020/04/02/logrus.html"
}
,
{
"title" : "look-aside cache - ",
"url" : "/MyBlog/storage/2020/04/02/cache.html"
}
,
{
"title" : "Scheduler - ",
"url" : "/MyBlog/golang/2020/04/02/Scheduler.html"
}
,
{
"title" : "新版 Protobuf API - ",
"url" : "/MyBlog/golang/2020/04/02/Protobuf.html"
}
,
{
"title" : "CGO_ENABLED - ",
"url" : "/MyBlog/golang/2020/04/02/CGO_ENABLED.html"
}
,
{
"title" : "redis rehash - ",
"url" : "/MyBlog/storage/2020/04/01/rehash.html"
}
,
{
"title" : "pagecache 预读 - ",
"url" : "/MyBlog/linux/2020/04/01/pagecache.html"
}
,
{
"title" : "Golang HTTP服务平滑重启及升级 - ",
"url" : "/MyBlog/golang/2020/04/01/grace.html"
}
,
{
"title" : "goadmin 极速搭建golang应用管理后台 - ",
"url" : "/MyBlog/golang/2020/04/01/goadmin.html"
}
,
{
"title" : "B+Tree索引树高度如何计算 - ",
"url" : "/MyBlog/storage/2020/04/01/btree.html"
}
,
{
"title" : "tight loop - ",
"url" : "/MyBlog/golang/2020/03/31/tight.html"
}
,
{
"title" : "scan - ",
"url" : "/MyBlog/storage/2020/03/31/scan.html"
}
,
{
"title" : "Linux如何实现共享内存 - ",
"url" : "/MyBlog/linux/2020/03/31/mmap.html"
}
,
{
"title" : "cgroup - ",
"url" : "/MyBlog/linux/2020/03/31/cgroup.html"
}
,
{
"title" : "编写可测试 Go 代码的一种模式 - ",
"url" : "/MyBlog/golang/2020/03/30/ut.html"
}
,
{
"title" : "tcp - ",
"url" : "/MyBlog/linux/2020/03/30/tcp.html"
}
,
{
"title" : "Go语言如何实现stop the world - ",
"url" : "/MyBlog/golang/2020/03/30/stop.html"
}
,
{
"title" : "gRPC 的重试策略 - ",
"url" : "/MyBlog/algorithm/2020/03/30/retry.html"
}
,
{
"title" : "自定义Go Json的序列化方法 - ",
"url" : "/MyBlog/golang/2020/03/30/go.html"
}
,
{
"title" : "dubbo-go - ",
"url" : "/MyBlog/golang/2020/03/30/dubbo-go.html"
}
,
{
"title" : "爬虫系统设计 - ",
"url" : "/MyBlog/architect/2020/03/30/crawler.html"
}
,
{
"title" : "分布式从 ACID、CAP、BASE 的理论推进 - ",
"url" : "/MyBlog/storage/2020/03/30/base.html"
}
,
{
"title" : "SO_REUSEPORT 端口复用 - ",
"url" : "/MyBlog/linux/2020/03/30/SO_REUSEPORT.html"
}
,
{
"title" : "go Compilers - ",
"url" : "/MyBlog/golang/2020/03/30/Compilers.html"
}
,
{
"title" : "淘宝架构演进背后——零售业务中台架构设计探讨及实践 - ",
"url" : "/MyBlog/architect/2020/03/27/taobao.html"
}
,
{
"title" : "selectgo - ",
"url" : "/MyBlog/golang/2020/03/27/selectgo.html"
}
,
{
"title" : "pprof unrecognized profile format - ",
"url" : "/MyBlog/golang/2020/03/27/pprof.html"
}
,
{
"title" : "expvar - ",
"url" : "/MyBlog/golang/2020/03/27/expvar.html"
}
,
{
"title" : "runtime debug - ",
"url" : "/MyBlog/golang/2020/03/27/debug.html"
}
,
{
"title" : "MemStats - ",
"url" : "/MyBlog/golang/2020/03/27/MemStats.html"
}
,
{
"title" : "提高Go的GOGC变量能提升性能 - ",
"url" : "/MyBlog/golang/2020/03/27/GOGC.html"
}
,
{
"title" : "Go项目简单接入travis ci - ",
"url" : "/MyBlog/golang/2020/03/26/travis.html"
}
,
{
"title" : "Debugging performance issues in Go programs - ",
"url" : "/MyBlog/golang/2020/03/26/profile.html"
}
,
{
"title" : "pprof 原理 - ",
"url" : "/MyBlog/golang/2020/03/26/prof.html"
}
,
{
"title" : "golang pprof访问debug/pprof报404 page not found的解决办法 - ",
"url" : "/MyBlog/golang/2020/03/26/pprof.html"
}
,
{
"title" : "两个进程同时监听同一个端口 - ",
"url" : "/MyBlog/linux/2020/03/26/port.html"
}
,
{
"title" : "X-Content-Type-Options nosniff - ",
"url" : "/MyBlog/web/2020/03/26/nosniff.html"
}
,
{
"title" : "微服务设计模式 - ",
"url" : "/MyBlog/architect/2020/03/26/micro.html"
}
,
{
"title" : "结构体转成map string interface - ",
"url" : "/MyBlog/golang/2020/03/26/map.html"
}
,
{
"title" : "gperftools 定位CPU热点函数 - ",
"url" : "/MyBlog/golang/2020/03/26/gperftools.html"
}
,
{
"title" : "flat cum sum pprof文本输出的含义 - ",
"url" : "/MyBlog/golang/2020/03/26/cum.html"
}
,
{
"title" : "wrk - ",
"url" : "/MyBlog/golang/2020/03/25/wrk.html"
}
,
{
"title" : "go tool trace - ",
"url" : "/MyBlog/golang/2020/03/25/trace.html"
}
,
{
"title" : "pprof - ",
"url" : "/MyBlog/golang/2020/03/25/pprof.html"
}
,
{
"title" : "git clone mirror bare - ",
"url" : "/MyBlog/golang/2020/03/25/mirror.html"
}
,
{
"title" : "httptrace - ",
"url" : "/MyBlog/golang/2020/03/25/httptrace.html"
}
,
{
"title" : "defer - ",
"url" : "/MyBlog/golang/2020/03/25/defer.html"
}
,
{
"title" : "brew install 慢的解决方法 - ",
"url" : "/MyBlog/web/2020/03/25/brew.html"
}
,
{
"title" : "Nebula - ",
"url" : "/MyBlog/storage/2020/03/25/Nebula.html"
}
,
{
"title" : "FlameGraph - ",
"url" : "/MyBlog/golang/2020/03/25/FlameGraph.html"
}
,
{
"title" : "composer source 和 dist。 - ",
"url" : "/MyBlog/php/2020/03/24/source.html"
}
,
{
"title" : "schedule - ",
"url" : "/MyBlog/golang/2020/03/24/schedule.html"
}
,
{
"title" : "MacOS 下使用 PHPStorm 打开隐藏文件夹 - ",
"url" : "/MyBlog/web/2020/03/24/phpstorm.html"
}
,
{
"title" : "goimports - ",
"url" : "/MyBlog/golang/2020/03/24/goimports.html"
}
,
{
"title" : "composer - ",
"url" : "/MyBlog/php/2020/03/24/composer.html"
}
,
{
"title" : "c10k - ",
"url" : "/MyBlog/linux/2020/03/24/c10k.html"
}
,
{
"title" : "COMPOSER_HOME 环境变量 - ",
"url" : "/MyBlog/web/2020/03/24/COMPOSER_HOME.html"
}
,
{
"title" : "Golang三种方式实现超时退出 - ",
"url" : "/MyBlog/golang/2020/03/23/timeout.html"
}
,
{
"title" : "Go进程的HeapReleased上升但是RSS不下降造成内存泄漏 - ",
"url" : "/MyBlog/golang/2020/03/23/rss.html"
}
,
{
"title" : "prestissimo Composer 加速 - ",
"url" : "/MyBlog/php/2020/03/23/prestissimo.html"
}
,
{
"title" : "Golang连接池的几种实现 - ",
"url" : "/MyBlog/golang/2020/03/23/pool.html"
}
,
{
"title" : "packagist composer - ",
"url" : "/MyBlog/php/2020/03/23/packagist.html"
}
,
{
"title" : "OPA 重新定义规则引擎 - ",
"url" : "/MyBlog/golang/2020/03/23/opa.html"
}
,
{
"title" : "log - ",
"url" : "/MyBlog/golang/2020/03/23/log.html"
}
,
{
"title" : "IO 多路复用 - ",
"url" : "/MyBlog/linux/2020/03/23/io.html"
}
,
{
"title" : "go 语言是如何运行的-内存分配 - ",
"url" : "/MyBlog/golang/2020/03/23/TCMalloc.html"
}
,
{
"title" : "滴滴内部监控系统 Nightingale 开源啦 - ",
"url" : "/MyBlog/golang/2020/03/23/Nightingale.html"
}
,
{
"title" : "用Go编写Web中间件 - ",
"url" : "/MyBlog/golang/2020/03/23/Middleware.html"
}
,
{
"title" : "Raft - ",
"url" : "/MyBlog/golang/2020/03/20/Raft.html"
}
,
{
"title" : "Kong入口控制器和服务网格Kubernetes设置入口到Istio - ",
"url" : "/MyBlog/k8s/2020/03/20/Istio.html"
}
,
{
"title" : "gnet一个轻量级且高性能的 Golang 网络库 - ",
"url" : "/MyBlog/golang/2020/03/18/gnet.html"
}
,
{
"title" : "Golang -CPU 性能、内存分析调试方法汇总 - ",
"url" : "/MyBlog/golang/2020/03/18/gc.html"
}
,
{
"title" : "evio - ",
"url" : "/MyBlog/golang/2020/03/18/evio.html"
}
,
{
"title" : "golang调用原生epoll引起event loop阻塞问题 - ",
"url" : "/MyBlog/golang/2020/03/18/epoll.html"
}
,
{
"title" : "websocket - ",
"url" : "/MyBlog/golang/2020/03/17/websocket.html"
}
,
{
"title" : "linux的wc -l 命令统计文件少一行 - ",
"url" : "/MyBlog/linux/2020/03/17/wcl.html"
}
,
{
"title" : "Understand unsafe in GoLang - ",
"url" : "/MyBlog/golang/2020/03/17/unsafe.html"
}
,
{
"title" : "slice - ",
"url" : "/MyBlog/golang/2020/03/17/slice.html"
}
,
{
"title" : "怎么面对“写业务代码”这件事 - ",
"url" : "/MyBlog/architect/2020/03/17/code.html"
}
,
{
"title" : "Redis 安全配置 - ",
"url" : "/MyBlog/storage/2020/03/17/Redis.html"
}
,
{
"title" : "go中的引用类型 - ",
"url" : "/MyBlog/golang/2020/03/16/pointer.html"
}
,
{
"title" : "go-cache - ",
"url" : "/MyBlog/golang/2020/03/16/go-cache.html"
}
,
{
"title" : "race - ",
"url" : "/MyBlog/golang/2020/03/14/rece.html"
}
,
{
"title" : "k8s log - ",
"url" : "/MyBlog/k8s/2020/03/14/k8s.html"
}
,
{
"title" : "goroutine 切换代价为啥这么小 - ",
"url" : "/MyBlog/algorithm/2020/03/14/go.html"
}
,
{
"title" : "gctrace Go的GC打印出来的信息 - ",
"url" : "/MyBlog/golang/2020/03/14/gctrace.html"
}
,
{
"title" : "GODEBUG - ",
"url" : "/MyBlog/golang/2020/03/14/GODEBUG.html"
}
,
{
"title" : "event_scheduler - ",
"url" : "/MyBlog/storage/2020/03/13/event_scheduler.html"
}
,
{
"title" : "Go实现Raft - ",
"url" : "/MyBlog/golang/2020/03/12/raft.html"
}
,
{
"title" : "moesi CPU缓存知识 - ",
"url" : "/MyBlog/linux/2020/03/12/moesi.html"
}
,
{
"title" : "memory - ",
"url" : "/MyBlog/golang/2020/03/12/memory.html"
}
,
{
"title" : "JSON Schema - ",
"url" : "/MyBlog/web/2020/03/12/json.html"
}
,
{
"title" : "错误使用 go-cache 导致出现的线上问题 - ",
"url" : "/MyBlog/golang/2020/03/12/gocache.html"
}
,
{
"title" : "Go 垃圾回收 - ",
"url" : "/MyBlog/golang/2020/03/12/gc.html"
}
,
{
"title" : "TCP 协议有粘包问题 - ",
"url" : "/MyBlog/linux/2020/03/12/frame.html"
}
,
{
"title" : "书籍 - ",
"url" : "/MyBlog/golang/2020/03/12/book.html"
}
,
{
"title" : "API网关和服务网格的区别 - ",
"url" : "/MyBlog/algorithm/2020/03/12/apim.html"
}
,
{
"title" : "代码执行的效率 - ",
"url" : "/MyBlog/linux/2020/03/12/Hotspot.html"
}
,
{
"title" : "Go防缓存击穿 - ",
"url" : "/MyBlog/golang/2020/03/10/singleflight.html"
}
,
{
"title" : "go-mir v2.0.0 发布 用 Go 结构体标签定义 handler 路由信息的辅助库 - ",
"url" : "/MyBlog/golang/2020/03/10/mirr.html"
}
,
{
"title" : "go 1.14变化 - ",
"url" : "/MyBlog/golang/2020/03/10/go.html"
}
,
{
"title" : "Cookie数据的安全传输 - ",
"url" : "/MyBlog/golang/2020/03/10/cookie.html"
}
,
{
"title" : "Go STL 查询 DB 引发的内存泄露 - ",
"url" : "/MyBlog/golang/2020/03/08/mem_leak.html"
}
,
{
"title" : "Go语言inline内联的策略与限制 - ",
"url" : "/MyBlog/golang/2020/03/08/inline.html"
}
,
{
"title" : "kubernetes 中的事件机制 - ",
"url" : "/MyBlog/k8s/2020/03/08/events.html"
}
,
{
"title" : "terraform - ",
"url" : "/MyBlog/golang/2020/03/06/terraform.html"
}
,
{
"title" : "获取map[interface{}]interface{}的value - ",
"url" : "/MyBlog/golang/2020/03/06/interface.html"
}
,
{
"title" : "Go 语言中下划线的用法分析总结 - ",
"url" : "/MyBlog/golang/2020/03/06/go.html"
}
,
{
"title" : "Go的方法集详解 - ",
"url" : "/MyBlog/golang/2020/03/06/func.html"
}
,
{
"title" : "Bounds Check Elimination In Go - ",
"url" : "/MyBlog/golang/2020/03/06/bce.html"
}
,
{
"title" : "GOSSAFUNC Dig101-Go 之 interface 调用的一个优化点 - ",
"url" : "/MyBlog/golang/2020/03/06/GOSSAFUNC.html"
}
,
{
"title" : "underlay overlay - ",
"url" : "/MyBlog/linux/2020/03/05/underlay.html"
}
,
{
"title" : "fpm slowlog - ",
"url" : "/MyBlog/php/2020/03/05/slowlog.html"
}
,
{
"title" : "go vs code - ",
"url" : "/MyBlog/golang/2020/03/05/gocode.html"
}
,
{
"title" : "Kubernetes 网络模型进阶 - ",
"url" : "/MyBlog/golang/2020/03/05/Kubernetes.html"
}
,
{
"title" : "Iaas Paas Saas - ",
"url" : "/MyBlog/web/2020/03/05/Iaas.html"
}
,
{
"title" : "watermill - ",
"url" : "/MyBlog/golang/2020/03/04/watermill.html"
}
,
{
"title" : "sync.WaitGroup 实现逻辑和源码解析 - ",
"url" : "/MyBlog/golang/2020/03/04/waitGroup.html"
}
,
{
"title" : "sync.Pool 的设计与实现 - ",
"url" : "/MyBlog/golang/2020/03/04/syncpool.html"
}
,
{
"title" : "regexp - ",
"url" : "/MyBlog/golang/2020/03/04/regexp.html"
}
,
{
"title" : "Optimizing a Golang service to reduce over 40% CPU - ",
"url" : "/MyBlog/golang/2020/03/04/pprof.html"
}
,
{
"title" : "httptest - ",
"url" : "/MyBlog/golang/2020/03/04/httptest.html"
}
,
{
"title" : "go 的坑 - ",
"url" : "/MyBlog/golang/2020/03/04/go.html"
}
,
{
"title" : "Golang 中字典的 Comma Ok 是如何实现的 - ",
"url" : "/MyBlog/golang/2020/03/04/comma.html"
}
,
{
"title" : "VSCode 调试 Golang - ",
"url" : "/MyBlog/golang/2020/03/04/VSCode.html"
}
,
{
"title" : "Singleflight - ",
"url" : "/MyBlog/golang/2020/03/04/Singleflight.html"
}
,
{
"title" : "Git Flow - ",
"url" : "/MyBlog/web/2020/03/03/gitflow.html"
}
,
{
"title" : "gts - ",
"url" : "/MyBlog/architect/2020/03/02/gts.html"
}
,
{
"title" : "vuls - ",
"url" : "/MyBlog/golang/2020/03/01/vuls.html"
}
,
{
"title" : "Golang连接池 mysql redis - ",
"url" : "/MyBlog/golang/2020/03/01/pool.html"
}
,
{
"title" : "可扩展的限流算法 - ",
"url" : "/MyBlog/golang/2020/03/01/limiter.html"
}
,
{
"title" : "php execute_ex - ",
"url" : "/MyBlog/php/2020/03/01/execute_ex.html"
}
,
{
"title" : "Modules - ",
"url" : "/MyBlog/golang/2020/03/01/Modules.html"
}
,
{
"title" : "micro - ",
"url" : "/MyBlog/architect/2020/02/29/micro.html"
}
,
{
"title" : "epoll - ",
"url" : "/MyBlog/golang/2020/02/29/epoll.html"
}
,
{
"title" : "dubbo-go - ",
"url" : "/MyBlog/golang/2020/02/29/dubbo.html"
}
,
{
"title" : "golang的简单分布式延时队列服务 - ",
"url" : "/MyBlog/golang/2020/02/29/delay.html"
}
,
{
"title" : "channel - ",
"url" : "/MyBlog/golang/2020/02/29/channel.html"
}
,
{
"title" : "zen of go - ",
"url" : "/MyBlog/golang/2020/02/27/zen.html"
}
,
{
"title" : "go1.14基于netpoll优化timer定时器实现原理 - ",
"url" : "/MyBlog/golang/2020/02/27/timer.html"
}
,
{
"title" : "go1.14 基于信号的抢占式调度实现原理 - ",
"url" : "/MyBlog/golang/2020/02/27/sigurg.html"
}
,
{
"title" : "go 理解 Lock-Free - ",
"url" : "/MyBlog/golang/2020/02/27/lock.html"
}
,
{
"title" : "为什么流媒体直播的延迟很高 - ",
"url" : "/MyBlog/web/2020/02/27/live.html"
}
,
{
"title" : "gojsonq - ",
"url" : "/MyBlog/golang/2020/02/27/gojsonq.html"
}
,
{
"title" : "goim - ",
"url" : "/MyBlog/golang/2020/02/27/goim.html"
}
,
{
"title" : "Go 高级并发 - ",
"url" : "/MyBlog/golang/2020/02/27/go.html"
}
,
{
"title" : "error - ",
"url" : "/MyBlog/golang/2020/02/27/error.html"
}
,
{
"title" : "epoll 在 Go 中的使用 - ",
"url" : "/MyBlog/golang/2020/02/27/epoll.html"
}
,
{
"title" : "Sentinel - ",
"url" : "/MyBlog/golang/2020/02/27/Sentinel.html"
}
,
{
"title" : "HTTPS - ",
"url" : "/MyBlog/golang/2020/02/27/HTTPS.html"
}
,
{
"title" : "Go lessons learnt by refactoring - ",
"url" : "/MyBlog/golang/2020/02/26/refactoring.html"
}
,
{
"title" : "mpg - ",
"url" : "/MyBlog/algorithm/2020/02/26/mpg.html"
}
,
{
"title" : "Go系统可能遇到的锁问题 - ",
"url" : "/MyBlog/golang/2020/02/26/lock.html"
}
,
{
"title" : "docker image - ",
"url" : "/MyBlog/docker/2020/02/26/image.html"
}
,
{
"title" : "go.dev - ",
"url" : "/MyBlog/golang/2020/02/26/dev.html"
}
,
{
"title" : "dci 四色模型结合 - ",
"url" : "/MyBlog/architect/2020/02/26/dci.html"
}
,
{
"title" : "golang net/http输出context引起的map panic - ",
"url" : "/MyBlog/golang/2020/02/26/context.html"
}
,
{
"title" : "Introducing Sqreen for Go the first Runtime Application Self-Protection for Go - ",
"url" : "/MyBlog/golang/2020/02/26/RASP.html"
}
,
{
"title" : "LimitReader - ",
"url" : "/MyBlog/golang/2020/02/26/LimitReader.html"
}
,
{
"title" : "GOSSAFUNC 查看 Go 的代码优化过程 - ",
"url" : "/MyBlog/golang/2020/02/26/GOSSAFUNC.html"
}
,
{
"title" : "GitHub Actions 自动化构建 Golang 应用 - ",
"url" : "/MyBlog/golang/2020/02/26/Actions.html"
}
,
{
"title" : "role DDD、DCI之间的关系 - ",
"url" : "/MyBlog/algorithm/2020/02/25/role.html"
}
,
{
"title" : "resolver - ",
"url" : "/MyBlog/architect/2020/02/25/resolver.html"
}
,
{
"title" : "插件化 - ",
"url" : "/MyBlog/architect/2020/02/25/plugin.html"
}
,
{
"title" : "业务配置化 - ",
"url" : "/MyBlog/architect/2020/02/25/config.html"
}
,
{
"title" : "组件化 组件化业务模型(CBM) - ",
"url" : "/MyBlog/architect/2020/02/25/component.html"
}
,
{
"title" : "四色原型总结 - ",
"url" : "/MyBlog/architect/2020/02/25/color.html"
}
,
{
"title" : "RTTI - ",
"url" : "/MyBlog/lang/2020/02/25/RTTI.html"
}
,
{
"title" : "DB2 NoSQL JSON - ",
"url" : "/MyBlog/web/2020/02/25/NoSQL.html"
}
,
{
"title" : "Gflag - ",
"url" : "/MyBlog/web/2020/02/25/Gflag.html"
}
,
{
"title" : "从领域、对象、角色、职责、对象交互、场景等方面去分析和设计领域模型 - ",
"url" : "/MyBlog/architect/2020/02/25/DCI.html"
}
,
{
"title" : "μJavaActors - ",
"url" : "/MyBlog/algorithm/2020/02/24/%CE%BCJavaActors.html"
}
,
{
"title" : "mixin trait 多继承 - ",
"url" : "/MyBlog/lang/2020/02/24/mixin_trait.html"
}
,
{
"title" : "并发之痛 Thread,Goroutine,Actor - ",
"url" : "/MyBlog/golang/2020/02/24/goroutine.html"
}
,
{
"title" : "golang Trait - ",
"url" : "/MyBlog/golang/2020/02/24/goTrait.html"
}
,
{
"title" : "callback hell - ",
"url" : "/MyBlog/golang/2020/02/24/callback.html"
}
,
{
"title" : "c++ Traits - ",
"url" : "/MyBlog/web/2020/02/24/cTraits.html"
}
,
{
"title" : "为什么actors没有堆栈 - ",
"url" : "/MyBlog/lang/2020/02/24/actors.html"
}
,
{
"title" : "php Traits - ",
"url" : "/MyBlog/php/2020/02/24/Traits.html"
}
,
{
"title" : "Mixin - ",
"url" : "/MyBlog/lang/2020/02/24/Mixin.html"
}
,
{
"title" : "Docker容器内部使用gdb进行debug - ",
"url" : "/MyBlog/docker/2020/02/21/seccomp_docker.html"
}
,
{
"title" : "seccomp - ",
"url" : "/MyBlog/linux/2020/02/21/seccomp.html"
}
,
{
"title" : "gdb - ",
"url" : "/MyBlog/golang/2020/02/21/gdb.html"
}
,
{
"title" : "gcBgMarkWorker - ",
"url" : "/MyBlog/golang/2020/02/21/gcBgMarkWorker.html"
}
,
{
"title" : "exec - ",
"url" : "/MyBlog/golang/2020/02/21/exec.html"
}
,
{
"title" : "debugger 学go - ",
"url" : "/MyBlog/golang/2020/02/21/debugger.html"
}
,
{
"title" : "dci - ",
"url" : "/MyBlog/algorithm/2020/02/21/dci.html"
}
,
{
"title" : "UseNumber - ",
"url" : "/MyBlog/golang/2020/02/21/UseNumber.html"
}
,
{
"title" : "ParseInt 的坑 - ",
"url" : "/MyBlog/golang/2020/02/21/ParseInt.html"
}
,
{
"title" : "Concurrency - ",
"url" : "/MyBlog/golang/2020/02/21/Concurrency.html"
}
,
{
"title" : "Testing in Go Clean Tests Using t Cleanup - ",
"url" : "/MyBlog/golang/2020/02/20/test.html"
}
,
{
"title" : "Go 编程语言规范 - ",
"url" : "/MyBlog/golang/2020/02/20/golang_spec.html"
}
,
{
"title" : "golang 编译链接 - ",
"url" : "/MyBlog/golang/2020/02/20/compile.html"
}
,
{
"title" : "斗鱼配置管理中心 Minerva 的设计与实现 - ",
"url" : "/MyBlog/golang/2020/02/20/Minerva.html"
}
,
{
"title" : "ssh +trap 实现跳板机 - ",
"url" : "/MyBlog/linux/2020/02/18/trap.html"
}
,
{
"title" : "进程ID、父进程ID、进程组ID、会话和控制终端 - ",
"url" : "/MyBlog/linux/2020/02/18/pty.html"
}
,
{
"title" : "ps ef 和 -ef 区别 - ",
"url" : "/MyBlog/linux/2020/02/18/ps.html"
}
,
{
"title" : "信号的生命周期 - ",
"url" : "/MyBlog/linux/2020/02/18/SIGXXX.html"
}
,
{
"title" : "linux 的nohup & 和daemon 总结 - ",
"url" : "/MyBlog/linux/2020/02/18/Daemon.html"
}
,
{
"title" : "gulp webpack grunt requirejs - ",
"url" : "/MyBlog/web/2020/02/17/webpack.html"
}
,
{
"title" : "rollup - ",
"url" : "/MyBlog/web/2020/02/17/rollup.html"
}
,
{
"title" : "Node.js RESTful API - ",
"url" : "/MyBlog/web/2020/02/17/restful.html"
}
,
{
"title" : "Node.js GET POST请求 - ",
"url" : "/MyBlog/web/2020/02/17/post.html"
}
,
{
"title" : "node - ",
"url" : "/MyBlog/web/2020/02/17/node.html"
}
,
{
"title" : "grunt - ",
"url" : "/MyBlog/web/2020/02/17/gulp.html"
}
,
{
"title" : "Node.js Express 框架 - ",
"url" : "/MyBlog/web/2020/02/17/express.html"
}
,
{
"title" : "exports - ",
"url" : "/MyBlog/web/2020/02/17/exports.html"
}
,
{
"title" : "electron nodejs源码打包为可执行程序 - ",
"url" : "/MyBlog/web/2020/02/17/electron.html"
}
,
{
"title" : "npm 和 cnpm - ",
"url" : "/MyBlog/web/2020/02/17/cnpm.html"
}
,
{
"title" : "使用Browserify解决浏览器加载require没有被定义 - ",
"url" : "/MyBlog/web/2020/02/17/browserify.html"
}
,
{
"title" : "babelify - ",
"url" : "/MyBlog/web/2020/02/17/babelify.html"
}
,
{
"title" : "babel - ",
"url" : "/MyBlog/web/2020/02/17/babel.html"
}
,
{
"title" : "ES6 - ",
"url" : "/MyBlog/web/2020/02/17/ES6.html"
}
,
{
"title" : "thriftpy - ",
"url" : "/MyBlog/golang/2020/02/15/thriftpy.html"
}
,
{
"title" : "pprof - ",
"url" : "/MyBlog/golang/2020/02/15/pprof.html"
}
,
{
"title" : "php-Parser - ",
"url" : "/MyBlog/php/2020/02/15/Parser.html"
}
,
{
"title" : "slice作为函数参数是值传递 - ",
"url" : "/MyBlog/algorithm/2020/02/14/slice.html"
}
,
{
"title" : "PhpStorm Xdebug远程调试环境搭建原理分析 - ",
"url" : "/MyBlog/php/2020/02/14/Xdebug.html"
}
,
{
"title" : "Delve - ",
"url" : "/MyBlog/golang/2020/02/14/Delve.html"
}
,
{
"title" : "分布式系统的基本盘 - ",
"url" : "/MyBlog/storage/2020/02/13/distri.html"
}
,
{
"title" : "redis-cli pipe模式 - ",
"url" : "/MyBlog/storage/2020/02/12/redis.html"
}
,
{
"title" : "netpoller - ",
"url" : "/MyBlog/golang/2020/02/12/netpoller.html"
}
,
{
"title" : "HTTP缓存机制详解 - ",
"url" : "/MyBlog/storage/2020/02/12/cache.html"
}
,
{
"title" : "不能使用简短声明来设置字段的值 - ",
"url" : "/MyBlog/golang/2020/02/12/assign.html"
}
,
{
"title" : "logrus - ",
"url" : "/MyBlog/golang/2020/02/11/logrus.html"
}
,
{
"title" : "router - ",
"url" : "/MyBlog/linux/2020/02/10/router.html"
}
,
{
"title" : "webassembly go 学习资料 - ",
"url" : "/MyBlog/golang/2020/02/08/webassemblygo.html"
}
,
{
"title" : "webassembly syscall js - ",
"url" : "/MyBlog/golang/2020/02/08/webassembly.html"
}
,
{
"title" : "tinygo - ",
"url" : "/MyBlog/golang/2020/02/08/tinygo.html"
}
,
{
"title" : "shed 调度 - ",
"url" : "/MyBlog/golang/2020/02/07/shed.html"
}
,
{
"title" : "gc - ",
"url" : "/MyBlog/golang/2020/02/07/gc.html"
}
,
{
"title" : "WebAssembly Go - ",
"url" : "/MyBlog/golang/2020/02/07/WebAssemblyGo.html"
}
,
{
"title" : "WebAssembly - ",
"url" : "/MyBlog/golang/2020/02/07/WebAssembly.html"
}
,
{
"title" : "abi - ",
"url" : "/MyBlog/linux/2020/02/06/abi.html"
}
,
{
"title" : "调度器设计 golang linux k8s - ",
"url" : "/MyBlog/golang/2020/02/05/scheduler.html"
}
,
{
"title" : "map - ",
"url" : "/MyBlog/golang/2020/02/05/map.html"
}
,
{
"title" : "graphql - ",
"url" : "/MyBlog/golang/2020/02/05/graphql.html"
}
,
{
"title" : "fx - ",
"url" : "/MyBlog/golang/2020/02/05/fx.html"
}
,
{
"title" : "逃逸分析 - ",
"url" : "/MyBlog/golang/2020/02/05/escape.html"
}
,
{
"title" : "Go1.14为time.Timer定时器带来巨幅性能提升 - ",
"url" : "/MyBlog/golang/2020/02/05/Timer.html"
}
,
{
"title" : "Kubernetes 服务发现 - ",
"url" : "/MyBlog/golang/2020/02/05/Kubernetes.html"
}
,
{
"title" : "uintptr - ",
"url" : "/MyBlog/golang/2020/02/03/uintptr.html"
}
,
{
"title" : "50 Shades of Go Traps, Gotchas, and Common Mistakes for New Golang Devs - ",
"url" : "/MyBlog/golang/2020/02/03/traps.html"
}
,
{
"title" : "sqlc - ",
"url" : "/MyBlog/algorithm/2020/02/03/sqlc.html"
}
,
{
"title" : "slice - ",
"url" : "/MyBlog/golang/2020/02/03/slice.html"
}
,
{
"title" : "rabbitmq - ",
"url" : "/MyBlog/storage/2020/02/03/rabbitmq.html"
}
,
{
"title" : "pprof & trace - ",
"url" : "/MyBlog/golang/2020/02/03/pprof.html"
}
,
{
"title" : "orm - ",
"url" : "/MyBlog/golang/2020/02/03/orm.html"
}
,
{
"title" : "map 有序 json - ",
"url" : "/MyBlog/golang/2020/02/03/map.html"
}
,
{
"title" : "lockedSource - ",
"url" : "/MyBlog/golang/2020/02/03/lockedSource.html"
}
,
{
"title" : "inline defer - ",
"url" : "/MyBlog/golang/2020/02/03/inline.html"
}
,
{
"title" : "net/http包 - ",
"url" : "/MyBlog/golang/2020/02/03/http.html"
}
,
{
"title" : "golang map转json的顺序问题 - ",
"url" : "/MyBlog/golang/2020/02/03/gson.html"
}
,
{
"title" : "go bnf - ",
"url" : "/MyBlog/golang/2020/02/03/gobnf.html"
}
,
{
"title" : "为什么 Go 语言没有泛型 - ",
"url" : "/MyBlog/golang/2020/02/03/generics.html"
}
,
{
"title" : "file sever - ",
"url" : "/MyBlog/golang/2020/02/03/fsever.html"
}
,
{
"title" : "Why are my Go executable files so large - ",
"url" : "/MyBlog/golang/2020/02/03/executable.html"
}
,
{
"title" : "ddd - ",
"url" : "/MyBlog/architect/2020/02/03/ddd.html"
}
,
{
"title" : "为什么数据库会丢失数据 - ",
"url" : "/MyBlog/storage/2020/02/03/data.html"
}
,
{
"title" : "close_wait - ",
"url" : "/MyBlog/golang/2020/02/03/close_wait.html"
}
,
{
"title" : "Go 语言标准库中 atomic.Value - ",
"url" : "/MyBlog/golang/2020/02/03/automic.html"
}
,
{
"title" : "ScheduleAlgorithm - ",
"url" : "/MyBlog/golang/2020/02/03/ScheduleAlgorithm.html"
}
,
{
"title" : "Profefe - ",
"url" : "/MyBlog/golang/2020/02/03/Profefe.html"
}
,
{
"title" : "BitTorrent - ",
"url" : "/MyBlog/golang/2020/02/03/BitTorrent.html"
}
,
{
"title" : "dsl json - ",
"url" : "/MyBlog/lang/2020/01/15/dsl_json.html"
}
,
{
"title" : "DelayQueue 延迟队列实现原理 - ",
"url" : "/MyBlog/web/2020/01/15/DelayQueue.html"
}
,
{
"title" : "延迟队列设计 - ",
"url" : "/MyBlog/web/2020/01/15/DelayQue.html"
}
,
{
"title" : "Range sync.Map - ",
"url" : "/MyBlog/golang/2020/01/14/Range.html"
}
,
{
"title" : "Charles不能捕获localhost请求 - ",
"url" : "/MyBlog/web/2020/01/13/localhost.html"
}
,
{
"title" : "源码剖析:fmt 标准库 - ",
"url" : "/MyBlog/golang/2020/01/13/fmt.html"
}
,
{
"title" : "file_get_contents - ",
"url" : "/MyBlog/php/2020/01/10/file_get_contents.html"
}
,
{
"title" : "线程池 - ",
"url" : "/MyBlog/linux/2020/01/09/threadpool.html"
}
,
{
"title" : "多线程模式下全局变量竞争 - ",
"url" : "/MyBlog/linux/2020/01/09/thread.html"
}
,
{
"title" : "no debugging symbols found - ",
"url" : "/MyBlog/golang/2020/01/09/symbols.html"
}
,
{
"title" : "runtime-gdb.py - ",
"url" : "/MyBlog/golang/2020/01/09/runtime-gdb.py.html"
}
,
{
"title" : "流水线冒险及解决方法 - ",
"url" : "/MyBlog/linux/2020/01/09/pipleline.html"
}
,
{
"title" : "服务自动发现 - ",
"url" : "/MyBlog/k8s/2020/01/09/discovery.html"
}
,
{
"title" : "连接池 - ",
"url" : "/MyBlog/linux/2020/01/09/connectpool.html"
}
,
{
"title" : "Mutex/Semaphore/Spinlock - ",
"url" : "/MyBlog/linux/2020/01/09/Semaphore.html"
}
,
{
"title" : "IPC Inter-Process Communication,进程间通信 - ",
"url" : "/MyBlog/linux/2020/01/09/IPC.html"
}
,
{
"title" : "zend_parse_paramenters - ",
"url" : "/MyBlog/lang/2020/01/08/zend_parse_paramenters.html"
}
,
{
"title" : "php 扩展加载顺序 - ",
"url" : "/MyBlog/lang/2020/01/08/zend_module_entry.html"
}
,
{
"title" : "如何理解PHP虚拟机 - ",
"url" : "/MyBlog/lang/2020/01/08/vm.html"
}
,
{
"title" : "内存屏障原理分析 - ",
"url" : "/MyBlog/linux/2020/01/08/valotile.html"
}
,
{
"title" : "linux最大进程数、最大打开文件数 - ",
"url" : "/MyBlog/linux/2020/01/08/ulimit.html"
}
,
{
"title" : "内存池 - ",
"url" : "/MyBlog/linux/2020/01/08/slab.html"
}
,
{
"title" : "rename - ",
"url" : "/MyBlog/linux/2020/01/08/rename.html"
}
,
{
"title" : "post - ",
"url" : "/MyBlog/algorithm/2020/01/08/post.html"
}
,
{
"title" : "pass_two - ",
"url" : "/MyBlog/lang/2020/01/08/pass_two.html"
}
,
{
"title" : "mmap的原理 - ",
"url" : "/MyBlog/linux/2020/01/08/mmap.html"
}
,
{
"title" : "多线程安全无锁日志系统 - ",
"url" : "/MyBlog/golang/2020/01/08/log4cpp.html"
}
,
{
"title" : "log - ",
"url" : "/MyBlog/linux/2020/01/08/log.html"
}
,
{
"title" : "php 函数在vm执行流程 - ",
"url" : "/MyBlog/lang/2020/01/08/func.html"
}
,
{
"title" : "LD_PRELOAD和dlopen选项RTLD_DEEPBIND之间的优先级 - ",
"url" : "/MyBlog/linux/2020/01/08/dlopen.html"
}
,
{
"title" : "linux 下调试coredump文件 - ",
"url" : "/MyBlog/linux/2020/01/08/coredump.html"
}
,
{
"title" : "SATA硬盘和SSD硬盘性能测试对比 - ",
"url" : "/MyBlog/linux/2020/01/08/SATA.html"
}
,
{
"title" : "OOM原理分析 - ",
"url" : "/MyBlog/linux/2020/01/08/OOM.html"
}
,
{
"title" : "检测内存泄露 - ",
"url" : "/MyBlog/linux/2020/01/08/MemoryLeaks.html"
}
,
{
"title" : "双缓冲(Double Buffer)原理和使用 - ",
"url" : "/MyBlog/linux/2020/01/08/Buffer.html"
}
,
{
"title" : "phpize php-config 作用 - ",
"url" : "/MyBlog/lang/2020/01/07/phpize.html"
}
,
{
"title" : "php - ",
"url" : "/MyBlog/lang/2020/01/07/php.html"
}
,
{
"title" : "php map 实现 - ",
"url" : "/MyBlog/lang/2020/01/07/map.html"
}
,
{
"title" : "php include和require区别 - ",
"url" : "/MyBlog/lang/2020/01/07/include.html"
}
,
{
"title" : "文件锁 - ",
"url" : "/MyBlog/linux/2020/01/07/flock.html"
}
,
{
"title" : "MINIT、RINIT、RSHUTDOWN、MSHUTDOWN加载顺序 - ",
"url" : "/MyBlog/lang/2020/01/07/MINIT.html"
}
,
{
"title" : "dynamo - ",
"url" : "/MyBlog/storage/2020/01/06/dynamo.html"
}
,
{
"title" : "强一致性、顺序一致性、弱一致性和共识 - ",
"url" : "/MyBlog/storage/2020/01/06/Consistency.html"
}
,
{
"title" : "xargs - ",
"url" : "/MyBlog/linux/2020/01/05/xargs.html"
}
,
{
"title" : "UNIX域套接字传递描述符的应用 - ",
"url" : "/MyBlog/linux/2020/01/05/socket.html"
}
,
{
"title" : "rest - ",
"url" : "/MyBlog/golang/2020/01/05/rest.html"
}
,
{
"title" : "rainbow table 彩虹表 - ",
"url" : "/MyBlog/algorithm/2020/01/05/rainbow.html"
}
,
{
"title" : "pki Public Key Infrastructure - ",
"url" : "/MyBlog/algorithm/2020/01/05/pki.html"
}
,
{
"title" : "mysqldump Mysql 大量数据快速导出 - ",
"url" : "/MyBlog/storage/2020/01/05/mysqldump.html"
}
,
{
"title" : "mysql优化技巧 - ",
"url" : "/MyBlog/storage/2020/01/05/mysql_op.html"
}
,
{
"title" : "mysql index - ",
"url" : "/MyBlog/storage/2020/01/05/mysql_index.html"
}
,
{
"title" : "mysql 同库不同表索引不一样 - ",
"url" : "/MyBlog/storage/2020/01/05/mysql.html"
}
,
{
"title" : "Mysql模糊查询like效率 - ",
"url" : "/MyBlog/storage/2020/01/05/like.html"
}
,
{
"title" : "int(2) tinyint - ",
"url" : "/MyBlog/storage/2020/01/05/int.html"
}
,
{
"title" : "index 索引 - ",
"url" : "/MyBlog/storage/2020/01/05/index.html"
}
,
{
"title" : "Mysql的explain - ",
"url" : "/MyBlog/storage/2020/01/05/explain.html"
}
,
{
"title" : "bgsave - ",
"url" : "/MyBlog/storage/2020/01/05/bgsave.html"
}
,
{
"title" : "TIMESTAMP - ",
"url" : "/MyBlog/storage/2020/01/05/TIMESTAMP.html"
}
,
{
"title" : "进程中线程同步的四种方式 - ",
"url" : "/MyBlog/linux/2020/01/05/CCriticalSection.html"
}
,
{
"title" : "BCrypt 如何存储密码 - ",
"url" : "/MyBlog/algorithm/2020/01/05/BCrypt.html"
}
,
{
"title" : "206 http 1.1断点续传 - ",
"url" : "/MyBlog/linux/2020/01/05/206.html"
}
,
{
"title" : "uniq - ",
"url" : "/MyBlog/linux/2020/01/04/uniq.html"
}
,
{
"title" : "sort - ",
"url" : "/MyBlog/linux/2020/01/04/sort.html"
}
,
{
"title" : "nginx 日志访问量统计 - ",
"url" : "/MyBlog/linux/2020/01/04/log.html"
}
,
{
"title" : "httpCache - ",
"url" : "/MyBlog/linux/2020/01/04/httpCache.html"
}
,
{
"title" : "tcp errno - ",
"url" : "/MyBlog/linux/2020/01/03/tcp.html"
}
,
{
"title" : "如何运行多进程Docker容器 - ",
"url" : "/MyBlog/docker/2020/01/03/sysvinit.html"
}
,
{
"title" : "systemctl init.d - ",
"url" : "/MyBlog/linux/2020/01/03/systemctl.html"
}
,
{
"title" : "Connect reset by peer - ",
"url" : "/MyBlog/linux/2020/01/03/reset.html"
}
,
{
"title" : "Connection refused - ",
"url" : "/MyBlog/linux/2020/01/03/refused.html"
}
,
{
"title" : "prune - ",
"url" : "/MyBlog/docker/2020/01/03/prune.html"
}
,
{
"title" : "pause - ",
"url" : "/MyBlog/docker/2020/01/03/pause.html"
}
,
{
"title" : "list-watch - ",
"url" : "/MyBlog/docker/2020/01/03/list-watch.html"
}
,
{
"title" : "gc - ",
"url" : "/MyBlog/docker/2020/01/03/gc.html"
}
,
{
"title" : "etcd - ",
"url" : "/MyBlog/docker/2020/01/03/etcd.html"
}
,
{
"title" : "Failed to get D-Bus connection - ",
"url" : "/MyBlog/linux/2020/01/03/dbus_connection.html"
}
,
{
"title" : "dbus - ",
"url" : "/MyBlog/linux/2020/01/03/dbus.html"
}
,
{
"title" : "dapper - ",
"url" : "/MyBlog/linux/2020/01/03/dapper.html"
}
,
{
"title" : "Broken Pipe - ",
"url" : "/MyBlog/linux/2020/01/03/broken.html"
}
,
{
"title" : "Kubernetes 中如何保证优雅地停止 Pod - ",
"url" : "/MyBlog/docker/2020/01/03/PreStop.html"
}
,
{
"title" : "Kubernetes - ",
"url" : "/MyBlog/algorithm/2020/01/03/Kubernetes.html"
}
,
{
"title" : "Abort trap 6 - ",
"url" : "/MyBlog/web/2020/01/02/trap.html"
}
,
{
"title" : "rst - ",
"url" : "/MyBlog/linux/2020/01/02/rst.html"
}
,
{
"title" : "golang 升级安装 - ",
"url" : "/MyBlog/golang/2020/01/01/update.html"
}
,
{
"title" : "govendor - ",
"url" : "/MyBlog/golang/2020/01/01/govendor.html"
}
,
{
"title" : "goproxy - ",
"url" : "/MyBlog/golang/2020/01/01/goproxy.html"
}
,
{
"title" : "etcd 编译 - ",
"url" : "/MyBlog/golang/2020/01/01/etcd.html"
}
,
{
"title" : "golang 自动下载所有依赖包 - ",
"url" : "/MyBlog/golang/2020/01/01/depend.html"
}
,
{
"title" : "sync.Pool - ",
"url" : "/MyBlog/golang/2019/12/30/pool.html"
}
,
{
"title" : "sync.Map - ",
"url" : "/MyBlog/golang/2019/12/30/map.html"
}
,
{
"title" : "DCL双检查锁机制 - ",
"url" : "/MyBlog/golang/2019/12/30/dcl.html"
}
,
{
"title" : "CACHE的一些基本概念 - ",
"url" : "/MyBlog/golang/2019/12/30/CACHE.html"
}
,
{
"title" : "为什么要用npm scripts替代gulp - ",
"url" : "/MyBlog/web/2019/12/29/npm.html"
}
,
{
"title" : "gulp - ",
"url" : "/MyBlog/web/2019/12/29/gulp.html"
}
,
{
"title" : "BloomFilter golang实现 - ",
"url" : "/MyBlog/golang/2019/12/29/BloomFilter.html"
}
,
{
"title" : "upstream - ",
"url" : "/MyBlog/web/2019/12/28/upstream.html"
}
,
{
"title" : "panic defer 顺序 - ",
"url" : "/MyBlog/golang/2019/12/28/panic.html"
}
,
{
"title" : "网关中间件 - ",
"url" : "/MyBlog/web/2019/12/28/gateway.html"
}
,
{
"title" : "full nat Session的Hash表 - ",
"url" : "/MyBlog/linux/2019/12/28/fullnat.html"
}
,
{
"title" : "kmp tire树 ac自动机 - ",
"url" : "/MyBlog/algorithm/2019/12/28/ac.html"
}
,
{
"title" : "OmniPlan 项目排期管理工具 - ",
"url" : "/MyBlog/web/2019/12/28/OmniPlan.html"
}
,
{
"title" : "MySQL_backup - ",
"url" : "/MyBlog/storage/2019/12/28/MySQL_backup.html"
}
,
{
"title" : "事务ACID、2PC、3PC、2PL - ",
"url" : "/MyBlog/storage/2019/12/28/2pl.html"
}
,
{
"title" : "kmp 实现strstr - ",
"url" : "/MyBlog/algorithm/2019/12/26/kmp.html"
}
,
{
"title" : "float 的表示和进度转换 - ",
"url" : "/MyBlog/golang/2019/12/26/float.html"
}
,
{
"title" : "memory barrier 内存屏障 - ",
"url" : "/MyBlog/golang/2019/12/26/barrier.html"
}
,
{
"title" : "AC自动机 - ",
"url" : "/MyBlog/algorithm/2019/12/26/ac.html"
}
,
{
"title" : "MOVSD - ",
"url" : "/MyBlog/golang/2019/12/26/MOVSD.html"
}
,
{
"title" : "物化视图 material view - ",
"url" : "/MyBlog/storage/2019/12/22/snapshot.html"
}
,
{
"title" : "skiplist - ",
"url" : "/MyBlog/golang/2019/12/22/skiplist.html"
}
,
{
"title" : "innobackupex - ",
"url" : "/MyBlog/storage/2019/12/22/innobackupex.html"
}
,
{
"title" : "Semisynchronous mysql半同步复制 - ",
"url" : "/MyBlog/storage/2019/12/22/Semisynchronous.html"
}
,
{
"title" : "template - ",
"url" : "/MyBlog/golang/2019/12/21/template.html"
}
,
{
"title" : "golang 和php float 计算结果不一致的坑 - ",
"url" : "/MyBlog/golang/2019/12/20/float.html"
}
,
{
"title" : "echarts - ",
"url" : "/MyBlog/golang/2019/12/20/echarts.html"
}
,
{
"title" : "levenshtein - ",
"url" : "/MyBlog/web/2019/12/19/levenshtein.html"
}
,
{
"title" : "go json 实践中遇到的坑 - ",
"url" : "/MyBlog/golang/2019/12/19/json.html"
}
,
{
"title" : "pull - ",
"url" : "/MyBlog/web/2019/12/18/pull.html"
}
,
{
"title" : "Uber 设计 - ",
"url" : "/MyBlog/architect/2019/12/18/Uber.html"
}
,
{
"title" : "Uber Project Lead揭秘 在科技巨头如何从0到1,主导项目 - ",
"url" : "/MyBlog/architect/2019/12/17/uber.html"
}
,
{
"title" : "Facebook面试真题:如何设计Payment System - ",
"url" : "/MyBlog/architect/2019/12/17/Payment.html"
}
,
{
"title" : "设计Netflix - ",
"url" : "/MyBlog/architect/2019/12/17/Netflix.html"
}
,
{
"title" : "thrift optional 字段一般都是指针的原因 - ",
"url" : "/MyBlog/golang/2019/12/16/thrift.html"
}
,
{
"title" : "feed 流 - ",
"url" : "/MyBlog/architect/2019/12/16/feed.html"
}
,
{
"title" : "如何设计Twitter - ",
"url" : "/MyBlog/architect/2019/12/16/Twitter.html"
}
,
{
"title" : "SWRR 算法 - ",
"url" : "/MyBlog/linux/2019/12/16/SWRR.html"
}
,
{
"title" : "LVS - ",
"url" : "/MyBlog/linux/2019/12/16/LVS.html"
}
,
{
"title" : "tcp-no-delay - ",
"url" : "/MyBlog/golang/2019/12/15/tcp-no-delay.html"
}
,
{
"title" : "ratelimit - ",
"url" : "/MyBlog/golang/2019/12/15/ratelimit.html"
}
,
{
"title" : "mail 实现ssl - ",
"url" : "/MyBlog/golang/2019/12/15/mail.html"
}
,
{
"title" : "kubernetes 网络 - ",
"url" : "/MyBlog/docker/2019/12/15/kubernetes.html"
}
,
{
"title" : "gracehttp - ",
"url" : "/MyBlog/golang/2019/12/15/gracehttp.html"
}
,
{
"title" : "go-restful - ",
"url" : "/MyBlog/golang/2019/12/15/go-restful.html"
}
,
{
"title" : "go-reflector - ",
"url" : "/MyBlog/golang/2019/12/15/go-reflector.html"
}
,
{
"title" : "ConnContext Go1.13 标准库的 http 内存泄漏 - ",
"url" : "/MyBlog/golang/2019/12/14/ConnContext.html"
}
,
{
"title" : "tcp_tw_reuse - ",
"url" : "/MyBlog/linux/2019/12/13/tcp_tw_reuse.html"
}
,
{
"title" : "tcp_tw_recycle - ",
"url" : "/MyBlog/linux/2019/12/13/tcp_tw_recycle.html"
}
,
{
"title" : "tcp_retries - ",
"url" : "/MyBlog/linux/2019/12/13/tcp_retries.html"
}
,
{
"title" : "MTU、MSS、MSL、RTT、TTL、RTO - ",
"url" : "/MyBlog/linux/2019/12/13/rto.html"
}
,
{
"title" : "chrome 无法打开https 网站问题解决 - ",
"url" : "/MyBlog/web/2019/12/13/chrome.html"
}
,
{
"title" : "gateway - ",
"url" : "/MyBlog/linux/2019/12/12/gateway.html"
}
,
{
"title" : "cni cnm - ",
"url" : "/MyBlog/docker/2019/12/12/cni_cnm.html"
}
,
{
"title" : "ip netns - ",
"url" : "/MyBlog/linux/2019/12/10/netns.html"
}
,
{
"title" : "netfilter iptables - ",
"url" : "/MyBlog/linux/2019/12/10/netfilter.html"
}
,
{
"title" : "12306 抢票,极限并发带来的思考 - ",
"url" : "/MyBlog/architect/2019/12/10/12306.html"
}
,
{
"title" : "tcp - ",
"url" : "/MyBlog/linux/2019/12/09/tcp.html"
}
,
{
"title" : "redis ssh 漏洞 - ",
"url" : "/MyBlog/storage/2019/12/09/ssh.html"
}
,
{
"title" : "redis config - ",
"url" : "/MyBlog/storage/2019/12/09/redis.html"
}
,
{
"title" : "skydns - ",
"url" : "/MyBlog/docker/2019/12/08/skydns.html"
}
,
{
"title" : "resolv.conf - ",
"url" : "/MyBlog/linux/2019/12/08/resolv.html"
}
,
{
"title" : "itoa - ",
"url" : "/MyBlog/golang/2019/12/02/itoa.html"
}
,
{
"title" : "interceptor - ",
"url" : "/MyBlog/golang/2019/12/02/interceptor.html"
}
,
{
"title" : "grpc http2 - ",
"url" : "/MyBlog/golang/2019/12/02/http2.html"
}
,
{
"title" : "gRPC vs Thrift - ",
"url" : "/MyBlog/golang/2019/12/02/gRPC.html"
}
,
{
"title" : "gRPC ProtoBuf - ",
"url" : "/MyBlog/golang/2019/12/02/ProtoBuf.html"
}
,
{
"title" : "runtime.Caller runtime.FuncForPC - ",
"url" : "/MyBlog/golang/2019/12/02/Caller.html"
}
,
{
"title" : "scp - ",
"url" : "/MyBlog/web/2019/12/01/scp.html"
}
,
{
"title" : "Replication Controller、Replica Set - ",
"url" : "/MyBlog/golang/2019/12/01/rc.html"
}
,
{
"title" : "kubernetes - ",
"url" : "/MyBlog/golang/2019/12/01/kubernetes.html"
}
,
{
"title" : "cli - ",
"url" : "/MyBlog/golang/2019/12/01/cli.html"
}
,
{
"title" : "borg - ",
"url" : "/MyBlog/golang/2019/12/01/borg.html"
}
,
{
"title" : "Sidecar - ",
"url" : "/MyBlog/golang/2019/11/30/Sidecar.html"
}
,
{
"title" : "SOFA-MOSN - ",
"url" : "/MyBlog/golang/2019/11/30/SOFA-MOSN.html"
}
,
{
"title" : "injector - ",
"url" : "/MyBlog/golang/2019/11/29/injector.html"
}
,
{
"title" : "Martini - ",
"url" : "/MyBlog/golang/2019/11/29/Martini.html"
}
,
{
"title" : "hijack - ",
"url" : "/MyBlog/golang/2019/11/28/hijack.html"
}
,
{
"title" : "gometalinter - ",
"url" : "/MyBlog/golang/2019/11/28/gometalinter.html"
}
,
{
"title" : "HandleFunc - ",
"url" : "/MyBlog/golang/2019/11/28/HandleFunc.html"
}
,
{
"title" : "pkgconfig - ",
"url" : "/MyBlog/linux/2019/11/27/pkgconfig.html"
}
,
{
"title" : "Go内存原理详解 - ",
"url" : "/MyBlog/golang/2019/11/27/mcache.html"
}
,
{
"title" : "hijack - ",
"url" : "/MyBlog/golang/2019/11/27/hijack.html"
}
,
{
"title" : "heap - ",
"url" : "/MyBlog/golang/2019/11/27/heap.html"
}
,
{
"title" : "gracefull - ",
"url" : "/MyBlog/golang/2019/11/27/graceful.html"
}
,
{
"title" : "cgo - ",
"url" : "/MyBlog/golang/2019/11/27/cgo.html"
}
,
{
"title" : "ast rewrite - ",
"url" : "/MyBlog/golang/2019/11/27/ast.html"
}
,
{
"title" : "Pkg-Config cgo - ",
"url" : "/MyBlog/golang/2019/11/27/Pkg-Config.html"
}
,
{
"title" : "Deadline - ",
"url" : "/MyBlog/golang/2019/11/27/Deadline.html"
}
,
{
"title" : "CFLAGS - ",
"url" : "/MyBlog/golang/2019/11/27/CFLAGS.html"
}
,
{
"title" : "Deadline - ",
"url" : "/MyBlog/golang/2019/11/26/Deadline.html"
}
,
{
"title" : "CFLAGS - ",
"url" : "/MyBlog/golang/2019/11/26/CFLAGS.html"
}
,
{
"title" : "tags - ",
"url" : "/MyBlog/golang/2019/11/25/tags.html"
}
,
{
"title" : "Go写的程序需不需要glibc - ",
"url" : "/MyBlog/golang/2019/11/24/libc.html"
}
,
{
"title" : "hook glibc - ",
"url" : "/MyBlog/linux/2019/11/24/glibc.html"
}
,
{
"title" : "实现一个 Golang 调试器 - ",
"url" : "/MyBlog/golang/2019/11/24/gdb.html"
}
,
{
"title" : "dlsym - ",
"url" : "/MyBlog/linux/2019/11/24/dlsym.html"
}
,
{
"title" : "Golang生成动态库及调用 - ",
"url" : "/MyBlog/golang/2019/11/24/dll.html"
}
,
{
"title" : "cgo 原理 - ",
"url" : "/MyBlog/golang/2019/11/24/cgo.html"
}
,
{
"title" : "golang 实现 LD_PRELOAD 拦截 libc - ",
"url" : "/MyBlog/golang/2019/11/24/LD_PRELOAD.html"
}
,
{
"title" : "DYLD_INTERPOSE - ",
"url" : "/MyBlog/linux/2019/11/24/DYLD_INTERPOSE.html"
}
,
{
"title" : "DYLD_FORCE_FLAT_NAMESPACE - ",
"url" : "/MyBlog/linux/2019/11/24/DYLD_FORCE_FLAT_NAMESPACE.html"
}
,
{
"title" : "LD_LIBRARY_PATH - ",
"url" : "/MyBlog/linux/2019/11/24/.html"
}
,
{
"title" : "tcmalloc - ",
"url" : "/MyBlog/golang/2019/11/23/%E5%B9%B6%E5%8F%91%E8%AE%BF%E9%97%AE.html"
}
,
{
"title" : "set - ",
"url" : "/MyBlog/linux/2019/11/23/set.html"
}
,
{
"title" : "select - ",
"url" : "/MyBlog/golang/2019/11/23/select.html"
}
,
{
"title" : "Kubernetes Pod 的实现原理 - ",
"url" : "/MyBlog/golang/2019/11/23/pod.html"
}
,
{
"title" : "k3s - ",
"url" : "/MyBlog/golang/2019/11/23/k3s.html"
}
,
{
"title" : "flutter - ",
"url" : "/MyBlog/web/2019/11/23/flutter.html"
}
,
{
"title" : "dubbo-go - ",
"url" : "/MyBlog/golang/2019/11/23/dubbo-go.html"
}
,
{
"title" : "build go src - ",
"url" : "/MyBlog/golang/2019/11/23/buildgo.html"
}
,
{
"title" : "bfe - ",
"url" : "/MyBlog/golang/2019/11/23/bfe.html"
}
,
{
"title" : "BigCache - ",
"url" : "/MyBlog/golang/2019/11/23/BigCache.html"
}
,
{
"title" : "docker - ",
"url" : "/MyBlog/docker/2019/11/20/docker.html"
}
,
{
"title" : "git Patch - ",
"url" : "/MyBlog/web/2019/11/20/Patch.html"
}
,
{
"title" : "build - ",
"url" : "/MyBlog/golang/2019/11/19/build.html"
}
,
{
"title" : "gometalinter - ",
"url" : "/MyBlog/golang/2019/11/17/gometalinter.html"
}
,
{
"title" : "uintptr 临时变量gc风险 - ",
"url" : "/MyBlog/golang/2019/11/16/uintptr.html"
}
,
{
"title" : "sysmon - ",
"url" : "/MyBlog/golang/2019/11/16/sysmon.html"
}
,
{
"title" : "scheduler - ",
"url" : "/MyBlog/golang/2019/11/16/scheduler.html"
}
,
{
"title" : "time/rate - ",
"url" : "/MyBlog/golang/2019/11/16/rate.html"
}
,
{
"title" : "pprof - ",
"url" : "/MyBlog/golang/2019/11/16/pprof.html"
}
,
{
"title" : "netpoll - ",
"url" : "/MyBlog/golang/2019/11/16/netpoll.html"
}
,
{
"title" : "ldflags - ",
"url" : "/MyBlog/golang/2019/11/16/ldflags.html"
}
,
{
"title" : "gc - ",
"url" : "/MyBlog/golang/2019/11/16/gc.html"
}
,
{
"title" : "bitset - ",
"url" : "/MyBlog/golang/2019/11/16/bitset.html"
}
,
{
"title" : "automaxprocs - ",
"url" : "/MyBlog/golang/2019/11/16/automaxprocs.html"
}
,
{
"title" : "Token - ",
"url" : "/MyBlog/golang/2019/11/16/Token.html"
}
,
{
"title" : "Go实现简单TCP扫描器 - ",
"url" : "/MyBlog/golang/2019/11/16/TCP.html"
}
,
{
"title" : "Staticcheck - ",
"url" : "/MyBlog/golang/2019/11/16/Staticcheck.html"
}
,
{
"title" : "Panic/Recover Mechanism - ",
"url" : "/MyBlog/golang/2019/11/16/Recover.html"
}
,
{
"title" : "Balancers - ",
"url" : "/MyBlog/golang/2019/11/16/Balancers.html"
}
,
{
"title" : "微服务架构下的分布式事务问题 - ",
"url" : "/MyBlog/web/2019/11/14/tcc_cap.html"
}
,
{
"title" : "tcc - ",
"url" : "/MyBlog/architect/2019/11/14/tcc.html"
}
,
{
"title" : "perf - ",
"url" : "/MyBlog/linux/2019/11/14/perf.html"
}
,
{
"title" : "GTS - ",
"url" : "/MyBlog/architect/2019/11/14/GTS.html"
}
,
{
"title" : "pstree - ",
"url" : "/MyBlog/linux/2019/11/13/pstree.html"
}
,
{
"title" : "pid namespace - ",
"url" : "/MyBlog/docker/2019/11/13/pid.html"
}
,
{
"title" : "chroot - ",
"url" : "/MyBlog/linux/2019/11/13/chroot.html"
}
,
{
"title" : "Namespaces - ",
"url" : "/MyBlog/docker/2019/11/13/Namespaces.html"
}
,
{
"title" : "Namespace - ",
"url" : "/MyBlog/docker/2019/11/13/Namespace.html"
}
,
{
"title" : "分布式任务队列 - ",
"url" : "/MyBlog/golang/2019/11/12/jobexecuter.html"
}
,
{
"title" : "etcd compaction - ",
"url" : "/MyBlog/golang/2019/11/12/compaction.html"
}
,
{
"title" : "Quartz - ",
"url" : "/MyBlog/golang/2019/11/12/Quartz.html"
}
,
{
"title" : "netns - ",
"url" : "/MyBlog/linux/2019/11/11/netns.html"
}
,
{
"title" : "gzencode、gzdeflate和gzcompress的区别 - ",
"url" : "/MyBlog/lang/2019/11/11/deflate.html"
}
,
{
"title" : "virtual(虚函数) vtbl(虚函数表)与vptr(虚函数表指针) - ",
"url" : "/MyBlog/linux/2019/11/10/votr.html"
}
,
{
"title" : "sbrk brk break linux-malloc底层实现原理 - ",
"url" : "/MyBlog/linux/2019/11/10/sbrk.html"
}
,
{
"title" : "文件描述符与文件指针的区别 - ",
"url" : "/MyBlog/linux/2019/11/10/file.html"
}
,
{
"title" : "malloc()与 alloc()区别 - ",
"url" : "/MyBlog/linux/2019/11/10/calloc.html"
}
,
{
"title" : "alloca - ",
"url" : "/MyBlog/linux/2019/11/10/alloca.html"
}
,
{
"title" : "类型系统 - ",
"url" : "/MyBlog/lang/2019/11/09/type.html"
}
,
{
"title" : "go 类型系统 - ",
"url" : "/MyBlog/golang/2019/11/09/gotype.html"
}
,
{
"title" : "从机器语言到高级语言的原理 - ",
"url" : "/MyBlog/lang/2019/11/09/01100001.html"
}
,
{
"title" : "内存分析 - ",
"url" : "/MyBlog/golang/2019/11/08/%E5%86%85%E5%AD%98%E5%88%86%E6%9E%90.html"
}
,
{
"title" : "tcmalloc原理剖析 - ",
"url" : "/MyBlog/linux/2019/11/08/tcmalloc%E5%8E%9F%E7%90%86%E5%89%96%E6%9E%90.html"
}
,
{
"title" : "malloc - ",
"url" : "/MyBlog/linux/2019/11/08/malloc.html"
}
,
{
"title" : "expvar - ",
"url" : "/MyBlog/golang/2019/11/08/expvar.html"
}
,
{
"title" : "slab/slob/slub的区别 - ",
"url" : "/MyBlog/linux/2019/11/07/slab.html"
}
,
{
"title" : "进程的页表 - ",
"url" : "/MyBlog/linux/2019/11/07/pcb.html"
}
,
{
"title" : "map 如何进行删除 - ",
"url" : "/MyBlog/golang/2019/11/07/map.html"
}
,
{
"title" : "TCMalloc - ",
"url" : "/MyBlog/linux/2019/11/07/TCMalloc.html"
}
,
{
"title" : "MemStats 查询度量内存和GC使用 - ",
"url" : "/MyBlog/golang/2019/11/07/MemStats.html"
}
,
{
"title" : "Go语言的实时GC - ",
"url" : "/MyBlog/golang/2019/11/07/Go%E8%AF%AD%E8%A8%80%E7%9A%84%E5%AE%9E%E6%97%B6GC.html"
}
,
{
"title" : "GCStats - ",
"url" : "/MyBlog/golang/2019/11/07/GCStats.html"
}
,
{
"title" : "page - ",
"url" : "/MyBlog/linux/2019/11/06/page.html"
}
,
{
"title" : "c语言内存管理 - ",
"url" : "/MyBlog/linux/2019/11/06/c.html"
}
,
{
"title" : "automaxprocs - ",
"url" : "/MyBlog/golang/2019/11/06/automaxprocs.html"
}
,
{
"title" : "mt.Sprint(e) 死循环 - ",
"url" : "/MyBlog/golang/2019/11/05/sprintf.html"
}
,
{
"title" : "memory 内存管理机制 - ",
"url" : "/MyBlog/linux/2019/11/05/memory.html"
}
,
{
"title" : "crontab - ",
"url" : "/MyBlog/linux/2019/11/05/crontab.html"
}
,
{
"title" : "字符串高效拼接 - ",
"url" : "/MyBlog/golang/2019/11/04/string.html"
}
,
{
"title" : "time/rate - ",
"url" : "/MyBlog/golang/2019/11/03/rate.html"
}
,
{
"title" : "endless - ",
"url" : "/MyBlog/golang/2019/11/03/endless.html"
}
,
{
"title" : "Redis - ",
"url" : "/MyBlog/storage/2019/11/03/Redis.html"
}
,
{
"title" : "net/url - ",
"url" : "/MyBlog/golang/2019/11/02/url.html"
}
,
{
"title" : "tcmalloc - ",
"url" : "/MyBlog/golang/2019/11/02/tcmalloc.html"
}
,
{
"title" : "percona-toolkit - ",
"url" : "/MyBlog/storage/2019/11/02/percona-toolkit.html"
}
,
{
"title" : "golangci-lint - ",
"url" : "/MyBlog/golang/2019/11/02/golangci-lint.html"
}
,
{
"title" : "ginkgo BDD - ",
"url" : "/MyBlog/golang/2019/11/02/ginkgo.html"
}
,
{
"title" : "fmt - ",
"url" : "/MyBlog/algorithm/2019/11/02/fmt.html"
}
,
{
"title" : "Service Mesh - ",
"url" : "/MyBlog/golang/2019/11/02/Mesh.html"
}
,
{
"title" : "如何写出高质量代码 - ",
"url" : "/MyBlog/golang/2019/11/02/CodeReviewComments.html"
}
,
{
"title" : "victim cache - ",
"url" : "/MyBlog/golang/2019/10/31/victim.html"
}
,
{
"title" : "ast - ",
"url" : "/MyBlog/golang/2019/10/31/ast.html"
}
,
{
"title" : "HTTP - ",
"url" : "/MyBlog/web/2019/10/31/HTTP.html"
}
,
{
"title" : "Gourtines - ",
"url" : "/MyBlog/golang/2019/10/31/Gourtines.html"
}
,
{
"title" : "Debugging - ",
"url" : "/MyBlog/golang/2019/10/31/Debugging.html"
}
,
{
"title" : "Exactly Once语义与事务机制 - ",
"url" : "/MyBlog/storage/2019/10/28/Exactly.html"
}
,
{
"title" : "kafka EOS - ",
"url" : "/MyBlog/storage/2019/10/28/EOS.html"
}
,
{
"title" : "workerpool - ",
"url" : "/MyBlog/golang/2019/10/27/workerpool.html"
}
,
{
"title" : "WaitGroup - ",
"url" : "/MyBlog/golang/2019/10/27/WaitGroup.html"
}
,
{
"title" : "Cond - ",
"url" : "/MyBlog/golang/2019/10/27/Cond.html"
}
,
{
"title" : "微信小程序底层原理 - ",
"url" : "/MyBlog/web/2019/10/26/wx.html"
}
,
{
"title" : "Pessimistic Lock - ",
"url" : "/MyBlog/storage/2019/10/26/storage.html"
}
,
{
"title" : "livenessProbe - ",
"url" : "/MyBlog/linux/2019/10/26/livenessProbe.html"
}
,
{
"title" : "单列索引和联合索引区别 - ",
"url" : "/MyBlog/storage/2019/10/26/index_merge.html"
}
,
{
"title" : "回表查询 - ",
"url" : "/MyBlog/storage/2019/10/26/index.html"
}
,
{
"title" : "http2 - ",
"url" : "/MyBlog/web/2019/10/26/http2.html"
}
,
{
"title" : "PHP7数组的有序性 - ",
"url" : "/MyBlog/lang/2019/10/26/array.html"
}
,
{
"title" : "DNS 劫持 - ",
"url" : "/MyBlog/web/2019/10/26/DNS.html"
}
,
{
"title" : "Kafka的ACK含义 - ",
"url" : "/MyBlog/storage/2019/10/26/ACK.html"
}
,
{
"title" : "mysql 最左前缀原则 - ",
"url" : "/MyBlog/storage/2019/10/25/mysql.html"
}
,
{
"title" : "lock - ",
"url" : "/MyBlog/linux/2019/10/25/lock.html"
}
,
{
"title" : "ssh tty - ",
"url" : "/MyBlog/linux/2019/10/24/ssh.html"
}
,
{
"title" : "js - ",
"url" : "/MyBlog/lang/2019/10/24/js.html"
}
,
{
"title" : "tty - ",
"url" : "/MyBlog/linux/2019/10/23/tty.html"
}
,
{
"title" : "session - ",
"url" : "/MyBlog/linux/2019/10/23/session.html"
}
,
{
"title" : "ptmx - ",
"url" : "/MyBlog/linux/2019/10/23/ptmx.html"
}
,
{
"title" : "Cmd.start, Cmd.Wait - ",
"url" : "/MyBlog/golang/2019/10/22/wait.html"
}
,
{
"title" : "命令行界面 (CLI)、终端 (Terminal)、Shell、TTY的区别 - ",
"url" : "/MyBlog/linux/2019/10/22/tty.html"
}
,
{
"title" : "setns - ",
"url" : "/MyBlog/docker/2019/10/22/setns.html"
}
,
{
"title" : "runC - ",
"url" : "/MyBlog/docker/2019/10/22/runC.html"
}
,
{
"title" : "docker exec 进入容器原理 - ",
"url" : "/MyBlog/docker/2019/10/22/exec.html"
}
,
{
"title" : "如何进入Docker容器 - ",
"url" : "/MyBlog/docker/2019/10/22/attach.html"
}
,
{
"title" : "artifactory - ",
"url" : "/MyBlog/web/2019/10/22/artifactory.html"
}
,
{
"title" : "Namespace - ",
"url" : "/MyBlog/docker/2019/10/22/Namespace.html"
}
,
{
"title" : "HTTPS - ",
"url" : "/MyBlog/web/2019/10/22/HTTPS.html"
}
,
{
"title" : "zval 弱类型实现 - ",
"url" : "/MyBlog/lang/2019/10/20/zval.html"
}
,
{
"title" : "top、free、uptime、htop - ",
"url" : "/MyBlog/linux/2019/10/20/top.html"
}
,
{
"title" : "request_slowlog_timeout - ",
"url" : "/MyBlog/lang/2019/10/20/request_slowlog_timeout.html"
}
,
{
"title" : "mysql - ",
"url" : "/MyBlog/storage/2019/10/20/mysql.html"
}
,
{
"title" : "mt_rand rand - ",
"url" : "/MyBlog/lang/2019/10/20/mt_rand.html"
}
,
{
"title" : "dvwa - ",
"url" : "/MyBlog/lang/2019/10/20/dvwa.html"
}
,
{
"title" : "autoload - ",
"url" : "/MyBlog/lang/2019/10/20/autoload.html"
}
,
{
"title" : "array_map 与array_walk的用法与区别 - ",
"url" : "/MyBlog/lang/2019/10/20/array_map.html"
}
,
{
"title" : "FPM 多进程模型 - ",
"url" : "/MyBlog/lang/2019/10/20/FPM.html"
}
,
{
"title" : "php Coroutine - ",
"url" : "/MyBlog/lang/2019/10/20/Coroutine.html"
}
,
{
"title" : "CSRF、XSS、sql注入、DDOS流量攻击 - ",
"url" : "/MyBlog/web/2019/10/20/CSRF.html"
}
,
{
"title" : "composer update - ",
"url" : "/MyBlog/lang/2019/10/19/update.html"
}
,
{
"title" : "spl_auto_register - ",
"url" : "/MyBlog/lang/2019/10/19/spl_auto_register.html"
}
,
{
"title" : "satis composer - ",
"url" : "/MyBlog/lang/2019/10/19/satis.html"
}
,
{
"title" : "perl POSIX 正则 - ",
"url" : "/MyBlog/lang/2019/10/19/perl.html"
}
,
{
"title" : "php fig psr - ",
"url" : "/MyBlog/lang/2019/10/19/fig.html"
}
,
{
"title" : "Packagist - ",
"url" : "/MyBlog/lang/2019/10/19/Packagist.html"
}
,
{
"title" : "HTTP_X_FORWARDED_FOR - ",
"url" : "/MyBlog/web/2019/10/19/HTTP_X_FORWARDED_FOR.html"
}
,
{
"title" : "Defer recover - ",
"url" : "/MyBlog/golang/2019/10/19/Defer.html"
}
,
{
"title" : "Composer - ",
"url" : "/MyBlog/lang/2019/10/19/Composer.html"
}
,
{
"title" : "recover - ",
"url" : "/MyBlog/golang/2019/10/18/recover.html"
}
,
{
"title" : "println - ",
"url" : "/MyBlog/golang/2019/10/18/println.html"
}
,
{
"title" : "ArrayObject getArrayCopy - ",
"url" : "/MyBlog/lang/2019/10/18/getArrayCopy.html"
}
,
{
"title" : "thrift t_generator_registry map初始化 - ",
"url" : "/MyBlog/lang/2019/10/17/thrift.html"
}
,
{
"title" : "magic - ",
"url" : "/MyBlog/lang/2019/10/17/magic.html"
}
,
{
"title" : "__call call_user_func_array - ",
"url" : "/MyBlog/lang/2019/10/17/__call.html"
}
,
{
"title" : "php Reflection - ",
"url" : "/MyBlog/lang/2019/10/17/Reflection.html"
}
,
{
"title" : "c++ 前向声明(forward declaration) - ",
"url" : "/MyBlog/lang/2019/10/16/declaration.html"
}
,
{
"title" : "Thrift 源码 - ",
"url" : "/MyBlog/golang/2019/10/16/Thrift.html"
}
,
{
"title" : "thrift annotation - ",
"url" : "/MyBlog/golang/2019/10/15/annotation.html"
}
,
{
"title" : "Dapper - ",
"url" : "/MyBlog/web/2019/10/15/Dapper.html"
}
,
{
"title" : "Istio - ",
"url" : "/MyBlog/algorithm/2019/10/14/Istio.html"
}
,
{
"title" : "bytes.Buffer - ",
"url" : "/MyBlog/golang/2019/10/14/Buffer.html"
}
,
{
"title" : "load - ",
"url" : "/MyBlog/linux/2019/10/13/load.html"
}
,
{
"title" : "缓存穿透,缓存击穿,缓存雪崩 - ",
"url" : "/MyBlog/storage/2019/10/13/cache.html"
}
,
{
"title" : "内存屏障 - ",
"url" : "/MyBlog/linux/2019/10/13/barrier.html"
}
,
{
"title" : "atomic 原理 - ",
"url" : "/MyBlog/golang/2019/10/13/atomic.html"
}
,
{
"title" : "孤儿进程、僵尸进程和守护进程 - ",
"url" : "/MyBlog/linux/2019/10/13/PCB.html"
}
,
{
"title" : "Mutex - ",
"url" : "/MyBlog/golang/2019/10/13/Mutex.html"
}
,
{
"title" : "Jaeger - ",
"url" : "/MyBlog/golang/2019/10/13/Jaeger.html"
}
,
{
"title" : "GC - ",
"url" : "/MyBlog/golang/2019/10/13/GC.html"
}
,
{
"title" : "Channel - ",
"url" : "/MyBlog/golang/2019/10/13/Channel.html"
}
,
{
"title" : "select for update - ",
"url" : "/MyBlog/storage/2019/10/12/update.html"
}
,
{
"title" : "statsd - ",
"url" : "/MyBlog/golang/2019/10/12/statsd.html"
}
,
{
"title" : "runtime matrics - ",
"url" : "/MyBlog/golang/2019/10/12/runtimematrics.html"
}
,
{
"title" : "nowait - ",
"url" : "/MyBlog/storage/2019/10/12/nowait.html"
}
,
{
"title" : "matrix - ",
"url" : "/MyBlog/web/2019/10/12/matrix.html"
}
,
{
"title" : "gomatrix - ",
"url" : "/MyBlog/golang/2019/10/12/gomatrix.html"
}
,
{
"title" : "open-falcon - ",
"url" : "/MyBlog/golang/2019/10/12/falcon.html"
}
,
{
"title" : "coordtransform - ",
"url" : "/MyBlog/algorithm/2019/10/12/coordtransform.html"
}
,
{
"title" : "golang atomic包 - ",
"url" : "/MyBlog/golang/2019/10/12/atomic.html"
}
,
{
"title" : "Lockless - ",
"url" : "/MyBlog/web/2019/10/12/Lockless.html"
}
,
{
"title" : "HEXAGON 六边形 - ",
"url" : "/MyBlog/algorithm/2019/10/12/HEXAGON.html"
}
,
{
"title" : "高效的多维空间点索引算法 — Geohash 和 Google S2 - ",
"url" : "/MyBlog/algorithm/2019/10/11/s2.html"
}
,
{
"title" : "redis-cell - ",
"url" : "/MyBlog/storage/2019/10/11/redis-cell.html"
}
,
{
"title" : "ratelimit - ",
"url" : "/MyBlog/golang/2019/10/11/ratelimit.html"
}
,
{
"title" : "php heredoc - ",
"url" : "/MyBlog/php/2019/10/11/heredoc.html"
}
,
{
"title" : "evalsha - ",
"url" : "/MyBlog/storage/2019/10/11/evalsha.html"
}
,
{
"title" : "分布式限流 - ",
"url" : "/MyBlog/web/2019/10/11/dratelimit.html"
}
,
{
"title" : "地理索引 uber s3 - ",
"url" : "/MyBlog/algorithm/2019/10/11/PHXIS.html"
}
,
{
"title" : "uber H3 - ",
"url" : "/MyBlog/algorithm/2019/10/11/H3.html"
}
,
{
"title" : "select - ",
"url" : "/MyBlog/golang/2019/10/10/select.html"
}
,
{
"title" : "runtime - ",
"url" : "/MyBlog/golang/2019/10/10/runtime.html"
}
,
{
"title" : "rpc - ",
"url" : "/MyBlog/golang/2019/10/10/rpc.html"
}
,
{
"title" : "HTTP路由 - ",
"url" : "/MyBlog/golang/2019/10/10/router.html"
}
,
{
"title" : "radix tire - ",
"url" : "/MyBlog/algorithm/2019/10/10/radix_tire.html"
}
,
{
"title" : "radix tree router - ",
"url" : "/MyBlog/golang/2019/10/10/radix_router.html"
}
,
{
"title" : "radix 基数树 - ",
"url" : "/MyBlog/linux/2019/10/10/radix.html"
}
,
{
"title" : "netstack - ",
"url" : "/MyBlog/golang/2019/10/10/netstack.html"
}
,
{
"title" : "gops - ",
"url" : "/MyBlog/golang/2019/10/10/gops.html"
}
,
{
"title" : "go_radix - ",
"url" : "/MyBlog/golang/2019/10/10/go_radix.html"
}
,
{
"title" : "gRpc - ",
"url" : "/MyBlog/golang/2019/10/10/gRpc.html"
}
,
{
"title" : "expvar - ",
"url" : "/MyBlog/golang/2019/10/10/expvar.html"
}
,
{
"title" : "gobreaker - ",
"url" : "/MyBlog/golang/2019/10/09/gobreaker.html"
}
,
{
"title" : "go-kit - ",
"url" : "/MyBlog/golang/2019/10/09/go-kit.html"
}
,
{
"title" : "Prometheus - ",
"url" : "/MyBlog/golang/2019/10/09/Prometheus.html"
}
,
{
"title" : "sed - ",
"url" : "/MyBlog/linux/2019/10/08/sed.html"
}
,
{
"title" : "heatbeat - ",
"url" : "/MyBlog/golang/2019/09/28/heatbeat.html"
}
,
{
"title" : "etcd - ",
"url" : "/MyBlog/golang/2019/09/28/etcd.html"
}
,
{
"title" : "slot map redis 槽映射 - ",
"url" : "/MyBlog/golang/2019/09/27/slot.html"
}
,
{
"title" : "hystrix - ",
"url" : "/MyBlog/golang/2019/09/27/hystrix.html"
}
,
{
"title" : "一致性hash golang 实现 - ",
"url" : "/MyBlog/golang/2019/09/27/hash.html"
}
,
{
"title" : "gomacro - ",
"url" : "/MyBlog/golang/2019/09/27/gomacro.html"
}
,
{
"title" : "Go-kit 熔断器 - ",
"url" : "/MyBlog/golang/2019/09/27/gokit.html"
}
,
{
"title" : "如何设计一个亿级网关 - ",
"url" : "/MyBlog/golang/2019/09/27/gateway.html"
}
,
{
"title" : "etcd实现服务发现机制 - ",
"url" : "/MyBlog/golang/2019/09/27/etcd.html"
}
,
{
"title" : "/dev/udp - ",
"url" : "/MyBlog/linux/2019/09/27/dev.html"
}
,
{
"title" : "Consul - ",
"url" : "/MyBlog/golang/2019/09/27/Consul.html"
}
,
{
"title" : "xdebug - ",
"url" : "/MyBlog/php/2019/09/26/xdebug.html"
}
,
{
"title" : "spf13-vim - ",
"url" : "/MyBlog/golang/2019/09/26/spf13-vim.html"
}
,
{
"title" : "jsoniter - ",
"url" : "/MyBlog/golang/2019/09/26/jsoniter.html"
}
,
{
"title" : "hugo - ",
"url" : "/MyBlog/golang/2019/09/26/hugo.html"
}
,
{
"title" : "pflag flag - ",
"url" : "/MyBlog/golang/2019/09/26/flag.html"
}
,
{
"title" : "ffjson - ",
"url" : "/MyBlog/golang/2019/09/26/ffjson.html"
}
,
{
"title" : "cobra detail - ",
"url" : "/MyBlog/golang/2019/09/26/cobra_detail.html"
}
,
{
"title" : "cobra - ",
"url" : "/MyBlog/golang/2019/09/26/cobra.html"
}
,
{
"title" : "Modules - ",
"url" : "/MyBlog/golang/2019/09/26/Modules.html"
}
,
{
"title" : "json - ",
"url" : "/MyBlog/golang/2019/09/25/json.html"
}
,
{
"title" : "dwarf - ",
"url" : "/MyBlog/golang/2019/09/25/dwarf.html"
}
,
{
"title" : "https - ",
"url" : "/MyBlog/golang/2019/09/23/https.html"
}
,
{
"title" : "sso - ",
"url" : "/MyBlog/web/2019/09/22/sso.html"
}
,
{
"title" : "rsa - ",
"url" : "/MyBlog/algorithm/2019/09/22/rsa.html"
}
,
{
"title" : "rand 随机数 - ",
"url" : "/MyBlog/golang/2019/09/22/rand.html"
}
,
{
"title" : "签名和加密的区别 - ",
"url" : "/MyBlog/algorithm/2019/09/22/openssl.html"
}
,
{
"title" : "sso oauth - ",
"url" : "/MyBlog/web/2019/09/22/oauth.html"
}
,
{
"title" : "cors - ",
"url" : "/MyBlog/web/2019/09/22/cors.html"
}
,
{
"title" : "tengine - ",
"url" : "/MyBlog/web/2019/09/21/tengine.html"
}
,
{
"title" : "stream - ",
"url" : "/MyBlog/storage/2019/09/21/stream.html"
}
,
{
"title" : "id 生成器 - ",
"url" : "/MyBlog/web/2019/09/21/snowflake.html"
}
,
{
"title" : "shortUrl - ",
"url" : "/MyBlog/web/2019/09/21/shortUrl.html"
}
,
{
"title" : "redis 4 特性 - ",
"url" : "/MyBlog/storage/2019/09/21/redis4.html"
}
,
{
"title" : "redis 5 新特性 - ",
"url" : "/MyBlog/storage/2019/09/21/redis.html"
}
,
{
"title" : "php7 - ",
"url" : "/MyBlog/php/2019/09/21/php.html"
}
,
{
"title" : "openretry - ",
"url" : "/MyBlog/web/2019/09/21/openretry.html"
}
,
{
"title" : "nginx - ",
"url" : "/MyBlog/web/2019/09/21/nginx.html"
}
,
{
"title" : "md5 - ",
"url" : "/MyBlog/algorithm/2019/09/21/md5.html"
}
,
{
"title" : "linux 5.3 - ",
"url" : "/MyBlog/linux/2019/09/21/linux.html"
}
,
{
"title" : "kafka - ",
"url" : "/MyBlog/storage/2019/09/21/kafka.html"
}
,
{
"title" : "golang 1.13 - ",
"url" : "/MyBlog/golang/2019/09/21/golang.html"
}
,
{
"title" : "docker - ",
"url" : "/MyBlog/docker/2019/09/21/docker.html"
}
,
{
"title" : "CentOS - ",
"url" : "/MyBlog/linux/2019/09/21/CentOS.html"
}
,
{
"title" : "xa - ",
"url" : "/MyBlog/storage/2019/09/19/xa.html"
}
,
{
"title" : "mariadb - ",
"url" : "/MyBlog/storage/2019/09/19/mariadb.html"
}
,
{
"title" : "system call table - ",
"url" : "/MyBlog/linux/2019/09/18/systemcalltab.html"
}
,
{
"title" : "函数调用帧栈 - ",
"url" : "/MyBlog/linux/2019/09/18/stackFrame.html"
}
,
{
"title" : "C语言的异常机制 setjump longjump函数 - ",
"url" : "/MyBlog/linux/2019/09/18/setjump.html"
}
,
{
"title" : "rtld_fini - ",
"url" : "/MyBlog/linux/2019/09/18/rtld_fini.html"
}
,
{
"title" : "main - ",
"url" : "/MyBlog/linux/2019/09/18/main.html"
}
,
{
"title" : "heap 内存管理之堆和栈 - ",
"url" : "/MyBlog/linux/2019/09/18/heap.html"
}
,
{
"title" : "dumpbin - ",
"url" : "/MyBlog/linux/2019/09/18/dumpbin.html"
}
,
{
"title" : "c++filt - ",
"url" : "/MyBlog/linux/2019/09/18/c++filt.html"
}
,
{
"title" : "Linux进程分配内存的两种方式--brk() 和mmap() - ",
"url" : "/MyBlog/linux/2019/09/18/brk.html"
}
,
{
"title" : "atexit - ",
"url" : "/MyBlog/linux/2019/09/18/atexit_linux.html"
}
,
{
"title" : "atexit - ",
"url" : "/MyBlog/linux/2019/09/18/atexit.html"
}
,
{
"title" : "0x80 0x21 软中断 - ",
"url" : "/MyBlog/linux/2019/09/18/0x80.html"
}
,
{
"title" : "readelf - ",
"url" : "/MyBlog/linux/2019/09/16/readelf.html"
}
,
{
"title" : "ar - ",
"url" : "/MyBlog/linux/2019/09/16/ar.html"
}
,
{
"title" : "压栈的工作原理 - ",
"url" : "/MyBlog/linux/2019/09/15/statck.html"
}
,
{
"title" : "Go 函数调用━栈和寄存器视角 - ",
"url" : "/MyBlog/golang/2019/09/15/req.html"
}
,
{
"title" : "图的连通性 - ",
"url" : "/MyBlog/algorithm/2019/09/15/graph.html"
}
,
{
"title" : "clang - ",
"url" : "/MyBlog/web/2019/09/15/clang.html"
}
,
{
"title" : "golang 函数调用汇编 - ",
"url" : "/MyBlog/golang/2019/09/15/call.html"
}
,
{
"title" : "setxx setnx - ",
"url" : "/MyBlog/storage/2019/09/14/setxx.html"
}
,
{
"title" : "p2p 打洞 - ",
"url" : "/MyBlog/web/2019/09/14/p2p.html"
}
,
{
"title" : "max_execution_time fpm - ",
"url" : "/MyBlog/php/2019/09/14/max_execution_time.html"
}
,
{
"title" : "interface - ",
"url" : "/MyBlog/golang/2019/09/14/interface.html"
}
,
{
"title" : "gimple - ",
"url" : "/MyBlog/algorithm/2019/09/14/gimple.html"
}
,
{
"title" : "go test Build 缓存 - ",
"url" : "/MyBlog/golang/2019/09/12/test.html"
}
,
{
"title" : "Go 语言运行时环境变量 - ",
"url" : "/MyBlog/golang/2019/09/12/env.html"
}
,
{
"title" : "reflect性能 - ",
"url" : "/MyBlog/golang/2019/09/11/reflect_json.html"
}
,
{
"title" : "reflect - ",
"url" : "/MyBlog/golang/2019/09/11/reflect.html"
}
,
{
"title" : "go 语言内存布局 - ",
"url" : "/MyBlog/golang/2019/09/11/Header.html"
}
,
{
"title" : "Assertion - ",
"url" : "/MyBlog/golang/2019/09/11/Assertion.html"
}
,
{
"title" : "unsafe - ",
"url" : "/MyBlog/golang/2019/09/10/unsafe.html"
}
,
{
"title" : "godoc - ",
"url" : "/MyBlog/golang/2019/09/10/godoc.html"
}
,
{
"title" : "builtin - ",
"url" : "/MyBlog/golang/2019/09/10/builtin.html"
}
,
{
"title" : "Reflection - ",
"url" : "/MyBlog/golang/2019/09/10/Reflection.html"
}
,
{
"title" : "Interfaces - ",
"url" : "/MyBlog/golang/2019/09/10/Interfaces.html"
}
,
{
"title" : "upx - ",
"url" : "/MyBlog/golang/2019/09/08/upx.html"
}
,
{
"title" : "tcpproxy - ",
"url" : "/MyBlog/golang/2019/09/08/tcpproxy.html"
}
,
{
"title" : "swagger php - ",
"url" : "/MyBlog/php/2019/09/08/swaggerphp.html"
}
,
{
"title" : "reflect 为啥慢 - ",
"url" : "/MyBlog/golang/2019/09/08/reflect.html"
}
,
{
"title" : "Swagger与postman使用 - ",
"url" : "/MyBlog/golang/2019/09/08/postman.html"
}
,
{
"title" : "openfalcon - ",
"url" : "/MyBlog/golang/2019/09/08/openfalcon.html"
}
,
{
"title" : "json - ",
"url" : "/MyBlog/golang/2019/09/08/json.html"
}
,
{
"title" : "golang 编译压缩体积 - ",
"url" : "/MyBlog/golang/2019/09/08/goupx.html"
}
,
{
"title" : "goconvey - ",
"url" : "/MyBlog/golang/2019/09/08/goconvey.html"
}
,
{
"title" : "go-swagger - ",
"url" : "/MyBlog/golang/2019/09/08/go-swagger.html"
}
,
{
"title" : "easy-mock - ",
"url" : "/MyBlog/golang/2019/09/08/easy-mock.html"
}
,
{
"title" : "Swagger - ",
"url" : "/MyBlog/golang/2019/09/08/Swagger.html"
}
,
{
"title" : "simplejson json.Decoder vs json.Unmarshal - ",
"url" : "/MyBlog/golang/2019/09/04/simplejson.html"
}
,
{
"title" : "travis ci - ",
"url" : "/MyBlog/web/2019/09/03/travis.html"
}
,
{
"title" : "json - ",
"url" : "/MyBlog/golang/2019/09/03/json.html"
}
,
{
"title" : "pprof 火焰图 实践 - ",
"url" : "/MyBlog/golang/2019/08/25/torch.html"
}
,
{
"title" : "pprof - ",
"url" : "/MyBlog/golang/2019/08/25/pprof.html"
}
,
{
"title" : "perf pprof - ",
"url" : "/MyBlog/linux/2019/08/25/perf.html"
}
,
{
"title" : "gprof 原理 - ",
"url" : "/MyBlog/linux/2019/08/25/gprof.html"
}
,
{
"title" : "go tool trace - ",
"url" : "/MyBlog/golang/2019/08/25/gotrace.html"
}
,
{
"title" : "go-callvis 生成golang调用图 - ",
"url" : "/MyBlog/golang/2019/08/25/go-callvis.html"
}
,
{
"title" : "flamegraph - ",
"url" : "/MyBlog/linux/2019/08/25/flamegraph.html"
}
,
{
"title" : "空间索引 - ",
"url" : "/MyBlog/web/2019/08/22/geoindex.html"
}
,
{
"title" : "wrk - ",
"url" : "/MyBlog/golang/2019/08/18/wrk.html"
}
,
{
"title" : "race - ",
"url" : "/MyBlog/golang/2019/08/18/race.html"
}
,
{
"title" : "make new 的区别 - ",
"url" : "/MyBlog/golang/2019/08/18/make.html"
}
,
{
"title" : "interface - ",
"url" : "/MyBlog/golang/2019/08/18/interface.html"
}
,
{
"title" : "flame graph - ",
"url" : "/MyBlog/golang/2019/08/18/flamegraph.html"
}
,
{
"title" : "defer - ",
"url" : "/MyBlog/golang/2019/08/18/defer.html"
}
,
{
"title" : "http状态码413 - ",
"url" : "/MyBlog/php/2019/08/15/413.html"
}
,
{
"title" : "mark and sweep - ",
"url" : "/MyBlog/golang/2019/08/09/sweep.html"
}
,
{
"title" : "phpgc - ",
"url" : "/MyBlog/php/2019/08/09/phpgc.html"
}
,
{
"title" : "gc 发展 - ",
"url" : "/MyBlog/golang/2019/08/09/gc.html"
}
,
{
"title" : "fpm_scoreboard - ",
"url" : "/MyBlog/php/2019/08/09/fpm_scoreboard.html"
}
,
{
"title" : "sync.pool - ",
"url" : "/MyBlog/golang/2019/08/08/pool.html"
}
,
{
"title" : "MVCC 、CAS 和CopyOnWrite - ",
"url" : "/MyBlog/storage/2019/08/08/mvcc.html"
}
,
{
"title" : "mutex - ",
"url" : "/MyBlog/golang/2019/08/08/mutex.html"
}
,
{
"title" : "fasthttp - ",
"url" : "/MyBlog/golang/2019/08/08/fasthttp.html"
}
,
{
"title" : "Treap - ",
"url" : "/MyBlog/algorithm/2019/08/08/Treap.html"
}
,
{
"title" : "load average - ",
"url" : "/MyBlog/linux/2019/08/07/load.html"
}
,
{
"title" : "fasthttp - ",
"url" : "/MyBlog/golang/2019/08/04/fasthttp.html"
}
,
{
"title" : "channel - ",
"url" : "/MyBlog/golang/2019/08/04/channel.html"
}
,
{
"title" : "opentracing - ",
"url" : "/MyBlog/golang/2019/08/03/opentracing.html"
}
,
{
"title" : "httptrace - ",
"url" : "/MyBlog/golang/2019/08/03/httptrace.html"
}
,
{
"title" : "Memory Allocator Trace - ",
"url" : "/MyBlog/golang/2019/07/28/trace.html"
}
,
{
"title" : "系统调度 - ",
"url" : "/MyBlog/golang/2019/07/28/scheduler.html"
}
,
{
"title" : "hey - ",
"url" : "/MyBlog/golang/2019/07/28/hey.html"
}
,
{
"title" : "gostub - ",
"url" : "/MyBlog/golang/2019/07/28/gostub.html"
}
,
{
"title" : "goMonkey - ",
"url" : "/MyBlog/golang/2019/07/28/goMonkey.html"
}
,
{
"title" : "GoConvey - ",
"url" : "/MyBlog/golang/2019/07/28/GoConvey.html"
}
,
{
"title" : "mock - ",
"url" : "/MyBlog/golang/2019/07/27/mock.html"
}
,
{
"title" : "tty stdin stdout stderr - ",
"url" : "/MyBlog/linux/2019/07/21/tty.html"
}
,
{
"title" : "tiny compiler - ",
"url" : "/MyBlog/golang/2019/07/21/tiny.html"
}
,
{
"title" : "compile link - ",
"url" : "/MyBlog/golang/2019/07/21/link.html"
}
,
{
"title" : "elf - ",
"url" : "/MyBlog/linux/2019/07/21/elf.html"
}
,
{
"title" : "tscan - ",
"url" : "/MyBlog/golang/2019/07/20/tscan.html"
}
,
{
"title" : "race - ",
"url" : "/MyBlog/golang/2019/07/20/race.html"
}
,
{
"title" : "Memory Sanitizer - ",
"url" : "/MyBlog/golang/2019/07/20/goroutine.html"
}
,
{
"title" : "go 编译器指示 - ",
"url" : "/MyBlog/golang/2019/07/20/go.html"
}
,
{
"title" : "编译优化 - ",
"url" : "/MyBlog/golang/2019/07/20/gc.html"
}
,
{
"title" : "调试golang编译器,增加自定义声明 - ",
"url" : "/MyBlog/golang/2019/07/20/compile.html"
}
,
{
"title" : "语法树与抽象语法树(parse tree & abstract syntax tree) - ",
"url" : "/MyBlog/golang/2019/07/20/ast.html"
}
,
{
"title" : "静态单赋值(SSA,Static Single-Assignment) - ",
"url" : "/MyBlog/golang/2019/07/19/ssa.html"
}
,
{
"title" : "502 504 - ",
"url" : "/MyBlog/web/2019/07/18/502.html"
}
,
{
"title" : "slice - ",
"url" : "/MyBlog/golang/2019/07/16/slice.html"
}
,
{
"title" : "plan9 - ",
"url" : "/MyBlog/golang/2019/07/16/plan9.html"
}
,
{
"title" : "goasm - ",
"url" : "/MyBlog/golang/2019/07/16/goasm.html"
}
,
{
"title" : "asm - ",
"url" : "/MyBlog/golang/2019/07/16/asm.html"
}
,
{
"title" : "binaryen - ",
"url" : "/MyBlog/golang/2019/07/15/binaryen.html"
}
,
{
"title" : "WebAssembly - ",
"url" : "/MyBlog/golang/2019/07/15/WebAssembly.html"
}
,
{
"title" : "tty 及其在远程登录(SSH,telnet等)中的应用 - ",
"url" : "/MyBlog/linux/2019/07/14/tty.html"
}
,
{
"title" : "go tool trace - ",
"url" : "/MyBlog/golang/2019/07/14/trace.html"
}
,
{
"title" : "ssl ssh - ",
"url" : "/MyBlog/web/2019/07/14/ssl.html"
}
,
{
"title" : "ssh 原理 - ",
"url" : "/MyBlog/linux/2019/07/14/ssh_keygen.html"
}
,
{
"title" : "Linux中tty、pty、pts的概念区别 - ",
"url" : "/MyBlog/linux/2019/07/14/pty.html"
}
,
{
"title" : "cAdvisor - ",
"url" : "/MyBlog/docker/2019/07/14/cAdvisor.html"
}
,
{
"title" : "SSH - ",
"url" : "/MyBlog/linux/2019/07/14/SSH.html"
}
,
{
"title" : "Quagga - ",
"url" : "/MyBlog/linux/2019/07/14/Quagga.html"
}
,
{
"title" : "Pipework、Weave、Flannel - ",
"url" : "/MyBlog/docker/2019/07/14/Pipework.html"
}
,
{
"title" : "Flannel - ",
"url" : "/MyBlog/2019/07/14/Flannel.html"
}
,
{
"title" : "sdn - ",
"url" : "/MyBlog/docker/2019/07/11/sdn.html"
}
,
{
"title" : "php - ",
"url" : "/MyBlog/php/2019/07/11/php.html"
}
,
{
"title" : "Macvlan与ipvlan - ",
"url" : "/MyBlog/docker/2019/07/11/ipvlan.html"
}
,
{
"title" : "hypervisor - ",
"url" : "/MyBlog/docker/2019/07/11/hypervisor.html"
}
,
{
"title" : "go get go install - ",
"url" : "/MyBlog/golang/2019/07/11/goget.html"
}
,
{
"title" : "Docker与Hypervisor - ",
"url" : "/MyBlog/docker/2019/07/11/docker.html"
}
,
{
"title" : "cobra - ",
"url" : "/MyBlog/golang/2019/07/11/cobra.html"
}
,
{
"title" : "prctl - ",
"url" : "/MyBlog/linux/2019/07/09/prctl.html"
}
,
{
"title" : "type aliases - ",
"url" : "/MyBlog/golang/2019/07/09/alias.html"
}
,
{
"title" : "union mount - ",
"url" : "/MyBlog/docker/2019/07/07/union.html"
}
,
{
"title" : "Linux内核namespace机制 - ",
"url" : "/MyBlog/docker/2019/07/07/namespace.html"
}
,
{
"title" : "Namespace 资源隔离 - ",
"url" : "/MyBlog/linux/2019/07/07/linux_ns.html"
}
,
{
"title" : "ioctl 网桥管理 - ",
"url" : "/MyBlog/linux/2019/07/07/ioctl.html"
}
,
{
"title" : "clone - ",
"url" : "/MyBlog/linux/2019/07/07/clone.html"
}
,
{
"title" : "cidr - ",
"url" : "/MyBlog/linux/2019/07/07/cidr.html"
}
,
{
"title" : "Libcontainer - ",
"url" : "/MyBlog/docker/2019/07/07/Libcontainer.html"
}
,
{
"title" : "AppArmor - ",
"url" : "/MyBlog/docker/2019/07/07/AppArmor.html"
}
,
{
"title" : "namespace - ",
"url" : "/MyBlog/docker/2019/07/06/namespace.html"
}
,
{
"title" : "lxc - ",
"url" : "/MyBlog/docker/2019/07/06/lxc.html"
}
,
{
"title" : "lxc-start 源码分析 - ",
"url" : "/MyBlog/docker/2019/07/06/lxc-start.html"
}
,
{
"title" : "hijack - ",
"url" : "/MyBlog/golang/2019/07/05/hijack.html"
}
,
{
"title" : "gotty 把你的 Linux 终端放到浏览器里面 - ",
"url" : "/MyBlog/golang/2019/07/05/gotty.html"
}
,
{
"title" : "fcgi - ",
"url" : "/MyBlog/golang/2019/07/04/fcgi.html"
}
,
{
"title" : "fastcgi_client - ",
"url" : "/MyBlog/php/2019/07/04/fastcgi_client.html"
}
,
{
"title" : "RequestID fastcgi - ",
"url" : "/MyBlog/php/2019/07/04/RequestID.html"
}
,
{
"title" : "FastCGI MIT 文档 - ",
"url" : "/MyBlog/web/2019/07/04/FastCGI.html"
}
,
{
"title" : "setfacl - ",
"url" : "/MyBlog/linux/2019/07/03/setfacl.html"
}
,
{
"title" : "go-web + go-cgi + go-cgi-script - ",
"url" : "/MyBlog/golang/2019/07/03/gocgi.html"
}
,
{
"title" : "aufs、Btrfs、Device mapper、OverlayFS、ZFS - ",
"url" : "/MyBlog/docker/2019/07/03/aufs.html"
}
,
{
"title" : "netListener.File - ",
"url" : "/MyBlog/golang/2019/07/02/netListener.html"
}
,
{
"title" : "lantern mac编译 Proxy SwitchyOmega - ",
"url" : "/MyBlog/golang/2019/06/30/lantern.html"
}
,
{
"title" : "shell $(( ))、$( )、``与${ }的区别 - ",
"url" : "/MyBlog/linux/2019/06/29/shell.html"
}
,
{
"title" : "shutdown 源码分析 - ",
"url" : "/MyBlog/golang/2019/06/29/graceful.html"
}
,
{
"title" : "git彻底删除提交历史 - ",
"url" : "/MyBlog/web/2019/06/29/git.html"
}
,
{
"title" : "fpm graceful - ",
"url" : "/MyBlog/web/2019/06/29/fpm.html"
}
,
{
"title" : "graceful Shutdown - ",
"url" : "/MyBlog/golang/2019/06/29/Shutdown.html"
}
,
{
"title" : "interface 和nil - ",
"url" : "/MyBlog/golang/2019/06/28/nil.html"
}
,
{
"title" : "martini inject - ",
"url" : "/MyBlog/golang/2019/06/28/invoke.html"
}
,
{
"title" : "Martini之inject源码 - ",
"url" : "/MyBlog/golang/2019/06/28/inject.html"
}
,
{
"title" : "gcflags - ",
"url" : "/MyBlog/golang/2019/06/28/gcflags.html"
}
,
{
"title" : "Martini - ",
"url" : "/MyBlog/golang/2019/06/28/Martini.html"
}
,
{
"title" : "vmnetd - ",
"url" : "/MyBlog/docker/2019/06/27/vmnetd.html"
}
,
{
"title" : "godoc doc.go - ",
"url" : "/MyBlog/golang/2019/06/27/godoc.html"
}
,
{
"title" : "docker for mac k8s - ",
"url" : "/MyBlog/docker/2019/06/26/dockerformak.html"
}
,
{
"title" : "ssh端口转发 - ",
"url" : "/MyBlog/docker/2019/06/25/ssh.html"
}
,
{
"title" : "docker for mac k8s - ",
"url" : "/MyBlog/docker/2019/06/25/dockerformack8s.html"
}
,
{
"title" : "docker for mac - ",
"url" : "/MyBlog/docker/2019/06/25/dockerformac.html"
}
,
{
"title" : "boot2docker - ",
"url" : "/MyBlog/docker/2019/06/25/boot2docker.html"
}
,
{
"title" : "VBoxManage - ",
"url" : "/MyBlog/docker/2019/06/25/VBoxManage.html"
}
,
{
"title" : "Docker Machine - ",
"url" : "/MyBlog/docker/2019/06/25/Machine.html"
}
,
{
"title" : "Borg - ",
"url" : "/MyBlog/docker/2019/06/25/Borg.html"
}
,
{
"title" : "validator - ",
"url" : "/MyBlog/golang/2019/06/19/validator.html"
}
,
{
"title" : "Redis 源码阅读顺序 - ",
"url" : "/MyBlog/storage/2019/06/19/redis.html"
}
,
{
"title" : "ptmalloc、tcmalloc和jemalloc - ",
"url" : "/MyBlog/storage/2019/06/19/ptmalloc.html"
}
,
{
"title" : "SystemTap - ",
"url" : "/MyBlog/linux/2019/06/19/SystemTap.html"
}
,
{
"title" : "phpcs phpcbf PHP_CodeSniffer - ",
"url" : "/MyBlog/php/2019/06/17/phpcs.html"
}
,
{
"title" : "goroutine 状态机扭转 - ",
"url" : "/MyBlog/golang/2019/06/17/goroutine.html"
}
,
{
"title" : "m p g schedt sudog - ",
"url" : "/MyBlog/golang/2019/06/16/mpg.html"
}
,
{
"title" : "sync.Pool 设计思路与原理 - ",
"url" : "/MyBlog/golang/2019/06/15/sync.Pool.html"
}
,
{
"title" : "sync.Map - ",
"url" : "/MyBlog/golang/2019/06/15/sync.Map.html"
}
,
{
"title" : "xargs - ",
"url" : "/MyBlog/linux/2019/06/14/xargs.html"
}
,
{
"title" : "rwmutex - ",
"url" : "/MyBlog/golang/2019/06/14/rwmutex.html"
}
,
{
"title" : "onece - ",
"url" : "/MyBlog/golang/2019/06/14/onece.html"
}
,
{
"title" : "mutex - ",
"url" : "/MyBlog/golang/2019/06/14/mutex.html"
}
,
{
"title" : "awk完成两个文件的关联Join 高级用法 - ",
"url" : "/MyBlog/linux/2019/06/14/awk.html"
}
,
{
"title" : "thrift transport - ",
"url" : "/MyBlog/web/2019/06/12/transport.html"
}
,
{
"title" : "TProtocol 协议和编解码 - ",
"url" : "/MyBlog/web/2019/06/12/Tprotocal.html"
}
,
{
"title" : "thrift 源码 - ",
"url" : "/MyBlog/web/2019/06/12/IDL.html"
}
,
{
"title" : "pollfd - ",
"url" : "/MyBlog/linux/2019/06/11/pollfd.html"
}
,
{
"title" : "libevent 编译安装 - ",
"url" : "/MyBlog/linux/2019/06/11/libevent.html"
}
,
{
"title" : "fd_set - ",
"url" : "/MyBlog/linux/2019/06/11/fd_set.html"
}
,
{
"title" : "epoll_event - ",
"url" : "/MyBlog/linux/2019/06/11/epoll_event.html"
}
,
{
"title" : "configure.ac - ",
"url" : "/MyBlog/linux/2019/06/11/configure.ac.html"
}
,
{
"title" : "Makefile/Makefile.am/Makefile.in三者关系 - ",
"url" : "/MyBlog/linux/2019/06/11/Makefile.html"
}
,
{
"title" : "Golang网络库中socket阻塞调度源码剖析 - ",
"url" : "/MyBlog/golang/2019/06/10/socket_go.html"
}
,
{
"title" : "gopark goready - ",
"url" : "/MyBlog/golang/2019/06/10/gopark.html"
}
,
{
"title" : "eagain accept - ",
"url" : "/MyBlog/linux/2019/06/10/eagain.html"
}
,
{
"title" : "Socket 源码 - ",
"url" : "/MyBlog/linux/2019/06/10/Socket.html"
}
,
{
"title" : "SIGIO - ",
"url" : "/MyBlog/linux/2019/06/10/SIGIO.html"
}
,
{
"title" : "golang syscall原理 - ",
"url" : "/MyBlog/golang/2019/06/09/SYSCALL.html"
}
,
{
"title" : "gdb_codesign - ",
"url" : "/MyBlog/linux/2019/06/08/gdb_codesign.html"
}
,
{
"title" : "fcntl函数设置阻塞与非阻塞 - ",
"url" : "/MyBlog/linux/2019/06/08/fcntl.html"
}
,
{
"title" : "swoole - ",
"url" : "/MyBlog/linux/2019/06/07/swoole.html"
}
,
{
"title" : "进程池,线程池 - ",
"url" : "/MyBlog/linux/2019/06/07/pool.html"
}
,
{
"title" : "getuid、geteuid和setuid函数 - ",
"url" : "/MyBlog/linux/2019/06/07/geteuid.html"
}
,
{
"title" : "fpm 源码阅读 - ",
"url" : "/MyBlog/linux/2019/06/07/fpm.html"
}
,
{
"title" : "socketpair nginx 通信机制 - ",
"url" : "/MyBlog/php/2019/06/06/socketpair.html"
}
,
{
"title" : "goroutine 泄露 - ",
"url" : "/MyBlog/golang/2019/06/04/goroutine.html"
}
,
{
"title" : "umask umask(0) - ",
"url" : "/MyBlog/linux/2019/06/02/umask.html"
}
,
{
"title" : "sigsuspend 进程阻塞 与 pause 区别 - ",
"url" : "/MyBlog/linux/2019/06/02/sigsuspend.html"
}
,
{
"title" : "sigaction - ",
"url" : "/MyBlog/linux/2019/06/02/sigaction.html"
}
,
{
"title" : "信号(sigaction,sigaddset,sigprocmask) - ",
"url" : "/MyBlog/linux/2019/06/02/sig.html"
}
,
{
"title" : "三种时间结构及定时器setitimer() - ",
"url" : "/MyBlog/linux/2019/06/02/settimer.html"
}
,
{
"title" : "setsid & 后台进程 - ",
"url" : "/MyBlog/linux/2019/06/02/setsid.html"
}
,
{
"title" : "getsockname getpeername - ",
"url" : "/MyBlog/linux/2019/06/02/getsockname.html"
}
,
{
"title" : "yaf - ",
"url" : "/MyBlog/php/2019/06/01/yaf.html"
}
,
{
"title" : "waitpid wait - ",
"url" : "/MyBlog/linux/2019/05/31/waitpid.html"
}
,
{
"title" : "socketpair popen - ",
"url" : "/MyBlog/linux/2019/05/31/socketpair.html"
}
,
{
"title" : "ngx_cycle_s - ",
"url" : "/MyBlog/php/2019/05/31/ngx_cycle_s.html"
}
,
{
"title" : "linux 信号系统调用 - ",
"url" : "/MyBlog/linux/2019/05/31/kill.html"
}
,
{
"title" : "fpm worker 进程的生命周期 - ",
"url" : "/MyBlog/php/2019/05/31/fpm.html"
}
,
{
"title" : "ext_skel php-x php扩展开发工具 - ",
"url" : "/MyBlog/php/2019/05/31/ext_skel.html"
}
,
{
"title" : "sockt编程中的文件句柄 select poll epoll - ",
"url" : "/MyBlog/linux/2019/05/30/sockfd.html"
}
,
{
"title" : "clion 支持跳转配置 - ",
"url" : "/MyBlog/web/2019/05/30/clion.html"
}
,
{
"title" : "How TCP Sockets Work - ",
"url" : "/MyBlog/linux/2019/05/29/o.html"
}
,
{
"title" : "io 模型 - ",
"url" : "/MyBlog/linux/2019/05/29/io.html"
}
,
{
"title" : "SO_REUSEPORT 惊群 - ",
"url" : "/MyBlog/linux/2019/05/29/SO_REUSEPORT.html"
}
,
{
"title" : "pprof - ",
"url" : "/MyBlog/golang/2019/05/28/pprof.html"
}
,
{
"title" : "kedis - ",
"url" : "/MyBlog/storage/2019/05/28/kedis.html"
}
,
{
"title" : "php-fpm - ",
"url" : "/MyBlog/php/2019/05/28/fpm.html"
}
,
{
"title" : "codis - ",
"url" : "/MyBlog/storage/2019/05/28/codis.html"
}
,
{
"title" : "SO_REUSEPORT 多个server进程同时监听一个unix socket文件 - ",
"url" : "/MyBlog/linux/2019/05/28/SO_REUSEPORT.html"
}
,
{
"title" : "多个进程绑定相同端口的实现分析[Google Patch] - ",
"url" : "/MyBlog/linux/2019/05/28/REUSEPORT.html"
}
,
{
"title" : "PrintStack - ",
"url" : "/MyBlog/golang/2019/05/28/PrintStack.html"
}
,
{
"title" : "redis HashTags - ",
"url" : "/MyBlog/storage/2019/05/28/HashTags.html"
}
,
{
"title" : "GEODNS GeoIP - ",
"url" : "/MyBlog/web/2019/05/28/GEODNS.html"
}
,
{
"title" : "Benchmark - ",
"url" : "/MyBlog/golang/2019/05/27/Benchmark.html"
}
,
{
"title" : "TCP_CORK tcp_push TCP_NODELAY 和 TCP_NOPUSH - ",
"url" : "/MyBlog/linux/2019/05/26/tcp.html"
}
,
{
"title" : "pid 文件作用 - ",
"url" : "/MyBlog/linux/2019/05/26/pid.html"
}
,
{
"title" : "limit_rate_after nginx限速配置 - ",
"url" : "/MyBlog/php/2019/05/26/limit_rate_after.html"
}
,
{
"title" : "libevent - ",
"url" : "/MyBlog/linux/2019/05/26/libevent.html"
}
,
{
"title" : "爱拉托逊斯筛选法 - ",
"url" : "/MyBlog/algorithm/2019/05/26/Eratosthees.html"
}
,
{
"title" : "thread local storage Goroutine Local Storage - ",
"url" : "/MyBlog/golang/2019/05/24/tls.html"
}
,
{
"title" : "获取 goroutine id - ",
"url" : "/MyBlog/golang/2019/05/24/getg.html"
}
,
{
"title" : "backlog - ",
"url" : "/MyBlog/linux/2019/05/24/backlog.html"
}
,
{
"title" : "method 接收者 - ",
"url" : "/MyBlog/golang/2019/05/23/method.html"
}
,
{
"title" : "SYN-Cookie - ",
"url" : "/MyBlog/linux/2019/05/23/SYN-Cookie.html"
}
,
{
"title" : "SO_REUSEADDR SO_REUSEPORT - ",
"url" : "/MyBlog/linux/2019/05/23/SO_REUSEADDR.html"
}
,
{
"title" : "lsof netstat - ",
"url" : "/MyBlog/linux/2019/05/22/lsof.html"
}
,
{
"title" : "nginx request_time - ",
"url" : "/MyBlog/php/2019/05/21/request_time.html"
}
,
{
"title" : "mysql instant add colum - ",
"url" : "/MyBlog/storage/2019/05/21/instantaddcolum.html"
}
,
{
"title" : "mysql ddl-ghost - ",
"url" : "/MyBlog/storage/2019/05/21/ddl-ghost.html"
}
,
{
"title" : "TIME_WAIT和CLOSE_WAIT - ",
"url" : "/MyBlog/golang/2019/05/09/time_wait.html"
}
,
{
"title" : "netpoller - ",
"url" : "/MyBlog/golang/2019/05/09/netpoller.html"
}
,
{
"title" : "TCP序列号欺骗 - ",
"url" : "/MyBlog/linux/2019/05/09/isns.html"
}
,
{
"title" : "gopsutil - ",
"url" : "/MyBlog/golang/2019/05/09/gopsutil.html"
}
,
{
"title" : "goprof - ",
"url" : "/MyBlog/golang/2019/04/26/goprof.html"
}
,
{
"title" : "CAS:Compare and Swap - ",
"url" : "/MyBlog/algorithm/2019/04/26/cas.html"
}
,
{
"title" : "Context - ",
"url" : "/MyBlog/golang/2019/04/26/Context.html"
}
,
{
"title" : "tideways + xhgui(+toolkit) php 性能分析 - ",
"url" : "/MyBlog/php/2019/04/24/tideways.html"
}
,
{
"title" : "aqs - ",
"url" : "/MyBlog/algorithm/2019/04/24/aqs.html"
}
,
{
"title" : "treemap HashMap和LinkedHashMap的区别 - ",
"url" : "/MyBlog/algorithm/2019/04/23/treemap.html"
}
,
{
"title" : "gctrace - ",
"url" : "/MyBlog/golang/2019/04/23/gctrace.html"
}
,
{
"title" : "BitTorrent协议分析 - ",
"url" : "/MyBlog/web/2019/04/23/BitTorrent%E5%8D%8F%E8%AE%AE%E5%88%86%E6%9E%90%E4%B8%80.html"
}
,
{
"title" : "mutex - ",
"url" : "/MyBlog/golang/2019/04/22/mutex.html"
}
,
{
"title" : "WaitGroup - ",
"url" : "/MyBlog/golang/2019/04/22/WaitGroup.html"
}
,
{
"title" : "TCMalloc - ",
"url" : "/MyBlog/golang/2019/04/22/TCMalloc.html"
}
,
{
"title" : "SESSION 保存在服务器的哪里 - ",
"url" : "/MyBlog/php/2019/04/21/SESSION.html"
}
,
{
"title" : "go schedule - ",
"url" : "/MyBlog/golang/2019/04/20/schedule.html"
}
,
{
"title" : "gc - ",
"url" : "/MyBlog/golang/2019/04/20/gc.html"
}
,
{
"title" : "channel - ",
"url" : "/MyBlog/golang/2019/04/20/channel.html"
}
,
{
"title" : "lldb - ",
"url" : "/MyBlog/golang/2019/04/18/lldb.html"
}
,
{
"title" : "goroutine实现原理 - ",
"url" : "/MyBlog/golang/2019/04/18/goroutine.html"
}
,
{
"title" : "go Vet - ",
"url" : "/MyBlog/golang/2019/04/18/Vet.html"
}
,
{
"title" : "runtime - ",
"url" : "/MyBlog/golang/2019/04/17/runtime.html"
}
,
{
"title" : "go:linkname go:nosplit - ",
"url" : "/MyBlog/golang/2019/04/17/linkname.html"
}
,
{
"title" : "Go 语言编译指示 - ",
"url" : "/MyBlog/golang/2019/04/17/go.html"
}
,
{
"title" : "Cond - ",
"url" : "/MyBlog/golang/2019/04/17/Cond.html"
}
,
{
"title" : "reflection - ",
"url" : "/MyBlog/golang/2019/04/14/reflection.html"
}
,
{
"title" : "Tcp Keepalive和HTTP Keep-alive - ",
"url" : "/MyBlog/linux/2019/04/13/tcphttp.html"
}
,
{
"title" : "keepalive 连接池 - ",
"url" : "/MyBlog/linux/2019/04/13/keepalive.html"
}
,
{
"title" : "发送接收缓冲区滑动窗口 - ",
"url" : "/MyBlog/linux/2019/04/13/cwnd.html"
}
,
{
"title" : "dnsmasq - ",
"url" : "/MyBlog/algorithm/2019/04/12/dnsmasq.html"
}
,
{
"title" : "Zabbix 监控组件及流程 - ",
"url" : "/MyBlog/web/2019/04/12/Zabbix.html"
}
,
{
"title" : "FULLTEXT 全文索引 - ",
"url" : "/MyBlog/storage/2019/04/12/FULLTEXT.html"
}
,
{
"title" : "vrrp keepalived - ",
"url" : "/MyBlog/web/2019/04/09/vrrp.html"
}
,
{
"title" : "lvs - ",
"url" : "/MyBlog/algorithm/2019/04/09/lvs.html"
}
,
{
"title" : "dig - ",
"url" : "/MyBlog/web/2019/04/09/dig.html"
}
,
{
"title" : "高qps接入层方案 - ",
"url" : "/MyBlog/web/2019/04/08/qps.html"
}
,
{
"title" : "for update - ",
"url" : "/MyBlog/storage/2019/04/08/forupdate.html"
}
,
{
"title" : "inode 与文件块 block 对应关系 - ",
"url" : "/MyBlog/linux/2019/04/07/inode.html"
}
,
{
"title" : "socket 虚拟文件系统 - ",
"url" : "/MyBlog/linux/2019/04/06/socket.html"
}
,
{
"title" : "screen nohup session - ",
"url" : "/MyBlog/linux/2019/04/06/screen.html"
}
,
{
"title" : "Golang服务器的网络层实现--总结对比常用epoll模型 - ",
"url" : "/MyBlog/golang/2019/04/06/net.html"
}
,
{
"title" : "堆组织表(HOT)和索引组织表(IOT) - ",
"url" : "/MyBlog/storage/2019/04/06/iot.html"
}
,
{
"title" : "fork cahe - ",
"url" : "/MyBlog/linux/2019/04/06/fork_cahe.html"
}
,
{
"title" : "文件锁 - ",
"url" : "/MyBlog/linux/2019/04/06/file_lock.html"
}
,
{
"title" : "fd 文件描述符 - ",
"url" : "/MyBlog/linux/2019/04/06/fd.html"
}
,
{
"title" : "fork() execve() - ",
"url" : "/MyBlog/linux/2019/04/06/exec.html"
}
,
{
"title" : "snowflake - ",
"url" : "/MyBlog/algorithm/2019/03/31/snowflake.html"
}
,
{
"title" : "Consul vs Zookeeper vs Etcd vs Eureka - ",
"url" : "/MyBlog/algorithm/2019/03/31/eureka.html"
}
,
{
"title" : "maxmemory - ",
"url" : "/MyBlog/algorithm/2019/03/27/maxmemory.html"
}
,
{
"title" : "页、磁盘块与扇区 - ",
"url" : "/MyBlog/linux/2019/03/27/disk.html"
}
,
{
"title" : "GeoHash - ",
"url" : "/MyBlog/algorithm/2019/03/27/GeoHash.html"
}
,
{
"title" : "SkipList跳表基本原理 - ",
"url" : "/MyBlog/algorithm/2019/03/26/skip_table.html"
}
,
{
"title" : "Bash 带有特殊含义的退出码 - ",
"url" : "/MyBlog/linux/2019/03/25/exit.html"
}
,
{
"title" : "FUNCNAME - ",
"url" : "/MyBlog/linux/2019/03/25/FUNCNAME.html"
}
,
{
"title" : "乐观锁悲观锁 - ",
"url" : "/MyBlog/linux/2019/03/24/lock.html"
}
,
{
"title" : "redis zset 延迟队列 - ",
"url" : "/MyBlog/storage/2019/03/23/zset.html"
}
,
{
"title" : "redis keys scan - ",
"url" : "/MyBlog/storage/2019/03/23/scan.html"
}
,
{
"title" : "lru - ",
"url" : "/MyBlog/storage/2019/03/23/lru.html"
}
,
{
"title" : "lfu - ",
"url" : "/MyBlog/storage/2019/03/23/lfu.html"
}
,
{
"title" : "Codis Twemproxy redis集群 - ",
"url" : "/MyBlog/storage/2019/03/23/codis.html"
}
,
{
"title" : "gap Lock 间隙锁 - ",
"url" : "/MyBlog/storage/2019/03/19/gapLock.html"
}
,
{
"title" : "strace - ",
"url" : "/MyBlog/linux/2019/03/17/strace.html"
}
,
{
"title" : "pstack 原理 - ",
"url" : "/MyBlog/linux/2019/03/17/pstack.html"
}
,
{
"title" : "Linux进程间通信-消息队列(mqueue) - ",
"url" : "/MyBlog/linux/2019/03/17/mqueue.html"
}
,
{
"title" : "kill - ",
"url" : "/MyBlog/linux/2019/03/17/kill.html"
}
,
{
"title" : "interface - ",
"url" : "/MyBlog/golang/2019/03/17/interface.html"
}
,
{
"title" : "gc - ",
"url" : "/MyBlog/golang/2019/03/17/gc.html"
}
,
{
"title" : "火焰图(flame graph) - ",
"url" : "/MyBlog/linux/2019/03/17/flame.html"
}
,
{
"title" : "escape 逃逸分析 - ",
"url" : "/MyBlog/golang/2019/03/17/escape.html"
}
,
{
"title" : "core dump - ",
"url" : "/MyBlog/linux/2019/03/17/core.html"
}
,
{
"title" : "thread apply all bt - ",
"url" : "/MyBlog/linux/2019/03/17/bt.html"
}
,
{
"title" : "尾递归、尾调用 - ",
"url" : "/MyBlog/lang/2019/03/10/tail.html"
}
,
{
"title" : "golang slice append 陷阱 - ",
"url" : "/MyBlog/golang/2019/03/10/slice.html"
}
,
{
"title" : "函数式编程、闭包 - ",
"url" : "/MyBlog/lang/2019/03/10/functional.html"
}
,
{
"title" : "通配符与正则表达式 - ",
"url" : "/MyBlog/linux/2019/03/09/regx.html"
}
,
{
"title" : "awk 用法总结 - ",
"url" : "/MyBlog/linux/2019/03/03/awk.html"
}
,
{
"title" : "线程技术(Hyper-Threading Technology) - ",
"url" : "/MyBlog/web/2019/03/02/ht.html"
}
,
{
"title" : "ConcurrentHashMap 分段锁 - ",
"url" : "/MyBlog/algorithm/2019/03/02/ConcurrentHashMap.html"
}
,
{
"title" : "锁 - ",
"url" : "/MyBlog/web/2019/02/27/lock.html"
}
,
{
"title" : "futex 快速用户空间互斥体 - ",
"url" : "/MyBlog/linux/2019/02/27/futex.html"
}
,
{
"title" : "Test And Set Lock - ",
"url" : "/MyBlog/linux/2019/02/27/Test_And_Set_Lock.html"
}
,
{
"title" : "分布式事务 xa/tcc - ",
"url" : "/MyBlog/storage/2019/02/26/xa.html"
}
,
{
"title" : "分布式缓存redis - ",
"url" : "/MyBlog/storage/2019/02/26/redis.html"
}
,
{
"title" : "elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2019/02/26/elasticsearch.html"
}
,
{
"title" : "异地多活 - ",
"url" : "/MyBlog/algorithm/2019/02/26/cap.html"
}
,
{
"title" : "go语言sync包的学习(Mutex、WaitGroup、Cond) - ",
"url" : "/MyBlog/golang/2019/02/24/sync.html"
}
,
{
"title" : "golang 的栈 - ",
"url" : "/MyBlog/golang/2019/02/24/stack.html"
}
,
{
"title" : "Go语言汇编 - ",
"url" : "/MyBlog/golang/2019/02/24/goasm.html"
}
,
{
"title" : "Actor模型和CSP模型的区别 - ",
"url" : "/MyBlog/golang/2019/02/24/csp_actor.html"
}
,
{
"title" : "CSP(Communicating Sequential Processes)模型 - ",
"url" : "/MyBlog/golang/2019/02/24/csp.html"
}
,
{
"title" : "application binary interface - ",
"url" : "/MyBlog/web/2019/02/24/abi.html"
}
,
{
"title" : "Context - ",
"url" : "/MyBlog/golang/2019/02/24/Context.html"
}
,
{
"title" : "Go unsafe Pointer - ",
"url" : "/MyBlog/golang/2019/02/23/unsafepointer.html"
}
,
{
"title" : "ilp 整数线性规划 - ",
"url" : "/MyBlog/algorithm/2019/02/22/ilp.html"
}
,
{
"title" : "php json_encode 的坑 - ",
"url" : "/MyBlog/php/2019/01/28/json_encode.html"
}
,
{
"title" : "traps - ",
"url" : "/MyBlog/golang/2019/01/26/traps.html"
}
,
{
"title" : "golang 内存分配 - ",
"url" : "/MyBlog/golang/2019/01/26/stack.html"
}
,
{
"title" : "Server Name Indication - ",
"url" : "/MyBlog/web/2019/01/26/sni.html"
}
,
{
"title" : "golang nil 总结 - ",
"url" : "/MyBlog/golang/2019/01/26/nil.html"
}
,
{
"title" : "checkstyle - ",
"url" : "/MyBlog/web/2019/01/16/checkstyle.html"
}
,
{
"title" : "timer - ",
"url" : "/MyBlog/linux/2019/01/15/timer.html"
}
,
{
"title" : "timekeeper - ",
"url" : "/MyBlog/linux/2019/01/15/timekeeper.html"
}
,
{
"title" : "jiffies - ",
"url" : "/MyBlog/linux/2019/01/15/jiffies.html"
}
,
{
"title" : "clock_event_device - ",
"url" : "/MyBlog/linux/2019/01/15/clock_event_device.html"
}
,
{
"title" : "时间轮算法 - ",
"url" : "/MyBlog/linux/2019/01/15/callout.html"
}
,
{
"title" : "ddd - ",
"url" : "/MyBlog/architect/2019/01/13/ddd.html"
}
,
{
"title" : "4色图 - ",
"url" : "/MyBlog/architect/2019/01/13/4color.html"
}
,
{
"title" : "www-authenticate - ",
"url" : "/MyBlog/web/2019/01/12/www-authenticate.html"
}
,
{
"title" : "rstp - ",
"url" : "/MyBlog/web/2019/01/12/rstp.html"
}
,
{
"title" : "WebDAV - ",
"url" : "/MyBlog/web/2019/01/12/WebDAV.html"
}
,
{
"title" : "TCP_NODELAY - ",
"url" : "/MyBlog/web/2019/01/12/TCP_NODELAY.html"
}
,
{
"title" : "reflect golang 反射 - ",
"url" : "/MyBlog/golang/2019/01/04/reflect.html"
}
,
{
"title" : "llvm - ",
"url" : "/MyBlog/lang/2019/01/02/llvm.html"
}
,
{
"title" : "recover panic defer - ",
"url" : "/MyBlog/golang/2018/12/29/recover.html"
}
,
{
"title" : "golang debug dlv - ",
"url" : "/MyBlog/golang/2018/12/25/godebug.html"
}
,
{
"title" : "gdb dlv 对比 - ",
"url" : "/MyBlog/golang/2018/12/25/gdbdlv.html"
}
,
{
"title" : "gdb 工作原理和内核实现 - ",
"url" : "/MyBlog/golang/2018/12/25/gdb_.html"
}
,
{
"title" : "gdb 调试golang - ",
"url" : "/MyBlog/golang/2018/12/25/gdb.html"
}
,
{
"title" : "go-bindata Go 语言打包静态文件 - ",
"url" : "/MyBlog/golang/2018/12/24/go-bindata.html"
}
,
{
"title" : "esc - ",
"url" : "/MyBlog/golang/2018/12/24/esc.html"
}
,
{
"title" : "go Generate - ",
"url" : "/MyBlog/golang/2018/12/24/Generate.html"
}
,
{
"title" : "subline text3 插件编写 - ",
"url" : "/MyBlog/web/2018/12/23/subline.html"
}
,
{
"title" : "bom - ",
"url" : "/MyBlog/web/2018/12/23/bom.html"
}
,
{
"title" : "newSQL - ",
"url" : "/MyBlog/storage/2018/12/22/newSQL.html"
}
,
{
"title" : "subline text3 自动生成测试代码 - ",
"url" : "/MyBlog/golang/2018/12/22/gotest_subline.html"
}
,
{
"title" : "ghost - ",
"url" : "/MyBlog/storage/2018/12/22/ghost.html"
}
,
{
"title" : "go test - ",
"url" : "/MyBlog/golang/2018/12/21/gotest.html"
}
,
{
"title" : "golang strcut 初始化 - ",
"url" : "/MyBlog/golang/2018/12/20/strcut.html"
}
,
{
"title" : "docker mac 镜像清理 - ",
"url" : "/MyBlog/docker/2018/12/18/docker_clean.html"
}
,
{
"title" : "golang 传值传引用 - ",
"url" : "/MyBlog/golang/2018/12/14/reference.html"
}
,
{
"title" : "ntp 网络时间协议 - ",
"url" : "/MyBlog/algorithm/2018/12/13/ntp.html"
}
,
{
"title" : "hive 表与hdfs关系 - ",
"url" : "/MyBlog/storage/2018/12/08/hive.html"
}
,
{
"title" : "Shell 脚本中调用另一个 Shell 脚本 - ",
"url" : "/MyBlog/linux/2018/11/28/shell.html"
}
,
{
"title" : "Multipart File Upload - ",
"url" : "/MyBlog/golang/2018/11/26/postfile.html"
}
,
{
"title" : "golang 的坑 - ",
"url" : "/MyBlog/golang/2018/11/26/float64.html"
}
,
{
"title" : "http basic authentication - ",
"url" : "/MyBlog/golang/2018/11/26/authentication.html"
}
,
{
"title" : "索引原理分析 - ",
"url" : "/MyBlog/elasticsearch/2018/11/18/stor.html"
}
,
{
"title" : "正排索引vs倒排索引 - ",
"url" : "/MyBlog/elasticsearch/2018/11/18/index.html"
}
,
{
"title" : "hive 和 elasticsearch 的整合 - ",
"url" : "/MyBlog/elasticsearch/2018/11/18/hive.html"
}
,
{
"title" : "elasticsearch 文件的存储 - ",
"url" : "/MyBlog/elasticsearch/2018/11/18/elasticsearch.html"
}
,
{
"title" : "curl get 发送post数据 - ",
"url" : "/MyBlog/web/2018/11/16/curl.html"
}
,
{
"title" : "地理坐标的六边形编码(PHXIS) - ",
"url" : "/MyBlog/algorithm/2018/11/15/PHXIS.html"
}
,
{
"title" : "大数据系统的Lambda架构 - ",
"url" : "/MyBlog/storage/2018/11/11/lambda.html"
}
,
{
"title" : "B树、B-树、B+树、B*树介绍 - ",
"url" : "/MyBlog/storage/2018/11/11/b.html"
}
,
{
"title" : "Phoenix - ",
"url" : "/MyBlog/storage/2018/11/11/Phoenix.html"
}
,
{
"title" : "MHA的搭建 - ",
"url" : "/MyBlog/storage/2018/11/09/mha_setup.html"
}
,
{
"title" : "Xtrabackup - ",
"url" : "/MyBlog/storage/2018/11/09/Xtrabackup.html"
}
,
{
"title" : "R_tree - ",
"url" : "/MyBlog/algorithm/2018/11/09/R_tree.html"
}
,
{
"title" : "MySql GIS 空间数据库使用体验 - ",
"url" : "/MyBlog/storage/2018/11/09/MySql.html"
}
,
{
"title" : "MySQL高可用架构之MHA - ",
"url" : "/MyBlog/storage/2018/11/09/MHA.html"
}
,
{
"title" : "ArcSDE 是ArcGIS的空间数据引擎 - ",
"url" : "/MyBlog/storage/2018/11/09/ArcSDE.html"
}
,
{
"title" : "kafka shell - ",
"url" : "/MyBlog/storage/2018/11/07/kafka.html"
}
,
{
"title" : "presto - ",
"url" : "/MyBlog/storage/2018/11/02/presto.html"
}
,
{
"title" : "alibaba Druid - ",
"url" : "/MyBlog/storage/2018/11/02/Druid.html"
}
,
{
"title" : "Calcite - ",
"url" : "/MyBlog/storage/2018/11/02/Calcite.html"
}
,
{
"title" : "binlog同步kafka方案 - ",
"url" : "/MyBlog/storage/2018/10/31/binlog_kafka.html"
}
,
{
"title" : "maxwell+kafka+Spark Streaming构建MySQL Binlog日志采集实时处理方案 - ",
"url" : "/MyBlog/storage/2018/10/29/maxwell.html"
}
,
{
"title" : "samza - ",
"url" : "/MyBlog/algorithm/2018/10/28/smaza.html"
}
,
{
"title" : "flume - ",
"url" : "/MyBlog/storage/2018/10/28/flume.html"
}
,
{
"title" : "csrf token - ",
"url" : "/MyBlog/web/2018/10/28/csrftoken.html"
}
,
{
"title" : "show processlist - ",
"url" : "/MyBlog/storage/2018/10/22/processlist.html"
}
,
{
"title" : "ptmalloc、tcmalloc和jemalloc - ",
"url" : "/MyBlog/storage/2018/10/21/tcmalloc.html"
}
,
{
"title" : "列式存储 - ",
"url" : "/MyBlog/storage/2018/10/21/rowstorage.html"
}
,
{
"title" : "mysql-proxy-lua - ",
"url" : "/MyBlog/storage/2018/10/21/mysql-proxy-lua.html"
}
,
{
"title" : "mvcc - ",
"url" : "/MyBlog/storage/2018/10/21/mvcc.html"
}
,
{
"title" : "LSM树由来、设计思想 - ",
"url" : "/MyBlog/storage/2018/10/21/lsmwal.html"
}
,
{
"title" : "文件读取流程 - ",
"url" : "/MyBlog/linux/2018/10/21/fileread.html"
}
,
{
"title" : "zookeeper在hadoop和hbase中的作用 - ",
"url" : "/MyBlog/zookeeper/2018/10/18/zk_hdfs_hbase.html"
}
,
{
"title" : "ssh config - ",
"url" : "/MyBlog/web/2018/10/18/sshconfig.html"
}
,
{
"title" : "google authenticator 工作原理 - ",
"url" : "/MyBlog/web/2018/10/12/authenticator.html"
}
,
{
"title" : "Zookeeper 在 Kafka 中的作用 - ",
"url" : "/MyBlog/zookeeper/2018/10/11/zkkafka.html"
}
,
{
"title" : "redis-lua 事物 - ",
"url" : "/MyBlog/storage/2018/10/10/redis-lua.html"
}
,
{
"title" : "explain mysql 执行计划 - ",
"url" : "/MyBlog/storage/2018/10/10/explain.html"
}
,
{
"title" : "mysql的隐式类型转换 - ",
"url" : "/MyBlog/storage/2018/10/09/type.html"
}
,
{
"title" : "zookeeper 实现配置同步 服务发现 - ",
"url" : "/MyBlog/zookeeper/2018/10/08/zkconf.html"
}
,
{
"title" : "zk 实现分布式锁 - ",
"url" : "/MyBlog/zookeeper/2018/09/29/zklock.html"
}
,
{
"title" : "基于数据库的分布式锁 - ",
"url" : "/MyBlog/storage/2018/09/29/dblock.html"
}
,
{
"title" : "mysqlbinlog 格式解析 - ",
"url" : "/MyBlog/storage/2018/09/28/mysqlbinlog.html"
}
,
{
"title" : "sublime for mac 实现 ctrl+左键 跳转函数 - ",
"url" : "/MyBlog/web/2018/09/27/subline.html"
}
,
{
"title" : "sql-parser - ",
"url" : "/MyBlog/storage/2018/09/27/sql-parser.html"
}
,
{
"title" : "Redis分布式锁 - ",
"url" : "/MyBlog/algorithm/2018/09/27/redis-lock.html"
}
,
{
"title" : "go 原子操作 - ",
"url" : "/MyBlog/golang/2018/09/27/goautomic.html"
}
,
{
"title" : "cmakelist - ",
"url" : "/MyBlog/algorithm/2018/09/27/cmakelist.html"
}
,
{
"title" : "mac mysql 开启binlog - ",
"url" : "/MyBlog/storage/2018/09/27/binlog.html"
}
,
{
"title" : "autoconf和automake - ",
"url" : "/MyBlog/linux/2018/09/27/automake.html"
}
,
{
"title" : "bash 2>&1 - ",
"url" : "/MyBlog/linux/2018/09/26/bash.html"
}
,
{
"title" : "uninterruptible D 状态 - ",
"url" : "/MyBlog/linux/2018/09/23/uninterruptible.html"
}
,
{
"title" : "LSF、BPF、eBPF - ",
"url" : "/MyBlog/linux/2018/09/23/bpf.html"
}
,
{
"title" : "UNIX Domain Socket - ",
"url" : "/MyBlog/linux/2018/09/21/unix_socket.html"
}
,
{
"title" : "ptrace - ",
"url" : "/MyBlog/linux/2018/09/21/ptrace.html"
}
,
{
"title" : "LD_PRELOAD/DYLD_INSERT_LIBRARIES libc hook - ",
"url" : "/MyBlog/linux/2018/09/21/LD_PRELOAD.html"
}
,
{
"title" : "nginx php-fpm unix-socket - ",
"url" : "/MyBlog/php/2018/09/20/php-fpm-unix-socket.html"
}
,
{
"title" : "cachetool 非php环境操作apcu - ",
"url" : "/MyBlog/php/2018/09/20/cachetool.html"
}
,
{
"title" : "git rebase - ",
"url" : "/MyBlog/web/2018/09/19/rebase.html"
}
,
{
"title" : "futex - ",
"url" : "/MyBlog/linux/2018/09/15/futex.html"
}
,
{
"title" : "strace 原理 - ",
"url" : "/MyBlog/linux/2018/09/14/strace.html"
}
,
{
"title" : "libiop - ",
"url" : "/MyBlog/web/2018/09/14/libiop.html"
}
,
{
"title" : "libevent - ",
"url" : "/MyBlog/linux/2018/09/14/libevent.html"
}
,
{
"title" : "dbpool 数据库连接池 - ",
"url" : "/MyBlog/algorithm/2018/09/14/dbpool.html"
}
,
{
"title" : "c-ares dns 异步请求库 - ",
"url" : "/MyBlog/linux/2018/09/14/c-ares.html"
}
,
{
"title" : "HttpClient - ",
"url" : "/MyBlog/web/2018/09/14/HttpClient.html"
}
,
{
"title" : "Eureka 服务发现 - ",
"url" : "/MyBlog/algorithm/2018/09/14/Eureka.html"
}
,
{
"title" : "makefile 及其工作原理 - ",
"url" : "/MyBlog/linux/2018/09/13/makefile.html"
}
,
{
"title" : "php 内置的 web 服务器 - ",
"url" : "/MyBlog/php/2018/09/11/oho.html"
}
,
{
"title" : "php 的定界符 <<<eof - ",
"url" : "/MyBlog/php/2018/09/10/php.html"
}
,
{
"title" : "http_proxy - ",
"url" : "/MyBlog/web/2018/09/10/http_proxy.html"
}
,
{
"title" : "thrift_golang - ",
"url" : "/MyBlog/golang/2018/09/09/thrift_golang.html"
}
,
{
"title" : "thrift 遇到的坑 - ",
"url" : "/MyBlog/web/2018/09/09/thrift.html"
}
,
{
"title" : "spinlock 自旋锁 - ",
"url" : "/MyBlog/linux/2018/09/08/spinlock.html"
}
,
{
"title" : "异步io - ",
"url" : "/MyBlog/linux/2018/09/05/aio.html"
}
,
{
"title" : "thrift - ",
"url" : "/MyBlog/web/2018/09/03/thrift.html"
}
,
{
"title" : "popen - ",
"url" : "/MyBlog/linux/2018/09/03/popen.html"
}
,
{
"title" : "零拷贝之splice( )函数和tee( )函数 - ",
"url" : "/MyBlog/linux/2018/09/02/tee.html"
}
,
{
"title" : "splice_sendfile - ",
"url" : "/MyBlog/linux/2018/09/02/splice_sendfile.html"
}
,
{
"title" : "splice - ",
"url" : "/MyBlog/linux/2018/09/02/splice.html"
}
,
{
"title" : "MySQL协议分析 - ",
"url" : "/MyBlog/storage/2018/09/02/mysql.html"
}
,
{
"title" : "Nginx/LVS/HAProxy负载均衡软件的优缺点 - ",
"url" : "/MyBlog/web/2018/09/02/lvs.html"
}
,
{
"title" : "haproxy_exp - ",
"url" : "/MyBlog/web/2018/09/02/haproxy_exp.html"
}
,
{
"title" : "haproxy - ",
"url" : "/MyBlog/web/2018/09/02/haproxy.html"
}
,
{
"title" : "haproxy+keepalived实现高可用集群搭建 - ",
"url" : "/MyBlog/web/2018/09/02/Keepalived.html"
}
,
{
"title" : "expect 100 continue - ",
"url" : "/MyBlog/web/2018/09/02/100_continue.html"
}
,
{
"title" : "Jenkins和SonarQube集成 - ",
"url" : "/MyBlog/web/2018/08/31/sonarQubeJenkins.html"
}
,
{
"title" : "sonarQube之平台搭建及sonar-scanner扫描 - ",
"url" : "/MyBlog/web/2018/08/31/sonarQube.html"
}
,
{
"title" : "sendfile - ",
"url" : "/MyBlog/linux/2018/08/30/sendfile.html"
}
,
{
"title" : "php流Streams、包装器wrapper - ",
"url" : "/MyBlog/php/2018/08/30/phpwrapper.html"
}
,
{
"title" : "phar - ",
"url" : "/MyBlog/php/2018/08/30/phar.html"
}
,
{
"title" : "httpdns - ",
"url" : "/MyBlog/algorithm/2018/08/30/httpdns.html"
}
,
{
"title" : "PHP 资源大全 - ",
"url" : "/MyBlog/algorithm/slug/2018/08/30/.html"
}
,
{
"title" : "oneProxy - ",
"url" : "/MyBlog/storage/2018/08/28/oneProxy.html"
}
,
{
"title" : "自适应hash - ",
"url" : "/MyBlog/algorithm/2018/08/28/hash.html"
}
,
{
"title" : "cgroup - ",
"url" : "/MyBlog/linux/2018/08/28/cgroup.html"
}
,
{
"title" : "Php-fpm运行原理 - ",
"url" : "/MyBlog/php/2018/08/27/fpm.html"
}
,
{
"title" : "sds - ",
"url" : "/MyBlog/algorithm/2018/08/23/sds.html"
}
,
{
"title" : "SkipList - ",
"url" : "/MyBlog/algorithm/2018/08/23/SkipList.html"
}
,
{
"title" : "MurmurHash - ",
"url" : "/MyBlog/algorithm/2018/08/23/MurmurHash.html"
}
,
{
"title" : "PHP的Realpath Cache - ",
"url" : "/MyBlog/php/2018/08/22/realpath.html"
}
,
{
"title" : "SQL Hints (SQL 优化器) - ",
"url" : "/MyBlog/storage/2018/08/22/php_mysql.html"
}
,
{
"title" : "percona-toolkit Maatkit - ",
"url" : "/MyBlog/storage/2018/08/22/percona-toolkit.html"
}
,
{
"title" : "oracle_hint - ",
"url" : "/MyBlog/storage/2018/08/22/oracle_hint.html"
}
,
{
"title" : "读写分离导致主库从库数据不一致问题 - ",
"url" : "/MyBlog/storage/2018/08/22/master_slave_diff.html"
}
,
{
"title" : "主从一致性架构优化4种方法 - ",
"url" : "/MyBlog/storage/2018/08/22/constency.html"
}
,
{
"title" : "opcache缓存的操作小工具cachetool - ",
"url" : "/MyBlog/algorithm/2018/08/22/cachetool.html"
}
,
{
"title" : "Linux系统调用--access - ",
"url" : "/MyBlog/linux/2018/08/22/access.html"
}
,
{
"title" : "Mysqlnd 主从复制和负载均衡插件 mysqlnd_qc - ",
"url" : "/MyBlog/storage/2018/08/22/Mysqlnd.html"
}
,
{
"title" : "Dapper - ",
"url" : "/MyBlog/algorithm/2018/08/22/Dapper.html"
}
,
{
"title" : "mysql-proxy - ",
"url" : "/MyBlog/storage/2018/08/20/mysql-proxy.html"
}
,
{
"title" : "influxdb - ",
"url" : "/MyBlog/algorithm/2018/08/20/influxdb.html"
}
,
{
"title" : "hint - ",
"url" : "/MyBlog/storage/2018/08/20/hint.html"
}
,
{
"title" : "ifconfig - ",
"url" : "/MyBlog/linux/2018/08/14/ifconfig.html"
}
,
{
"title" : "launchctl - ",
"url" : "/MyBlog/web/2018/08/13/launchctl.html"
}
,
{
"title" : "time_wait - ",
"url" : "/MyBlog/linux/2018/08/11/time_wait.html"
}
,
{
"title" : "OpenStack - ",
"url" : "/MyBlog/algorithm/2018/08/11/OpenStack.html"
}
,
{
"title" : "μJavaActors - ",
"url" : "/MyBlog/algorithm/2018/08/10/%CE%BCJavaActors.html"
}
,
{
"title" : "ceph的CRUSH数据分布算法 - ",
"url" : "/MyBlog/algorithm/2018/08/10/crush.html"
}
,
{
"title" : "Akka 和 μJavaActors - ",
"url" : "/MyBlog/algorithm/2018/08/10/akka.html"
}
,
{
"title" : "gossip 应用 - ",
"url" : "/MyBlog/algorithm/2018/07/30/gossip_application.html"
}
,
{
"title" : "Gossip协议 - ",
"url" : "/MyBlog/algorithm/2018/07/30/gossip.html"
}
,
{
"title" : "分布式系统常用思想和技术总结 - ",
"url" : "/MyBlog/algorithm/2018/07/30/consitency.html"
}
,
{
"title" : "Gossip_zap_raft_paxos 对比 - ",
"url" : "/MyBlog/algorithm/2018/07/30/Gossip_zap_raft_paxos.html"
}
,
{
"title" : "dht 一致性hash算法 - ",
"url" : "/MyBlog/algorithm/2018/07/28/dht.html"
}
,
{
"title" : "Kademlia 原理 - ",
"url" : "/MyBlog/algorithm/2018/07/28/Kademlia.html"
}
,
{
"title" : "sampling 采样 - ",
"url" : "/MyBlog/algorithm/2018/07/27/sampling.html"
}
,
{
"title" : "rocksdb - ",
"url" : "/MyBlog/storage/2018/07/26/rocksdb.html"
}
,
{
"title" : "Tachyon - ",
"url" : "/MyBlog/spark/2018/07/26/Tachyon.html"
}
,
{
"title" : "tcc 分布式事务 - ",
"url" : "/MyBlog/web/2018/07/22/tcc.html"
}
,
{
"title" : "KNN与K-Means的区别 - ",
"url" : "/MyBlog/algorithm/2018/07/16/knn.html"
}
,
{
"title" : "yarn - ",
"url" : "/MyBlog/hadoop/2018/07/12/yarn.html"
}
,
{
"title" : "余弦夹角 和 欧氏距离 Jaccard相似系数和皮尔逊相关系数 - ",
"url" : "/MyBlog/algorithm/2018/07/12/jacard.html"
}
,
{
"title" : "MapReduce - ",
"url" : "/MyBlog/hadoop/2018/07/12/MapReduce.html"
}
,
{
"title" : "php_kafka - ",
"url" : "/MyBlog/php/2018/07/11/php_kafka.html"
}
,
{
"title" : "KM算法 - ",
"url" : "/MyBlog/algorithm/2018/07/10/km.html"
}
,
{
"title" : "Hall匹配定理 - ",
"url" : "/MyBlog/algorithm/2018/07/10/hall.html"
}
,
{
"title" : "gossip 算法 redis - ",
"url" : "/MyBlog/algorithm/2018/07/10/gossip.html"
}
,
{
"title" : "bipartite_graph_match - ",
"url" : "/MyBlog/algorithm/2018/07/10/bipartite_graph_match.html"
}
,
{
"title" : "bipartite_graph 二分图 - ",
"url" : "/MyBlog/algorithm/2018/07/10/bipartite_graph.html"
}
,
{
"title" : "agumenting_path - ",
"url" : "/MyBlog/algorithm/2018/07/10/agumenting_path.html"
}
,
{
"title" : "KM(Kuhn and Munkres)算法 - ",
"url" : "/MyBlog/algorithm/2018/07/10/Kuhn_and_Munkres.html"
}
,
{
"title" : "Hungarian_algorithm 匈牙利算法 - ",
"url" : "/MyBlog/algorithm/2018/07/10/Hungarian_algorithm.html"
}
,
{
"title" : "Edmond-Karp 算法 网络流 增广路 - ",
"url" : "/MyBlog/algorithm/2018/07/10/Edmond-Karp.html"
}
,
{
"title" : "git - ",
"url" : "/MyBlog/web/2018/07/06/git.html"
}
,
{
"title" : "composer dump-atoload namespace dir - ",
"url" : "/MyBlog/php/2018/07/06/composer.html"
}
,
{
"title" : "golang list jsonMarshal之后一个为null一个为[ ]问题 - ",
"url" : "/MyBlog/golang/2018/07/04/golang_list.html"
}
,
{
"title" : "xterm.js tty.js 基于浏览器的终端模拟器 - ",
"url" : "/MyBlog/web/2018/07/03/xterm.js_tty.js.html"
}
,
{
"title" : "mac安装gradle - ",
"url" : "/MyBlog/java/2018/07/03/mac_gradle.html"
}
,
{
"title" : "gradle_eclipse - ",
"url" : "/MyBlog/java/2018/07/03/gradle_eclipse.html"
}
,
{
"title" : "build.gradle - ",
"url" : "/MyBlog/java/2018/07/03/gradle_build.html"
}
,
{
"title" : "Gradle - ",
"url" : "/MyBlog/java/2018/07/03/Gradle.html"
}
,
{
"title" : "mysql、zookeeper、redis和elasticsearch主从同步机制 - ",
"url" : "/MyBlog/storage/2018/06/30/slave.html"
}
,
{
"title" : "redis slow log - ",
"url" : "/MyBlog/storage/2018/06/30/redis_slow_log.html"
}
,
{
"title" : "redis主从复制 - ",
"url" : "/MyBlog/storage/2018/06/30/redis_slave.html"
}
,
{
"title" : "redis主从复制原理、断点续传、无磁盘化复制、过期key处理 - ",
"url" : "/MyBlog/storage/2018/06/30/redis_replication.html"
}
,
{
"title" : "redis_mysql - ",
"url" : "/MyBlog/storage/2018/06/30/redis_mysql.html"
}
,
{
"title" : "redis_memcache - ",
"url" : "/MyBlog/storage/2018/06/30/redis_memcache.html"
}
,
{
"title" : "Redis原理及使用 - ",
"url" : "/MyBlog/storage/2018/06/30/redis.html"
}
,
{
"title" : "nginx_redis 高并发 - ",
"url" : "/MyBlog/linux/2018/06/30/nginx_redis.html"
}
,
{
"title" : "mysql slow log - ",
"url" : "/MyBlog/storage/2018/06/30/mysql_slow_log.html"
}
,
{
"title" : "multiplexing IO多路复用 - ",
"url" : "/MyBlog/linux/2018/06/30/multiplexing.html"
}
,
{
"title" : "select,poll,epoll,kqueue模型 - ",
"url" : "/MyBlog/linux/2018/06/30/kqueue.html"
}
,
{
"title" : "grok - ",
"url" : "/MyBlog/elasticsearch/2018/06/30/grok.html"
}
,
{
"title" : "epoll_server 服务端代码 - ",
"url" : "/MyBlog/linux/2018/06/30/epoll_server.html"
}
,
{
"title" : "epoll - ",
"url" : "/MyBlog/linux/2018/06/30/epoll.html"
}
,
{
"title" : "Sentinel - ",
"url" : "/MyBlog/storage/2018/06/30/Sentinel.html"
}
,
{
"title" : "Pipeline - ",
"url" : "/MyBlog/storage/2018/06/30/Pipeline.html"
}
,
{
"title" : "Logagent 日志组件对比 - ",
"url" : "/MyBlog/elasticsearch/2018/06/30/Logagent.html"
}
,
{
"title" : "test - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/test.html"
}
,
{
"title" : "map 映射 - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/map.html"
}
,
{
"title" : "logstash输出到elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/logstash_elasticsearch.html"
}
,
{
"title" : "kibana - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/kibana.html"
}
,
{
"title" : "index - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/index.html"
}
,
{
"title" : "ik - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/ik.html"
}
,
{
"title" : "head - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/head.html"
}
,
{
"title" : "elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/elasticsearch.html"
}
,
{
"title" : "dsl - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/dsl.html"
}
,
{
"title" : "config - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/config.html"
}
,
{
"title" : "aggregations - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/aggregations.html"
}
,
{
"title" : "_search - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/_search.html"
}
,
{
"title" : "Logstash_example - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/Logstash_example.html"
}
,
{
"title" : "Logstash_elk - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/Logstash_elk.html"
}
,
{
"title" : "Logstash - ",
"url" : "/MyBlog/elasticsearch/2018/06/29/Logstash.html"
}
,
{
"title" : "elk mac 安装 - ",
"url" : "/MyBlog/elasticsearch/2018/06/28/elk.html"
}
,
{
"title" : "sysfs - ",
"url" : "/MyBlog/linux/2018/06/27/sysfs.html"
}
,
{
"title" : "proc文件系统 - ",
"url" : "/MyBlog/linux/2018/06/27/proc.html"
}
,
{
"title" : "lkm 可加载内核模块 - ",
"url" : "/MyBlog/linux/2018/06/27/lkm.html"
}
,
{
"title" : "kobject - ",
"url" : "/MyBlog/linux/2018/06/27/kobject.html"
}
,
{
"title" : "Linux各目录及每个目录的详细介绍 - ",
"url" : "/MyBlog/linux/2018/06/27/dir.html"
}
,
{
"title" : "devfs sysfs - ",
"url" : "/MyBlog/linux/2018/06/27/devfs.html"
}
,
{
"title" : "pool - ",
"url" : "/MyBlog/golang/2018/06/26/pool.html"
}
,
{
"title" : "Linux中pam模块 - ",
"url" : "/MyBlog/linux/2018/06/26/pam.html"
}
,
{
"title" : "issue 设置linux登录前后的欢迎信息 - ",
"url" : "/MyBlog/linux/2018/06/26/issue.html"
}
,
{
"title" : "bash_profile等几个文件的执行过程 - ",
"url" : "/MyBlog/linux/2018/06/26/bash_profile.html"
}
,
{
"title" : "gorpc - ",
"url" : "/MyBlog/web/2018/06/24/gorpc.html"
}
,
{
"title" : "HAProxy - ",
"url" : "/MyBlog/web/2018/06/24/HAProxy.html"
}
,
{
"title" : "Nutch - ",
"url" : "/MyBlog/web/2018/06/23/Nutch.html"
}
,
{
"title" : "lsm - ",
"url" : "/MyBlog/storage/2018/06/16/lsm.html"
}
,
{
"title" : "logstash 日志收集 - ",
"url" : "/MyBlog/elasticsearch/2018/06/16/logstash.html"
}
,
{
"title" : "ldap 轻量目录访问协议 - ",
"url" : "/MyBlog/web/2018/06/16/ldap.html"
}
,
{
"title" : "查看某行代码的git修改历史 - ",
"url" : "/MyBlog/web/2018/06/16/gitEditHistory.html"
}
,
{
"title" : "python中os.system、os.popen、subprocess.popen的区别 - ",
"url" : "/MyBlog/linux/2018/06/12/subprocess.html"
}
,
{
"title" : "sshpass - ",
"url" : "/MyBlog/linux/2018/06/12/sshpass.html"
}
,
{
"title" : "samba - ",
"url" : "/MyBlog/linux/2018/06/12/samb.html"
}
,
{
"title" : "pyopen Python subprocess - ",
"url" : "/MyBlog/linux/2018/06/12/pyopen.html"
}
,
{
"title" : "dns - ",
"url" : "/MyBlog/linux/2018/06/12/dns.html"
}
,
{
"title" : "bind - ",
"url" : "/MyBlog/linux/2018/06/12/bind.html"
}
,
{
"title" : "supervisor - ",
"url" : "/MyBlog/linux/2018/06/10/supervisor.html"
}
,
{
"title" : "Paxos、Raft、Zab和VR - ",
"url" : "/MyBlog/zookeeper/2018/06/10/raft.html"
}
,
{
"title" : "quorum - ",
"url" : "/MyBlog/zookeeper/2018/06/10/quorum.html"
}
,
{
"title" : "Paxos和Quorum - ",
"url" : "/MyBlog/zookeeper/2018/06/10/paxos_quorum.html"
}
,
{
"title" : "lucence elasticsearch - ",
"url" : "/MyBlog/elasticsearch/2018/06/10/lucence.html"
}
,
{
"title" : "jndi - ",
"url" : "/MyBlog/zookeeper/2018/06/10/jndi.html"
}
,
{
"title" : "guava - ",
"url" : "/MyBlog/zookeeper/2018/06/10/gava.html"
}
,
{
"title" : "fluent 编程风格 - ",
"url" : "/MyBlog/zookeeper/2018/06/10/fluent.html"
}
,
{
"title" : "Curator - ",
"url" : "/MyBlog/zookeeper/2018/06/10/Curator.html"
}
,
{
"title" : "ZooKeeper实现配置同步 - ",
"url" : "/MyBlog/spark/2018/06/03/zk_conf.html"
}
,
{
"title" : "nginx_header - ",
"url" : "/MyBlog/php/2018/06/03/nginx_header.html"
}
,
{
"title" : "dtrace - ",
"url" : "/MyBlog/linux/2018/06/03/dtrace.html"
}
,
{
"title" : "zebra - ",
"url" : "/MyBlog/linux/2018/05/30/zebra.html"
}
,
{
"title" : "rawip - ",
"url" : "/MyBlog/linux/2018/05/30/rawip.html"
}
,
{
"title" : "ospf - ",
"url" : "/MyBlog/linux/2018/05/30/ospf.html"
}
,
{
"title" : "邻居子系统 - ",
"url" : "/MyBlog/linux/2018/05/30/nabour.html"
}
,
{
"title" : "General Purpose Input Output - ",
"url" : "/MyBlog/linux/2018/05/30/gpio.html"
}
,
{
"title" : "流量控制 - ",
"url" : "/MyBlog/linux/2018/05/30/Traffic_ctl.html"
}
,
{
"title" : "透明网桥 - ",
"url" : "/MyBlog/linux/2018/05/28/transparent.html"
}
,
{
"title" : "tcpdump - ",
"url" : "/MyBlog/linux/2018/05/28/tcpdump.html"
}
,
{
"title" : "stp 生成树协议 - ",
"url" : "/MyBlog/linux/2018/05/28/stp.html"
}
,
{
"title" : "NAPI 技术在 Linux 网络驱动上的应用 - ",
"url" : "/MyBlog/linux/2018/05/28/napi.html"
}
,
{
"title" : "ethereal - ",
"url" : "/MyBlog/linux/2018/05/28/ethereal.html"
}
,
{
"title" : "inotify 监控 Linux 文件系统事件 - ",
"url" : "/MyBlog/linux/2018/05/24/inotify.html"
}
,
{
"title" : "golang fsnotify - ",
"url" : "/MyBlog/golang/2018/05/24/fsnotify_go.html"
}
,
{
"title" : "fsnotify - ",
"url" : "/MyBlog/linux/2018/05/24/fsnotify.html"
}
,
{
"title" : "PostForm - ",
"url" : "/MyBlog/golang/2018/05/18/PostForm.html"
}
,
{
"title" : "template - ",
"url" : "/MyBlog/golang/2018/05/17/template.html"
}
,
{
"title" : "mergely_CodeMirror_DiffMatchPatch前端文本diff - ",
"url" : "/MyBlog/web/2018/05/12/mergeLy.html"
}
,
{
"title" : "pipework 为docker容器配置独立IP - ",
"url" : "/MyBlog/docker/2018/05/09/pipework.html"
}
,
{
"title" : "调用namespace的API - ",
"url" : "/MyBlog/docker/2018/05/09/namespace.html"
}
,
{
"title" : "ifconfig - ",
"url" : "/MyBlog/web/2018/05/08/ifconfig.html"
}
,
{
"title" : "subnet_mask 子网掩码 - ",
"url" : "/MyBlog/web/2018/05/06/subnet_mask.html"
}
,
{
"title" : "iptables - ",
"url" : "/MyBlog/linux/2018/05/06/iptables.html"
}
,
{
"title" : "gateway - ",
"url" : "/MyBlog/web/2018/05/06/gateway.html"
}
,
{
"title" : "docker_bridge 容器桥接到物理网络 - ",
"url" : "/MyBlog/docker/2018/05/06/docker_bridge.html"
}
,
{
"title" : "default_gateway 默认网关 - ",
"url" : "/MyBlog/web/2018/05/06/default_gateway.html"
}
,
{
"title" : "bridge 网桥 Linux下的虚拟网桥 - ",
"url" : "/MyBlog/web/2018/05/06/bridge.html"
}
,
{
"title" : "wins - ",
"url" : "/MyBlog/web/2018/05/05/wins.html"
}
,
{
"title" : "routing_table 路由表 - ",
"url" : "/MyBlog/web/2018/05/05/routing_table.html"
}
,
{
"title" : "routing_protocol 路由协议 - ",
"url" : "/MyBlog/web/2018/05/05/routing_protocol.html"
}
,
{
"title" : "router 路由协议 - ",
"url" : "/MyBlog/web/2018/05/05/router.html"
}
,
{
"title" : "rip 路由信息协议 - ",
"url" : "/MyBlog/web/2018/05/05/rip.html"
}
,
{
"title" : "netbios - ",
"url" : "/MyBlog/web/2018/05/05/netbios.html"
}
,
{
"title" : "lmhosts - ",
"url" : "/MyBlog/web/2018/05/05/lmhosts.html"
}
,
{
"title" : "dhcp - ",
"url" : "/MyBlog/web/2018/05/05/dhcp.html"
}
,
{
"title" : "arc phabricator 结合 arcanist 使用 - ",
"url" : "/MyBlog/web/2018/05/04/arc.html"
}
,
{
"title" : "aufs Union File System - ",
"url" : "/MyBlog/docker/2018/05/03/aufs.html"
}
,
{
"title" : "veth - ",
"url" : "/MyBlog/linux/2018/04/29/veth.html"
}
,
{
"title" : "linux namespace - ",
"url" : "/MyBlog/linux/2018/04/29/namespace.html"
}
,
{
"title" : "docker_net - ",
"url" : "/MyBlog/docker/2018/04/29/docker_net.html"
}
,
{
"title" : "Docker容器通过独立IP暴露给局域网的方法 - ",
"url" : "/MyBlog/docker/2018/04/29/docker_ip.html"
}
,
{
"title" : "linux cgroup - ",
"url" : "/MyBlog/linux/2018/04/29/cgroup.html"
}
,
{
"title" : "bridge - ",
"url" : "/MyBlog/linux/2018/04/29/bridge.html"
}
,
{
"title" : "flag - ",
"url" : "/MyBlog/golang/2018/04/24/flag.html"
}
,
{
"title" : "expect - ",
"url" : "/MyBlog/linux/2018/04/22/expect.html"
}
,
{
"title" : "站群 - ",
"url" : "/MyBlog/web/2018/04/21/zq.html"
}
,
{
"title" : "urlencode - ",
"url" : "/MyBlog/cryptology/2018/04/20/urlencode.html"
}
,
{
"title" : "shell 运行原理 & unix 缺陷 - ",
"url" : "/MyBlog/jekyll/2018/04/20/shell.html"
}
,
{
"title" : "Linux下的shell工作原理 - ",
"url" : "/MyBlog/linux/2018/04/20/linux_shell.html"
}
,
{
"title" : "base64 - ",
"url" : "/MyBlog/cryptology/2018/04/20/base64.html"
}
,
{
"title" : "aes 的工作模式(ECB、CBC、CFB、OFB) - ",
"url" : "/MyBlog/cryptology/2018/04/19/aes.html"
}
,
{
"title" : "json - ",
"url" : "/MyBlog/golang/2018/04/16/json.html"
}
,
{
"title" : "dup dup2 - ",
"url" : "/MyBlog/linux/2018/04/16/dup.html"
}
,
{
"title" : "Reactor and Proactor - ",
"url" : "/MyBlog/web/2018/04/15/proactor.html"
}
,
{
"title" : "fsnotify bee 热编译 - ",
"url" : "/MyBlog/golang/2018/04/15/fsnotify.html"
}
,
{
"title" : "Git内部原理 blob tree commit - ",
"url" : "/MyBlog/web/2018/04/12/git.html"
}
,
{
"title" : "rsync - ",
"url" : "/MyBlog/linux/2018/03/27/rsync.html"
}
,
{
"title" : "intellij 配置 - ",
"url" : "/MyBlog/golang/2018/03/27/intellij.html"
}
,
{
"title" : "context - ",
"url" : "/MyBlog/golang/2018/03/27/context.html"
}
,
{
"title" : "golang热编译工具 - ",
"url" : "/MyBlog/golang/2018/03/23/online_build.html"
}
,
{
"title" : "glide 包依赖管理 - ",
"url" : "/MyBlog/golang/2018/03/23/glide.html"
}
,
{
"title" : "utxo 比特币查询原理 - ",
"url" : "/MyBlog/cryptology/2018/03/18/utxo.html"
}
,
{
"title" : "数字时间戳 - ",
"url" : "/MyBlog/cryptology/2018/03/18/timestamp.html"
}
,
{
"title" : "stratum协议原理 - ",
"url" : "/MyBlog/cryptology/2018/03/18/stratum.html"
}
,
{
"title" : "区块链共识机制 Pow、Pos、DPos、Pool - ",
"url" : "/MyBlog/cryptology/2018/03/18/pow.html"
}
,
{
"title" : "PBFT(实用拜占庭容错)、PAXOS、RAFT - ",
"url" : "/MyBlog/cryptology/2018/03/18/pbft.html"
}
,
{
"title" : "hamming 码校验 汉明距离 - ",
"url" : "/MyBlog/cryptology/2018/03/18/hamming_code.html"
}
,
{
"title" : "block chain 区块链 - ",
"url" : "/MyBlog/cryptology/2018/03/18/block_chain.html"
}
,
{
"title" : "unsafe cgo - ",
"url" : "/MyBlog/golang/2018/03/17/unsafe.html"
}
,
{
"title" : "数字签名及应用 - ",
"url" : "/MyBlog/cryptology/2018/03/17/signature.html"
}
,
{
"title" : "reflect - ",
"url" : "/MyBlog/golang/2018/03/17/reflect.html"
}
,
{
"title" : "go package - ",
"url" : "/MyBlog/golang/2018/03/17/package.html"
}
,
{
"title" : "goroutine - ",
"url" : "/MyBlog/golang/2018/03/17/goroutine.html"
}
,
{
"title" : "go test - ",
"url" : "/MyBlog/golang/2018/03/17/go_test.html"
}
,
{
"title" : "进程和线程、协程的区别 - ",
"url" : "/MyBlog/golang/2018/03/17/coroutine.html"
}
,
{
"title" : "golang 返回函数的匿名函数 vs 接收器的方法 - ",
"url" : "/MyBlog/golang/2018/03/16/go_func.html"
}
,
{
"title" : "go-tour 安装 - ",
"url" : "/MyBlog/golang/2018/03/16/go-tour.html"
}
,
{
"title" : "git默认不区分文件夹大小写 - ",
"url" : "/MyBlog/web/2018/03/16/git.html"
}
,
{
"title" : "栈与活动记录 - ",
"url" : "/MyBlog/lang/2018/03/15/active_record.html"
}
,
{
"title" : "Lambda演算的类型 - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_type.html"
}
,
{
"title" : "lambda 演算中的数字 - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_num.html"
}
,
{
"title" : "Lambda演算建模 - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_model.html"
}
,
{
"title" : "lambda 演算中的布尔值和选择 - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_bool.html"
}
,
{
"title" : "lambda Y组合子(y-combinator) - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_Y.html"
}
,
{
"title" : "lambda_Evaluation - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_Evaluation.html"
}
,
{
"title" : "从Lambda演算到组合子演算 - ",
"url" : "/MyBlog/lang/2018/03/14/lambda_Combinator.html"
}
,
{
"title" : "Lambda 演算 - ",
"url" : "/MyBlog/lang/2018/03/14/Lambda.html"
}
,
{
"title" : "系统调用 - ",
"url" : "/MyBlog/linux/2018/03/13/system_call.html"
}
,
{
"title" : "mysql 分页 - ",
"url" : "/MyBlog/web/2018/03/13/page.html"
}
,
{
"title" : "尾递归优化 - ",
"url" : "/MyBlog/lang/2018/03/12/tco.html"
}
,
{
"title" : "三地址代码 - ",
"url" : "/MyBlog/lang/2018/03/09/three-address-code.html"
}
,
{
"title" : "栈机 - ",
"url" : "/MyBlog/lang/2018/03/09/Stack_machine.html"
}
,
{
"title" : "下推自动机 - ",
"url" : "/MyBlog/lang/2018/03/08/pda.html"
}
,
{
"title" : "LR分析法 - ",
"url" : "/MyBlog/lang/2018/03/08/lr.html"
}
,
{
"title" : "LL(1)文法判别之First集合、Follow集合、Select集合求法 - ",
"url" : "/MyBlog/lang/2018/03/07/first_follow_select.html"
}
,
{
"title" : "thrift - ",
"url" : "/MyBlog/lang/2018/03/02/thrift.html"
}
,
{
"title" : "thrift 低版本安装 - ",
"url" : "/MyBlog/web/2018/03/01/thrift_low.html"
}
,
{
"title" : "jekyll paginate 分页失败原因 - ",
"url" : "/MyBlog/jekyll/2018/03/01/paginate.html"
}
,
{
"title" : "git add 删除文件问题 - ",
"url" : "/MyBlog/web/2018/03/01/git.html"
}
,
{
"title" : "symbol_table - ",
"url" : "/MyBlog/lang/2018/02/28/symbol_table.html"
}
,
{
"title" : "re2c - ",
"url" : "/MyBlog/lang/2018/02/28/re2c.html"
}
,
{
"title" : "Jekyll目录结构和运行机理 - ",
"url" : "/MyBlog/jekyll/2018/02/28/jekyll_inside.html"
}
,
{
"title" : "CollectingCycles - ",
"url" : "/MyBlog/lang/2018/02/28/CollectingCycles.html"
}
,
{
"title" : "type_hinting - ",
"url" : "/MyBlog/php/2018/02/26/type_hinting.html"
}
,
{
"title" : "tsrm - ",
"url" : "/MyBlog/php/2018/02/26/tsrm.html"
}
,
{
"title" : "create_function - ",
"url" : "/MyBlog/php/2018/02/26/create_function.html"
}
,
{
"title" : "Xdebug - ",
"url" : "/MyBlog/php/2018/02/26/Xdebug.html"
}
,
{
"title" : "Closure - ",
"url" : "/MyBlog/lang/2018/02/26/Closure.html"
}
,
{
"title" : "lex - ",
"url" : "/MyBlog/lang/2018/02/13/lex.html"
}
,
{
"title" : "vld_dot_graphviz - ",
"url" : "/MyBlog/php/2018/02/12/vld_dot_graphviz.html"
}
,
{
"title" : "phpvld - ",
"url" : "/MyBlog/php/2018/02/12/phpvld.html"
}
,
{
"title" : "phpize - ",
"url" : "/MyBlog/php/2018/02/12/phpize.html"
}
,
{
"title" : "PHP 调试利器之 PHPDBG - ",
"url" : "/MyBlog/php/2018/02/12/phpdbg.html"
}
,
{
"title" : "dot - ",
"url" : "/MyBlog/web/2018/02/12/dot.html"
}
,
{
"title" : "netty - ",
"url" : "/MyBlog/web/2018/02/10/netty.html"
}
,
{
"title" : "Tachyon - ",
"url" : "/MyBlog/spark/2018/02/10/Tachyon.html"
}
,
{
"title" : "crlf 攻击 - ",
"url" : "/MyBlog/web/2018/02/06/crlf.html"
}
,
{
"title" : "iputils - ",
"url" : "/MyBlog/linux/2018/02/05/iputils.html"
}
,
{
"title" : "cscope - ",
"url" : "/MyBlog/web/2018/02/05/cscope.html"
}
,
{
"title" : "sklearn - ",
"url" : "/MyBlog/spark/2018/02/03/sklearn.html"
}
,
{
"title" : "mathlatex - ",
"url" : "/MyBlog/web/2018/02/02/mathlatex.html"
}
,
{
"title" : "二项逻辑斯蒂回归模型 - ",
"url" : "/MyBlog/spark/2018/02/02/logistic.html"
}
,
{
"title" : "Duck typing - ",
"url" : "/MyBlog/golang/2018/02/02/Duck_typing.html"
}
,
{
"title" : "导入第三方依赖到shell - ",
"url" : "/MyBlog/spark/2018/01/27/spark_jar.html"
}
,
{
"title" : "zero copy - ",
"url" : "/MyBlog/linux/2018/01/26/zero_copy.html"
}
,
{
"title" : "进程在后台运行原理 - ",
"url" : "/MyBlog/linux/2018/01/24/nohup.html"
}
,
{
"title" : "mongodb - ",
"url" : "/MyBlog/storage/2018/01/24/mongodb.html"
}
,
{
"title" : "倒排索引 - ",
"url" : "/MyBlog/storage/2018/01/24/inverted_file.html"
}
,
{
"title" : "npm registry - ",
"url" : "/MyBlog/web/2018/01/16/npm.html"
}
,
{
"title" : "制作地图 - ",
"url" : "/MyBlog/web/2018/01/16/map.html"
}
,
{
"title" : "Linux、Mac上面ln命令使用说明 - ",
"url" : "/MyBlog/linux/2018/01/16/ln.html"
}
,
{
"title" : "spark on hive - ",
"url" : "/MyBlog/spark/2018/01/13/spark_hive.html"
}
,
{
"title" : "scala maven 版本冲突问题解决 - ",
"url" : "/MyBlog/spark/2018/01/12/scala_version.html"
}
,
{
"title" : "Eclipse中操作Hive、HDFS、spark时的jar包列表 - ",
"url" : "/MyBlog/spark/2018/01/12/hive.html"
}
,
{
"title" : "Eclipse+maven+scala+spark环境搭建 - ",
"url" : "/MyBlog/spark/2018/01/11/maven_scala_eclipse.html"
}
,
{
"title" : "maven - ",
"url" : "/MyBlog/spark/2018/01/11/maven.html"
}
,
{
"title" : "随机森林 - ",
"url" : "/MyBlog/spark/2018/01/09/random_foreast.html"
}
,
{
"title" : "svm - ",
"url" : "/MyBlog/spark/2018/01/08/svm.html"
}
,
{
"title" : "virtualenv - ",
"url" : "/MyBlog/web/2018/01/07/virtualenv.html"
}
,
{
"title" : "pip - ",
"url" : "/MyBlog/web/2018/01/07/pip.html"
}
,
{
"title" : "信息熵 - ",
"url" : "/MyBlog/spark/2018/01/05/shang.html"
}
,
{
"title" : "Zookeeper与Paxos - ",
"url" : "/MyBlog/spark/2018/01/04/zookeeper.html"
}
,
{
"title" : "安全散列算法SHA256 - ",
"url" : "/MyBlog/cryptology/2018/01/04/sha.html"
}
,
{
"title" : "raft - ",
"url" : "/MyBlog/storage/2018/01/04/raft.html"
}
,
{
"title" : "比较raft ,basic paxos以及multi-paxos - ",
"url" : "/MyBlog/spark/2018/01/04/paxos_raft.html"
}
,
{
"title" : "p2p - ",
"url" : "/MyBlog/web/2018/01/04/p2p.html"
}
,
{
"title" : "nat - ",
"url" : "/MyBlog/web/2018/01/04/nat.html"
}
,
{
"title" : "Chubby与Paxos - ",
"url" : "/MyBlog/spark/2018/01/04/chubby.html"
}
,
{
"title" : "Paxos - ",
"url" : "/MyBlog/spark/2018/01/04/Paxos.html"
}
,
{
"title" : "rsa 非对称加密原理 - ",
"url" : "/MyBlog/cryptology/2018/01/03/rsa.html"
}
,
{
"title" : "Merkle Patricia Tree - ",
"url" : "/MyBlog/cryptology/2018/01/03/merkle_tree.html"
}
,
{
"title" : "ecc 椭圆曲线加密 - ",
"url" : "/MyBlog/cryptology/2018/01/03/ecc.html"
}
,
{
"title" : "单播、多播和广播 - ",
"url" : "/MyBlog/linux/2017/12/30/broad_cast.html"
}
,
{
"title" : "arp - ",
"url" : "/MyBlog/linux/2017/12/30/arp.html"
}
,
{
"title" : "json_shell - ",
"url" : "/MyBlog/web/2017/12/27/json_shell.html"
}
,
{
"title" : "ioctl - ",
"url" : "/MyBlog/linux/2017/12/27/ioctl.html"
}
,
{
"title" : "inetd - ",
"url" : "/MyBlog/linux/2017/12/27/inetd.html"
}
,
{
"title" : "Django_nginx_uwsgi - ",
"url" : "/MyBlog/web/2017/12/27/Django_nginx_uwsgi.html"
}
,
{
"title" : "UNIX下的5种IO模型 - ",
"url" : "/MyBlog/linux/2017/12/24/unix_io5.html"
}
,
{
"title" : "用户空间实现线程 内核实现线程 线程的调度 - ",
"url" : "/MyBlog/linux/2017/12/24/thread_namespace.html"
}
,
{
"title" : "进程切换 - ",
"url" : "/MyBlog/linux/2017/12/24/thread.html"
}
,
{
"title" : "IO多路复用之select、poll、epoll - ",
"url" : "/MyBlog/linux/2017/12/24/select_poll.html"
}
,
{
"title" : "goroutine - ",
"url" : "/MyBlog/golang/2017/12/24/goroutine.html"
}
,
{
"title" : "goclipse eclipse go 开发环境搭建+跳转支持 - ",
"url" : "/MyBlog/web/2017/12/24/goclipse.html"
}
,
{
"title" : "tcp_flag - ",
"url" : "/MyBlog/web/2017/12/22/tcp_flag.html"
}
,
{
"title" : "url短链 - ",
"url" : "/MyBlog/web/2017/12/22/short_url.html"
}
,
{
"title" : "ID为0和ID为1的进程 - ",
"url" : "/MyBlog/linux/2017/12/22/pid_0_1.html"
}
,
{
"title" : "Shell脚本经典之Fork炸弹 - ",
"url" : "/MyBlog/linux/2017/12/22/fork_b.html"
}
,
{
"title" : "fork - ",
"url" : "/MyBlog/linux/2017/12/22/fork.html"
}
,
{
"title" : "Linux进程控制——exec函数族 - ",
"url" : "/MyBlog/linux/2017/12/22/exec.html"
}
,
{
"title" : "各种树的应用场景 - ",
"url" : "/MyBlog/storage/2017/12/13/tree.html"
}
,
{
"title" : "sbt - ",
"url" : "/MyBlog/spark/2017/12/13/sbt.html"
}
,
{
"title" : "radix tree - ",
"url" : "/MyBlog/linux/2017/12/13/radix_tree.html"
}
,
{
"title" : "maven 安装 - ",
"url" : "/MyBlog/spark/2017/12/13/maven.html"
}
,
{
"title" : "figaro mac 安装 - ",
"url" : "/MyBlog/spark/2017/12/13/figaro.html"
}
,
{
"title" : "大端小端 - ",
"url" : "/MyBlog/web/2017/12/13/bigEnd.html"
}
,
{
"title" : "truss、strace或ltrace - ",
"url" : "/MyBlog/linux/2017/12/10/strace.html"
}
,
{
"title" : "netlink - ",
"url" : "/MyBlog/linux/2017/12/10/netlink.html"
}
,
{
"title" : "linux sysfs - ",
"url" : "/MyBlog/linux/2017/12/09/sysfs.html"
}
,
{
"title" : "proc文件系统 - ",
"url" : "/MyBlog/linux/2017/12/09/proc.html"
}
,
{
"title" : "netfliter - ",
"url" : "/MyBlog/linux/2017/12/09/netfliter.html"
}
,
{
"title" : "namespace - ",
"url" : "/MyBlog/linux/2017/12/08/namespace.html"
}
,
{
"title" : "vfs - ",
"url" : "/MyBlog/linux/2017/12/07/vfs.html"
}
,
{
"title" : "mysql_index - ",
"url" : "/MyBlog/storage/2017/12/07/mysql_index.html"
}
,
{
"title" : "linux_rcu - ",
"url" : "/MyBlog/linux/2017/12/06/linux_rcu.html"
}
,
{
"title" : "Linux的mmap内存映射机制 - ",
"url" : "/MyBlog/linux/2017/12/06/linux_mmap.html"
}
,
{
"title" : "linux_lock - ",
"url" : "/MyBlog/linux/2017/12/06/linux_lock.html"
}
,
{
"title" : "linux_elf - ",
"url" : "/MyBlog/linux/2017/12/06/linux_elf.html"
}
,
{
"title" : "linux_cow - ",
"url" : "/MyBlog/linux/2017/12/06/linux_cow.html"
}
,
{
"title" : "Kibana - ",
"url" : "/MyBlog/spark/2017/12/06/Kibana.html"
}
,
{
"title" : "linux_memory - ",
"url" : "/MyBlog/linux/2017/12/05/linux_memory.html"
}
,
{
"title" : "server格式 - ",
"url" : "/MyBlog/web/2017/12/02/server_tyrp.html"
}
,
{
"title" : "nginx_ssi - ",
"url" : "/MyBlog/web/2017/12/02/nginx_ssi.html"
}
,
{
"title" : "go升级遇到问题及解决方案 - ",
"url" : "/MyBlog/web/2017/11/29/go_update.html"
}
,
{
"title" : "go_pprof - ",
"url" : "/MyBlog/golang/2017/11/29/go_pprof.html"
}
,
{
"title" : "go_vs_code - ",
"url" : "/MyBlog/web/2017/11/28/go_vs_code.html"
}
,
{
"title" : "scala tuple - ",
"url" : "/MyBlog/spark/2017/11/19/scala_tuple.html"
}
,
{
"title" : "redis协议 - ",
"url" : "/MyBlog/storage/2017/11/18/redis_protocal.html"
}
,
{
"title" : "jupyter 数学公式 - ",
"url" : "/MyBlog/spark/2017/11/18/jupyter_math.html"
}
,
{
"title" : "jupyter 数学公式 - ",
"url" : "/MyBlog/spark/2017/11/18/jupyter_latex.html"
}
,
{
"title" : "Jupyter Notebook 添加目录 - ",
"url" : "/MyBlog/spark/2017/11/18/jupyter_index.html"
}
,
{
"title" : "文字特征提取算法 - ",
"url" : "/MyBlog/spark/2017/11/17/word_feature.html"
}
,
{
"title" : "sparl_ml_pipline - ",
"url" : "/MyBlog/spark/2017/11/16/sparl_ml_pipline.html"
}
,
{
"title" : "mysql 的排序 - ",
"url" : "/MyBlog/storage/2017/11/16/mysql_sort.html"
}
,
{
"title" : "mysql_maneager - ",
"url" : "/MyBlog/storage/2017/11/16/mysql_maneager.html"
}
,
{
"title" : "mysql_index - ",
"url" : "/MyBlog/storage/2017/11/16/mysql_index.html"
}
,
{
"title" : "MySQL的表类型的(存储引擎) - ",
"url" : "/MyBlog/storage/2017/11/16/mysql_engine.html"
}
,
{
"title" : "mysql 原理 - ",
"url" : "/MyBlog/storage/2017/11/16/mysql.html"
}
,
{
"title" : "spark_memory - ",
"url" : "/MyBlog/spark/2017/11/15/spark_memory.html"
}
,
{
"title" : "redis 持久化 - ",
"url" : "/MyBlog/storage/2017/11/15/redis_forever.html"
}
,
{
"title" : "spark toDF 失败原因总结 - ",
"url" : "/MyBlog/spark/2017/11/14/spark_toDF.html"
}
,
{
"title" : "spark_start问题原因及解决办法 - ",
"url" : "/MyBlog/spark/2017/11/14/spark_start.html"
}
,
{
"title" : "spark_rdd创建转换 - ",
"url" : "/MyBlog/spark/2017/11/14/spark_rdd.html"
}
,
{
"title" : "spark的ML和MLLib两个包区别和联系 - ",
"url" : "/MyBlog/spark/2017/11/14/spark_ml_mllib.html"
}
,
{
"title" : "RDD/Dataset/DataFrame互转 - ",
"url" : "/MyBlog/spark/2017/11/14/rdd_dataset_dataframe.html"
}
,
{
"title" : "dataSet和dataFrame的创建方法 - ",
"url" : "/MyBlog/spark/2017/11/14/dataSet_dataFrame.html"
}
,
{
"title" : "php_session - ",
"url" : "/MyBlog/php/2017/11/09/php_session.html"
}
,
{
"title" : "jupyter_matplotlib - ",
"url" : "/MyBlog/web/2017/11/09/jupyter_matplotlib.html"
}
,
{
"title" : "Jupyter_slides - ",
"url" : "/MyBlog/web/2017/11/09/Jupyter_slides.html"
}
,
{
"title" : "composer - ",
"url" : "/MyBlog/php/2017/11/03/composer.html"
}
,
{
"title" : "scala_partion_function - ",
"url" : "/MyBlog/spark/2017/10/24/scala_partion_function.html"
}
,
{
"title" : "partion_function - ",
"url" : "/MyBlog/web/2017/10/24/partion_function.html"
}
,
{
"title" : "高阶函数函数加里化(Currying)和偏函数应用(Partial Application)的比较 - ",
"url" : "/MyBlog/web/2017/10/24/function.html"
}
,
{
"title" : "使用Phabricator做为Code Review工具 - ",
"url" : "/MyBlog/web/2017/10/24/Phabricator.html"
}
,
{
"title" : "cut - ",
"url" : "/MyBlog/spark/2017/10/23/cut.html"
}
,
{
"title" : "akka_sbt_eclipse - ",
"url" : "/MyBlog/spark/2017/10/18/akka_sbt_eclipse.html"
}
,
{
"title" : "FunSuite - ",
"url" : "/MyBlog/spark/2017/10/18/FunSuite.html"
}
,
{
"title" : "spark基本概念 - ",
"url" : "/MyBlog/spark/2017/10/13/spark_concepts.html"
}
,
{
"title" : "Actor模型原理 - ",
"url" : "/MyBlog/spark/2017/10/13/actor_intro.html"
}
,
{
"title" : "Actor系统的实体 - ",
"url" : "/MyBlog/spark/2017/10/13/actor_detail.html"
}
,
{
"title" : "Actor模型和CSP模型的区别 - ",
"url" : "/MyBlog/spark/2017/10/13/actor_csp.html"
}
,
{
"title" : "java_scala - ",
"url" : "/MyBlog/spark/2017/10/12/java_scala.html"
}
,
{
"title" : "Scala_collection - ",
"url" : "/MyBlog/spark/2017/10/12/Scala_collection.html"
}
,
{
"title" : "scala_list - ",
"url" : "/MyBlog/spark/2017/10/11/scala_list.html"
}
,
{
"title" : "spark-session-context - ",
"url" : "/MyBlog/spark/2017/10/06/spark-session-context.html"
}
,
{
"title" : "scala_main_class - ",
"url" : "/MyBlog/spark/2017/09/29/scala_main_class.html"
}
,
{
"title" : "alibaba_fast_json - ",
"url" : "/MyBlog/spark/2017/09/29/alibaba_fast_json.html"
}
,
{
"title" : "gorpc - ",
"url" : "/MyBlog/jekyll/2017/09/25/gorpc.html"
}
,
{
"title" : "spark-kafka - ",
"url" : "/MyBlog/spark/2017/09/22/spark-kafka.html"
}
,
{
"title" : "mysqldump - ",
"url" : "/MyBlog/storage/2017/09/20/mysqldump.html"
}
,
{
"title" : "mysql-time - ",
"url" : "/MyBlog/storage/2017/09/20/mysql-time.html"
}
,
{
"title" : "mac 安装 sshfs - ",
"url" : "/MyBlog/jekyll/2017/09/18/sshfs.html"
}
,
{
"title" : "jupyter - ",
"url" : "/MyBlog/deep_learning/2017/09/17/jupyter.html"
}
,
{
"title" : "deep_learning - ",
"url" : "/MyBlog/deep_learning/2017/09/17/deep_learning.html"
}
,
{
"title" : "spark-rdd - spark",
"url" : "/MyBlog/spark/2017/09/15/spark-rdd.html"
}
,
{
"title" : "netcat - ",
"url" : "/MyBlog/web/2017/09/15/netcat.html"
}
,
{
"title" : "markdown-table - ",
"url" : "/MyBlog/jekyll/2017/09/15/markdown-table.html"
}
,
{
"title" : "books-sites - ",
"url" : "/MyBlog/jekyll/2017/09/15/books-sites.html"
}
,
{
"title" : "脚本输出带颜色文字 - ",
"url" : "/MyBlog/linux/2017/09/14/%E8%84%9A%E6%9C%AC%E8%BE%93%E5%87%BA%E5%B8%A6%E9%A2%9C%E8%89%B2%E6%96%87%E5%AD%97.html"
}
,
{
"title" : "常见SSL证书格式转换 - ",
"url" : "/MyBlog/jekyll/2017/09/13/%E5%B8%B8%E8%A7%81SSL%E8%AF%81%E4%B9%A6%E6%A0%BC%E5%BC%8F%E8%BD%AC%E6%8D%A2.html"
}
,
{
"title" : "php-curl-ext - ",
"url" : "/MyBlog/php/2017/09/13/php-curl-ext.html"
}
,
{
"title" : "curl-https-php - ",
"url" : "/MyBlog/php/2017/09/13/curl-https-php.html"
}
,
{
"title" : "php-spider - ",
"url" : "/MyBlog/php/2017/09/12/php-spider.html"
}
,
{
"title" : "php怎么判断函数,类,类方法是不是存在 - ",
"url" : "/MyBlog/php/2017/09/12/php-function.html"
}
,
{
"title" : "composer-source - ",
"url" : "/MyBlog/php/2017/09/12/composer-source.html"
}
,
{
"title" : "php-doc - ",
"url" : "/MyBlog/php/2017/09/11/php-doc.html"
}
,
{
"title" : "oauth-github-api - ",
"url" : "/MyBlog/jekyll/2017/09/10/oauth-github-api.html"
}
,
{
"title" : "http-head 四种常见的 POST 提交数据方式 - ",
"url" : "/MyBlog/web/2017/09/10/http-head.html"
}
,
{
"title" : "javascript 实现客户端访问次数统计 - ",
"url" : "/MyBlog/jekyll/2017/09/09/statics.html"
}
,
{
"title" : "JavaScript实现模糊匹配搜索 - ",
"url" : "/MyBlog/jekyll/2017/09/09/search_match.html"
}
,
{
"title" : "search - ",
"url" : "/MyBlog/jekyll/2017/09/09/search.html"
}
,
{
"title" : "robots - ",
"url" : "/MyBlog/jekyll/2017/09/09/robots.html"
}
,
{
"title" : "oauth-github - ",
"url" : "/MyBlog/jekyll/2017/09/09/oauth-github.html"
}
,
{
"title" : "github-openapi - ",
"url" : "/MyBlog/jekyll/2017/09/09/github-openapi.html"
}
,
{
"title" : "github-api - ",
"url" : "/MyBlog/jekyll/2017/09/09/github-api.html"
}
,
{
"title" : "Authorization-ajax - ",
"url" : "/MyBlog/jekyll/2017/09/09/Authorization-ajax.html"
}
,
{
"title" : "自动化替换网站引用资源到本地工具 - ",
"url" : "/MyBlog/jekyll/2017/09/08/replace-url.html"
}
,
{
"title" : "pygments - ",
"url" : "/MyBlog/jekyll/2017/09/08/pygments.html"
}
,
{
"title" : "markdown - ",
"url" : "/MyBlog/jekyll/2017/09/07/markdown.html"
}
,
{
"title" : "mac-sed - ",
"url" : "/MyBlog/jekyll/2017/09/07/mac-sed.html"
}
,
{
"title" : "jekyll config - ",
"url" : "/MyBlog/jekyll/2017/09/07/jeky-env.html"
}
,
{
"title" : "comment - ",
"url" : "/MyBlog/jekyll/2017/09/07/comment.html"
}
,
{
"title" : "Welcome to xiazemin's blog! - ",
"url" : "/MyBlog/jekyll/2017/09/05/welcome-to-jekyll.html"
}
,
{
"title" : "nginx lua - octopress_jekyll",
"url" : "/MyBlog/web/2017/08/05/nginx-lua.html"
}
,
{
"title" : "jekyll layout - octopress_jekyll",
"url" : "/MyBlog/jekyll/2017/08/05/jekyll-layout.html"
}
,
{
"title" : "jekyll dir - octopress_jekyll",
"url" : "/MyBlog/jekyll/2017/08/05/jekyll-dir.html"
}
,
{
"title" : "jekyll macdown使用 - octopress_jekyll",
"url" : "/MyBlog/jekyll/2017/08/05/jekyll-usage.html"
}
,
{
"title" : "jekyll 分页 - octopress_jekyll",
"url" : "/MyBlog/jekyll/2017/08/05/jekyll-page.html"
}
,
{
"title" : "jekyll mac 安装 - octopress_jekyll",
"url" : "/MyBlog/jekyll/2017/08/05/jekyll-mac-install.html"
}
,
{
"title" : "Eleventh post - css_html",
"url" : "/MyBlog/technology/2016/02/11/eleventh.html"
}
,
{
"title" : "Tenth post - css_html",
"url" : "/MyBlog/technology/2016/02/09/tenth.html"
}
,
{
"title" : "second post - holiday",
"url" : "/MyBlog/jekyll/web/2016/02/02/second-post.html"
}
,
{
"title" : "first post - css_html_hosting_openshift_wordpress",
"url" : "/MyBlog/jekyll/web/2016/02/01/first-post.html"
}
]
};
function handle(){
var word = document.getElementById('txt').value;
var value = "";
var data=searchIndex.data;
for(var i = 0;i < data.length;i++){
if(word!="" && data[i].title.match(".*"+word+".*") != null){
value += "<a onclick=add('"+ data[i].title +"') href='"+ data[i]. url +"'>" + data[i].title + "</a><br/>";
}
}
document.getElementById('msg').innerHTML=value;
if(typeof(document.getElementById('msg').children[0])!="undefined"){
document.getElementById('cse-search-box').action=document.getElementById('msg').children[0].href;
}
}
function add(city){
document.getElementById('txt').value=city;
}
//firefox下检测状态改变只能用oninput,且需要用addEventListener来注册事件。
if(/msie/i.test(navigator.userAgent)) //ie浏览器
{document.getElementById('txt').onpropertychange=handle
} else{//非ie浏览器,比如Firefox
document.getElementById('txt').addEventListener("input",handle,false);
}
</script>
</div>
</form>
<!--script type="text/javascript" src="https://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script-->
</div>
</div>
<!-- time -->
<div id="myTime" class="well">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="/MyBlog/flash/swflash.cab" style="margin: 0;padding: 0;height: auto;width:auto;">
<param name="allowScriptAccess" value="always">
<param name="movie" value="/MyBlog/flash/honehone_clock_wh.swf">
<param name="quality" value="high">
<param name="bgcolor" value="transparent">
<param name="wmode" value="transparent">
<embed wmode="transparent" src="/MyBlog/flash/honehone_clock_wh.swf" quality="high" name="honehoneclock" align="middle" allowscriptaccess="always" type="application/x-shockwave-flash" pluginspage="" style="margin: 0;padding: 0;border: 0 ;height: auto;width:100%;">
</object>
</div>
<!--calendar-->
<div id="calendar" class="well">
<script type="text/javascript">
calender.init("calendar",null);
</script>
</div>
<!--赞-->
<div id="container" class="well">
<div class="row">
<div class="col-lg-6">
<img src="https://xiazemin.github.io/MyBlog/img/webwxgetmsgimg.jpeg" height="300" width="auto" />
</div>
</div>
</div>
<!-- Blog Categories -->
<div class="well">
<h4>Blog Categories</h4>
<div class="row">
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/jekyll">
jekyll (35)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/web">
web (317)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/technology">
technology (2)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/php">
php (201)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/linux">
linux (401)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/spark">
spark (51)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/deep-learning">
deep_learning (2)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/storage">
storage (281)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/golang">
golang (1061)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/cryptology">
cryptology (15)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/lang">
lang (74)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/docker">
docker (97)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/zookeeper">
zookeeper (11)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/elasticsearch">
elasticsearch (62)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/java">
java (5)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/algorithm">
algorithm (127)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/hadoop">
hadoop (2)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/slug">
slug (1)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/architect">
architect (43)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/k8s">
k8s (90)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/python">
python (18)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/node">
node (62)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/mysql">
mysql (26)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/rust">
rust (4)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/elasticsearch">
elasticSearch (1)
</a>
</div>
<div class="col-lg-6">
<a class="bold" href="/MyBlog/category/arch">
arch (1)
</a>
</div>
<div class="col-lg-6">
</div>
</div>
<!-- /.row -->
</div>
<!-- end -->
<!-- Blog Categories all sidebar -->
<div class="well">
<h4>Popular posts</h4>
<script type='text/javascript' src='/MyBlog/js/sidebar/jquery.js'></script>
<script type='text/javascript' src='/MyBlog/js/sidebar/jquery-migrate.min.js'></script>
<script type='text/javascript'>
/* <![CDATA[ */
var CrayonSyntaxSettings = {"version":"_2.7.2_beta","is_admin":"0","ajaxurl":"https:\/\/blog.yiz96.com\/wp-admin\/admin-ajax.php","prefix":"crayon-","setting":"crayon-setting","selected":"crayon-setting-selected","changed":"crayon-setting-changed","special":"crayon-setting-special","orig_value":"data-orig-value","debug":""};
var CrayonSyntaxStrings = {"copy":"\u4f7f\u7528 %s \u590d\u5236\uff0c\u4f7f\u7528 %s \u7c98\u8d34\u3002","minimize":"\u70b9\u51fb\u5c55\u5f00\u4ee3\u7801"};
/* ]]> */
</script>
<script type='text/javascript' src='/MyBlog/js/sidebar/crayon.min.js'></script>
<script type='text/javascript' src='/MyBlog/js/sidebar/jquery.tagcanvas.min.js'></script>
<script type="text/javascript">
$j = jQuery.noConflict();
$j(document).ready(function() {
if(!$j('#myCanvas').tagcanvas({
textColour: '#333333',
outlineColour: '#ffffff',
reverse: true,
depth: 0.8,
textFont: null,
weight: true,
maxSpeed: 0.05
},'tags')) {
$j('#myCanvasContainer').hide();
}
});
</script>
<div id="myCanvasContainer" style="background-color:#ffffff;">
<canvas height="250" id="myCanvas">
<p>Anything in here will be replaced on browsers that support the canvas element</p>
</canvas>
</div>
<div id="tags">
<ul style="display:none;width:250px;height:250px;">
<li>
<a href="/MyBlog/web/2022/03/06/stun.html" style="font-size:40px;"> stun nat类型及打洞原理</a>
</li>
<li>
<a href="/MyBlog/algorithm/2022/03/05/work.html" style="font-size:40px;"> work 多 Module 工作区模式</a>
</li>
<li>
<a href="/MyBlog/mysql/2022/03/05/transaction.html" style="font-size:40px;"> transaction事务的隔离级别</a>
</li>
<li>
<a href="/MyBlog/storage/2022/03/05/timestamp.html" style="font-size:40px;"> timestamp</a>
</li>
<li>
<a href="/MyBlog/elasticsearch/2022/03/05/script.html" style="font-size:40px;"> script</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/rpcx.html" style="font-size:40px;"> rpcx</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/router.html" style="font-size:40px;"> 路由器抓包</a>
</li>
<li>
<a href="/MyBlog/elasticsearch/2022/03/05/reindex.html" style="font-size:40px;"> reindex</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/rc.html" style="font-size:40px;"> rc</a>
</li>
<li>
<a href="/MyBlog/node/2022/03/05/prototype.html" style="font-size:40px;"> prototype</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/playground.html" style="font-size:40px;"> nginx playground</a>
</li>
<li>
<a href="/MyBlog/elasticsearch/2022/03/05/page.html" style="font-size:40px;"> Elasticsearch 分页查询</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/oauth2.html" style="font-size:40px;"> oauth2</a>
</li>
<li>
<a href="/MyBlog/linux/2022/03/05/nf_conntrack.html" style="font-size:40px;"> nf_conntrack</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/k0s.html" style="font-size:40px;"> k0s</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/istio.html" style="font-size:40px;"> istio</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/hsts.html" style="font-size:40px;"> hsts</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/gvm.html" style="font-size:40px;"> gvm</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/gopack.html" style="font-size:40px;"> gopack</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/go1.18.html" style="font-size:40px;"> go1.18</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/go1.17.html" style="font-size:40px;"> go1.17</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/go-spew.html" style="font-size:40px;"> go-spew</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/generic.html" style="font-size:40px;"> 范型</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/fuzzing.html" style="font-size:40px;"> fuzzing</a>
</li>
<li>
<a href="/MyBlog/python/2022/03/05/folium.html" style="font-size:40px;"> folium</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/ent.html" style="font-size:40px;"> ent</a>
</li>
<li>
<a href="/MyBlog/elasticsearch/2022/03/05/empty.html" style="font-size:40px;"> es过滤空字符串</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/dumb-init.html" style="font-size:40px;"> dumb-init</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/dockertest.html" style="font-size:40px;"> dockertest</a>
</li>
<li>
<a href="/MyBlog/elasticsearch/2022/03/05/compare.html" style="font-size:40px;"> 实现字段之间进行比对</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/code-server.html" style="font-size:40px;"> code-server</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/bild.html" style="font-size:40px;"> bild</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/apollo.html" style="font-size:40px;"> apollo</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/allow_any.html" style="font-size:40px;"> istio allow_any</a>
</li>
<li>
<a href="/MyBlog/node/2022/03/05/WebTorrent.html" style="font-size:40px;"> WebTorrent</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/WebDAV.html" style="font-size:40px;"> WebDAV</a>
</li>
<li>
<a href="/MyBlog/storage/2022/03/05/Superset.html" style="font-size:40px;"> Superset</a>
</li>
<li>
<a href="/MyBlog/web/2022/03/05/OpenIM.html" style="font-size:40px;"> OpenIM</a>
</li>
<li>
<a href="/MyBlog/k8s/2022/03/05/KubeSphere.html" style="font-size:40px;"> KubeSphere</a>
</li>
<li>
<a href="/MyBlog/golang/2022/03/05/ElasticSearch.html" style="font-size:40px;"> ElasticSearch</a>
</li>
</ul>
</div>
</div>
<!-- end -->
<!-- Recents post -->
<div class="well">
<h4>Recent posts</h4>
<ul class="posts" span="recent">
<li>
<span>06 Mar 2022</span>
<a href="/MyBlog/web/2022/03/06/stun.html">
stun nat类型及打洞原理</a>
</li>
<li>
<span>05 Mar 2022</span>
<a href="/MyBlog/algorithm/2022/03/05/work.html">
work 多 Module 工作区模式</a>
</li>
<li>
<span>05 Mar 2022</span>
<a href="/MyBlog/mysql/2022/03/05/transaction.html">
transaction事务的隔离级别</a>
</li>
<li>
<span>05 Mar 2022</span>
<a href="/MyBlog/storage/2022/03/05/timestamp.html">
timestamp</a>
</li>
<li>
<span>05 Mar 2022</span>
<a href="/MyBlog/elasticsearch/2022/03/05/script.html">
script</a>
</li>
</ul>
</div>
<!-- tags widget -->
<div class="well">
<h4>Tags</h4>
<ul>
<a class="tag-label bold" href="/MyBlog/tag/css">
css (3)
</a>
<a class="tag-label bold" href="/MyBlog/tag/html">
html (3)
</a>
<a class="tag-label bold" href="/MyBlog/tag/hosting">
hosting (1)
</a>
<a class="tag-label bold" href="/MyBlog/tag/openshift">
openshift (1)
</a>
<a class="tag-label bold" href="/MyBlog/tag/wordpress">
wordpress (1)
</a>
<a class="tag-label bold" href="/MyBlog/tag/holiday">
holiday (1)
</a>
<a class="tag-label bold" href="/MyBlog/tag/octopress">
octopress (6)
</a>
<a class="tag-label bold" href="/MyBlog/tag/jekyll">
jekyll (6)
</a>
<a class="tag-label bold" href="/MyBlog/tag/spark">
spark (1)
</a>
</ul>
</div>
<!-- 轮播图片 -->
<!--div class="well">
<div id="rotator_xzm" style="height:auto;width: 100%; overflow: hidden; padding: 0; background-image: url('https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg');"></div>
</div-->
<!--div class="well">
<script src='https://xiazemin.github.io/MyBlog/slicebox/js/jquery.js'></script>
<script src='https://xiazemin.github.io/MyBlog/slicebox/js/jquery.slicebox.js'></script>
<ul id="sb-slider" class="sb-slider">
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Creative Lifesaver</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image2"/></a>
<div class="sb-description">
<h3>Honest Entertainer</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Brave Astronaut</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Affectionate Decision Maker</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Faithful Investor</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Groundbreaking Artist</h3>
</div>
</li>
<li>
<a href="#" ><img src="https://xiazemin.github.io/MyBlog/img/Tachyon2.jpg" alt="image1"/></a>
<div class="sb-description">
<h3>Selfless Philantropist</h3>
</div>
</li>
</ul>
<div id="shadow" class="shadow"></div>
<div id="nav-arrows" class="nav-arrows">
<a href="#">Next</a>
<a href="#">Previous</a>
</div>
<script src="https://xiazemin.github.io/MyBlog/slicebox/js/index.js"></script>
<link rel='stylesheet prefetch' href='https://xiazemin.github.io/MyBlog/slicebox/css/demo.css'>
<link rel="stylesheet" href="https://xiazemin.github.io/MyBlog/slicebox/css/style.css" media="screen" type="text/css" />
<script src="https://xiazemin.github.io/MyBlog/slicebox/js/modernizr.js"></script>
</div-->
<!-- author widget -->
<div class="well">
<h4>This blog is maintained by <a href="/MyBlog">夏泽民</a></h4>
<p>Get in touch with me at 465474307@qq.com</p>
<ul class="list-inline">
<li>
<a href="/MyBlog">
<span class="fa-stack fa-2x">
<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="/MyBlog">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="mailto:airrayagroup@gmail.com">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="/MyBlog">
<span class="fa-stack fa-2x">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-bitbucket fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
<!-- subscribe -->
<div class="well">
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="https://maplelearning.us1.list-manage.com/subscribe?u=47d56ac42a95b4295600c0e64&id=5f9ede27c9" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div id="mc_embed_signup_scroll">
<h2>Subscribe to our mailing list</h2>
<div class="indicates-required"><span class="asterisk">*</span> indicates required</div>
<div class="mc-field-group">
<label for="mce-EMAIL">Email Address <span class="asterisk">*</span>
</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div class="mc-field-group">
<label for="mce-FNAME">First Name </label>
<input type="text" value="" name="FNAME" class="" id="mce-FNAME">
</div>
<div class="mc-field-group">
<label for="mce-LNAME">Last Name </label>
<input type="text" value="" name="LNAME" class="" id="mce-LNAME">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_47d56ac42a95b4295600c0e64_5f9ede27c9" tabindex="-1" value=""></div>
<div class="clear"><input type="submit" value="Subscribe" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</div>
</form>
</div>
<!--End mc_embed_signup-->
</div>
</div>
</div>
<!-- /.row -->
<hr>
<footer>
<div class="container">
<a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a>
<div class="row">
<div class="col-lg-6">
<p>Copyright © 2017 465474307@qq.com <p>
</div>
<div class="col-lg-6">
<p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script>
<!-- 2d -->
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.0.min.js"></script>
<script type="text/javascript" charset="utf-8" src="/MyBlog/js/L2Dwidget.min.js"></script>
<script type="text/javascript">
setTimeout(()=> {
/*L2Dwidget.init({"display": {
"superSample": 2,
"width": 200,
"height": 400,
"position": "right",
"hOffset": 0,
"vOffset": 0
}
});
*/
L2Dwidget
.on('*', (name) => {
console.log('%c EVENT ' + '%c -> ' + name, 'background: #222; color: yellow', 'background: #fff; color: #000')
})
.init({
dialog: {
// 开启对话框
enable: true,
script: {
// 每空闲 10 秒钟,显示一条一言
'every idle 10s': '$hitokoto$',
// 当触摸到星星图案
'hover .star': '星星在天上而你在我心里 (*/ω\*)',
// 当触摸到角色身体
'tap body': '哎呀!别碰我!',
// 当触摸到角色头部
'tap face': '人家已经不是小孩子了!'
}
}
});
})
</script>
<!--html xmlns:wb="http://open.weibo.com/wb">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button-->
<!--本文来自-->
<script type="text/javascript">
/* 仅IE
document.body.oncopy = function(){
setTimeout(
function () {
var text =window.clipboardData.getData("text");
if (text) {
text = text + "/r/n本篇文章来源于 xiazemin 的 泽民博客|https://xiazemin.github.io/MyBlog/index.html 原文链接:"+location.href; clipboardData.setData("text", text);
}
},
100 )
}
*/
//绑定在了body上,也可以绑定在其他可用元素行,但是不是所有元素都支持copy和past事件。
/*
$(document.body).bind({
copy: function(event) {//copy事件
//var cpTxt = "复制的数据";
var clipboardData = window.clipboardData; //for IE
if (!clipboardData) { // for chrome
clipboardData = event.originalEvent.clipboardData;
}
if (event.clipboardData != null/false/undefined) { //ignore the incorrectness of the truncation
clipboarddata = event.clipboardData;
} else if (window.clipboardData != null/false/undefined) {
clipboarddata = window.clipboardData;
} else { //default to the last option even if it is null/false/undefined
clipboarddata = event.originalEvent.clipboardData;
}
//e.clipboardData.getData('text');//可以获取用户选中复制的数据
//clipboardData.setData('Text', cpTxt);
alert(clipboarddata.getData('text'));
//$('#message').text('Copy Data : ' + cpTxt);
return false;//否则设不生效
},paste: function(e) {//paste事件
var eve = e.originalEvent
var cp = eve.clipboardData;
var data = null;
var clipboardData = window.clipboardData; // IE
if (!clipboardData) { //chrome
clipboardData = e.originalEvent.clipboardData
}
data = clipboardData.getData('Text');
//$('#message').html(data);
}
});
*/
function addLink() {
var body_element = document.getElementsByTagName('body')[0];
var selection;
selection = window.getSelection();
var pagelink = "<br /><br />本文来源:xiazemin 的 泽民博客 <a href='"+document.location.href+"'>"+document.location.href+"</a>";
//+document.location.href+当前页面链接
var copy_text = selection + pagelink;
console.log(copy_text);
var new_div = document.createElement('div');
new_div.style.left='-99999px';
new_div.style.position='absolute';
body_element.appendChild(new_div );
new_div.innerHTML = copy_text ;
selection.selectAllChildren(new_div );
window.setTimeout(function() {
body_element.removeChild(new_div );
},0);
}
document.oncopy = addLink;
</script>
<!--本文来自-->
</div>
</body>
</html> |
clean/Linux-x86_64-4.02.3-2.0.6/released/8.8.0/pautomata/8.10.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>pautomata: 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 / pautomata - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
pautomata
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-30 23:51:15 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-30 23:51:15 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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.8.0 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/pautomata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/PAutomata"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: p-automata"
"keyword: ABR"
"keyword: PGM"
"keyword: time"
"category: Computer Science/Concurrent Systems and Protocols/Theory of concurrent systems"
]
authors: [
"Emmanuel Freund & Christine Paulin"
]
bug-reports: "https://github.com/coq-contribs/pautomata/issues"
dev-repo: "git+https://github.com/coq-contribs/pautomata.git"
synopsis: "Parameterized automata"
description: """
This contribution is a modelisation in Coq of the p-automata
designed in the CALIFE project (http://www.loria.fr/calife).
It contains an axiomatisation of time,
the definition of a p-automaton, the definition of binary and
arbitrary synchronisation of a family of p-automaton, the semantics of
a p-automaton as a labelled transition system. The description of the ABR
algorithm as a p-automaton is also given.
This work is reported in : P. Castéran, E. Freund, C. Paulin and
D. Rouillard ``Bibliothèques Coq et Isabelle-HOL pour les systèmes de
transitions et les p-automates''"""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/pautomata/archive/v8.10.0.tar.gz"
checksum: "md5=1b4f2e81e720f28eac572f8ade520e52"
}
</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-pautomata.8.10.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't be met:
- coq-pautomata -> coq >= 8.10 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' 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-pautomata.8.10.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>
|
php/00haizeiwangec/放大镜和其他/zbb.css | shifushihuaidan/op11 | div.jqZoomTitle
{
z-index:5000;
text-align:center;
font-size:11px;
font-family:Tahoma;
height:16px;
padding-top:2px;
position:absolute;
top: 0px;
left: 0px;
width: 100%;
color: #FFF;
background: #999;
}
.jqZoomPup
{
overflow:hidden;
background-color: #FFF;
-moz-opacity:0.6;
opacity: 0.6;
filter: alpha(opacity = 60);
z-index:10;
border-color:#c4c4c4;
border-style: solid;
cursor:crosshair;
}
.jqZoomPup img
{
border: 0px;
}
.preload{
-moz-opacity:0.8;
opacity: 0.8;
filter: alpha(opacity = 80);
color: #333;
font-size: 12px;
font-family: Tahoma;
text-decoration: none;
border: 1px solid #CCC;
background-color: white;
padding: 8px;
text-align:center;
background-image: url(../Images/zoomloader.gif);
background-repeat: no-repeat;
background-position: 43px 30px;
width:90px;
* width:100px;
height:43px;
*height:55px;
z-index:10;
position:absolute;
top:3px;
left:3px;
}
.jqZoomWindow
{
border: 1px solid #999;
background-color: #FFF;
}
|
src/client/Companies/Components/CompanyProfileCard.css | egdelwonk/nashdev-jobs | .container {
background-color: #fff;
padding: 30px 60px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
border-radius: 5px;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.05), 0 2px 0 rgba(0, 0, 0, 0.05);
}
.avatar {
margin-bottom: 40px;
}
.name {
text-align: center;
display: block;
font-weight: 800;
margin: 0;
}
.location {
text-align: center;
font-weight: 200;
display: block;
}
.description {
margin-top: 15px;
font-size: 12px;
font-weight: 200;
text-align: center;
}
.message {
margin: 25px 0;
}
.social {
margin: 25px 0;
border-top: 1px solid #ccc;
width: 100%;
display: flex;
flex-direction: row;
justify-content: center;
flex-flow: row wrap;
align-items: center;
padding: 25px 0;
}
.network {
margin: 10px;
}
.network .handle {
margin-left: 10px;
font-size: 12px;
}
|
4593539/html/classv8_1_1StackFrame.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 v3.3.1: v8::StackFrame 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 v3.3.1
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1StackFrame.html">StackFrame</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1StackFrame-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::StackFrame Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<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:a57886e590ac1a4c57ee6f6bf1009b5b1"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#a57886e590ac1a4c57ee6f6bf1009b5b1">GetLineNumber</a> () const </td></tr>
<tr class="separator:a57886e590ac1a4c57ee6f6bf1009b5b1"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a44eccfb1bf17221ab6f69e977f3aa3a2"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#a44eccfb1bf17221ab6f69e977f3aa3a2">GetColumn</a> () const </td></tr>
<tr class="separator:a44eccfb1bf17221ab6f69e977f3aa3a2"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac449d55656f8b7638de3cf5f5530cb7a"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ac449d55656f8b7638de3cf5f5530cb7a">GetScriptId</a> () const </td></tr>
<tr class="separator:ac449d55656f8b7638de3cf5f5530cb7a"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9701a5687dd04bcf24fd02f62bbe1a8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ac9701a5687dd04bcf24fd02f62bbe1a8">GetScriptName</a> () const </td></tr>
<tr class="separator:ac9701a5687dd04bcf24fd02f62bbe1a8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9f436f4cb245d871fe7efce03edc0cc"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ac9f436f4cb245d871fe7efce03edc0cc">GetScriptNameOrSourceURL</a> () const </td></tr>
<tr class="separator:ac9f436f4cb245d871fe7efce03edc0cc"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac13cdea4b4253d82485e673de6264073"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ac13cdea4b4253d82485e673de6264073">GetFunctionName</a> () const </td></tr>
<tr class="separator:ac13cdea4b4253d82485e673de6264073"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ae45f4d6ff9398a00a0b6534c160ec0c7"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ae45f4d6ff9398a00a0b6534c160ec0c7">IsEval</a> () const </td></tr>
<tr class="separator:ae45f4d6ff9398a00a0b6534c160ec0c7"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ade01313f4a3f6b88691d9d544737f65c"><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><a class="el" href="classv8_1_1StackFrame.html#ade01313f4a3f6b88691d9d544737f65c">IsConstructor</a> () const </td></tr>
<tr class="separator:ade01313f4a3f6b88691d9d544737f65c"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>A single JavaScript stack frame. </p>
</div><h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a44eccfb1bf17221ab6f69e977f3aa3a2"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::StackFrame::GetColumn </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the 1-based column offset on the line for the associated function call. This method will return Message::kNoColumnInfo if it is unable to retrieve the column number, or if kColumnOffset was not passed as an option when capturing the <a class="el" href="classv8_1_1StackTrace.html">StackTrace</a>. </p>
</div>
</div>
<a class="anchor" id="ac13cdea4b4253d82485e673de6264073"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1String.html">String</a>> v8::StackFrame::GetFunctionName </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the name of the function associated with this stack frame. </p>
</div>
</div>
<a class="anchor" id="a57886e590ac1a4c57ee6f6bf1009b5b1"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::StackFrame::GetLineNumber </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the number, 1-based, of the line for the associate function call. This method will return Message::kNoLineNumberInfo if it is unable to retrieve the line number, or if kLineNumber was not passed as an option when capturing the <a class="el" href="classv8_1_1StackTrace.html">StackTrace</a>. </p>
</div>
</div>
<a class="anchor" id="ac449d55656f8b7638de3cf5f5530cb7a"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::StackFrame::GetScriptId </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the id of the script for the function for this <a class="el" href="classv8_1_1StackFrame.html">StackFrame</a>. This method will return Message::kNoScriptIdInfo if it is unable to retrieve the script id, or if kScriptId was not passed as an option when capturing the <a class="el" href="classv8_1_1StackTrace.html">StackTrace</a>. </p>
</div>
</div>
<a class="anchor" id="ac9701a5687dd04bcf24fd02f62bbe1a8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1String.html">String</a>> v8::StackFrame::GetScriptName </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the name of the resource that contains the script for the function for this <a class="el" href="classv8_1_1StackFrame.html">StackFrame</a>. </p>
</div>
</div>
<a class="anchor" id="ac9f436f4cb245d871fe7efce03edc0cc"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1String.html">String</a>> v8::StackFrame::GetScriptNameOrSourceURL </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns the name of the resource that contains the script for the function for this <a class="el" href="classv8_1_1StackFrame.html">StackFrame</a> or sourceURL value if the script name is undefined and its source ends with //# sourceURL=... string or deprecated //@ sourceURL=... string. </p>
</div>
</div>
<a class="anchor" id="ade01313f4a3f6b88691d9d544737f65c"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::StackFrame::IsConstructor </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns whether or not the associated function is called as a constructor via "new". </p>
</div>
</div>
<a class="anchor" id="ae45f4d6ff9398a00a0b6534c160ec0c7"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">bool v8::StackFrame::IsEval </td>
<td>(</td>
<td class="paramname"></td><td>)</td>
<td> const</td>
</tr>
</table>
</div><div class="memdoc">
<p>Returns whether or not the associated function is compiled via a call to eval(). </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 by  <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>
|
example.js.html | aminariana/data-uri-to-img-url | <html>
<head>
<title>Example</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
</head>
<body>
<h3>Draw a circle on canvas:</h3>
<canvas></canvas>
<h3>Encode data from canvas in real-time after page load:</h3>
<textarea rows=10 cols=80></textarea>
<h3>Save encoding to the server, get a URL back, and render it in real-time:</h3>
<script>
window.onload = function() {
var canvas = $('canvas')[0];
var ctx = canvas.getContext("2d");
// Draw circles
ctx.beginPath();
ctx.arc(50, 50, 20, 0, Math.PI*2, true);
ctx.closePath();
ctx.fill();
ctx.beginPath();
ctx.arc(120, 50, 20, 0, Math.PI*2, true);
ctx.closePath();
ctx.fill();
ctx.beginPath();
ctx.arc(85, 100, 20, 10, Math.PI*2, true);
ctx.closePath();
ctx.fill();
var imageData = canvas.toDataURL("image/png");
var imageDataRaw = imageData.replace(/^data:image\/\w+;base64,/, "");
$("textarea").html(imageDataRaw);
$.ajax({
url: "http://data-uri-to-img-url.herokuapp.com/images.json",
type: "POST",
data: { 'image': { 'data_uri': imageDataRaw } },
xhrFields: {
// The 'xhrFields' property sets additional fields on the XMLHttpRequest.
// This can be used to set the 'withCredentials' property.
// Set the value to 'true' if you'd like to pass cookies to the server.
// If this is enabled, your server must respond with the header
// 'Access-Control-Allow-Credentials: true'.
withCredentials: false
},
success:function(data){
console.log(data);
url = data['url'];
$("body").append("<p><a href=" + url + ">" + url + "</a></p>")
$("body").append("<img src=" + url + ">")
},
error:function(shr, status, data){
console.log("error " + data + " Status " + shr.status);
},
});
}
</script>
</body>
</html> |
googlef2ee2df22c67e16c.html | Mrngilles/Mrngilles.github.io | google-site-verification: googlef2ee2df22c67e16c.html |
sliderBF2020/index.html | itsmgo/itsmgo.github.io | <html>
<head>
<title>SLIDER 2020BF</title>
<style>
body { background-color: #fff; color: #000; padding: 0; margin: 0; }
.container { width: 900px; margin: auto; padding-top: 1em; }
.container .ism-slider { margin-left: auto; margin-right: auto; }
</style>
<link rel="stylesheet" href="ism/css/my-slider.css"/>
<script src="ism/js/ism-2.2.min.js"></script>
</head>
<body>
<div class='container'>
<div class="ism-slider" data-transition_type="fade" data-radio_type="thumbnail" id="my-slider">
<ol>
<li>
<img src="ism/image/slides/_u/1610030997543_999176.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1610031190204_695905.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1610030993496_86510.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1610031190197_622093.jpg">
</li>
<li>
<img src="ism/image/slides/_u/1610030991338_460103.jpg">
</li>
</ol>
</div>
</section></div>
</body>
</html>
|
DSP/EventosApp/Pages/launcher.html | williamsrz/sharepoint-apps | <!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" data-ng-app="eventosApp">
<head>
<meta charset="utf-8" />
<title>Treinamentos, Cursos e Workshops - App Launcher</title>
<!-- libs -->
<script src="Scripts/jquery-1.9.1.js"></script>
<script src="Scripts/angular.js"></script>
<script src="Scripts/angular-cookies.js"></script>
<script src="Scripts/angular-resource.js"></script>
<!-- helpers -->
<script src="App/Helpers/jquery.helpers.js"></script>
<!-- app -->
<script src="App/app.js"></script>
<script src="App/app.launcher.js"></script>
<!-- controllers -->
<script src="App/Controllers/LauncherController.js"></script>
<!-- services -->
<script src="App/Services/sharepointContextService.js"></script>
</head>
<body data-ng-controller="launcherController as ctrl">
</body>
</html> |
docs/functions_func_l.html | Shopify/unity-buy-sdk | <!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" content="Doxygen 1.9.1"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Shopify SDK for Unity: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<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">Shopify SDK for Unity
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a id="index_l"></a>- l -</h3><ul>
<li>lastCharacters()
: <a class="el" href="class_shopify_1_1_unity_1_1_applied_gift_card.html#a36f1e67074922c5f4b0d58f641c543d8">Shopify.Unity.AppliedGiftCard</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_applied_gift_card_query.html#a974cdd0f798c31f0efdc8c08737f0c48">Shopify.Unity.GraphQL.AppliedGiftCardQuery</a>
</li>
<li>lastDigits()
: <a class="el" href="class_shopify_1_1_unity_1_1_credit_card.html#ab85a9c0ed9800234e89ac3389e449864">Shopify.Unity.CreditCard</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_credit_card_query.html#ac5032a25311adfc0758cbc4aa77835d7">Shopify.Unity.GraphQL.CreditCardQuery</a>
</li>
<li>lastIncompleteCheckout()
: <a class="el" href="class_shopify_1_1_unity_1_1_customer.html#a60d5751950953feb6282e632505ba790">Shopify.Unity.Customer</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_query.html#aa89b25e21e152c9a55a8beb4292e7019">Shopify.Unity.GraphQL.CustomerQuery</a>
</li>
<li>lastName()
: <a class="el" href="class_shopify_1_1_unity_1_1_article_author.html#ad296e84a66c8085741d201b39e440869">Shopify.Unity.ArticleAuthor</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_credit_card.html#acedd6379bb4859f91a1195ad5ab034fd">Shopify.Unity.CreditCard</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_customer.html#abc8fc5e15bbe48d9777911ac48c1caae">Shopify.Unity.Customer</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_article_author_query.html#a5dcd3aafdd2222df98cc0bca3e7b8f0d">Shopify.Unity.GraphQL.ArticleAuthorQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_credit_card_query.html#a42278e8aa3a933ea8fe0e15d305bf6a3">Shopify.Unity.GraphQL.CreditCardQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_customer_query.html#ad47a1934649fccb30733b0ab6146a549">Shopify.Unity.GraphQL.CustomerQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_mailing_address_query.html#a21867d7472a6b5ca5951f37c3e86b9d7">Shopify.Unity.GraphQL.MailingAddressQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_mailing_address.html#ad1256184619853b9906d056b204599a5">Shopify.Unity.MailingAddress</a>
</li>
<li>latitude()
: <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_mailing_address_query.html#a22feb14c6067e48d6f15cbed78cdaac8">Shopify.Unity.GraphQL.MailingAddressQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_mailing_address.html#a6e0953ddb7b3a9d85462581fc21b6ede">Shopify.Unity.MailingAddress</a>
</li>
<li>lineItem()
: <a class="el" href="class_shopify_1_1_unity_1_1_fulfillment_line_item.html#ac409b726f0065c87f0005b6fcbb90bb9">Shopify.Unity.FulfillmentLineItem</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_fulfillment_line_item_query.html#a15279beb157af700ede95820459121b6">Shopify.Unity.GraphQL.FulfillmentLineItemQuery</a>
</li>
<li>lineItems()
: <a class="el" href="class_shopify_1_1_unity_1_1_checkout.html#ad396d521088415908575eed8f4b4b4fd">Shopify.Unity.Checkout</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_checkout_query.html#adedb3542848fceaa08649b1b878416ff">Shopify.Unity.GraphQL.CheckoutQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_order_query.html#ab32242b128f88377c86e86eb7ed66c25">Shopify.Unity.GraphQL.OrderQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_order.html#ac21e0b185f15829fe5710edbb474956e">Shopify.Unity.Order</a>
</li>
<li>lineItemsSubtotalPrice()
: <a class="el" href="class_shopify_1_1_unity_1_1_checkout.html#a59c6d1f7927f510de84e4dae1f237eb4">Shopify.Unity.Checkout</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_checkout_query.html#a499214426a44998f40cd8963f5fcecf5">Shopify.Unity.GraphQL.CheckoutQuery</a>
</li>
<li>Load()
: <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_multi_product_shop_controller.html#a824f678420586c63e70e557d81a96e56">Shopify.UIToolkit.MultiProductShopController</a>
, <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_shop_controller_base.html#a1f6656713e70dafdce76d4ecadf859e7">Shopify.UIToolkit.ShopControllerBase</a>
, <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_single_product_shop_controller.html#a2754631986b1f726dec69942df25879a">Shopify.UIToolkit.SingleProductShopController</a>
, <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_test_1_1_unit_1_1_test_shop_controller_base_1_1_mock_shop_controller.html#a5908f3bcc0aa4ccfac7e1bf71666866a">Shopify.UIToolkit.Test.Unit.TestShopControllerBase.MockShopController</a>
, <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_test_1_1_unit_1_1_test_shop_controller_base_editor_1_1_mock_shop_controller.html#a0095af9ab8fb03605f9cc3803c078c28">Shopify.UIToolkit.Test.Unit.TestShopControllerBaseEditor.MockShopController</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_base_loader.html#afa7910a3ad5446091b32a47e19fc9a4b">Shopify.Unity.SDK.BaseLoader</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_editor_1_1_unity_editor_loader.html#a4b9abd20015972a68f4a9fefa3975a4b">Shopify.Unity.SDK.Editor.UnityEditorLoader</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_s_d_k_1_1_unity_loader.html#a3dd2b0127029955ff22ff36bc2d805d9">Shopify.Unity.SDK.UnityLoader</a>
</li>
<li>LoadImage()
: <a class="el" href="class_shopify_1_1_u_i_toolkit_1_1_remote_image_loader.html#a9b0eff73e8d0b504692f184e3e1434fd">Shopify.UIToolkit.RemoteImageLoader</a>
</li>
<li>longitude()
: <a class="el" href="class_shopify_1_1_unity_1_1_graph_q_l_1_1_mailing_address_query.html#a0e08d88b5edf3140717dd7d947e1896b">Shopify.Unity.GraphQL.MailingAddressQuery</a>
, <a class="el" href="class_shopify_1_1_unity_1_1_mailing_address.html#af6080aec3fc6c1de57dec5f188b605d9">Shopify.Unity.MailingAddress</a>
</li>
</ul>
</div><!-- contents -->
<address class="footer"><small>
<a href="https://www.shopify.ca/">
<img class="footer" height="50" src="https://camo.githubusercontent.com/10d580ddb06e6e6ff66ae43959842201195c6269/68747470733a2f2f63646e2e73686f706966792e636f6d2f73686f706966792d6d61726b6574696e675f6173736574732f6275696c64732f31392e302e302f73686f706966792d66756c6c2d636f6c6f722d626c61636b2e737667" alt="Shopify">
</a>
</small></address> |
ajax/libs/oojs-ui/0.36.5/oojs-ui-toolbars-wikimediaui.css | cdnjs/cdnjs | /*!
* OOUI v0.36.5
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2020 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2020-02-12T17:46:42Z
*/
.oo-ui-tool {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-tool > .oo-ui-tool-link > .oo-ui-tool-checkIcon {
display: none;
}
.oo-ui-tool .oo-ui-tool-link {
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding-top: 3em;
padding-left: 3em;
}
.oo-ui-toolbar-narrow .oo-ui-tool .oo-ui-tool-link {
padding-left: 2.85714286em;
}
.oo-ui-tool.oo-ui-tool-with-label .oo-ui-tool-link {
padding: 0.85714286em 12px 0.85714286em 12px;
}
.oo-ui-tool.oo-ui-tool-with-icon.oo-ui-tool-with-label .oo-ui-tool-link {
padding: 0.85714286em 12px 0.85714286em 2.64285714em;
}
.oo-ui-tool .oo-ui-iconElement-icon {
display: block;
left: 0.78571429em;
}
.oo-ui-toolbar-narrow .oo-ui-tool .oo-ui-iconElement-icon {
left: 0.71428571em;
}
.oo-ui-tool .oo-ui-tool-title {
line-height: 1.28571429em;
}
.oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link {
-webkit-transition: background-color 100ms;
-moz-transition: background-color 100ms;
transition: background-color 100ms;
}
.oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c;
z-index: 1;
}
.oo-ui-tool.oo-ui-widget-enabled .oo-ui-iconElement-icon {
opacity: 0.87;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
transition: opacity 100ms;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-title {
-webkit-transition: color 100ms;
-moz-transition: color 100ms;
transition: color 100ms;
}
.oo-ui-tool.oo-ui-widget-enabled:hover .oo-ui-iconElement-icon {
opacity: 1;
}
.oo-ui-tool.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] .oo-ui-iconElement-icon {
opacity: 1;
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link {
color: inherit;
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:hover {
background-color: #eaecf0;
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-tool-active > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-popupToolGroup-active > .oo-ui-tool-link {
background-color: #eff3fa;
color: #36c;
box-shadow: none;
}
.oo-ui-tool.oo-ui-widget-enabled > .oo-ui-tool-link:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
color: #36c;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover {
background-color: #eaecf0;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-tool-link {
background-color: #eff3fa;
color: #2a4b8d;
box-shadow: none;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link {
color: #d73333;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:hover {
background-color: #eaecf0;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-tool-link {
background-color: #ffffff;
color: #b32424;
box-shadow: none;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:focus {
outline: 1px solid #d33;
box-shadow: inset 0 0 0 1px #d33;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
color: #fff;
background-color: #36c;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:hover {
background-color: #447ff5;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-tool-link {
color: #fff;
background-color: #2a4b8d;
box-shadow: none;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-tool-link:active:focus {
background-color: #c8ccd1;
color: #fff;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link {
color: #fff;
background-color: #d33;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:hover {
background-color: #ff4242;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:active:focus,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-tool-link {
color: #fff;
background-color: #b32424;
box-shadow: none;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-tool-link:focus {
outline: 1px solid #d33;
box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link:active,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-tool-link:active:focus {
background-color: #c8ccd1;
color: #fff;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
font-weight: bold;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link > .oo-ui-iconElement-icon,
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link > .oo-ui-indicatorElement-indicator {
opacity: 1;
}
.oo-ui-popupTool-popup.oo-ui-popupWidget {
z-index: 4;
}
.oo-ui-toolGroupTool > .oo-ui-toolGroup {
border-right: 0;
}
.oo-ui-toolGroup {
display: inline-block;
vertical-align: middle;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-toolGroup-empty {
display: none;
}
.oo-ui-toolGroup-tools .oo-ui-tool-link {
color: inherit;
text-decoration: none;
cursor: pointer;
}
.oo-ui-toolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool-link,
.oo-ui-toolGroup-tools .oo-ui-widget-disabled > .oo-ui-tool-link {
outline: 0;
cursor: default;
}
.oo-ui-toolGroup.oo-ui-widget-disabled:not( .oo-ui-flaggedElement-primary ) .oo-ui-indicatorElement-indicator,
.oo-ui-toolGroup.oo-ui-widget-disabled:not( .oo-ui-flaggedElement-primary ) .oo-ui-iconElement-icon {
opacity: 0.34 !important;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool {
display: inline-block;
position: relative;
vertical-align: top;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link {
display: block;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-accel {
display: none;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool.oo-ui-iconElement > .oo-ui-tool-link .oo-ui-tool-title {
display: none;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool.oo-ui-iconElement.oo-ui-tool-with-label > .oo-ui-tool-link .oo-ui-tool-title {
display: inline-block;
}
.oo-ui-barToolGroup-tools > .oo-ui-tool + .oo-ui-tool {
margin-left: -2px;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-iconElement-icon,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool .oo-ui-iconElement-icon {
opacity: 0.34;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
background-color: #c8ccd1;
border-color: #c8ccd1;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link .oo-ui-tool-title {
color: #fff;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary.oo-ui-tool-active > .oo-ui-tool-link,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary.oo-ui-tool-active > .oo-ui-tool-link {
background-color: #919fb9;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary .oo-ui-iconElement-icon,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary .oo-ui-iconElement-icon {
opacity: 1;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled > .oo-ui-tool-link .oo-ui-tool-title,
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool > .oo-ui-tool-link .oo-ui-tool-title {
color: #72777d;
}
.oo-ui-popupToolGroup {
position: relative;
min-width: 3em;
}
.oo-ui-popupToolGroup-handle {
display: block;
cursor: pointer;
}
.oo-ui-popupToolGroup-handle .oo-ui-labelElement-label:not( :empty ) {
display: inline-block;
}
.oo-ui-popupToolGroup.oo-ui-widget-disabled .oo-ui-popupToolGroup-handle {
outline: 0;
cursor: default;
}
.oo-ui-popupToolGroup-tools {
display: none;
position: absolute;
z-index: 4;
}
.oo-ui-popupToolGroup-tools.oo-ui-popupToolGroup-active-tools {
display: block;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link {
display: table;
width: 100%;
vertical-align: middle;
white-space: nowrap;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel,
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-title {
display: table-cell;
vertical-align: middle;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
text-align: right;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup {
min-width: 2.85714286em;
}
.oo-ui-popupToolGroup.oo-ui-indicatorElement:not( .oo-ui-labelElement ):not( .oo-ui-iconElement ) {
min-width: 1.85714286em;
}
.oo-ui-popupToolGroup-handle {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
left: 0.78571429em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon {
left: 0.64285714em;
}
.oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
background-position: center 52%;
right: 0.57142857em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
right: 0.28571429em;
}
.oo-ui-popupToolGroup.oo-ui-iconElement .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-top: 3em;
}
.oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-left: 3em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-left: 2.85714286em;
}
.oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle {
padding: 0.85714286em 12px;
}
.oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle .oo-ui-labelElement-label {
line-height: 1.28571429em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement .oo-ui-popupToolGroup-handle {
padding-left: 0.71428571em;
padding-right: 0.71428571em;
}
.oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-labelElement .oo-ui-popupToolGroup-handle {
padding-left: 2.64285714em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-iconElement.oo-ui-labelElement .oo-ui-popupToolGroup-handle {
padding-left: 2.5em;
}
.oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-right: 1.85714286em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-labelElement.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-right: 1.28571429em;
}
.oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-right: 1.14285714em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup.oo-ui-indicatorElement .oo-ui-popupToolGroup-handle {
padding-right: 0.85714286em;
}
.oo-ui-popupToolGroup:not( .oo-ui-labelElement ):not( .oo-ui-iconElement ) .oo-ui-indicatorElement-indicator {
opacity: 1;
}
.oo-ui-popupToolGroup-header {
color: #72777d;
padding: 0 12px;
font-weight: bold;
line-height: 2.28571429em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-header {
padding: 0 0.71428571em;
}
.oo-ui-popupToolGroup-tools {
background-color: #fff;
min-width: 16em;
margin: 0 -1px;
border: 1px solid #c8ccd1;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link {
padding: 0.85714286em 12px;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-tool-link {
padding-left: 0.71428571em;
padding-right: 0.71428571em;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel {
color: #72777d;
line-height: 1.28571429em;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
padding-left: 1.28571429em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-tool-link .oo-ui-tool-accel:not( :empty ) {
padding-left: 1.14285714em;
}
.oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link {
padding-left: 2.64285714em;
}
.oo-ui-toolbar-narrow .oo-ui-popupToolGroup-tools .oo-ui-iconElement .oo-ui-tool-link {
padding-left: 2.5em;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle {
-webkit-transition: background-color 100ms, box-shadow 100ms;
-moz-transition: background-color 100ms, box-shadow 100ms;
transition: background-color 100ms, box-shadow 100ms;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
background-color: #eaecf0;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
background-color: #eaf3ff;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle .oo-ui-indicatorElement-indicator {
opacity: 0.87;
-webkit-transition: opacity 100ms;
-moz-transition: opacity 100ms;
transition: opacity 100ms;
-webkit-transform: translateZ(0);
transform: translateZ(0);
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover .oo-ui-indicatorElement-indicator,
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active .oo-ui-indicatorElement-indicator {
opacity: 1;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c;
}
.oo-ui-popupToolGroup.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-popupToolGroup-handle .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-widget-enabled[class*='oo-ui-flaggedElement'] > .oo-ui-popupToolGroup-handle:hover .oo-ui-iconElement-icon {
opacity: 1;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle {
border-right: 1px solid transparent;
-webkit-transition: background-color 100ms, border-color 100ms, box-shadow 100ms;
-moz-transition: background-color 100ms, border-color 100ms, box-shadow 100ms;
transition: background-color 100ms, border-color 100ms, box-shadow 100ms;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:hover {
border-right-color: #eaecf0;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:active {
border-right-color: #eaf3ff;
}
.oo-ui-toolbar-actions .oo-ui-popupToolGroup.oo-ui-widget-enabled > .oo-ui-popupToolGroup-handle:focus {
border-right-color: #36c;
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
background-color: #eaf3ff;
color: #36c;
}
.oo-ui-popupToolGroup.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle:hover {
background-color: rgba(41, 98, 204, 0.1);
color: #36c;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
color: #36c;
}
.oo-ui-popupToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled .oo-ui-tool-link:focus {
outline: 0;
box-shadow: inset 0 0 0 2px #36c;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle {
color: #36c;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover {
background-color: #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active:focus,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
background-color: #eff3fa;
color: #2a4b8d;
box-shadow: none;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle {
color: #d73333;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:hover {
background-color: #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active:focus,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive.oo-ui-popupToolGroup-active > .oo-ui-popupToolGroup-handle {
background-color: #ffffff;
color: #b32424;
box-shadow: none;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:focus {
outline: 1px solid #d33;
box-shadow: inset 0 0 0 1px #d33;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle {
color: #fff;
background-color: #36c;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:hover {
background-color: #447ff5;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:active:focus,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle {
color: #fff;
background-color: #2a4b8d;
box-shadow: none;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-popupToolGroup-handle:focus {
outline: 1px solid #36c;
box-shadow: inset 0 0 0 1px #36c, inset 0 0 0 2px #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active:focus {
background-color: #c8ccd1;
color: #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle {
color: #fff;
background-color: #d33;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:hover {
background-color: #ff4242;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:active:focus,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-tool-active > .oo-ui-popupToolGroup-handle {
color: #fff;
background-color: #b32424;
box-shadow: none;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive > .oo-ui-popupToolGroup-handle:focus {
outline: 1px solid #d33;
box-shadow: inset 0 0 0 1px #d33, inset 0 0 0 2px #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-destructive.oo-ui-widget-disabled > .oo-ui-popupToolGroup-handle:active:focus {
background-color: #c8ccd1;
color: #fff;
}
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary > .oo-ui-popupToolGroup-handle > .oo-ui-iconElement-icon,
.oo-ui-popupToolGroup.oo-ui-flaggedElement-primary > .oo-ui-popupToolGroup-handle > .oo-ui-indicatorElement-indicator {
opacity: 1;
}
.oo-ui-listToolGroup-tools .oo-ui-tool {
display: block;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
background-color: #eaecf0;
color: #000;
}
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled {
background-color: #eaf3ff;
}
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled:hover {
background-color: rgba(41, 98, 204, 0.1);
}
.oo-ui-listToolGroup-tools .oo-ui-tool-active.oo-ui-widget-enabled .oo-ui-tool-link .oo-ui-tool-title {
color: #36c;
}
.oo-ui-listToolGroup.oo-ui-widget-disabled,
.oo-ui-listToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
color: #72777d;
}
.oo-ui-menuToolGroup {
border-left: 1px solid #eaecf0;
border-right: 1px solid #eaecf0;
}
.oo-ui-menuToolGroup-tools .oo-ui-tool {
display: block;
}
.oo-ui-menuToolGroup + .oo-ui-menuToolGroup {
border-left: 0;
}
.oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
min-width: 140px;
}
.oo-ui-toolbar-narrow .oo-ui-menuToolGroup .oo-ui-popupToolGroup-handle {
min-width: 100px;
}
.oo-ui-menuToolGroup-tools .oo-ui-tool-link .oo-ui-iconElement-icon {
left: 0.78571429em;
}
.oo-ui-toolbar-narrow .oo-ui-menuToolGroup-tools .oo-ui-tool-link .oo-ui-iconElement-icon {
left: 0.71428571em;
}
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-enabled:hover {
background-color: rgba(41, 98, 204, 0.1);
}
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-tool-active {
background-color: #eaf3ff;
}
.oo-ui-menuToolGroup.oo-ui-widget-disabled,
.oo-ui-menuToolGroup-tools .oo-ui-tool.oo-ui-widget-disabled .oo-ui-tool-title {
color: #72777d;
}
.oo-ui-toolbar {
clear: both;
}
.oo-ui-toolbar-bar {
line-height: 1;
position: relative;
}
.oo-ui-toolbar-tools,
.oo-ui-toolbar-actions {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.oo-ui-toolbar-tools {
display: inline;
}
.oo-ui-toolbar-popups {
position: absolute;
}
.oo-ui-toolbar-tools,
.oo-ui-toolbar-popups {
white-space: nowrap;
}
.oo-ui-toolbar-tools .oo-ui-tool,
.oo-ui-toolbar-popups .oo-ui-tool,
.oo-ui-toolbar-tools .oo-ui-popupTool-popup,
.oo-ui-toolbar-popups .oo-ui-popupTool-popup {
white-space: normal;
}
.oo-ui-toolbar-narrow .oo-ui-toolbar-tools,
.oo-ui-toolbar-narrow.oo-ui-toolbar-popups {
white-space: normal;
}
.oo-ui-toolbar-actions {
float: right;
}
.oo-ui-toolbar-actions .oo-ui-toolbar,
.oo-ui-toolbar-actions .oo-ui-buttonElement.oo-ui-labelElement > input.oo-ui-buttonElement-button,
.oo-ui-toolbar-actions .oo-ui-buttonElement.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
display: inline-block;
}
.oo-ui-toolbar-actions .oo-ui-popupWidget {
-webkit-touch-callout: default;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
.oo-ui-toolbar-bar {
background-color: #fff;
color: #222;
}
.oo-ui-toolbar-position-top > .oo-ui-toolbar-bar {
border-bottom: 1px solid #c8ccd1;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.oo-ui-toolbar-position-bottom > .oo-ui-toolbar-bar {
border-top: 1px solid #c8ccd1;
box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.1);
}
.oo-ui-toolbar-bar .oo-ui-toolbar-bar {
background-color: transparent;
border: 0;
box-shadow: none;
}
.oo-ui-toolbar-narrow-bar:after {
content: '';
display: block;
position: absolute;
top: 3em;
left: 0;
width: 100%;
height: 0;
}
.oo-ui-toolbar-narrow.oo-ui-toolbar-position-top .oo-ui-toolbar-bar:after {
border-bottom: 1px solid #c8ccd1;
}
.oo-ui-toolbar-narrow.oo-ui-toolbar-position-bottom .oo-ui-toolbar-bar:after {
border-top: 1px solid #c8ccd1;
}
|
orcamentos/crm/templates/crm/person_form.html | rg3915/orcamentos | {% extends "base.html" %}
{% load bootstrap widget_tweaks %}
{% block title %}
<title>Person Form</title>
{% endblock title %}
{% block content %}
<style>
.form-inline .form-group { margin-right:10px; }
.well-primary {
color: rgb(255, 255, 255);
background-color: rgb(66, 139, 202);
border-color: rgb(53, 126, 189);
}
.glyphicon { margin-right:5px; }
</style>
<form action="." method="POST">
{% csrf_token %}
<div class="row">
<div class="col-md-12">
<div class="panel-group" id="accordion">
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseOne"><span class="fa fa-user"></span> Contato</a> </h4>
</div>
<div id="collapseOne" class="panel-collapse collapse in">
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
{{ form.gender|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.treatment|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group invisible">
{{ form.person_type|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group required">
{{ form.first_name|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.last_name|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.email|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="form-group">
<label class="control-label">
{{ form.slug.label }} <a href="#" data-toggle="popover" title="Slug" data-content="É um texto em minúsculo e separado por traços. Ex: lorem-ipsum-amet."><i class="fa fa-question-circle azul-claro"></i></a>
</label>
<div class="">
{{ form.slug|attr:"class:form-control" }} {{ form.slug.errors }}
</div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.company|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.department|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.occupation|bootstrap }}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseTwo"><span class="fa fa-file-text-o"></span> Documentos</a> </h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse">
<div class="panel-body">
<div class="row">
<div class="col-md-12">
<div class="form-group">
{{ form.photo|bootstrap }}
</div>
</div>
<div class="col-md-12">
<div class="form-group">
{{ form.cpf|bootstrap }}
</div>
</div>
<div class="col-md-12">
<div class="form-group">
{{ form.rg|bootstrap }}
</div>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h4 class="panel-title"> <a data-toggle="collapse" data-parent="#accordion" href="#collapseThree"><span class="fa fa-map-marker"></span> Endereço</a> </h4>
</div>
<div id="collapseThree" class="panel-collapse collapse">
<div class="panel-body">
<div class="row">
<div class="col-md-6">
<div class="form-group">
{{ form.address|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.complement|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.district|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.city|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.uf|bootstrap }}
</div>
</div>
<div class="col-md-6">
<div class="form-group">
{{ form.cep|bootstrap }}
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="form-group">
<div class="col-sm-10 col-sm-offset-2">
<button type="submit" id="id_submit" class="btn btn-primary">Salvar</button>
</div>
</div>
</div>
</form>
<script>
$(document).ready(function(){
$('[data-toggle="popover"]').popover();
$('#id_slug').slugify('#id_first_name');
});
</script>
{% endblock content %} |
src/app/demo/pc/drawer/with-scrollbar/demo.component.html | rdkmaster/jigsaw | <!-- ignore the following lines, they are not important to this demo -->
<jigsaw-demo-description [summary]="summary" [content]="description">
</jigsaw-demo-description>
<!-- start to learn the demo from here -->
<div class="live-demo-wrap">
<jigsaw-header [level]="1">Drawer with Scrollbar</jigsaw-header>
<div class="demo-3 live-demo">
<jigsaw-header [level]="2">内容撑出滚动条</jigsaw-header>
<p class="comment">注意:容器上是不允许产生滚动条的,如果内容太长出现滚动条,请在内容的外面套一个wrapper,设置滚动样式</p>
<div class="custom-container">
<j-drawer container=".custom-container">
<div class="drawer-content">
这是一个展示内容的box
</div>
</j-drawer>
<!-- 在内容的外面加个wrapper,用来生成滚动条 -->
<div style="height: 100%; overflow: auto;">
<div style="text-align: center;line-height: 50px;width: 120%">
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,这是一段展示文本,<br>
</div>
</div>
</div>
</div>
</div>
|
2a39d1c/html/structv8_1_1AllocationProfile_1_1Node.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 v6.10.0: v8::AllocationProfile::Node Struct 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 id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v6.10.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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1AllocationProfile.html">AllocationProfile</a></li><li class="navelem"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html">Node</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-attribs">Public Attributes</a> |
<a href="structv8_1_1AllocationProfile_1_1Node-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::AllocationProfile::Node Struct Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a>></code></p>
<div class="dynheader">
Collaboration diagram for v8::AllocationProfile::Node:</div>
<div class="dyncontent">
<div class="center"><img src="structv8_1_1AllocationProfile_1_1Node__coll__graph.png" border="0" usemap="#v8_1_1AllocationProfile_1_1Node_coll__map" alt="Collaboration graph"/></div>
<map name="v8_1_1AllocationProfile_1_1Node_coll__map" id="v8_1_1AllocationProfile_1_1Node_coll__map">
</map>
<center><span class="legend">[<a href="graph_legend.html">legend</a>]</span></center></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-attribs"></a>
Public Attributes</h2></td></tr>
<tr class="memitem:af9f2c323d6a11e836c02e8ac88adc5a8"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#af9f2c323d6a11e836c02e8ac88adc5a8">name</a></td></tr>
<tr class="separator:af9f2c323d6a11e836c02e8ac88adc5a8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:acd6567ac06a0bae713390559128e9c62"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classv8_1_1Local.html">Local</a>< <a class="el" href="classv8_1_1String.html">String</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#acd6567ac06a0bae713390559128e9c62">script_name</a></td></tr>
<tr class="separator:acd6567ac06a0bae713390559128e9c62"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a4a746de878d9ad42b32fda4c365b98fb"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#a4a746de878d9ad42b32fda4c365b98fb">script_id</a></td></tr>
<tr class="separator:a4a746de878d9ad42b32fda4c365b98fb"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6caceefbf826a0425adc74331cc7a910"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#a6caceefbf826a0425adc74331cc7a910">start_position</a></td></tr>
<tr class="separator:a6caceefbf826a0425adc74331cc7a910"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:ac9773c92a3af3a9a9420337599e68bd9"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#ac9773c92a3af3a9a9420337599e68bd9">line_number</a></td></tr>
<tr class="separator:ac9773c92a3af3a9a9420337599e68bd9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a7cf86acc298428c858673fc1f9dbe305"><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#a7cf86acc298428c858673fc1f9dbe305">column_number</a></td></tr>
<tr class="separator:a7cf86acc298428c858673fc1f9dbe305"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a176673c0440cb1baaf7713e14da84db0"><td class="memItemLeft" align="right" valign="top">std::vector< <a class="el" href="structv8_1_1AllocationProfile_1_1Node.html">Node</a> * > </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#a176673c0440cb1baaf7713e14da84db0">children</a></td></tr>
<tr class="separator:a176673c0440cb1baaf7713e14da84db0"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6ee0934b35ba77fb5d8b53f02d5a3068"><td class="memItemLeft" align="right" valign="top">std::vector< <a class="el" href="structv8_1_1AllocationProfile_1_1Allocation.html">Allocation</a> > </td><td class="memItemRight" valign="bottom"><a class="el" href="structv8_1_1AllocationProfile_1_1Node.html#a6ee0934b35ba77fb5d8b53f02d5a3068">allocations</a></td></tr>
<tr class="separator:a6ee0934b35ba77fb5d8b53f02d5a3068"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>Represents a node in the call-graph. </p>
</div><h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="a6ee0934b35ba77fb5d8b53f02d5a3068"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::vector<<a class="el" href="structv8_1_1AllocationProfile_1_1Allocation.html">Allocation</a>> v8::AllocationProfile::Node::allocations</td>
</tr>
</table>
</div><div class="memdoc">
<p>List of self allocations done by this node in the call-graph. </p>
</div>
</div>
<a class="anchor" id="a176673c0440cb1baaf7713e14da84db0"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">std::vector<<a class="el" href="structv8_1_1AllocationProfile_1_1Node.html">Node</a>*> v8::AllocationProfile::Node::children</td>
</tr>
</table>
</div><div class="memdoc">
<p>List of callees called from this node for which we have sampled allocations. The lifetime of the children is scoped to the containing <a class="el" href="classv8_1_1AllocationProfile.html">AllocationProfile</a>. </p>
</div>
</div>
<a class="anchor" id="a7cf86acc298428c858673fc1f9dbe305"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::AllocationProfile::Node::column_number</td>
</tr>
</table>
</div><div class="memdoc">
<p>1-indexed column number where the function starts. May be kNoColumnNumberInfo if no line number information is available. </p>
</div>
</div>
<a class="anchor" id="ac9773c92a3af3a9a9420337599e68bd9"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::AllocationProfile::Node::line_number</td>
</tr>
</table>
</div><div class="memdoc">
<p>1-indexed line number where the function starts. May be kNoLineNumberInfo if no line number information is available. </p>
</div>
</div>
<a class="anchor" id="af9f2c323d6a11e836c02e8ac88adc5a8"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1String.html">String</a>> v8::AllocationProfile::Node::name</td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Name.html">Name</a> of the function. May be empty for anonymous functions or if the script corresponding to this function has been unloaded. </p>
</div>
</div>
<a class="anchor" id="a4a746de878d9ad42b32fda4c365b98fb"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::AllocationProfile::Node::script_id</td>
</tr>
</table>
</div><div class="memdoc">
<p>id of the script where the function is located. May be equal to v8::UnboundScript::kNoScriptId in cases where the script doesn't exist. </p>
</div>
</div>
<a class="anchor" id="acd6567ac06a0bae713390559128e9c62"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname"><a class="el" href="classv8_1_1Local.html">Local</a><<a class="el" href="classv8_1_1String.html">String</a>> v8::AllocationProfile::Node::script_name</td>
</tr>
</table>
</div><div class="memdoc">
<p><a class="el" href="classv8_1_1Name.html">Name</a> of the script containing the function. May be empty if the script name is not available, or if the script has been unloaded. </p>
</div>
</div>
<a class="anchor" id="a6caceefbf826a0425adc74331cc7a910"></a>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">int v8::AllocationProfile::Node::start_position</td>
</tr>
</table>
</div><div class="memdoc">
<p>Start position of the function in the script. </p>
</div>
</div>
<hr/>The documentation for this struct was generated from the following file:<ul>
<li>deps/v8/include/<a class="el" href="v8-profiler_8h_source.html">v8-profiler.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.5.3/automata/8.7.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>automata: 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.5.3 / automata - 8.7.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
automata
<small>
8.7.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-07 04:07:19 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-07 04:07:19 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.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.5.3 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
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/automata"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Automata"]
depends: [
"ocaml"
"coq" {>= "8.7" & < "8.8~"}
]
tags: [
"keyword: formal language theory"
"keyword: finite automata"
"keyword: push-down automata"
"keyword: rational langages"
"keyword: Kleene"
"category: Computer Science/Formal Languages Theory and Automata"
"date: June-July 1993"
]
authors: [ "Judicaël Courant" "Jean-Christophe Filliâtre" ]
bug-reports: "https://github.com/coq-contribs/automata/issues"
dev-repo: "git+https://github.com/coq-contribs/automata.git"
synopsis: "Beginning of formal language theory"
description: """
This library formalises the beginning of formal language theory:
finite automata and rational languages, context-free grammars
and push-down automata."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/automata/archive/v8.7.0.tar.gz"
checksum: "md5=dc71e82b6a2dc53708c3e9eaee55aaed"
}
</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-automata.8.7.0 coq.8.5.3</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.5.3).
The following dependencies couldn't be met:
- coq-automata -> coq >= 8.7
Your request can'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-automata.8.7.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>
|
templates/account/password_reset_email.html | fxer/cujo | {% autoescape off %}
To reset the password for your {{ user.get_username }} CuJo account,
click the link below:
{{ protocol }}://{{ domain }}{% url 'password_reset_confirm' uidb64=uid token=token %}
If clicking the link above doesn't work, please copy and paste the URL in a new browser
window instead.
{% endautoescape %}
|
tools/armgcc/share/doc/gcc-arm-none-eabi/html/gccint/Liveness-information.html | marduino/stm32Proj | <html lang="en">
<head>
<title>Liveness information - GNU Compiler Collection (GCC) Internals</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="GNU Compiler Collection (GCC) Internals">
<meta name="generator" content="makeinfo 4.11">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Control-Flow.html#Control-Flow" title="Control Flow">
<link rel="prev" href="Maintaining-the-CFG.html#Maintaining-the-CFG" title="Maintaining the CFG">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988-2013 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
</head>
<body>
<div class="node">
<p>
<a name="Liveness-information"></a>
Previous: <a rel="previous" accesskey="p" href="Maintaining-the-CFG.html#Maintaining-the-CFG">Maintaining the CFG</a>,
Up: <a rel="up" accesskey="u" href="Control-Flow.html#Control-Flow">Control Flow</a>
<hr>
</div>
<h3 class="section">15.5 Liveness information</h3>
<p><a name="index-Liveness-representation-3195"></a>Liveness information is useful to determine whether some register is
“live” at given point of program, i.e. that it contains a value that
may be used at a later point in the program. This information is
used, for instance, during register allocation, as the pseudo
registers only need to be assigned to a unique hard register or to a
stack slot if they are live. The hard registers and stack slots may
be freely reused for other values when a register is dead.
<p>Liveness information is available in the back end starting with
<code>pass_df_initialize</code> and ending with <code>pass_df_finish</code>. Three
flavors of live analysis are available: With <code>LR</code>, it is possible
to determine at any point <code>P</code> in the function if the register may be
used on some path from <code>P</code> to the end of the function. With
<code>UR</code>, it is possible to determine if there is a path from the
beginning of the function to <code>P</code> that defines the variable.
<code>LIVE</code> is the intersection of the <code>LR</code> and <code>UR</code> and a
variable is live at <code>P</code> if there is both an assignment that reaches
it from the beginning of the function and a use that can be reached on
some path from <code>P</code> to the end of the function.
<p>In general <code>LIVE</code> is the most useful of the three. The macros
<code>DF_[LR,UR,LIVE]_[IN,OUT]</code> can be used to access this information.
The macros take a basic block number and return a bitmap that is indexed
by the register number. This information is only guaranteed to be up to
date after calls are made to <code>df_analyze</code>. See the file
<code>df-core.c</code> for details on using the dataflow.
<p><a name="index-REG_005fDEAD_002c-REG_005fUNUSED-3196"></a>The liveness information is stored partly in the RTL instruction stream
and partly in the flow graph. Local information is stored in the
instruction stream: Each instruction may contain <code>REG_DEAD</code> notes
representing that the value of a given register is no longer needed, or
<code>REG_UNUSED</code> notes representing that the value computed by the
instruction is never used. The second is useful for instructions
computing multiple values at once.
<!-- Copyright (C) 1988-2013 Free Software Foundation, Inc. -->
<!-- This is part of the GCC manual. -->
<!-- For copying conditions, see the file gcc.texi. -->
</body></html>
|
app/scripts/directives/media.directive.html | bblatino/conectados | <!-- Video Tutorial -->
<section layout-margin>
<!-- Primera Reunión -->
<section ng-if="media.active === 'segunda'" id="primera" layout-margin class="md-scroll-y">
<md-subheader class="md-primary"><h1>Primera Reunión</h1></md-subheader>
<md-tabs md-selected="0">
<!-- Español -->
<md-tab label="Español" layout="row" layout-margin>
<iframe width="560" height="315" src="//www.youtube.com/embed/1daQHUgKh1g" frameborder="0" allowfullscreen></iframe>
</md-tab>
<!-- Português -->
<md-tab label="Português" layout="row" layout-margin>
<iframe width="560" height="315" src="//www.youtube.com/embed/8hLx7yvjxAk" frameborder="0" allowfullscreen></iframe>
</md-tab>
</md-tabs>
</section>
</section> |
Contents/Resources/Documents/classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context-members.html | tzmartin/gae-python.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 Python SDK: 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="doxygen.css" rel="stylesheet" type="text/css" />
<link href="common.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="gae-python.logo.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">App Engine Python SDK
 <span id="projectnumber">v1.6.9 rev.445</span>
</div>
<div id="projectbrief">The Python runtime is available as an experimental Preview feature.</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.7 -->
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><b>google</b></li><li class="navelem"><b>appengine</b></li><li class="navelem"><b>ext</b></li><li class="navelem"><b>mapreduce</b></li><li class="navelem"><b>api</b></li><li class="navelem"><b>map_job</b></li><li class="navelem"><b>map_job_context</b></li><li class="navelem"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">ShardContext</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html#a4f2b97cca6cc1c780526de5862f7de63">__init__</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>attempt</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html#a6a61c8a06e0bfaa8651dddd6d119d04e">counter</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>id</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html#ae836ce6be941a50b67eee43b55858454">incr</a></td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0"><td class="entry"><b>job_context</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
<tr bgcolor="#f0f0f0" class="even"><td class="entry"><b>number</b> (defined in <a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a>)</td><td class="entry"><a class="el" href="classgoogle_1_1appengine_1_1ext_1_1mapreduce_1_1api_1_1map__job_1_1map__job__context_1_1_shard_context.html">google.appengine.ext.mapreduce.api.map_job.map_job_context.ShardContext</a></td><td class="entry"></td></tr>
</table></div><!-- contents -->
<address class="footer">
<small>Maintained by <a href="http://www.tzmartin.com">tzmartin</a></small>
</address> |
src/app/blog/blog.component.html | 0x2642/philosophic-blog-spa | <div class="main-view">
<md-toolbar>
asdf
</md-toolbar>
<router-outlet></router-outlet>
<div class="footer">
Copyright 2017 © 0x2642
</div>
</div> |
packages/build/FAKE/docs/apidocs/fake-wixhelper-programfilesfolder.html | et1975/FsStorm | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ProgramFilesFolder - 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>ProgramFilesFolder</h1>
<div class="xmldoc">
<p>Type for defining, which program directory should be used for installation. ProgramFiles32 refers to 'Program Files (x86)', ProgramFiles64 refers to 'Program Files'</p>
</div>
<h3>Union Cases</h3>
<table class="table table-bordered member-list">
<thead>
<tr><td>Union Case</td><td>Description</td></tr>
</thead>
<tbody>
<tr>
<td class="member-name">
<code onmouseout="hideTip(event, '2219', 2219)" onmouseover="showTip(event, '2219', 2219)">
ProgramFiles32
</code>
<div class="tip" id="2219">
<strong>Signature:</strong> <br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/WiXHelper.fs#L775-775" 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, '2220', 2220)" onmouseover="showTip(event, '2220', 2220)">
ProgramFiles64
</code>
<div class="tip" id="2220">
<strong>Signature:</strong> <br />
</div>
</td>
<td class="xmldoc">
<a href="https://github.com/fsharp/FAKE/blob/master/src/app/FakeLib/WiXHelper.fs#L776-776" 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 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>
|
src/python/dart/web/ui/static/partials/directives/tables/triggers.html | RetailMeNotSandbox/dart | <md-input-container md-no-float ng-if="!options.hideFilters" layout-fill>
<md-chips ng-model="filters">
<md-autocomplete placeholder="filter"
ng-init="choices = getFilterChoices(searchText)"
md-min-length="0"
md-autoselect="true"
md-items="choice in choices"
md-item-text="choice"
md-search-text="searchText"
md-search-text-change="choices = getFilterChoices(searchText)"
>
<md-item-template>
<span md-highlight-text="searchText">{{choice}}</span>
</md-item-template>
</md-autocomplete>
</md-chips>
</md-input-container>
<md-data-table-container>
<table md-data-table md-progress="$p">
<thead>
<tr>
<th name=""></th>
<th name="id"></th>
<th name="workflow_ids"></th>
<th name="name"></th>
<th name="state"></th>
<th name="trigger_type_name"></th>
</tr>
</thead>
<tbody>
<tr ng-repeat="e in response.results">
<td>
<md-menu md-offset="-5 -5">
<i class="material-icons"
aria-label="action menu"
ng-click="$mdOpenMenu($event)">more_vert</i>
<md-menu-content width="4">
<md-menu-item>
<md-button ng-click="showEntityModal($event, e, 'view')">
<md-icon>zoom_in</md-icon> view details
</md-button>
</md-menu-item>
<md-menu-item>
<md-button ng-click="showEntityModal($event, e, 'edit')">
<md-icon>mode_edit</md-icon> edit
</md-button>
</md-menu-item>
<md-menu-item>
<md-button ng-click="showEntityModal($event, e, 'duplicate')">
<md-icon>content_copy</md-icon> duplicate
</md-button>
</md-menu-item>
<md-menu-item>
<md-button ng-click="$state.go('app.tools.graph', {t:'trigger', id:e.id})">
<md-icon>share</md-icon> graph
</md-button>
</md-menu-item>
</md-menu-content>
</md-menu>
</td>
<td>{{e.id}}</td>
<td>
<div ng-repeat="workflow_id in e.data.workflow_ids">
<a ui-sref="app.managers.workflow({id: workflow_id})">{{workflow_id}}</a>
</div>
</td>
<td>{{e.data.name}}</td>
<td>{{e.data.state}}</td>
<td>{{e.data.trigger_type_name}}</td>
</tr>
</tbody>
</table>
</md-data-table-container>
<md-data-table-pagination ng-if="!options.hideControls"
md-limit="query.limit"
md-page="query.page"
md-total="{{response.total}}"
md-trigger="onPaginationChange"></md-data-table-pagination>
|
data/pages/settings.html | pycbouh/turbocinema | <!DOCTYPE html>
<html class="turbopage">
<head>
<title>...</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="../styles/pages.main.css">
<link rel="stylesheet" type="text/css" href="../styles/pages.settings.css">
<script type="text/javascript" src="../../lib/platform.js"></script>
<script src="../scripts/pages.js"></script>
<script src="../scripts/pages.settings.js"></script>
</head>
<body>
<div class="everything">
<div class="topping"></div>
<div class="content">
<h1>
<span class="content_title">Title</span> <span class="content_subtitle">Subtitle</span>
</h1>
<div id="settingslist">
</div>
<div class="action_block">
<span class="action" id="action_save">Save</span>
<span class="action" id="action_restore">Restore</span>
<div class="action_status"></div>
</div>
<div class="footer" style="height: 3px;"></div>
</div>
</div>
</body>
</html> |
_site/Sao-Miguel3-2016/index.html | emilkape/emilkape.github.io | <!DOCTYPE html>
<html>
<head>
<title>Sao Miguel - centrum wyspy – W Wolnej Chwili... – W Wolnej Chwili...</title>
<meta charset="utf-8" />
<meta content='text/html; charset=utf-8' http-equiv='Content-Type'>
<link rel="stylesheet" type="text/css" href="/style.css" />
<link rel="alternate" type="application/rss+xml" title="W Wolnej Chwili... - W Wolnej Chwili..." href="/feed.xml" />
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.4&appId=259681087547782";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="menu" class="menu">
<img class="top_logo" src="/img/logo.png">
<ul>
<li><a class="anchor no_children" href="/">Aktualności</a></li>
<li><a class="anchor no_children" href="/about">O mnie</a></li>
</ul>
<div class="category">2017</div>
<ul>
<li><a class="anchor" href="/Most-2017">Purpurowy zachód słońca</a></li>
<li><a class="anchor" href="/Kampinos-2017">Jesień w Puszczy Kampinoskiej</a></li>
<li class="submenu">
<a class="anchor" href="/Kirgistan-2017">Kirgistan</a>
<ul>
<li><a class="anchor" href="/Ala-Arcza-2017">Ała Arcza</a></li>
<li><a class="anchor" href="/Biszkek-2017">Biszkek, cz. 1.</a></li>
<li><a class="anchor" href="/Burana-2017">Wieża Burana</a></li>
</ul>
</li>
<li><a class="anchor" href="/Zachod-2017">Zachód słońca z Mostu Siekierkowskiego</a></li>
<li><a class="anchor" href="/Modlin-2017">Twierdza Modlin</a></li>
<li><a class="anchor" href="/Agrykola-2017">Agrykola i okolice</a></li>
</ul>
</ul>
<div class="category">2016</div>
<ul>
<li><a class="anchor" href="/Pieniny-2016">Jeden dzień w Pieninach</a></li>
<li><a class="anchor" href="/Morskie-Oko-2016">Morskie Oko</a></li>
<li><a class="anchor" href="/Warszawa-2016">Warszawskie zachody słońca</a></li>
<li class="submenu">
<a class="anchor" href="/Portugalia-2016">Portugalia</a>
<ul>
<li class="submenu">
<a class="anchor" href="/Azory-2016">Azory</a>
<ul>
<li><a class="anchor" href="/Mosteiros-2016">Mosteiros</a></li>
<li><a class="anchor" href="/Sao-Miguel4-2016">Nordeste i okolice</a></li>
<li><a class="anchor" href="/Ogrody-2016">Ogrody w Ponta Delgada</a></li>
<li><a class="anchor" href="/Ponta-Delgada-2016">Ponta Delgada, cz. 1.</a></li>
<li><a class="anchor" href="/Ponta-Delgada2-2016">Ponta Delgada, cz. 2.</a></li>
<li><a class="anchor" href="/Ponta-Delgada3-2016">Ponta Delgada, cz. 3.</a></li>
<li><a class="anchor" href="/Santa-Maria-2016">Santa Maria, cz. 1.</a></li>
<li><a class="anchor" href="/Santa-Maria2-2016">Santa Maria, cz. 2.</a></li>
<li><a class="anchor" href="/Santa-Maria3-2016">Santa Maria, cz. 3.</a></li>
<li><a class="anchor" href="/Santa-Maria4-2016">Santa Maria, cz. 4.</a></li>
<li><a class="anchor" href="/Sao-Miguel3-2016">Sao Miguel - centrum wyspy</a></li>
<li><a class="anchor" href="/Sao-Miguel-2016">Sao Miguel - południe wyspy</a></li>
<li><a class="anchor" href="/Sao-Miguel2-2016">Sao Miguel - północ wyspy</a></li>
<li><a class="anchor" href="/Sete-Cidades-2016">Sete Cidades</a></li>
<li><a class="anchor" href="/Jeziora-2016">Szlakiem azorskich jezior</a></li>
</ul>
</li>
<li><a class="anchor" href="/Luis-2016">Ponte Luis I</a></li>
<li><a class="anchor" href="/Porto-2016">Porto cz. 1.</a></li>
<li><a class="anchor" href="/Porto2-2016">Porto cz. 2.</a></li>
</ul>
</li>
<li class="submenu">
<a class="anchor" href="/Serbia-2016">Serbia</a>
<ul>
<li><a class="anchor" href="/Belgrad-2016">Belgrad, cz. 1.</a></li>
<li><a class="anchor" href="/Belgrad2-2016">Belgrad, cz. 2.</a></li>
<li><a class="anchor" href="/Belgrad3-2016">Belgrad, cz. 3.</a></li>
</ul>
</li>
</ul>
<div class="category">2015</div>
<ul>
<li><a class="anchor" href="/Lazienki-2015">Łazienki Królewskie</a></li>
<li><a class="anchor" href="/Lodz-2015">Light Move Festival w Łodzi</a></li>
<li class="submenu">
<a class="anchor" href="/Armenia-2015">Armenia</a>
<ul>
<li><a class="anchor" href="/Erywan-2015">Erywań cz. 1.</a></li>
<li><a class="anchor" href="/Erywan2-2015">Erywań cz. 2.</a></li>
<li><a class="anchor" href="/Erywan3-2015">Muzeum Ludobójstwa w Erywaniu</a></li>
<li><a class="anchor" href="/Garni-2015">Garni</a></li>
<li><a class="anchor" href="/Sewan-2015">Jezioro Sewan</a></li>
<li><a class="anchor" href="/Noratus-2015">Noratus</a></li>
</ul>
</li>
<li><a class="anchor" href="/Arkadia-2015">Arkadia i Nieborów</a></li>
<li><a class="anchor" href="/Wisla-2015">Latem nad Wisłą</a></li>
<li class="submenu">
<a class="anchor" href="/Maroko-2015">Maroko</a>
<ul
<li><a class="anchor" href="/Taroudant-2015">Taroudant</a></li>
</ul>
</li>
</ul>
<div class="category">2014</div>
<ul>
<li class="submenu">
<a class="anchor" href="/Chorwacja-2014">Chorwacja</a>
<ul>
<li><a class="anchor" href="/Dubrownik-2014">Dubrownik cz. 1.</a></li>
<li><a class="anchor" href="/Dubrownik2-2014">Dubrownik cz. 2.</a></li>
<li><a class="anchor" href="/Plitvice-2014">Jeziora Plitwickie</a></li>
<li><a class="anchor" href="/Split-2014">Split</a></li>
<li><a class="anchor" href="/Trogir-2014">Trogir</a></li>
<li><a class="anchor" href="/Krka-2014">Wodospady Krka</a></li>
</ul>
</li>
<li class="submenu">
<a class="anchor" href="/Slowenia-2014">Słowenia</a>
<ul>
<li><a class="anchor" href="/Lublana-2014">Lublana, cz. 1.</a></li>
<li><a class="anchor" href="/Lublana2-2014">Lublana, cz. 2.</a></li>
<li><a class="anchor" href="/Postojna-2014">Jaskinia Postojna</a></li>
</ul>
</li>
<li><a class="anchor" href="/Kepa-2014">Kępa Potocka</a></li>
<li><a class="anchor" href="/Ogrod-Krasinskich-2014">Ogród Krasińskich</a></li>
<li><a class="anchor" href="/Muzeum-Historii-2014">Muzeum Historii Żydów Polskich</a></li>
<li class="submenu">
<a class="anchor" href="/Albania-2014">Albania</a>
<ul>
<li><a class="anchor" href="/Berat1-2014">Berat cz. 1.</a></li>
<li><a class="anchor" href="/Berat2-2014">Berat cz. 2.</a></li>
<li><a class="anchor" href="/Butrint-2014">Butrint</a></li>
<li><a class="anchor" href="/Porto-Palermo-2014">Porto Palermo</a></li>
<li><a class="anchor" href="/Przelecz-Llogara-2014">Przełęcz Llogara</a></li>
<li><a class="anchor" href="/Wlora-2014">Wlora</a></li>
</ul>
</li>
<li><a class="anchor" href="/Kampinos-2014">Puszcza Kampinoska</a></li>
<li><a class="anchor" href="/Kopiec-Powstania-2014">Kopiec Powstania Warszawskiego</a></li>
<li><a class="anchor" href="/Wilanow-2014">Wilanów</a></li>
</ul>
<div class="category">2013</div>
<ul>
<li><a class="anchor" href="/Lazienki-2013">Jesień w Łazienkach Królewskich</a></li>
<li class="submenu">
<a class="anchor" href="/Szkoda-2013">Albania</a>
<ul>
<li><a class="anchor" href="/Szkodra-2013">Szkodra</a></li>
<li><a class="anchor" href="/Kruja-2013">Kruja</a></li>
</ul>
</li>
<li class="submenu">
<a class="anchor" href="/Most-Na-Tarze-2013">Czarnogóra</a>
<ul>
<li><a class="anchor" href="/Budva-2013">Budva</a></li>
<li><a class="anchor" href="/Cetynia-2013">Cetynia</a></li>
<li><a class="anchor" href="/Crno-2013">Czarne Jezioro</a></li>
<li><a class="anchor" href="/Kaniony-2013">Kaniony Tary i Moraczy</a></li>
<li><a class="anchor" href="/Kotor-2013">Kotor cz. 1.</a></li>
<li><a class="anchor" href="/Kotor2-2013">Kotor cz. 2.</a></li>
<li><a class="anchor" href="/Moraca-2013">Monastyr Moraca</a></li>
<li><a class="anchor" href="/Most-na-Tarze-2013">Most na Tarze</a></li>
<li><a class="anchor" href="/Njegusi-2013">Njegusi</a></li>
<li><a class="anchor" href="/Ulcinj-2013">Ulcinj</a></li>
<li><a class="anchor" href="/Plaza-2013">Velika Plaza</a></li>
<li><a class="anchor" href="/Czarnogora-rozne-2013">Różne</a></li>
</ul>
</li>
</ul>
</div>
<div id="main" class="main">
<article class="post">
<p class="creation_date">15/04/2017</p>
<h1>Sao Miguel - centrum wyspy</h1>
<div class="entry">
<p><img src="/img/2016/azory/saomiguel/centrum/azory-0143.jpg"></p>
<p>Aby nie przeciągać w nieskończość serii wpisów z Azorów, dzisiaj nieco więcej zdjęć niż zwykle :) Na początek Caldeira Velha, czyli obszar gorących źródeł znajdujący się w centralnej części Sao Miguel. Najbardziej malowniczy jest wodospad na końcu szlaku, ale turyści mają do dyspozycji także baseny z ciepłą wodą. Woda wydobywająca się ze źródła ma temperaturę dochodzącą do 100 stopni C, więc musi być chłodzona, aby nadawała się do kąpieli.
<img src="/img/2016/azory/saomiguel/centrum/azory-0169.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0175.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0216.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0217.jpg"></p>
<p>Kadry uchwycone podczas wędrówek po Sao Miguel
<img src="/img/2016/azory/saomiguel/centrum/azory-0587.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0596.jpg"></p>
<p>Panorama zrobiona z niewielkiego wzniesienia; widać na niej ocean otaczający Sao Miguel zarówno z połnocy, jak i z południa. Z tej perspektywy wyspa wydaje się taka niewielka :)
<img src="/img/2016/azory/saomiguel/centrum/azory-4.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0627.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0784.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0712.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0634.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0810.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0647.jpg"></p>
<p>Opuszczony hotel obok punktu widokowego Vista do Rei
<img src="/img/2016/azory/saomiguel/centrum/azory-0724.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0761.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0821.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0824.jpg"></p>
<p>Szlak prowadzący do wodospadu Salto do Cabrito
<img src="/img/2016/azory/saomiguel/centrum/azory-0835.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0836.jpg"></p>
<p>Szlak wytyczony został m.in. wzdłuż rur ciepłowniczych. Ze względu na bujną roślinność czasami trudno było ocenić, na jakiej wysokości one prowadzą.
<img src="/img/2016/azory/saomiguel/centrum/azory-0840.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0843.jpg"></p>
<p>A oto i sam wodospad Salto do Cabrito. Dopiero po zejściu na dół uświadomiliśmy sobie, że przechodziliśmy po rurze poprowadzonej bezpośrednio nad wodospadem, która widoczna jest w górnej części zdjęcia :)
<img src="/img/2016/azory/saomiguel/centrum/azory-0850.jpg">
<img src="/img/2016/azory/saomiguel/centrum/azory-0865.jpg"></p>
<div class="fb-comments" data-href="http://emilkape.github.io/Sao-Miguel3-2016" data-numposts="5" data-width="100%"></div>
</div>
</article>
</div>
<!-- Google Analytics -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66579633-1', 'auto');
ga('send', 'pageview', {
'page': '/Sao-Miguel3-2016/',
'title': 'Sao Miguel - centrum wyspy'
});
</script>
<!-- End Google Analytics -->
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
<script src="/menu.js"></script>
</body>
</html>
|
categories/JavaScript/面试/index.html | IceBroken/IceBroken.github.io | <!doctype html>
<html class="theme-next pisces use-motion">
<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=1, maximum-scale=1"/>
<meta http-equiv="Cache-Control" content="no-transform" />
<meta http-equiv="Cache-Control" content="no-siteapp" />
<link href="/vendors/fancybox/source/jquery.fancybox.css?v=2.1.5" rel="stylesheet" type="text/css" />
<link href="//fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic|Roboto Slab:300,300italic,400,400italic,700,700italic&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link href="/vendors/font-awesome/css/font-awesome.min.css?v=4.4.0" rel="stylesheet" type="text/css" />
<link href="/css/main.css?v=5.0.1" rel="stylesheet" type="text/css" />
<meta name="keywords" content="JavaScript, Html" />
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?v=5.0.1" />
<meta name="description">
<meta property="og:type" content="website">
<meta property="og:title" content="MyBlog">
<meta property="og:url" content="http://yoursite.com/categories/JavaScript/面试/index.html">
<meta property="og:site_name" content="MyBlog">
<meta property="og:description">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="MyBlog">
<meta name="twitter:description">
<script type="text/javascript" id="hexo.configuration">
var NexT = window.NexT || {};
var CONFIG = {
scheme: 'Pisces',
sidebar: {"position":"left","display":"post"},
fancybox: true,
motion: true,
duoshuo: {
userId: 0,
author: '博主'
}
};
</script>
<title> 分类: 面试 | MyBlog </title>
</head>
<body itemscope itemtype="http://schema.org/WebPage" lang="zh-Hans">
<div class="container one-collumn sidebar-position-left ">
<div class="headband"></div>
<header id="header" class="header" itemscope itemtype="http://schema.org/WPHeader">
<div class="header-inner"><div class="site-meta ">
<div class="custom-logo-site-title">
<a href="/" class="brand" rel="start">
<span class="logo-line-before"><i></i></span>
<span class="site-title">MyBlog</span>
<span class="logo-line-after"><i></i></span>
</a>
</div>
<p class="site-subtitle">当悲剧或失望来袭,要知道你能扛过任何事</p>
</div>
<div class="site-nav-toggle">
<button>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
<span class="btn-bar"></span>
</button>
</div>
<nav class="site-nav">
<ul id="menu" class="menu">
<li class="menu-item menu-item-home">
<a href="/" rel="section">
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
首页
</a>
</li>
<li class="menu-item menu-item-categories">
<a href="/categories" rel="section">
<i class="menu-item-icon fa fa-fw fa-th"></i> <br />
分类
</a>
</li>
<li class="menu-item menu-item-archives">
<a href="/archives" rel="section">
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
归档
</a>
</li>
<li class="menu-item menu-item-tags">
<a href="/tags" rel="section">
<i class="menu-item-icon fa fa-fw fa-tags"></i> <br />
标签
</a>
</li>
<li class="menu-item menu-item-about">
<a href="/about" rel="section">
<i class="menu-item-icon fa fa-fw fa-user"></i> <br />
关于
</a>
</li>
</ul>
</nav>
</div>
</header>
<main id="main" class="main">
<div class="main-inner">
<div class="content-wrap">
<div id="content" class="content">
<section id="posts" class="posts-collapse">
<div class="collection-title">
<h2 >
面试
<small>分类</small>
</h2>
</div>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/06/15/2016-06-15-Winning-scrollDown-List/" itemprop="url">
<span itemprop="name">实现滚动中奖列表</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-06-15T19:27:31+08:00"
content="2016-06-15" >
06-15
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/05/09/2016-04-22-Sort-in-JavaScript/" itemprop="url">
<span itemprop="name">JavaScript中的排序算法</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-05-09T18:37:59+08:00"
content="2016-05-09" >
05-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/05/09/2016-04-06-this-in-JavaScript/" itemprop="url">
<span itemprop="name">理解JavaScript中的this</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-05-09T18:32:05+08:00"
content="2016-05-09" >
05-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/05/09/2016-03-17-Closure-in-JavaScript/" itemprop="url">
<span itemprop="name">理解JavaScript中的闭包</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-05-09T18:30:03+08:00"
content="2016-05-09" >
05-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/05/09/2016-03-16-String-Split/" itemprop="url">
<span itemprop="name">两道简单的JS面试题(字符串截取和统计)</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-05-09T17:23:01+08:00"
content="2016-05-09" >
05-09
</time>
</div>
</header>
</article>
<article class="post post-type-normal" itemscope itemtype="http://schema.org/Article">
<header class="post-header">
<h1 class="post-title">
<a class="post-title-link" href="/2016/05/09/2016-03-16-From-WebliZhang/" itemprop="url">
<span itemprop="name">面试准备系列-来自羡辙博客</span>
</a>
</h1>
<div class="post-meta">
<time class="post-time" itemprop="dateCreated"
datetime="2016-05-09T17:08:48+08:00"
content="2016-05-09" >
05-09
</time>
</div>
</header>
</article>
</section>
</div>
</div>
<div class="sidebar-toggle">
<div class="sidebar-toggle-line-wrap">
<span class="sidebar-toggle-line sidebar-toggle-line-first"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-middle"></span>
<span class="sidebar-toggle-line sidebar-toggle-line-last"></span>
</div>
</div>
<aside id="sidebar" class="sidebar">
<div class="sidebar-inner">
<section class="site-overview sidebar-panel sidebar-panel-active ">
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
<img class="site-author-image" itemprop="image"
src="/uploads/images/head.jpg"
alt="晓 东" />
<p class="site-author-name" itemprop="name">晓 东</p>
<p class="site-description motion-element" itemprop="description"></p>
</div>
<nav class="site-state motion-element">
<div class="site-state-item site-state-posts">
<a href="/archives">
<span class="site-state-item-count">17</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
<div class="site-state-item site-state-categories">
<a href="/categories">
<span class="site-state-item-count">12</span>
<span class="site-state-item-name">分类</span>
</a>
</div>
<div class="site-state-item site-state-tags">
<a href="/tags">
<span class="site-state-item-count">17</span>
<span class="site-state-item-name">标签</span>
</a>
</div>
</nav>
<div class="links-of-author motion-element">
<span class="links-of-author-item">
<a href="https://github.com/xiaodongaini" target="_blank" title="github">
<i class="fa fa-fw fa-globe"></i>
github
</a>
</span>
<span class="links-of-author-item">
<a href="http://weibo.com/u/2653480043?refer_flag=1005055010_&is_all=1" target="_blank" title="weibo">
<i class="fa fa-fw fa-globe"></i>
weibo
</a>
</span>
<span class="links-of-author-item">
<a href="https://www.douban.com/people/143200988/" target="_blank" title="douban">
<i class="fa fa-fw fa-globe"></i>
douban
</a>
</span>
<span class="links-of-author-item">
<a href="https://www.zhihu.com/people/liu-xiao-dong-51-8" target="_blank" title="zhihu">
<i class="fa fa-fw fa-globe"></i>
zhihu
</a>
</span>
</div>
<div class="links-of-blogroll motion-element links-of-blogroll-inline">
<div class="links-of-blogroll-title">
<i class="fa fa-fw fa-globe"></i>
Links
</div>
<ul class="links-of-blogroll-list">
<li class="links-of-blogroll-item">
<a href="http://www.ruanyifeng.com/blog/archives.html" title="阮一峰" target="_blank">阮一峰</a>
</li>
<li class="links-of-blogroll-item">
<a href="http://www.zhangxinxu.com/" title="张鑫旭" target="_blank">张鑫旭</a>
</li>
<li class="links-of-blogroll-item">
<a href="http://wwsun.github.io/" title="景 庄" target="_blank">景 庄</a>
</li>
<li class="links-of-blogroll-item">
<a href="http://yalishizhude.github.io/" title="亚里士朱德" target="_blank">亚里士朱德</a>
</li>
<li class="links-of-blogroll-item">
<a href="http://www.barretlee.com/entry/" title="小胡子哥" target="_blank">小胡子哥</a>
</li>
</ul>
</div>
</section>
</div>
</aside>
</div>
</main>
<footer id="footer" class="footer">
<div class="footer-inner">
<div class="copyright" >
©
<span itemprop="copyrightYear">2016</span>
<span class="with-love">
<i class="fa fa-heart"></i>
</span>
<span class="author" itemprop="copyrightHolder">晓 东</span>
</div>
<div class="powered-by">
由 <a class="theme-link" href="http://hexo.io">Hexo</a> 强力驱动
</div>
<div class="theme-info">
主题 -
<a class="theme-link" href="https://github.com/iissnan/hexo-theme-next">
NexT.Pisces
</a>
</div>
</div>
</footer>
<div class="back-to-top">
<i class="fa fa-arrow-up"></i>
</div>
</div>
<script type="text/javascript">
if (Object.prototype.toString.call(window.Promise) !== '[object Function]') {
window.Promise = null;
}
</script>
<script type="text/javascript" src="/vendors/jquery/index.js?v=2.1.3"></script>
<script type="text/javascript" src="/vendors/fastclick/lib/fastclick.min.js?v=1.0.6"></script>
<script type="text/javascript" src="/vendors/jquery_lazyload/jquery.lazyload.js?v=1.9.7"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/vendors/velocity/velocity.ui.min.js?v=1.2.1"></script>
<script type="text/javascript" src="/vendors/fancybox/source/jquery.fancybox.pack.js?v=2.1.5"></script>
<script type="text/javascript" src="/js/src/utils.js?v=5.0.1"></script>
<script type="text/javascript" src="/js/src/motion.js?v=5.0.1"></script>
<script type="text/javascript" src="/js/src/affix.js?v=5.0.1"></script>
<script type="text/javascript" src="/js/src/schemes/pisces.js?v=5.0.1"></script>
<script type="text/javascript" src="/js/src/bootstrap.js?v=5.0.1"></script>
<script type="text/javascript">
var duoshuoQuery = {short_name:"xiaodongaini"};
(function() {
var ds = document.createElement('script');
ds.type = 'text/javascript';ds.async = true;
ds.id = 'duoshuo-script';
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
ds.charset = 'UTF-8';
(document.getElementsByTagName('head')[0]
|| document.getElementsByTagName('body')[0]).appendChild(ds);
})();
</script>
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
<script src="/js/src/hook-duoshuo.js"></script>
</body>
</html>
|
docsets/ATG 10.2.docset/Contents/Resources/Documents/atg/integrations/taxware/TaxResult.html | Smolations/more-dash-docsets | <!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_24) on Mon Apr 01 21:57:09 EDT 2013 -->
<TITLE>
TaxResult (ATG Java API)
</TITLE>
<META NAME="date" CONTENT="2013-04-01">
<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="TaxResult (ATG 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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../atg/integrations/taxware/TaxRequest.html" title="class in atg.integrations.taxware"><B>PREV CLASS</B></A>
<A HREF="../../../atg/integrations/taxware/TaxService.html" title="class in atg.integrations.taxware"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?atg/integrations/taxware/TaxResult.html" target="_top"><B>FRAMES</B></A>
<A HREF="TaxResult.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <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">
atg.integrations.taxware</FONT>
<BR>
Class TaxResult</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../resources/inherit.gif" ALT="extended by ">FieldSet
<IMG SRC="../../../resources/inherit.gif" ALT="extended by "><B>atg.integrations.taxware.TaxResult</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>TaxResult</B><DT>extends FieldSet</DL>
</PRE>
<P>
<p>The TaxResult class represents the result of a request for tax
information. It defines a few convenience functions for accessing
commonly used properties, but allows the generic accessor functions for
FieldSet to be used for other properties.
<p>See the taxware documentation for a detailed description of what
the various fields mean in practice.
<p> Tax rate results are returned from taxware as strings with 6 decimal
places, so one should divide by 1,000,000 to get the actual tax rate.
<P>
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../atg/integrations/taxware/TaxRequest.html" title="class in atg.integrations.taxware"><CODE>TaxRequest</CODE></A>,
<A HREF="../../../atg/integrations/taxware/SalesTaxCaller.html" title="class in atg.integrations.taxware"><CODE>SalesTaxCaller</CODE></A>,
<CODE>FieldSet</CODE>,
<CODE>OutputRecordDef</CODE></DL>
<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>static java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#CLASS_VERSION">CLASS_VERSION</A></B></CODE>
<BR>
</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>protected static RecordDef</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#m_recordDef">m_recordDef</A></B></CODE>
<BR>
Hold our record definition.</TD>
</TR>
</TABLE>
<!-- ========== 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>protected void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#createRecordDef()">createRecordDef</A></B>()</CODE>
<BR>
Create out record definition</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCityTaxAmount()">getCityTaxAmount</A></B>()</CODE>
<BR>
Return the city tax amount as an int.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCityTaxBasisAmount()">getCityTaxBasisAmount</A></B>()</CODE>
<BR>
Return the city tax basis amount as an int.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCityTaxRate()">getCityTaxRate</A></B>()</CODE>
<BR>
Return the city tax rate as an int..</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountryTaxAmount()">getCountryTaxAmount</A></B>()</CODE>
<BR>
Return the country tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountryTaxBasisAmount()">getCountryTaxBasisAmount</A></B>()</CODE>
<BR>
Return the country tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountryTaxRate()">getCountryTaxRate</A></B>()</CODE>
<BR>
Return the country tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountyTaxAmount()">getCountyTaxAmount</A></B>()</CODE>
<BR>
Return the county tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountyTaxBasisAmount()">getCountyTaxBasisAmount</A></B>()</CODE>
<BR>
Return the county tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getCountyTaxRate()">getCountyTaxRate</A></B>()</CODE>
<BR>
Return the county tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> long</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getGeneralCompletionCode()">getGeneralCompletionCode</A></B>()</CODE>
<BR>
Return the general completion code.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getGeneralCompletionCodeDescription()">getGeneralCompletionCodeDescription</A></B>()</CODE>
<BR>
Return the general completion code description.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getProvinceTaxAmount()">getProvinceTaxAmount</A></B>()</CODE>
<BR>
Return the province(state) tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getProvinceTaxBasisAmount()">getProvinceTaxBasisAmount</A></B>()</CODE>
<BR>
Return the province(state) tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getProvinceTaxRate()">getProvinceTaxRate</A></B>()</CODE>
<BR>
Return the province(state) tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCityTaxAmount()">getSecCityTaxAmount</A></B>()</CODE>
<BR>
Return the secondary city tax amount as an int.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCityTaxBasisAmount()">getSecCityTaxBasisAmount</A></B>()</CODE>
<BR>
Return the secondary city tax basis amount as an int.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCityTaxRate()">getSecCityTaxRate</A></B>()</CODE>
<BR>
Return the secondary city tax rate as an int.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCountyTaxAmount()">getSecCountyTaxAmount</A></B>()</CODE>
<BR>
Return the secondary county tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCountyTaxBasisAmount()">getSecCountyTaxBasisAmount</A></B>()</CODE>
<BR>
Return the secondary county tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecCountyTaxRate()">getSecCountyTaxRate</A></B>()</CODE>
<BR>
Return the secondary county tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecProvinceTaxAmount()">getSecProvinceTaxAmount</A></B>()</CODE>
<BR>
Return the secondary province(state) tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecProvinceTaxBasisAmount()">getSecProvinceTaxBasisAmount</A></B>()</CODE>
<BR>
Return the secondary province(state) tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getSecProvinceTaxRate()">getSecProvinceTaxRate</A></B>()</CODE>
<BR>
Return the secondary province(state) tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getTerritoryTaxAmount()">getTerritoryTaxAmount</A></B>()</CODE>
<BR>
Return the territory tax amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getTerritoryTaxBasisAmount()">getTerritoryTaxBasisAmount</A></B>()</CODE>
<BR>
Return the territory tax basis amount.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#getTerritoryTaxRate()">getTerritoryTaxRate</A></B>()</CODE>
<BR>
Return the territory tax rate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#main(java.lang.String[])">main</A></B>(java.lang.String[] rgArgs)</CODE>
<BR>
Dump out field definitions</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../atg/integrations/taxware/TaxResult.html#toString()">toString</A></B>()</CODE>
<BR>
</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<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="CLASS_VERSION"><!-- --></A><H3>
CLASS_VERSION</H3>
<PRE>
public static java.lang.String <B>CLASS_VERSION</B></PRE>
<DL>
<DL>
</DL>
</DL>
<HR>
<A NAME="m_recordDef"><!-- --></A><H3>
m_recordDef</H3>
<PRE>
protected static RecordDef <B>m_recordDef</B></PRE>
<DL>
<DD>Hold our record definition.
<P>
<DL>
</DL>
</DL>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="createRecordDef()"><!-- --></A><H3>
createRecordDef</H3>
<PRE>
protected void <B>createRecordDef</B>()</PRE>
<DL>
<DD>Create out record definition
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="main(java.lang.String[])"><!-- --></A><H3>
main</H3>
<PRE>
public static void <B>main</B>(java.lang.String[] rgArgs)</PRE>
<DL>
<DD>Dump out field definitions
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountryTaxRate()"><!-- --></A><H3>
getCountryTaxRate</H3>
<PRE>
public double <B>getCountryTaxRate</B>()</PRE>
<DL>
<DD>Return the country tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTerritoryTaxRate()"><!-- --></A><H3>
getTerritoryTaxRate</H3>
<PRE>
public double <B>getTerritoryTaxRate</B>()</PRE>
<DL>
<DD>Return the territory tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProvinceTaxRate()"><!-- --></A><H3>
getProvinceTaxRate</H3>
<PRE>
public double <B>getProvinceTaxRate</B>()</PRE>
<DL>
<DD>Return the province(state) tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountyTaxRate()"><!-- --></A><H3>
getCountyTaxRate</H3>
<PRE>
public double <B>getCountyTaxRate</B>()</PRE>
<DL>
<DD>Return the county tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCityTaxRate()"><!-- --></A><H3>
getCityTaxRate</H3>
<PRE>
public double <B>getCityTaxRate</B>()</PRE>
<DL>
<DD>Return the city tax rate as an int..
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecProvinceTaxRate()"><!-- --></A><H3>
getSecProvinceTaxRate</H3>
<PRE>
public double <B>getSecProvinceTaxRate</B>()</PRE>
<DL>
<DD>Return the secondary province(state) tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCountyTaxRate()"><!-- --></A><H3>
getSecCountyTaxRate</H3>
<PRE>
public double <B>getSecCountyTaxRate</B>()</PRE>
<DL>
<DD>Return the secondary county tax rate.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCityTaxRate()"><!-- --></A><H3>
getSecCityTaxRate</H3>
<PRE>
public double <B>getSecCityTaxRate</B>()</PRE>
<DL>
<DD>Return the secondary city tax rate as an int.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountryTaxAmount()"><!-- --></A><H3>
getCountryTaxAmount</H3>
<PRE>
public double <B>getCountryTaxAmount</B>()</PRE>
<DL>
<DD>Return the country tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTerritoryTaxAmount()"><!-- --></A><H3>
getTerritoryTaxAmount</H3>
<PRE>
public double <B>getTerritoryTaxAmount</B>()</PRE>
<DL>
<DD>Return the territory tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProvinceTaxAmount()"><!-- --></A><H3>
getProvinceTaxAmount</H3>
<PRE>
public double <B>getProvinceTaxAmount</B>()</PRE>
<DL>
<DD>Return the province(state) tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountyTaxAmount()"><!-- --></A><H3>
getCountyTaxAmount</H3>
<PRE>
public double <B>getCountyTaxAmount</B>()</PRE>
<DL>
<DD>Return the county tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCityTaxAmount()"><!-- --></A><H3>
getCityTaxAmount</H3>
<PRE>
public double <B>getCityTaxAmount</B>()</PRE>
<DL>
<DD>Return the city tax amount as an int.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecProvinceTaxAmount()"><!-- --></A><H3>
getSecProvinceTaxAmount</H3>
<PRE>
public double <B>getSecProvinceTaxAmount</B>()</PRE>
<DL>
<DD>Return the secondary province(state) tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCountyTaxAmount()"><!-- --></A><H3>
getSecCountyTaxAmount</H3>
<PRE>
public double <B>getSecCountyTaxAmount</B>()</PRE>
<DL>
<DD>Return the secondary county tax amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCityTaxAmount()"><!-- --></A><H3>
getSecCityTaxAmount</H3>
<PRE>
public double <B>getSecCityTaxAmount</B>()</PRE>
<DL>
<DD>Return the secondary city tax amount as an int.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountryTaxBasisAmount()"><!-- --></A><H3>
getCountryTaxBasisAmount</H3>
<PRE>
public double <B>getCountryTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the country tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getTerritoryTaxBasisAmount()"><!-- --></A><H3>
getTerritoryTaxBasisAmount</H3>
<PRE>
public double <B>getTerritoryTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the territory tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getProvinceTaxBasisAmount()"><!-- --></A><H3>
getProvinceTaxBasisAmount</H3>
<PRE>
public double <B>getProvinceTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the province(state) tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCountyTaxBasisAmount()"><!-- --></A><H3>
getCountyTaxBasisAmount</H3>
<PRE>
public double <B>getCountyTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the county tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getCityTaxBasisAmount()"><!-- --></A><H3>
getCityTaxBasisAmount</H3>
<PRE>
public double <B>getCityTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the city tax basis amount as an int.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecProvinceTaxBasisAmount()"><!-- --></A><H3>
getSecProvinceTaxBasisAmount</H3>
<PRE>
public double <B>getSecProvinceTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the secondary province(state) tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCountyTaxBasisAmount()"><!-- --></A><H3>
getSecCountyTaxBasisAmount</H3>
<PRE>
public double <B>getSecCountyTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the secondary county tax basis amount.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getSecCityTaxBasisAmount()"><!-- --></A><H3>
getSecCityTaxBasisAmount</H3>
<PRE>
public double <B>getSecCityTaxBasisAmount</B>()</PRE>
<DL>
<DD>Return the secondary city tax basis amount as an int.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getGeneralCompletionCode()"><!-- --></A><H3>
getGeneralCompletionCode</H3>
<PRE>
public long <B>getGeneralCompletionCode</B>()</PRE>
<DL>
<DD>Return the general completion code.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="getGeneralCompletionCodeDescription()"><!-- --></A><H3>
getGeneralCompletionCodeDescription</H3>
<PRE>
public java.lang.String <B>getGeneralCompletionCodeDescription</B>()</PRE>
<DL>
<DD>Return the general completion code description.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>
<A NAME="toString()"><!-- --></A><H3>
toString</H3>
<PRE>
public java.lang.String <B>toString</B>()</PRE>
<DL>
<DD><DL>
</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> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../atg/integrations/taxware/TaxRequest.html" title="class in atg.integrations.taxware"><B>PREV CLASS</B></A>
<A HREF="../../../atg/integrations/taxware/TaxService.html" title="class in atg.integrations.taxware"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.html?atg/integrations/taxware/TaxResult.html" target="_top"><B>FRAMES</B></A>
<A HREF="TaxResult.html" target="_top"><B>NO FRAMES</B></A>
<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: NESTED | <A HREF="#field_summary">FIELD</A> | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: <A HREF="#field_detail">FIELD</A> | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
clean/Linux-x86_64-4.02.3-2.0.6/released/8.7.1/plouffe/1.0.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>plouffe: 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.7.1 / plouffe - 1.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
plouffe
<small>
1.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-02-27 23:35:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-02-27 23:35:09 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-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 2 Virtual package relying on perl
coq 8.7.1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.3 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Laurent.Thery@inria.fr"
homepage: "https://github.com/thery/Plouffe"
bug-reports: "https://github.com/thery/Plouffe/issues"
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [make "install"]
depends: [
"ocaml"
"coq" {>= "8.4pl4"}
"coq-ssreflect"
"coq-coquelicot" {= "2.0.1"}
]
tags: [
"logpath:Plouffe"
]
synopsis: "A Coq formalization of Plouffe formula"
authors: "Laurent Thery"
url {
src: "https://github.com/thery/Plouffe/archive/v1.0.0.tar.gz"
checksum: "md5=b877d0f05c0264b4684664d6cc090829"
}
</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-plouffe.1.0.0 coq.8.7.1</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1).
The following dependencies couldn't be met:
- coq-plouffe -> coq-coquelicot < 2.1.0 -> coq < 8.5~ -> ocaml < 4.02.0
base of this switch (use `--unlock-base' to force)
Your request can'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-plouffe.1.0.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>
|
dribdat/templates/public/useredit.html | loleg/dribdat | {% from "macros/_form.html" import render_form %}
{% extends "layout.html" %}
{% block page_title %}My profile{% endblock %}
{% block body_class %}userform{% endblock %}
{% block content %}
<h2>My profile</h2>
{% if user.sso_id == 'oleg' %}
🔑 <b>Single Sign On</b> active
{% endif %}
{{ render_form(url_for('auth.user_profile'), form) }}
{% endblock %}
|
kettle-data-integration/docs/api/org/pentaho/di/ui/repository/repositoryexplorer/package-summary.html | ColFusion/PentahoKettle | <!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 Nov 21 16:03:52 EST 2012 -->
<TITLE>
org.pentaho.di.ui.repository.repositoryexplorer
</TITLE>
<META NAME="date" CONTENT="2012-11-21">
<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="org.pentaho.di.ui.repository.repositoryexplorer";
}
}
</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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/pentaho/di/ui/repository/model/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/controllers/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/pentaho/di/ui/repository/repositoryexplorer/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package org.pentaho.di.ui.repository.repositoryexplorer
</H2>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/ContextChangeVetoer.html" title="interface in org.pentaho.di.ui.repository.repositoryexplorer">ContextChangeVetoer</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/IUISupportController.html" title="interface in org.pentaho.di.ui.repository.repositoryexplorer">IUISupportController</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/RepositoryExplorerCallback.html" title="interface in org.pentaho.di.ui.repository.repositoryexplorer">RepositoryExplorerCallback</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/ContextChangeVetoerCollection.html" title="class in org.pentaho.di.ui.repository.repositoryexplorer">ContextChangeVetoerCollection</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/RepositoryExplorer.html" title="class in org.pentaho.di.ui.repository.repositoryexplorer">RepositoryExplorer</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/UISupportRegistery.html" title="class in org.pentaho.di.ui.repository.repositoryexplorer">UISupportRegistery</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/ContextChangeVetoer.TYPE.html" title="enum in org.pentaho.di.ui.repository.repositoryexplorer">ContextChangeVetoer.TYPE</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Exception Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/AccessDeniedException.html" title="class in org.pentaho.di.ui.repository.repositoryexplorer">AccessDeniedException</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/ControllerInitializationException.html" title="class in org.pentaho.di.ui.repository.repositoryexplorer">ControllerInitializationException</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<DL>
</DL>
<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> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../org/pentaho/di/ui/repository/model/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../../../org/pentaho/di/ui/repository/repositoryexplorer/controllers/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?org/pentaho/di/ui/repository/repositoryexplorer/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
scripts/mutations/mutations.html | calder-gl/calder | <html>
<head>
<title>Distance comparison</title>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<style>
body {
font-family: 'Roboto', sans-serif;
}
.model {
width: 150px;
height: 150px;
min-width: 150px;
background-position: 60% 50%;
background-size: 300px;
}
table {
padding: 0;
border: 0;
border-collapse: collapse;
}
th {
width: 100px;
font-weight: normal;
}
th, td {
text-align: center;
padding: 10px;
}
</style>
</head>
<body>
<script type='text/javascript'>
const raw = `60,0.5333333333333333
55,0.23333333333333334
50,0.26666666666666666
45,0.36666666666666664
40,0.3
35,0.2
30,0.13333333333333333
25,0.2
20,0.16666666666666666
15,0.13333333333333333
10,0.13333333333333333
5,0.1
0,0.06666666666666667`;
const data = raw.split('\n').map(line => line.split(',').map(n => parseFloat(n)));
const table = document.createElement('table');
const headerRow = document.createElement('tr');
table.appendChild(headerRow);
document.body.appendChild(table);
const targetHeader = document.createElement('th');
targetHeader.innerText = 'Target Model';
headerRow.appendChild(targetHeader);
const imgHeader = document.createElement('th');
imgHeader.innerText = 'Model';
headerRow.appendChild(imgHeader);
const distanceHeader = document.createElement('th');
distanceHeader.innerText = 'Median Kolmogorov-Smirnov Distance';
headerRow.appendChild(distanceHeader);
const mutationHeader = document.createElement('th');
mutationHeader.innerText = 'Grammar Mutation Distance';
headerRow.appendChild(mutationHeader);
const toShow = new Set([60, 45, 35, 5]);
data.forEach(([mutationDistance, distance], filenum) => {
if (!toShow.has(mutationDistance)) {
return;
}
const row = document.createElement('tr');
const targetCell = document.createElement('td');
targetCell.style.backgroundImage = `url(12.png)`;
targetCell.classList.add('model');
row.appendChild(targetCell);
const modelCell = document.createElement('td');
modelCell.style.backgroundImage = `url(${filenum}.png)`;
modelCell.classList.add('model');
row.appendChild(modelCell);
const distanceCell = document.createElement('td');
distanceCell.innerText = distance.toFixed(2);
row.appendChild(distanceCell);
const mutationCell = document.createElement('td');
mutationCell.innerText = Math.round(mutationDistance);
row.appendChild(mutationCell);
table.appendChild(row);
});
</script>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/0a34e4050432a7e115c72638b22aecd6f03a525ddbaf5280f6f33f615d7a2f40.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="./2ad0ea8ca6a6e2487593f291bb84bec0f2f6544867955de439ff95b7cbcf095b.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> |
src/Viteloge/CoreBundle/Resources/descriptions/02373.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Hary est
un village
localisé dans le département de l'Aisne en Picardie. On dénombrait 225 habitants en 2008.</p>
<p>Si vous envisagez de emmenager à Hary, vous pourrez aisément trouver une maison à acheter. </p>
<p>Le nombre d'habitations, à Hary, se décomposait en 2011 en zero appartements et 106 maisons soit
un marché relativement équilibré.</p>
<p>À proximité de Hary sont positionnées géographiquement les villes de
<a href="{{VLROOT}}/immobilier/prisces_02623/">Prisces</a> située à 5 km, 113 habitants,
<a href="{{VLROOT}}/immobilier/grandrieux_02354/">Grandrieux</a> située à 5 km, 90 habitants,
<a href="{{VLROOT}}/immobilier/gronard_02357/">Gronard</a> à 3 km, 75 habitants,
<a href="{{VLROOT}}/immobilier/burelles_02136/">Burelles</a> localisée à 2 km, 148 habitants,
<a href="{{VLROOT}}/immobilier/houry_02384/">Houry</a> localisée à 5 km, 62 habitants,
<a href="{{VLROOT}}/immobilier/harcigny_02369/">Harcigny</a> située à 3 km, 255 habitants,
entre autres. De plus, Hary est située à seulement 26 km de <a href="{{VLROOT}}/immobilier/fourmies_59249/">Fourmies</a>.</p>
</div>
|
_site/2017/03/14/general-fixes-and-improvements/index.html | leicsCC/leicsCC.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Jekyll v3.3.1">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic|Inconsolata:400,700">
<link rel="stylesheet" href="/css/main.css">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/touch-icon.png" sizes="192x192">
<link rel="icon" type="image/ico" href="/images/favicon.ico">
<link type="application/atom+xml" rel="alternate" href="http://localhost:4000/feed.xml" title="Digital Services Manual" />
<!-- Begin Jekyll SEO tag v2.0.0 -->
<title>General fixes and improvements - Digital Services Manual</title>
<meta property="og:title" content="General fixes and improvements" />
<meta name="description" content="This release fixes a few minor issues reported by users." />
<meta property="og:description" content="This release fixes a few minor issues reported by users." />
<link rel="canonical" href="http://localhost:4000/2017/03/14/general-fixes-and-improvements/" />
<meta property="og:url" content="http://localhost:4000/2017/03/14/general-fixes-and-improvements/" />
<meta property="og:site_name" content="Digital Services Manual" />
<meta property="og:type" content="article" />
<meta property="article:published_time" content="2017-03-14T00:00:00+00:00" />
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"headline": "General fixes and improvements",
"datePublished": "2017-03-14T00:00:00+00:00",
"description": "This release fixes a few minor issues reported by users.",
"logo": "http://localhost:4000/favicon-32x32.png",
"url": "http://localhost:4000/2017/03/14/general-fixes-and-improvements/"
}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header>
<h1>
<a href="/"><img src="/images/favicon-32x32.png" width="32" height="32" alt="Digital Services Manual logo"></a>
Digital Services Manual
<button type="button" class="open-nav" id="open-nav"></button>
</h1>
<form action="/search/" method="get">
<input type="text" name="q" id="search-input" placeholder="Search" autofocus>
<input type="submit" value="Search" style="display: none;">
</form>
<nav class="full-navigation">
<ul>
<li class="nav-item top-level ">
<a href="/">Home</a>
</li>
</ul>
<ul>
<li class="nav-item top-level ">
<a href="/CMS-guide/purpose/">CMS guide</a>
<ul>
<li class="nav-item "><a href="/CMS-guide/purpose/">Purpose</a></li>
<li class="nav-item "><a href="/CMS-guide/governance/">Governance</a></li>
<li class="nav-item "><a href="/CMS-guide/search/">Search</a></li>
</ul>
</li>
</ul>
<ul>
<li class="nav-item top-level ">
<a href="/changelog/">Change Log</a>
</li>
</ul>
</nav>
</header>
<section class="main">
<div class="page-header">
<h2>Digital Services Manual</h2>
<h3>General fixes and improvements</h3>
</div>
<article class="content">
<p>This release fixes a few minor issues reported by users.</p>
<p><strong>Features:</strong></p>
<ul>
<li>New brand theme colours</li>
<li>Revised changelog</li>
</ul>
</article>
</section>
<script>
document.getElementById("open-nav").addEventListener("click", function () {
document.body.classList.toggle("nav-open");
});
</script>
</body>
</html>
|
Java/Web/war/releases/1.3/api/starkcoder/failfast/checks/objects/uuids/package-frame.html | KeldOelykke/FailFast | <!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_45) on Mon Aug 31 23:15:51 CEST 2015 -->
<title>starkcoder.failfast.checks.objects.uuids (FailFast v.1.3)</title>
<meta name="date" content="2015-08-31">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../../../starkcoder/failfast/checks/objects/uuids/package-summary.html" target="classFrame">starkcoder.failfast.checks.objects.uuids</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="IObjectUuidChecker.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidChecker</i></a></li>
<li><a href="IObjectUuidDefaultCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidDefaultCheck</i></a></li>
<li><a href="IObjectUuidDefaultProperties.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidDefaultProperties</i></a></li>
<li><a href="IObjectUuidEqualsCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidEqualsCheck</i></a></li>
<li><a href="IObjectUuidGreaterCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidGreaterCheck</i></a></li>
<li><a href="IObjectUuidGreaterOrEqualsCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidGreaterOrEqualsCheck</i></a></li>
<li><a href="IObjectUuidInsideCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidInsideCheck</i></a></li>
<li><a href="IObjectUuidLessCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidLessCheck</i></a></li>
<li><a href="IObjectUuidLessOrEqualsCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidLessOrEqualsCheck</i></a></li>
<li><a href="IObjectUuidNotDefaultCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidNotDefaultCheck</i></a></li>
<li><a href="IObjectUuidNotEqualsCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidNotEqualsCheck</i></a></li>
<li><a href="IObjectUuidNotNullCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidNotNullCheck</i></a></li>
<li><a href="IObjectUuidNotSameCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidNotSameCheck</i></a></li>
<li><a href="IObjectUuidNullCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidNullCheck</i></a></li>
<li><a href="IObjectUuidOutsideCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidOutsideCheck</i></a></li>
<li><a href="IObjectUuidSameCheck.html" title="interface in starkcoder.failfast.checks.objects.uuids" target="classFrame"><i>IObjectUuidSameCheck</i></a></li>
</ul>
</div>
</body>
</html>
|
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/dd1f7734fbda5e75c1623c8de7a2b57bf75c4b16400ffd9f0a3fa0ade4ab540b.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="./8c2e8d674b7d58f8210b70a38e384b43de5be24bbc5c0f69efdd37bf4dffdc6f.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> |
style/main.css | marysnow/marysnow.github.io | @import url(fonts/clear-sans.css);
html, body {
margin: 0;
padding: 0;
background: #faf8ef;
color: #776e65;
font-family: "Clear Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 18px; }
body {
margin: 80px 0; }
.heading:after {
content: "";
display: block;
clear: both; }
h1.title {
font-size: 80px;
font-weight: bold;
margin: 0;
display: block;
float: left; }
@-webkit-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@-moz-keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
@keyframes move-up {
0% {
top: 25px;
opacity: 1; }
100% {
top: -50px;
opacity: 0; } }
.scores-container {
float: right;
text-align: right; }
.score-container, .best-container {
position: relative;
display: inline-block;
background: #bbada0;
padding: 15px 25px;
font-size: 25px;
height: 25px;
line-height: 47px;
font-weight: bold;
border-radius: 3px;
color: white;
margin-top: 8px;
text-align: center; }
.score-container:after, .best-container:after {
position: absolute;
width: 100%;
top: 10px;
left: 0;
text-transform: uppercase;
font-size: 13px;
line-height: 13px;
text-align: center;
color: #eee4da; }
.score-container .score-addition, .best-container .score-addition {
position: absolute;
right: 30px;
color: red;
font-size: 25px;
line-height: 25px;
font-weight: bold;
color: rgba(119, 110, 101, 0.9);
z-index: 100;
-webkit-animation: move-up 600ms ease-in;
-moz-animation: move-up 600ms ease-in;
animation: move-up 600ms ease-in;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.score-container:after {
content: "Score"; }
.best-container:after {
content: "Best"; }
p {
margin-top: 0;
margin-bottom: 10px;
line-height: 1.65; }
a {
color: #776e65;
font-weight: bold;
text-decoration: underline;
cursor: pointer; }
strong.important {
text-transform: uppercase; }
hr {
border: none;
border-bottom: 1px solid #d8d4d0;
margin-top: 20px;
margin-bottom: 30px; }
.container {
width: 500px;
margin: 0 auto; }
@-webkit-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes fade-in {
0% {
opacity: 0; }
100% {
opacity: 1; } }
.game-container {
margin-top: 40px;
position: relative;
padding: 15px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 500px;
height: 500px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 228, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 15px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 106.25px;
height: 106.25px;
margin-right: 15px;
float: left;
border-radius: 3px;
background: rgba(238, 228, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 107px;
height: 107px;
line-height: 116.25px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 121px);
-moz-transform: translate(0px, 121px);
transform: translate(0px, 121px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 242px);
-moz-transform: translate(0px, 242px);
transform: translate(0px, 242px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 363px);
-moz-transform: translate(0px, 363px);
transform: translate(0px, 363px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(121px, 0px);
-moz-transform: translate(121px, 0px);
transform: translate(121px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(121px, 121px);
-moz-transform: translate(121px, 121px);
transform: translate(121px, 121px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(121px, 242px);
-moz-transform: translate(121px, 242px);
transform: translate(121px, 242px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(121px, 363px);
-moz-transform: translate(121px, 363px);
transform: translate(121px, 363px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(242px, 0px);
-moz-transform: translate(242px, 0px);
transform: translate(242px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(242px, 121px);
-moz-transform: translate(242px, 121px);
transform: translate(242px, 121px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(242px, 242px);
-moz-transform: translate(242px, 242px);
transform: translate(242px, 242px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(242px, 363px);
-moz-transform: translate(242px, 363px);
transform: translate(242px, 363px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(363px, 0px);
-moz-transform: translate(363px, 0px);
transform: translate(363px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(363px, 121px);
-moz-transform: translate(363px, 121px);
transform: translate(363px, 121px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(363px, 242px);
-moz-transform: translate(363px, 242px);
transform: translate(363px, 242px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(363px, 363px);
-moz-transform: translate(363px, 363px);
transform: translate(363px, 363px); }
.tile {
position: absolute;
-webkit-transition: 100ms ease-in-out;
-moz-transition: 100ms ease-in-out;
transition: 100ms ease-in-out;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
transition-property: transform; }
.tile .tile-inner {
border-radius: 3px;
background: #eee4da;
text-align: center;
font-weight: bold;
z-index: 10;
font-size: 15px; }
.tile.tile-2 .tile-inner {
background: #eee4da;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-4 .tile-inner {
background: #ede0c8;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0), inset 0 0 0 1px rgba(255, 255, 255, 0); }
.tile.tile-8 .tile-inner {
color: #f9f6f2;
background: #f2b179; }
.tile.tile-16 .tile-inner {
color: #f9f6f2;
background: #f59563; }
.tile.tile-32 .tile-inner {
color: #f9f6f2;
background: #f67c5f; }
.tile.tile-64 .tile-inner {
color: #f9f6f2;
background: #f65e3b; }
.tile.tile-128 .tile-inner {
color: #f9f6f2;
background: #edcf72;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.2381), inset 0 0 0 1px rgba(255, 255, 255, 0.14286);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-128 .tile-inner {
font-size: 15px; } }
.tile.tile-256 .tile-inner {
color: #f9f6f2;
background: #edcc61;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.31746), inset 0 0 0 1px rgba(255, 255, 255, 0.19048);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-256 .tile-inner {
font-size: 15px; } }
.tile.tile-512 .tile-inner {
color: #f9f6f2;
background: #edc850;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.39683), inset 0 0 0 1px rgba(255, 255, 255, 0.2381);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-512 .tile-inner {
font-size: 15px; } }
.tile.tile-1024 .tile-inner {
color: #f9f6f2;
background: #edc53f;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.47619), inset 0 0 0 1px rgba(255, 255, 255, 0.28571);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-1024 .tile-inner {
font-size: 10px; } }
.tile.tile-2048 .tile-inner {
color: #f9f6f2;
background: #edc22e;
box-shadow: 0 0 30px 10px rgba(243, 215, 116, 0.55556), inset 0 0 0 1px rgba(255, 255, 255, 0.33333);
font-size: 15px; }
@media screen and (max-width: 520px) {
.tile.tile-2048 .tile-inner {
font-size: 10px; } }
.tile.tile-super .tile-inner {
color: #f9f6f2;
background: #3c3a32;
font-size: 10px; }
@media screen and (max-width: 520px) {
.tile.tile-super .tile-inner {
font-size: 10px; } }
@-webkit-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes appear {
0% {
opacity: 0;
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
100% {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-new .tile-inner {
-webkit-animation: appear 200ms ease 100ms;
-moz-animation: appear 200ms ease 100ms;
animation: appear 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
@-webkit-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@-moz-keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
@keyframes pop {
0% {
-webkit-transform: scale(0);
-moz-transform: scale(0);
transform: scale(0); }
50% {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
transform: scale(1.2); }
100% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
transform: scale(1); } }
.tile-merged .tile-inner {
z-index: 20;
-webkit-animation: pop 200ms ease 100ms;
-moz-animation: pop 200ms ease 100ms;
animation: pop 200ms ease 100ms;
-webkit-animation-fill-mode: backwards;
-moz-animation-fill-mode: backwards;
animation-fill-mode: backwards; }
.above-game:after {
content: "";
display: block;
clear: both; }
.game-intro {
float: left;
line-height: 42px;
margin-bottom: 0; }
.restart-button {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
display: block;
text-align: center;
float: right; }
.game-explanation {
margin-top: 50px; }
@media screen and (max-width: 520px) {
html, body {
font-size: 15px; }
body {
margin: 20px 0;
padding: 0 20px; }
h1.title {
font-size: 27px;
margin-top: 15px; }
.container {
width: 280px;
margin: 0 auto; }
.score-container, .best-container {
margin-top: 0;
padding: 15px 10px;
min-width: 40px; }
.heading {
margin-bottom: 10px; }
.game-intro {
width: 55%;
display: block;
box-sizing: border-box;
line-height: 1.65; }
.restart-button {
width: 42%;
padding: 0;
display: block;
box-sizing: border-box;
margin-top: 2px; }
.game-container {
margin-top: 17px;
position: relative;
padding: 10px;
cursor: default;
-webkit-touch-callout: none;
-ms-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-ms-touch-action: none;
touch-action: none;
background: #bbada0;
border-radius: 6px;
width: 280px;
height: 280px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.game-container .game-message {
display: none;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background: rgba(238, 228, 218, 0.5);
z-index: 100;
text-align: center;
-webkit-animation: fade-in 800ms ease 1200ms;
-moz-animation: fade-in 800ms ease 1200ms;
animation: fade-in 800ms ease 1200ms;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
animation-fill-mode: both; }
.game-container .game-message p {
font-size: 60px;
font-weight: bold;
height: 60px;
line-height: 60px;
margin-top: 222px; }
.game-container .game-message .lower {
display: block;
margin-top: 59px; }
.game-container .game-message a {
display: inline-block;
background: #8f7a66;
border-radius: 3px;
padding: 0 20px;
text-decoration: none;
color: #f9f6f2;
height: 40px;
line-height: 42px;
margin-left: 9px; }
.game-container .game-message a.keep-playing-button {
display: none; }
.game-container .game-message.game-won {
background: rgba(237, 194, 46, 0.5);
color: #f9f6f2; }
.game-container .game-message.game-won a.keep-playing-button {
display: inline-block; }
.game-container .game-message.game-won, .game-container .game-message.game-over {
display: block; }
.grid-container {
position: absolute;
z-index: 1; }
.grid-row {
margin-bottom: 10px; }
.grid-row:last-child {
margin-bottom: 0; }
.grid-row:after {
content: "";
display: block;
clear: both; }
.grid-cell {
width: 57.5px;
height: 57.5px;
margin-right: 10px;
float: left;
border-radius: 3px;
background: rgba(238, 228, 218, 0.35); }
.grid-cell:last-child {
margin-right: 0; }
.tile-container {
position: absolute;
z-index: 2; }
.tile, .tile .tile-inner {
width: 58px;
height: 58px;
line-height: 67.5px; }
.tile.tile-position-1-1 {
-webkit-transform: translate(0px, 0px);
-moz-transform: translate(0px, 0px);
transform: translate(0px, 0px); }
.tile.tile-position-1-2 {
-webkit-transform: translate(0px, 67px);
-moz-transform: translate(0px, 67px);
transform: translate(0px, 67px); }
.tile.tile-position-1-3 {
-webkit-transform: translate(0px, 135px);
-moz-transform: translate(0px, 135px);
transform: translate(0px, 135px); }
.tile.tile-position-1-4 {
-webkit-transform: translate(0px, 202px);
-moz-transform: translate(0px, 202px);
transform: translate(0px, 202px); }
.tile.tile-position-2-1 {
-webkit-transform: translate(67px, 0px);
-moz-transform: translate(67px, 0px);
transform: translate(67px, 0px); }
.tile.tile-position-2-2 {
-webkit-transform: translate(67px, 67px);
-moz-transform: translate(67px, 67px);
transform: translate(67px, 67px); }
.tile.tile-position-2-3 {
-webkit-transform: translate(67px, 135px);
-moz-transform: translate(67px, 135px);
transform: translate(67px, 135px); }
.tile.tile-position-2-4 {
-webkit-transform: translate(67px, 202px);
-moz-transform: translate(67px, 202px);
transform: translate(67px, 202px); }
.tile.tile-position-3-1 {
-webkit-transform: translate(135px, 0px);
-moz-transform: translate(135px, 0px);
transform: translate(135px, 0px); }
.tile.tile-position-3-2 {
-webkit-transform: translate(135px, 67px);
-moz-transform: translate(135px, 67px);
transform: translate(135px, 67px); }
.tile.tile-position-3-3 {
-webkit-transform: translate(135px, 135px);
-moz-transform: translate(135px, 135px);
transform: translate(135px, 135px); }
.tile.tile-position-3-4 {
-webkit-transform: translate(135px, 202px);
-moz-transform: translate(135px, 202px);
transform: translate(135px, 202px); }
.tile.tile-position-4-1 {
-webkit-transform: translate(202px, 0px);
-moz-transform: translate(202px, 0px);
transform: translate(202px, 0px); }
.tile.tile-position-4-2 {
-webkit-transform: translate(202px, 67px);
-moz-transform: translate(202px, 67px);
transform: translate(202px, 67px); }
.tile.tile-position-4-3 {
-webkit-transform: translate(202px, 135px);
-moz-transform: translate(202px, 135px);
transform: translate(202px, 135px); }
.tile.tile-position-4-4 {
-webkit-transform: translate(202px, 202px);
-moz-transform: translate(202px, 202px);
transform: translate(202px, 202px); }
.tile .tile-inner {
font-size: 35px; }
.game-message p {
font-size: 30px !important;
height: 30px !important;
line-height: 30px !important;
margin-top: 90px !important; }
.game-message .lower {
margin-top: 30px !important; } }
|
index.html | imMatt/immatt.github.io | <html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN"
crossorigin="anonymous">
<style>
* {
font-family: 'Roboto', sans-serif;
}
body {
background: linear-gradient(270deg, #545454, #e1e1e1);
background: linear-gradient(270deg, #ffffff, #ececec);
background-size: 400% 400%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
overflow:hidden;
@-webkit-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
}
.upper {
padding: 10px;
padding-top: 30px;
text-align: center;
-webkit-animation: AnimationName 30s ease infinite;
background: linear-gradient(270deg, #00d0ff, #0098ff);
background-size: 400% 400%;
-webkit-animation: AnimationName 30s ease infinite;
-moz-animation: AnimationName 30s ease infinite;
animation: AnimationName 30s ease infinite;
color: white;
@-webkit-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@-moz-keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
@keyframes AnimationName {
0% {
background-position: 0% 50%
}
50% {
background-position: 100% 50%
}
100% {
background-position: 0% 50%
}
}
}
.upper h1 {
font-weight: 400 !important;
font-size: 44px;
margin-bottom: 5px;
}
.upper h2 {
font-weight: 300 !important;
margin-top: 5px;
}
.mid {
text-align: center;
color: white;
padding-left: 10px;
padding-right: 10px;
padding-top: 1px;
padding-bottom: 1px;
background-color: #007acc;
}
.bottom {
padding-top: 25px;
}
.bottom p {
text-align: center;
font-size: 18px;
}
.headshot {
width: 150px;
height: 150px;
border-radius: 150px;
}
.card {
margin: auto;
width: 400px;
padding-bottom: 25px;
background-color: #ffffff;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 12px 40px 0 rgba(0, 0, 0, 0.19);
}
.outer {
display: table;
position: absolute;
height: 100%;
width: 100%;
}
.middle {
display: table-cell;
vertical-align: middle;
}
.inner {
margin-left: auto;
margin-right: auto;
width: 400px;
/*whatever width you want*/
}
</style>
</head>
<body>
<div class="outer">
<div class="middle">
<div class="inner">
<div class="card">
<div class="upper">
<img class="headshot" src="https://media-exp2.licdn.com/mpr/mpr/shrinknp_400_400/AAMABADGAAwAAQAAAAAAAAvDAAAAJDAzMmE2ZjBjLTU2OGUtNDA0Ny04ZDhiLWIzYjhhYjAyNTY5Mg.jpg">
<h1> Matthew Allen </h1>
<h2> Full Stack Developer </h2>
</div>
<div class="mid">
<p> ✈ Adelaide, South Australia </p>
</div>
<div class="bottom">
<p> <i class="fa fa-envelope" aria-hidden="true"></i>
hello@immatt.xyz </p>
<p> <i class="fa fa-mobile" aria-hidden="true"></i>
0420207340 </p>
<p><i class="fa fa-github" aria-hidden="true"></i>
github.com/imMatt </p>
<p> <i class="fa fa-linkedin" aria-hidden="true"></i>
linkedin.com/in/immatt </p>
</div>
</div>
</div>
</div>
</div>
</body>
</html> |
public/views/wordLookup.html | ericbfriday/speech-builder | <section class="padding-20" ng-init="wc.getOpportunities(wc.studyWord)">
<md-content>
<md-card>
<md-card-title>
<md-card-title-text>
<input type="text" placeholder="Word to search for" ng-model="wc.wordIn">
<md-button class="md-raised" ng-click="wc.wordSearch(wc.wordIn); wc.getOpportunities(wc.studyWord)">Search</md-button>
</md-card-title-text>
</md-card-title>
<md-card-content>
<h1>Phonetic Spelling</h1>
<p>{{wc.phoneticSpelling.data}}</p>
<hr>
<h1>Audio</h1>
<span flex></span>
<md-button ng-click="wc.playAudio()">Play Pronunciation</md-button>
<hr>
<!-- Definition Lookup -->
<h1>Definition</h1>
<ul>
<div class="definition" ng-repeat="def in wc.definitions.data">
<li>{{def}}.</li>
</div>
</ul>
<hr>
<h1>Opportunity Reporting</h1>
<div class="opportunity Reporting">
<md-button ng-click="wc.opportunityReport('satisfactory')">Satisfactory({{wc.progress.satisfactory}})</md-button><md-button ng-click="wc.opportunityReport('prompted')">Prompted({{wc.progress.prompted}})</md-button><md-button ng-click="wc.opportunityReport('unsatisfactory')">Unsatisfactory({{wc.progress.unsatisfactory}})</md-button><br>
<span style="padding: 0px 0px 0px 14px;">Total Attempts: {{wc.progress.totalAttempts}}</span>
</div>
</md-card-content>
</md-card>
</md-content>
</section> |
html/234567100980.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>
FTC International Consulting -
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=1492287170649&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=18517&V_SEARCH.docsStart=18516&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/wp-content/plugins/showbiz/temp/update_extract/showbiz/wp-admin/admin-ajax.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=18515&V_DOCUMENT.docRank=18516&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492287194609&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567035293&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=18517&V_DOCUMENT.docRank=18518&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492287194609&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456270781&profileId=&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>
FTC International Consulting
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>FTC International Consulting</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.ftcinternational.com"
target="_blank" title="Website URL">http://www.ftcinternational.com</a></p>
<p><a href="mailto:contact@ftcinternational.com" title="contact@ftcinternational.com">contact@ftcinternational.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">
19021 Mitchell Rd<br/>
PITT MEADOWS,
British Columbia<br/>
V3Y 1Y1
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
19021 Mitchell Rd<br/>
PITT MEADOWS,
British Columbia<br/>
V3Y 1Y1
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(604) 288-2719
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Food consulting company providing services in product and process research & development, product labeling review, nutrition analysis.<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>
Walter
Dullemond
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 617-7633
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
wdullemond@ftcinternational.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Eva
Savova
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Research/Development/Engineering.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 288-2719
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
esavova@ftcinternational.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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541710 - Research and Development in the Physical, Engineering and Life Sciences<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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>
Service Name:
</strong>
</div>
<div class="col-md-9">
Food Product Development Consulting<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
New Product Development (from Concept or from existing product)
<br>
Food product commercialization
<br>
Product Improvement (Reformulation)
<br>
Shelf Life Extension<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
CFIA / FDA Food Label Compliance Review<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
-Regulatory Compliance Review
<br>
-Food label English / French Translation
<br>
-Nutrition Facts tables
<br>
-Ingredient Panel Review
<br>
-Health Claims Review
<br>
-Nutrient Content claims Review<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Process Development<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Design & Development of Food Production Processes
<br>
Design & Documentation of Quality Assurance Programs
<br>
Design & Documentation of Quality Control Programs
<br>
<br>
<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Nutrition Analysis / Nutrition Facts Consulting<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
- Determine Nutrition Profiles of recipes
<br>
- Format and provide Nutrition Facts Labels for Canada and US markets
<br>
- Calculate Nutrition Analysis using databases<br>
<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 -->
<!-- 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>
Walter
Dullemond
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 617-7633
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
wdullemond@ftcinternational.com
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Eva
Savova
</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-->
Partner/Associate
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Area of Responsibility:
</strong>
</div>
<div class="col-md-7">
Research/Development/Engineering.
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(604) 288-2719
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
esavova@ftcinternational.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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541690 - Other Scientific and Technical Consulting Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
541710 - Research and Development in the Physical, Engineering and Life Sciences<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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>
Service Name:
</strong>
</div>
<div class="col-md-9">
Food Product Development Consulting<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
New Product Development (from Concept or from existing product)
<br>
Food product commercialization
<br>
Product Improvement (Reformulation)
<br>
Shelf Life Extension<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
CFIA / FDA Food Label Compliance Review<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
-Regulatory Compliance Review
<br>
-Food label English / French Translation
<br>
-Nutrition Facts tables
<br>
-Ingredient Panel Review
<br>
-Health Claims Review
<br>
-Nutrient Content claims Review<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Process Development<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Design & Development of Food Production Processes
<br>
Design & Documentation of Quality Assurance Programs
<br>
Design & Documentation of Quality Control Programs
<br>
<br>
<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Nutrition Analysis / Nutrition Facts Consulting<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
- Determine Nutrition Profiles of recipes
<br>
- Format and provide Nutrition Facts Labels for Canada and US markets
<br>
- Calculate Nutrition Analysis using databases<br>
<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-10-13
</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&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&WT.js=No&WT.tv=9.4.0&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
-->
|
docs/cost/index.html | prowl/gulp-module-plato | <!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Estimated Cost Analysis</title>
<style type="text/css">
body {
background-color: #348;
}
table {
width: 90%;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
background-color: #003;
padding: 0;
}
td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
padding: 6px 6px 6px 12px;
color: #447777;
}
.header td{
background-color: #ddd;
}
tr {
background-color: #fff;
}
tr:nth-child(2n+1){
background-color: #ccc;
}
</style>
</head>
<body>
<p style="color: #FFF700">These metrics are not meant to be used as law but are a relative measure of the quality
and cost of a program</p>
<table>
<tr class="header">
<td>Metric</td>
<td>Value</td>
<td>Description</td>
</tr>
<tr>
<td>Average Maintainability</td>
<td>74.43</td>
<td>This is the relative maintainability of a program on a scale of 0-100. Higher is better.</td>
</tr>
<tr>
<td>Average Difficulty</td>
<td>6.36</td>
<td>This is a measure of how difficult it is to understand the code. Lower is better.</td>
</tr>
<tr>
<td>Total Cyclomatic Complexity</td>
<td>3</td>
<td>This is how complex the code is based on the number of paths through the code. Lower is better.</td>
</tr>
<tr>
<td style="color: #0f0;">Average Cyclomatic Complexity</td>
<td style="color: #0f0;">1.00</td>
<td>This is the total complexity for the program from above.</td>
</tr>
<tr>
<td>Average Cyclomatic Density</td>
<td>6.22</td>
<td>This is a re-expression of the above metric as a percentage based on the lines of code. Lower is better.</td>
</tr>
<tr>
<td>Average Effort</td>
<td>3071.46</td>
<td>This is the amount of effort needed to write the code based on it's difficulty and length</td>
</tr>
<tr>
<td>Total Effort</td>
<td>9214.37</td>
<td>This is the total of the effort needed across the program.</td>
</tr>
<tr>
<td>Average Time</td>
<td>0.05 Hours</td>
<td>This is the estimated amount of time needed to write the software based on the effort required.</td>
</tr>
<tr>
<td>Total Time</td>
<td>0.14 Hours</td>
<td>This is the estimated amount of time needed to write the software based on the effort required.</td>
</tr>
<tr>
<td>Average Cost</td>
<td>$2.22</td>
<td>This is the estimated cost to develop the software based on the time needed to develop it.</td>
</tr>
<tr>
<td>Total Cost</td>
<td>$6.65</td>
<td>This is the estimated cost to develop the software based on the time needed to develop it.</td>
</tr>
<tr>
<td style="color: #0f0;">Average Bugs</td>
<td style="color: #0f0;">0.15</td>
<td>This is the estimated number of bugs per file based on their length and complexity.</td>
</tr>
<tr>
<td>Total Bugs</td>
<td>0.45</td>
<td>This is the estimated number of bugs in the software.</td>
</tr>
<tr>
<td>Average Logical SLOC</td>
<td>17</td>
<td>This is the number of lines of software that are considered logic.</td>
</tr>
<tr>
<td>Total Logical SLOC</td>
<td>51</td>
<td>This is the number of lines of software that are considered logic.</td>
</tr>
<tr>
<td>Average Physical SLOC</td>
<td>32</td>
<td>This is the total lines of source code including up to 25% whitespace, but ignoring excessive formatting.</td>
</tr>
<tr>
<td>Total Physical SLOC</td>
<td>95</td>
<td>This is the total lines of source code including up to 25% whitespace, but ignoring excessive formatting.</td>
</tr>
<tr>
<td>Average Dependencies</td>
<td>2.33</td>
<td>This is the average number of dependencies per file in the program.</td>
</tr>
<tr>
<td>Total Dependencies</td>
<td>7</td>
<td>This is the total Number of dependencies in the software.)</td>
</tr>
</table>
<table>
<tr class="header">
<td>File Details</td>
</tr>
<tr>
<td><a href="gulpfile.js.html">gulpfile.js</a></td>
</tr><tr>
<td><a href="lib/index.js.html">lib/index.js</a></td>
</tr><tr>
<td><a href="test/index.js.html">test/index.js</a></td>
</tr>
</table>
</body>
</html>
|
5a60e0d/html/classv8_1_1ScriptOrigin.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 node.js v0.10.40 - v0.10.45: v8::ScriptOrigin 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 node.js v0.10.40 - v0.10.45
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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_1ScriptOrigin.html">ScriptOrigin</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-methods">Public Member Functions</a> |
<a href="classv8_1_1ScriptOrigin-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::ScriptOrigin Class Reference</div> </div>
</div><!--header-->
<div class="contents">
<p><code>#include <<a class="el" href="v8_8h_source.html">v8.h</a>></code></p>
<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:a7b225aa16ea9ae42fd3179b23fb8388c"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a7b225aa16ea9ae42fd3179b23fb8388c"></a>
 </td><td class="memItemRight" valign="bottom"><b>ScriptOrigin</b> (<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > resource_name, <a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > resource_line_offset=<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> >(), <a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > resource_column_offset=<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> >())</td></tr>
<tr class="separator:a7b225aa16ea9ae42fd3179b23fb8388c"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a289502d71720ca10e53b4a32d9226f58"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a289502d71720ca10e53b4a32d9226f58"></a>
<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Value.html">Value</a> > </td><td class="memItemRight" valign="bottom"><b>ResourceName</b> () const </td></tr>
<tr class="separator:a289502d71720ca10e53b4a32d9226f58"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0735178b8afef9169a3481cf6cd7c557"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0735178b8afef9169a3481cf6cd7c557"></a>
<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ResourceLineOffset</b> () const </td></tr>
<tr class="separator:a0735178b8afef9169a3481cf6cd7c557"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6d1b4cb1be2b6589151a029974cd1a60"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6d1b4cb1be2b6589151a029974cd1a60"></a>
<a class="el" href="classv8_1_1Handle.html">Handle</a>< <a class="el" href="classv8_1_1Integer.html">Integer</a> > </td><td class="memItemRight" valign="bottom"><b>ResourceColumnOffset</b> () const </td></tr>
<tr class="separator:a6d1b4cb1be2b6589151a029974cd1a60"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The origin, within a file, of a script. </p>
</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 by  <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>
|
7-faster-than-light/roles/nginx/templates/index.html | krfsm/learning-terraform | <html>
<head>
<title>Welcome to {{ system_hostname }}</title>
</head>
<body>
<h1>
</h1>
</body>
</html>
|
Reports/sy/syntaxc4.windowsazure.acsmanagement.mvc.0.1.0/SyntaxC4.WindowsAzure.ACSManagement.Mvc-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
923e75b9-3c07-4c17-8969-135f37c91a2f
</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="#SyntaxC4.WindowsAzure.ACSManagement.Mvc">SyntaxC4.WindowsAzure.ACSManagement.Mvc</a></strong></td>
<td class="text-center">83.33 %</td>
<td class="text-center">83.33 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">83.33 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
<a name="SyntaxC4.WindowsAzure.ACSManagement.Mvc"><h3>SyntaxC4.WindowsAzure.ACSManagement.Mvc</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.Web.HttpContext</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">get_Request</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.HttpRequest</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Util.RequestValidationSource</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td>System.Web.Util.RequestValidator</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</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">IsValidRequestString(System.Web.HttpContext,System.String,System.Web.Util.RequestValidationSource,System.String,System.Int32@)</td>
<td class="IconErrorEncoded"></td>
<td class="IconErrorEncoded"></td>
<td class="IconSuccessEncoded"></td>
<td class="IconErrorEncoded"></td>
<td></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</tbody>
</table>
<p>
<a href="#Portability Summary">Back to Summary</a>
</p>
</div>
</div>
</body>
</html> |
api/source-class-Gedmo.Translatable.Document.MappedSuperclass.AbstractTranslation.html | Tecnocreaciones/VzlaGovernmentTemplateDeveloperSeed | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<meta name="robots" content="noindex" />
<title>File vendor/gedmo/doctrine-extensions/lib/Gedmo/Translatable/Document/MappedSuperclass/AbstractTranslation.php | seip</title>
<script type="text/javascript" src="resources/combined.js?784181472"></script>
<script type="text/javascript" src="elementlist.js?3927760630"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style.css?3505392360" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li><a href="namespace-Acme.html">Acme<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.html">DemoBundle<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Acme.DemoBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Acme.DemoBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Form.html">Form</a>
</li>
<li><a href="namespace-Acme.DemoBundle.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Proxy.__CG__.Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Acme.DemoBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Acme.DemoBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Acme.DemoBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Alpha.html">Alpha</a>
</li>
<li><a href="namespace-Apc.html">Apc<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-Apc.NamespaceCollision.A.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Apc.Namespaced.html">Namespaced</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.html">Assetic<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.html">Asset<span></span></a>
<ul>
<li><a href="namespace-Assetic.Asset.Iterator.html">Iterator</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Cache.html">Cache</a>
</li>
<li><a href="namespace-Assetic.Exception.html">Exception</a>
</li>
<li><a href="namespace-Assetic.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Assetic.Extension.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Assetic.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Assetic.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Assetic.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Assetic.Filter.GoogleClosure.html">GoogleClosure</a>
</li>
<li><a href="namespace-Assetic.Filter.Sass.html">Sass</a>
</li>
<li><a href="namespace-Assetic.Filter.Yui.html">Yui</a>
</li>
</ul></li>
<li><a href="namespace-Assetic.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.html">Bazinga<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Finder.html">Finder</a>
</li>
<li><a href="namespace-Bazinga.Bundle.JsTranslationBundle.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Bazinga.JsTranslationBundle.html">JsTranslationBundle<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Bazinga.JsTranslationBundle.Tests.Finder.html">Finder</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Beta.html">Beta</a>
</li>
<li><a href="namespace-Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Blameable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Blameable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ClassesWithParents.html">ClassesWithParents</a>
</li>
<li><a href="namespace-ClassLoaderTest.html">ClassLoaderTest</a>
</li>
<li><a href="namespace-ClassMap.html">ClassMap</a>
</li>
<li><a href="namespace-Composer.html">Composer<span></span></a>
<ul>
<li><a href="namespace-Composer.Autoload.html">Autoload</a>
</li>
</ul></li>
<li><a href="namespace-Container14.html">Container14</a>
</li>
<li><a href="namespace-Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.html">DoctrineBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Command.Proxy.html">Proxy</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Mapping.html">Mapping</a>
</li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.DoctrineBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.html">FixturesBundle<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Bundle.FixturesBundle.Command.html">Command</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Annotations.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Common.Collections.html">Collections<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Collections.Expr.html">Expr</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.DataFixtures.Event.Listener.html">Listener</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Exception.html">Exception</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Common.DataFixtures.Purger.html">Purger</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Common.Lexer.html">Lexer</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Persistence.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Common.Proxy.html">Proxy<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Common.Proxy.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Common.Reflection.html">Reflection</a>
</li>
<li><a href="namespace-Doctrine.Common.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.html">DBAL<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Connections.html">Connections</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Driver.DrizzlePDOMySql.html">DrizzlePDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.IBMDB2.html">IBMDB2</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.Mysqli.html">Mysqli</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.OCI8.html">OCI8</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOIbm.html">PDOIbm</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOMySql.html">PDOMySql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOOracle.html">PDOOracle</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOPgSql.html">PDOPgSql</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlite.html">PDOSqlite</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.PDOSqlsrv.html">PDOSqlsrv</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Driver.SQLSrv.html">SQLSrv</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Event.Listeners.html">Listeners</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Logging.html">Logging</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Platforms.html">Platforms<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Platforms.Keywords.html">Keywords</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Portability.html">Portability</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Query.Expression.html">Expression</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Schema.Synchronizer.html">Synchronizer</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Schema.Visitor.html">Visitor</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.DBAL.Sharding.html">Sharding<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.ShardChoser.html">ShardChoser</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.html">SQLAzure<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Sharding.SQLAzure.Schema.html">Schema</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Doctrine.DBAL.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.DBAL.Types.html">Types</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Decorator.html">Decorator</a>
</li>
<li><a href="namespace-Doctrine.ORM.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Id.html">Id</a>
</li>
<li><a href="namespace-Doctrine.ORM.Internal.html">Internal<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Internal.Hydration.html">Hydration</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Mapping.Builder.html">Builder</a>
</li>
<li><a href="namespace-Doctrine.ORM.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Persisters.html">Persisters</a>
</li>
<li><a href="namespace-Doctrine.ORM.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.html">AST<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Query.AST.Functions.html">Functions</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Query.Exec.html">Exec</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Expr.html">Expr</a>
</li>
<li><a href="namespace-Doctrine.ORM.Query.Filter.html">Filter</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Repository.html">Repository</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.html">Tools<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.ClearCache.html">ClearCache</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Command.SchemaTool.html">SchemaTool</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Event.html">Event</a>
</li>
<li><a href="namespace-Doctrine.ORM.Tools.Export.html">Export<span></span></a>
<ul>
<li><a href="namespace-Doctrine.ORM.Tools.Export.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.ORM.Tools.Pagination.html">Pagination</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.html">Annotations<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Bar.html">Bar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Fixtures.Annotation.html">Annotation</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Foo.html">Foo</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.FooBar.html">FooBar</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.html">Ticket<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.html">ORM<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Annotations.Ticket.Doctrine.ORM.Mapping.html">Mapping</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Cache.html">Cache</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Collections.html">Collections</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.html">DataFixtures<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.Executor.html">Executor</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestEntity.html">TestEntity</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.DataFixtures.TestFixtures.html">TestFixtures</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Inflector.html">Inflector</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.html">Persistence<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Persistence.Mapping.html">Mapping</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.html">Reflection<span></span></a>
<ul>
<li><a href="namespace-Doctrine.Tests.Common.Reflection.Dummies.html">Dummies</a>
</li>
</ul></li>
<li><a href="namespace-Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.html">Bundles<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.Vendor.html">Vendor<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.html">AnnotationsBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.Vendor.AnnotationsBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.html">XmlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.XmlBundle.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.html">YamlBundle<span></span></a>
<ul>
<li><a href="namespace-Fixtures.Bundles.YamlBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Foo.html">Foo<span></span></a>
<ul>
<li><a href="namespace-Foo.Bar.html">Bar</a>
</li>
</ul></li>
<li><a href="namespace-FOS.html">FOS<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.html">RestBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Examples.html">Examples</a>
</li>
<li><a href="namespace-FOS.RestBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Form.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Normalizer.html">Normalizer<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Normalizer.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Response.html">Response<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Response.AllowedMethodsLoader.html">AllowedMethodsLoader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Routing.Loader.Reader.html">Reader</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Controller.Annotations.html">Annotations</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Decoder.html">Decoder</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Fixtures.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Request.html">Request</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Tests.Routing.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.RestBundle.Tests.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.Util.html">Util<span></span></a>
<ul>
<li><a href="namespace-FOS.RestBundle.Util.Inflector.html">Inflector</a>
</li>
</ul></li>
<li><a href="namespace-FOS.RestBundle.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.html">UserBundle<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Command.html">Command</a>
</li>
<li><a href="namespace-FOS.UserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-FOS.UserBundle.CouchDocument.html">CouchDocument</a>
</li>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Document.html">Document</a>
</li>
<li><a href="namespace-FOS.UserBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Handler.html">Handler</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Mailer.html">Mailer</a>
</li>
<li><a href="namespace-FOS.UserBundle.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Propel.html">Propel</a>
</li>
<li><a href="namespace-FOS.UserBundle.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-FOS.UserBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Security.html">Security</a>
</li>
<li><a href="namespace-FOS.UserBundle.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-FOS.UserBundle.Util.html">Util</a>
</li>
<li><a href="namespace-FOS.UserBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li class="active"><a href="namespace-Gedmo.html">Gedmo<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.html">Blameable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Blameable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Blameable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Exception.html">Exception</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.IpTraceable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.IpTraceable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Loggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Loggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.html">Mock<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.html">Encoder<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Extension.Encoder.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Mapping.Mock.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Mapping.Xml.html">Xml</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.ReferenceIntegrity.Mapping.Driver.html">Driver</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.References.html">References<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.References.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.References.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Handler.html">Handler</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sluggable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Sluggable.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.html">Filter<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Filter.ODM.html">ODM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.html">TreeWalker<span></span></a>
<ul>
<li><a href="namespace-Gedmo.SoftDeleteable.Query.TreeWalker.Exec.html">Exec</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.SoftDeleteable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Sortable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Sortable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Timestampable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Timestampable.Traits.html">Traits</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.html">Tool<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.html">Logging<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tool.Logging.DBAL.html">DBAL</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tool.Wrapper.html">Wrapper</a>
</li>
</ul></li>
<li class="active"><a href="namespace-Gedmo.Translatable.html">Translatable<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Translatable.Document.html">Document<span></span></a>
<ul>
<li class="active"><a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Document.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Hydrator.html">Hydrator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Hydrator.ORM.html">ORM</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Translatable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translatable.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translatable.Query.TreeWalker.html">TreeWalker</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Translator.Document.html">Document</a>
</li>
<li><a href="namespace-Gedmo.Translator.Entity.html">Entity</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.html">MongoDB<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Document.MongoDB.Repository.html">Repository</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Entity.MappedSuperclass.html">MappedSuperclass</a>
</li>
<li><a href="namespace-Gedmo.Tree.Entity.Repository.html">Repository</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Driver.html">Driver</a>
</li>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.html">Event<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Mapping.Event.Adapter.html">Adapter</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.html">Strategy<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Tree.Strategy.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Tree.Strategy.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Gedmo.Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Event.html">Event</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FileInfo.html">FileInfo</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.FilenameGenerator.html">FilenameGenerator</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Gedmo.Uploadable.Mapping.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-Gedmo.Uploadable.MimeType.html">MimeType</a>
</li>
<li><a href="namespace-Gedmo.Uploadable.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Incenteev.html">Incenteev<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.html">ParameterHandler<span></span></a>
<ul>
<li><a href="namespace-Incenteev.ParameterHandler.Tests.html">Tests</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-IpTraceable.html">IpTraceable<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-IpTraceable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.html">JMS<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-JMS.Parser.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.Serializer.Builder.html">Builder</a>
</li>
<li><a href="namespace-JMS.Serializer.Construction.html">Construction</a>
</li>
<li><a href="namespace-JMS.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.Serializer.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Naming.html">Naming</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Exclusion.html">Exclusion</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Discriminator.html">Discriminator</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Fixtures.DoctrinePHPCR.html">DoctrinePHPCR</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Metadata.Driver.html">Driver</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.EventDispatcher.Subscriber.html">Subscriber</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Serializer.Naming.html">Naming</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.Serializer.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.Serializer.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.html">SerializerBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.SerializerBundle.Serializer.html">Serializer</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-JMS.SerializerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.SerializerBundle.Tests.DependencyInjection.Fixture.html">Fixture</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.html">TranslationBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Command.html">Command</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Logger.html">Logger</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Functional.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Model.html">Model</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.html">File<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.File.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.html">SimpleTest<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Controller.html">Controller</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Extractor.Fixture.SimpleTest.Form.html">Form</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Tests.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Tests.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Comparison.html">Comparison</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.html">Extractor<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Extractor.File.html">File</a>
</li>
</ul></li>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.html">Loader<span></span></a>
<ul>
<li><a href="namespace-JMS.TranslationBundle.Translation.Loader.Symfony.html">Symfony</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-JMS.TranslationBundle.Twig.html">Twig</a>
</li>
<li><a href="namespace-JMS.TranslationBundle.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Knp.html">Knp<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.html">MenuBundle<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.html">Stubs<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.html">Child<span></span></a>
<ul>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Child.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Stubs.Menu.html">Menu</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Bundle.MenuBundle.Tests.Templating.html">Templating</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Knp.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Integration.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Integration.Symfony.html">Symfony</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Silex.html">Silex<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Silex.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Factory.html">Factory</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Integration.html">Integration<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Integration.Silex.html">Silex</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Knp.Menu.Tests.Matcher.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Tests.Provider.html">Provider</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Renderer.html">Renderer</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Silex.html">Silex</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Knp.Menu.Twig.html">Twig</a>
</li>
<li><a href="namespace-Knp.Menu.Util.html">Util</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Loggable.html">Loggable<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Document.Log.html">Log</a>
</li>
</ul></li>
<li><a href="namespace-Loggable.Fixture.Entity.html">Entity<span></span></a>
<ul>
<li><a href="namespace-Loggable.Fixture.Entity.Log.html">Log</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Lunetics.html">Lunetics<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.html">LocaleBundle<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Matcher.html">Matcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Session.html">Session</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Switcher.html">Switcher</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Event.html">Event</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Form.Extension.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleGuesser.html">LocaleGuesser</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.LocaleInformation.html">LocaleInformation</a>
</li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Lunetics.LocaleBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li>
<li><a href="namespace-Lunetics.LocaleBundle.Validator.html">Validator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Mapping.Fixture.Compatibility.html">Compatibility</a>
</li>
<li><a href="namespace-Mapping.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Mapping.Fixture.Unmapped.html">Unmapped</a>
</li>
<li><a href="namespace-Mapping.Fixture.Xml.html">Xml</a>
</li>
<li><a href="namespace-Mapping.Fixture.Yaml.html">Yaml</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.html">Metadata<span></span></a>
<ul>
<li><a href="namespace-Metadata.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Driver.html">Driver</a>
</li>
<li><a href="namespace-Metadata.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Cache.html">Cache</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.html">Driver<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.A.html">A</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.B.html">B</a>
</li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.html">C<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.C.SubDir.html">SubDir</a>
</li>
</ul></li>
<li><a href="namespace-Metadata.Tests.Driver.Fixture.T.html">T</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Metadata.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Metadata.Tests.Fixtures.ComplexHierarchy.html">ComplexHierarchy</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Monolog.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Monolog.Handler.FingersCrossed.html">FingersCrossed</a>
</li>
<li><a href="namespace-Monolog.Handler.SyslogUdp.html">SyslogUdp</a>
</li>
</ul></li>
<li><a href="namespace-Monolog.Processor.html">Processor</a>
</li>
</ul></li>
<li><a href="namespace-MyProject.html">MyProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.html">OtherProject<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.html">Common<span></span></a>
<ul>
<li><a href="namespace-MyProject.Proxies.__CG__.OtherProject.Proxies.__CG__.Doctrine.Tests.Common.Util.html">Util</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-NamespaceCollision.html">NamespaceCollision<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.html">A<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.A.B.html">B</a>
</li>
</ul></li>
<li><a href="namespace-NamespaceCollision.C.html">C<span></span></a>
<ul>
<li><a href="namespace-NamespaceCollision.C.B.html">B</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Namespaced.html">Namespaced</a>
</li>
<li><a href="namespace-Namespaced2.html">Namespaced2</a>
</li>
<li><a href="namespace-Negotiation.html">Negotiation<span></span></a>
<ul>
<li><a href="namespace-Negotiation.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Pequiven.SEIPBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Pequiven.SEIPBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
<li><a href="namespace-PhpCollection.html">PhpCollection<span></span></a>
<ul>
<li><a href="namespace-PhpCollection.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-PhpOption.html">PhpOption<span></span></a>
<ul>
<li><a href="namespace-PhpOption.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Proxies.html">Proxies<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.html">__CG__<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.html">Pequiven<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.html">SEIPBundle<span></span></a>
<ul>
<li><a href="namespace-Proxies.__CG__.Pequiven.SEIPBundle.Entity.html">Entity</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Psr.html">Psr<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.html">Log<span></span></a>
<ul>
<li><a href="namespace-Psr.Log.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-ReferenceIntegrity.html">ReferenceIntegrity<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyNullify.html">ManyNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.ManyRestrict.html">ManyRestrict</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneNullify.html">OneNullify</a>
</li>
<li><a href="namespace-ReferenceIntegrity.Fixture.Document.OneRestrict.html">OneRestrict</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-References.html">References<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.html">ODM<span></span></a>
<ul>
<li><a href="namespace-References.Fixture.ODM.MongoDB.html">MongoDB</a>
</li>
</ul></li>
<li><a href="namespace-References.Fixture.ORM.html">ORM</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.html">DistributionBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Composer.html">Composer</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.html">Configurator<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Form.html">Form</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Configurator.Step.html">Step</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Sensio.Bundle.DistributionBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.html">FrameworkExtraBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Configuration.html">Configuration</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.html">EventListener<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.EventListener.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.html">Request<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Request.ParamConverter.html">ParamConverter</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.html">BarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.BarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.html">FooBarBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBarBundle.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.FrameworkExtraBundle.Tests.Templating.Fixture.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.html">GeneratorBundle<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.html">Command<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Command.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Generator.html">Generator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Manipulator.html">Manipulator</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Sensio.Bundle.GeneratorBundle.Tests.Generator.html">Generator</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Sluggable.html">Sluggable<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Doctrine.html">Doctrine</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Document.Handler.html">Handler</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Handler.html">Handler<span></span></a>
<ul>
<li><a href="namespace-Sluggable.Fixture.Handler.People.html">People</a>
</li>
</ul></li>
<li><a href="namespace-Sluggable.Fixture.Inheritance.html">Inheritance</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Inheritance2.html">Inheritance2</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue104.html">Issue104</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue116.html">Issue116</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue131.html">Issue131</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue449.html">Issue449</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue633.html">Issue633</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue827.html">Issue827</a>
</li>
<li><a href="namespace-Sluggable.Fixture.Issue939.html">Issue939</a>
</li>
<li><a href="namespace-Sluggable.Fixture.MappedSuperclass.html">MappedSuperclass</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-SoftDeleteable.html">SoftDeleteable<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-SoftDeleteable.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-SoftDeleteable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Sortable.html">Sortable<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Sortable.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Stof.html">Stof<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.html">DoctrineExtensionsBundle<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Stof.DoctrineExtensionsBundle.Uploadable.html">Uploadable</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.html">Symfony<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.html">Bridge<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.html">Doctrine<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DataFixtures.html">DataFixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.DependencyInjection.CompilerPass.html">CompilerPass</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.ExpressionLanguage.html">ExpressionLanguage</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.HttpFoundation.html">HttpFoundation</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Doctrine.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Monolog.html">Monolog<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Processor.html">Processor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Bridge.Monolog.Tests.Processor.html">Processor</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.html">Propel1<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Logger.html">Logger</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Security.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Bridge.Propel1.Tests.Form.DataTransformer.html">DataTransformer</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.html">ProxyManager<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Bridge.ProxyManager.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Form.html">Form</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Extension.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.NodeVisitor.html">NodeVisitor</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Tests.Translation.html">Translation</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bridge.Twig.TokenParser.html">TokenParser</a>
</li>
<li><a href="namespace-Symfony.Bridge.Twig.Translation.html">Translation</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.html">AsseticBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Factory.Worker.html">Worker</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.html">Factory<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Factory.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Tests.TestBundle.html">TestBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.AsseticBundle.Twig.html">Twig</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.html">FrameworkBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Console.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Console.Descriptor.html">Descriptor</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fixtures.BaseBundle.html">BaseBundle</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Functional.Bundle.TestBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Routing.html">Routing</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.html">Helper<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Helper.Fixtures.html">Fixtures</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Templating.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Tests.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Translation.html">Translation</a>
</li>
<li><a href="namespace-Symfony.Bundle.FrameworkBundle.Validator.html">Validator</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.html">MonologBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.MonologBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.html">SecurityBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.Factory.html">Factory</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.DependencyInjection.Security.UserProvider.html">UserProvider</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Security.html">Security</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Templating.Helper.html">Helper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.DependencyInjection.Security.Factory.html">Factory</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.html">Functional<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.app.html">app</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.html">CsrfFormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.CsrfFormLoginBundle.Form.html">Form</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.html">FormLoginBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Tests.Functional.Bundle.FormLoginBundle.Security.html">Security</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SecurityBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.html">SwiftmailerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.SwiftmailerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.html">TwigBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.Tests.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.TwigBundle.TokenParser.html">TokenParser</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.html">WebProfilerBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Bundle.WebProfilerBundle.Tests.Profiler.html">Profiler</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.html">Component<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.html">BrowserKit<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.BrowserKit.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ClassLoader.html">ClassLoader<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ClassLoader.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.html">Config<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Definition.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Resource.html">Resource</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.html">Definition<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Builder.html">Builder</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Definition.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Config.Tests.Fixtures.Configuration.html">Configuration</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Config.Tests.Resource.html">Resource</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Config.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tester.html">Tester</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Console.Tests.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Descriptor.html">Descriptor</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Formatter.html">Formatter</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Input.html">Input</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Output.html">Output</a>
</li>
<li><a href="namespace-Symfony.Component.Console.Tests.Tester.html">Tester</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.html">CssSelector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Shortcut.html">Shortcut</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Parser.Tokenizer.html">Tokenizer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.html">Parser<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.Parser.Shortcut.html">Shortcut</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.Tests.XPath.html">XPath</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.html">XPath<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.CssSelector.XPath.Extension.html">Extension</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Debug.html">Debug<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Debug.Tests.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.FatalErrorHandler.html">FatalErrorHandler</a>
</li>
<li><a href="namespace-Symfony.Component.Debug.Tests.Fixtures.html">Fixtures</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dump.html">Dump</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.ParameterBag.html">ParameterBag</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Extension.html">Extension</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.html">LazyProxy<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.Instantiator.html">Instantiator</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.LazyProxy.PhpDumper.html">PhpDumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.DependencyInjection.Tests.ParameterBag.html">ParameterBag</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.DomCrawler.html">DomCrawler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Field.html">Field</a>
</li>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.DomCrawler.Tests.Field.html">Field</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.EventDispatcher.html">EventDispatcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.EventDispatcher.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.EventDispatcher.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.html">ExpressionLanguage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Node.html">Node</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.ParserCache.html">ParserCache</a>
</li>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.ExpressionLanguage.Tests.Node.html">Node</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Filesystem.html">Filesystem<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Filesystem.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Filesystem.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Finder.html">Finder<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Adapter.html">Adapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Iterator.html">Iterator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Shell.html">Shell</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Finder.Tests.Comparator.html">Comparator</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Expression.html">Expression</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.FakeAdapter.html">FakeAdapter</a>
</li>
<li><a href="namespace-Symfony.Component.Finder.Tests.Iterator.html">Iterator</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Core.View.html">View</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Proxy.html">Proxy</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.HttpFoundation.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Extension.Templating.html">Templating</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Test.html">Test</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.html">Extension<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.ChoiceList.html">ChoiceList</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataMapper.html">DataMapper</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.DataTransformer.html">DataTransformer</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Core.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.CsrfProvider.html">CsrfProvider</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Csrf.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.DataCollector.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.HttpFoundation.EventListener.html">EventListener</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Type.html">Type</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Extension.Validator.ViolationMapper.html">ViolationMapper</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Form.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Guess.html">Guess</a>
</li>
<li><a href="namespace-Symfony.Component.Form.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Form.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.html">HttpFoundation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.html">File<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.File.MimeType.html">MimeType</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Attribute.html">Attribute</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Flash.html">Flash</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.html">Storage<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Handler.html">Handler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpFoundation.Tests.Session.Storage.Proxy.html">Proxy</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.html">HttpKernel<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.html">DataCollector<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.DataCollector.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Log.html">Log</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Profiler.html">Profiler</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Bundle.html">Bundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheClearer.html">CacheClearer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.CacheWarmer.html">CacheWarmer</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Config.html">Config</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Controller.html">Controller</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DataCollector.html">DataCollector</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Debug.html">Debug</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionAbsentBundle.html">ExtensionAbsentBundle</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.html">ExtensionLoadedBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionLoadedBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.html">ExtensionPresentBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fixtures.ExtensionPresentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Fragment.html">Fragment</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.HttpCache.html">HttpCache</a>
</li>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.html">Profiler<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.HttpKernel.Tests.Profiler.Mock.html">Mock</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Icu.html">Icu<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Icu.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.html">Intl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Collator.html">Collator</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.DateFormatter.DateFormat.html">DateFormat</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Globals.html">Globals</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Locale.html">Locale</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.NumberFormatter.html">NumberFormatter</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Compiler.html">Compiler</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.html">Transformer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Transformer.Rule.html">Rule</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.html">Collator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Collator.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.html">DateFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.DateFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.html">Globals<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Globals.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.Locale.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.html">NumberFormatter<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.NumberFormatter.Verification.html">Verification</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.html">ResourceBundle<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Reader.html">Reader</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Intl.Tests.ResourceBundle.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Tests.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Intl.Util.html">Util</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Locale.html">Locale<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Locale.Tests.Stub.html">Stub</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.OptionsResolver.html">OptionsResolver<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.OptionsResolver.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.OptionsResolver.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Process.html">Process<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Process.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Process.Tests.html">Tests</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.PropertyAccess.html">PropertyAccess<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.PropertyAccess.Exception.html">Exception</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Annotation.html">Annotation</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.html">Fixtures<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Fixtures.AnnotatedClasses.html">AnnotatedClasses</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.html">Generator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Generator.Dumper.html">Dumper</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.html">Matcher<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Routing.Tests.Matcher.Dumper.html">Dumper</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.html">Security<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.html">Acl<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Model.html">Model</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Dbal.html">Dbal</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Domain.html">Domain</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Permission.html">Permission</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Acl.Tests.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Acl.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Provider.html">Provider</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.html">Authorization<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Authorization.Voter.html">Voter</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Role.html">Role</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Tests.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Core.User.html">User</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Util.html">Util</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Core.Validator.Constraints.html">Constraints</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.html">Csrf<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.Tests.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenGenerator.html">TokenGenerator</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Csrf.TokenStorage.html">TokenStorage</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Authorization.html">Authorization</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Event.html">Event</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Session.html">Session</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Authentication.html">Authentication</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.EntryPoint.html">EntryPoint</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Firewall.html">Firewall</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Logout.html">Logout</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.RememberMe.html">RememberMe</a>
</li>
<li><a href="namespace-Symfony.Component.Security.Http.Tests.Session.html">Session</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.html">Core<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.html">Authentication<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.Authentication.Token.html">Token</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Core.User.html">User</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.html">Http<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Security.Tests.Http.Firewall.html">Firewall</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Serializer.html">Serializer<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Normalizer.html">Normalizer</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Encoder.html">Encoder</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Serializer.Tests.Normalizer.html">Normalizer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Stopwatch.html">Stopwatch</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.html">Templating<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Asset.html">Asset</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Storage.html">Storage</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Templating.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Helper.html">Helper</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Templating.Tests.Storage.html">Storage</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Translation.html">Translation<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Extractor.html">Extractor</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Loader.html">Loader</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Translation.Tests.Catalogue.html">Catalogue</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Dumper.html">Dumper</a>
</li>
<li><a href="namespace-Symfony.Component.Translation.Tests.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Translation.Writer.html">Writer</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.html">Validator<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Mapping.Loader.html">Loader</a>
</li>
</ul></li>
<li><a href="namespace-Symfony.Component.Validator.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Constraints.html">Constraints</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Fixtures.html">Fixtures</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.html">Mapping<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Cache.html">Cache</a>
</li>
<li><a href="namespace-Symfony.Component.Validator.Tests.Mapping.Loader.html">Loader</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Symfony.Component.Yaml.html">Yaml<span></span></a>
<ul>
<li><a href="namespace-Symfony.Component.Yaml.Exception.html">Exception</a>
</li>
<li><a href="namespace-Symfony.Component.Yaml.Tests.html">Tests</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.html">Tecnocreaciones<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.html">Bundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.html">AjaxFOSUserBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.html">DependencyInjection<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.DependencyInjection.Compiler.html">Compiler</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Event.html">Event</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.EventListener.html">EventListener</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Handler.html">Handler</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.AjaxFOSUserBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.html">InstallBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Command.html">Command</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.InstallBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.html">TemplateBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Controller.html">Controller</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Bundle.TemplateBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.html">Vzla<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.html">GovernmentBundle<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.DependencyInjection.html">DependencyInjection</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.html">Form<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Form.Type.html">Type</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.html">Menu<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.html">Template<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Menu.Template.Developer.html">Developer</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Model.html">Model</a>
</li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.html">Tests<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Tests.Controller.html">Controller</a>
</li>
</ul></li>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.html">Twig<span></span></a>
<ul>
<li><a href="namespace-Tecnocreaciones.Vzla.GovernmentBundle.Twig.Extension.html">Extension</a>
</li>
</ul></li></ul></li></ul></li></ul></li>
<li><a href="namespace-TestBundle.html">TestBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.html">Fabpot<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Fabpot.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.html">Controller<span></span></a>
<ul>
<li><a href="namespace-TestBundle.FooBundle.Controller.Sub.html">Sub</a>
</li>
<li><a href="namespace-TestBundle.FooBundle.Controller.Test.html">Test</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.html">Sensio<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.html">Cms<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.Cms.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-TestBundle.Sensio.FooBundle.html">FooBundle<span></span></a>
<ul>
<li><a href="namespace-TestBundle.Sensio.FooBundle.Controller.html">Controller</a>
</li>
</ul></li></ul></li></ul></li>
<li><a href="namespace-TestFixtures.html">TestFixtures</a>
</li>
<li><a href="namespace-Timestampable.html">Timestampable<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Timestampable.Fixture.Document.html">Document</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Tool.html">Tool</a>
</li>
<li><a href="namespace-Translatable.html">Translatable<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.html">Document<span></span></a>
<ul>
<li><a href="namespace-Translatable.Fixture.Document.Personal.html">Personal</a>
</li>
</ul></li>
<li><a href="namespace-Translatable.Fixture.Issue114.html">Issue114</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue138.html">Issue138</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue165.html">Issue165</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue173.html">Issue173</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue75.html">Issue75</a>
</li>
<li><a href="namespace-Translatable.Fixture.Issue922.html">Issue922</a>
</li>
<li><a href="namespace-Translatable.Fixture.Personal.html">Personal</a>
</li>
<li><a href="namespace-Translatable.Fixture.Template.html">Template</a>
</li>
<li><a href="namespace-Translatable.Fixture.Type.html">Type</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Translator.html">Translator<span></span></a>
<ul>
<li><a href="namespace-Translator.Fixture.html">Fixture</a>
</li>
</ul></li>
<li><a href="namespace-Tree.html">Tree<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Tree.Fixture.Closure.html">Closure</a>
</li>
<li><a href="namespace-Tree.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Tree.Fixture.Genealogy.html">Genealogy</a>
</li>
<li><a href="namespace-Tree.Fixture.Mock.html">Mock</a>
</li>
<li><a href="namespace-Tree.Fixture.Repository.html">Repository</a>
</li>
<li><a href="namespace-Tree.Fixture.Transport.html">Transport</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Uploadable.html">Uploadable<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Uploadable.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Wrapper.html">Wrapper<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.html">Fixture<span></span></a>
<ul>
<li><a href="namespace-Wrapper.Fixture.Document.html">Document</a>
</li>
<li><a href="namespace-Wrapper.Fixture.Entity.html">Entity</a>
</li>
</ul></li></ul></li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Gedmo.Translatable.Document.MappedSuperclass.AbstractPersonalTranslation.html">AbstractPersonalTranslation</a></li>
<li class="active"><a href="class-Gedmo.Translatable.Document.MappedSuperclass.AbstractTranslation.html">AbstractTranslation</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<form id="search">
<input type="hidden" name="cx" value="" />
<input type="hidden" name="ie" value="UTF-8" />
<input type="text" name="q" class="text" />
<input type="submit" value="Search" />
</form>
<div id="navigation">
<ul>
<li>
<a href="index.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Gedmo.Translatable.Document.MappedSuperclass.html" title="Summary of Gedmo\Translatable\Document\MappedSuperclass"><span>Namespace</span></a>
</li>
<li>
<a href="class-Gedmo.Translatable.Document.MappedSuperclass.AbstractTranslation.html" title="Summary of Gedmo\Translatable\Document\MappedSuperclass\AbstractTranslation"><span>Class</span></a>
</li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<pre><code><span id="1" class="l"><a class="l" href="#1"> 1: </a><span class="xlang"><?php</span>
</span><span id="2" class="l"><a class="l" href="#2"> 2: </a>
</span><span id="3" class="l"><a class="l" href="#3"> 3: </a><span class="php-keyword1">namespace</span> Gedmo\Translatable\Document\MappedSuperclass;
</span><span id="4" class="l"><a class="l" href="#4"> 4: </a>
</span><span id="5" class="l"><a class="l" href="#5"> 5: </a><span class="php-keyword1">use</span> Doctrine\ODM\MongoDB\Mapping\Annotations <span class="php-keyword1">as</span> MongoODM;
</span><span id="6" class="l"><a class="l" href="#6"> 6: </a>
</span><span id="7" class="l"><a class="l" href="#7"> 7: </a><span class="php-comment">/**
</span></span><span id="8" class="l"><a class="l" href="#8"> 8: </a><span class="php-comment">* Gedmo\Translatable\Document\MappedSuperclass\AbstractTranslation
</span></span><span id="9" class="l"><a class="l" href="#9"> 9: </a><span class="php-comment">*
</span></span><span id="10" class="l"><a class="l" href="#10"> 10: </a><span class="php-comment">* @MongoODM\MappedSuperclass
</span></span><span id="11" class="l"><a class="l" href="#11"> 11: </a><span class="php-comment">*/</span>
</span><span id="12" class="l"><a class="l" href="#12"> 12: </a><span class="php-keyword1">abstract</span> <span class="php-keyword1">class</span> <a id="AbstractTranslation" href="#AbstractTranslation">AbstractTranslation</a>
</span><span id="13" class="l"><a class="l" href="#13"> 13: </a>{
</span><span id="14" class="l"><a class="l" href="#14"> 14: </a> <span class="php-comment">/**
</span></span><span id="15" class="l"><a class="l" href="#15"> 15: </a><span class="php-comment"> * @var integer $id
</span></span><span id="16" class="l"><a class="l" href="#16"> 16: </a><span class="php-comment"> *
</span></span><span id="17" class="l"><a class="l" href="#17"> 17: </a><span class="php-comment"> * @MongoODM\Id
</span></span><span id="18" class="l"><a class="l" href="#18"> 18: </a><span class="php-comment"> */</span>
</span><span id="19" class="l"><a class="l" href="#19"> 19: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$id" href="#$id">$id</a></span>;
</span><span id="20" class="l"><a class="l" href="#20"> 20: </a>
</span><span id="21" class="l"><a class="l" href="#21"> 21: </a> <span class="php-comment">/**
</span></span><span id="22" class="l"><a class="l" href="#22"> 22: </a><span class="php-comment"> * @var string $locale
</span></span><span id="23" class="l"><a class="l" href="#23"> 23: </a><span class="php-comment"> *
</span></span><span id="24" class="l"><a class="l" href="#24"> 24: </a><span class="php-comment"> * @MongoODM\String
</span></span><span id="25" class="l"><a class="l" href="#25"> 25: </a><span class="php-comment"> */</span>
</span><span id="26" class="l"><a class="l" href="#26"> 26: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$locale" href="#$locale">$locale</a></span>;
</span><span id="27" class="l"><a class="l" href="#27"> 27: </a>
</span><span id="28" class="l"><a class="l" href="#28"> 28: </a> <span class="php-comment">/**
</span></span><span id="29" class="l"><a class="l" href="#29"> 29: </a><span class="php-comment"> * @var string $objectClass
</span></span><span id="30" class="l"><a class="l" href="#30"> 30: </a><span class="php-comment"> *
</span></span><span id="31" class="l"><a class="l" href="#31"> 31: </a><span class="php-comment"> * @MongoODM\String
</span></span><span id="32" class="l"><a class="l" href="#32"> 32: </a><span class="php-comment"> */</span>
</span><span id="33" class="l"><a class="l" href="#33"> 33: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$objectClass" href="#$objectClass">$objectClass</a></span>;
</span><span id="34" class="l"><a class="l" href="#34"> 34: </a>
</span><span id="35" class="l"><a class="l" href="#35"> 35: </a> <span class="php-comment">/**
</span></span><span id="36" class="l"><a class="l" href="#36"> 36: </a><span class="php-comment"> * @var string $field
</span></span><span id="37" class="l"><a class="l" href="#37"> 37: </a><span class="php-comment"> *
</span></span><span id="38" class="l"><a class="l" href="#38"> 38: </a><span class="php-comment"> * @MongoODM\String
</span></span><span id="39" class="l"><a class="l" href="#39"> 39: </a><span class="php-comment"> */</span>
</span><span id="40" class="l"><a class="l" href="#40"> 40: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$field" href="#$field">$field</a></span>;
</span><span id="41" class="l"><a class="l" href="#41"> 41: </a>
</span><span id="42" class="l"><a class="l" href="#42"> 42: </a> <span class="php-comment">/**
</span></span><span id="43" class="l"><a class="l" href="#43"> 43: </a><span class="php-comment"> * @var string $foreignKey
</span></span><span id="44" class="l"><a class="l" href="#44"> 44: </a><span class="php-comment"> *
</span></span><span id="45" class="l"><a class="l" href="#45"> 45: </a><span class="php-comment"> * @MongoODM\String(name="foreign_key")
</span></span><span id="46" class="l"><a class="l" href="#46"> 46: </a><span class="php-comment"> */</span>
</span><span id="47" class="l"><a class="l" href="#47"> 47: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$foreignKey" href="#$foreignKey">$foreignKey</a></span>;
</span><span id="48" class="l"><a class="l" href="#48"> 48: </a>
</span><span id="49" class="l"><a class="l" href="#49"> 49: </a> <span class="php-comment">/**
</span></span><span id="50" class="l"><a class="l" href="#50"> 50: </a><span class="php-comment"> * @var string $content
</span></span><span id="51" class="l"><a class="l" href="#51"> 51: </a><span class="php-comment"> *
</span></span><span id="52" class="l"><a class="l" href="#52"> 52: </a><span class="php-comment"> * @MongoODM\String
</span></span><span id="53" class="l"><a class="l" href="#53"> 53: </a><span class="php-comment"> */</span>
</span><span id="54" class="l"><a class="l" href="#54"> 54: </a> <span class="php-keyword1">protected</span> <span class="php-var"><a id="$content" href="#$content">$content</a></span>;
</span><span id="55" class="l"><a class="l" href="#55"> 55: </a>
</span><span id="56" class="l"><a class="l" href="#56"> 56: </a> <span class="php-comment">/**
</span></span><span id="57" class="l"><a class="l" href="#57"> 57: </a><span class="php-comment"> * Get id
</span></span><span id="58" class="l"><a class="l" href="#58"> 58: </a><span class="php-comment"> *
</span></span><span id="59" class="l"><a class="l" href="#59"> 59: </a><span class="php-comment"> * @return integer $id
</span></span><span id="60" class="l"><a class="l" href="#60"> 60: </a><span class="php-comment"> */</span>
</span><span id="61" class="l"><a class="l" href="#61"> 61: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getId" href="#_getId">getId</a>()
</span><span id="62" class="l"><a class="l" href="#62"> 62: </a> {
</span><span id="63" class="l"><a class="l" href="#63"> 63: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->id;
</span><span id="64" class="l"><a class="l" href="#64"> 64: </a> }
</span><span id="65" class="l"><a class="l" href="#65"> 65: </a>
</span><span id="66" class="l"><a class="l" href="#66"> 66: </a> <span class="php-comment">/**
</span></span><span id="67" class="l"><a class="l" href="#67"> 67: </a><span class="php-comment"> * Set locale
</span></span><span id="68" class="l"><a class="l" href="#68"> 68: </a><span class="php-comment"> *
</span></span><span id="69" class="l"><a class="l" href="#69"> 69: </a><span class="php-comment"> * @param string $locale
</span></span><span id="70" class="l"><a class="l" href="#70"> 70: </a><span class="php-comment"> * @return AbstractTranslation
</span></span><span id="71" class="l"><a class="l" href="#71"> 71: </a><span class="php-comment"> */</span>
</span><span id="72" class="l"><a class="l" href="#72"> 72: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <span class="php-keyword2">setLocale</span>(<span class="php-var">$locale</span>)
</span><span id="73" class="l"><a class="l" href="#73"> 73: </a> {
</span><span id="74" class="l"><a class="l" href="#74"> 74: </a> <span class="php-var">$this</span>->locale = <span class="php-var">$locale</span>;
</span><span id="75" class="l"><a class="l" href="#75"> 75: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>;
</span><span id="76" class="l"><a class="l" href="#76"> 76: </a> }
</span><span id="77" class="l"><a class="l" href="#77"> 77: </a>
</span><span id="78" class="l"><a class="l" href="#78"> 78: </a> <span class="php-comment">/**
</span></span><span id="79" class="l"><a class="l" href="#79"> 79: </a><span class="php-comment"> * Get locale
</span></span><span id="80" class="l"><a class="l" href="#80"> 80: </a><span class="php-comment"> *
</span></span><span id="81" class="l"><a class="l" href="#81"> 81: </a><span class="php-comment"> * @return string $locale
</span></span><span id="82" class="l"><a class="l" href="#82"> 82: </a><span class="php-comment"> */</span>
</span><span id="83" class="l"><a class="l" href="#83"> 83: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getLocale" href="#_getLocale">getLocale</a>()
</span><span id="84" class="l"><a class="l" href="#84"> 84: </a> {
</span><span id="85" class="l"><a class="l" href="#85"> 85: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->locale;
</span><span id="86" class="l"><a class="l" href="#86"> 86: </a> }
</span><span id="87" class="l"><a class="l" href="#87"> 87: </a>
</span><span id="88" class="l"><a class="l" href="#88"> 88: </a> <span class="php-comment">/**
</span></span><span id="89" class="l"><a class="l" href="#89"> 89: </a><span class="php-comment"> * Set field
</span></span><span id="90" class="l"><a class="l" href="#90"> 90: </a><span class="php-comment"> *
</span></span><span id="91" class="l"><a class="l" href="#91"> 91: </a><span class="php-comment"> * @param string $field
</span></span><span id="92" class="l"><a class="l" href="#92"> 92: </a><span class="php-comment"> * @return AbstractTranslation
</span></span><span id="93" class="l"><a class="l" href="#93"> 93: </a><span class="php-comment"> */</span>
</span><span id="94" class="l"><a class="l" href="#94"> 94: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_setField" href="#_setField">setField</a>(<span class="php-var">$field</span>)
</span><span id="95" class="l"><a class="l" href="#95"> 95: </a> {
</span><span id="96" class="l"><a class="l" href="#96"> 96: </a> <span class="php-var">$this</span>->field = <span class="php-var">$field</span>;
</span><span id="97" class="l"><a class="l" href="#97"> 97: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>;
</span><span id="98" class="l"><a class="l" href="#98"> 98: </a> }
</span><span id="99" class="l"><a class="l" href="#99"> 99: </a>
</span><span id="100" class="l"><a class="l" href="#100">100: </a> <span class="php-comment">/**
</span></span><span id="101" class="l"><a class="l" href="#101">101: </a><span class="php-comment"> * Get field
</span></span><span id="102" class="l"><a class="l" href="#102">102: </a><span class="php-comment"> *
</span></span><span id="103" class="l"><a class="l" href="#103">103: </a><span class="php-comment"> * @return string $field
</span></span><span id="104" class="l"><a class="l" href="#104">104: </a><span class="php-comment"> */</span>
</span><span id="105" class="l"><a class="l" href="#105">105: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getField" href="#_getField">getField</a>()
</span><span id="106" class="l"><a class="l" href="#106">106: </a> {
</span><span id="107" class="l"><a class="l" href="#107">107: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->field;
</span><span id="108" class="l"><a class="l" href="#108">108: </a> }
</span><span id="109" class="l"><a class="l" href="#109">109: </a>
</span><span id="110" class="l"><a class="l" href="#110">110: </a> <span class="php-comment">/**
</span></span><span id="111" class="l"><a class="l" href="#111">111: </a><span class="php-comment"> * Set object class
</span></span><span id="112" class="l"><a class="l" href="#112">112: </a><span class="php-comment"> *
</span></span><span id="113" class="l"><a class="l" href="#113">113: </a><span class="php-comment"> * @param string $objectClass
</span></span><span id="114" class="l"><a class="l" href="#114">114: </a><span class="php-comment"> * @return AbstractTranslation
</span></span><span id="115" class="l"><a class="l" href="#115">115: </a><span class="php-comment"> */</span>
</span><span id="116" class="l"><a class="l" href="#116">116: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_setObjectClass" href="#_setObjectClass">setObjectClass</a>(<span class="php-var">$objectClass</span>)
</span><span id="117" class="l"><a class="l" href="#117">117: </a> {
</span><span id="118" class="l"><a class="l" href="#118">118: </a> <span class="php-var">$this</span>->objectClass = <span class="php-var">$objectClass</span>;
</span><span id="119" class="l"><a class="l" href="#119">119: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>;
</span><span id="120" class="l"><a class="l" href="#120">120: </a> }
</span><span id="121" class="l"><a class="l" href="#121">121: </a>
</span><span id="122" class="l"><a class="l" href="#122">122: </a> <span class="php-comment">/**
</span></span><span id="123" class="l"><a class="l" href="#123">123: </a><span class="php-comment"> * Get objectClass
</span></span><span id="124" class="l"><a class="l" href="#124">124: </a><span class="php-comment"> *
</span></span><span id="125" class="l"><a class="l" href="#125">125: </a><span class="php-comment"> * @return string $objectClass
</span></span><span id="126" class="l"><a class="l" href="#126">126: </a><span class="php-comment"> */</span>
</span><span id="127" class="l"><a class="l" href="#127">127: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getObjectClass" href="#_getObjectClass">getObjectClass</a>()
</span><span id="128" class="l"><a class="l" href="#128">128: </a> {
</span><span id="129" class="l"><a class="l" href="#129">129: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->objectClass;
</span><span id="130" class="l"><a class="l" href="#130">130: </a> }
</span><span id="131" class="l"><a class="l" href="#131">131: </a>
</span><span id="132" class="l"><a class="l" href="#132">132: </a> <span class="php-comment">/**
</span></span><span id="133" class="l"><a class="l" href="#133">133: </a><span class="php-comment"> * Set foreignKey
</span></span><span id="134" class="l"><a class="l" href="#134">134: </a><span class="php-comment"> *
</span></span><span id="135" class="l"><a class="l" href="#135">135: </a><span class="php-comment"> * @param string $foreignKey
</span></span><span id="136" class="l"><a class="l" href="#136">136: </a><span class="php-comment"> * @return AbstractTranslation
</span></span><span id="137" class="l"><a class="l" href="#137">137: </a><span class="php-comment"> */</span>
</span><span id="138" class="l"><a class="l" href="#138">138: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_setForeignKey" href="#_setForeignKey">setForeignKey</a>(<span class="php-var">$foreignKey</span>)
</span><span id="139" class="l"><a class="l" href="#139">139: </a> {
</span><span id="140" class="l"><a class="l" href="#140">140: </a> <span class="php-var">$this</span>->foreignKey = <span class="php-var">$foreignKey</span>;
</span><span id="141" class="l"><a class="l" href="#141">141: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>;
</span><span id="142" class="l"><a class="l" href="#142">142: </a> }
</span><span id="143" class="l"><a class="l" href="#143">143: </a>
</span><span id="144" class="l"><a class="l" href="#144">144: </a> <span class="php-comment">/**
</span></span><span id="145" class="l"><a class="l" href="#145">145: </a><span class="php-comment"> * Get foreignKey
</span></span><span id="146" class="l"><a class="l" href="#146">146: </a><span class="php-comment"> *
</span></span><span id="147" class="l"><a class="l" href="#147">147: </a><span class="php-comment"> * @return string $foreignKey
</span></span><span id="148" class="l"><a class="l" href="#148">148: </a><span class="php-comment"> */</span>
</span><span id="149" class="l"><a class="l" href="#149">149: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getForeignKey" href="#_getForeignKey">getForeignKey</a>()
</span><span id="150" class="l"><a class="l" href="#150">150: </a> {
</span><span id="151" class="l"><a class="l" href="#151">151: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->foreignKey;
</span><span id="152" class="l"><a class="l" href="#152">152: </a> }
</span><span id="153" class="l"><a class="l" href="#153">153: </a>
</span><span id="154" class="l"><a class="l" href="#154">154: </a> <span class="php-comment">/**
</span></span><span id="155" class="l"><a class="l" href="#155">155: </a><span class="php-comment"> * Set content
</span></span><span id="156" class="l"><a class="l" href="#156">156: </a><span class="php-comment"> *
</span></span><span id="157" class="l"><a class="l" href="#157">157: </a><span class="php-comment"> * @param string $content
</span></span><span id="158" class="l"><a class="l" href="#158">158: </a><span class="php-comment"> * @return AbstractTranslation
</span></span><span id="159" class="l"><a class="l" href="#159">159: </a><span class="php-comment"> */</span>
</span><span id="160" class="l"><a class="l" href="#160">160: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_setContent" href="#_setContent">setContent</a>(<span class="php-var">$content</span>)
</span><span id="161" class="l"><a class="l" href="#161">161: </a> {
</span><span id="162" class="l"><a class="l" href="#162">162: </a> <span class="php-var">$this</span>->content = <span class="php-var">$content</span>;
</span><span id="163" class="l"><a class="l" href="#163">163: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>;
</span><span id="164" class="l"><a class="l" href="#164">164: </a> }
</span><span id="165" class="l"><a class="l" href="#165">165: </a>
</span><span id="166" class="l"><a class="l" href="#166">166: </a> <span class="php-comment">/**
</span></span><span id="167" class="l"><a class="l" href="#167">167: </a><span class="php-comment"> * Get content
</span></span><span id="168" class="l"><a class="l" href="#168">168: </a><span class="php-comment"> *
</span></span><span id="169" class="l"><a class="l" href="#169">169: </a><span class="php-comment"> * @return string $content
</span></span><span id="170" class="l"><a class="l" href="#170">170: </a><span class="php-comment"> */</span>
</span><span id="171" class="l"><a class="l" href="#171">171: </a> <span class="php-keyword1">public</span> <span class="php-keyword1">function</span> <a id="_getContent" href="#_getContent">getContent</a>()
</span><span id="172" class="l"><a class="l" href="#172">172: </a> {
</span><span id="173" class="l"><a class="l" href="#173">173: </a> <span class="php-keyword1">return</span> <span class="php-var">$this</span>->content;
</span><span id="174" class="l"><a class="l" href="#174">174: </a> }
</span><span id="175" class="l"><a class="l" href="#175">175: </a></span>}</code></pre>
<div id="footer">
seip API documentation generated by <a href="http://apigen.org">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
Reports/ac/acr.mvvmcross.plugins.network.1.4.0/Acr.MvvmCross.Plugins.Network-Xamarin.iOS10.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
48b1d8fd-b8f4-4503-9abb-837175d9af39
</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="#Acr.MvvmCross.Plugins.Network">Acr.MvvmCross.Plugins.Network</a></strong></td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
<td class="text-center">100.00 %</td>
</tr>
</tbody>
</table>
</div>
<div id="details">
</div>
</div>
</body>
</html> |
dist/uncompressed/core/local-fonts.css | atom-page/elyts | @font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 900;
src: url("./../../fonts/lato/lato-black.eot");
src: url("./../../fonts/lato/lato-black.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-black.woff") format('woff'), url("./../../fonts/lato/lato-black.ttf") format('truetype'), url("./../../fonts/lato/lato-black.svg#latoblack") format('svg');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: bold;
src: url("./../../fonts/lato/lato-bold.eot");
src: url("./../../fonts/lato/lato-bold.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-bold.woff") format('woff'), url("./../../fonts/lato/lato-bold.ttf") format('truetype'), url("./../../fonts/lato/lato-bold.svg#latobold") format('svg');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: bold;
src: url("./../../fonts/lato/lato-bolditalic.eot");
src: url("./../../fonts/lato/lato-bolditalic.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-bolditalic.woff") format('woff'), url("./../../fonts/lato/lato-bolditalic.ttf") format('truetype'), url("./../../fonts/lato/lato-bolditalic.svg#latobold-italic") format('svg');
}
@font-face {
font-family: 'Lato';
font-style: italic;
font-weight: normal;
src: url("./../../fonts/lato/lato-italic.eot");
src: url("./../../fonts/lato/lato-italic.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-italic.woff") format('woff'), url("./../../fonts/lato/lato-italic.ttf") format('truetype'), url("./../../fonts/lato/lato-italic.svg#latoitalic") format('svg');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: 300;
src: url("./../../fonts/lato/lato-light.eot");
src: url("./../../fonts/lato/lato-light.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-light.woff") format('woff'), url("./../../fonts/lato/lato-light.ttf") format('truetype'), url("./../../fonts/lato/lato-light.svg#latolight") format('svg');
}
@font-face {
font-family: 'Lato';
font-style: normal;
font-weight: normal;
src: url("./../../fonts/lato/lato-regular.eot");
src: url("./../../fonts/lato/lato-regular.eot?#iefix") format('embedded-opentype'), url("./../../fonts/lato/lato-regular.woff") format('woff'), url("./../../fonts/lato/lato-regular.ttf") format('truetype'), url("./../../fonts/lato/lato-regular.svg#latoregular") format('svg');
}
|
tools/jruby-1.5.1/lib/ruby/gems/1.8/doc/json_pure-1.4.6/rdoc/classes/JSON/Pure/Parser.html | ThoughtWorksStudios/oauth2_provider | <?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Class: JSON::Pure::Parser</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
<script type="text/javascript">
// <![CDATA[
function popupCode( url ) {
window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
}
function toggleCode( id ) {
if ( document.getElementById )
elem = document.getElementById( id );
else if ( document.all )
elem = eval( "document.all." + id );
else
return false;
elemStyle = elem.style;
if ( elemStyle.display != "block" ) {
elemStyle.display = "block"
} else {
elemStyle.display = "none"
}
return true;
}
// Make codeblocks hidden by default
document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
// ]]>
</script>
</head>
<body>
<div id="classHeader">
<table class="header-table">
<tr class="top-aligned-row">
<td><strong>Class</strong></td>
<td class="class-name-in-header">JSON::Pure::Parser</td>
</tr>
<tr class="top-aligned-row">
<td><strong>In:</strong></td>
<td>
<a href="../../../files/lib/json/pure/parser_rb.html">
lib/json/pure/parser.rb
</a>
<br />
</td>
</tr>
<tr class="top-aligned-row">
<td><strong>Parent:</strong></td>
<td>
StringScanner
</td>
</tr>
</table>
</div>
<!-- banner header -->
<div id="bodyContent">
<div id="contextContent">
<div id="description">
<p>
This class implements the <a href="../../JSON.html">JSON</a> parser that is
used to <a href="Parser.html#M000113">parse</a> a <a
href="../../JSON.html">JSON</a> string into a Ruby data structure.
</p>
</div>
</div>
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
<a href="#M000112">new</a>
<a href="#M000113">parse</a>
</div>
</div>
</div>
<!-- if includes -->
<div id="section">
<div id="constants-list">
<h3 class="section-bar">Constants</h3>
<div class="name-list">
<table summary="Constants">
<tr class="top-aligned-row context-row">
<td class="context-item-name">STRING</td>
<td>=</td>
<td class="context-item-value">/" ((?:[^\x0-\x1f"\\] | # escaped special characters: \\["\\\/bfnrt] | \\u[0-9a-fA-F]{4} | # match all but escaped special characters: \\[\x20-\x21\x23-\x2e\x30-\x5b\x5d-\x61\x63-\x65\x67-\x6d\x6f-\x71\x73\x75-\xff])*) "/nx</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">INTEGER</td>
<td>=</td>
<td class="context-item-value">/(-?0|-?[1-9]\d*)/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">FLOAT</td>
<td>=</td>
<td class="context-item-value">/(-? (?:0|[1-9]\d*) (?: \.\d+(?i:e[+-]?\d+) | \.\d+ | (?i:e[+-]?\d+) ) )/x</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">NAN</td>
<td>=</td>
<td class="context-item-value">/NaN/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">INFINITY</td>
<td>=</td>
<td class="context-item-value">/Infinity/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">MINUS_INFINITY</td>
<td>=</td>
<td class="context-item-value">/-Infinity/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">OBJECT_OPEN</td>
<td>=</td>
<td class="context-item-value">/\{/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">OBJECT_CLOSE</td>
<td>=</td>
<td class="context-item-value">/\}/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">ARRAY_OPEN</td>
<td>=</td>
<td class="context-item-value">/\[/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">ARRAY_CLOSE</td>
<td>=</td>
<td class="context-item-value">/\]/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">PAIR_DELIMITER</td>
<td>=</td>
<td class="context-item-value">/:/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">COLLECTION_DELIMITER</td>
<td>=</td>
<td class="context-item-value">/,/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">TRUE</td>
<td>=</td>
<td class="context-item-value">/true/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">FALSE</td>
<td>=</td>
<td class="context-item-value">/false/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">NULL</td>
<td>=</td>
<td class="context-item-value">/null/</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">IGNORE</td>
<td>=</td>
<td class="context-item-value">%r( (?: //[^\n\r]*[\n\r]| # line comments /\* # c-style comments (?: [^*/]| # normal chars /[^*]| # slashes that do not start a nested comment \*[^/]| # asterisks that do not end this comment /(?=\*/) # single slash before this comment's end )* \*/ # the End of this comment |[ \t\r\n]+ # whitespaces: space, horicontal tab, lf, cr )+ )mx</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">UNPARSED</td>
<td>=</td>
<td class="context-item-value">Object.new</td>
</tr>
<tr class="top-aligned-row context-row">
<td class="context-item-name">UNESCAPE_MAP</td>
<td>=</td>
<td class="context-item-value">Hash.new { |h, k| h[k] = k.chr }</td>
<td width="3em"> </td>
<td class="context-item-desc">
Unescape characters in strings.
</td>
</tr>
</table>
</div>
</div>
<div id="aliases-list">
<h3 class="section-bar">External Aliases</h3>
<div class="name-list">
<table summary="aliases">
<tr class="top-aligned-row context-row">
<td class="context-item-name">string</td>
<td>-></td>
<td class="context-item-value">source</td>
</tr>
</table>
</div>
</div>
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
<div id="method-M000112" class="method-detail">
<a name="M000112"></a>
<div class="method-heading">
<a href="Parser.src/M000112.html" target="Code" class="method-signature"
onclick="popupCode('Parser.src/M000112.html');return false;">
<span class="method-name">new</span><span class="method-args">(source, opts = {})</span>
</a>
</div>
<div class="method-description">
<p>
Creates a <a href="Parser.html#M000112">new</a> <a
href="Parser.html">JSON::Pure::Parser</a> instance for the string
<em>source</em>.
</p>
<p>
It will be configured by the <em>opts</em> hash. <em>opts</em> can have the
following keys:
</p>
<ul>
<li><b>max_nesting</b>: The maximum depth of nesting allowed in the parsed data
structures. Disable depth checking with :max_nesting => false|nil|0, it
defaults to 19.
</li>
<li><b>allow_nan</b>: If set to true, allow NaN, Infinity and -Infinity in
defiance of RFC 4627 to be parsed by the <a href="Parser.html">Parser</a>.
This option defaults to false.
</li>
<li><b>symbolize_names</b>: If set to true, returns symbols for the names
(keys) in a <a href="../../JSON.html">JSON</a> object. Otherwise strings
are returned, which is also the default.
</li>
<li><b>create_additions</b>: If set to false, the <a
href="Parser.html">Parser</a> doesn‘t create additions even if a
matchin class and create_id was found. This option defaults to true.
</li>
<li><b>object_class</b>: Defaults to Hash
</li>
<li><b>array_class</b>: Defaults to Array
</li>
</ul>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
<div id="method-M000113" class="method-detail">
<a name="M000113"></a>
<div class="method-heading">
<a href="Parser.src/M000113.html" target="Code" class="method-signature"
onclick="popupCode('Parser.src/M000113.html');return false;">
<span class="method-name">parse</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
<p>
Parses the current <a href="../../JSON.html">JSON</a> string
<em>source</em> and returns the complete data structure as a result.
</p>
</div>
</div>
</div>
</div>
<div id="validator-badges">
<p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
</div>
</body>
</html> |
chemnitz-2017-05-24/src/app/app.component.html | co-IT/ng-trainings | <!-- Menü -->
<router-outlet></router-outlet>
<!-- Footer -->
|
all-data/17000-17999/17965-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>條目 </b></th><td class="std2">莽大夫</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄇㄤ<sup class="subfont">ˇ</sup> ㄉㄚ<sup class="subfont">ˋ</sup> ㄈㄨ</td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">mǎng dà fū</font></td></tr>
<tr><th class="std1"><b>釋義 </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></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </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>
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.13.0/compcert/3.0.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>compcert: 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 / compcert - 3.0.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
compcert
<small>
3.0.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-30 22:40:01 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-30 22:40:01 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
conf-gmp 4 Virtual package relying on a GMP lib system installation
coq 8.13.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.9.3 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Matej Košík <matej.kosik@inria.fr>"
homepage: "http://compcert.inria.fr/"
dev-repo: "git+https://github.com/AbsInt/CompCert.git"
bug-reports: "https://github.com/AbsInt/CompCert/issues"
license: "INRIA Non-Commercial License Agreement"
build: [
[
"./configure"
"ia32-linux" {os = "linux"}
"ia32-macosx" {os = "macos"}
"ia32-cygwin" {os = "cygwin"}
"-bindir"
"%{bin}%"
"-libdir"
"%{lib}%/compcert"
"-clightgen"
]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: [
["rm" "%{bin}%/ccomp"]
["rm" "%{bin}%/clightgen"]
["rm" "-R" "%{lib}%/compcert"]
["rm" "%{share}%/compcert.ini"]
["rm" "%{share}%/man/man1/ccomp.1"]
["sh" "-c" "rmdir -p %{share}%/man/man1 || true"]
]
depends: [
"ocaml"
"coq" {>= "8.5.2" & < "8.6~"}
"menhir" {>= "20160303" & < "20180530"}
]
synopsis: "The CompCert C compiler"
authors: "Xavier Leroy <xavier.leroy@inria.fr>"
url {
src: "https://github.com/AbsInt/CompCert/archive/v3.0.tar.gz"
checksum: "md5=8590239f6219f8bbc48c4e91f5d16921"
}
</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-compcert.3.0.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't be met:
- coq-compcert -> coq < 8.6~ -> ocaml < 4.03.0
base of this switch (use `--unlock-base' to force)
Your request can'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-compcert.3.0.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>
|
tvserver/app/Changelog.html | Einstein2150/lg-remote | <!DOCTYPE html>
<html>
<head>
<title>Fernbedienung LG-TV - Changelog</title>
<meta name="viewport" content="width=350" />
<link rel="apple-touch-icon" sizes="180x180" href="icon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="icon/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="icon/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="icon/manifest.json">
<link rel="mask-icon" href="icon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
</head>
<body bgcolor="#1C1C1C">
<center>
<h1 style="font-family:verdana; font-size:80%; color: #A4A4A4">Fernbedienung LG-TV - Changelog:</h1>
</center>
<p style="font-family:verdana; font-size:70%; color: #A4A4A4">
<br>
V2.2 Apple Web-App Optimierung
<br>
V2.1.1 Mute-Button implementiert
<br>
V2.1 neuer Status-Button zur Ermittlung des aktuellen Power, Volume und Source-Status<br>
<br>
V2.0 Dynamisierung der Seite mit Ausgabe der Rückmeldungen vom Fernseher in der Console der Web-App<br>
<br>
V1.1.1 Icon-Set für diverse Endgeräte hinzugefügt<br>
<br>
V1.1 Schnellzugriffstasten für FAV-Sender hinzugefügt<br>
<br>
V1.0 Erstellung des Basis-UI und der Server/RS232-Komponenten<br>
</p>
<br>
</body>
</html>
|
demo/calc/test.html | emiax/continuous-site | <html>
<head>
<script src="expressionTree.js" type="text/javascript"></script>
<script src="nodeVisitor.js" type="text/javascript"></script>
<script src="evaluator.js" type="text/javascript"></script>
<script src="simplifier.js" type="text/javascript"></script>
<script src="differentiator.js" type="text/javascript"></script>
<script src="tangent.js" type="text/javascript"></script>
<script src="parser.js" type="text/javascript"></script>
</head>
<body>
<script>
try {
var root = SYM.parse('sin(3*x^2)^2');
var dfdx = root.differentiate('x');
var dfdx2 = dfdx.differentiate('x');
console.log(root);
console.log(dfdx);
console.log(dfdx2);
//console.log(dfdx.evaluate({x: 2}));
} catch(e) {
console.log(e);
}
</script>
</body>
</html>
|
html/234567032100.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>
Deloitte S.E.N.C.R.L./ s.r.l. -
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=1492280051556&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=13359&V_SEARCH.docsStart=13358&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=13357&V_DOCUMENT.docRank=13358&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492280067859&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567045575&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=13359&V_DOCUMENT.docRank=13360&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492280067859&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456017487&profileId=&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>
Deloitte S.E.N.C.R.L./ s.r.l.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal/Operating Name:</h2>
<p>Deloitte S.E.N.C.R.L./ s.r.l.</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.deloitte.ca"
target="_blank" title="Website URL">http://www.deloitte.ca</a></p>
<p><a href="mailto:saglac@deloitte.ca" title="saglac@deloitte.ca">saglac@deloitte.ca</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">
901, boulevard Talbot<br/>
Bureau 400 <br/>
CHICOUTIMI,
Quebec<br/>
G7H 0A1
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
901, boulevard Talbot<br/>
Bureau 400 <br/>
CHICOUTIMI,
Quebec<br/>
G7H 0A1
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(418) 549-6650
</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(418) 549-4694</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=234567032100&graphFileName=DEL_couleurs.jpg&applicationCode=AP&lang=fre" 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> Deloitte, l'un des cabinets de services professionnels les plus importants au Canada, offre des services dans les domaines de la certification, de la fiscalité, de la consultation et des conseils financiers. Deloitte S.E.N.C.R.L./s.r.l., société à responsabilité limitée constituée en vertu des lois de lOntario, est le cabinet membre canadien de Deloitte Touche Tohmatsu Limited. <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>
Marc
Fortin
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Associé Leader de marchés<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(418) 549-6650
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(418) 549-4694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
marfortin@deloitte.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541212 - Offices of Accountants
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
BUREAU DE COMPTABLES<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 -->
<!-- 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>
Marc
Fortin
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Associé Leader de marchés<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(418) 549-6650
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(418) 549-4694
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
marfortin@deloitte.ca
</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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
No
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541212 - Offices of Accountants
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</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">
BUREAU DE COMPTABLES<br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-11-11
</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&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&WT.js=No&WT.tv=9.4.0&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
-->
|
clean/Linux-x86_64-4.11.1-2.0.7/released/8.12.0/continuations/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>continuations: 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.12.0 / continuations - 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>
continuations
<small>
8.9.0
<span class="label label-info">Not compatible</span>
</small>
</h1>
<p><em><script>document.write(moment("2021-04-10 01:03:28 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-04-10 01:03:28 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.12.0 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.11.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.11.1 Official release 4.11.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/continuations"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Continuations"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: exceptions"
"keyword: monads"
"keyword: continuations"
"keyword: cps"
"category: Computer Science/Semantics and Compilation/Semantics"
"category: Miscellaneous/Extracted Programs/Combinatorics"
]
authors: [
"Jean-François Monin"
]
bug-reports: "https://github.com/coq-contribs/continuations/issues"
dev-repo: "git+https://github.com/coq-contribs/continuations.git"
synopsis: "A toolkit to reason with programs raising exceptions"
description: """
We show a way of developing correct functionnal programs
raising exceptions. This is made possible using a Continuation
Passing Style translation, see the contribution "exceptions" from
P. Casteran at Bordeaux. Things are made easier and more modular using
some general definitions."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/continuations/archive/v8.9.0.tar.gz"
checksum: "md5=09c9cc6422b3a07d418fe468138a3489"
}
</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-continuations.8.9.0 coq.8.12.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.12.0).
The following dependencies couldn't be met:
- coq-continuations -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' 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-continuations.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>
|
laf.land/_laf.land/system/modal/CSSModal.css | paradox-computer/paradox-computer | .modal{
position: fixed;
top:50px;
left: 50%;
width: 70%;
max-width: 700px;
background-color: #fff;
border:1px solid #aaa;
padding: 30px;
border-radius: 5px;
box-shadow: 3px 3px 8px rgba(0,0,0,.6);
-webkit-transform:translate(-50%, 0);
transform:translate(-50%, 0);
}
.modal-2{
position: absolute;
top:350px;
left: 50%;
width: 70%;
max-width: 700px;
background-color: #fff;
border:1px solid #aaa;
padding: 30px;
border-radius: 5px;
box-shadow: 3px 3px 8px rgba(0,0,0,.6);
-webkit-transform:translate(-50%, 0);
transform:translate(-50%, 0);
} |
LISTream/WebContent/css/style.css | HanchanHwnag/LISTream | @import url('demo.css');
@import url('font-awesome.css');
/* GLOBALS */
*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}
.clearfix:after {
content: "";
display: table;
clear: right;
}
/* Demo 3 */
.form-3 {
font-family: 'Ubuntu', 'Lato', sans-serif;
font-weight: 400;
/* Size and position */
width: 300px;
position: relative;
margin: 60px auto 30px;
padding: 10px;
overflow: hidden;
/* Styles */
background: #111;
border-radius: 0.4em;
border: 1px solid #191919;
box-shadow:
inset 0 0 2px 1px rgba(255,255,255,0.08),
0 16px 10px -8px rgba(0, 0, 0, 0.6);
}
.form-3 label {
/* Size and position */
width: 50%;
float: left;
padding-top: 9px;
/* Styles */
color: #ddd;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
text-shadow: 0 1px 0 #000;
text-indent: 10px;
font-weight: 700;
cursor: pointer;
}
.form-3 input[type=text],
.form-3 input[type=password] {
/* Size and position */
width: 50%;
float: left;
padding: 8px 5px;
margin-bottom: 10px;
font-size: 12px;
/* Styles */
background: #1f2124; /* Fallback */
background: -moz-linear-gradient(#1f2124, #27292c);
background: -ms-linear-gradient(#1f2124, #27292c);
background: -o-linear-gradient(#1f2124, #27292c);
background: -webkit-gradient(linear, 0 0, 0 100%, from(#1f2124), to(#27292c));
background: -webkit-linear-gradient(#1f2124, #27292c);
background: linear-gradient(#1f2124, #27292c);
border: 1px solid #000;
box-shadow:
0 1px 0 rgba(255,255,255,0.1);
border-radius: 3px;
/* Font styles */
font-family: 'Ubuntu', 'Lato', sans-serif;
color: #fff;
}
.form-3 input[type=text]:hover,
.form-3 input[type=password]:hover,
.form-3 label:hover ~ input[type=text],
.form-3 label:hover ~ input[type=password] {
background: #27292c;
}
.form-3 input[type=text]:focus,
.form-3 input[type=password]:focus {
box-shadow: inset 0 0 2px #000;
background: #494d54;
border-color: #51cbee;
outline: none; /* Remove Chrome outline */
}
.form-3 input[type=button] {
/* Width and position */
width: 100%;
padding: 8px 5px;
/* Styles */
border: 1px solid #0273dd; /* Fallback */
border: 1px solid rgba(0,0,0,0.4);
box-shadow:
inset 0 1px 0 rgba(255,255,255,0.3),
inset 0 10px 10px rgba(255,255,255,0.1);
border-radius: 3px;
background: #38a6f0;
cursor:pointer;
/* Font styles */
font-family: 'Ubuntu', 'Lato', sans-serif;
color: white;
font-weight: 700;
font-size: 15px;
text-shadow: 0 -1px 0 rgba(0,0,0,0.8);
}
.form-3 input[type=button]:hover {
box-shadow: inset 0 1px 0 rgba(255,255,255,0.6);
}
.form-3 input[type=button]:active {
background: #287db5;
box-shadow: inset 0 0 3px rgba(0,0,0,0.6);
border-color: #000; /* Fallback */
border-color: rgba(0,0,0,0.9);
}
.no-boxshadow .form-3 input[type=button]:hover {
background: #2a92d8;
}
.form-3:after {
/* Size and position */
content: "";
height: 1px;
width: 33%;
position: absolute;
left: 20%;
top: 0;
/* Styles */
background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}
.form-3:before {
/* Size and position */
content: "";
width: 8px;
height: 5px;
position: absolute;
left: 34%;
top: -7px;
/* Styles */
border-radius: 50%;
box-shadow: 0 0 6px 4px #fff;
}
.form-3 p:nth-child(1):before{
/* Size and position */
content:"";
width:250px;
height:100px;
position:absolute;
top:0;
left:45px;
/* Styles */
-webkit-transform: rotate(75deg);
-moz-transform: rotate(75deg);
-ms-transform: rotate(75deg);
-o-transform: rotate(75deg);
transform: rotate(75deg);
background: -moz-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
background: -ms-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
background: -o-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
background: -webkit-linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
background: linear-gradient(50deg, rgba(255,255,255,0.15), rgba(0,0,0,0));
pointer-events:none;
}
.no-pointerevents .form-3 p:nth-child(1):before {
display: none;
}
.form-3 input[type=text].login {
width: 40%;
}
.form-3 label.login {
margin-right: 10px;
width: 30%;
}
.form-3 input[type=button].login {
float: right;
width: 25%;
}
.form-3 label.password {
margin-right: 10px;
width: 30%;
}
.form-3 input[type=password].password {
width: 40%;
}
.form-3 input[type=button].password {
float: right;
width: 25%;
}
|
clean/Linux-x86_64-4.12.1-2.0.8/released/8.13.2/angles/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>angles: 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.2 / angles - 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>
angles
<small>
8.9.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-18 17:02:12 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-18 17:02:12 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 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 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.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/angles"
license: "Unknown"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Angles"]
depends: [
"ocaml"
"coq" {>= "8.9" & < "8.10~"}
]
tags: [
"keyword: Pcoq"
"keyword: geometry"
"keyword: plane geometry"
"keyword: oriented angles"
"category: Mathematics/Geometry/General"
"date: 2002-01-15"
]
authors: [
"Frédérique Guilhot <Frederique.Guilhot@sophia.inria.fr>"
]
bug-reports: "https://github.com/coq-contribs/angles/issues"
dev-repo: "git+https://github.com/coq-contribs/angles.git"
synopsis: "Formalization of the oriented angles theory"
description: """
The basis of the contribution is a formalization of the
theory of oriented angles of non-zero vectors. Then, we prove some
classical plane geometry theorems: the theorem which gives a necessary
and sufficient condition so that four points are cocyclic, the one
which shows that the reflected points with respect to the sides of a
triangle orthocenter are on its circumscribed circle, the Simson's
theorem and the Napoleon's theorem. The reader can refer to the
associated research report (http://www-sop.inria.fr/lemme/FGRR.ps) and
the README file of the contribution."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/angles/archive/v8.9.0.tar.gz"
checksum: "md5=b412dfdd22ced294295c70c09b060e14"
}
</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-angles.8.9.0 coq.8.13.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.13.2).
The following dependencies couldn't be met:
- coq-angles -> coq < 8.10~ -> ocaml < 4.10
base of this switch (use `--unlock-base' 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-angles.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">
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>
|
_includes/header.html | kiran/downhilltodumplings | <header class="site-header">
<div class="wrapper">
<a class="site-title" href="{{ site.baseurl }}/">{{ site.title }}</a>
<nav class="site-nav">
<a href="#" class="menu-icon">
<svg viewBox="0 0 18 15">
<path fill="#424242" d="M18,1.484c0,0.82-0.665,1.484-1.484,1.484H1.484C0.665,2.969,0,2.304,0,1.484l0,0C0,0.665,0.665,0,1.484,0 h15.031C17.335,0,18,0.665,18,1.484L18,1.484z"/>
<path fill="#424242" d="M18,7.516C18,8.335,17.335,9,16.516,9H1.484C0.665,9,0,8.335,0,7.516l0,0c0-0.82,0.665-1.484,1.484-1.484 h15.031C17.335,6.031,18,6.696,18,7.516L18,7.516z"/>
<path fill="#424242" d="M18,13.516C18,14.335,17.335,15,16.516,15H1.484C0.665,15,0,14.335,0,13.516l0,0 c0-0.82,0.665-1.484,1.484-1.484h15.031C17.335,12.031,18,12.696,18,13.516L18,13.516z"/>
</svg>
</a>
<div class="trigger">
<a class="page-link" href="/about">About</a>
</div>
</nav>
</div>
</header>
|
1cf26e2/html/structv8_1_1internal_1_1_smi_tagging_3_014_01_4.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 node.js v0.6.5: v8::internal::SmiTagging< 4 > Struct Template 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 node.js v0.6.5
</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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class 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"><b>internal</b></li><li class="navelem"><a class="el" href="structv8_1_1internal_1_1_smi_tagging_3_014_01_4.html">SmiTagging< 4 ></a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#pub-static-methods">Static Public Member Functions</a> |
<a href="#pub-static-attribs">Static Public Attributes</a> |
<a href="structv8_1_1internal_1_1_smi_tagging_3_014_01_4-members.html">List of all members</a> </div>
<div class="headertitle">
<div class="title">v8::internal::SmiTagging< 4 > Struct Template Reference</div> </div>
</div><!--header-->
<div class="contents">
<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:ae47c1d7f0359f4560b84fa8e573974e2"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="ae47c1d7f0359f4560b84fa8e573974e2"></a>
static int </td><td class="memItemRight" valign="bottom"><b>SmiToInt</b> (internal::Object *value)</td></tr>
<tr class="separator:ae47c1d7f0359f4560b84fa8e573974e2"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-static-attribs"></a>
Static Public Attributes</h2></td></tr>
<tr class="memitem:a4230f8d72054619f8141d0524733d8e9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a4230f8d72054619f8141d0524733d8e9"></a>
static const int </td><td class="memItemRight" valign="bottom"><b>kSmiShiftSize</b> = 0</td></tr>
<tr class="separator:a4230f8d72054619f8141d0524733d8e9"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a0857bbaab799b39a51f578744bf855f8"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a0857bbaab799b39a51f578744bf855f8"></a>
static const int </td><td class="memItemRight" valign="bottom"><b>kSmiValueSize</b> = 31</td></tr>
<tr class="separator:a0857bbaab799b39a51f578744bf855f8"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a6847bed1398baca23b399c9b01121eaa"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a6847bed1398baca23b399c9b01121eaa"></a>
static const uintptr_t </td><td class="memItemRight" valign="bottom"><b>kEncodablePointerMask</b> = 0x1</td></tr>
<tr class="separator:a6847bed1398baca23b399c9b01121eaa"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:a387b431afa5d17958107860f8b2f53b9"><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a387b431afa5d17958107860f8b2f53b9"></a>
static const int </td><td class="memItemRight" valign="bottom"><b>kPointerToSmiShift</b> = 0</td></tr>
<tr class="separator:a387b431afa5d17958107860f8b2f53b9"><td class="memSeparator" colspan="2"> </td></tr>
</table>
<hr/>The documentation for this struct 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:47:44 for V8 API Reference Guide for node.js v0.6.5 by  <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>
|
Templates/workoutRow.html | jdevince/WorkoutLogger | <tr>
<td>{EXERCISENAME}</td>
{EXERCISEDATACOL}
</tr> |
clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.2/hardware/8.10.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>hardware: 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 / hardware - 8.10.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
hardware
<small>
8.10.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 20:00:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 20:00:27 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.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "Hugo.Herbelin@inria.fr"
homepage: "https://github.com/coq-contribs/hardware"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Hardware"]
depends: [
"ocaml"
"coq" {>= "8.10" & < "8.11~"}
]
tags: [
"keyword: hardware verification"
"keyword: comparator circuit"
"category: Computer Science/Architecture"
"category: Miscellaneous/Extracted Programs/Hardware"
]
authors: [
"Solange Coupet-Grimal & Line Jakubiec"
]
bug-reports: "https://github.com/coq-contribs/hardware/issues"
dev-repo: "git+https://github.com/coq-contribs/hardware.git"
synopsis: "Verification and synthesis of hardware linear arithmetic structures"
description: """
Verification and synthesis of hardware linear arithmetic
structures. Example of a left-to-right comparator.
Three approaches are tackled :
- the usual verification of a circuit, consisting in proving that the
description satisfies the specification,
- the synthesis of a circuit from its specification using the Coq extractor,
- the same approach as above but using the Program tactic."""
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/hardware/archive/v8.10.0.tar.gz"
checksum: "md5=bc21aceb0c787bf1e321debeef025cf2"
}
</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-hardware.8.10.0 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't be met:
- coq-hardware -> coq < 8.11~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can'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-hardware.8.10.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>
|
unit1_projects/class1/practice/index.html | marekpwk/marekpwk.github.io | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Women in Computing</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="stylesheets/reset.css" charset="utf-8"/>
<link rel="stylesheet" type="text/css" href="stylesheets/styles.css" charset="utf-8"/>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<meta id="viewport" name="viewport" content ="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<body>
<header>
<h1><span>Women</span><span>in</span><span>Computing</span></h1>
<nav>
<ul>
<li>
<a href="#famous">Famous Women</a>
</li>
<li>
<a href="#organizations">Organizations</a>
</li>
<li>
<a href="#facts">Fun Facts</a>
</li>
</ul>
</nav>
</header>
<div id="main">
<div id="famous">
<a name="famous"></a>
<h2>Famous Women</h2>
<a class="jump up" href="#"><i class="fa fa-long-arrow-up"></i></a>
<a class="jump down" href="#organizations"><i class="fa fa-long-arrow-down"></i></a>
<div class ="wrapper">
<section>
<div class = "woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Ada_Lovelace">Ada Lovelace</a>
</h3>
<h4>(1815–1852)</h4>
<img src="images/ada_lovelace.jpg" alt="Ada Lovelace" />
<p>An analyst of Charles Babbage's analytical engine and is often
described as the "first computer programmer."</p>
</div>
<div class = "woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Grace_Hopper">Grace Hopper</a>
</h3>
<h4>(1906–1992)</h4>
<img src="images/grace_hopper.jpg" alt ="Grace Hopper" />
<p>A United States Navy officer and the first programmer of the
Harvard Mark I, known as the "Mother of COBOL". She developed the
first ever compiler for an electronic computer, known as A-0.</p>
</div>
<div class = "woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Frances_E._Allen">Frances Allen</a>
</h3>
<h4>(1932–)</h4>
<img src="images/frances_allen.jpg" alt="Frances Allen" />
<p>The first female IBM Fellow in 1989. In 2006 she became the first
female recipient of the ACM's Turing Award.</p>
</div>
<div class="break woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Barbara_Liskov">Barbara Liskov</a>
</h3>
<h4>(1939–)</h4>
<img src="images/barbara_liskov.png" alt="Barbara Liskov" />
<p>Developed the Liskov substitution principle. Liskov was also the
winner of the Turing Prize in 2008.</p>
</div>
<div class = "woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Anita_Borg">Anita Borg</a>
</h3>
<h4>(1949–2003)</h4>
<img src="images/anita_borg.jpg" alt="Anita Borg" />
<p>The founding director of the Institute for Women and Technology
(IWT)</p>
</div>
<div class = "woman">
<h3>
<a href="http://en.wikipedia.org/wiki/Maria_Klawe">Maria Klawe</a>
</h3>
<h4>(1951–)</h4>
<img src="images/maria_klawe.jpg" alt="Maria Klawe" />
<p>The first woman to become President of Harvey Mudd College since
its founding in 1955 and was ACM president from 2002 until 2004.</p>
</div>
</section>
</div>
</div>
<div id="organizations">
<a name="organizations"></a>
<h2>Organizations</h2>
<a class="jump up" href="#famous"><i class="fa fa-long-arrow-up"></i></a>
<a class="jump down" href="#facts"><i class="fa fa-long-arrow-down"></i></a>
<div class = "wrapper">
<p>These are some awesome organizations that help women in computing.
This is a brief list and there are many more out there.</p>
<section>
<ul>
<li>
<a href="http://www.ncwit.org/">National Center for Women & Information Technology</a>
<img src="images/logos/ncwit.png" alt="National Center for Women & Information Technology logo" />
</li>
<li>
<a href="http://anitaborg.org/">Anita Borg Institute for Women and Technology</a>
<img src="images/logos/anitaborg.gif" alt="Anita Borg Institute for Women and Technology logo" />
</li>
<li>
<a href="http://adainitiative.org/">The Ada Initiative</a>
<img src="images/logos/adainitiative.png" alt="The Ada Initiative logo" />
</li>
<li>
<a href="http://girldevelopit.com/">Girl Develop It</a>
<img src="images/logos/gdi.png" alt="Girl Develop It logo" />
</li>
<li>
<a href="http://www.blackgirlscode.com/">Black Girls Code</a>
<img src="images/logos/blackgirlscode.jpg" alt="Black Girls Code logo" />
</li>
<li>
<a href="http://railsgirls.com/">Rails Girls</a>
<img src="images/logos/railsgirls.png" alt="Rails Girls logo" />
</li>
</ul>
</section>
</div>
</div>
<div id="facts">
<a name="facts"></a>
<h2>Fun Facts</h2>
<a class="jump up" href="#organizations"><i class="fa fa-long-arrow-up"></i></a>
<a class="jump down" href="#bottom"><i class="fa fa-long-arrow-down"></i></a>
<div class = "wrapper">
<section>
<ul>
<li>Every year the Anita Borg Institute holds the
<a href="http://anitaborg.org/initiatives/ghc/">Grace Hopper
Celebration of Women in Computing</a> conference to bring the
research and career interests of women in computing to the
forefront</li>
<li>25% of the computing workforce were women in 2011
<a href="http://www.bls.gov/cps/cpsaat11.htm">reference</a></li>
<li>The <a href="https://twitter.com/DevChix">DevChix</a> google group has over 1000 members.</li>
<li>Girl Develop It has <a href="http://girldevelopit.com/chapters">chapters</a> in eleven cities.</li>
<li>Women eared 18% of the Computer and Information Sciences
undergraduate degrees in 2010. <a href="http://www.ncwit.org/sites/default/files/resources/2012bythenumbers_web.pdf">
reference</a></li>
<li>The U.S. Bureau of Labor Statistics projects that by 2018, there
will be a total of nearly 1.4 million computing-related jobs added
in the U.S., an increase of 22% from 2008.
<a href="http://www.ncwit.org/sites/default/files/resources/scorecard2010_printversion_web.pdf">reference</a></li>
<li>The median age of women in computing and mathematical occupations
is 42. <a href="http://www.ncwit.org/blog/did-you-know-demographics-technical-women">reference</a></li>
<li>Of the 20 occupations with the highest median earnings for women,
5 are computing occupations: computer software engineers, computer
and information systems managers, computer programmers, computer
scientists and systems analysts, and network systems and data
communications analysts. <a href="http://www.ncwit.org/blog/did-you-know-demographics-technical-women">reference</a></li>
</ul>
</section>
</div>
</div>
</div>
<footer>
<nav>
<ul>
<li>
<a href="#">Famous Women</a>
</li>
<li>
<a href="#">Organizations</a>
</li>
<li>
<a href="#">Fun Facts</a>
</li>
</ul>
</nav
</footer>
<a name="bottom"></a>
</body>
</html> |
doc/spring4.3.3-docs/javadoc-api/org/springframework/jdbc/core/support/package-tree.html | piterlin/piterlin.github.io | <!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_101) on Mon Sep 19 15:00:39 UTC 2016 -->
<title>org.springframework.jdbc.core.support Class Hierarchy (Spring Framework 4.3.3.RELEASE API)</title><script>var _hmt = _hmt || [];(function() {var hm = document.createElement("script");hm.src = "//hm.baidu.com/hm.js?dd1361ca20a10cc161e72d4bc4fef6df";var s = document.getElementsByTagName("script")[0];s.parentNode.insertBefore(hm, s);})();</script>
<meta name="date" content="2016-09-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="org.springframework.jdbc.core.support Class Hierarchy (Spring Framework 4.3.3.RELEASE API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/springframework/jdbc/core/simple/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/springframework/jdbc/datasource/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/springframework/jdbc/core/support/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.springframework.jdbc.core.support</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="typeNameLink">Object</span></a>
<ul>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">AbstractInterruptibleBatchPreparedStatementSetter</span></a> (implements org.springframework.jdbc.core.<a href="../../../../../org/springframework/jdbc/core/InterruptibleBatchPreparedStatementSetter.html" title="interface in org.springframework.jdbc.core">InterruptibleBatchPreparedStatementSetter</a>)</li>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/AbstractLobCreatingPreparedStatementCallback.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">AbstractLobCreatingPreparedStatementCallback</span></a> (implements org.springframework.jdbc.core.<a href="../../../../../org/springframework/jdbc/core/PreparedStatementCallback.html" title="interface in org.springframework.jdbc.core">PreparedStatementCallback</a><T>)</li>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/AbstractLobStreamingResultSetExtractor.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">AbstractLobStreamingResultSetExtractor</span></a><T> (implements org.springframework.jdbc.core.<a href="../../../../../org/springframework/jdbc/core/ResultSetExtractor.html" title="interface in org.springframework.jdbc.core">ResultSetExtractor</a><T>)</li>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/AbstractSqlTypeValue.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">AbstractSqlTypeValue</span></a> (implements org.springframework.jdbc.core.<a href="../../../../../org/springframework/jdbc/core/SqlTypeValue.html" title="interface in org.springframework.jdbc.core">SqlTypeValue</a>)</li>
<li type="circle">org.springframework.dao.support.<a href="../../../../../org/springframework/dao/support/DaoSupport.html" title="class in org.springframework.dao.support"><span class="typeNameLink">DaoSupport</span></a> (implements org.springframework.beans.factory.<a href="../../../../../org/springframework/beans/factory/InitializingBean.html" title="interface in org.springframework.beans.factory">InitializingBean</a>)
<ul>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/JdbcDaoSupport.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">JdbcDaoSupport</span></a></li>
</ul>
</li>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/JdbcBeanDefinitionReader.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">JdbcBeanDefinitionReader</span></a></li>
<li type="circle">org.springframework.jdbc.core.support.<a href="../../../../../org/springframework/jdbc/core/support/SqlLobValue.html" title="class in org.springframework.jdbc.core.support"><span class="typeNameLink">SqlLobValue</span></a> (implements org.springframework.jdbc.core.<a href="../../../../../org/springframework/jdbc/core/DisposableSqlTypeValue.html" title="interface in org.springframework.jdbc.core">DisposableSqlTypeValue</a>)</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li class="navBarCell1Rev">Tree</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">Spring Framework</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/springframework/jdbc/core/simple/package-tree.html">Prev</a></li>
<li><a href="../../../../../org/springframework/jdbc/datasource/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/springframework/jdbc/core/support/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
partials/wyoming.html | lfarrell/Western-Water | <div class="loader" ng-show="graphloading">Loading...</div>
<h2 ng-show="graphloaded">The Water of the West - Wyoming</h2>
<div class="row" ng-show="graphloaded">
<div class="col-sm-12 col-lg-7 state-graph" id="map" stations="stations" map="map_data" data="data" state="wy" res="Fontenelle">
<h3>Reservoirs</h3>
<p class="center">Percent Full for Month Ending <span id="map_month"></span>, or Most Recently Available Month</p>
<p id="map_legend"></p>
<h4 id="cap_legend_text" class="center">Capacity</h4>
<p id="capacity_legend"></p>
</div>
<div class="col-sm-12 col-lg-5" id="graph">
<h3>Reservoir: <span id="reservoir">Fontenelle</span></h3>
<p class="center">21st Century Average Volume: <span id="res_avg"></span> acre feet</p>
<p id="res_legend"></p>
</div>
</div>
<div class="row" ng-show="graphloaded">
<div class="col-sm-12 col-lg-12">
<p class="center">Zoom and pan the map to move around in it. Click a point to view the water levels for a particular reservoir. Hover over
the line graphs to see the levels for a particular month.</p>
</div>
<div class="col-lg-offset-2 col-md-8 col-lg-offset-2">
<p class="center">One acre foot is the amount of water it takes to cover one acre in one foot of water, or about 325,851 gallons.</p>
</div>
<div class="col-lg-offset-2 col-md-8 col-lg-offset-2">
<p>Much of the American West is in a prolonged drought. Notice that for many reservoirs, particularly those in California, the seeming inexorable decline in stored water levels
over the past several years. Then notice as many California reservoirs tick up after the heavy rains in December 2014. A number of
reservoirs also exhibit wild oscillations in water level, presumably due to scheduled releases.</p>
</div>
</div>
<!--
<div class="row" ng-show="graphloaded">
<div class="col-sm-12 col-lg-12 snow-charts" state="wy" snowdata="snowdata" id="snow_level">
<h3>Snow Pack Levels</h3>
<p class="center">21st Century Average Snow Water Eqv: <span id="snow_avg"></span> inches</p>
<p class="center">The water year runs from October 1st to September 30th. Dates have been corrected to follow the normal
calendar year.</p>
</div>
</div>-->
|
ba5a697/html/functions_func_g.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 v8.5.0: Class Members - Functions</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { init_search(); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">V8 API Reference Guide for node.js v8.5.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 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 List</span></a></li>
<li><a href="classes.html"><span>Class Index</span></a></li>
<li><a href="inherits.html"><span>Class Hierarchy</span></a></li>
<li class="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
<div id="navrow3" class="tabs2">
<ul class="tablist">
<li><a href="functions.html"><span>All</span></a></li>
<li class="current"><a href="functions_func.html"><span>Functions</span></a></li>
<li><a href="functions_vars.html"><span>Variables</span></a></li>
<li><a href="functions_type.html"><span>Typedefs</span></a></li>
<li><a href="functions_enum.html"><span>Enumerations</span></a></li>
</ul>
</div>
<div id="navrow4" class="tabs3">
<ul class="tablist">
<li><a href="functions_func.html#index_a"><span>a</span></a></li>
<li><a href="functions_func_b.html#index_b"><span>b</span></a></li>
<li><a href="functions_func_c.html#index_c"><span>c</span></a></li>
<li><a href="functions_func_d.html#index_d"><span>d</span></a></li>
<li><a href="functions_func_e.html#index_e"><span>e</span></a></li>
<li><a href="functions_func_f.html#index_f"><span>f</span></a></li>
<li class="current"><a href="functions_func_g.html#index_g"><span>g</span></a></li>
<li><a href="functions_func_h.html#index_h"><span>h</span></a></li>
<li><a href="functions_func_i.html#index_i"><span>i</span></a></li>
<li><a href="functions_func_j.html#index_j"><span>j</span></a></li>
<li><a href="functions_func_l.html#index_l"><span>l</span></a></li>
<li><a href="functions_func_m.html#index_m"><span>m</span></a></li>
<li><a href="functions_func_n.html#index_n"><span>n</span></a></li>
<li><a href="functions_func_o.html#index_o"><span>o</span></a></li>
<li><a href="functions_func_p.html#index_p"><span>p</span></a></li>
<li><a href="functions_func_r.html#index_r"><span>r</span></a></li>
<li><a href="functions_func_s.html#index_s"><span>s</span></a></li>
<li><a href="functions_func_t.html#index_t"><span>t</span></a></li>
<li><a href="functions_func_u.html#index_u"><span>u</span></a></li>
<li><a href="functions_func_v.html#index_v"><span>v</span></a></li>
<li><a href="functions_func_w.html#index_w"><span>w</span></a></li>
<li><a href="functions_func_0x7e.html#index_0x7e"><span>~</span></a></li>
</ul>
</div>
</div><!-- top -->
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="contents">
 
<h3><a class="anchor" id="index_g"></a>- g -</h3><ul>
<li>Get()
: <a class="el" href="classv8_1_1PersistentValueMapBase.html#a16b8f906ea42036c2f37d44813bf2a72">v8::PersistentValueMapBase< K, V, Traits ></a>
, <a class="el" href="classv8_1_1PersistentValueVector.html#a7b47cacf60ddfa3e2a7f57d788f18b84">v8::PersistentValueVector< V, Traits ></a>
</li>
<li>GetAlignedPointerFromEmbedderData()
: <a class="el" href="classv8_1_1Context.html#aa3b5c1a1a5d145c6096840898013f559">v8::Context</a>
</li>
<li>GetAlignedPointerFromInternalField()
: <a class="el" href="classv8_1_1Object.html#a435f68bb7ef0f64dd522c5c910682448">v8::Object</a>
</li>
<li>GetAllocationProfile()
: <a class="el" href="classv8_1_1HeapProfiler.html#aaadb22168da6a2889796ed3b5638cd50">v8::HeapProfiler</a>
</li>
<li>GetBailoutReason()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a16cd3d8d7ef307784838a35022507031">v8::CpuProfileNode</a>
</li>
<li>GetBoundFunction()
: <a class="el" href="classv8_1_1Function.html#a937dc089e1ef728eec4a628072250e4d">v8::Function</a>
</li>
<li>GetCallbackData()
: <a class="el" href="classv8_1_1Debug_1_1EventDetails.html#aedd8014bb1bd644e227774d07ed9784d">v8::Debug::EventDetails</a>
</li>
<li>GetCategoryGroupEnabled()
: <a class="el" href="classv8_1_1Platform.html#a5b81982481986c80d3f613dde54494da">v8::Platform</a>
, <a class="el" href="classv8_1_1TracingController.html#af3c0fcec8fe93b18a89392686cfedfe5">v8::TracingController</a>
</li>
<li>GetCategoryGroupName()
: <a class="el" href="classv8_1_1Platform.html#a02dde4138b387f1ae2b53190cdac2afc">v8::Platform</a>
</li>
<li>GetChild()
: <a class="el" href="classv8_1_1CpuProfileNode.html#aa397db1e0f5147155164c5ea3e854d69">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1HeapGraphNode.html#ac3435611573e58b6614aeaab68442905">v8::HeapGraphNode</a>
</li>
<li>GetChildrenCount()
: <a class="el" href="classv8_1_1CpuProfileNode.html#ac4612b91e43a2901ac20c3705288955b">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1HeapGraphNode.html#a0a49abe006755dd5536d15ae42f552d4">v8::HeapGraphNode</a>
</li>
<li>GetChunkSize()
: <a class="el" href="classv8_1_1OutputStream.html#a93bdaa790cbd66a7283fad2cca3f48f7">v8::OutputStream</a>
</li>
<li>GetClientData()
: <a class="el" href="classv8_1_1Debug_1_1EventDetails.html#ae663e7607d27c3252049eea077a83e08">v8::Debug::EventDetails</a>
, <a class="el" href="classv8_1_1Debug_1_1Message.html#ab81bb81d233f5f37e6626a7bcac22142">v8::Debug::Message</a>
</li>
<li>GetCodeRange()
: <a class="el" href="classv8_1_1Isolate.html#a46c7fb2282970530c32740d7e5999b22">v8::Isolate</a>
</li>
<li>GetColumn()
: <a class="el" href="classv8_1_1StackFrame.html#a44eccfb1bf17221ab6f69e977f3aa3a2">v8::StackFrame</a>
</li>
<li>GetColumnNumber()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a43cf237ea6f254a61a6e2a81d554aa1a">v8::CpuProfileNode</a>
</li>
<li>GetConstructorName()
: <a class="el" href="classv8_1_1Object.html#a7bbe987794658f20a3ec1b68326305e6">v8::Object</a>
</li>
<li>GetContents()
: <a class="el" href="classv8_1_1ArrayBuffer.html#ae44291df12ca35de9b519e7372aa640a">v8::ArrayBuffer</a>
, <a class="el" href="classv8_1_1SharedArrayBuffer.html#af5a160b645c5c674450d9501697c2cf4">v8::SharedArrayBuffer</a>
</li>
<li>GetCurrent()
: <a class="el" href="classv8_1_1Isolate.html#aa79441b5da4438221d0f38790c4de2ed">v8::Isolate</a>
</li>
<li>GetCurrentContext()
: <a class="el" href="classv8_1_1Isolate.html#afa1b6cde5a7a7cfde87eaabc4ab34062">v8::Isolate</a>
</li>
<li>GetCurrentDepth()
: <a class="el" href="classv8_1_1MicrotasksScope.html#ad49e24bc69b61d7a67045cf658da1fce">v8::MicrotasksScope</a>
</li>
<li>GetData()
: <a class="el" href="classv8_1_1Isolate.html#aed85b3c82bf69a60ecebc2558ab95083">v8::Isolate</a>
</li>
<li>GetDebugName()
: <a class="el" href="classv8_1_1Function.html#a3051eb2f5877a42b782f92a1db41f5ad">v8::Function</a>
</li>
<li>GetDeoptInfos()
: <a class="el" href="classv8_1_1CpuProfileNode.html#aaca90265c1dd6dc0ba39c3d0af24ae5c">v8::CpuProfileNode</a>
</li>
<li>GetDisplayName()
: <a class="el" href="classv8_1_1Function.html#a71bbe599304109844270e6e03827b02b">v8::Function</a>
</li>
<li>GetElementCount()
: <a class="el" href="classv8_1_1RetainedObjectInfo.html#ae6865597469bc7d28bd8ec71b4b890bd">v8::RetainedObjectInfo</a>
</li>
<li>GetEmbedderData()
: <a class="el" href="classv8_1_1Context.html#a9cfafe0ac56f6aee17eb80a913489296">v8::Context</a>
</li>
<li>GetEndPosition()
: <a class="el" href="classv8_1_1Message.html#a50cbec87379e628b1647466926882037">v8::Message</a>
</li>
<li>GetEndTime()
: <a class="el" href="classv8_1_1CpuProfile.html#a15170e2e9eeb972fddf949bd08dd09ff">v8::CpuProfile</a>
</li>
<li>GetEnteredContext()
: <a class="el" href="classv8_1_1Isolate.html#aff9eb2f5d199f8fcf59d9699194cd2e3">v8::Isolate</a>
</li>
<li>GetEnteredOrMicrotaskContext()
: <a class="el" href="classv8_1_1Isolate.html#ab8f1c70939412f99f13db3e67bb2ffdc">v8::Isolate</a>
</li>
<li>GetEvent()
: <a class="el" href="classv8_1_1Debug_1_1EventDetails.html#ac871568e8cfd43bbf2cdac62add34ed0">v8::Debug::EventDetails</a>
</li>
<li>GetEventContext()
: <a class="el" href="classv8_1_1Debug_1_1EventDetails.html#aaa7573eeab71d8c4e914daeccddff77f">v8::Debug::EventDetails</a>
, <a class="el" href="classv8_1_1Debug_1_1Message.html#ab6632d15830b5c5f474a4da36405478d">v8::Debug::Message</a>
</li>
<li>GetExecutionState()
: <a class="el" href="classv8_1_1Debug_1_1EventDetails.html#a201fabdd6d81f711c1b8805c94f09d3e">v8::Debug::EventDetails</a>
, <a class="el" href="classv8_1_1Debug_1_1Message.html#a0e20677046473f0bdcdc8656cdff1651">v8::Debug::Message</a>
</li>
<li>GetExternalOneByteStringResource()
: <a class="el" href="classv8_1_1String.html#ac8497aa76a576f965042812d5efa95b2">v8::String</a>
</li>
<li>GetExternalStringResource()
: <a class="el" href="classv8_1_1String.html#a1a78c6fe39dbdd6322ca576e224f0cba">v8::String</a>
</li>
<li>GetExternalStringResourceBase()
: <a class="el" href="classv8_1_1String.html#a471cf0e3ca135d839e59d25da66894e0">v8::String</a>
</li>
<li>GetExtrasBindingObject()
: <a class="el" href="classv8_1_1Context.html#aa06026c0a9dc43874b437675b8fd0059">v8::Context</a>
</li>
<li>GetFlags()
: <a class="el" href="classv8_1_1RegExp.html#ad5a5e77e6e626b3c7c69eef7ba2908cc">v8::RegExp</a>
</li>
<li>GetFrame()
: <a class="el" href="classv8_1_1StackTrace.html#a6fd5ba809b5d87032d70d32f0b1a80e8">v8::StackTrace</a>
</li>
<li>GetFrameCount()
: <a class="el" href="classv8_1_1StackTrace.html#aafafebce6c034f1f6f4a870e8f52431e">v8::StackTrace</a>
</li>
<li>GetFromNode()
: <a class="el" href="classv8_1_1HeapGraphEdge.html#acd43a5082f1862b7c0c0094fc75af631">v8::HeapGraphEdge</a>
</li>
<li>GetFunctionName()
: <a class="el" href="classv8_1_1CpuProfileNode.html#ab93a8d88fbb77a6136af4aeda92fd622">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1StackFrame.html#ac13cdea4b4253d82485e673de6264073">v8::StackFrame</a>
</li>
<li>GetFunctionNameStr()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a8def44f58008c3075f1d3ce707e1cf86">v8::CpuProfileNode</a>
</li>
<li>GetGroupLabel()
: <a class="el" href="classv8_1_1RetainedObjectInfo.html#adf835370c5516f2a89dd2d3f83dee10b">v8::RetainedObjectInfo</a>
</li>
<li>GetHash()
: <a class="el" href="classv8_1_1RetainedObjectInfo.html#a6fdbfa242b95615e63f08433419c8066">v8::RetainedObjectInfo</a>
</li>
<li>GetHeapCodeAndMetadataStatistics()
: <a class="el" href="classv8_1_1Isolate.html#a11c60483e2e5ddec55003e1ca152d487">v8::Isolate</a>
</li>
<li>GetHeapObjectStatisticsAtLastGC()
: <a class="el" href="classv8_1_1Isolate.html#a677681d4c3abfc1bc2e8b50c23623e24">v8::Isolate</a>
</li>
<li>GetHeapProfiler()
: <a class="el" href="classv8_1_1Isolate.html#a9c48259615e8370f6f0efd27cd7f99a6">v8::Isolate</a>
</li>
<li>GetHeapSnapshot()
: <a class="el" href="classv8_1_1HeapProfiler.html#af9093f6ca6e5558315f354c7ccb55484">v8::HeapProfiler</a>
</li>
<li>GetHeapSpaceStatistics()
: <a class="el" href="classv8_1_1Isolate.html#a28ab96294ee07064cbba01e969b62cbc">v8::Isolate</a>
</li>
<li>GetHeapStatistics()
: <a class="el" href="classv8_1_1Isolate.html#add32e78544edaf8946ed9b328167e5e4">v8::Isolate</a>
</li>
<li>GetHeapStats()
: <a class="el" href="classv8_1_1HeapProfiler.html#a756d71126e0effc7543fb33e856dd738">v8::HeapProfiler</a>
</li>
<li>GetHitCount()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a8d297f185b0bbd9f6853f6ed193b656e">v8::CpuProfileNode</a>
</li>
<li>GetHitLineCount()
: <a class="el" href="classv8_1_1CpuProfileNode.html#ac0d6015d3859e29db07f6a7e574426d3">v8::CpuProfileNode</a>
</li>
<li>GetId()
: <a class="el" href="classv8_1_1HeapGraphNode.html#a0faf2a07888af9ca938b3ac089500b4c">v8::HeapGraphNode</a>
</li>
<li>GetIdentityHash()
: <a class="el" href="classv8_1_1Module.html#aa58585ba04198af351cd8c6f76a5e814">v8::Module</a>
, <a class="el" href="classv8_1_1Name.html#aef60fce47685fad12914304f6bc52bf2">v8::Name</a>
, <a class="el" href="classv8_1_1Object.html#ac1ece41e81a499920ec3a2a3471653bc">v8::Object</a>
</li>
<li>GetInferredName()
: <a class="el" href="classv8_1_1Function.html#a2665736fdec019bc7d12003ef880f78f">v8::Function</a>
</li>
<li>GetInternalField()
: <a class="el" href="classv8_1_1Object.html#aa3324fdf652d8ac3b2f27faa0559231d">v8::Object</a>
</li>
<li>GetIsolate()
: <a class="el" href="classv8_1_1Context.html#a7b107f60b41f3fe05a600bd2b48983be">v8::Context</a>
, <a class="el" href="classv8_1_1FunctionCallbackInfo.html#a3b5fe01205c99dca06e388c3d390a40e">v8::FunctionCallbackInfo< T ></a>
, <a class="el" href="classv8_1_1PropertyCallbackInfo.html#a066d0c9eee98f80fb78d97961eafa8ad">v8::PropertyCallbackInfo< T ></a>
, <a class="el" href="classv8_1_1SnapshotCreator.html#a6f9acab93ba6bc6232cd1bfead27dec1">v8::SnapshotCreator</a>
</li>
<li>GetJSON()
: <a class="el" href="classv8_1_1Debug_1_1Message.html#ad1cc300c42a92890bfab4122fa657ea5">v8::Debug::Message</a>
</li>
<li>GetLabel()
: <a class="el" href="classv8_1_1RetainedObjectInfo.html#ad19106fc7f0499fd45005077551d54c0">v8::RetainedObjectInfo</a>
</li>
<li>GetLineNumber()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a45ea035661c7152e4f3eb47f73787a75">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1StackFrame.html#a57886e590ac1a4c57ee6f6bf1009b5b1">v8::StackFrame</a>
, <a class="el" href="classv8_1_1UnboundScript.html#a020ca8bbe6ea2313aeedc993ccac3741">v8::UnboundScript</a>
</li>
<li>GetLineTicks()
: <a class="el" href="classv8_1_1CpuProfileNode.html#af31611e24f47519e82b52b49969ed0a4">v8::CpuProfileNode</a>
</li>
<li>GetMaxSnapshotJSObjectId()
: <a class="el" href="classv8_1_1HeapSnapshot.html#a4a0fc79b7ef74a3a5ea3450b2354d8ed">v8::HeapSnapshot</a>
</li>
<li>GetMicrotasksPolicy()
: <a class="el" href="classv8_1_1Isolate.html#a65ccc10f75f9497b6baf9535cf3f30db">v8::Isolate</a>
</li>
<li>GetModuleRequest()
: <a class="el" href="classv8_1_1Module.html#a7938d660e0a8024cc64423aae609c719">v8::Module</a>
</li>
<li>GetModuleRequestsLength()
: <a class="el" href="classv8_1_1Module.html#a67333933f6b82703962102f72ec81937">v8::Module</a>
</li>
<li>GetMoreData()
: <a class="el" href="classv8_1_1ScriptCompiler_1_1ExternalSourceStream.html#ac3a0221b5725f0b612a6342d8e83d899">v8::ScriptCompiler::ExternalSourceStream</a>
</li>
<li>GetName()
: <a class="el" href="classv8_1_1HeapGraphEdge.html#a295702dc31ef38dadb54143f2a76e12e">v8::HeapGraphEdge</a>
, <a class="el" href="classv8_1_1HeapGraphNode.html#afd02d17040ae74f40d60d921795aacdb">v8::HeapGraphNode</a>
, <a class="el" href="classv8_1_1HeapProfiler_1_1ObjectNameResolver.html#aa9ac9e83806c7c746b652f435cf66622">v8::HeapProfiler::ObjectNameResolver</a>
</li>
<li>GetNode()
: <a class="el" href="classv8_1_1HeapSnapshot.html#ae67eb5a68dd648516f9d3879137d5c51">v8::HeapSnapshot</a>
</li>
<li>GetNodeById()
: <a class="el" href="classv8_1_1HeapSnapshot.html#a023696f94fe538380922bf2c40c97b7b">v8::HeapSnapshot</a>
</li>
<li>GetNodeId()
: <a class="el" href="classv8_1_1CpuProfileNode.html#ae2971c5003353a984ef72b6cddf5e298">v8::CpuProfileNode</a>
</li>
<li>GetNodesCount()
: <a class="el" href="classv8_1_1HeapSnapshot.html#aaa2182a442eedf26d509cc3ddc623cc5">v8::HeapSnapshot</a>
</li>
<li>GetNumberOfDataSlots()
: <a class="el" href="classv8_1_1Isolate.html#a7060092fd45588f4085753b3da1b2c82">v8::Isolate</a>
</li>
<li>GetObjectId()
: <a class="el" href="classv8_1_1HeapProfiler.html#ab926a1f1ed95b731d4ef3133e67eef19">v8::HeapProfiler</a>
</li>
<li>GetOwnPropertyNames()
: <a class="el" href="classv8_1_1Object.html#a1e6301a45e98e6d6d80e98a148a9f181">v8::Object</a>
</li>
<li>GetProfilerMemorySize()
: <a class="el" href="classv8_1_1HeapProfiler.html#a76435e93466db7519fb31417ea39b13e">v8::HeapProfiler</a>
</li>
<li>GetPromise()
: <a class="el" href="classv8_1_1Promise_1_1Resolver.html#a41fd1ffef546a62e363a639935fc8ae3">v8::Promise::Resolver</a>
</li>
<li>GetPrototype()
: <a class="el" href="classv8_1_1Object.html#ae8d3fed7d6dbd667c29cabb3039fe7af">v8::Object</a>
</li>
<li>GetReference()
: <a class="el" href="classv8_1_1PersistentValueMapBase.html#a52e74c69b94c7ce77a65af9f32d68af4">v8::PersistentValueMapBase< K, V, Traits ></a>
</li>
<li>GetReturnValue()
: <a class="el" href="classv8_1_1FunctionCallbackInfo.html#abf851b51557b0507ab69c494fddbb3c3">v8::FunctionCallbackInfo< T ></a>
, <a class="el" href="classv8_1_1PropertyCallbackInfo.html#a4e9bc4da66ed3ea21aac7dbb9c11465b">v8::PropertyCallbackInfo< T ></a>
</li>
<li>GetRoot()
: <a class="el" href="classv8_1_1HeapSnapshot.html#aafd7abe35ce29f9874de6687c65bf2af">v8::HeapSnapshot</a>
</li>
<li>GetRootNode()
: <a class="el" href="classv8_1_1AllocationProfile.html#afea045dae30df5477088e2f0b7edb6c4">v8::AllocationProfile</a>
</li>
<li>GetSample()
: <a class="el" href="classv8_1_1CpuProfile.html#a59470cd1286e949dd069eea87777a074">v8::CpuProfile</a>
</li>
<li>GetSamplesCount()
: <a class="el" href="classv8_1_1CpuProfile.html#a2ca9d8e862dc2b06892196b5e5a14994">v8::CpuProfile</a>
</li>
<li>GetSampleTimestamp()
: <a class="el" href="classv8_1_1CpuProfile.html#a310b49cf2ac856821b5db5dd856580e7">v8::CpuProfile</a>
</li>
<li>GetScriptColumnNumber()
: <a class="el" href="classv8_1_1Function.html#abfe6a9251c5dfc995b83dcf3032fdc86">v8::Function</a>
</li>
<li>GetScriptId()
: <a class="el" href="classv8_1_1CpuProfileNode.html#acf6f384df08ec40ff306d3e229f77258">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1StackFrame.html#ac449d55656f8b7638de3cf5f5530cb7a">v8::StackFrame</a>
</li>
<li>GetScriptLineNumber()
: <a class="el" href="classv8_1_1Function.html#ae64de1b9dc1ea5dc4f419a88808c12c5">v8::Function</a>
</li>
<li>GetScriptName()
: <a class="el" href="classv8_1_1StackFrame.html#ac9701a5687dd04bcf24fd02f62bbe1a8">v8::StackFrame</a>
</li>
<li>GetScriptNameOrSourceURL()
: <a class="el" href="classv8_1_1StackFrame.html#ac9f436f4cb245d871fe7efce03edc0cc">v8::StackFrame</a>
</li>
<li>GetScriptOrigin()
: <a class="el" href="classv8_1_1Message.html#ae0fc442f44bd2b600c4d89a50cf3abd9">v8::Message</a>
</li>
<li>GetScriptResourceName()
: <a class="el" href="classv8_1_1CpuProfileNode.html#a1f27527b39f1ed83f47f4cfd58b02950">v8::CpuProfileNode</a>
, <a class="el" href="classv8_1_1Message.html#a66200e721dc4aa00568099ba67e9143a">v8::Message</a>
</li>
<li>GetScriptResourceNameStr()
: <a class="el" href="classv8_1_1CpuProfileNode.html#ab37ae9a8683d80696bc1e3380297ee05">v8::CpuProfileNode</a>
</li>
<li>GetSecurityToken()
: <a class="el" href="classv8_1_1Context.html#a59d7bc98684603ec4d9b1d1db2acaad8">v8::Context</a>
</li>
<li>GetShallowSize()
: <a class="el" href="classv8_1_1HeapGraphNode.html#a5f6f1e87efce0b297c3ffad0b50f34d5">v8::HeapGraphNode</a>
</li>
<li>GetSharedArrayBufferId()
: <a class="el" href="classv8_1_1ValueSerializer_1_1Delegate.html#a963946ef185d992552e8d9e0e4016137">v8::ValueSerializer::Delegate</a>
</li>
<li>GetSizeInBytes()
: <a class="el" href="classv8_1_1RetainedObjectInfo.html#a1a899eed0b1f6e046edc3c7a7c08aa8c">v8::RetainedObjectInfo</a>
</li>
<li>GetSnapshotCount()
: <a class="el" href="classv8_1_1HeapProfiler.html#a24830775a0ab938eb0a29ed8f3dfd265">v8::HeapProfiler</a>
</li>
<li>GetSource()
: <a class="el" href="classv8_1_1RegExp.html#a448213f2a92d964ed260b51429d5e590">v8::RegExp</a>
</li>
<li>GetSourceMappingURL()
: <a class="el" href="classv8_1_1UnboundScript.html#ae237f900eb0821e4121f45de4151c7e8">v8::UnboundScript</a>
</li>
<li>GetSourceURL()
: <a class="el" href="classv8_1_1UnboundScript.html#a08744c609e72aaf2899a708efd53249f">v8::UnboundScript</a>
</li>
<li>GetStackSample()
: <a class="el" href="classv8_1_1Isolate.html#a8b173b48a477267ccd6c7d17c492b82e">v8::Isolate</a>
, <a class="el" href="structv8_1_1TickSample.html#a297e05d112f3c749bfead215393646c1">v8::TickSample</a>
</li>
<li>GetStackTrace()
: <a class="el" href="classv8_1_1Exception.html#a81d1fd3c8d729e9a8d830bc2830bfe77">v8::Exception</a>
, <a class="el" href="classv8_1_1Message.html#a42738680a1f28c495010a76b73373445">v8::Message</a>
</li>
<li>GetStackTracePrinter()
: <a class="el" href="classv8_1_1Platform.html#aadb2594e6ff9a6f6a0657412ff5a7206">v8::Platform</a>
</li>
<li>GetStartPosition()
: <a class="el" href="classv8_1_1Message.html#a31a550a1d3d09a2d72d0742be821956f">v8::Message</a>
</li>
<li>GetStartTime()
: <a class="el" href="classv8_1_1CpuProfile.html#aac317de54bdfc4523b5ecea522c01ad1">v8::CpuProfile</a>
</li>
<li>GetStressRuns()
: <a class="el" href="classv8_1_1Testing.html#adc876063b1e07462b8d9544dd8efab36">v8::Testing</a>
</li>
<li>GetTitle()
: <a class="el" href="classv8_1_1CpuProfile.html#a34cc58f44862c27ea781ce47ca79f74e">v8::CpuProfile</a>
</li>
<li>GetToNode()
: <a class="el" href="classv8_1_1HeapGraphEdge.html#ad8fd8fa121a0e778a8b120a0c5fa227c">v8::HeapGraphEdge</a>
</li>
<li>GetTopDownRoot()
: <a class="el" href="classv8_1_1CpuProfile.html#aec978f073af6634b6495baa65209a31f">v8::CpuProfile</a>
</li>
<li>GetTracingController()
: <a class="el" href="classv8_1_1Platform.html#aa760c7bf8c46495eb650d2be72399747">v8::Platform</a>
</li>
<li>GetType()
: <a class="el" href="classv8_1_1HeapGraphEdge.html#a7f4923098074ee4c47d901f363728d08">v8::HeapGraphEdge</a>
, <a class="el" href="classv8_1_1HeapGraphNode.html#a5e07fc855bded52229e62b855fa08c5d">v8::HeapGraphNode</a>
</li>
<li>GetUnboundScript()
: <a class="el" href="classv8_1_1Script.html#afac25cad452a61897c375c2b881e2070">v8::Script</a>
</li>
<li>GetVersion()
: <a class="el" href="classv8_1_1V8.html#afcecc0e9e8b5fa17a06a93f7b5a7538d">v8::V8</a>
</li>
<li>GetWasmModuleFromId()
: <a class="el" href="classv8_1_1ValueDeserializer_1_1Delegate.html#adcaa80ce590bbcfaac4929a9e7b49249">v8::ValueDeserializer::Delegate</a>
</li>
<li>GetWireFormatVersion()
: <a class="el" href="classv8_1_1ValueDeserializer.html#ac8ce122c96c2d08145ff426990ba1c9a">v8::ValueDeserializer</a>
</li>
<li>Global()
: <a class="el" href="classv8_1_1Context.html#af5cd9f97ef6a3307c1c21f80f4b743eb">v8::Context</a>
, <a class="el" href="classv8_1_1Global.html#a8434bb6729eb4cd0cd85ad81bd8344ad">v8::Global< T ></a>
</li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.11
</small></address>
</body>
</html>
|
app/assets/stylesheets/flags.css | neyko5/judgetree | .flag {
width: 16px;
height: 11px;
background: url("flags.png") no-repeat;
display: inline-block;
}
.flag.flag-ad {background-position: -16px 0}
.flag.flag-ae {background-position: -32px 0}
.flag.flag-af {background-position: -48px 0}
.flag.flag-ag {background-position: -64px 0}
.flag.flag-ai {background-position: -80px 0}
.flag.flag-al {background-position: -96px 0}
.flag.flag-am {background-position: -112px 0}
.flag.flag-an {background-position: -128px 0}
.flag.flag-ao {background-position: -144px 0}
.flag.flag-ar {background-position: -160px 0}
.flag.flag-as {background-position: -176px 0}
.flag.flag-at {background-position: -192px 0}
.flag.flag-au {background-position: -208px 0}
.flag.flag-aw {background-position: -224px 0}
.flag.flag-az {background-position: -240px 0}
.flag.flag-ba {background-position: 0 -11px}
.flag.flag-bb {background-position: -16px -11px}
.flag.flag-bd {background-position: -32px -11px}
.flag.flag-be {background-position: -48px -11px}
.flag.flag-bf {background-position: -64px -11px}
.flag.flag-bg {background-position: -80px -11px}
.flag.flag-bh {background-position: -96px -11px}
.flag.flag-bi {background-position: -112px -11px}
.flag.flag-bj {background-position: -128px -11px}
.flag.flag-bm {background-position: -144px -11px}
.flag.flag-bn {background-position: -160px -11px}
.flag.flag-bo {background-position: -176px -11px}
.flag.flag-br {background-position: -192px -11px}
.flag.flag-bs {background-position: -208px -11px}
.flag.flag-bt {background-position: -224px -11px}
.flag.flag-bv {background-position: -240px -11px}
.flag.flag-bw {background-position: 0 -22px}
.flag.flag-by {background-position: -16px -22px}
.flag.flag-bz {background-position: -32px -22px}
.flag.flag-ca {background-position: -48px -22px}
.flag.flag-catalonia {background-position: -64px -22px}
.flag.flag-cd {background-position: -80px -22px}
.flag.flag-cf {background-position: -96px -22px}
.flag.flag-cg {background-position: -112px -22px}
.flag.flag-ch {background-position: -128px -22px}
.flag.flag-ci {background-position: -144px -22px}
.flag.flag-ck {background-position: -160px -22px}
.flag.flag-cl {background-position: -176px -22px}
.flag.flag-cm {background-position: -192px -22px}
.flag.flag-cn {background-position: -208px -22px}
.flag.flag-co {background-position: -224px -22px}
.flag.flag-cr {background-position: -240px -22px}
.flag.flag-cu {background-position: 0 -33px}
.flag.flag-cv {background-position: -16px -33px}
.flag.flag-cw {background-position: -32px -33px}
.flag.flag-cy {background-position: -48px -33px}
.flag.flag-cz {background-position: -64px -33px}
.flag.flag-de {background-position: -80px -33px}
.flag.flag-dj {background-position: -96px -33px}
.flag.flag-dk {background-position: -112px -33px}
.flag.flag-dm {background-position: -128px -33px}
.flag.flag-do {background-position: -144px -33px}
.flag.flag-dz {background-position: -160px -33px}
.flag.flag-ec {background-position: -176px -33px}
.flag.flag-ee {background-position: -192px -33px}
.flag.flag-eg {background-position: -208px -33px}
.flag.flag-eh {background-position: -224px -33px}
.flag.flag-england {background-position: -240px -33px}
.flag.flag-er {background-position: 0 -44px}
.flag.flag-es {background-position: -16px -44px}
.flag.flag-et {background-position: -32px -44px}
.flag.flag-eu {background-position: -48px -44px}
.flag.flag-fi {background-position: -64px -44px}
.flag.flag-fj {background-position: -80px -44px}
.flag.flag-fk {background-position: -96px -44px}
.flag.flag-fm {background-position: -112px -44px}
.flag.flag-fo {background-position: -128px -44px}
.flag.flag-fr {background-position: -144px -44px}
.flag.flag-ga {background-position: -160px -44px}
.flag.flag-gb {background-position: -176px -44px}
.flag.flag-gd {background-position: -192px -44px}
.flag.flag-ge {background-position: -208px -44px}
.flag.flag-gf {background-position: -224px -44px}
.flag.flag-gg {background-position: -240px -44px}
.flag.flag-gh {background-position: 0 -55px}
.flag.flag-gi {background-position: -16px -55px}
.flag.flag-gl {background-position: -32px -55px}
.flag.flag-gm {background-position: -48px -55px}
.flag.flag-gn {background-position: -64px -55px}
.flag.flag-gp {background-position: -80px -55px}
.flag.flag-gq {background-position: -96px -55px}
.flag.flag-gr {background-position: -112px -55px}
.flag.flag-gs {background-position: -128px -55px}
.flag.flag-gt {background-position: -144px -55px}
.flag.flag-gu {background-position: -160px -55px}
.flag.flag-gw {background-position: -176px -55px}
.flag.flag-gy {background-position: -192px -55px}
.flag.flag-hk {background-position: -208px -55px}
.flag.flag-hm {background-position: -224px -55px}
.flag.flag-hn {background-position: -240px -55px}
.flag.flag-hr {background-position: 0 -66px}
.flag.flag-ht {background-position: -16px -66px}
.flag.flag-hu {background-position: -32px -66px}
.flag.flag-ic {background-position: -48px -66px}
.flag.flag-id {background-position: -64px -66px}
.flag.flag-ie {background-position: -80px -66px}
.flag.flag-il {background-position: -96px -66px}
.flag.flag-im {background-position: -112px -66px}
.flag.flag-in {background-position: -128px -66px}
.flag.flag-io {background-position: -144px -66px}
.flag.flag-iq {background-position: -160px -66px}
.flag.flag-ir {background-position: -176px -66px}
.flag.flag-is {background-position: -192px -66px}
.flag.flag-it {background-position: -208px -66px}
.flag.flag-je {background-position: -224px -66px}
.flag.flag-jm {background-position: -240px -66px}
.flag.flag-jo {background-position: 0 -77px}
.flag.flag-jp {background-position: -16px -77px}
.flag.flag-ke {background-position: -32px -77px}
.flag.flag-kg {background-position: -48px -77px}
.flag.flag-kh {background-position: -64px -77px}
.flag.flag-ki {background-position: -80px -77px}
.flag.flag-km {background-position: -96px -77px}
.flag.flag-kn {background-position: -112px -77px}
.flag.flag-kp {background-position: -128px -77px}
.flag.flag-kr {background-position: -144px -77px}
.flag.flag-kurdistan {background-position: -160px -77px}
.flag.flag-kw {background-position: -176px -77px}
.flag.flag-ky {background-position: -192px -77px}
.flag.flag-kz {background-position: -208px -77px}
.flag.flag-la {background-position: -224px -77px}
.flag.flag-lb {background-position: -240px -77px}
.flag.flag-lc {background-position: 0 -88px}
.flag.flag-li {background-position: -16px -88px}
.flag.flag-lk {background-position: -32px -88px}
.flag.flag-lr {background-position: -48px -88px}
.flag.flag-ls {background-position: -64px -88px}
.flag.flag-lt {background-position: -80px -88px}
.flag.flag-lu {background-position: -96px -88px}
.flag.flag-lv {background-position: -112px -88px}
.flag.flag-ly {background-position: -128px -88px}
.flag.flag-ma {background-position: -144px -88px}
.flag.flag-mc {background-position: -160px -88px}
.flag.flag-md {background-position: -176px -88px}
.flag.flag-me {background-position: -192px -88px}
.flag.flag-mg {background-position: -208px -88px}
.flag.flag-mh {background-position: -224px -88px}
.flag.flag-mk {background-position: -240px -88px}
.flag.flag-ml {background-position: 0 -99px}
.flag.flag-mm {background-position: -16px -99px}
.flag.flag-mn {background-position: -32px -99px}
.flag.flag-mo {background-position: -48px -99px}
.flag.flag-mp {background-position: -64px -99px}
.flag.flag-mq {background-position: -80px -99px}
.flag.flag-mr {background-position: -96px -99px}
.flag.flag-ms {background-position: -112px -99px}
.flag.flag-mt {background-position: -128px -99px}
.flag.flag-mu {background-position: -144px -99px}
.flag.flag-mv {background-position: -160px -99px}
.flag.flag-mw {background-position: -176px -99px}
.flag.flag-mx {background-position: -192px -99px}
.flag.flag-my {background-position: -208px -99px}
.flag.flag-mz {background-position: -224px -99px}
.flag.flag-na {background-position: -240px -99px}
.flag.flag-nc {background-position: 0 -110px}
.flag.flag-ne {background-position: -16px -110px}
.flag.flag-nf {background-position: -32px -110px}
.flag.flag-ng {background-position: -48px -110px}
.flag.flag-ni {background-position: -64px -110px}
.flag.flag-nl {background-position: -80px -110px}
.flag.flag-no {background-position: -96px -110px}
.flag.flag-np {background-position: -112px -110px}
.flag.flag-nr {background-position: -128px -110px}
.flag.flag-nu {background-position: -144px -110px}
.flag.flag-nz {background-position: -160px -110px}
.flag.flag-om {background-position: -176px -110px}
.flag.flag-pa {background-position: -192px -110px}
.flag.flag-pe {background-position: -208px -110px}
.flag.flag-pf {background-position: -224px -110px}
.flag.flag-pg {background-position: -240px -110px}
.flag.flag-ph {background-position: 0 -121px}
.flag.flag-pk {background-position: -16px -121px}
.flag.flag-pl {background-position: -32px -121px}
.flag.flag-pm {background-position: -48px -121px}
.flag.flag-pn {background-position: -64px -121px}
.flag.flag-pr {background-position: -80px -121px}
.flag.flag-ps {background-position: -96px -121px}
.flag.flag-pt {background-position: -112px -121px}
.flag.flag-pw {background-position: -128px -121px}
.flag.flag-py {background-position: -144px -121px}
.flag.flag-qa {background-position: -160px -121px}
.flag.flag-re {background-position: -176px -121px}
.flag.flag-ro {background-position: -192px -121px}
.flag.flag-rs {background-position: -208px -121px}
.flag.flag-ru {background-position: -224px -121px}
.flag.flag-rw {background-position: -240px -121px}
.flag.flag-sa {background-position: 0 -132px}
.flag.flag-sb {background-position: -16px -132px}
.flag.flag-sc {background-position: -32px -132px}
.flag.flag-scotland {background-position: -48px -132px}
.flag.flag-sd {background-position: -64px -132px}
.flag.flag-se {background-position: -80px -132px}
.flag.flag-sg {background-position: -96px -132px}
.flag.flag-sh {background-position: -112px -132px}
.flag.flag-si {background-position: -128px -132px}
.flag.flag-sk {background-position: -144px -132px}
.flag.flag-sl {background-position: -160px -132px}
.flag.flag-sm {background-position: -176px -132px}
.flag.flag-sn {background-position: -192px -132px}
.flag.flag-so {background-position: -208px -132px}
.flag.flag-somaliland {background-position: -224px -132px}
.flag.flag-sr {background-position: -240px -132px}
.flag.flag-ss {background-position: 0 -143px}
.flag.flag-st {background-position: -16px -143px}
.flag.flag-sv {background-position: -32px -143px}
.flag.flag-sx {background-position: -48px -143px}
.flag.flag-sy {background-position: -64px -143px}
.flag.flag-sz {background-position: -80px -143px}
.flag.flag-tc {background-position: -96px -143px}
.flag.flag-td {background-position: -112px -143px}
.flag.flag-tf {background-position: -128px -143px}
.flag.flag-tg {background-position: -144px -143px}
.flag.flag-th {background-position: -160px -143px}
.flag.flag-tj {background-position: -176px -143px}
.flag.flag-tk {background-position: -192px -143px}
.flag.flag-tl {background-position: -208px -143px}
.flag.flag-tm {background-position: -224px -143px}
.flag.flag-tn {background-position: -240px -143px}
.flag.flag-to {background-position: 0 -154px}
.flag.flag-tr {background-position: -16px -154px}
.flag.flag-tt {background-position: -32px -154px}
.flag.flag-tv {background-position: -48px -154px}
.flag.flag-tw {background-position: -64px -154px}
.flag.flag-tz {background-position: -80px -154px}
.flag.flag-ua {background-position: -96px -154px}
.flag.flag-ug {background-position: -112px -154px}
.flag.flag-um {background-position: -128px -154px}
.flag.flag-us {background-position: -144px -154px}
.flag.flag-uy {background-position: -160px -154px}
.flag.flag-uz {background-position: -176px -154px}
.flag.flag-va {background-position: -192px -154px}
.flag.flag-vc {background-position: -208px -154px}
.flag.flag-ve {background-position: -224px -154px}
.flag.flag-vg {background-position: -240px -154px}
.flag.flag-vi {background-position: 0 -165px}
.flag.flag-vn {background-position: -16px -165px}
.flag.flag-vu {background-position: -32px -165px}
.flag.flag-wales {background-position: -48px -165px}
.flag.flag-wf {background-position: -64px -165px}
.flag.flag-ws {background-position: -80px -165px}
.flag.flag-ye {background-position: -96px -165px}
.flag.flag-yt {background-position: -112px -165px}
.flag.flag-za {background-position: -128px -165px}
.flag.flag-zanzibar {background-position: -144px -165px}
.flag.flag-zm {background-position: -160px -165px}
.flag.flag-zw {background-position: -176px -165px}
|
docs/ubc.html | dd0/bridge | <!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" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="pandoc" />
<title></title>
<style type="text/css">code{white-space: pre;}</style>
<!-- with thanks to http://www.kathryncramer.com/kathryn_cramer/2004/06/css_rollover_fo.html#comment-6a00d8341c6bcf53ef00d8343b944c53ef -->
<style>
body { max-width: 40em; margin: auto; }
a.footnote { position: relative; }
a.footnote:hover { visibility: visible; }
a.footnote span { display: none; }
a.footnote:hover span {
display: block;
position: absolute;
left: 1.5em;
width: 15em;
border: 1px solid #ccc;
background-color: #f8f8f8;
color: #111;
font-size: 80%;
z-index: 1;
}
ul { list-style-type: disc; font-size: 11pt; }
body > .bids > ul {
list-style-type: none;
margin-left: 1em; padding-left: 0;
font-weight: thick;
/*border-top: thin solid gray;
border-bottom: thin solid gray;*/
}
/*ul li ul li { margin-top: 6px; }
ul li ul li ul li { margin-top: 0; }*/
.hands table { margin-left: auto; margin-right: auto; border: thin solid gray; }
.bidding table {
margin-left: auto;
margin-right: auto;
border: thin solid gray;
table-layout: fixed;
width: 15em;
}
body { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; }
</style>
<meta charset="UTF-8">
<!-- Compiled Markdown begins here -->
</head>
<body>
<h1 id="opening-1n">Opening 1N</h1>
<p>1N is the best defined opening bid that there is. It shows 15-17 pts<a href="#fn1" class="footnoteRef" id="fnref1"><sup>1</sup></a> and a balanced hand.</p>
<p>Reminder: A balanced hand is one with no singleton or void (suits with one or zero cards in them respectively) and <strong>at most</strong> one doubleton.</p>
<p>Possible balanced shapes:</p>
<ul>
<li>4333<a href="#fn2" class="footnoteRef" id="fnref2"><sup>2</sup></a></li>
<li>4432</li>
<li>5332</li>
</ul>
<p>Examples of non-balanced shapes:</p>
<ul>
<li>5330 (contains a void)</li>
<li>4441 (contains a singleton)</li>
<li>5422 (contains more than one doubleton)</li>
</ul>
<h2 id="responding-to-1n-a-brief-overview">Responding to 1N: a brief overview</h2>
<div class="bids">
<ul>
<li>1N — 15-17 pts, balanced
<div class="bids">
<ul>
<li>2<font color=green>♣</font> — <em>Stayman</em>: 8+ pts, 4+<font color=red>♥</font> or 4+<font color=blue>♠</font></li>
<li>2<font color=orange>♦</font> — <em>Transfer to <font color=red>♥</font></em>: 5+<font color=red>♥</font></li>
<li>2<font color=blue>♠</font> — <em>Transfer to <font color=blue>♠</font></em>: 5+<font color=blue>♠</font></li>
<li>2N — 8-9 pts, invitational to 3N</li>
<li>3N — 10+ pts, to play</li>
</ul>
</div></li>
</ul>
</div>
<p>Quick way to find what you need:</p>
<div class="bids">
<ul>
<li>If you have a 4 card major, see <strong>Stayman</strong>,</li>
<li>If you have a 5+ card major, see <strong>Transfers</strong>,</li>
<li>If you have no major longer than 4 cards, see <strong>2N/3N</strong>.</li>
</ul>
</div>
<h2 id="c----stayman">2<font color=green>♣</font> — Stayman</h2>
<p>Stayman is an <strong>asking bid</strong>, used to find out whether a partnership has an 8-card major suit fit. The bidder of Stayman must have at least one four card major, and he/she is asking the 1N opener if they have any four card majors so that they may find a fit.</p>
<p>Stayman shows 8 or more points, so if you have 0-7 you must pass 1N.</p>
<p>The opener's responses are:</p>
<div class="bids">
<ul>
<li>1N–2<font color=green>♣</font> — Stayman
<div class="bids">
<ul>
<li>2<font color=orange>♦</font> — no 4-card major (2-3<font color=red>♥</font>, 2-3<font color=blue>♠</font>)</li>
<li>2<font color=red>♥</font> — four cards in <font color=red>♥</font><a href="#fn3" class="footnoteRef" id="fnref3"><sup>3</sup></a></li>
<li>2<font color=blue>♠</font> — four cards in <font color=blue>♠</font>, 2-3<font color=red>♥</font></li>
</ul>
</div></li>
</ul>
</div>
<p>After hearing partner's response to Stayman, the responder continues with the auction based on whether they and their partner have found a fit.</p>
<p>If they <strong>have not</strong> found a fit, responder continues by bidding N at a level which is appropriate for the strength of his hand. (Remember you need need 25 pts between you and your partner to go for game. Partner has shown 15-17, so with 8-9 pts you want to <strong>invite</strong> him to bid game and with 10 or more you want to <strong>bid game</strong> yourself):</p>
<div class="bids">
<ul>
<li>1N–2<font color=green>♣</font>–2<font color=orange>♦</font> — no 4-card major
<div class="bids">
<ul>
<li>2N — 8-9 pts, invitational
<div class="bids">
<ul>
<li>pass — 15-16 pts</li>
<li>3N — 17 pts</li>
</ul>
</div></li>
<li>3N — 10+ pts, to play</li>
</ul>
</div></li>
</ul>
</div>
<p>These responses have the same meaning after, for example, 1N–2<font color=green>♣</font>–2<font color=blue>♠</font>: opener doesn't have four cards in <font color=blue>♠</font>, so there is no major-suit fit and we are trying to find the correct No Trumps contract to play in.</p>
<p>If they <strong>have</strong> found a fit, responder continues by raising partner's major suit to a level which is appropriate for the strength of his hand:</p>
<div class="bids">
<ul>
<li>1N–2<font color=green>♣</font>–2<font color=red>♥</font> — four cards in <font color=red>♥</font>
<div class="bids">
<ul>
<li>3<font color=red>♥</font> — 4+<font color=red>♥</font>, 8-9 pts, invitational
<div class="bids">
<ul>
<li>pass — 15-16 pts</li>
<li>4<font color=red>♥</font> — 17 pts</li>
</ul>
</div></li>
<li>4<font color=red>♥</font> — 4+<font color=red>♥</font>, 10 pts, to play</li>
</ul>
</div></li>
</ul>
</div>
<h2 id="d-and-2h----transfers">2<font color=orange>♦</font> and 2<font color=red>♥</font> — Transfers</h2>
<p>Unlike Stayman, Transfers are a <strong>showing</strong> bid, which means they give information to your partner as opposed to asking him/her for information about their hand. Bidding a transfer shows 5+ cards in the suit <strong>above</strong> the one you bid i.e.</p>
<div class="bids">
<ul>
<li>1N — 15-17 pts, balanced
<div class="bids">
<ul>
<li>2<font color=orange>♦</font> — 5 or more <font color=red>♥</font></li>
<li>2<font color=red>♥</font> — 5 or more <font color=blue>♠</font></li>
</ul>
</div></li>
</ul>
</div>
<p>Unlike Stayman, Transfers do not promise a minimum point count and can be done with as few as 0 pts.</p>
<p>After the responder has made a transfer bid, the opener is obliged to bid the next suit up (the suit that the responder intended to transfer to). The reason for this is that partner may have as few as 0 pts and therefore you must give him the option to pass it out at the 2-level as his hand would not be strong enough to bid higher.</p>
<p>After the opener has completed the transfer, responder now must decide whether to set his major as trumps or whether to offer opener the choice between No Trumps and playing with the major you have shown as trumps.</p>
<p>As opener has promised us a balanced hand we know that he holds at least 2 cards in our major. Therefore, if we have 6 or more cards in our major, we can be certain that we want to set that suit as trumps<a href="#fn4" class="footnoteRef" id="fnref4"><sup>4</sup></a>. In this case we will raise partner to 3 of the major (invitational, 8-9pts) or 4 of the major (10+ pts) accordingly.</p>
<p>If we only have five cards in the major, we want to offer partner the choice of playing in our major (which he will choose if he holds 3 card support for our major) or in N (which he will choose if he holds a doubleton). We do this by <strong>rebiding N</strong> at the appropriate level (2N - invitational, 8-9pts; 3N, 10+pts)</p>
<div class="bids">
<ul>
<li>1N–2<font color=orange>♦</font> — transfer to <font color=red>♥</font><a href="#fn5" class="footnoteRef" id="fnref5"><sup>5</sup></a>
<div class="bids">
<ul>
<li>2<font color=red>♥</font> — transfer completed (only available bid)
<div class="bids">
<ul>
<li>pass — to play (at most 7 pts)</li>
<li>2N — 8-9 pts, exactly five <font color=red>♥</font>
<ul>
<li>...</li>
</ul></li>
<li>3<font color=red>♥</font> — 8-9 pts, 6+<font color=red>♥</font>
<div class="bids">
<ul>
<li>pass — 15-16 pts</li>
<li>4<font color=red>♥</font> — 17 pts</li>
</ul>
</div></li>
<li>3N — 10+ pts, exactly five <font color=red>♥</font>
<div class="bids">
<ul>
<li>pass — two cards in <font color=red>♥</font></li>
<li>4<font color=red>♥</font> — 3+<font color=red>♥</font></li>
</ul>
</div></li>
<li>4<font color=red>♥</font> — 10+ pts, 6+<font color=red>♥</font></li>
</ul>
</div></li>
</ul>
</div></li>
</ul>
</div>
<p>After 2N, opener chooses both the level of the final contract (whether he will bid game or not) and if it will be in <font color=red>♥</font> or in N. With at least three cards in <font color=red>♥</font>, we have an 8-card fit and should be playing in 3<font color=red>♥</font> or 4<font color=red>♥</font>. Otherwise, we should be playing 2N or 3N:</p>
<div class="bids">
<ul>
<li>1N–2<font color=orange>♦</font>–2<font color=red>♥</font>–2N — 8-9 pts, 5<font color=red>♥</font>
<div class="bids">
<ul>
<li>pass — 15-16 pts, 2<font color=red>♥</font></li>
<li>3<font color=red>♥</font> — 15-16 pts, 3+<font color=red>♥</font></li>
<li>3N — 17 pts, 2<font color=red>♥</font></li>
<li>4<font color=red>♥</font> — 17 pts, 3+<font color=red>♥</font></li>
</ul>
</div></li>
</ul>
</div>
<h1 id="n-opening">2N opening</h1>
<p>A 2N opening and its responses are almost analogous to the 1N opening. The only difference being that the point ranges have changed.</p>
<p>A 2N opening shows 20-21 pts and a balanced distribution. Therefore if your partner opens 2N you should bid game if you have more than 4 pts, but pass (or transfer to a 5 card major and then pass) if you have 0-3 pts.</p>
<p>The responses are identical to the responses over 1NT and their continuations are the same.</p>
<div class="bids">
<ul>
<li>2N — 20-21 pts, balanced
<div class="bids">
<ul>
<li>3<font color=green>♣</font> — <em>Stayman</em>
<div class="bids">
<ul>
<li>3<font color=orange>♦</font> — 2-3<font color=red>♥</font>, 2-3<font color=blue>♠</font></li>
<li>3<font color=red>♥</font> — 4+<font color=red>♥</font>
<div class="bids">
<ul>
<li>3N — 3-<font color=red>♥</font> (no <font color=red>♥</font> fit)<a href="#fn6" class="footnoteRef" id="fnref6"><sup>6</sup></a></li>
<li>4<font color=red>♥</font> — 4+<font color=red>♥</font></li>
</ul>
</div></li>
<li>3<font color=blue>♠</font> — 4+<font color=blue>♠</font>, 3-<font color=red>♥</font>
<div class="bids">
<ul>
<li>3N — 3-<font color=blue>♠</font> (no <font color=blue>♠</font> fit)</li>
<li>4<font color=blue>♠</font> — 4+<font color=blue>♠</font></li>
</ul>
</div></li>
</ul>
</div></li>
<li>3<font color=orange>♦</font> — <em>transfer to <font color=red>♥</font></em>: 5+<font color=red>♥</font>
<div class="bids">
<ul>
<li>3<font color=red>♥</font> — transfer completed
<div class="bids">
<ul>
<li>3N — five <font color=red>♥</font>, choice between 3N and 4<font color=red>♥</font></li>
</ul>
</div></li>
<li>4<font color=red>♥</font> — 6+<font color=red>♥</font>, to play</li>
</ul>
</div></li>
<li>3<font color=red>♥</font> — <em>transfer to <font color=blue>♠</font></em>: 5+<font color=blue>♠</font>
<div class="bids">
<ul>
<li>... — as after 3<font color=orange>♦</font>–3<font color=red>♥</font></li>
</ul>
</div></li>
<li>3N — 4+ pts, 3-<font color=red>♥</font>, 3-<font color=blue>♠</font>, to play</li>
</ul>
</div></li>
</ul>
</div>
<p>The key difference one should note is that after a 2N opening there is no space to invite partner to game. This is the reason why the 2N opening point range is narrower than the 1N opening point range.</p>
<div class="footnotes">
<hr />
<ol>
<li id="fn1"><p>Remember that A = 4 pts, K = 3 pts, Q = 2 pts, J = 1 pt.<a href="#fnref1">↩</a></p></li>
<li id="fn2"><p>"4333" means any hand with one 4 card suit and three 3 card suits (making it up to 13 cards in total), which suit is the 4 card suit is not specified and can be any of them.<a href="#fnref2">↩</a></p></li>
<li id="fn3"><p>Does not deny 4+<font color=blue>♠</font> — if you have both, respond with 2<font color=red>♥</font>.<a href="#fnref3">↩</a></p></li>
<li id="fn4"><p>Remember that to play in a suit contract, we want to hold at least eight cards in that suit.<a href="#fnref4">↩</a></p></li>
<li id="fn5"><p>Hearts are given as an example here, but the bids are the same for a transfer to spades (just bidding <font color=blue>♠</font> instead of <font color=red>♥</font>).<a href="#fnref5">↩</a></p></li>
<li id="fn6"><p>Opener can now bid 4<font color=blue>♠</font> with four cards in <font color=blue>♠</font> — since responder doesn't have four cards in <font color=red>♥</font>, they must have four <font color=blue>♠</font>.<a href="#fnref6">↩</a></p></li>
</ol>
</div>
</body>
</html>
|
html/234567002691.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>
Clicart -
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=1492275986801&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=10467&V_SEARCH.docsStart=10466&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn/updt.sec?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_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&rstBtn.x=" class="btn btn-link">New Search</a> |</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>| <a href="nvgt.do?V_SEARCH.docsStart=10465&V_DOCUMENT.docRank=10466&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492276011163&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=123456269422&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=10467&V_DOCUMENT.docRank=10468&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492276011163&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567160932&profileId=&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>
Clicart Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>Clicart Inc.</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Clicart</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.clicart.com"
target="_blank" title="Website URL">http://www.clicart.com</a></p>
<p><a href="mailto:info@clicart.com" title="info@clicart.com">info@clicart.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">
3195 Des Entreprises Blvd.<br/>
TERREBONNE,
Quebec<br/>
J6X 4J9
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
3195 Des Entreprises Blvd.<br/>
TERREBONNE,
Quebec<br/>
J6X 4J9
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(450) 477-7778
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(888) 969-9977</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(450) 477-7772</p>
</div>
<div class="col-md-3 mrgn-tp-md">
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
</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>
Charles
Le Borgne
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Répondant <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 979-3977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 979-3599
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
clicartinc@videotron.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Suzanne
Dominigue
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Présidente<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 979-3977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 979-3599
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@clicart.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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
418210 - Stationery and Office Supplies Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
images, posters, cartes de souhait <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 -->
<!-- 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>
Charles
Le Borgne
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Répondant <br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 979-3977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 979-3599
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
clicartinc@videotron.ca
</div>
</div>
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Suzanne
Dominigue
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Présidente<br>
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Telephone:
</strong>
</div>
<div class="col-md-7">
(450) 979-3977
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Facsimile:
</strong>
</div>
<div class="col-md-7">
(450) 979-3599
</div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Email:
</strong>
</div>
<div class="col-md-7">
info@clicart.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
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
418210 - Stationery and Office Supplies Wholesaler-Distributors
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
418410 - Chemical (except Agricultural) and Allied Product Wholesaler-Distributors<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Trading House / Wholesaler / Agent and Distributor
</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">
images, posters, cartes de souhait <br>
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2016-06-13
</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&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&WT.js=No&WT.tv=9.4.0&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
-->
|
docs/docsets/.docset/Contents/Resources/Documents/Classes/Warps.html | twittemb/Weavy | <!DOCTYPE html>
<html lang="en">
<head>
<title>Warps Class Reference</title>
<link rel="stylesheet" type="text/css" href="../css/jazzy.css" />
<link rel="stylesheet" type="text/css" href="../css/highlight.css" />
<meta charset='utf-8'>
<script src="../js/jquery.min.js" defer></script>
<script src="../js/jazzy.js" defer></script>
</head>
<body>
<a name="//apple_ref/swift/Class/Warps" class="dashAnchor"></a>
<a title="Warps Class Reference"></a>
<header>
<div class="content-wrapper">
<p><a href="../index.html"> Docs</a> (100% documented)</p>
</div>
</header>
<div class="content-wrapper">
<p id="breadcrumbs">
<a href="../index.html"> Reference</a>
<img id="carat" src="../img/carat.png" />
Warps Class Reference
</p>
</div>
<div class="content-wrapper">
<nav class="sidebar">
<ul class="nav-groups">
<li class="nav-group-name">
<a href="../Classes.html">Classes</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Classes/Loom.html">Loom</a>
</li>
<li class="nav-group-task">
<a href="../Classes/SingleWeftable.html">SingleWeftable</a>
</li>
<li class="nav-group-task">
<a href="../Classes/Warps.html">Warps</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Extensions.html">Extensions</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Extensions/ObservableType.html">ObservableType</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/Reactive.html">Reactive</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/UIViewController.html">UIViewController</a>
</li>
<li class="nav-group-task">
<a href="../Extensions/UIWindow.html">UIWindow</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Protocols.html">Protocols</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Protocols/HasDisposeBag.html">HasDisposeBag</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Presentable.html">Presentable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:5Weavy14SynchronizableP">Synchronizable</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Warp.html">Warp</a>
</li>
<li class="nav-group-task">
<a href="../Protocols.html#/s:5Weavy4WeftP">Weft</a>
</li>
<li class="nav-group-task">
<a href="../Protocols/Weftable.html">Weftable</a>
</li>
</ul>
</li>
<li class="nav-group-name">
<a href="../Structs.html">Structures</a>
<ul class="nav-group-tasks">
<li class="nav-group-task">
<a href="../Structs/Stitch.html">Stitch</a>
</li>
</ul>
</li>
</ul>
</nav>
<article class="main-content">
<section>
<section class="section">
<h1>Warps</h1>
<div class="declaration">
<div class="language">
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">class</span> <span class="kt">Warps</span></code></pre>
</div>
</div>
<p>Utility functions to synchronize Warp readyness</p>
</section>
<section class="section task-group-section">
<div class="task-group">
<ul>
<li class="item">
<div>
<code>
<a name="/s:5Weavy5WarpsC9whenReadyyAA4Warp_p5warp1_AaE_p5warp2AaE_p5warp3yx_q_q0_tc5blocktSo16UIViewControllerCRbzAKRb_AKRb0_r1_lFZ"></a>
<a name="//apple_ref/swift/Method/whenReady(warp1:warp2:warp3:block:)" class="dashAnchor"></a>
<a class="token" href="#/s:5Weavy5WarpsC9whenReadyyAA4Warp_p5warp1_AaE_p5warp2AaE_p5warp3yx_q_q0_tc5blocktSo16UIViewControllerCRbzAKRb_AKRb0_r1_lFZ">whenReady(warp1:warp2:warp3:block:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Allow to be triggered only when Warps given as parameters are ready to be displayed.
Once it is the case, the block is executed</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="n">whenReady</span><span class="o"><</span><span class="kt">HeadType1</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="p">,</span> <span class="kt">HeadType2</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="p">,</span> <span class="kt">HeadType3</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="o">></span> <span class="p">(</span><span class="nv">warp1</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span>
<span class="nv">warp2</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span>
<span class="nv">warp3</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span>
<span class="nv">block</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="n">_</span> <span class="nv">warp1Head</span><span class="p">:</span> <span class="kt">HeadType1</span><span class="p">,</span> <span class="n">_</span> <span class="nv">warp2Head</span><span class="p">:</span> <span class="kt">HeadType2</span><span class="p">,</span> <span class="n">_</span> <span class="nv">warp3Head</span><span class="p">:</span> <span class="kt">HeadType3</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Void</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>warp1</em>
</code>
</td>
<td>
<div>
<p>first warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>warp2</em>
</code>
</td>
<td>
<div>
<p>second warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>warp3</em>
</code>
</td>
<td>
<div>
<p>third warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>block</em>
</code>
</td>
<td>
<div>
<p>block to execute whenever the warps are ready to use</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:5Weavy5WarpsC9whenReadyyAA4Warp_p5warp1_AaE_p5warp2yx_q_tc5blocktSo16UIViewControllerCRbzAJRb_r0_lFZ"></a>
<a name="//apple_ref/swift/Method/whenReady(warp1:warp2:block:)" class="dashAnchor"></a>
<a class="token" href="#/s:5Weavy5WarpsC9whenReadyyAA4Warp_p5warp1_AaE_p5warp2yx_q_tc5blocktSo16UIViewControllerCRbzAJRb_r0_lFZ">whenReady(warp1:warp2:block:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Allow to be triggered only when Warps given as parameters are ready to be displayed.
Once it is the case, the block is executed</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="n">whenReady</span><span class="o"><</span><span class="kt">HeadType1</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="p">,</span> <span class="kt">HeadType2</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="o">></span> <span class="p">(</span><span class="nv">warp1</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span>
<span class="nv">warp2</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span>
<span class="nv">block</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="n">_</span> <span class="nv">warp1Head</span><span class="p">:</span> <span class="kt">HeadType1</span><span class="p">,</span> <span class="n">_</span> <span class="nv">warp2Head</span><span class="p">:</span> <span class="kt">HeadType2</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Void</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>warp1</em>
</code>
</td>
<td>
<div>
<p>first warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>warp2</em>
</code>
</td>
<td>
<div>
<p>second warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>block</em>
</code>
</td>
<td>
<div>
<p>block to execute whenever the warps are ready to use</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
<li class="item">
<div>
<code>
<a name="/s:5Weavy5WarpsC9whenReadyyAA4Warp_p4warp_yxc5blocktSo16UIViewControllerCRbzlFZ"></a>
<a name="//apple_ref/swift/Method/whenReady(warp:block:)" class="dashAnchor"></a>
<a class="token" href="#/s:5Weavy5WarpsC9whenReadyyAA4Warp_p4warp_yxc5blocktSo16UIViewControllerCRbzlFZ">whenReady(warp:block:)</a>
</code>
</div>
<div class="height-container">
<div class="pointer-container"></div>
<section class="section">
<div class="pointer"></div>
<div class="abstract">
<p>Allow to be triggered only when Warp given as parameters are ready to be displayed.
Once it is the case, the block is executed</p>
</div>
<div class="declaration">
<h4>Declaration</h4>
<div class="language">
<p class="aside-title">Swift</p>
<pre class="highlight"><code><span class="kd">public</span> <span class="kd">static</span> <span class="kd">func</span> <span class="n">whenReady</span><span class="o"><</span><span class="kt">HeadType</span><span class="p">:</span> <span class="kt">UIViewController</span><span class="o">></span> <span class="p">(</span><span class="nv">warp</span><span class="p">:</span> <span class="kt"><a href="../Protocols/Warp.html">Warp</a></span><span class="p">,</span> <span class="nv">block</span><span class="p">:</span> <span class="kd">@escaping</span> <span class="p">(</span><span class="n">_</span> <span class="nv">warpHead</span><span class="p">:</span> <span class="kt">HeadType</span><span class="p">)</span> <span class="o">-></span> <span class="kt">Void</span><span class="p">)</span></code></pre>
</div>
</div>
<div>
<h4>Parameters</h4>
<table class="graybox">
<tbody>
<tr>
<td>
<code>
<em>warp1</em>
</code>
</td>
<td>
<div>
<p>warp to be observed</p>
</div>
</td>
</tr>
<tr>
<td>
<code>
<em>block</em>
</code>
</td>
<td>
<div>
<p>block to execute whenever the warps are ready to use</p>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</section>
</div>
</li>
</ul>
</div>
</section>
</section>
<section id="footer">
<p>© 2017 <a class="link" href="" target="_blank" rel="external"></a>. All rights reserved. (Last updated: 2017-11-19)</p>
<p>Generated by <a class="link" href="https://github.com/realm/jazzy" target="_blank" rel="external">jazzy ♪♫ v0.9.0</a>, a <a class="link" href="http://realm.io" target="_blank" rel="external">Realm</a> project.</p>
</section>
</article>
</div>
</body>
</div>
</html>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.