path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
|---|---|---|
web/_site/doc/de/garbage-collector/mature-generation/index.html
|
slawosz/rubinius
|
<!DOCTYPE html>
<html dir="ltr" lang="de">
<head>
<title>Alte Generation - Rubinius</title>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta content='de' http-equiv='content-language'>
<meta content='Rubinius is an implementation of the Ruby programming language. The Rubinius bytecode virtual machine is written in C++. The bytecode compiler is written in pure Ruby. The vast majority of the core library is also written in Ruby, with some supporting primitives that interact with the VM directly.' name='description'>
<link href='/' rel='home'>
<link href='/' rel='start'>
<link href='/doc/de/garbage-collector/young-generation' rel='prev' title='Mittlere Generation'>
<link href='/doc/de/garbage-collector/large-objects' rel='next' title='Große Objekte'>
<!--[if IE]><script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
<script src="/javascripts/jquery-1.3.2.js"></script>
<script src="/javascripts/paging_keys.js"></script>
<script src="/javascripts/application.js"></script>
<style>article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { display: block; }</style>
<link href="/stylesheets/blueprint/screen.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/application.css" media="screen" rel="stylesheet" />
<link href="/stylesheets/blueprint/print.css" media="print" rel="stylesheet" />
<!--[if IE]><link href="/stylesheets/blueprint/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<!--[if IE]><link href="/stylesheets/ie.css" media="screen" rel="stylesheet" type="text/css" /><![endif]-->
<link href="/stylesheets/pygments.css" media="screen" rel="stylesheet" />
</head>
<body>
<div class='container'>
<div class='span-21 doc_menu'>
<header>
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a id="blog" href="/blog">Blog</a></li>
<li><a id="documentation" href="/doc/en">Documentation</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/roadmap">Roadmap</a></li>
<li><a href="/releases">Releases</a></li>
</ul>
</nav>
</header>
</div>
<div class='span-3 last'>
<div id='version'>
<a href="/releases/1.2.4">1.2.4</a>
</div>
</div>
</div>
<div class="container languages">
<nav>
<span class="label">Sprachen:</span>
<ul>
<li><a href="/doc/de/garbage-collector/mature-generation/"
class="current"
>de</a></li>
<li><a href="/doc/en/garbage-collector/mature-generation/"
>en</a></li>
<li><a href="/doc/es/garbage-collector/mature-generation/"
>es</a></li>
<li><a href="/doc/fr/garbage-collector/mature-generation/"
>fr</a></li>
<li><a href="/doc/ja/garbage-collector/mature-generation/"
>ja</a></li>
<li><a href="/doc/pl/garbage-collector/mature-generation/"
>pl</a></li>
<li><a href="/doc/pt-br/garbage-collector/mature-generation/"
>pt-br</a></li>
<li><a href="/doc/ru/garbage-collector/mature-generation/"
>ru</a></li>
</ul>
</nav>
</div>
<div class="container doc_page_nav">
<span class="label">Vorherige:</span>
<a href="/doc/de/garbage-collector/young-generation">Mittlere Generation</a>
<span class="label">Aufwärts:</span>
<a href="/doc/de/">Inhaltsverzeichnis</a>
<span class="label">Nächste:</span>
<a href="/doc/de/garbage-collector/large-objects">Große Objekte</a>
</div>
<div class="container documentation">
<h2>Alte Generation</h2>
<div class="review">
<p>This topic has missing or partial documentation. Please help us improve it.</p>
<p>
See <a href="/doc/de/how-to/write-documentation">How-To - Write Documentation</a>
</p>
</div>
<p>Alte Objekte sind Objekte, die aus der Mittleren Generation verlagert wurden,
nachdem sie x Sammlungen überstanden haben.</p>
<p>Autotune ist der Mechanismus, der benutzt wird, um die Anzahl der GC-Zyklen, die
für eine Sammlung der Alten Generation benötigt werden, dynamisch anzupassen.
Dieser kann ausgeschaltet werden oder es kann eine konstante Anzahl der nötigen
GC-Zyklen via <code>gc.lifetime</code> angegeben werden. <code>gc.lifetime</code> ist die
Ausgangsanzahl der Sammlungen, die für eine Sammlung der Alten Generation nötig
sind.</p>
<p>Weitere Informationen über die vorhandenen Konfigurationsvariablen sind in der
<a href="https://github.com/rubinius/rubinius/blob/master/vm/configuration.hpp">Konfigurationsdatei der
VM</a>
einzusehen.</p>
</div>
<div class="container doc_page_nav">
<span class="label">Vorherige:</span>
<a href="/doc/de/garbage-collector/young-generation">Mittlere Generation</a>
<span class="label">Aufwärts:</span>
<a href="/doc/de/">Inhaltsverzeichnis</a>
<span class="label">Nächste:</span>
<a href="/doc/de/garbage-collector/large-objects">Große Objekte</a>
</div>
<div class="container">
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'rubinius';
var disqus_identifier = '/doc/de/garbage-collector/mature-generation/';
var disqus_url = 'http://rubini.us/doc/de/garbage-collector/mature-generation/';
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + 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="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
</div>
<footer>
<div class='container'>
<nav>
<ul>
<li><a rel="external" href="http://twitter.com/rubinius">Follow Rubinius on Twitter</a></li>
<li><a rel="external" href="http://github.com/rubinius/rubinius">Fork Rubinius on github</a></li>
<li><a rel="external" href="http://engineyard.com">An Engine Yard project</a></li>
</ul>
</nav>
</div>
</footer>
<script>
var _gaq=[['_setAccount','UA-12328521-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>
|
manual/ru/cameras.html
|
mrdoob/three.js
|
<!DOCTYPE html><html lang="ru"><head>
<meta charset="utf-8">
<title>- Камера</title>
<meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@threejs">
<meta name="twitter:title" content="Three.js – - Камера">
<meta property="og:image" content="https://threejs.org/files/share.png">
<link rel="shortcut icon" href="/files/favicon_white.ico" media="(prefers-color-scheme: dark)">
<link rel="shortcut icon" href="/files/favicon.ico" media="(prefers-color-scheme: light)">
<link rel="stylesheet" href="/manual/resources/lesson.css">
<link rel="stylesheet" href="/manual/resources/lang.css">
<!-- Import maps polyfill -->
<!-- Remove this when import maps will be widely supported -->
<script async src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"three": "../../build/three.module.js"
}
}
</script>
</head>
<body>
<div class="container">
<div class="lesson-title">
<h1>- Камера</h1>
</div>
<div class="lesson">
<div class="lesson-main">
<p>Эта статья является частью серии статей о three.js.
Первая была <a href="fundamentals.html">об основах</a>.
Если вы её еще не читали, советую вам сделать это.</p>
<p>Давайте поговорим о камерах в three.js. Мы рассмотрели некоторые из них в <a href="fundamentals.html">первой статье</a>
, но мы расскажем здесь об этом более подробно.</p>
<p>Самая распространенная камера в Three.js и та, которую мы использовали до этого момента, - <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a>.
Она дает трехмерный вид, где вещи на расстоянии кажутся меньше, чем вещи рядом.</p>
<p><a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a> определяет <em>frustum</em>. <a href="https://ru.wikipedia.org/wiki/Усечённая_пирамида"><em>Frustum</em> - усеченная пирамида, твердое тело</a>.
Под твердым телом я подразумеваю, например, куб, конус, сферу,
цилиндр и усеченный конус - все названия различных видов твердых тел.</p>
<div class="spread">
<div><div data-diagram="shapeCube"></div><div>cube</div></div>
<div><div data-diagram="shapeCone"></div><div>cone</div></div>
<div><div data-diagram="shapeSphere"></div><div>sphere</div></div>
<div><div data-diagram="shapeCylinder"></div><div>cylinder</div></div>
<div><div data-diagram="shapeFrustum"></div><div>frustum</div></div>
</div>
<p>Я только указываю на это, потому что я не знал это в течение многих лет.
Если в какой-нибудь книге или на веб странице будет упоминание <em>frustum</em> я закатывал глаза.
Понимание того, что это название сплошной формы, сделало эти описания внезапно более понятными 😅</p>
<p>A <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a>определяет свой frustum на основе 4 свойств. <code class="notranslate" translate="no">near</code> определяет,
где начинается фронт усечения. <code class="notranslate" translate="no">far</code> определяет, где он заканчивается. <code class="notranslate" translate="no">fov</code>поле обзора
определяет высоту передней и задней частей усеченного конуса, вычисляя правильную высоту,
чтобы получить указанное поле обзора в <code class="notranslate" translate="no">near</code> единицах измерения от камеры. <code class="notranslate" translate="no">aspect</code> определяет,
насколько широким передние и задняя часть усеченного есть. Ширина усеченного конуса -
это просто высота, умноженная на aspect.</p>
<p><img src="../resources/frustum-3d.svg" width="500" class="threejs_center"></p>
<p>Давайте используем сцену из <a href="lights.html">предыдущей статьи</a> которая имеет плоскость
земли, сферу и куб, и сделаем так, чтобы мы могли регулировать настройки камеры</p>
<p>Для этого мы сделаем <code class="notranslate" translate="no">MinMaxGUIHelper</code> для параметров <code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code>, так чтобы <code class="notranslate" translate="no">far</code>
всегда был больше, чем <code class="notranslate" translate="no">near</code>. У него будут свойства <code class="notranslate" translate="no">min</code> и <code class="notranslate" translate="no">max</code>, которые lil-gui будет
настраивать. После настройки они установят 2 свойства, которые мы указываем.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">class MinMaxGUIHelper {
constructor(obj, minProp, maxProp, minDif) {
this.obj = obj;
this.minProp = minProp;
this.maxProp = maxProp;
this.minDif = minDif;
}
get min() {
return this.obj[this.minProp];
}
set min(v) {
this.obj[this.minProp] = v;
this.obj[this.maxProp] = Math.max(this.obj[this.maxProp], v + this.minDif);
}
get max() {
return this.obj[this.maxProp];
}
set max(v) {
this.obj[this.maxProp] = v;
this.min = this.min; // это вызовет setter min
}
}
</pre>
<p>Теперь мы можем настроить наш графический интерфейс следующим образом</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function updateCamera() {
camera.updateProjectionMatrix();
}
const gui = new GUI();
gui.add(camera, 'fov', 1, 180).onChange(updateCamera);
const minMaxGUIHelper = new MinMaxGUIHelper(camera, 'near', 'far', 0.1);
gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far').onChange(updateCamera);
</pre>
<p>Каждый раз, когда меняются настройки камеры, нам нужно вызывать функцию камеры
<a href="/docs/#api/en/cameras/PerspectiveCamera#updateProjectionMatrix"><code class="notranslate" translate="no">updateProjectionMatrix</code></a> поэтому мы сделали
функцию <code class="notranslate" translate="no">updateCamera</code> передав ее в lil-gui, чтобы вызывать ее, когда что-то меняется.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-perspective.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-perspective.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Вы можете просто значения и посмотреть, как они работают. Обратите внимание, что мы не делали
<code class="notranslate" translate="no">aspect</code> сеттер, так как aspect взят из размера окна, поэтому, если вы хотите настроить aspect,
откройте пример в новом окне, а затем измените размер окна.</p>
<p>Тем не менее, я думаю, что это немного трудно увидеть, поэтому давайте изменим пример, чтобы он имел 2 камеры.
Один покажет нашу сцену, как мы видим ее выше, другой покажет другую камеру, смотрящую на сцену,
которую рисует первая камера, и показывает frustum камеры.</p>
<p>Для этого мы можем использовать функцию ножниц (scissor) Three.js. Давайте изменим это, чтобы
нарисовать 2 сцены с 2 камерами рядом, используя функцию scissor</p>
<p>Для начала давайте используем HTML и CSS, чтобы определить 2 элемента рядом друг с другом.
Это также поможет нам с событиями, так что обе камеры могут иметь свои собственные <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-html" translate="no"><body>
<canvas id="c"></canvas>
+ <div class="split">
+ <div id="view1" tabindex="1"></div>
+ <div id="view2" tabindex="2"></div>
+ </div>
</body>
</pre>
<p>Для начала давайте используем HTML и CSS, чтобы расположить 2 элемента рядом друг с другом.
Это также поможет нам с событиями, так что обе камеры могут иметь свои собственные</p>
<pre class="prettyprint showlinemods notranslate lang-css" translate="no">.split {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
display: flex;
}
.split>div {
width: 100%;
height: 100%;
}
</pre>
<p>Затем в нашем коде мы добавим <a href="/docs/#api/en/helpers/CameraHelper"><code class="notranslate" translate="no">CameraHelper</code></a>. <a href="/docs/#api/en/helpers/CameraHelper"><code class="notranslate" translate="no">CameraHelper</code></a> рисует frustum для <a href="/docs/#api/en/cameras/Camera"><code class="notranslate" translate="no">Camera</code></a></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const cameraHelper = new THREE.CameraHelper(camera);
...
scene.add(cameraHelper);
</pre>
<p>Теперь давайте посмотрим на 2 элемента view.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const view1Elem = document.querySelector('#view1');
const view2Elem = document.querySelector('#view2');
</pre>
<p>И мы установим нашу существующую <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> так, чтобы она отвечала
только за первый элемент представления.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-const controls = new OrbitControls(camera, canvas);
+const controls = new OrbitControls(camera, view1Elem);
</pre>
<p>Создадим вторую <a href="/docs/#api/en/cameras/PerspectiveCamera"><code class="notranslate" translate="no">PerspectiveCamera</code></a> и вторую <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.
Вторая <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> привязана ко второй камере и получает
ввод от второго элемента view.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const camera2 = new THREE.PerspectiveCamera(
60, // fov
2, // aspect
0.1, // near
500, // far
);
camera2.position.set(40, 10, 30);
camera2.lookAt(0, 5, 0);
const controls2 = new OrbitControls(camera2, view2Elem);
controls2.target.set(0, 5, 0);
controls2.update();
</pre>
<p>Наконец, нам нужно визуализировать сцену с точки зрения каждой камеры, используя
функцию ножниц (scissor), чтобы визуализировать только часть холста.</p>
<p>Вот функция, которая для данного элемента будет вычислять прямоугольник этого
элемента, который перекрывает холст. Затем он установит плоскость отсечения (scissor) и область
просмотра (fov) в этот прямоугольник и вернет aspect для этого размера.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function setScissorForElement(elem) {
const canvasRect = canvas.getBoundingClientRect();
const elemRect = elem.getBoundingClientRect();
// вычисляем относительный прямоугольник холста
const right = Math.min(elemRect.right, canvasRect.right) - canvasRect.left;
const left = Math.max(0, elemRect.left - canvasRect.left);
const bottom = Math.min(elemRect.bottom, canvasRect.bottom) - canvasRect.top;
const top = Math.max(0, elemRect.top - canvasRect.top);
const width = Math.min(canvasRect.width, right - left);
const height = Math.min(canvasRect.height, bottom - top);
// установка области отсечения для рендеринга только на эту часть холста
renderer.setScissor(left, top, width, height);
renderer.setViewport(left, top, width, height);
// return aspect
return width / height;
}
</pre>
<p>И теперь мы можем использовать эту функцию, чтобы нарисовать сцену дважды в нашей функции <code class="notranslate" translate="no">render</code></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no"> function render() {
- if (resizeRendererToDisplaySize(renderer)) {
- const canvas = renderer.domElement;
- camera.aspect = canvas.clientWidth / canvas.clientHeight;
- camera.updateProjectionMatrix();
- }
+ resizeRendererToDisplaySize(renderer);
+
+ // включить область отсечения
+ renderer.setScissorTest(true);
+
+ // render the original view
+ {
+ const aspect = setScissorForElement(view1Elem);
+
+ // настроить камеру для этого соотношения сторон
+ camera.aspect = aspect;
+ camera.updateProjectionMatrix();
+ cameraHelper.update();
+
+ // не рисуем Helper камеры в исходном представлении
+ cameraHelper.visible = false;
+
+ scene.background.set(0x000000);
+
+ // отрисовка
+ renderer.render(scene, camera);
+ }
+
+ // отрисовка со 2-й камеры
+ {
+ const aspect = setScissorForElement(view2Elem);
+
+ // настроить камеру для этого соотношения сторон
+ camera2.aspect = aspect;
+ camera2.updateProjectionMatrix();
+
+ // рисуем Helper камеры во втором представлении
+ cameraHelper.visible = true;
+
+ scene.background.set(0x000040);
+
+ renderer.render(scene, camera2);
+ }
- renderer.render(scene, camera);
requestAnimationFrame(render);
}
requestAnimationFrame(render);
}
</pre>
<p>Приведенный выше код устанавливает цвет фона сцены при рендеринге
второго представления темно-синим, чтобы было проще различать два представления.</p>
<p>Мы также можем удалить наш <code class="notranslate" translate="no">updateCamera</code> код, так как мы обновляем все в функции <code class="notranslate" translate="no">render</code>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-function updateCamera() {
- camera.updateProjectionMatrix();
-}
const gui = new GUI();
-gui.add(camera, 'fov', 1, 180).onChange(updateCamera);
+gui.add(camera, 'fov', 1, 180);
const minMaxGUIHelper = new MinMaxGUIHelper(camera, 'near', 'far', 0.1);
-gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
-gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far').onChange(updateCamera);
+gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near');
+gui.add(minMaxGUIHelper, 'max', 0.1, 50, 0.1).name('far');
</pre>
<p>И теперь вы можете использовать один вид, чтобы увидеть frustum другого.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-perspective-2-scenes.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-perspective-2-scenes.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Слева вы можете увидеть исходный вид, а справа вы можете увидеть вид,
показывающий frustum камеры слева. Можно настроить
<code class="notranslate" translate="no">near</code>, <code class="notranslate" translate="no">far</code>, <code class="notranslate" translate="no">fov</code> и перемещать камеру с помощью мыши. Вы можете увидеть,
как то, что внутри frustum, показаное справа, появляется на сцене слева.</p>
<p>Отрегулируйте <code class="notranslate" translate="no">near</code> примерно до 20, и вы легко увидите, как передние
объекты исчезают, поскольку их больше нет в усеченном конусе.
Отрегулируйте <code class="notranslate" translate="no">far</code> ниже примерно 35, и вы начнете видеть,
что наземная плоскость исчезает, поскольку она больше не находится
в не усеченной области.</p>
<p>Возникает вопрос, почему бы просто не установить <code class="notranslate" translate="no">near</code> значение 0,0000000001 и <code class="notranslate" translate="no">far</code>
10000000000000 или что-то в этом роде, чтобы вы могли видеть все? Причина в том, что
ваш GPU имеет столько точности, чтобы решить, находится ли что-то впереди или
позади чего-то другого. Эта точность распределена между
<code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code>. Хуже того, по умолчанию точность закрытия камеры детализирована (резкое отсечение),
а точность далеко от камеры - конечна. <code class="notranslate" translate="no">near</code> медленно расширяется по мере приближения <code class="notranslate" translate="no">far</code>.</p>
<p>Начиная с верхнего примера, давайте изменим код, вставив 20 сфер в ряд.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">{
const sphereRadius = 3;
const sphereWidthDivisions = 32;
const sphereHeightDivisions = 16;
const sphereGeo = new THREE.SphereGeometry(sphereRadius, sphereWidthDivisions, sphereHeightDivisions);
const numSpheres = 20;
for (let i = 0; i < numSpheres; ++i) {
const sphereMat = new THREE.MeshPhongMaterial();
sphereMat.color.setHSL(i * .73, 1, 0.5);
const mesh = new THREE.Mesh(sphereGeo, sphereMat);
mesh.position.set(-sphereRadius - 1, sphereRadius + 2, i * sphereRadius * -2.2);
scene.add(mesh);
}
}
</pre>
<p>и давайте установим <code class="notranslate" translate="no">near</code> = 0.00001</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const fov = 45;
const aspect = 2; // the canvas default
-const near = 0.1;
+const near = 0.00001;
const far = 100;
const camera = new THREE.PerspectiveCamera(fov, aspect, near, far);
</pre>
<p>Нам также нужно немного подправить код графического интерфейса,
чтобы позволить 0.00001, если значение редактируется</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-gui.add(minMaxGUIHelper, 'min', 0.1, 50, 0.1).name('near').onChange(updateCamera);
+gui.add(minMaxGUIHelper, 'min', 0.00001, 50, 0.00001).name('near').onChange(updateCamera);
</pre>
<p>Как ты думаешь, что произойдет?</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-z-fighting.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-z-fighting.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Это пример <em>z fighting</em> (<a href="https://en.wikipedia.org/wiki/Z-fighting">сшивание</a>), когда графический процессор на вашем компьютере не обладает
достаточной точностью, чтобы определить, какие пиксели находятся спереди, а какие - сзади.</p>
<p>На тот случай, если проблема не отображается на вашей машине, вот что я вижу на своей машине</p>
<div class="threejs_center"><img src="../resources/images/z-fighting.png" style="width: 570px;"></div>
<p>Одно из решений состоит в том, чтобы указать использование three.js другому методу для вычисления того,
какие пиксели находятся спереди, а какие - сзади. Мы можем сделать это, включив,
<code class="notranslate" translate="no">logarithmicDepthBuffer</code> когда мы создаем <a href="/docs/#api/en/renderers/WebGLRenderer"><code class="notranslate" translate="no">WebGLRenderer</code></a></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">-const renderer = new THREE.WebGLRenderer({canvas});
+const renderer = new THREE.WebGLRenderer({
+ canvas,
+ logarithmicDepthBuffer: true,
+});
</pre>
<p>и с этим это может работать</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-logarithmic-depth-buffer.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-logarithmic-depth-buffer.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Если это не помогло решить проблему, вы столкнулись с одной из причин, по которой
вы не всегда можете использовать это решение. Причина в том, что это поддерживают
только определенные графические процессоры. По состоянию на сентябрь 2018 года
практически ни одно мобильное устройство не поддерживает это решение, как это
делают большинство настольных компьютеров.</p>
<p>Другая причина не выбирать это решение - оно может быть значительно медленнее,
чем стандартное решение.</p>
<p>Даже при таком решении разрешение все еще ограничено. Сделайте <code class="notranslate" translate="no">near</code> еще меньше или
<code class="notranslate" translate="no">far</code> больше, и вы в конечном итоге столкнетесь с теми же проблемами.</p>
<p>Это означает, что вы всегда должны прилагать усилия к тому, чтобы выбрать параметр <code class="notranslate" translate="no">near</code>
и <code class="notranslate" translate="no">far</code>, которые соответствуют вашему варианту использования.
Установите <code class="notranslate" translate="no">near</code> как можно дальше от камеры, чтобы все не исчезло.
Установите <code class="notranslate" translate="no">far</code> как можно ближе к камере, чтобы все не исчезло. Если вы пытаетесь
нарисовать гигантскую сцену и показать крупным планом чье-то лицо, чтобы вы
могли видеть их ресницы, в то время как на заднем плане вы можете видеть весь
путь в горы на расстоянии 50 километров, тогда вам нужно будет найти другое
креативные решения, которые, возможно, мы рассмотрим позже. На данный момент,
просто знайте, что вы должны позаботиться о том, чтобы выбрать подходящие
<code class="notranslate" translate="no">near</code> и <code class="notranslate" translate="no">far</code> для ваших нужд.</p>
<p>2-ая самая распространенная камера - <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>. Вместо того,
чтобы указать frustum он указывает прямоугольный паралелепипед (box)
с параметрами <code class="notranslate" translate="no">left</code>, <code class="notranslate" translate="no">right</code>, <code class="notranslate" translate="no">top</code>, <code class="notranslate" translate="no">bottom</code>, <code class="notranslate" translate="no">near</code>, и <code class="notranslate" translate="no">far</code>.
Поскольку он проецирует box, перспективы нет.</p>
<p>Давайте изменим приведенный выше пример 2 для использования <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>
в первом представлении.</p>
<p>Сначала давайте настроим <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const left = -1;
const right = 1;
const top = 1;
const bottom = -1;
const near = 5;
const far = 50;
const camera = new THREE.OrthographicCamera(left, right, top, bottom, near, far);
camera.zoom = 0.2;
</pre>
<p>Мы устанавливаем <code class="notranslate" translate="no">left</code> и <code class="notranslate" translate="no">bottom</code> = -1 и <code class="notranslate" translate="no">right</code> и <code class="notranslate" translate="no">top</code> = 1. Это сделало бы
прямоугольник шириной 2 единицы и высотой 2 единицы, но мы собираемся отрегулировать <code class="notranslate" translate="no">left</code> и <code class="notranslate" translate="no">top</code>
в соответствии со отношением сторон прямоугольника, к которому мы рисуем.
Мы будем использовать свойство <code class="notranslate" translate="no">zoom</code>, чтобы упростить настройку количества единиц, отображаемых камерой.</p>
<p>Давайте добавим настройки GUI для <code class="notranslate" translate="no">zoom</code></p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const gui = new GUI();
+gui.add(camera, 'zoom', 0.01, 1, 0.01).listen();
</pre>
<p>Вызовем <code class="notranslate" translate="no">listen</code> говорящий lil-gui следить за изменениями.
Потому что <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a> также может управлять масштабированием.
Например, колесо прокрутки на мыши будет масштабироваться с помощью <a href="/docs/#examples/controls/OrbitControls"><code class="notranslate" translate="no">OrbitControls</code></a>.</p>
<p>Наконец, нам просто нужно изменить часть, которая отображает левую сторону,
чтобы обновить <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a>.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">{
const aspect = setScissorForElement(view1Elem);
// обновить камеру для этого соотношения сторон
- camera.aspect = aspect;
+ camera.left = -aspect;
+ camera.right = aspect;
camera.updateProjectionMatrix();
cameraHelper.update();
// не рисуем Helper камеры в исходном view
cameraHelper.visible = false;
scene.background.set(0x000000);
renderer.render(scene, camera);
}
</pre>
<p>и теперь вы можете увидеть <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> в работе.</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-orthographic-2-scenes.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-orthographic-2-scenes.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p><a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> чаще всего используется для рисования 2D-объектов.
Вы решаете, сколько единиц вы хотите, чтобы камера показывала. Например,
если вы хотите, чтобы один пиксель холста соответствовал одному элементу
камеры, вы можете сделать что-то вроде:</p>
<p>Поместить начало координат в центр и иметь 1 пиксель = 1 единицу three.js что-то вроде:</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">camera.left = -canvas.width / 2;
camera.right = canvas.width / 2;
camera.top = canvas.heigth / 2;
camera.bottom = -canvas.height / 2;
camera.near = -1;
camera.far = 1;
camera.zoom = 1;
</pre>
<p>Или, если бы мы хотели, чтобы источник находился в верхнем левом углу,
как 2D-холст, мы могли бы использовать это</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">camera.left = 0;
camera.right = canvas.width;
camera.top = 0;
camera.bottom = canvas.height;
camera.near = -1;
camera.far = 1;
camera.zoom = 1;
</pre>
<p>В этом случае верхний левый угол будет 0,0, как 2D холст</p>
<p>Давай попробуем! Сначала давайте настроим камеру</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const left = 0;
const right = 300; // default canvas size
const top = 0;
const bottom = 150; // default canvas size
const near = -1;
const far = 1;
const camera = new THREE.OrthographicCamera(left, right, top, bottom, near, far);
camera.zoom = 1;
</pre>
<p>Затем давайте загрузим 6 текстур и сделаем 6 плоскостей, по одной на каждую текстуру.
Мы будем привязывать каждую плоскость к <a href="/docs/#api/en/core/Object3D"><code class="notranslate" translate="no">THREE.Object3D</code></a> чтобы было легче сместить плоскость,
чтобы ее центр находился в ее верхнем левом углу.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">const loader = new THREE.TextureLoader();
const textures = [
loader.load('../resources/images/flower-1.jpg'),
loader.load('../resources/images/flower-2.jpg'),
loader.load('../resources/images/flower-3.jpg'),
loader.load('../resources/images/flower-4.jpg'),
loader.load('../resources/images/flower-5.jpg'),
loader.load('../resources/images/flower-6.jpg'),
];
const planeSize = 256;
const planeGeo = new THREE.PlaneGeometry(planeSize, planeSize);
const planes = textures.map((texture) => {
const planePivot = new THREE.Object3D();
scene.add(planePivot);
texture.magFilter = THREE.NearestFilter;
const planeMat = new THREE.MeshBasicMaterial({
map: texture,
side: THREE.DoubleSide,
});
const mesh = new THREE.Mesh(planeGeo, planeMat);
planePivot.add(mesh);
// move plane so top left corner is origin
mesh.position.set(planeSize / 2, planeSize / 2, 0);
return planePivot;
});
</pre>
<p>и нам нужно обновить камеру, если размер холста изменится.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function render() {
if (resizeRendererToDisplaySize(renderer)) {
camera.right = canvas.width;
camera.bottom = canvas.height;
camera.updateProjectionMatrix();
}
...
</pre>
<p><code class="notranslate" translate="no">planes</code> - массив <a href="/docs/#api/en/objects/Mesh"><code class="notranslate" translate="no">THREE.Mesh</code></a>, по одному для каждой плоскости.
Давайте переместим их в зависимости от времени.</p>
<pre class="prettyprint showlinemods notranslate lang-js" translate="no">function render(time) {
time *= 0.001; // конвертировать в секунды;
...
const distAcross = Math.max(20, canvas.width - planeSize);
const distDown = Math.max(20, canvas.height - planeSize);
// total distance to move across and back
const xRange = distAcross * 2;
const yRange = distDown * 2;
const speed = 180;
planes.forEach((plane, ndx) => {
// compute a unique time for each plane
const t = time * speed + ndx * 300;
// get a value between 0 and range
const xt = t % xRange;
const yt = t % yRange;
// set our position going forward if 0 to half of range
// and backward if half of range to range
const x = xt < distAcross ? xt : xRange - xt;
const y = yt < distDown ? yt : yRange - yt;
plane.position.set(x, y, 0);
});
renderer.render(scene, camera);
</pre>
<p>И вы можете видеть, как изображения отскакивают от пикселей идеально по краям холста,
используя пиксельную математику, как 2D холст</p>
<p></p><div translate="no" class="threejs_example_container notranslate">
<div><iframe class="threejs_example notranslate" translate="no" style=" " src="/manual/examples/resources/editor.html?url=/manual/examples/cameras-orthographic-canvas-top-left-origin.html"></iframe></div>
<a class="threejs_center" href="/manual/examples/cameras-orthographic-canvas-top-left-origin.html" target="_blank">нажмите здесь, чтобы открыть в отдельном окне</a>
</div>
<p></p>
<p>Другое распространенное использование <a href="/docs/#api/en/cameras/OrthographicCamera"><code class="notranslate" translate="no">OrthographicCamera</code></a> для рисования - это отображение вверх,
вниз, влево, вправо, спереди, сзади программ трехмерного моделирования или редактора игрового движка.</p>
<div class="threejs_center"><img src="../resources/images/quad-viewport.png" style="width: 574px;"></div>
<p>На скриншоте выше вы можете видеть 1 вид в перспективе и 3 вида в ортогональном виде.</p>
<p>Это основы камер. Мы рассмотрим несколько распространенных способов перемещения камер в других статьях.
А пока давайте перейдем к <a href="shadows.html">теням</a>.</p>
<p><canvas id="c"></canvas></p>
<script type="module" src="../resources/threejs-cameras.js"></script>
</div>
</div>
</div>
<script src="/manual/resources/prettify.js"></script>
<script src="/manual/resources/lesson.js"></script>
</body></html>
|
original_sources/boost_1_59_0/libs/math/doc/html/math_toolkit/dist_ref/dists/weibull_dist.html
|
TyRoXx/cdm
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Weibull Distribution</title>
<link rel="stylesheet" href="../../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
<link rel="home" href="../../../index.html" title="Math Toolkit 2.2.1">
<link rel="up" href="../dists.html" title="Distributions">
<link rel="prev" href="uniform_dist.html" title="Uniform Distribution">
<link rel="next" href="../dist_algorithms.html" title="Distribution Algorithms">
</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="uniform_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><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="../dist_algorithms.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="math_toolkit.dist_ref.dists.weibull_dist"></a><a class="link" href="weibull_dist.html" title="Weibull Distribution">Weibull Distribution</a>
</h4></div></div></div>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">distributions</span><span class="special">/</span><span class="identifier">weibull</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></pre>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span> <span class="special">=</span> <span class="keyword">double</span><span class="special">,</span>
<span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 14. Policies: Controlling Precision, Error Handling etc">Policy</a> <span class="special">=</span> <a class="link" href="../../pol_ref/pol_ref_ref.html" title="Policy Class Reference">policies::policy<></a> <span class="special">></span>
<span class="keyword">class</span> <span class="identifier">weibull_distribution</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">weibull_distribution</span><span class="special"><></span> <span class="identifier">weibull</span><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 14. Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">weibull_distribution</span>
<span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="keyword">typedef</span> <span class="identifier">RealType</span> <span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Policy</span> <span class="identifier">policy_type</span><span class="special">;</span>
<span class="comment">// Construct:</span>
<span class="identifier">weibull_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">scale</span> <span class="special">=</span> <span class="number">1</span><span class="special">)</span>
<span class="comment">// Accessors:</span>
<span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="identifier">RealType</span> <span class="identifier">scale</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="special">};</span>
<span class="special">}}</span> <span class="comment">// namespaces</span>
</pre>
<p>
The <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> is a continuous distribution with the <a href="http://en.wikipedia.org/wiki/Probability_density_function" target="_top">probability
density function</a>:
</p>
<p>
f(x; α, β) = (α/β) * (x / β)<sup>α - 1</sup> * e<sup>-(x/β)<sup>α</sup></sup>
</p>
<p>
For shape parameter α   > 0, and scale parameter β   > 0, and x > 0.
</p>
<p>
The Weibull distribution is often used in the field of failure analysis;
in particular it can mimic distributions where the failure rate varies
over time. If the failure rate is:
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
constant over time, then α   = 1, suggests that items are failing from
random events.
</li>
<li class="listitem">
decreases over time, then α   < 1, suggesting "infant mortality".
</li>
<li class="listitem">
increases over time, then α   > 1, suggesting "wear out" -
more likely to fail as time goes by.
</li>
</ul></div>
<p>
The following graph illustrates how the PDF varies with the shape parameter
α:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../graphs/weibull_pdf1.svg" align="middle"></span>
</p>
<p>
While this graph illustrates how the PDF varies with the scale parameter
β:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../graphs/weibull_pdf2.svg" align="middle"></span>
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h0"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.related_distributions"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.related_distributions">Related
distributions</a>
</h5>
<p>
When α   = 3, the <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> appears similar to the <a href="http://en.wikipedia.org/wiki/Normal_distribution" target="_top">normal
distribution</a>. When α   = 1, the Weibull distribution reduces to the
<a href="http://en.wikipedia.org/wiki/Exponential_distribution" target="_top">exponential
distribution</a>. The relationship of the types of extreme value distributions,
of which the Weibull is but one, is discussed by <a href="http://www.worldscibooks.com/mathematics/p191.html" target="_top">Extreme
Value Distributions, Theory and Applications Samuel Kotz & Saralees
Nadarajah</a>.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h1"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.member_functions"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.member_functions">Member
Functions</a>
</h5>
<pre class="programlisting"><span class="identifier">weibull_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">scale</span> <span class="special">=</span> <span class="number">1</span><span class="special">);</span>
</pre>
<p>
Constructs a <a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">Weibull
distribution</a> with shape <span class="emphasis"><em>shape</em></span> and scale <span class="emphasis"><em>scale</em></span>.
</p>
<p>
Requires that the <span class="emphasis"><em>shape</em></span> and <span class="emphasis"><em>scale</em></span>
parameters are both greater than zero, otherwise calls <a class="link" href="../../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">shape</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the <span class="emphasis"><em>shape</em></span> parameter of this distribution.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">scale</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the <span class="emphasis"><em>scale</em></span> parameter of this distribution.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h2"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.non_member_accessors"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.non_member_accessors">Non-member
Accessors</a>
</h5>
<p>
All the <a class="link" href="../nmp.html" title="Non-Member Properties">usual non-member accessor
functions</a> that are generic to all distributions are supported:
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.cdf">Cumulative Distribution Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.pdf">Probability Density Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.quantile">Quantile</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.hazard">Hazard Function</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.chf">Cumulative Hazard Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mean">mean</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.median">median</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mode">mode</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.variance">variance</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.sd">standard deviation</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.skewness">skewness</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis">kurtosis</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis_excess">kurtosis_excess</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.range">range</a> and <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.support">support</a>.
</p>
<p>
The domain of the random variable is [0, ∞].
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h3"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.accuracy"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.accuracy">Accuracy</a>
</h5>
<p>
The Weibull distribution is implemented in terms of the standard library
<code class="computeroutput"><span class="identifier">log</span></code> and <code class="computeroutput"><span class="identifier">exp</span></code>
functions plus <a class="link" href="../../powers/expm1.html" title="expm1">expm1</a> and
<a class="link" href="../../powers/log1p.html" title="log1p">log1p</a> and as such should
have very low error rates.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h4"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.implementation"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.implementation">Implementation</a>
</h5>
<p>
In the following table α   is the shape parameter of the distribution, β   is its
scale parameter, <span class="emphasis"><em>x</em></span> is the random variate, <span class="emphasis"><em>p</em></span>
is the probability and <span class="emphasis"><em>q = 1-p</em></span>.
</p>
<div class="informaltable"><table class="table">
<colgroup>
<col>
<col>
</colgroup>
<thead><tr>
<th>
<p>
Function
</p>
</th>
<th>
<p>
Implementation Notes
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
pdf
</p>
</td>
<td>
<p>
Using the relation: pdf = αβ<sup>-α </sup>x<sup>α - 1</sup> e<sup>-(x/beta)<sup>alpha</sup></sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
cdf
</p>
</td>
<td>
<p>
Using the relation: p = -<a class="link" href="../../powers/expm1.html" title="expm1">expm1</a>(-(x/β)<sup>α</sup>)
</p>
</td>
</tr>
<tr>
<td>
<p>
cdf complement
</p>
</td>
<td>
<p>
Using the relation: q = e<sup>-(x/β)<sup>α</sup></sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
quantile
</p>
</td>
<td>
<p>
Using the relation: x = β * (-<a class="link" href="../../powers/log1p.html" title="log1p">log1p</a>(-p))<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
quantile from the complement
</p>
</td>
<td>
<p>
Using the relation: x = β * (-log(q))<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
mean
</p>
</td>
<td>
<p>
β * Γ(1 + 1/α)
</p>
</td>
</tr>
<tr>
<td>
<p>
variance
</p>
</td>
<td>
<p>
β<sup>2</sup>(Γ(1 + 2/α) - Γ<sup>2</sup>(1 + 1/α))
</p>
</td>
</tr>
<tr>
<td>
<p>
mode
</p>
</td>
<td>
<p>
β((α - 1) / α)<sup>1/α</sup>
</p>
</td>
</tr>
<tr>
<td>
<p>
skewness
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
kurtosis
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
<tr>
<td>
<p>
kurtosis excess
</p>
</td>
<td>
<p>
Refer to <a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</p>
</td>
</tr>
</tbody>
</table></div>
<h5>
<a name="math_toolkit.dist_ref.dists.weibull_dist.h5"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.weibull_dist.references"></a></span><a class="link" href="weibull_dist.html#math_toolkit.dist_ref.dists.weibull_dist.references">References</a>
</h5>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
<a href="http://en.wikipedia.org/wiki/Weibull_distribution" target="_top">http://en.wikipedia.org/wiki/Weibull_distribution</a>
</li>
<li class="listitem">
<a href="http://mathworld.wolfram.com/WeibullDistribution.html" target="_top">Weisstein,
Eric W. "Weibull Distribution." From MathWorld--A Wolfram
Web Resource.</a>
</li>
<li class="listitem">
<a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda3668.htm" target="_top">Weibull
in NIST Exploratory Data Analysis</a>
</li>
</ul></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 © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Johan Råde, Gautam Sewani, Benjamin Sobotta,
Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="uniform_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><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="../dist_algorithms.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
www/lib/ion-autocomplete/test/templates/test-template.html
|
guillaume317/elink-port
|
<div id="test-template-div" style="display: block;">{{viewModel.placeholder}}</div>
|
public/index.html
|
mattfili/node-postgres-testing
|
<!DOCTYPE html>
<html lang="en-US" ng-app="Northwind">
<head>
<base href="/">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Northwind</title>
<link rel="stylesheet" href="lib/build.css">
<link rel="stylesheet" href="lib/foundation-icons/foundation-icons.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="menu-top">
<div class="menu-group dark">
<div class="menu-group-left">
<ul class="dark menu-bar">
<li><a ui-sref="start.dash">Home</a></li>
<li><a ui-sref="add">Add</a></li>
</ul>
</div>
</div>
</div>
<ui-view class="grid-frame"></ui-view>
</body>
<script src="lib/build.js"></script>
<script src="js/main.config.js"></script>
<script src="js/dashboard.controller.js"></script>
<script src="js/main.factory.js"></script>
</html>
|
src/directives/edu-field-nifniecif-tpl.html
|
educarm/edu-field
|
<div class="form-group {{options.col}}" ng-class="{'has-error': $invalid, 'has-success': !$invalid && $dirty}" style="position:relative" ng-hide="options.hidden">
<label for="{{id}}">
{{options.label}}
{{options.required ? '*' : ''}}
</label>
<div class="input-group">
<span class="input-group-btn">
<button class="btn btn-{{options.typebutton || 'default' }} btn-{{options.inputSize || 'default'}}" type="button">{{options.textbutton}}</button>
</span>
<!--style="min-width:250px" -->
<input type="text"
class="form-control input-{{options.inputSize || 'default'}}"
id="{{id}}"
name="{{name}}"
placeholder="{{options.placeholder}}"
edu-focus="options.autofocus"
ng-required="options.required"
ng-disabled="options.disabled"
ng-readonly="options.readonly"
ng-minlength="options.min"
ng-maxlength="options.max"
ng-pattern="nifniecifValidator"
ng-model="value"
ng-blur="onBlur()"
ng-focus="onFocus()"
ng-change="onChange()">
</div>
<div class="help-block has-error" ng-show="$invalid" style="position:absolute;top:50px">
<small class="error" ng-show="$invalidRequired">Campo obligatorio. Introduzca un {{options.textbutton|| 'Número de documento'}}</small>
<small class="error" ng-show="$invalidMinlength">Debe tener al menos {{options.min}} caracteres</small>
<small class="error" ng-show="$invalidMaxlength">No puede tener más de {{options.max}} caracteres</small>
<small class="error" ng-show="$invalidPattern">Introduzca un {{options.textbutton|| 'Número de documento'}} válido</small>
</div>
</div>
|
web/bundles/sunraangular/js/angular/angular-1.2.27/docs/partials/api/ngMock/service/$log.html
|
viral810/ngSimpleCMS
|
<a href='https://github.com/angular/angular.js/edit/v1.2.x/src/ngMock/angular-mocks.js?message=docs($log)%3A%20describe%20your%20change...#L277' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.2.27/src/ngMock/angular-mocks.js#L277' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">$log</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- service in module <a href="api/ngMock">ngMock</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>Mock implementation of <a href="api/ng/service/$log"><code>$log</code></a> that gathers all logged messages in arrays
(one array per logging level). These arrays are exposed as <code>logs</code> property of each of the
level-specific log function, e.g. for level <code>error</code> the array is exposed as <code>$log.error.logs</code>.</p>
</div>
<div>
<h2>Methods</h2>
<ul class="methods">
<li id="reset">
<h3><p><code>reset();</code></p>
</h3>
<div><p>Reset all of the logging arrays to empty.</p>
</div>
</li>
<li id="assertEmpty">
<h3><p><code>assertEmpty();</code></p>
</h3>
<div><p>Assert that the all of the logging methods have no logged messages. If messages present, an
exception is thrown.</p>
</div>
</li>
</ul>
<h2>Properties</h2>
<ul class="properties">
<li id="log.logs">
<h3><code>log.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#log"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="info.logs">
<h3><code>info.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#info"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="warn.logs">
<h3><code>warn.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#warn"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="error.logs">
<h3><code>error.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#error"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
<li id="debug.logs">
<h3><code>debug.logs</code></h3>
<table class="variables-matrix return-arguments">
<tr>
<td></td>
<td><p>Array of messages logged using <a href="api/ngMock/service/$log#debug"><code>$log</code></a>.</p>
</td>
</tr>
</table>
</li>
</ul>
</div>
|
www/css/index.css
|
Prygan/IMTA-cordova
|
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*/
* {
-webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}
body {
-webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
-webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
-webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
background-color:#E4E4E4;
background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
background-image:-webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #A7A7A7),
color-stop(0.51, #E4E4E4)
);
background-attachment:fixed;
font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
font-size:12px;
height:100%;
margin:0px;
padding:0px;
text-transform:uppercase;
width:100%;
}
/* Portrait layout (default) */
.app {
background:url(../img/logo.png) no-repeat center top; /* 170px x 200px */
position:absolute; /* position in the center of the screen */
left:50%;
top:50%;
height:50px; /* text area height */
width:225px; /* text area width */
text-align:center;
padding:180px 0px 0px 0px; /* image height is 200px (bottom 20px are overlapped with text) */
margin:-115px 0px 0px -112px; /* offset vertical: half of image height and text area height */
/* offset horizontal: half of text area width */
}
/* Landscape layout (with min-width) */
@media screen and (min-aspect-ratio: 1/1) and (min-width:400px) {
.app {
background-position:left center;
padding:75px 0px 75px 170px; /* padding-top + padding-bottom + text area = image height */
margin:-90px 0px 0px -198px; /* offset vertical: half of image height */
/* offset horizontal: half of image width and text area width */
}
}
h1 {
font-size:24px;
font-weight:normal;
margin:0px;
overflow:visible;
padding:0px;
text-align:center;
}
.event {
border-radius:4px;
-webkit-border-radius:4px;
color:#FFFFFF;
font-size:12px;
margin:0px 30px;
padding:2px 0px;
}
.event.listening {
background-color:#333333;
display:block;
}
.event.received {
background-color:#4B946A;
display:none;
}
@keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
@-webkit-keyframes fade {
from { opacity: 1.0; }
50% { opacity: 0.4; }
to { opacity: 1.0; }
}
.blink {
animation:fade 3000ms infinite;
-webkit-animation:fade 3000ms infinite;
}
|
app/views/lis/7/assets/shares.html
|
nhsbsa/nhslis
|
{% extends 'templates/nhs_transaction_layout.html' %}
{% import 'includes/form_macros.html' as form_macros %}
{% block afterHeader %}
{% include "includes/service-headers/low-income.html" %}
{% endblock %}
{% block content %}
<main id="content" role="main">
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-large">
Do you or your partner have any shares?
</h1>
<form action="" method="get" class="form">
<div class="form-item-wrapper">
<fieldset>
<div class="inline-form-groups">
<div class="form-group">
<input type="radio" id="binary-yes" name="binary">
<label class="form-control-radio" for="binary-yes">
Yes
</label>
</div>
<div class="form-group">
<input type="radio" id="binary-no" name="binary">
<label class="form-control-radio" for="binary-no">
No
</label>
</div>
</div>
</fieldset>
</div>
{{
form_macros.button({
href: 'certificates',
label: 'Save and continue'
})
}}
<p class="navigation"><a class="cancel" href="../lis-home">Save and come back later</a></p>
</form>
</div>
</div>
</main>
{% endblock %}
|
ext/c++/thirdpart/c++/boost/libs/range/doc/html/range/reference/algorithms/new/push_front.html
|
yinchunlong/abelkhan-1
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>push_front</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. Range 2.0">
<link rel="up" href="../new.html" title="New algorithms">
<link rel="prev" href="push_back.html" title="push_back">
<link rel="next" href="remove_erase.html" title="remove_erase">
</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="push_back.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../new.html"><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="remove_erase.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h5 class="title">
<a name="range.reference.algorithms.new.push_front"></a><a class="link" href="push_front.html" title="push_front">push_front</a>
</h5></div></div></div>
<h6>
<a name="range.reference.algorithms.new.push_front.h0"></a>
<span><a name="range.reference.algorithms.new.push_front.prototype"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.prototype">Prototype</a>
</h6>
<p>
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">class</span> <span class="identifier">Container</span><span class="special">,</span>
<span class="keyword">class</span> <span class="identifier">SinglePassRange</span>
<span class="special">></span>
<span class="identifier">Container</span><span class="special">&</span> <span class="identifier">push_front</span><span class="special">(</span><span class="identifier">Container</span><span class="special">&</span> <span class="identifier">target</span><span class="special">,</span>
<span class="keyword">const</span> <span class="identifier">SinglePassRange</span><span class="special">&</span> <span class="identifier">from</span><span class="special">);</span>
</pre>
<p>
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h1"></a>
<span><a name="range.reference.algorithms.new.push_front.description"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.description">Description</a>
</h6>
<p>
<code class="computeroutput"><span class="identifier">push_front</span></code> all of the
elements in the range <code class="computeroutput"><span class="identifier">from</span></code>
to the front of the container <code class="computeroutput"><span class="identifier">target</span></code>.
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h2"></a>
<span><a name="range.reference.algorithms.new.push_front.definition"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.definition">Definition</a>
</h6>
<p>
Defined in the header file <code class="computeroutput"><span class="identifier">boost</span><span class="special">/</span><span class="identifier">range</span><span class="special">/</span><span class="identifier">algorithm_ext</span><span class="special">/</span><span class="identifier">push_front</span><span class="special">.</span><span class="identifier">hpp</span></code>
</p>
<h6>
<a name="range.reference.algorithms.new.push_front.h3"></a>
<span><a name="range.reference.algorithms.new.push_front.requirements"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.requirements">Requirements</a>
</h6>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<code class="computeroutput"><span class="identifier">SinglePassRange</span></code> is
a model of the <a class="link" href="../../../concepts/single_pass_range.html" title="Single Pass Range">Single
Pass Range</a> Concept.
</li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">Container</span></code> supports
insert at <code class="computeroutput"><span class="identifier">begin</span><span class="special">()</span></code>.
</li>
<li class="listitem">
<code class="computeroutput"><span class="identifier">SinglePassRange</span></code>'s
value type is convertible to <code class="computeroutput"><span class="identifier">Container</span></code>'s
value type.
</li>
</ol></div>
<h6>
<a name="range.reference.algorithms.new.push_front.h4"></a>
<span><a name="range.reference.algorithms.new.push_front.complexity"></a></span><a class="link" href="push_front.html#range.reference.algorithms.new.push_front.complexity">Complexity</a>
</h6>
<p>
Linear. <code class="computeroutput"><span class="identifier">distance</span><span class="special">(</span><span class="identifier">from</span><span class="special">)</span></code>
assignments are performed.
</p>
</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 © 2003-2010 Thorsten Ottosen,
Neil Groves<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="push_back.html"><img src="../../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../new.html"><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="remove_erase.html"><img src="../../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
dialogos/build/lxml/doc/html/api/lxml.etree.DTD-class.html
|
bertucho/epic-movie-quotes-quiz
|
<?xml version="1.0" encoding="ascii"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>lxml.etree.DTD</title>
<link rel="stylesheet" href="epydoc.css" type="text/css" />
<script type="text/javascript" src="epydoc.js"></script>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<span class="breadcrumbs">
<a href="lxml-module.html">Package lxml</a> ::
<a href="lxml.etree-module.html">Module etree</a> ::
Class DTD
</span>
</td>
<td>
<table cellpadding="0" cellspacing="0">
<!-- hide/show private -->
<tr><td align="right"><span class="options">[<a href="javascript:void(0);" class="privatelink"
onclick="toggle_private();">hide private</a>]</span></td></tr>
<tr><td align="right"><span class="options"
>[<a href="frames.html" target="_top">frames</a
>] | <a href="lxml.etree.DTD-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class DTD</h1><p class="nomargin-top"></p>
<pre class="base-tree">
object --+
|
<a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a> --+
|
<strong class="uidshort">DTD</strong>
</pre>
<hr />
<p>DTD(self, file=None, external_id=None)
A DTD validator.</p>
<p>Can load from filesystem directly given a filename or file-like object.
Alternatively, pass the keyword parameter <tt class="rst-docutils literal">external_id</tt> to load from a
catalog.</p>
<!-- ==================== INSTANCE METHODS ==================== -->
<a name="section-InstanceMethods"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Instance Methods</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-InstanceMethods"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__call__" class="summary-sig-name">__call__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">etree</span>)</span><br />
Validate doc using the DTD.</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">file</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">external_id</span>=<span class="summary-sig-default">None</span>)</span><br />
x.__init__(...) initializes x; see help(type(x)) for signature</td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type">a new object with type S, a subtype of T</span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a href="lxml.etree.DTD-class.html#__new__" class="summary-sig-name">__new__</a>(<span class="summary-sig-arg">T</span>,
<span class="summary-sig-arg">S</span>,
<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="elements"></a><span class="summary-sig-name">elements</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="entities"></a><span class="summary-sig-name">entities</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="iterelements"></a><span class="summary-sig-name">iterelements</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><span class="summary-sig"><a name="iterentities"></a><span class="summary-sig-name">iterentities</span>(<span class="summary-sig-arg">...</span>)</span></td>
<td align="right" valign="top">
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b>:
<code><a href="lxml.etree._Validator-class.html#assertValid">assertValid</a></code>,
<code><a href="lxml.etree._Validator-class.html#assert_">assert_</a></code>,
<code><a href="lxml.etree._Validator-class.html#validate">validate</a></code>
</p>
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b> (private):
<code><a href="lxml.etree._Validator-class.html#_append_log_message" onclick="show_private();">_append_log_message</a></code>,
<code><a href="lxml.etree._Validator-class.html#_clear_error_log" onclick="show_private();">_clear_error_log</a></code>
</p></div>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__delattr__</code>,
<code>__format__</code>,
<code>__getattribute__</code>,
<code>__hash__</code>,
<code>__reduce__</code>,
<code>__reduce_ex__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__sizeof__</code>,
<code>__str__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== PROPERTIES ==================== -->
<a name="section-Properties"></a>
<table class="summary" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Properties</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-Properties"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="external_id"></a><span class="summary-name">external_id</span>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="name"></a><span class="summary-name">name</span>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a name="system_url"></a><span class="summary-name">system_url</span>
</td>
</tr>
<tr>
<td colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="lxml.etree._Validator-class.html" onclick="show_private();">_Validator</a></code></b>:
<code><a href="lxml.etree._Validator-class.html#error_log">error_log</a></code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
</table>
<!-- ==================== METHOD DETAILS ==================== -->
<a name="section-MethodDetails"></a>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="table-header">
<td colspan="2" class="table-header">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr valign="top">
<td align="left"><span class="table-header">Method Details</span></td>
<td align="right" valign="top"
><span class="options">[<a href="#section-MethodDetails"
class="privatelink" onclick="toggle_private();"
>hide private</a>]</span></td>
</tr>
</table>
</td>
</tr>
</table>
<a name="__call__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__call__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">etree</span>)</span>
<br /><em class="fname">(Call operator)</em>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
<p>Validate doc using the DTD.</p>
<p>Returns true if the document is valid, false if not.</p>
<dl class="fields">
</dl>
</td></tr></table>
</div>
<a name="__init__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__init__</span>(<span class="sig-arg">self</span>,
<span class="sig-arg">file</span>=<span class="sig-default">None</span>,
<span class="sig-arg">external_id</span>=<span class="sig-default">None</span>)</span>
<br /><em class="fname">(Constructor)</em>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
x.__init__(...) initializes x; see help(type(x)) for signature
<dl class="fields">
<dt>Overrides:
object.__init__
</dt>
</dl>
</td></tr></table>
</div>
<a name="__new__"></a>
<div>
<table class="details" border="1" cellpadding="3"
cellspacing="0" width="100%" bgcolor="white">
<tr><td>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr valign="top"><td>
<h3 class="epydoc"><span class="sig"><span class="sig-name">__new__</span>(<span class="sig-arg">T</span>,
<span class="sig-arg">S</span>,
<span class="sig-arg">...</span>)</span>
</h3>
</td><td align="right" valign="top"
>
</td>
</tr></table>
<dl class="fields">
<dt>Returns: a new object with type S, a subtype of T</dt>
<dt>Overrides:
object.__new__
</dt>
</dl>
</td></tr></table>
</div>
<br />
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lxml-module.html">Home</a> </th>
<!-- Tree link -->
<th> <a
href="module-tree.html">Trees</a> </th>
<!-- Index link -->
<th> <a
href="identifier-index.html">Indices</a> </th>
<!-- Help link -->
<th> <a
href="help.html">Help</a> </th>
<!-- Project homepage -->
<th class="navbar" align="right" width="100%">
<table border="0" cellpadding="0" cellspacing="0">
<tr><th class="navbar" align="center"
><a class="navbar" target="_top" href="/">lxml API</a></th>
</tr></table></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
<tr>
<td align="left" class="footer">
Generated by Epydoc 3.0.1 on Sat Apr 25 16:24:35 2015
</td>
<td align="right" class="footer">
<a target="mainFrame" href="http://epydoc.sourceforge.net"
>http://epydoc.sourceforge.net</a>
</td>
</tr>
</table>
<script type="text/javascript">
<!--
// Private objects are initially displayed (because if
// javascript is turned off then we want them to be
// visible); but by default, we want to hide them. So hide
// them unless we have a cookie that says to show them.
checkCookie();
// -->
</script>
</body>
</html>
|
ext/c++/thirdpart/c++/boost/libs/regex/doc/html/boost_regex/background_information.html
|
yinchunlong/abelkhan-1
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Background Information</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="Boost.Regex 5.1.1">
<link rel="up" href="../index.html" title="Boost.Regex 5.1.1">
<link rel="prev" href="ref/internal_details/uni_iter.html" title="Unicode Iterators">
<link rel="next" href="background_information/headers.html" title="Headers">
</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="ref/internal_details/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><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="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="boost_regex.background_information"></a><a class="link" href="background_information.html" title="Background Information">Background Information</a>
</h2></div></div></div>
<div class="toc"><dl>
<dt><span class="section"><a href="background_information/headers.html">Headers</a></span></dt>
<dt><span class="section"><a href="background_information/locale.html">Localization</a></span></dt>
<dt><span class="section"><a href="background_information/thread_safety.html">Thread
Safety</a></span></dt>
<dt><span class="section"><a href="background_information/examples.html">Test and
Example Programs</a></span></dt>
<dt><span class="section"><a href="background_information/futher.html">References
and Further Information</a></span></dt>
<dt><span class="section"><a href="background_information/faq.html">FAQ</a></span></dt>
<dt><span class="section"><a href="background_information/performance.html">Performance</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="background_information/performance/section_Testing_Perl_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_Perl_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
Perl searches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_leftmost_longest_searches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_leftmost_longest_searches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
leftmost-longest searches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_Perl_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_Perl_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
simple Perl matches (platform = linux, compiler = GNU C++ version 5.1.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_Windows_x64_compiler_Microsoft_Visual_C_version_14_0_.html">Testing
simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
Visual C++ version 14.0)</a></span></dt>
<dt><span class="section"><a href="background_information/performance/section_Testing_simple_leftmost_longest_matches_platform_linux_compiler_GNU_C_version_5_1_0_.html">Testing
simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
5.1.0)</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="background_information/standards.html">Standards
Conformance</a></span></dt>
<dt><span class="section"><a href="background_information/redist.html">Redistributables</a></span></dt>
<dt><span class="section"><a href="background_information/acknowledgements.html">Acknowledgements</a></span></dt>
<dt><span class="section"><a href="background_information/history.html">History</a></span></dt>
</dl></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 © 1998-2013 John Maddock<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="ref/internal_details/uni_iter.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><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="background_information/headers.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/api/zh/geometries/BoxGeometry.html
|
opensim-org/three.js
|
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:BufferGeometry] →
<h1>立方缓冲几何体([name])</h1>
<p class="desc">[name]是四边形的原始几何类,它通常使用构造函数所提供的“width”、“height”、“depth”参数来创建立方体或者不规则四边形。</p>
<iframe id="scene" src="scenes/geometry-browser.html#BoxGeometry"></iframe>
<script>
// iOS iframe auto-resize workaround
if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) {
const scene = document.getElementById( 'scene' );
scene.style.width = getComputedStyle( scene ).width;
scene.style.height = getComputedStyle( scene ).height;
scene.setAttribute( 'scrolling', 'no' );
}
</script>
<h2>代码示例</h2>
<code>const geometry = new THREE.BoxGeometry( 1, 1, 1 );
const material = new THREE.MeshBasicMaterial( {color: 0x00ff00} );
const cube = new THREE.Mesh( geometry, material );
scene.add( cube );
</code>
<h2>构造器</h2>
<h3>[name]([param:Float width], [param:Float height], [param:Float depth], [param:Integer widthSegments], [param:Integer heightSegments], [param:Integer depthSegments])</h3>
<p>
width — X轴上面的宽度,默认值为1。<br />
height — Y轴上面的高度,默认值为1。<br />
depth — Z轴上面的深度,默认值为1。<br />
widthSegments — (可选)宽度的分段数,默认值是1。<br />
heightSegments — (可选)宽度的分段数,默认值是1。<br />
depthSegments — (可选)宽度的分段数,默认值是1。
</p>
<h2>属性</h2>
<p>共有属性请参见其基类[page:BufferGeometry]。</p>
<h3>[property:Object parameters]</h3>
<p>
一个包含着构造函数中每个参数的对象。在对象实例化之后,对该属性的任何修改都不会改变这个几何体。
</p>
<p>
使用上面的示例代码来作为基础:
<code>
geometry.parameters; // outputs an object {width: 1, height: 1, depth: 1, widthSegments: undefined, heightSegments: undefined}
cube.geometry.parameters; // as above
cube.geometry.parameters.width; // === 1
cube.geometry.parameters.widthSegments // === undefined.
</code>
</p>
<h2>方法(Methods)</h2>
<p>共有方法请参见其基类[page:BufferGeometry]。</p>
<h2>源代码</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>
|
views/mobile/templates/markdown/README.html
|
ipluser/nodejs-basicer
|
<h2 id="angularjs-requirejs-boilerplate">angularjs-requirejs-boilerplate</h2>
<p>A complete angularjs requirejs boilerplate for node. There are angular and test samples in the project,
you can quick start your new project with angularjs-requirejs-boilerplate.</p>
<h2 id="features">Features</h2>
<h3 id="front-end">Front-end</h3>
<ul>
<li><a href="http://angularjs.org/">angularjs</a>, a JavaScript MVW Framework</li>
<li><a href="http://getbootstrap.com/">bootstrap</a>, the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web</li>
<li><a href="https://jquery.org/">jquery</a>, the Write Less, Do More, JavaScript Library</li>
<li><a href="http://lesscss.org/">less</a>, a CSS pre-processor</li>
<li><a href="http://requirejs.org/">requirejs</a>, a JavaScript file and module loader</li>
<li>etc</li>
</ul>
<h3 id="back-end">Back-end</h3>
<ul>
<li><a href="http://expressjs.com/">expressjs</a>, sinatra inspired web development framework for node.js</li>
<li><a href="http://gulpjs.com/">gulp</a>, the streaming build system</li>
<li><a href="http://paularmstrong.github.io/swig/">swig</a>, a simple, powerful, and extendable JavaScript Template Engine</li>
<li>etc</li>
</ul>
<h2 id="quick-start">Quick Start</h2>
<h3 id="install-dependencies-">Install Dependencies:</h3>
<pre><code class="lang-bash">$ bower install
$ npm install
</code></pre>
<h3 id="development">Development</h3>
<p>Development Environment using gulp-nodemon, <a href="https://www.browsersync.io/">browser-sync</a> and gulp-jshint.</p>
<ol>
<li>Make sure <strong>isDevMode</strong> configuration is <strong>true</strong> in <strong>locals.js</strong></li>
<li>Start development mode with <code>gulp --development</code></li>
<li>Input <code>http://localhost:devPort</code> with browsers</li>
</ol>
<h3 id="production">Production</h3>
<ol>
<li>Make sure <strong>isDevMode</strong> configuration is <strong>false</strong> in <strong>locals.js</strong></li>
<li>Compile and build with <code>gulp --production</code></li>
<li>Start the server with node or pm2 or others</li>
<li>Input <code>http://localhost:port</code> with browsers</li>
</ol>
<h3 id="configuration">Configuration</h3>
<p>System configuration are stored in the <strong>locals.js</strong> file.</p>
<h3 id="samples-page">Samples Page</h3>
<p>Start the server and input <code>http://localhost:port/samples</code> with browsers.</p>
<h2 id="gulp">Gulp</h2>
<p>Show task list with <code>gulp help</code>.</p>
<h2 id="test">Test</h2>
<p>Test using karma and jasmine, run the test with <code>npm test</code> or <code>karma start</code>. Unit and coverage test report are stored in report directory.</p>
<h2 id="changelog">Changelog</h2>
<h3 id="2-3-0">2.3.0</h3>
<ul>
<li>watch gulp files</li>
<li>the browser reload while restart nodemon<br>
27.01.2016</li>
</ul>
<h3 id="2-2-1">2.2.1</h3>
<ul>
<li>fix task can not separate execution with development mode<br>
25.01.2016</li>
</ul>
<h3 id="2-2-0">2.2.0</h3>
<ul>
<li>add build-templates task to optimize ngTemplates that registers AngularJS templates in the $templateCache</li>
<li>add error and listening event to server<br>
17.01.2016</li>
</ul>
<h3 id="2-1-0">2.1.0</h3>
<ul>
<li>replace gulp-livereload with browser-sync</li>
<li>add gulp-help, gulp-size and others gulp components</li>
<li>remove less.js<br>
10.01.2016</li>
</ul>
<h3 id="2-0-0">2.0.0</h3>
<ul>
<li>adjust directory and code of project</li>
<li>add angular samples page</li>
<li>add README.md preview<br>
01.01.2016</li>
</ul>
<h3 id="1-1-1">1.1.1</h3>
<ul>
<li>fix mobile can not redirect</li>
<li>fix can not define custom router<br>
18.11.2015</li>
</ul>
<h3 id="1-1-0">1.1.0</h3>
<ul>
<li>add gulp task named build-views that registers AngularJS templates in the $templateCache</li>
<li>add karma and size into gulpfile</li>
<li>replace chrome launcher with phantomjs launcher in karma</li>
<li>modify layout launcher and suffix of templateUrl<br>
31.10.2015</li>
</ul>
<h3 id="1-0-0">1.0.0</h3>
<ul>
<li>initial release<br>
18.10.2015</li>
</ul>
<h2 id="license">License</h2>
<p> <a href="https://github.com/ipluser/angularjs-requirejs-boilerplate/blob/master/LICENSE">MIT</a></p>
|
example/e09_row_reordering.html
|
terrasea/bwu_datagrid
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>BWU Datagrid example: 09 Row Reordering</title>
<link rel="import" href="src/e09_row_reordering/app_element.html">
<link rel='stylesheet' href='asset/examples.css'>
<link rel="stylesheet" href='../packages/bwu_datagrid/asset/smoothness/jquery-ui-1.8.16.custom.css'> <!-- TODO remove, only here due to a bug in code generation when files change -->
</head>
<body>
<app-element></app-element>
<script type="application/dart">export 'package:polymer/init.dart';</script>
</body>
</html>
|
theory/jQuery.deferred/1.8/jquery-1.8.0/test/index.html
|
fsjohnhuang/iPromise
|
<!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" dir="ltr" id="html">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<title>jQuery Test Suite</title>
<link rel="Stylesheet" media="screen" href="qunit/qunit/qunit.css" />
<link rel="Stylesheet" media="screen" href="data/testsuite.css" />
<!-- Includes -->
<script src="data/testinit.js"></script>
<script src="qunit/qunit/qunit.js"></script>
<!-- Loads minified version if min=true is present in the search -->
<!-- Nullifies querySelectorAll if noqsa=true is present -->
<script>
(function() {
var src = "../dist/jquery.js";
QUnit.config.urlConfig.push( "min" );
if ( QUnit.urlParams.min ) {
src = "../dist/jquery.min.js";
}
QUnit.config.urlConfig.push( "noqsa" );
if ( QUnit.urlParams.noqsa ) {
document.querySelectorAll = null;
}
document.write( "<script src='" + src + "'><\/script>" );
})();
</script>
<script src="data/testrunner.js"></script>
<script src="unit/core.js"></script>
<script src="unit/callbacks.js"></script>
<script src="unit/deferred.js"></script>
<script src="unit/support.js"></script>
<script src="unit/data.js"></script>
<script src="unit/queue.js"></script>
<script src="unit/attributes.js"></script>
<script src="unit/event.js"></script>
<script src="unit/selector.js"></script>
<script src="unit/traversing.js"></script>
<script src="unit/manipulation.js"></script>
<script src="unit/css.js"></script>
<script src="unit/serialize.js"></script>
<script src="unit/ajax.js"></script>
<script src="unit/effects.js"></script>
<script src="unit/offset.js"></script>
<script src="unit/dimensions.js"></script>
<script src="unit/deprecated.js"></script>
<script src="unit/exports.js"></script>
<!-- Subproject tests must be last because they replace our test fixture -->
<script>
testSubproject( "Sizzle", "../src/sizzle/test/", /^unit\/.*\.js$/ );
</script>
<script>
// html5shiv, enabling HTML5 elements to be used with jQuery
( "abbr article aside audio bdi canvas data details figcaption figure footer header hgroup " +
"mark meter nav output progress section summary time video"
).replace(/\w+/g, function(n) {
document.createElement(n);
});
</script>
</head>
<body id="body">
<h1 id="qunit-header"><a href="/jquery/test/index.html">jQuery Test Suite</a></h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<!-- Test HTML -->
<div id="nothiddendiv" style="height:1px;background:white;" class="nothiddendiv">
<div id="nothiddendivchild"></div>
</div>
<!-- this iframe is outside the #qunit-fixture so it won't reload constantly wasting time, but it means the tests must be "safe" and clean up after themselves -->
<iframe id="loadediframe" name="loadediframe" style="display:none;" src="data/iframe.html"></iframe>
<dl id="dl" style="position:absolute;top:-32767px;left:-32767px;width:1px">
<div id="qunit-fixture">
<p id="firstp">See <a id="simon1" href="http://simon.incutio.com/archive/2003/03/25/#getElementsBySelector" rel="bookmark">this blog entry</a> for more information.</p>
<p id="ap">
Here are some links in a normal paragraph: <a id="google" href="http://www.google.com/" title="Google!">Google</a>,
<a id="groups" href="http://groups.google.com/" class="GROUPS">Google Groups (Link)</a>.
This link has <code><a href="http://smin" id="anchor1">class="blog"</a></code>:
<a href="http://diveintomark.org/" class="blog" hreflang="en" id="mark">diveintomark</a>
</p>
<div id="foo">
<p id="sndp">Everything inside the red border is inside a div with <code>id="foo"</code>.</p>
<p lang="en" id="en">This is a normal link: <a id="yahoo" href="http://www.yahoo.com/" class="blogTest">Yahoo</a></p>
<p id="sap">This link has <code><a href="#2" id="anchor2">class="blog"</a></code>: <a href="http://simon.incutio.com/" class="blog link" id="simon">Simon Willison's Weblog</a></p>
</div>
<span id="name+value"></span>
<p id="first">Try them out:</p>
<ul id="firstUL"></ul>
<ol id="empty"></ol>
<form id="form" action="formaction">
<label for="action" id="label-for">Action:</label>
<input type="text" name="action" value="Test" id="text1" maxlength="30"/>
<input type="text" name="text2" value="Test" id="text2" disabled="disabled"/>
<input type="radio" name="radio1" id="radio1" value="on"/>
<input type="radio" name="radio2" id="radio2" checked="checked"/>
<input type="checkbox" name="check" id="check1" checked="checked"/>
<input type="checkbox" id="check2" value="on"/>
<input type="hidden" name="hidden" id="hidden1"/>
<input type="text" style="display:none;" name="foo[bar]" id="hidden2"/>
<input type="text" id="name" name="name" value="name" />
<input type="search" id="search" name="search" value="search" />
<button id="button" name="button" type="button">Button</button>
<textarea id="area1" maxlength="30">foobar</textarea>
<select name="select1" id="select1">
<option id="option1a" class="emptyopt" value="">Nothing</option>
<option id="option1b" value="1">1</option>
<option id="option1c" value="2">2</option>
<option id="option1d" value="3">3</option>
</select>
<select name="select2" id="select2">
<option id="option2a" class="emptyopt" value="">Nothing</option>
<option id="option2b" value="1">1</option>
<option id="option2c" value="2">2</option>
<option id="option2d" selected="selected" value="3">3</option>
</select>
<select name="select3" id="select3" multiple="multiple">
<option id="option3a" class="emptyopt" value="">Nothing</option>
<option id="option3b" selected="selected" value="1">1</option>
<option id="option3c" selected="selected" value="2">2</option>
<option id="option3d" value="3">3</option>
<option id="option3e">no value</option>
</select>
<select name="select4" id="select4" multiple="multiple">
<optgroup disabled="disabled">
<option id="option4a" class="emptyopt" value="">Nothing</option>
<option id="option4b" disabled="disabled" selected="selected" value="1">1</option>
<option id="option4c" selected="selected" value="2">2</option>
</optgroup>
<option selected="selected" disabled="disabled" id="option4d" value="3">3</option>
<option id="option4e">no value</option>
</select>
<select name="select5" id="select5">
<option id="option5a" value="3">1</option>
<option id="option5b" value="2">2</option>
<option id="option5c" value="1" data-attr="">3</option>
</select>
<object id="object1" codebase="stupid">
<param name="p1" value="x1" />
<param name="p2" value="x2" />
</object>
<span id="台北Táiběi"></span>
<span id="台北" lang="中文"></span>
<span id="utf8class1" class="台北Táiběi 台北"></span>
<span id="utf8class2" class="台北"></span>
<span id="foo:bar" class="foo:bar"></span>
<span id="test.foo[5]bar" class="test.foo[5]bar"></span>
<foo_bar id="foobar">test element</foo_bar>
</form>
<b id="floatTest">Float test.</b>
<iframe id="iframe" name="iframe"></iframe>
<form id="lengthtest">
<input type="text" id="length" name="test"/>
<input type="text" id="idTest" name="id"/>
</form>
<table id="table"></table>
<form id="name-tests">
<!-- Inputs with a grouped name attribute. -->
<input name="types[]" id="types_all" type="checkbox" value="all" />
<input name="types[]" id="types_anime" type="checkbox" value="anime" />
<input name="types[]" id="types_movie" type="checkbox" value="movie" />
</form>
<form id="testForm" action="#" method="get">
<textarea name="T3" rows="2" cols="15">?
Z</textarea>
<input type="hidden" name="H1" value="x" />
<input type="hidden" name="H2" />
<input name="PWD" type="password" value="" />
<input name="T1" type="text" />
<input name="T2" type="text" value="YES" readonly="readonly" />
<input type="checkbox" name="C1" value="1" />
<input type="checkbox" name="C2" />
<input type="radio" name="R1" value="1" />
<input type="radio" name="R1" value="2" />
<input type="text" name="My Name" value="me" />
<input type="reset" name="reset" value="NO" />
<select name="S1">
<option value="abc">ABC</option>
<option value="abc">ABC</option>
<option value="abc">ABC</option>
</select>
<select name="S2" multiple="multiple" size="3">
<option value="abc">ABC</option>
<option value="abc">ABC</option>
<option value="abc">ABC</option>
</select>
<select name="S3">
<option selected="selected">YES</option>
</select>
<select name="S4">
<option value="" selected="selected">NO</option>
</select>
<input type="submit" name="sub1" value="NO" />
<input type="submit" name="sub2" value="NO" />
<input type="image" name="sub3" value="NO" />
<button name="sub4" type="submit" value="NO">NO</button>
<input name="D1" type="text" value="NO" disabled="disabled" />
<input type="checkbox" checked="checked" disabled="disabled" name="D2" value="NO" />
<input type="radio" name="D3" value="NO" checked="checked" disabled="disabled" />
<select name="D4" disabled="disabled">
<option selected="selected" value="NO">NO</option>
</select>
<input id="list-test" type="text" />
<datalist id="datalist">
<option value="option"></option>
</datalist>
</form>
<div id="moretests">
<form>
<div id="checkedtest" style="display:none;">
<input type="radio" name="checkedtestradios" checked="checked"/>
<input type="radio" name="checkedtestradios" value="on"/>
<input type="checkbox" name="checkedtestcheckboxes" checked="checked"/>
<input type="checkbox" name="checkedtestcheckboxes" />
</div>
</form>
<div id="nonnodes"><span>hi</span> there <!-- mon ami --></div>
<div id="t2037">
<div><div class="hidden">hidden</div></div>
</div>
<div id="t6652">
<div></div>
</div>
<div id="no-clone-exception"><object><embed></embed></object></div>
</div>
<div id="tabindex-tests">
<ol id="listWithTabIndex" tabindex="5">
<li id="foodWithNegativeTabIndex" tabindex="-1">Rice</li>
<li id="foodNoTabIndex">Beans</li>
<li>Blinis</li>
<li>Tofu</li>
</ol>
<div id="divWithNoTabIndex">I'm hungry. I should...</div>
<span>...</span><a href="#" id="linkWithNoTabIndex">Eat lots of food</a><span>...</span> |
<span>...</span><a href="#" id="linkWithTabIndex" tabindex="2">Eat a little food</a><span>...</span> |
<span>...</span><a href="#" id="linkWithNegativeTabIndex" tabindex="-1">Eat no food</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithNoTabIndex">Eat a burger</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithTabIndex" tabindex="1">Eat some funyuns</a><span>...</span>
<span>...</span><a id="linkWithNoHrefWithNegativeTabIndex" tabindex="-1">Eat some funyuns</a><span>...</span>
</div>
<div id="liveHandlerOrder">
<span id="liveSpan1"><a href="#" id="liveLink1"></a></span>
<span id="liveSpan2"><a href="#" id="liveLink2"></a></span>
</div>
<div id="siblingTest">
<em id="siblingfirst">1</em>
<em id="siblingnext">2</em>
<em id="siblingthird">
<em id="siblingchild">
<em id="siblinggrandchild">
<em id="siblinggreatgrandchild"></em>
</em>
</em>
</em>
<span id="siblingspan"></span>
</div>
</div>
</dl>
<div id="fx-test-group" style="position:absolute;width:1px;height:1px;overflow:hidden;">
<div id="fx-queue" name="test">
<div id="fadein" class='chain test' name='div'>fadeIn<div>fadeIn</div></div>
<div id="fadeout" class='chain test out'>fadeOut<div>fadeOut</div></div>
<div id="show" class='chain test'>show<div>show</div></div>
<div id="hide" class='chain test out'>hide<div>hide</div></div>
<div id="togglein" class='chain test'>togglein<div>togglein</div></div>
<div id="toggleout" class='chain test out'>toggleout<div>toggleout</div></div>
<div id="slideup" class='chain test'>slideUp<div>slideUp</div></div>
<div id="slidedown" class='chain test out'>slideDown<div>slideDown</div></div>
<div id="slidetogglein" class='chain test'>slideToggleIn<div>slideToggleIn</div></div>
<div id="slidetoggleout" class='chain test out'>slideToggleOut<div>slideToggleOut</div></div>
<div id="fadetogglein" class='chain test'>fadeToggleIn<div>fadeToggleIn</div></div>
<div id="fadetoggleout" class='chain test out'>fadeToggleOut<div>fadeToggleOut</div></div>
<div id="fadeto" class='chain test'>fadeTo<div>fadeTo</div></div>
</div>
<div id="fx-tests"></div>
</div>
<map name="imgmap" id="imgmap">
<area shape="rect" coords="0,0,200,50">
</map>
</body>
</html>
|
neo4j/neo4j-community-2.0.0-M03/doc/java/api/org/neo4j/kernel/class-use/GraphDatabaseAPI.html
|
LeArNalytics/LeArNalytics
|
<!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_07) on Tue May 28 14:16:24 BST 2013 -->
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>Uses of Interface org.neo4j.kernel.GraphDatabaseAPI (Neo4j Community 2.0.0-M03 API)</title>
<meta name="date" content="2013-05-28">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.neo4j.kernel.GraphDatabaseAPI (Neo4j Community 2.0.0-M03 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Neo4j Community</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/neo4j/kernel/class-use/GraphDatabaseAPI.html" target="_top">Frames</a></li>
<li><a href="GraphDatabaseAPI.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.neo4j.kernel.GraphDatabaseAPI" class="title">Uses of Interface<br>org.neo4j.kernel.GraphDatabaseAPI</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.neo4j.jmx">org.neo4j.jmx</a></td>
<td class="colLast">
<div class="block">Management support using JMX.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.neo4j.kernel">org.neo4j.kernel</a></td>
<td class="colLast">
<div class="block">Implementation for embedding a Neo4j graph database in an application.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.neo4j.jmx">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a> in <a href="../../../../org/neo4j/jmx/package-summary.html">org.neo4j.jmx</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/neo4j/jmx/package-summary.html">org.neo4j.jmx</a> with parameters of type <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>static <a href="http://docs.oracle.com/javase/6/docs/api/javax/management/ObjectName.html?is-external=true" title="class or interface in javax.management">ObjectName</a></code></td>
<td class="colLast"><span class="strong">JmxUtils.</span><code><strong><a href="../../../../org/neo4j/jmx/JmxUtils.html#getObjectName(org.neo4j.kernel.GraphDatabaseAPI, java.lang.String)">getObjectName</a></strong>(<a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a> database,
<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.neo4j.kernel">
<!-- -->
</a>
<h3>Uses of <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a> in <a href="../../../../org/neo4j/kernel/package-summary.html">org.neo4j.kernel</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../org/neo4j/kernel/package-summary.html">org.neo4j.kernel</a> that implement <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/neo4j/kernel/AbstractGraphDatabase.html" title="class in org.neo4j.kernel">AbstractGraphDatabase</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/neo4j/kernel/EmbeddedGraphDatabase.html" title="class in org.neo4j.kernel">EmbeddedGraphDatabase</a></strong></code>
<div class="block">An implementation of <a href="../../../../org/neo4j/graphdb/GraphDatabaseService.html" title="interface in org.neo4j.graphdb"><code>GraphDatabaseService</code></a> that is used to embed Neo4j
in an application.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/neo4j/kernel/EmbeddedReadOnlyGraphDatabase.html" title="class in org.neo4j.kernel">EmbeddedReadOnlyGraphDatabase</a></strong></code>
<div class="block">A read-only version of <a href="../../../../org/neo4j/kernel/EmbeddedGraphDatabase.html" title="class in org.neo4j.kernel"><code>EmbeddedGraphDatabase</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><strong><a href="../../../../org/neo4j/kernel/InternalAbstractGraphDatabase.html" title="class in org.neo4j.kernel">InternalAbstractGraphDatabase</a></strong></code>
<div class="block">Base implementation of GraphDatabaseService.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
<caption><span>Methods in <a href="../../../../org/neo4j/kernel/package-summary.html">org.neo4j.kernel</a> that return <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>abstract <a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">GraphDatabaseAPI</a></code></td>
<td class="colLast"><span class="strong">KernelData.</span><code><strong><a href="../../../../org/neo4j/kernel/KernelData.html#graphDatabase()">graphDatabase</a></strong>()</code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../org/neo4j/kernel/GraphDatabaseAPI.html" title="interface in org.neo4j.kernel">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../../../../overview-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em>Neo4j Community</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/neo4j/kernel/class-use/GraphDatabaseAPI.html" target="_top">Frames</a></li>
<li><a href="GraphDatabaseAPI.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2002-2013 <a href="http://neo4j.org/">The Neo4j Graph Database Project</a>. All Rights Reserved.</small></p>
</body>
</html>
|
ajax/libs/oojs-ui/0.31.3/oojs-ui-windows-wikimediaui.rtl.css
|
extend1994/cdnjs
|
/*!
* OOUI v0.31.3
* https://www.mediawiki.org/wiki/OOUI
*
* Copyright 2011–2019 OOUI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2019-04-04T19:10:54Z
*/
.oo-ui-window {
background: transparent;
}
.oo-ui-window-frame {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-window-content {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
overflow: hidden;
}
.oo-ui-window-content:focus {
outline: 0;
}
.oo-ui-window-head,
.oo-ui-window-foot {
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.oo-ui-window-body {
margin: 0;
padding: 0;
background: none;
}
.oo-ui-window-overlay {
position: absolute;
top: 0;
/* @noflip */
left: 0;
}
.oo-ui-dialog-content > .oo-ui-window-head,
.oo-ui-dialog-content > .oo-ui-window-body,
.oo-ui-dialog-content > .oo-ui-window-foot {
position: absolute;
right: 0;
left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.oo-ui-dialog-content > .oo-ui-window-head {
overflow: hidden;
z-index: 1;
top: 0;
}
.oo-ui-dialog-content > .oo-ui-window-body {
overflow: auto;
-webkit-overflow-scrolling: touch;
z-index: 2;
top: 0;
bottom: 0;
}
.oo-ui-dialog-content > .oo-ui-window-foot {
z-index: 3;
bottom: 0;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
position: relative;
text-align: center;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
display: block;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-labelElement-label {
position: relative;
top: auto;
bottom: auto;
}
.oo-ui-messageDialog-actions-horizontal {
display: table;
table-layout: fixed;
width: 100%;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
display: table-cell;
width: 1%;
}
.oo-ui-messageDialog-actions-vertical {
display: block;
}
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
.oo-ui-messageDialog-content > .oo-ui-window-foot {
outline: 1px solid #a2a9b1;
}
.oo-ui-messageDialog-title,
.oo-ui-messageDialog-message {
display: block;
line-height: 1.42857143em;
text-align: center;
}
.oo-ui-messageDialog-title {
font-size: 1.5em;
color: #000;
}
.oo-ui-messageDialog-message {
font-size: 1.1em;
color: #222;
text-align: right;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget {
min-height: 2.85714286em;
margin-left: 0;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget:last-child {
margin-left: 0;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget:first-child {
margin-right: 0;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget .oo-ui-buttonElement-button {
border: 0;
border-radius: 0;
padding: 0;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-labelElement .oo-ui-labelElement-label {
line-height: 2.85714286em;
text-align: center;
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive .oo-ui-buttonElement-button:active {
background-color: rgba(8, 126, 204, 0.1);
}
.oo-ui-messageDialog-actions .oo-ui-actionWidget.oo-ui-widget-enabled.oo-ui-flaggedElement-destructive .oo-ui-buttonElement-button:active {
background-color: rgba(212, 83, 83, 0.1);
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget {
border-left: 1px solid #a2a9b1;
margin: 0;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:first-child > .oo-ui-buttonElement-button {
border-radius: 0 0 2px 0;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child {
border-left-width: 0;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
border-radius: 0 0 0 2px;
}
.oo-ui-messageDialog-actions-horizontal .oo-ui-actionWidget:only-child > .oo-ui-buttonElement-button {
border-radius: 0 0 2px 2px;
}
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget {
border-bottom: 1px solid #a2a9b1;
margin: 0;
}
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child {
border-bottom-width: 0;
}
.oo-ui-messageDialog-actions-vertical .oo-ui-actionWidget:last-child > .oo-ui-buttonElement-button {
border-radius: 0 0 2px 2px;
}
.oo-ui-processDialog-location {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.oo-ui-processDialog-title {
display: inline;
padding: 0;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget {
white-space: nowrap;
}
.oo-ui-processDialog-actions-safe,
.oo-ui-processDialog-actions-primary {
position: absolute;
top: 0;
bottom: 0;
}
.oo-ui-processDialog-actions-safe {
right: 0;
}
.oo-ui-processDialog-actions-primary {
left: 0;
}
.oo-ui-processDialog-errors {
position: absolute;
top: 0;
right: 0;
left: 0;
bottom: 0;
z-index: 4;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.oo-ui-processDialog-content .oo-ui-window-head {
height: 3.14285714em;
}
.oo-ui-processDialog-content .oo-ui-window-body {
top: 3.14285714em;
outline: 1px solid #c8ccd1;
}
.oo-ui-processDialog-navigation {
position: relative;
height: 3.14285714em;
}
.oo-ui-processDialog-location {
height: 3.14285714em;
cursor: default;
text-align: center;
}
.oo-ui-processDialog-title {
font-weight: bold;
line-height: 3.14285714em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-framed,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-framed,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-framed {
margin: 0.42857143em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement:first-child {
margin-right: 0;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button {
padding-right: 2.42857143em;
padding-top: 0;
min-height: 3.14285714em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-iconElement > .oo-ui-buttonElement-button > .oo-ui-iconElement-icon {
right: 0.5em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement:first-child {
margin-right: 0;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement > .oo-ui-buttonElement-button {
padding: 0.75em 1em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-labelElement.oo-ui-iconElement > .oo-ui-buttonElement-button {
padding-right: 2.17857143em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-labelElement-label,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-labelElement-label,
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement-frameless .oo-ui-labelElement-label {
line-height: 1.42857143em;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless:hover,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless:hover {
background-color: rgba(0, 0, 0, 0.05);
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless:active,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless:active {
background-color: rgba(0, 0, 0, 0.1);
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive:hover,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive:hover {
background-color: rgba(8, 126, 204, 0.05);
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive:active,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive:active {
background-color: rgba(8, 126, 204, 0.1);
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-progressive .oo-ui-labelElement-label {
font-weight: bold;
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive:hover,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive:hover {
background-color: rgba(212, 83, 83, 0.05);
}
.oo-ui-processDialog-actions-safe .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive:active,
.oo-ui-processDialog-actions-primary .oo-ui-actionWidget.oo-ui-buttonElement-frameless.oo-ui-flaggedElement-destructive:active {
background-color: rgba(212, 83, 83, 0.1);
}
.oo-ui-processDialog-actions-other .oo-ui-actionWidget.oo-ui-buttonElement {
margin-left: 0;
}
.oo-ui-processDialog > .oo-ui-window-frame {
min-height: 5em;
}
.oo-ui-processDialog-errors {
background-color: rgba(255, 255, 255, 0.9);
padding: 3em 3em 1.5em 3em;
text-align: center;
}
.oo-ui-processDialog-errors .oo-ui-buttonWidget {
margin: 2em 1em 2em 1em;
}
.oo-ui-processDialog-errors-title {
font-size: 1.5em;
color: #000;
margin-bottom: 2em;
}
.oo-ui-processDialog-error {
text-align: right;
margin: 1em;
padding: 1em;
border: 1px solid #d33;
background-color: #fff7f7;
border-radius: 2px;
}
.oo-ui-windowManager-modal > .oo-ui-dialog {
position: fixed;
width: 0;
height: 0;
overflow: hidden;
z-index: 4;
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active {
width: auto;
height: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
padding: 1em;
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-active > .oo-ui-window-frame {
position: absolute;
left: 0;
right: 0;
margin: auto;
max-width: 100%;
max-height: 100%;
}
.oo-ui-windowManager-fullscreen > .oo-ui-dialog > .oo-ui-window-frame {
width: 100%;
height: 100%;
top: 0;
bottom: 0;
}
.oo-ui-windowManager-modal-active {
overflow: hidden;
position: relative;
}
.oo-ui-windowManager-modal > .oo-ui-dialog {
background-color: rgba(255, 255, 255, 0.5);
opacity: 0;
-webkit-transition: opacity ease-out 250ms;
-moz-transition: opacity ease-out 250ms;
transition: opacity ease-out 250ms;
}
.oo-ui-windowManager-modal > .oo-ui-dialog > .oo-ui-window-frame {
background-color: #fff;
opacity: 0;
-webkit-transform: scale(0.5);
-moz-transform: scale(0.5);
-ms-transform: scale(0.5);
transform: scale(0.5);
-webkit-transition: all ease-out 250ms;
-moz-transition: all ease-out 250ms;
transition: all ease-out 250ms;
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup {
opacity: 1;
}
.oo-ui-windowManager-modal > .oo-ui-dialog.oo-ui-window-setup > .oo-ui-window-frame {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.oo-ui-windowManager-modal.oo-ui-windowManager-floating > .oo-ui-dialog > .oo-ui-window-frame {
top: 1em;
bottom: 1em;
max-height: 100%;
max-height: calc( 100% - 2em );
border: 1px solid #a2a9b1;
border-radius: 2px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
|
test/neon_stdlib_browser.html
|
escusado/neon
|
<!DOCTYPE html>
<html>
<head>
<title>Neon</title>
<script src="../neon.js" type="text/javascript"></script>
<script src="../stdlib/node_support.js" type="text/javascript"></script>
<script src="../stdlib/custom_event.js" type="text/javascript"></script>
<script src="../stdlib/custom_event_support.js" type="text/javascript"></script>
<script src="../stdlib/bubbling_support.js" type="text/javascript"></script>
<script src="neon_stdlib_test.js" type="text/javascript"></script>
</head>
<body>
<h1>Neon</h1>
</body>
</html>
|
bootstrap-mixins-documentation/docs/index.html
|
MartijnCuppens/MartijnCuppens.github.io
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Bootstrap · Content moved</title>
<link rel="canonical" href="https://martijncuppens.github.io/bootstrap-mixins-documentation/bootstrap-mixins-documentation/docs/4.1/getting-started/introduction/">
<meta http-equiv="refresh" content="0; url=https://martijncuppens.github.io/bootstrap-mixins-documentation/bootstrap-mixins-documentation/docs/4.1/getting-started/introduction/">
<meta name="robots" content="noindex">
<style>
html {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
width: 100vw;
height: 100vh;
text-align: center;
}
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1 {
margin-top: 0;
margin-bottom: .5rem;
}
a {
color: #007bff;
text-decoration: none;
}
</style>
</head>
<body>
<h1>Redirecting…</h1>
<a href="https://martijncuppens.github.io/bootstrap-mixins-documentation/bootstrap-mixins-documentation/docs/4.1/getting-started/introduction/">Click here if you are not redirected</a>
<script>window.location="https://martijncuppens.github.io/bootstrap-mixins-documentation/bootstrap-mixins-documentation/docs/4.1/getting-started/introduction/";</script>
</body>
</html>
|
public/assets/plugins/angular/docs/partials/api/ng/directive/ngClick.html
|
ariborneo/Phalcon-development
|
<a href='https://github.com/angular/angular.js/edit/v1.3.x/src/ng/directive/ngEventDirs.js?message=docs(ngClick)%3A%20describe%20your%20change...#L3' class='improve-docs btn btn-primary'><i class="glyphicon glyphicon-edit"> </i>Improve this Doc</a>
<a href='https://github.com/angular/angular.js/tree/v1.3.8/src/ng/directive/ngEventDirs.js#L3' class='view-source pull-right btn btn-primary'>
<i class="glyphicon glyphicon-zoom-in"> </i>View Source
</a>
<header class="api-profile-header">
<h1 class="api-profile-header-heading">ngClick</h1>
<ol class="api-profile-header-structure naked-list step-list">
<li>
- directive in module <a href="api/ng">ng</a>
</li>
</ol>
</header>
<div class="api-profile-description">
<p>The ngClick directive allows you to specify custom behavior when
an element is clicked.</p>
</div>
<div>
<h2>Directive Info</h2>
<ul>
<li>This directive executes at priority level 0.</li>
</ul>
<h2 id="usage">Usage</h2>
<div class="usage">
<ul>
<li>as attribute:
<pre><code><ANY ng-click=""> ... </ANY></code></pre>
</li>
</div>
<section class="api-section">
<h3>Arguments</h3>
<table class="variables-matrix input-arguments">
<thead>
<tr>
<th>Param</th>
<th>Type</th>
<th>Details</th>
</tr>
</thead>
<tbody>
<tr>
<td>
ngClick
</td>
<td>
<a href="" class="label type-hint type-hint-expression">expression</a>
</td>
<td>
<p><a href="guide/expression">Expression</a> to evaluate upon
click. (<a href="guide/expression#-event-">Event object is available as <code>$event</code></a>)</p>
</td>
</tr>
</tbody>
</table>
</section>
<h2 id="example">Example</h2><p>
<div>
<a ng-click="openPlunkr('examples/example-example68')" class="btn pull-right">
<i class="glyphicon glyphicon-edit"> </i>
Edit in Plunker</a>
<div class="runnable-example"
path="examples/example-example68">
<div class="runnable-example-file"
name="index.html"
language="html"
type="html">
<pre><code><button ng-click="count = count + 1" ng-init="count=0"> Increment </button> <span> count: {{count}} </span></code></pre>
</div>
<div class="runnable-example-file"
name="protractor.js"
type="protractor"
language="js">
<pre><code>it('should check ng-click', function() { expect(element(by.binding('count')).getText()).toMatch('0'); element(by.css('button')).click(); expect(element(by.binding('count')).getText()).toMatch('1'); });</code></pre>
</div>
<iframe class="runnable-example-frame" src="examples/example-example68/index.html" name="example-example68"></iframe>
</div>
</div>
</p>
</div>
|
dashboard/src/app/factories/last-factories/last-factories.html
|
akervern/che
|
<!--
Copyright (c) 2015-2018 Red Hat, Inc.
This program and the accompanying materials are made
available under the terms of the Eclipse Public License 2.0
which is available at https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
Red Hat, Inc. - initial API and implementation
-->
<dashboard-panel panel-title="Recent Factories">
<md-progress-linear md-mode="indeterminate"
ng-show="lastFactoriesController.isLoading"></md-progress-linear>
<div class="dashboard-last-factories" ng-show="!lastFactoriesController.isLoading">
<div class="dashboard-add-button">
<che-button-primary che-button-title="Create Factory"
ng-href="#/factories/create-factory"></che-button-primary>
</div>
<span ng-show="lastFactoriesController.getFactories().length === 0" class="last-factories-empty-label">No factories found</span>
<che-list ng-show="lastFactoriesController.getFactories().length > 0">
<cdvy-factory-item layout="row"
ng-repeat="factory in lastFactoriesController.getFactories() | orderBy:lastFactoriesController.factoriesOrderBy | limitTo:lastFactoriesController.maxItems"
cdvy-factory="factory"
cdvy-is-selectable="false"/>
</che-list>
</div>
</dashboard-panel>
|
wp-content/themes/linstar/core/shortcodes/assets/css/ui.progress-bar.css
|
pivotlearning/wpsite
|
/* Webkit animation keyframes */
@-webkit-keyframes animate-stripes {
from {
background-position: 0 0;
}
to {
background-position: 44px 0;
}
}
.ui-progress-bar {
position: relative;
height: 35px;
padding-right: 2px;
border-bottom: 10px solid #e0e0e0;
margin-top: -25px;
}
.ui-progress {
position: relative;
display: block;
overflow: hidden;
height: 35px;
border-bottom: 10px solid #8abfed;
}
.ui-progress.two {
border-bottom: 10px solid #b2c676;
}
.ui-progress.three {
border-bottom: 10px solid #b192d0;
}
.ui-progress.four {
border-bottom: 10px solid #e7d18d;
}
.ui-progress.five {
border-bottom: 10px solid #f39191;
}
.ui-progress span.ui-label {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 16px;
color: #272727;
position: absolute;
right: 0;
line-height: 20px;
padding-right: 12px;
white-space: nowrap;
}
.ui-progress-bar.small {
height: 34px;
border-bottom: 8px solid #e0e0e0;
margin-top: -35px;
}
.ui-progress.small {
height: 34px;
border-bottom: 8px solid #8abfed;
}
.ui-progress.small.two {
border-bottom: 8px solid #b2c676;
}
.ui-progress.small.three {
border-bottom: 8px solid #b192d0;
}
.ui-progress.small.four {
border-bottom: 8px solid #e7d18d;
}
.ui-progress.small.five {
border-bottom: 8px solid #f39191;
}
.ui-progress-bar2 {
position: relative;
height: 46px;
padding-right: 2px;
border-bottom: 10px solid #e0e0e0;
margin-top: -29px;
}
.ui-progress2 {
position: relative;
display: block;
overflow: hidden;
height: 46px;
border-bottom: 10px solid #8abfed;
}
.ui-progress2.two {
border-bottom: 10px solid #b2c676;
}
.ui-progress2.three {
border-bottom: 10px solid #b192d0;
}
.ui-progress2.four {
border-bottom: 10px solid #e7d18d;
}
.ui-progress2.five {
border-bottom: 10px solid #f39191;
}
.ui-progress2 span.ui-label {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 13px;
color: #fff;
position: absolute;
right: 0;
line-height: 28px;
padding-right: 12px;
white-space: nowrap;
}
.ui-progress2 b {
float: left;
width: 40px;
height: 40px;
text-align: center;
background: url(../images/tooltop-graph.png) no-repeat center top;
background-size: 90%;
}
.ui-progress-bar3 {
position: relative;
height: 40px;
padding-right: 2px;
border-bottom: 20px solid #e0e0e0;
margin-top: -25px;
}
.ui-progress3 {
position: relative;
display: block;
overflow: hidden;
height: 40px;
border-bottom: 10px solid #999;
border-bottom-width: 20px !important;
}
.ui-progress3 span.ui-label {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 16px;
color: #272727;
position: absolute;
right: 0;
line-height: 20px;
padding-right: 12px;
white-space: nowrap;
}
.ui-progress-bar4 {
position: relative;
height: 27px;
padding-right: 2px;
background-color: #e0e0e0;
margin-top: -10px;
border-radius: 14px;
}
.ui-progress4 {
position: relative;
display: block;
overflow: hidden;
height: 27px;
background-color: #272727;
border-radius: 14px;
border: none;
}
.ui-progress4 span.ui-label {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
text-transform: uppercase;
font-size: 14px;
color: #fff;
position: absolute;
right: 0;
line-height: 27px;
padding-right: 30px;
white-space: nowrap;
}
.ui-progress-bar4.color {
height: 22px;
border-radius: 14px;
margin-top: -5px;
}
.ui-progress4.color {
height: 22px;
border-radius: 14px;
background-color: #e54c4c;
}
.ui-progress4 span.ui-label {
line-height: 22px;
}
.pro_bar h5 {
font-weight: 500;
}
|
sitestatic/archweb-print.css
|
archhurd/archweb
|
/*
* ARCH LINUX DJANGO (MAIN SITE)
*
* Stylesheet for printing
*/
/* general styling */
body { font: normal 100% sans-serif; }
#content { font-size: 0.812em; }
#archnavbarmenu, #archdev-navbar, .admin-actions { display: none; }
|
doc/html/qtime.html
|
OS2World/LIB-QT3_Toolkit_Vbox
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/tools/qdatetime.cpp:1239 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>QTime Class</title>
<style type="text/css"><!--
fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }
body { background: #ffffff; color: black; }
--></style>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#E5E5E5">
<td valign=center>
<a href="index.html">
<font color="#004faf">Home</font></a>
| <a href="classes.html">
<font color="#004faf">All Classes</font></a>
| <a href="mainclasses.html">
<font color="#004faf">Main Classes</font></a>
| <a href="annotated.html">
<font color="#004faf">Annotated</font></a>
| <a href="groups.html">
<font color="#004faf">Grouped Classes</font></a>
| <a href="functions.html">
<font color="#004faf">Functions</font></a>
</td>
<td align="right" valign="center"><img src="logo32.png" align="right" width="64" height="32" border="0"></td></tr></table><h1 align=center>QTime Class Reference</h1>
<p>The QTime class provides clock time functions.
<a href="#details">More...</a>
<p>All the functions in this class are <a href="threads.html#reentrant">reentrant</a> when Qt is built with thread support.</p>
<p><tt>#include <<a href="qdatetime-h.html">qdatetime.h</a>></tt>
<p><a href="qtime-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li class=fn><a href="#QTime"><b>QTime</b></a> ()</li>
<li class=fn><a href="#QTime-2"><b>QTime</b></a> ( int h, int m, int s = 0, int ms = 0 )</li>
<li class=fn>bool <a href="#isNull"><b>isNull</b></a> () const</li>
<li class=fn>bool <a href="#isValid"><b>isValid</b></a> () const</li>
<li class=fn>int <a href="#hour"><b>hour</b></a> () const</li>
<li class=fn>int <a href="#minute"><b>minute</b></a> () const</li>
<li class=fn>int <a href="#second"><b>second</b></a> () const</li>
<li class=fn>int <a href="#msec"><b>msec</b></a> () const</li>
<li class=fn>QString <a href="#toString-2"><b>toString</b></a> ( Qt::DateFormat f = Qt::TextDate ) const</li>
<li class=fn>QString <a href="#toString"><b>toString</b></a> ( const QString & format ) const</li>
<li class=fn>bool <a href="#setHMS"><b>setHMS</b></a> ( int h, int m, int s, int ms = 0 )</li>
<li class=fn>QTime <a href="#addSecs"><b>addSecs</b></a> ( int nsecs ) const</li>
<li class=fn>int <a href="#secsTo"><b>secsTo</b></a> ( const QTime & t ) const</li>
<li class=fn>QTime <a href="#addMSecs"><b>addMSecs</b></a> ( int ms ) const</li>
<li class=fn>int <a href="#msecsTo"><b>msecsTo</b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator-eq-eq"><b>operator==</b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator!-eq"><b>operator!=</b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator-lt"><b>operator<</b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator-lt-eq"><b>operator<=</b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator-gt"><b>operator></b></a> ( const QTime & t ) const</li>
<li class=fn>bool <a href="#operator-gt-eq"><b>operator>=</b></a> ( const QTime & t ) const</li>
<li class=fn>void <a href="#start"><b>start</b></a> ()</li>
<li class=fn>int <a href="#restart"><b>restart</b></a> ()</li>
<li class=fn>int <a href="#elapsed"><b>elapsed</b></a> () const</li>
</ul>
<h2>Static Public Members</h2>
<ul>
<li class=fn>QTime <a href="#currentTime-2"><b>currentTime</b></a> ()</li>
<li class=fn>QTime <a href="#currentTime"><b>currentTime</b></a> ( Qt::TimeSpec ts )</li>
<li class=fn>QTime <a href="#fromString"><b>fromString</b></a> ( const QString & s, Qt::DateFormat f = Qt::TextDate )</li>
<li class=fn>bool <a href="#isValid-2"><b>isValid</b></a> ( int h, int m, int s, int ms = 0 )</li>
</ul>
<h2>Related Functions</h2>
<ul>
<li class=fn>QDataStream & <a href="#operator-lt-lt"><b>operator<<</b></a> ( QDataStream & s, const QTime & t )</li>
<li class=fn>QDataStream & <a href="#operator-gt-gt"><b>operator>></b></a> ( QDataStream & s, QTime & t )</li>
</ul>
<hr><a name="details"></a><h2>Detailed Description</h2>
<p> The QTime class provides clock time functions.
<p>
<p> A QTime object contains a clock time, i.e. the number of hours,
minutes, seconds, and milliseconds since midnight. It can read the
current time from the system clock and measure a span of elapsed
time. It provides functions for comparing times and for
manipulating a time by adding a number of (milli)seconds.
<p> QTime uses the 24-hour clock format; it has no concept of AM/PM.
It operates in local time; it knows nothing about time zones or
daylight savings time.
<p> A QTime object is typically created either by giving the number of
hours, minutes, seconds, and milliseconds explicitly, or by using
the static function <a href="#currentTime">currentTime</a>(), which creates a QTime object
that contains the system's clock time. Note that the accuracy
depends on the accuracy of the underlying operating system; not
all systems provide 1-millisecond accuracy.
<p> The <a href="#hour">hour</a>(), <a href="#minute">minute</a>(), <a href="#second">second</a>(), and <a href="#msec">msec</a>() functions provide
access to the number of hours, minutes, seconds, and milliseconds
of the time. The same information is provided in textual format by
the <a href="#toString">toString</a>() function.
<p> QTime provides a full set of operators to compare two QTime
objects. One time is considered smaller than another if it is
earlier than the other.
<p> The time a given number of seconds or milliseconds later than a
given time can be found using the <a href="#addSecs">addSecs</a>() or <a href="#addMSecs">addMSecs</a>()
functions. Correspondingly, the number of (milli)seconds between
two times can be found using the <a href="#secsTo">secsTo</a>() or <a href="#msecsTo">msecsTo</a>() functions.
<p> QTime can be used to measure a span of elapsed time using the
<a href="#start">start</a>(), <a href="#restart">restart</a>(), and <a href="#elapsed">elapsed</a>() functions.
<p> <p>See also <a href="qdate.html">QDate</a>, <a href="qdatetime.html">QDateTime</a>, and <a href="time.html">Time and Date</a>.
<hr><h2>Member Function Documentation</h2>
<h3 class=fn><a name="QTime"></a>QTime::QTime ()
</h3>
<p> Constructs the time 0 hours, minutes, seconds and milliseconds,
i.e. 00:00:00.000 (midnight). This is a valid time.
<p> <p>See also <a href="#isValid">isValid</a>().
<h3 class=fn><a name="QTime-2"></a>QTime::QTime ( int h, int m, int s = 0, int ms = 0 )
</h3>
Constructs a time with hour <em>h</em>, minute <em>m</em>, seconds <em>s</em> and
milliseconds <em>ms</em>.
<p> <em>h</em> must be in the range 0..23, <em>m</em> and <em>s</em> must be in the
range 0..59, and <em>ms</em> must be in the range 0..999.
<p> <p>See also <a href="#isValid">isValid</a>().
<h3 class=fn><a href="qtime.html">QTime</a> <a name="addMSecs"></a>QTime::addMSecs ( int ms ) const
</h3>
Returns a QTime object containing a time <em>ms</em> milliseconds later
than the time of this object (or earlier if <em>ms</em> is negative).
<p> Note that the time will wrap if it passes midnight. See <a href="#addSecs">addSecs</a>()
for an example.
<p> <p>See also <a href="#addSecs">addSecs</a>() and <a href="#msecsTo">msecsTo</a>().
<h3 class=fn><a href="qtime.html">QTime</a> <a name="addSecs"></a>QTime::addSecs ( int nsecs ) const
</h3>
Returns a QTime object containing a time <em>nsecs</em> seconds later
than the time of this object (or earlier if <em>nsecs</em> is negative).
<p> Note that the time will wrap if it passes midnight.
<p> Example:
<pre>
QTime n( 14, 0, 0 ); // n == 14:00:00
QTime t;
t = n.<a href="#addSecs">addSecs</a>( 70 ); // t == 14:01:10
t = n.<a href="#addSecs">addSecs</a>( -70 ); // t == 13:58:50
t = n.<a href="#addSecs">addSecs</a>( 10*60*60 + 5 ); // t == 00:00:05
t = n.<a href="#addSecs">addSecs</a>( -15*60*60 ); // t == 23:00:00
</pre>
<p> <p>See also <a href="#addMSecs">addMSecs</a>(), <a href="#secsTo">secsTo</a>(), and <a href="qdatetime.html#addSecs">QDateTime::addSecs</a>().
<h3 class=fn><a href="qtime.html">QTime</a> <a name="currentTime"></a>QTime::currentTime ( <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a> ts )<tt> [static]</tt>
</h3>
Returns the current time as reported by the system clock, for the
TimeSpec <em>ts</em>. The default TimeSpec is LocalTime.
<p> Note that the accuracy depends on the accuracy of the underlying
operating system; not all systems provide 1-millisecond accuracy.
<p> <p>See also <a href="qt.html#TimeSpec-enum">Qt::TimeSpec</a>.
<p>Examples: <a href="aclock-example.html#x1201">aclock/aclock.cpp</a>, <a href="dclock-example.html#x1104">dclock/dclock.cpp</a>, <a href="tutorial1-12.html#x2398">t12/cannon.cpp</a>, and <a href="tictac-example.html#x40">tictac/tictac.cpp</a>.
<h3 class=fn><a href="qtime.html">QTime</a> <a name="currentTime-2"></a>QTime::currentTime ()<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the current time as reported by the system clock.
<p> Note that the accuracy depends on the accuracy of the underlying
operating system; not all systems provide 1-millisecond accuracy.
<h3 class=fn>int <a name="elapsed"></a>QTime::elapsed () const
</h3>
Returns the number of milliseconds that have elapsed since the
last time <a href="#start">start</a>() or <a href="#restart">restart</a>() was called.
<p> Note that the counter wraps to zero 24 hours after the last call
to start() or restart.
<p> Note that the accuracy depends on the accuracy of the underlying
operating system; not all systems provide 1-millisecond accuracy.
<p> <b>Warning:</b> If the system's clock setting has been changed since the
last time start() or restart() was called, the result is
undefined. This can happen when daylight savings time is turned on
or off.
<p> <p>See also <a href="#start">start</a>() and <a href="#restart">restart</a>().
<h3 class=fn><a href="qtime.html">QTime</a> <a name="fromString"></a>QTime::fromString ( const <a href="qstring.html">QString</a> & s, <a href="qt.html#DateFormat-enum">Qt::DateFormat</a> f = Qt::TextDate )<tt> [static]</tt>
</h3>
Returns the representation <em>s</em> as a QTime using the format <em>f</em>,
or an invalid time if this is not possible.
<p> <b>Warning:</b> Note that <a href="qt.html#DateFormat-enum">Qt::LocalDate</a> cannot be used here.
<h3 class=fn>int <a name="hour"></a>QTime::hour () const
</h3>
Returns the hour part (0..23) of the time.
<p>Examples: <a href="aclock-example.html#x1202">aclock/aclock.cpp</a> and <a href="tictac-example.html#x41">tictac/tictac.cpp</a>.
<h3 class=fn>bool <a name="isNull"></a>QTime::isNull () const
</h3>
<p> Returns TRUE if the time is equal to 00:00:00.000; otherwise
returns FALSE. A null time is valid.
<p> <p>See also <a href="#isValid">isValid</a>().
<h3 class=fn>bool <a name="isValid"></a>QTime::isValid () const
</h3>
Returns TRUE if the time is valid; otherwise returns FALSE. The
time 23:30:55.746 is valid, whereas 24:12:30 is invalid.
<p> <p>See also <a href="#isNull">isNull</a>().
<h3 class=fn>bool <a name="isValid-2"></a>QTime::isValid ( int h, int m, int s, int ms = 0 )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns TRUE if the specified time is valid; otherwise returns
FALSE.
<p> The time is valid if <em>h</em> is in the range 0..23, <em>m</em> and <em>s</em> are
in the range 0..59, and <em>ms</em> is in the range 0..999.
<p> Example:
<pre>
QTime::<a href="#isValid">isValid</a>(21, 10, 30); // returns TRUE
QTime::<a href="#isValid">isValid</a>(22, 5, 62); // returns FALSE
</pre>
<h3 class=fn>int <a name="minute"></a>QTime::minute () const
</h3>
Returns the minute part (0..59) of the time.
<p>Examples: <a href="aclock-example.html#x1203">aclock/aclock.cpp</a> and <a href="tictac-example.html#x42">tictac/tictac.cpp</a>.
<h3 class=fn>int <a name="msec"></a>QTime::msec () const
</h3>
Returns the millisecond part (0..999) of the time.
<h3 class=fn>int <a name="msecsTo"></a>QTime::msecsTo ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
Returns the number of milliseconds from this time to <em>t</em> (which
is negative if <em>t</em> is earlier than this time).
<p> Because QTime measures time within a day and there are 86400
seconds in a day, the result is always between -86400000 and
86400000 msec.
<p> <p>See also <a href="#secsTo">secsTo</a>().
<h3 class=fn>bool <a name="operator!-eq"></a>QTime::operator!= ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is different from <em>t</em>; otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-lt"></a>QTime::operator< ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is earlier than <em>t</em>; otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-lt-eq"></a>QTime::operator<= ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is earlier than or equal to <em>t</em>;
otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-eq-eq"></a>QTime::operator== ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is equal to <em>t</em>; otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-gt"></a>QTime::operator> ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is later than <em>t</em>; otherwise returns FALSE.
<h3 class=fn>bool <a name="operator-gt-eq"></a>QTime::operator>= ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
<p> Returns TRUE if this time is later than or equal to <em>t</em>;
otherwise returns FALSE.
<h3 class=fn>int <a name="restart"></a>QTime::restart ()
</h3>
Sets this time to the current time and returns the number of
milliseconds that have elapsed since the last time <a href="#start">start</a>() or
<a href="#restart">restart</a>() was called.
<p> This function is guaranteed to be atomic and is thus very handy
for repeated measurements. Call start() to start the first
measurement and then restart() for each later measurement.
<p> Note that the counter wraps to zero 24 hours after the last call
to start() or restart().
<p> <b>Warning:</b> If the system's clock setting has been changed since the
last time start() or restart() was called, the result is
undefined. This can happen when daylight savings time is turned on
or off.
<p> <p>See also <a href="#start">start</a>(), <a href="#elapsed">elapsed</a>(), and <a href="#currentTime">currentTime</a>().
<h3 class=fn>int <a name="second"></a>QTime::second () const
</h3>
Returns the second part (0..59) of the time.
<p>Example: <a href="tictac-example.html#x43">tictac/tictac.cpp</a>.
<h3 class=fn>int <a name="secsTo"></a>QTime::secsTo ( const <a href="qtime.html">QTime</a> & t ) const
</h3>
Returns the number of seconds from this time to <em>t</em> (which is
negative if <em>t</em> is earlier than this time).
<p> Because QTime measures time within a day and there are 86400
seconds in a day, the result is always between -86400 and 86400.
<p> <p>See also <a href="#addSecs">addSecs</a>() and <a href="qdatetime.html#secsTo">QDateTime::secsTo</a>().
<p>Example: <a href="tutorial1-12.html#x2399">t12/cannon.cpp</a>.
<h3 class=fn>bool <a name="setHMS"></a>QTime::setHMS ( int h, int m, int s, int ms = 0 )
</h3>
Sets the time to hour <em>h</em>, minute <em>m</em>, seconds <em>s</em> and
milliseconds <em>ms</em>.
<p> <em>h</em> must be in the range 0..23, <em>m</em> and <em>s</em> must be in the
range 0..59, and <em>ms</em> must be in the range 0..999. Returns TRUE
if the set time is valid; otherwise returns FALSE.
<p> <p>See also <a href="#isValid">isValid</a>().
<h3 class=fn>void <a name="start"></a>QTime::start ()
</h3>
Sets this time to the current time. This is practical for timing:
<p> <pre>
QTime t;
t.<a href="#start">start</a>();
some_lengthy_task();
<a href="qapplication.html#qDebug">qDebug</a>( "Time elapsed: %d ms", t.<a href="#elapsed">elapsed</a>() );
</pre>
<p> <p>See also <a href="#restart">restart</a>(), <a href="#elapsed">elapsed</a>(), and <a href="#currentTime">currentTime</a>().
<h3 class=fn><a href="qstring.html">QString</a> <a name="toString"></a>QTime::toString ( const <a href="qstring.html">QString</a> & format ) const
</h3>
Returns the time as a string. The <em>format</em> parameter determines
the format of the result string.
<p> These expressions may be used:
<p> <center><table cellpadding="4" cellspacing="2" border="0">
<tr bgcolor="#a2c511"> <th valign="top">Expression <th valign="top">Output
<tr bgcolor="#f0f0f0"> <td valign="top">h
<td valign="top">the hour without a leading zero (0..23 or 1..12 if AM/PM display)
<tr bgcolor="#d0d0d0"> <td valign="top">hh
<td valign="top">the hour with a leading zero (00..23 or 01..12 if AM/PM display)
<tr bgcolor="#f0f0f0"> <td valign="top">m <td valign="top">the minute without a leading zero (0..59)
<tr bgcolor="#d0d0d0"> <td valign="top">mm <td valign="top">the minute with a leading zero (00..59)
<tr bgcolor="#f0f0f0"> <td valign="top">s <td valign="top">the second whithout a leading zero (0..59)
<tr bgcolor="#d0d0d0"> <td valign="top">ss <td valign="top">the second whith a leading zero (00..59)
<tr bgcolor="#f0f0f0"> <td valign="top">z <td valign="top">the milliseconds without leading zeroes (0..999)
<tr bgcolor="#d0d0d0"> <td valign="top">zzz <td valign="top">the milliseconds with leading zeroes (000..999)
<tr bgcolor="#f0f0f0"> <td valign="top">AP
<td valign="top">use AM/PM display. <em>AP</em> will be replaced by either "AM" or "PM".
<tr bgcolor="#d0d0d0"> <td valign="top">ap
<td valign="top">use am/pm display. <em>ap</em> will be replaced by either "am" or "pm".
</table></center>
<p> All other input characters will be ignored.
<p> Example format strings (assuming that the QTime is 14:13:09.042)
<p> <center><table cellpadding="4" cellspacing="2" border="0">
<tr bgcolor="#a2c511"> <th valign="top">Format <th valign="top">Result
<tr bgcolor="#f0f0f0"> <td valign="top">hh:mm:ss.zzz <td valign="top" colspan="1" rowspan="1"> 14:13:09.042
<tr bgcolor="#d0d0d0"> <td valign="top">h:m:s ap <td valign="top" colspan="1" rowspan="1"> 2:13:9 pm
</table></center>
<p> If the time is an invalid time, then <a href="qstring.html#QString-null">QString::null</a> will be returned.
<p> <p>See also <a href="qdate.html#toString">QDate::toString</a>() and <a href="qdatetime.html#toString">QDateTime::toString</a>().
<h3 class=fn><a href="qstring.html">QString</a> <a name="toString-2"></a>QTime::toString ( <a href="qt.html#DateFormat-enum">Qt::DateFormat</a> f = Qt::TextDate ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Returns the time as a string. Milliseconds are not included. The
<em>f</em> parameter determines the format of the string.
<p> If <em>f</em> is <a href="qt.html#DateFormat-enum">Qt::TextDate</a>, the string format is HH:MM:SS; e.g. 1
second before midnight would be "23:59:59".
<p> If <em>f</em> is <a href="qt.html#DateFormat-enum">Qt::ISODate</a>, the string format corresponds to the
ISO 8601 extended specification for representations of dates,
which is also HH:MM:SS.
<p> If <em>f</em> is Qt::LocalDate, the string format depends on the locale
settings of the system.
<p> If the time is an invalid time, then <a href="qstring.html#QString-null">QString::null</a> will be returned.
<hr><h2>Related Functions</h2>
<h3 class=fn><a href="qdatastream.html">QDataStream</a> & <a name="operator-lt-lt"></a>operator<< ( <a href="qdatastream.html">QDataStream</a> & s, const <a href="qtime.html">QTime</a> & t )
</h3>
<p> Writes time <em>t</em> to the stream <em>s</em>.
<p> <p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>.
<h3 class=fn><a href="qdatastream.html">QDataStream</a> & <a name="operator-gt-gt"></a>operator>> ( <a href="qdatastream.html">QDataStream</a> & s, <a href="qtime.html">QTime</a> & t )
</h3>
<p> Reads a time from the stream <em>s</em> into <em>t</em>.
<p> <p>See also <a href="datastreamformat.html">Format of the QDataStream operators</a>.
<!-- eof -->
<hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>.
Copyright © 1995-2007
<a href="http://www.trolltech.com/">Trolltech</a>. All Rights Reserved.<p><address><hr><div align=center>
<table width=100% cellspacing=0 border=0><tr>
<td>Copyright © 2007
<a href="troll.html">Trolltech</a><td align=center><a href="trademarks.html">Trademarks</a>
<td align=right><div align=right>Qt 3.3.8</div>
</table></div></address></body>
</html>
|
docs/javadoc/com/anji/tournament/package-summary.html
|
RaeveSpam/ANJIProject
|
<!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.4.2_09) on Sun Sep 04 19:19:00 CDT 2005 -->
<TITLE>
com.anji.tournament (ANJI API)
</TITLE>
<META NAME="keywords" CONTENT="com.anji.tournament package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="com.anji.tournament (ANJI API)";
}
</SCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<!-- ========= 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=3 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-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="../../../com/anji/run/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../com/anji/ttt/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.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 com.anji.tournament
</H2>
<code>com.anji.tournament</code> contains classes to handle tournaments and games.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/Game.html" title="interface in com.anji.tournament">Game</A></B></TD>
<TD>Game does not carry state of a specific contest between two players.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/IteratedPlayer.html" title="interface in com.anji.tournament">IteratedPlayer</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/Player.html" title="interface in com.anji.tournament">Player</A></B></TD>
<TD>Abstract player interface.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/PlayerTranscriber.html" title="interface in com.anji.tournament">PlayerTranscriber</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/Tournament.html" title="interface in com.anji.tournament">Tournament</A></B></TD>
<TD>Abstract class that manages a list of players, has them play each other in matches, and
returns the results.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TD COLSPAN=2><FONT SIZE="+2">
<B>Class Summary</B></FONT></TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/Bracket.html" title="class in com.anji.tournament">Bracket</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/CompositeTournament.html" title="class in com.anji.tournament">CompositeTournament</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/DirectTournament.html" title="class in com.anji.tournament">DirectTournament</A></B></TD>
<TD>Each contestant plays 1 game against each opponent.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/DoubleEliminationTournament.html" title="class in com.anji.tournament">DoubleEliminationTournament</A></B></TD>
<TD>Standard double elimination tournament, except players are re-seeded after every round.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/GameConfiguration.html" title="class in com.anji.tournament">GameConfiguration</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/GameResults.html" title="class in com.anji.tournament">GameResults</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/IteratedGame.html" title="class in com.anji.tournament">IteratedGame</A></B></TD>
<TD>This is a game composed of iterating over a component game.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/KRandomOppsTournament.html" title="class in com.anji.tournament">KRandomOppsTournament</A></B></TD>
<TD>Each subject plays at least <i>k </i> games against a random set of opponents.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/PlayerResults.html" title="class in com.anji.tournament">PlayerResults</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/PlayerResultsScoreComparator.html" title="class in com.anji.tournament">PlayerResultsScoreComparator</A></B></TD>
<TD>Sorts <code>PlayerResult</code> objects in descending order of score.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/PlayerStats.html" title="class in com.anji.tournament">PlayerStats</A></B></TD>
<TD>Collates win-loss-tie results.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/ScoringWeights.html" title="class in com.anji.tournament">ScoringWeights</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/SimpleTournament.html" title="class in com.anji.tournament">SimpleTournament</A></B></TD>
<TD>Abstract class that manages a list of <code>Player</code> contestants, has them play each
other in matches, and packages the results.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/SingleEliminationTournament.html" title="class in com.anji.tournament">SingleEliminationTournament</A></B></TD>
<TD>Standard double elimination tournament, except players are re-seeded after every round.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/TournamentFitnessFunction.html" title="class in com.anji.tournament">TournamentFitnessFunction</A></B></TD>
<TD>Fitness function in which chromosomes are evaluated by their phenotypes playing a set of
matches.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../com/anji/tournament/TournamentPlayerResults.html" title="class in com.anji.tournament">TournamentPlayerResults</A></B></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package com.anji.tournament Description
</H2>
<P>
<code>com.anji.tournament</code> contains classes to handle tournaments and games.
A <code>Tournament</code> is a series of matches between a population of
<code>Player</code> objects, where the particular tournament logic determines who
plays whom, and how many times. A <code>Game</code> is an individual contest between
two players. <code>Game</code> and <code>IteratedGame</code> form a
<a href="http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-designpatterns.html">composite</a>
design pattern. An <code>IteratedGame</code> might represent a match, or a series of
trials, or any hierarchy of contests and sub-contests.
<code>TournamentFitnessFunction</code> ties this all to the genetic algorithm
framework.
<P>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=3 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-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="../../../com/anji/run/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../com/anji/ttt/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../index.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>
|
wp-content/plugins/sportspress/assets/css/sportspress.css
|
dwisuseno/duabola
|
/* SportsPress */
.sp-align-left {
text-align: left;
}
.sp-align-right {
text-align: right;
}
.sp-align-center {
text-align: center;
}
/* Header */
.sp-header {
position: relative;
overflow: visible;
}
/* Templates */
.sp-template {
margin-bottom: 1.5em;
}
.sp-template-logo,
.sp-template-photo {
float: left;
margin-bottom: 2em;
margin-right: 2em;
max-width: 50%;
}
.sp-template-event-logos {
text-align: center;
}
.sp-template-details {
display: inline;
}
.sp-template-details dl {
overflow: hidden;
}
/* Data Tables */
.sp-scrollable-table-wrapper {
width: 100%;
overflow: hidden;
overflow-x: auto;
position: relative;
}
.sp-data-table {
width: 100%;
table-layout: auto;
border-spacing: 0;
}
.sp-paginated-table {
margin-bottom: 0;
}
.sp-data-table thead th {
white-space: nowrap;
}
.sp-data-table thead .sorting,
.sp-data-table thead .sorting_asc,
.sp-data-table thead .sorting_desc,
.sp-data-table thead .sorting_asc_disabled,
.sp-data-table thead .sorting_desc_disabled {
cursor: pointer;
}
.sp-data-table tbody a {
text-decoration: none;
}
.sp-data-table .sorting:after,
.sp-data-table .sorting_asc:after,
.sp-data-table .sorting_desc:after {
font-family: dashicons;
}
.sp-data-table .sorting:after {
content: "\f156";
color: transparent;
position: absolute;
}
.sp-data-table .sorting_asc:after {
content: "\f142";
position: absolute;
}
.sp-data-table .sorting_desc:after {
content: "\f140";
position: absolute;
}
.sp-data-table .data-number,
.sp-data-table .data-rank {
width: 1px;
}
/* Pagination */
.sp-table-wrapper .dataTables_paginate {
text-align: center;
}
.sp-table-wrapper .dataTables_paginate .paginate_button {
margin: 0.5em;
cursor: pointer;
display: inline-block;
}
.sp-table-wrapper .dataTables_paginate .previous {
float: left;
margin-left: 0;
}
.sp-table-wrapper .dataTables_paginate .next {
float: right;
margin-right: 0;
}
.sp-table-wrapper .dataTables_paginate .current {
opacity: 0.5;
color: inherit;
cursor: default;
}
.sp-table-wrapper .dataTables_paginate .disabled {
opacity: 0;
cursor: default;
}
/* Post Excerpt */
.sp-excerpt {
display: block;
margin-bottom: 1em;
}
/* League Table */
.sp-league-table td.has-logo {
line-height: 2em;
}
.sp-league-table .data-name .team-logo {
width: 2em;
height: 2em;
margin-right: 0.25em;
display: block;
float: left;
text-align: center;
}
.sp-league-table .data-name .team-logo img {
width: auto;
height: auto;
max-width: 2em;
max-height: 2em;
}
/* Player List */
.sp-player-list td {
line-height: 2em;
}
.sp-player-list .data-name .player-photo,
.sp-player-list .data-name .player-flag {
width: 2em;
height: 2em;
margin-right: 0.25em;
display: block;
float: left;
text-align: center;
}
.sp-player-list .data-name .player-photo img,
.sp-player-list .data-name .player-flag img {
width: auto;
height: auto;
max-width: 2em;
max-height: 2em;
}
/* Button */
.sp-button {
border: none;
cursor: pointer;
}
/* Event Logos */
.sp-event-logos a {
text-decoration: none;
}
.sp-event-logos img {
display: inline !important;
vertical-align: middle;
}
/* Events */
.sp-event-overview,
.sp-event-performance-tables {
overflow: hidden;
clear: both;
}
/* Event Logos */
.sp-event-logos .sp-team-logo {
white-space: nowrap;
display: block;
}
.sp-event-logos .sp-team-logo .sp-team-result {
display: block;
margin: 0 0 1em;
}
.sp-event-logos .sp-team-logo:last-child .sp-team-result {
margin-bottom: 0;
}
/* Event Venue */
.sp-event-venue thead th {
white-space: normal;
}
/* Event Performance */
.sp-event-performance .sub-in,
.sp-event-performance .sub-out {
cursor: default;
}
.sp-event-performance .sub-in:before,
.sp-event-performance .sub-out:before {
font-family: dashicons;
}
.sp-event-performance .sub-in:before {
content: "\f140";
}
.sp-event-performance .sub-out:before {
content: "\f142";
}
.sp-event-performance .sp-performance-icons {
width: 25%;
}
/* Event Performance (Icons) */
.sp-event-performance-teams .sp-template-event-performance-icons {
box-sizing: border-box;
width: 50%;
float: left;
padding-right: 10px;
}
.sp-event-performance-teams .sp-template-event-performance-icons:nth-child(2n) {
float: right;
padding-right: 0;
padding-left: 10px;
}
/* Event Calendar */
.sp-event-calendar {
border-spacing: 0;
}
.sp-event-calendar a {
text-decoration: none;
}
.sp-event-calendar tbody td, .sp-event-calendar thead th {
text-align: center;
}
.sp-event-calendar #next {
text-align: right;
}
.sp-event-calendar #prev {
text-align: left;
}
/* Event List */
.sp-event-list .data-date date,
.sp-event-list .data-time date {
display: none !important;
}
.sp-event-list .data-article {
white-space: nowrap;
}
.sp-event-list .data-article a .dashicons {
padding-right: 3px;
}
.sp-event-list .data-time,
.sp-event-list .data-results {
white-space: nowrap;
}
.sp-event-list .data-teams img,
.sp-event-list .data-home img,
.sp-event-list .data-away img {
display: inline-block;
vertical-align: middle;
}
/* Event Blocks */
.sp-event-blocks thead {
display: none;
}
.sp-event-blocks .sp-event-date,
.sp-event-blocks .sp-event-time,
.sp-event-blocks .sp-event-results,
.sp-event-blocks .sp-event-title {
text-align: center;
display: block;
margin: 10px 20%;
padding: 0 20px;
clear: none;
}
.sp-event-blocks .sp-event-league,
.sp-event-blocks .sp-event-season,
.sp-event-blocks .sp-event-venue {
text-align: center;
margin: 0 20%;
padding: 0 20px;
}
.sp-event-blocks .team-logo {
width: 20%;
height: auto;
margin: 10px;
max-width: 6em;
}
.sp-event-blocks .logo-odd {
float: left;
}
.sp-event-blocks .logo-even {
float: right;
}
.sp-event-blocks .team-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.widget .sp-event-blocks .sp-event-title {
margin: 10px;
padding: 0;
clear: both;
}
/* Countdowns */
.sp-template-countdown .event-name {
overflow: visible;
}
.sp-template-countdown .team-logo {
width: 20%;
height: auto;
max-width: 4em;
}
.sp-template-countdown .logo-odd {
float: left;
margin-right: 10px;
}
.sp-template-countdown .logo-even {
float: right;
margin-left: 10px;
}
.sp-template-countdown .team-logo img {
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.sp-template-countdown .sp-countdown {
clear: both;
}
/* Google Maps */
.sp-google-map {
height: 320px;
}
.sp-google-map img {
max-width: none !important;
}
.sp-venue-map {
margin-bottom: 4em;
}
/* View All */
.sp-view-all-link {
display: block;
margin-top: 0.5em;
}
/* Alternate */
.sp-data-table tbody tr.odd {
background: rgba(0, 0, 0, 0.02);
}
/* Highlight & Heading */
.sp-highlight,
.sp-heading {
font-weight: bold;
}
/* Hidden Responsive Element */
.sp-desktop {
display: none;
}
/* Media Queries */
@media screen and (min-width: 801px) {
/* Widget Alignment */
.sp-widget-align-none {
clear: both;
}
.sp-widget-align-left {
width: 50%;
float: left;
clear: left;
padding-right: 10px;
box-sizing: border-box;
}
.sp-widget-align-right {
width: 50%;
float: right;
clear: right;
padding-left: 10px;
box-sizing: border-box;
}
/* Hidden Responsive Element */
.sp-desktop {
display: block;
}
.sp-mobile {
display: none;
}
}
@media screen and (min-width: 601px) {
.sp-event-logos .sp-team-logo {
display: inline-block;
}
.sp-event-logos-2 .sp-team-logo {
display: inline;
}
.sp-event-logos-2 .sp-team-logo .sp-team-result {
display: inline-block;
margin: 0 0.25em;
}
}
|
wp-content/plugins/wp-statistics/assets/css/admin-old.css
|
xoyoc/xoyocNET
|
#adminmenu #toplevel_page_wps_overview_page div.wp-menu-image {
background: url("../images/icon.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;
}
#adminmenu #toplevel_page_wps_overview_page div.wp-menu-image:before {
content: "";
}
|
old/dhtmlx/samples/dhtmlxGrid/14_loading_big_datasets/03_grid_dyn.html
|
o-unity/lanio
|
<!DOCTYPE html>
<html>
<head>
<title>Smart Rendering</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<link rel="stylesheet" type="text/css" href="../../../codebase/dhtmlx.css"/>
<script src="../../../codebase/dhtmlx.js"></script>
<script>
var myGrid;
function doOnLoad(){
myGrid = new dhtmlXGridObject('gridbox');
myGrid.setImagePath("../../../codebase/imgs/");
myGrid.setHeader("Order,Index,Request info");
myGrid.setInitWidths("50,275,*");
myGrid.setColAlign("right,left,left");
myGrid.setColTypes("ed,ed,ed");
myGrid.setColSorting("na,na,na");
myGrid.init();
myGrid.enableSmartRendering(true,50);
myGrid.loadXML("php/dynload.php");
}
</script>
</head>
<body onload="doOnLoad()">
<h1>Smart Rendering</h1>
<p>
To increase grid performance working with very large amoung of data you can enable <strong>Smart Rendering</strong> mode with dynamical loading of rows from server (already loaded rows remain on client side).
<br>
To achieve this you should add the following javascript command:
<br>
<em>yourGrid.enableSmartRendering(mode,count);</em>
<br><br>
- and make your server side output records based on incomming parameters: <br>
<div>posStart -the first row in portion</div>
<div>count - number of rows to return</div>
<div id="gridbox" style="width:600px;height:250px;background-color:white;"></div>
</body>
</html>
|
docs/apidoc/context/apps/demos/accelerometer/package-summary.html
|
MaryVin/contexttoolkit
|
<!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_19) on Wed Dec 29 21:55:10 EST 2010 -->
<TITLE>
context.apps.demos.accelerometer
</TITLE>
<META NAME="date" CONTENT="2010-12-29">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="context.apps.demos.accelerometer";
}
}
</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-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="../../../../context/apps/demos/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../context/apps/demos/helloroom/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?context/apps/demos/accelerometer/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 context.apps.demos.accelerometer
</H2>
<map id="APIVIZ" name="APIVIZ">
<area shape="rect" id="node1" href="AccelerometerApplication.html" title="AccelerometerApplication" alt="" coords="275,539,445,567"/>
<area shape="rect" id="node2" href="AccelerometerDataConverter.html" title="AccelerometerDataConverter" alt="" coords="32,402,219,430"/>
<area shape="rect" id="node3" href="AccelerometerEnactor.html" title="AccelerometerEnactor" alt="" coords="285,342,435,370"/>
<area shape="rect" id="node4" href="AccelerometerGenerator.html" title="AccelerometerGenerator" alt="" coords="279,273,441,301"/>
<area shape="rect" id="node5" href="AccelerometerModel.html" title="AccelerometerModel" alt="" coords="55,213,196,241"/>
<area shape="rect" id="node6" href="AccelerometerWidget.html" title="AccelerometerWidget" alt="" coords="287,153,433,181"/>
<area shape="rect" id="node7" href="../../../arch/enactor/ClassifierEnactor.html" title="ClassifierEnactor (context.arch.enactor)" alt="" coords="51,333,200,379"/>
<area shape="rect" id="node8" href="../../../arch/widget/ClassifierWidget.html" title="ClassifierWidget (context.arch.widget)" alt="" coords="55,144,196,189"/>
<area shape="rect" id="node9" href="../../../arch/enactor/Generator.html" title="Generator (context.arch.enactor)" alt="" coords="51,264,200,309"/>
<area shape="rect" id="node10" title="JFrame (javax.swing)" alt="" coords="77,453,173,499"/>
<area shape="rect" id="node11" href="MotionPresenter.html" title="MotionPresenter" alt="" coords="301,83,419,111"/>
<area shape="rect" id="node12" href="MotionWidget.html" title="MotionWidget" alt="" coords="309,14,411,42"/>
<area shape="rect" id="node13" href="../../../arch/intelligibility/presenters/TypePanelPresenter.html" title="TypePanelPresenter (context.arch.intelligibility.presenters)" alt="" coords="7,75,244,120"/>
<area shape="rect" id="node14" href="../../../arch/widget/Widget.html" title="Widget (context.arch.widget)" alt="" coords="55,5,196,51"/>
<area shape="rect" id="node15" href="../../../arch/enactor/EnactorListener.html" title="«interface» EnactorListener (context.arch.enactor)" alt="" coords="51,522,200,585"/>
<area shape="rect" id="node16" href="../../../arch/intelligibility/query/QueryListener.html" title="«interface» QueryListener (context.arch.intelligibility.query)" alt="" coords="21,607,229,670"/>
</map>
<CENTER><IMG SRC="package-summary.png" USEMAP="#APIVIZ" BORDER="0"></CENTER>
<BR>
<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="../../../../context/apps/demos/accelerometer/AccelerometerApplication.html" title="class in context.apps.demos.accelerometer">AccelerometerApplication</A></B></TD>
<TD>
Main class for running the Mobile Phone Activity Recognition application.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/AccelerometerDataConverter.html" title="class in context.apps.demos.accelerometer">AccelerometerDataConverter</A></B></TD>
<TD>Original Hashtable storage is of the model; counts of attributes at certain values.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/AccelerometerEnactor.html" title="class in context.apps.demos.accelerometer">AccelerometerEnactor</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/AccelerometerGenerator.html" title="class in context.apps.demos.accelerometer">AccelerometerGenerator</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/AccelerometerModel.html" title="class in context.apps.demos.accelerometer">AccelerometerModel</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/AccelerometerWidget.html" title="class in context.apps.demos.accelerometer">AccelerometerWidget</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/MotionPresenter.html" title="class in context.apps.demos.accelerometer">MotionPresenter</A></B></TD>
<TD> </TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../context/apps/demos/accelerometer/MotionWidget.html" title="class in context.apps.demos.accelerometer">MotionWidget</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-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="../../../../context/apps/demos/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../context/apps/demos/helloroom/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?context/apps/demos/accelerometer/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>
|
malra/fo/module/gaji_pegawai/template_eng/view_gaji_pegawai.html
|
4n6g4/gtsdm
|
<!-- patTemplate:tmpl name="content" -->
<script language="javascript" type="text/javascript">
var xpopup;
function centangin_semua(varname, start_num, end_num) {
var obj = document.getElementById('cek_all');
if(obj.checked == false) {
for(i=start_num;i<=end_num;i++) {
document.getElementById(varname + i).checked = false;
}
} else {
for(i=start_num;i<=end_num;i++) {
document.getElementById(varname + i).checked = true;
}
}
}
function show_checkbox (varname, start_num, end_num) {
//show check_all checkbox
document.getElementById('cek_all').style.display='';
//document.getElementById('btnHapus').type="button";
}
function konfirmasi_delete(varname, start_num, end_num) {
//var idDelete = document.getElementById('id_delete').value;
for(i=start_num;i<=end_num;i++) {
if(document.getElementById(varname + i).checked == true) {
//document.getElementById('form_list').submit();
document.getElementById('btnHapus').type="submit";
//document.getElementById('btnHapus').click();
document.formaneh.onSubmit();
return true;
}
}
alert('Please check at least 1 data');
return false;
}
function konfirmasi_update(varname, start_num, end_num) {
//var idDelete = document.getElementById('id_delete').value;
for(i=start_num;i<=end_num;i++) {
if(document.getElementById(varname + i).checked == true) {
//document.getElementById('form_list').submit();
document.formaneh.action = '{URL_UPDATE}';
document.getElementById('btnUpdate').type="submit";
//document.getElementById('btnHapus').click();
document.formaneh.onSubmit();
return true;
}
}
alert('Please check at least 1 data');
return false;
}
document.onload = show_checkbox('gaji_pegawai_id_','{FIRST_NUMBER}','{LAST_NUMBER}');
function bukaPopupUnitkerja(xurl) {
showPopup(xurl,'List of Work Unit',500, 500);
}
function resetFormIni() {
if(document.getElementById('unitkerja')) document.getElementById('unitkerja').value='';
if(document.getElementById('unitkerja_label')) document.getElementById('unitkerja_label').innerHTML='';
}
/*function coba(){
document.formaneh.action = '{URL_UPDATE}';
//alert(document.formaneh.action);
document.getElementById('btnUpdate').type="submit";
document.formaneh.onSubmit();
}*/
</script>
<!-- onclick="konfirmasi_delete('gaji_pegawai_id_','{FIRST_NUMBER}','{LAST_NUMBER}', '{URL_DELETE}')" -->
<br />
<h1>EMPLOYEE SALARY</h1>
<br />
<form method="POST" action="{URL_SEARCH}" class="dataquest xhr_simple_form dest_subcontent-element" id="filterbox">
<table>
<tr>
<th colspan="3"><h2><strong>Search Data</strong></h2></th>
</tr>
<tr>
<th width="30%">Employee Number/Name</th>
<td><input type="text" name="nip_nama" value="{NIP_NAMA}" size="30" /></td>
</tr>
<tr>
<th>Work Unit</th>
<td><!--<input type="text" name="satkerja_label" id="satkerja_label" value="{SATKERJA_LABEL}" size="40" readonly="readonly" />-->
<input type="text" name="satkerja_label" id="satkerja_label" value="{SATKERJA_LABEL}" readonly="readonly" />
<input type="hidden" name="satkerja" id="satkerja" value="{SATKERJA}" />
<input type="button" name="but_unitkerja" onclick="bukaPopupUnitkerja('{URL_POPUP_UNITKERJA}')" value=" ... " /></td>
</tr>
<tr>
<th>Payment Status</th>
<td><!-- patTemplate:gtfwrendermodule module="combobox" submodule="combobox" action="view" name="jenis" / --></td>
</tr>
<tr>
<th>Period</th>
<td><!-- patTemplate:gtfwrendermodule module="combobox" submodule="combobox" action="view" name="periode_bulan" / -->
<!-- patTemplate:gtfwrendermodule module="combobox" submodule="combobox" action="view" name="periode_tahun" / --></td>
</tr>
<tr>
<th> </th>
<td colspan='3'>
<input type="submit" name="btncari" value=" Search »" class="buttonSubmit"/>
<input name="btnReset" value=" Reset " class="buttonSubmit" type="reset" onclick="resetFormIni()">
</td>
</tr>
</table>
</form>
<br />
<!-- patTemplate:tmpl name="warning_box" visibility="hidden" -->
<div class="{CLASS_PESAN}">
{ISI_PESAN}
</div>
<br />
<!-- /patTemplate:tmpl -->
<form method="POST" action="{URL_DELETE}" name="formaneh" class="xhr_simple_form dest_subcontent-element" id="form_list">
<div class="pageBar">
<!-- patTemplate:gtfwrendermodule module="paging" submodule="paging" action="view" name="paging_top" / -->
<div class="toolbar">
<!-- <a class="xhr dest_subcontent-element" href="{URL_BUAT_TRANSAKSI}" title="Buat Transaksi" tabindex="2"><img src="images/button-tindaklanjuti.gif" alt="Buat Transaksi"> Buat Transaksi </a>-->
<a class="xhr dest_subcontent-element" href="{URL_IMPORT}" title="Import Data" tabindex="3"><img src="images/button-print.gif" alt="Import Data"> Import</a>
<a class="xhr dest_subcontent-element" href="{URL_REKAP}" title="Salary Rekap Data" tabindex="4"><img src="images/button-tindaklanjuti.gif" alt="Salary Rekap Data"> Salary Rekap Data</a>
<input type="button" id="btnUpdate" name="btnUpdate" value="Payment" class="inputButton" onclick="konfirmasi_update('gaji_pegawai_id_','{FIRST_NUMBER}','{LAST_NUMBER}')" />
<input type="button" id="btnHapus" name="btnHapus" value="Delete" class="inputButton" onclick="konfirmasi_delete('gaji_pegawai_id_','{FIRST_NUMBER}','{LAST_NUMBER}')" />
</div>
</div>
<table class="table-common" width="800px">
<tr>
<th width="5" rowspan="2">No</th>
<th width="5" rowspan="2"><input type="checkbox" style="display:none" name="cek_all" id="cek_all" value="ALL" onclick="centangin_semua('gaji_pegawai_id_','{FIRST_NUMBER}','{LAST_NUMBER}');" /></th>
<th width="130px" rowspan="2">Action</th>
<th rowspan="2">Employee Number</th>
<th rowspan="2">Name</th>
<th rowspan="2" width="120px">Address</th>
<th width="80px" rowspan="2">Gross Income (Rp)</th>
<th colspan="2">Period</th>
<th width="35px" rowspan="2">Active</th>
<th width="35px" rowspan="2">Payment Status</th>
</tr>
<tr>
<th>Month</th>
<th>Year</th>
</tr>
<!-- patTemplate:tmpl name="data_gaji_pegawai" type="condition" conditionvar="GAJIPEGAWAI_EMPTY" -->
<!-- patTemplate:sub condition="YES" -->
<tr><td colspan="11" align="center"><em>-- Data not found --</em></td></tr>
<!-- /patTemplate:sub -->
<!-- patTemplate:sub condition="NO" -->
<!-- patTemplate:tmpl name="data_gaji_pegawai_item" -->
<tr class="{GAJIPEGAWAI_CLASS_NAME}">
<td align="center">{GAJIPEGAWAI_NUMBER}</td>
<td align="center">
<input type="checkbox" name="id[]" id="gaji_pegawai_id_{GAJIPEGAWAI_NUMBER}" value="{GAJIPEGAWAI_ID}" /><input type="hidden" name="name[{GAJIPEGAWAI_ID}]" value="{GAJIPEGAWAI_NAMA}" /></td>
<td class="links" align="center">
<a class="xhr dest_subcontent-element" href="{GAJIPEGAWAI_URL_EDIT}" title="Update"><img src="images/button-edit.gif" alt="Update"/></a>
<a class="xhr dest_subcontent-element" href="{GAJIPEGAWAI_URL_DETIL}" title="Detail"><img src="images/button-detail.gif" alt="Detail"/></a>
<a class="xhr dest_subcontent-element" href="{GAJIPEGAWAI_URL_HISTORY}" title="History"><img src="images/button-bukubuka.gif" alt="History"/></a>
<a class="xhr dest_subcontent-element" href="{GAJIPEGAWAI_URL_PAYROL}" title="Payroll"><img src="images/msg_new.gif" alt="Payroll"/></a>
<input type="hidden" name="periode[]" value="{GAJIPEGAWAI_TAHUN_BULAN}" />
<input type="hidden" name="idGaji[]" value="{GAJIPEGAWAI_IDGAJI}" />
</td>
<td align="center">{GAJIPEGAWAI_NIP}</td>
<td>{GAJIPEGAWAI_NAMA}</td>
<td>{GAJIPEGAWAI_ALAMAT}</td>
<td style="text-align:right;">{GAJIPEGAWAI_GAJI}</td>
<td style="text-align:right;">{GAJIPEGAWAI_PERIODE_BULAN}</td>
<td style="text-align:right;">{GAJIPEGAWAI_PERIODE_TAHUN}</td>
<td style="text-align:right;">{GAJIPEGAWAI_IS_AKTIF}</td>
<td style="text-align:right;">{GAJIPEGAWAI_STATUS}</td>
</tr>
<!-- /patTemplate:tmpl -->
<!-- /patTemplate:sub -->
<!-- /patTemplate:tmpl -->
</table>
</form>
<br />
<table class="table-common" width="300px">
<tr class="table-common-even1">
<td style="width:150px"><b>Total Active Employees</b></td><td style="text-align:right;">{TOTAL_PEGAWAI_AKTIF} orang</td>
</tr>
<tr class="table-common-even1">
<td style="width:150px"><b>Total Salary (1 period)</b></td><td style="text-align:right;">Rp. {TOTAL}</td>
</tr>
<!--<tr class="table-common-even1">
<td><b>Total Keseluruhan (1 period)</b></td><td style="text-align:right;">Rp. {TOTAL_SELURUH}</td>
</tr>-->
</table>
<!-- /patTemplate:tmpl -->
|
styles/prosilver/template/viewtopic_print.html
|
RolePlayGateway/roleplaygateway
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta name="robots" content="noindex" />
{META}
<title>{SITENAME} • {PAGE_TITLE}</title>
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" />
</head>
<body id="phpbb">
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<h1>{SITENAME}</h1>
<p>{SITE_DESCRIPTION}<br /><a href="{U_FORUM}">{U_FORUM}</a></p>
<h2>{TOPIC_TITLE}</h2>
<p><a href="{U_TOPIC}">{U_TOPIC}</a></p>
</div>
<div id="page-body">
<div class="page-number">{PAGE_NUMBER}</div>
<!-- BEGIN postrow -->
<div class="post">
<h3>{postrow.POST_SUBJECT}</h3>
<div class="date">{postrow.MINI_POST_IMG}{L_POSTED}: <strong>{postrow.POST_DATE}</strong></div>
<div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>
<div class="content">{postrow.MESSAGE}</div>
</div>
<hr />
<!-- END postrow -->
</div>
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain
the full copyright we ask you at least leave in place the "Powered by phpBB" line, with
"phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our
forums may be affected.
The phpBB Group : 2006
//-->
<div id="page-footer">
<div class="page-number">{S_TIMEZONE}<br />{PAGE_NUMBER}</div>
<div class="copyright">Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</div>
</div>
</div>
</body>
</html>
|
Tools/autotest/web-firmware/index.html
|
fhedberg/ardupilot
|
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ArduPilot Firmware Download</title>
<!--CSS -->
<link href="css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
<a href="https://firmware.ardupilot.org/">
<div id="logo">
</div>
</a>
<h2>ArduPilot Firmware builds</h2>
These firmware builds are automatically generated by the
<a href="https://autotest.ardupilot.org">ArduPilot autotest system</a>.<p>
<h2>License</h2>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.<p>
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.<p>
For details see <a href="http://www.gnu.org/licenses/gpl.html">http://www.gnu.org/licenses/gpl.html</a>
<h2>Safety</h2>
Operating a powered vehicle of any kind can be a lot of fun. However,
nothing will ruin your day at the park more quickly than an accident
or running afoul of the law. Since we want you to have a great
experience, please make sure that you do all of the following:
<ul>
<li><b>Operate within all local laws and regulations</b>. For
example, in the United States, current regulations require you to
operate most UAVs under 400 foot above ground level, within line of
site, and away from obstructions and populated areas. Since these
regulations vary from place to place, even within the same country,
ensure that you understand what you need to do to stay compliant.</li>
<li><b>Never operate the vehicle or software in a way that could be
dangerous to you, other people, or property</b>. Propellers, while
rotating, could easily cut you; if a UAV fell on a person or object,
it could cause a lot of pain and damage; a UAV caught in power lines
could cause an outage for many people. As Ben Franklin said, "An
ounce of prevention is worth a pound of cure."</li>
<li><b>Always keep in mind that software and hardware failures
happen</b>. Although we design our products to minimize such issues,
you should always operate with the understanding that a failure could
occur at any point of time and without warning. As such, you should
take the appropriate precautions to minimize danger in case of
failure.</li>
<li><b>Never use the software or hardware for manned vehicles</b>.
The software and hardware we provide is only for use in unmanned
vehicles.</li>
</ul>
<h2>Firmwares</h2>
<a href="Plane"><img src="images/plane.png" width="80"
alt="Plane">Plane</a> - for fixed wing aircraft<p>
<a href="Copter"><img src="images/copter.png" width="80"
alt="Copter">Copter</a> - for multicopters and
traditional helicopters<p>
<a href="Rover"><img src="images/rover.png" width="80"
alt="Rover">Rover</a> - for land vehicles and boats<p>
<a href="Sub"><img src="images/sub.png" width="80"
alt="Sub">Sub</a> - for ROVs and underwater vehicles<p>
<a href="AntennaTracker"><img src="images/antenna-tracker.png" width="80"
alt="AntennaTracker">Antenna Tracker</a> -
for antenna tracking of ArduPilot vehicles<p>
<a href="Tools/MissionPlanner"><img src="images/planner.png" width="80"
alt="MissionPlanner">MissionPlanner</a> - Mission Planner tool<p>
<a href="Tools/APMPlanner"><img src="images/ap_rc.png" width="80"
alt="APM Planner 2.0">APM Planner 2.0</a> - APM Planner 2.0 tool<p>
<a href="SiK"><img src="images/3DR_Radio.jpg" width="80"
alt="Radio">SiK</a> - 3DR Radio Firmware<p>
<a href="Tools"><img src="images/tools.png" width="80"
alt="Tools">Tools</a> - Build and development tools<p>
<a href="devbuild"><img src="images/tools.png" width="80"
alt="Tools">DevBuild</a> - Developer builds<p>
<a href="http://github.com/ArduPilot/companion"><img src="images/companion.png" width="78"
alt="Companion">Companion</a> - Companion Computer example code <a href="Companion">and Images</a></p><p>
<a href="AP_Periph"><img src="images/tools.png" width="80"
alt="AP_Periph">AP_Periph</a> - UAVCAN Peripheral Firmware<p>
<h2>Types of firmware available</h2>
To choose a firmware to download you need to choose:
<ul>
<li>The type of board that you have</li>
<li>Whether you want the stable, beta or latest version of the
firmware</li>
<li>Whether you want a HIL (hardware in the loop) image</li>
</ul>
The meanings of the versions are
<ul>
<li><b>stable</b> - this is the version recommended for new users. It
has had the most testing</li>
<li><b>beta</b> - this is the firmware to choose if you want to be
part of beta testing of new versions prior to release as a stable
version. Note that during some development times the beta release
will be the same as the stable release</li>
<li><b>latest</b> - this is the latest version from our <a href="http://github.com/ArduPilot">git source
code repository</a>. This version is only for developers. The code
may have unknown bugs and extreme care should be taken by anyone
using it</li>
</ul>
For each vehicle type a firmware image is available for each type of
autopilot board supported by that vehicle type
<h2>Load your firmware using Mission Planner</h2>
<ul>
<li>You can load the <b>stable</b> version of the firmware by selecting the appropriate icon for your airframe from the Firmware Tab.</li>
<li>You can load the <b>beta</b> version of the firmware by selecting the "BETA firmware" button in the bottom right corner of the screen and then the appropriate icon.</li>
<li>You can load the <b>latest</b> version of the firmware by downloading a firmware image from one of the links and selecting the "Load custom firmware" button in
the bottom right corner of the screen.</li>
</ul>
<h2>Loading firmware on Linux or MacOS</h2>
To load a firmware on a Linux or MacOS machine you will need to
use
the <a href="https://raw.github.com/ArduPilot/ardupilot/master/Tools/scripts/uploader.py">uploader.py</a>
python script. You can run it like this:
<pre>
python Tools/scripts/uploader.py --port /dev/ttyACM0 build/Pixracer/bin/arducopter.apj
</pre>
After starting the script, press the reset button on your device to
make it enter bootloader mode.
<h2>Building the firmware yourself</h2>
To build the firmware yourself please see the <a href="http://dev.ardupilot.com">ArduPilot development site</a>.
</div>
</body>
</html>
|
templates/profile_lastposts.html
|
kevinwiede/webspell-nerv
|
<div class="row">
<div class="col-xs-6">
<table class="table">
<tr>
<td>%last_topics%</td>
</tr>
$topiclist
</table>
</div>
<div class="col-xs-6">
<table class="table">
<tr>
<td>%last_posts%</td>
</tr>
$postlist
</table>
</div>
</div>
|
third_party/cpp/berkeleydb/docs/gsg/JAVA/dpl_delete.html
|
apavlo/h-store
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Deleting Entity Objects</title>
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.73.2" />
<link rel="start" href="index.html" title="Getting Started with Berkeley DB" />
<link rel="up" href="persist_access.html" title="Chapter 5. Saving and Retrieving Objects" />
<link rel="prev" href="dpl_entityjoin.html" title="Join Cursors" />
<link rel="next" href="dpl_replace.html" title="Replacing Entity Objects" />
</head>
<body>
<div xmlns="" class="navheader">
<div class="libver">
<p>Library Version 12.1.6.1</p>
</div>
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Deleting Entity Objects</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="dpl_entityjoin.html">Prev</a> </td>
<th width="60%" align="center">Chapter 5. Saving and Retrieving Objects</th>
<td width="20%" align="right"> <a accesskey="n" href="dpl_replace.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="dpl_delete"></a>Deleting Entity Objects</h2>
</div>
</div>
</div>
<p>
The simplest way to remove an object from your entity store
is to delete it by its primary index. For example,
using the <code class="classname">SimpleDA</code> class that we
created earlier in this document
(see <a class="xref" href="simpleda.html" title="SimpleDA.class">SimpleDA.class</a>),
you can delete the <code class="classname">SimpleEntityClass</code>
object with a primary key of <code class="literal">keyone</code> as
follows:
</p>
<pre class="programlisting">sda.pIdx.delete("keyone");</pre>
<p>
You can also delete objects by their secondary keys. When
you do this, all objects related to the secondary key are
deleted, unless the key is a foreign object.
</p>
<p>
For example, the following deletes all
<code class="classname">SimpleEntityClass</code> with a secondary
key of <code class="literal">skeyone</code>:
</p>
<pre class="programlisting">sda.sIdx.delete("skeyone");</pre>
<p>
You can delete any single object by positioning a cursor to
that object and then calling the cursor's
<code class="methodname">delete()</code> method.
</p>
<pre class="programlisting">PrimaryIndex<String,SimpleEntityClass> pi =
store.getPrimaryIndex(String.class, SimpleEntityClass.class);
SecondaryIndex<String,String,SimpleEntityClass> si =
store.getSecondaryIndex(pi, String.class, "sKey");
EntityCursor<SimpleEntityClass> sec_cursor =
si.subIndex("skeyone").entities();
try {
SimpleEntityClass sec;
Iterator<SimpleEntityClass> i = sec_cursor.iterator();
while (sec = i.nextDup() != null) {
if (sec.getSKey() == "some value") {
i.delete();
}
}
// Always make sure the cursor is closed when we are done with it.
} finally {
sec_cursor.close(); } </pre>
<p>
Finally, if you are indexing by foreign key, then the
results of deleting the key is determined by the foreign
key constraint that you have set for the index. See
<a class="xref" href="dplindexcreate.html#foreignkey" title="Foreign Key Constraints">Foreign Key Constraints</a>
for more information.
</p>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="dpl_entityjoin.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="persist_access.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="dpl_replace.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Join Cursors </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Replacing Entity Objects</td>
</tr>
</table>
</div>
</body>
</html>
|
tests/wpt/web-platform-tests/cookies/samesite/window-open-reload.html
|
ecoal95/servo
|
<!DOCTYPE html>
<meta charset="utf-8"/>
<meta name="variant" content="">
<meta name="variant" content="?samesite-by-default-cookies.tentative">
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<script src="/cookies/resources/cookie-helper.sub.js"></script>
<script>
function create_test(origin, target, expectedStatus, title) {
promise_test(t => {
var value = "" + Math.random();
return resetSameSiteCookies(origin, value)
.then(_ => {
return new Promise((resolve, reject) => {
var w = window.open(origin + "/cookies/resources/postToParent.py");
var reloaded = false;
var msgHandler = e => {
try {
getSameSiteVerifier()(expectedStatus, value, e.data);
} catch (e) {
reject(e);
}
if (reloaded) {
window.removeEventListener("message", msgHandler);
w.close();
resolve("Popup received the cookie.");
} else {
reloaded = true;
w.postMessage("reload", "*");
}
};
window.addEventListener("message", msgHandler);
if (!w)
reject("Popup could not be opened (did you whitelist the test site in your popup blocker?).");
});
});
}, title);
}
create_test(ORIGIN, ORIGIN, SameSiteStatus.STRICT, "Reloaded same-host auxiliary navigations are strictly same-site.");
create_test(SUBDOMAIN_ORIGIN, SUBDOMAIN_ORIGIN, SameSiteStatus.STRICT, "Reloaded subdomain auxiliary navigations are strictly same-site.");
create_test(CROSS_SITE_ORIGIN, CROSS_SITE_ORIGIN, SameSiteStatus.LAX, "Reloaded cross-site auxiliary navigations are laxly same-site");
</script>
|
rules/rules-rgaa3.0/src/test/resources/testcases/rgaa30/Rgaa30Rule010703/Rgaa30.Test.01.07.03-4NA-01.html
|
Asqatasun/Asqatasun
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<title>Rgaa30 Test.1.7.3 NA 01</title>
</head>
<body>
<div>
<h1>Rgaa30 Test.1.7.3 NA 01</h1>
<div class="test-detail" lang="fr"> Chaque image embarquée (balise
<code>embed</code> avec l'attribut
<code>type="image/..."</code>) ayant une
<a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mDescDetaillee">description détaillée</a> vérifie-t-elle une de ces conditions ?
<ul class="ssTests">
<li> La <a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mDescDetaillee">description détaillée</a> adjacente à l'image embarquée est pertinente</li>
<li> La <a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mDescDetaillee">description détaillée</a> via un <a href="http://references.modernisation.gouv.fr/referentiel-technique-0#mLienAdj">lien adjacent</a> est pertinente</li>
</ul>
</div>
<div class="testcase">
</div>
<div class="test-explanation">
NA : The html element implied by the test is not present on the page
</div>
</div>
</body>
</html>
|
examples/sobel/src/boost_1_63_0/libs/math/doc/html/math_toolkit/dist_ref/dists/nc_t_dist.html
|
ntonjeta/iidea-Docker
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Noncentral T Distribution</title>
<link rel="stylesheet" href="../../../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Math Toolkit 2.5.1">
<link rel="up" href="../dists.html" title="Distributions">
<link rel="prev" href="nc_f_dist.html" title="Noncentral F Distribution">
<link rel="next" href="normal_dist.html" title="Normal (Gaussian) Distribution">
</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="nc_f_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><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="normal_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="math_toolkit.dist_ref.dists.nc_t_dist"></a><a class="link" href="nc_t_dist.html" title="Noncentral T Distribution">Noncentral T
Distribution</a>
</h4></div></div></div>
<pre class="programlisting"><span class="preprocessor">#include</span> <span class="special"><</span><span class="identifier">boost</span><span class="special">/</span><span class="identifier">math</span><span class="special">/</span><span class="identifier">distributions</span><span class="special">/</span><span class="identifier">non_central_t</span><span class="special">.</span><span class="identifier">hpp</span><span class="special">></span></pre>
<pre class="programlisting"><span class="keyword">namespace</span> <span class="identifier">boost</span><span class="special">{</span> <span class="keyword">namespace</span> <span class="identifier">math</span><span class="special">{</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span> <span class="special">=</span> <span class="keyword">double</span><span class="special">,</span>
<span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 15. Policies: Controlling Precision, Error Handling etc">Policy</a> <span class="special">=</span> <a class="link" href="../../pol_ref/pol_ref_ref.html" title="Policy Class Reference">policies::policy<></a> <span class="special">></span>
<span class="keyword">class</span> <span class="identifier">non_central_t_distribution</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">non_central_t_distribution</span><span class="special"><></span> <span class="identifier">non_central_t</span><span class="special">;</span>
<span class="keyword">template</span> <span class="special"><</span><span class="keyword">class</span> <span class="identifier">RealType</span><span class="special">,</span> <span class="keyword">class</span> <a class="link" href="../../../policy.html" title="Chapter 15. Policies: Controlling Precision, Error Handling etc">Policy</a><span class="special">></span>
<span class="keyword">class</span> <span class="identifier">non_central_t_distribution</span>
<span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="keyword">typedef</span> <span class="identifier">RealType</span> <span class="identifier">value_type</span><span class="special">;</span>
<span class="keyword">typedef</span> <span class="identifier">Policy</span> <span class="identifier">policy_type</span><span class="special">;</span>
<span class="comment">// Constructor:</span>
<span class="identifier">non_central_t_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">delta</span><span class="special">);</span>
<span class="comment">// Accessor to degrees_of_freedom parameter v:</span>
<span class="identifier">RealType</span> <span class="identifier">degrees_of_freedom</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="comment">// Accessor to non-centrality parameter delta:</span>
<span class="identifier">RealType</span> <span class="identifier">non_centrality</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
<span class="special">};</span>
<span class="special">}}</span> <span class="comment">// namespaces</span>
</pre>
<p>
The noncentral T distribution is a generalization of the <a class="link" href="students_t_dist.html" title="Students t Distribution">Students
t Distribution</a>. Let X have a normal distribution with mean δ and variance
1, and let ν S<sup>2</sup> have a chi-squared distribution with degrees of freedom ν.
Assume that X and S<sup>2</sup> are independent. The distribution of t<sub>ν</sub>(δ)=X/S is called
a noncentral t distribution with degrees of freedom ν and noncentrality parameter
δ.
</p>
<p>
This gives the following PDF:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../equations/nc_t_ref1.svg"></span>
</p>
<p>
where <sub>1</sub>F<sub>1</sub>(a;b;x) is a confluent hypergeometric function.
</p>
<p>
The following graph illustrates how the distribution changes for different
values of ν and δ:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../graphs/nc_t_pdf.svg" align="middle"></span>
<span class="inlinemediaobject"><img src="../../../../graphs/nc_t_cdf.svg" align="middle"></span>
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.nc_t_dist.h0"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.nc_t_dist.member_functions"></a></span><a class="link" href="nc_t_dist.html#math_toolkit.dist_ref.dists.nc_t_dist.member_functions">Member
Functions</a>
</h5>
<pre class="programlisting"><span class="identifier">non_central_t_distribution</span><span class="special">(</span><span class="identifier">RealType</span> <span class="identifier">v</span><span class="special">,</span> <span class="identifier">RealType</span> <span class="identifier">delta</span><span class="special">);</span>
</pre>
<p>
Constructs a non-central t distribution with degrees of freedom parameter
<span class="emphasis"><em>v</em></span> and non-centrality parameter <span class="emphasis"><em>delta</em></span>.
</p>
<p>
Requires <span class="emphasis"><em>v</em></span> > 0 (including positive infinity) and
finite <span class="emphasis"><em>delta</em></span>, otherwise calls <a class="link" href="../../error_handling.html#math_toolkit.error_handling.domain_error">domain_error</a>.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">degrees_of_freedom</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the parameter <span class="emphasis"><em>v</em></span> from which this object was
constructed.
</p>
<pre class="programlisting"><span class="identifier">RealType</span> <span class="identifier">non_centrality</span><span class="special">()</span><span class="keyword">const</span><span class="special">;</span>
</pre>
<p>
Returns the non-centrality parameter <span class="emphasis"><em>delta</em></span> from which
this object was constructed.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.nc_t_dist.h1"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.nc_t_dist.non_member_accessors"></a></span><a class="link" href="nc_t_dist.html#math_toolkit.dist_ref.dists.nc_t_dist.non_member_accessors">Non-member
Accessors</a>
</h5>
<p>
All the <a class="link" href="../nmp.html" title="Non-Member Properties">usual non-member accessor
functions</a> that are generic to all distributions are supported:
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.cdf">Cumulative Distribution Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.pdf">Probability Density Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.quantile">Quantile</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.hazard">Hazard Function</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.chf">Cumulative Hazard Function</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mean">mean</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.median">median</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.mode">mode</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.variance">variance</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.sd">standard deviation</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.skewness">skewness</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis">kurtosis</a>, <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.kurtosis_excess">kurtosis_excess</a>,
<a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.range">range</a> and <a class="link" href="../nmp.html#math_toolkit.dist_ref.nmp.support">support</a>.
</p>
<p>
The domain of the random variable is [-∞, +∞].
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.nc_t_dist.h2"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.nc_t_dist.accuracy"></a></span><a class="link" href="nc_t_dist.html#math_toolkit.dist_ref.dists.nc_t_dist.accuracy">Accuracy</a>
</h5>
<p>
The following table shows the peak errors (in units of <a href="http://en.wikipedia.org/wiki/Machine_epsilon" target="_top">epsilon</a>)
found on various platforms with various floating-point types. Unless otherwise
specified, any floating-point type that is narrower than the one shown
will have <a class="link" href="../../relative_error.html#math_toolkit.relative_error.zero_error">effectively
zero error</a>.
</p>
<div class="table">
<a name="math_toolkit.dist_ref.dists.nc_t_dist.table_non_central_t_CDF"></a><p class="title"><b>Table 5.8. Error rates for non central t CDF</b></p>
<div class="table-contents"><table class="table" summary="Error rates for non central t CDF">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
</th>
<th>
<p>
Microsoft Visual C++ version 12.0<br> Win32<br> double
</p>
</th>
<th>
<p>
GNU C++ version 5.1.0<br> linux<br> double
</p>
</th>
<th>
<p>
GNU C++ version 5.1.0<br> linux<br> long double
</p>
</th>
<th>
<p>
Sun compiler version 0x5130<br> Sun Solaris<br> long double
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
Non Central T
</p>
</td>
<td>
<p>
<span class="blue">Max = 138ε (Mean = 31.5ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 0.796ε (Mean = 0.0691ε)</span><br>
<br> (<span class="emphasis"><em>Rmath 3.0.2:</em></span> <span class="red">Max
= 5.28e+15ε (Mean = 8.49e+14ε) <a class="link" href="../../logs_and_tables/logs.html#errors_GNU_C_version_5_1_0_linux_double_non_central_t_CDF_Rmath_3_0_2_Non_Central_T">And
other failures.</a>)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 141ε (Mean = 31.1ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 145ε (Mean = 30.2ε)</span>
</p>
</td>
</tr>
<tr>
<td>
<p>
Non Central T (small non-centrality)
</p>
</td>
<td>
<p>
<span class="blue">Max = 3.61ε (Mean = 1.03ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 0ε (Mean = 0ε)</span><br> <br> (<span class="emphasis"><em>Rmath
3.0.2:</em></span> Max = 2.09e+03ε (Mean = 244ε))
</p>
</td>
<td>
<p>
<span class="blue">Max = 7.86ε (Mean = 1.69ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 9.15ε (Mean = 2.25ε)</span>
</p>
</td>
</tr>
<tr>
<td>
<p>
Non Central T (large parameters)
</p>
</td>
<td>
<p>
<span class="blue">Max = 286ε (Mean = 62.8ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 257ε (Mean = 72.1ε)</span><br> <br>
(<span class="emphasis"><em>Rmath 3.0.2:</em></span> Max = 2.46ε (Mean = 0.657ε))
</p>
</td>
<td>
<p>
<span class="blue">Max = 5.26e+05ε (Mean = 1.48e+05ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 5.24e+05ε (Mean = 1.47e+05ε)</span>
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break"><div class="table">
<a name="math_toolkit.dist_ref.dists.nc_t_dist.table_non_central_t_CDF_complement"></a><p class="title"><b>Table 5.9. Error rates for non central t CDF complement</b></p>
<div class="table-contents"><table class="table" summary="Error rates for non central t CDF complement">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead><tr>
<th>
</th>
<th>
<p>
Microsoft Visual C++ version 12.0<br> Win32<br> double
</p>
</th>
<th>
<p>
GNU C++ version 5.1.0<br> linux<br> double
</p>
</th>
<th>
<p>
GNU C++ version 5.1.0<br> linux<br> long double
</p>
</th>
<th>
<p>
Sun compiler version 0x5130<br> Sun Solaris<br> long double
</p>
</th>
</tr></thead>
<tbody>
<tr>
<td>
<p>
Non Central T
</p>
</td>
<td>
<p>
<span class="blue">Max = 150ε (Mean = 32.3ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 0.707ε (Mean = 0.0497ε)</span><br>
<br> (<span class="emphasis"><em>Rmath 3.0.2:</em></span> <span class="red">Max
= 6.19e+15ε (Mean = 6.72e+14ε) <a class="link" href="../../logs_and_tables/logs.html#errors_GNU_C_version_5_1_0_linux_double_non_central_t_CDF_complement_Rmath_3_0_2_Non_Central_T">And
other failures.</a>)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 203ε (Mean = 31.8ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 340ε (Mean = 43.6ε)</span>
</p>
</td>
</tr>
<tr>
<td>
<p>
Non Central T (small non-centrality)
</p>
</td>
<td>
<p>
<span class="blue">Max = 5.21ε (Mean = 1.43ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 0ε (Mean = 0ε)</span><br> <br> (<span class="emphasis"><em>Rmath
3.0.2:</em></span> Max = 1.87e+03ε (Mean = 263ε))
</p>
</td>
<td>
<p>
<span class="blue">Max = 7.48ε (Mean = 1.86ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 10.9ε (Mean = 2.43ε)</span>
</p>
</td>
</tr>
<tr>
<td>
<p>
Non Central T (large parameters)
</p>
</td>
<td>
<p>
<span class="blue">Max = 227ε (Mean = 50.4ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 478ε (Mean = 96.3ε)</span><br> <br>
(<span class="emphasis"><em>Rmath 3.0.2:</em></span> Max = 2.24ε (Mean = 0.945ε))
</p>
</td>
<td>
<p>
<span class="blue">Max = 9.79e+05ε (Mean = 1.97e+05ε)</span>
</p>
</td>
<td>
<p>
<span class="blue">Max = 9.79e+05ε (Mean = 1.97e+05ε)</span>
</p>
</td>
</tr>
</tbody>
</table></div>
</div>
<br class="table-break"><div class="caution"><table border="0" summary="Caution">
<tr>
<td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="../../../../../../../doc/src/images/caution.png"></td>
<th align="left">Caution</th>
</tr>
<tr><td align="left" valign="top"><p>
The complexity of the current algorithm is dependent upon δ<sup>2</sup>: consequently
the time taken to evaluate the CDF increases rapidly for δ > 500, likewise
the accuracy decreases rapidly for very large δ.
</p></td></tr>
</table></div>
<p>
Accuracy for the quantile and PDF functions should be broadly similar.
The <span class="emphasis"><em>mode</em></span> is determined numerically and cannot in principal
be more accurate than the square root of floating-point type FPT epsilon,
accessed using <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">tools</span><span class="special">::</span><span class="identifier">epsilon</span><span class="special"><</span><span class="identifier">FPT</span><span class="special">>()</span></code>.
For 64-bit <code class="computeroutput"><span class="keyword">double</span></code>, epsilon
is about 1e-16, so the fractional accuracy is limited to 1e-8.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.nc_t_dist.h3"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.nc_t_dist.tests"></a></span><a class="link" href="nc_t_dist.html#math_toolkit.dist_ref.dists.nc_t_dist.tests">Tests</a>
</h5>
<p>
There are two sets of tests of this distribution:
</p>
<p>
Basic sanity checks compare this implementation to the test values given
in "Computing discrete mixtures of continuous distributions: noncentral
chisquare, noncentral t and the distribution of the square of the sample
multiple correlation coefficient." Denise Benton, K. Krishnamoorthy,
Computational Statistics & Data Analysis 43 (2003) 249-267.
</p>
<p>
Accuracy checks use test data computed with this implementation and arbitary
precision interval arithmetic: this test data is believed to be accurate
to at least 50 decimal places.
</p>
<p>
The cases of large (or infinite) ν and/or large δ has received special treatment
to avoid catastrophic loss of accuracy. New tests have been added to confirm
the improvement achieved.
</p>
<p>
From Boost 1.52, degrees of freedom ν can be +∞
when the normal distribution
located at δ
(equivalent to the central Student's t distribution) is used
in place for accuracy and speed.
</p>
<h5>
<a name="math_toolkit.dist_ref.dists.nc_t_dist.h4"></a>
<span class="phrase"><a name="math_toolkit.dist_ref.dists.nc_t_dist.implementation"></a></span><a class="link" href="nc_t_dist.html#math_toolkit.dist_ref.dists.nc_t_dist.implementation">Implementation</a>
</h5>
<p>
The CDF is computed using a modification of the method described in "Computing
discrete mixtures of continuous distributions: noncentral chisquare, noncentral
t and the distribution of the square of the sample multiple correlation
coefficient." Denise Benton, K. Krishnamoorthy, Computational Statistics
& Data Analysis 43 (2003) 249-267.
</p>
<p>
This uses the following formula for the CDF:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../equations/nc_t_ref2.svg"></span>
</p>
<p>
Where I<sub>x</sub>(a,b) is the incomplete beta function, and Φ(x) is the normal CDF
at x.
</p>
<p>
Iteration starts at the largest of the Poisson weighting terms (at i =
δ<sup>2</sup> / 2) and then proceeds in both directions as per Benton and Krishnamoorthy's
paper.
</p>
<p>
Alternatively, by considering what happens when t = ∞, we have x = 1, and
therefore I<sub>x</sub>(a,b) = 1 and:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../equations/nc_t_ref3.svg"></span>
</p>
<p>
From this we can easily show that:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../equations/nc_t_ref4.svg"></span>
</p>
<p>
and therefore we have a means to compute either the probability or its
complement directly without the risk of cancellation error. The crossover
criterion for choosing whether to calculate the CDF or its complement is
the same as for the <a class="link" href="nc_beta_dist.html" title="Noncentral Beta Distribution">Noncentral
Beta Distribution</a>.
</p>
<p>
The PDF can be computed by a very similar method using:
</p>
<p>
<span class="inlinemediaobject"><img src="../../../../equations/nc_t_ref5.svg"></span>
</p>
<p>
Where I<sub>x</sub><sup>'</sup>(a,b) is the derivative of the incomplete beta function.
</p>
<p>
For both the PDF and CDF we switch to approximating the distribution by
a Student's t distribution centred on δ when ν is very large. The crossover
location appears to be when δ/(4ν) < ε, this location was estimated by
inspection of equation 2.6 in "A Comparison of Approximations To Percentiles
of the Noncentral t-Distribution". H. Sahai and M. M. Ojeda, Revista
Investigacion Operacional Vol 21, No 2, 2000, page 123.
</p>
<p>
Equation 2.6 is a Fisher-Cornish expansion by Eeden and Johnson. The second
term includes the ratio δ/(4ν), so when this term become negligible, this
and following terms can be ignored, leaving just Student's t distribution
centred on δ.
</p>
<p>
This was also confirmed by experimental testing.
</p>
<p>
See also
</p>
<div class="itemizedlist"><ul class="itemizedlist" style="list-style-type: disc; ">
<li class="listitem">
"Some Approximations to the Percentage Points of the Noncentral
t-Distribution". C. van Eeden. International Statistical Review,
29, 4-31.
</li>
<li class="listitem">
"Continuous Univariate Distributions". N.L. Johnson, S. Kotz
and N. Balkrishnan. 1995. John Wiley and Sons New York.
</li>
</ul></div>
<p>
The quantile is calculated via the usual <a class="link" href="../../roots/roots_noderiv.html" title="Root Finding Without Derivatives">root-finding
without derivatives</a> method with the initial guess taken as the quantile
of a normal approximation to the noncentral T.
</p>
<p>
There is no closed form for the mode, so this is computed via functional
maximisation of the PDF.
</p>
<p>
The remaining functions (mean, variance etc) are implemented using the
formulas given in Weisstein, Eric W. "Noncentral Student's t-Distribution."
From MathWorld--A Wolfram Web Resource. <a href="http://mathworld.wolfram.com/NoncentralStudentst-Distribution.html" target="_top">http://mathworld.wolfram.com/NoncentralStudentst-Distribution.html</a>
and in the <a href="http://reference.wolfram.com/mathematica/ref/NoncentralStudentTDistribution.html" target="_top">Mathematica
documentation</a>.
</p>
<p>
Some analytic properties of noncentral distributions (particularly unimodality,
and monotonicity of their modes) are surveyed and summarized by:
</p>
<p>
Andrea van Aubel & Wolfgang Gawronski, Applied Mathematics and Computation,
141 (2003) 3-12.
</p>
</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 © 2006-2010, 2012-2014 Nikhar Agrawal,
Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos, Hubert
Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan Råde, Gautam Sewani,
Benjamin Sobotta, Thijs van den Berg, Daryle Walker and Xiaogang Zhang<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="nc_f_dist.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../dists.html"><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="normal_dist.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/apidocs/org/openbase/bco/manager/user/lib/class-use/User.html
|
DivineThreepwood/bco.core-manager
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_151) on Tue Jan 16 16:59:45 CET 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Interface org.openbase.bco.manager.user.lib.User (BCO Manager 1.5-SNAPSHOT API)</title>
<meta name="date" content="2018-01-16">
<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.openbase.bco.manager.user.lib.User (BCO Manager 1.5-SNAPSHOT API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/openbase/bco/manager/user/lib/class-use/User.html" target="_top">Frames</a></li>
<li><a href="User.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h2 title="Uses of Interface org.openbase.bco.manager.user.lib.User" class="title">Uses of Interface<br>org.openbase.bco.manager.user.lib.User</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
<caption><span>Packages that use <a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="#org.openbase.bco.manager.user.core">org.openbase.bco.manager.user.core</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="#org.openbase.bco.manager.user.lib">org.openbase.bco.manager.user.lib</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="org.openbase.bco.manager.user.core">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">User</a> in <a href="../../../../../../../org/openbase/bco/manager/user/core/package-summary.html">org.openbase.bco.manager.user.core</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
<caption><span>Classes in <a href="../../../../../../../org/openbase/bco/manager/user/core/package-summary.html">org.openbase.bco.manager.user.core</a> that implement <a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">User</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/openbase/bco/manager/user/core/UserControllerImpl.html" title="class in org.openbase.bco.manager.user.core">UserControllerImpl</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList"><a name="org.openbase.bco.manager.user.lib">
<!-- -->
</a>
<h3>Uses of <a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">User</a> in <a href="../../../../../../../org/openbase/bco/manager/user/lib/package-summary.html">org.openbase.bco.manager.user.lib</a></h3>
<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing subinterfaces, and an explanation">
<caption><span>Subinterfaces of <a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">User</a> in <a href="../../../../../../../org/openbase/bco/manager/user/lib/package-summary.html">org.openbase.bco.manager.user.lib</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Interface and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../../org/openbase/bco/manager/user/lib/UserController.html" title="interface in org.openbase.bco.manager.user.lib">UserController</a></span></code> </td>
</tr>
</tbody>
</table>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../../overview-summary.html">Overview</a></li>
<li><a href="../package-summary.html">Package</a></li>
<li><a href="../../../../../../../org/openbase/bco/manager/user/lib/User.html" title="interface in org.openbase.bco.manager.user.lib">Class</a></li>
<li class="navBarCell1Rev">Use</li>
<li><a href="../package-tree.html">Tree</a></li>
<li><a href="../../../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/openbase/bco/manager/user/lib/class-use/User.html" target="_top">Frames</a></li>
<li><a href="User.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2015–2018 <a href="https://github.com/openbase">openbase.org</a>. All rights reserved.</small></p>
</body>
</html>
|
src/boost_1_57_0/doc/html/boost/proto/functional/child/result_This_E_idp203592768.html
|
biospi/seamass-windeps
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Struct template result<This(Expr)></title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../child.html#idp381445968" title="Description">
<link rel="prev" href="../child.html" title="Struct template child">
<link rel="next" href="../value.html" title="Struct value">
</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="../child.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../child.html#idp381445968"><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="../value.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.proto.functional.child.result_This(E_idp203592768"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Struct template result<This(Expr)></span></h2>
<p>boost::proto::functional::child::result<This(Expr)></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="../../../../proto/reference.html#header.boost.proto.traits_hpp" title="Header <boost/proto/traits.hpp>">boost/proto/traits.hpp</a>>
</span>
<span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> This<span class="special">,</span> <span class="keyword">typename</span> <a class="link" href="../../../../Expr.html" title="Concept Expr">Expr</a><span class="special">></span>
<span class="keyword">struct</span> <a class="link" href="result_This_E_idp203592768.html" title="Struct template result<This(Expr)>">result</a><span class="special"><</span><span class="identifier">This</span><span class="special">(</span><span class="identifier">Expr</span><span class="special">)</span><span class="special">></span> <span class="special">:</span> <span class="keyword"></span> <a class="link" href="../../result_of/child.html" title="Struct template child">proto::result_of::child</a>< Expr, N > <span class="special">{</span>
<span class="special">}</span><span class="special">;</span></pre></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 © 2008 Eric Niebler<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="../child.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../child.html#idp381445968"><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="../value.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
src/boost_1_57_0/doc/html/boost/interprocess/basic_managed__idp65355360.html
|
biospi/seamass-windeps
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class template basic_managed_shared_memory</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../interprocess/indexes_reference.html#header.boost.interprocess.managed_shared_memory_hpp" title="Header <boost/interprocess/managed_shared_memory.hpp>">
<link rel="prev" href="wmanaged_mapped_file.html" title="Type definition wmanaged_mapped_file">
<link rel="next" href="managed_shared_memory.html" title="Type definition managed_shared_memory">
</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="wmanaged_mapped_file.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.managed_shared_memory_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="managed_shared_memory.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.interprocess.basic_managed__idp65355360"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class template basic_managed_shared_memory</span></h2>
<p>boost::interprocess::basic_managed_shared_memory</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="../../interprocess/indexes_reference.html#header.boost.interprocess.managed_shared_memory_hpp" title="Header <boost/interprocess/managed_shared_memory.hpp>">boost/interprocess/managed_shared_memory.hpp</a>>
</span><span class="keyword">template</span><span class="special"><</span><span class="keyword">typename</span> CharType<span class="special">,</span> <span class="keyword">typename</span> AllocationAlgorithm<span class="special">,</span>
<span class="keyword">template</span><span class="special"><</span> <span class="keyword">class</span> <span class="identifier">IndexConfig</span> <span class="special">></span> <span class="keyword">class</span> IndexType<span class="special">></span>
<span class="keyword">class</span> <a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="basic_managed__idp65355360.html#boost.interprocess.basic_managed__idp65355360construct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="basic_managed__idp65355360.html#idp65362736-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65363504-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="create_only_t.html" title="Struct create_only_t">create_only_t</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="identifier">size_type</span><span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65369440-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="open_or_create_t.html" title="Struct open_or_create_t">open_or_create_t</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="identifier">size_type</span><span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65375456-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="open_copy_on_write_t.html" title="Struct open_copy_on_write_t">open_copy_on_write_t</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="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65378720-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="open_read_only_t.html" title="Struct open_read_only_t">open_read_only_t</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="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65381984-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</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="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65385232-bb"><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&</span> <a class="link" href="basic_managed__idp65355360.html#idp65386992-bb"><span class="keyword">operator</span><span class="special">=</span></a><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&&</span><span class="special">)</span><span class="special">;</span>
<a class="link" href="basic_managed__idp65355360.html#idp65361696-bb"><span class="special">~</span><span class="identifier">basic_managed_shared_memory</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="basic_managed__idp65355360.html#idp65358640-bb">public member functions</a></span>
<span class="keyword">void</span> <a class="link" href="basic_managed__idp65355360.html#idp65359200-bb"><span class="identifier">swap</span></a><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&</span><span class="special">)</span><span class="special">;</span>
<span class="comment">// <a class="link" href="basic_managed__idp65355360.html#idp65389344-bb">public static functions</a></span>
<span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="basic_managed__idp65355360.html#idp65389904-bb"><span class="identifier">grow</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="identifier">size_type</span><span class="special">)</span><span class="special">;</span>
<span class="keyword">static</span> <span class="keyword">bool</span> <a class="link" href="basic_managed__idp65355360.html#idp65393248-bb"><span class="identifier">shrink_to_fit</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>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp240845536"></a><h2>Description</h2>
<p>A basic shared memory named object creation class. Initializes the shared memory segment. Inherits all basic functionality from basic_managed_memory_impl<CharType, AllocationAlgorithm, IndexType> </p>
<div class="refsect2">
<a name="idp240846496"></a><h3>
<a name="boost.interprocess.basic_managed__idp65355360construct-copy-destruct"></a><code class="computeroutput">basic_managed_shared_memory</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><a name="idp65362736-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Default constructor. Does nothing. Useful in combination with move semantics </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65363504-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="create_only_t.html" title="Struct create_only_t">create_only_t</a><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> name<span class="special">,</span> <span class="identifier">size_type</span> size<span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> addr <span class="special">=</span> <span class="number">0</span><span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> perm <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p>Creates shared memory and creates and places the segment manager. This can throw. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65369440-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="open_or_create_t.html" title="Struct open_or_create_t">open_or_create_t</a><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> name<span class="special">,</span>
<span class="identifier">size_type</span> size<span class="special">,</span> <span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> addr <span class="special">=</span> <span class="number">0</span><span class="special">,</span>
<span class="keyword">const</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a> <span class="special">&</span> perm <span class="special">=</span> <a class="link" href="permissions.html" title="Class permissions">permissions</a><span class="special">(</span><span class="special">)</span><span class="special">)</span><span class="special">;</span></pre>
<p>Creates shared memory and creates and places the segment manager if segment was not created. If segment was created it connects to the segment. This can throw. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65375456-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="open_copy_on_write_t.html" title="Struct open_copy_on_write_t">open_copy_on_write_t</a><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> name<span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> addr <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>
<p>Connects to a created shared memory and its segment manager. in copy_on_write mode. This can throw. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65378720-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="open_read_only_t.html" title="Struct open_read_only_t">open_read_only_t</a><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> name<span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> addr <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>
<p>Connects to a created shared memory and its segment manager. in read-only mode. This can throw. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65381984-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="open_only_t.html" title="Struct open_only_t">open_only_t</a><span class="special">,</span> <span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> name<span class="special">,</span>
<span class="keyword">const</span> <span class="keyword">void</span> <span class="special">*</span> addr <span class="special">=</span> <span class="number">0</span><span class="special">)</span><span class="special">;</span></pre>
<p>Connects to a created shared memory and its segment manager. This can throw. </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65385232-bb"></a><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&&</span> moved<span class="special">)</span><span class="special">;</span></pre>
<p>Moves the ownership of "moved"'s managed memory to *this. Does not throw </p>
</li>
<li class="listitem">
<pre class="literallayout"><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&</span> <a name="idp65386992-bb"></a><span class="keyword">operator</span><span class="special">=</span><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&&</span> moved<span class="special">)</span><span class="special">;</span></pre>
<p>Moves the ownership of "moved"'s managed memory to *this. Does not throw </p>
</li>
<li class="listitem">
<pre class="literallayout"><a name="idp65361696-bb"></a><span class="special">~</span><span class="identifier">basic_managed_shared_memory</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre>
<p>Destroys *this and indicates that the calling process is finished using the resource. The destructor function will deallocate any system resources allocated by the system for use by this process for this resource. The resource can still be opened again calling the open constructor overload. To erase the resource from the system use remove(). </p>
</li>
</ol></div>
</div>
<div class="refsect2">
<a name="idp240930496"></a><h3>
<a name="idp65358640-bb"></a><code class="computeroutput">basic_managed_shared_memory</code> public member functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<pre class="literallayout"><span class="keyword">void</span> <a name="idp65359200-bb"></a><span class="identifier">swap</span><span class="special">(</span><a class="link" href="basic_managed__idp65355360.html" title="Class template basic_managed_shared_memory">basic_managed_shared_memory</a> <span class="special">&</span> other<span class="special">)</span><span class="special">;</span></pre>
<p>Swaps the ownership of the managed shared memories managed by *this and other. Never throws. </p>
</li></ol></div>
</div>
<div class="refsect2">
<a name="idp240937808"></a><h3>
<a name="idp65389344-bb"></a><code class="computeroutput">basic_managed_shared_memory</code> public static functions</h3>
<div class="orderedlist"><ol class="orderedlist" type="1">
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">bool</span> <a name="idp65389904-bb"></a><span class="identifier">grow</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> shmname<span class="special">,</span> <span class="identifier">size_type</span> extra_bytes<span class="special">)</span><span class="special">;</span></pre>
<p>Tries to resize the managed shared memory object so that we have room for more objects.</p>
<p>This function is not synchronized so no other thread or process should be reading or writing the file </p>
</li>
<li class="listitem">
<pre class="literallayout"><span class="keyword">static</span> <span class="keyword">bool</span> <a name="idp65393248-bb"></a><span class="identifier">shrink_to_fit</span><span class="special">(</span><span class="keyword">const</span> <span class="keyword">char</span> <span class="special">*</span> shmname<span class="special">)</span><span class="special">;</span></pre>
<p>Tries to resize the managed shared memory to minimized the size of the file.</p>
<p>This function is not synchronized so no other thread or process should be reading or writing the file </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 © 2005-2012 Ion Gaztanaga<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="wmanaged_mapped_file.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../interprocess/indexes_reference.html#header.boost.interprocess.managed_shared_memory_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="managed_shared_memory.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
hadoop/docs/api/org/apache/hadoop/fs/class-use/GlobPattern.html
|
markkerzner/nn_kove
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_31) on Thu Jan 31 02:05:00 UTC 2013 -->
<TITLE>
Uses of Class org.apache.hadoop.fs.GlobPattern (Hadoop 1.1.2 API)
</TITLE>
<META NAME="date" CONTENT="2013-01-31">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.apache.hadoop.fs.GlobPattern (Hadoop 1.1.2 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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/fs/GlobPattern.html" title="class in org.apache.hadoop.fs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/fs//class-useGlobPattern.html" target="_top"><B>FRAMES</B></A>
<A HREF="GlobPattern.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>
<CENTER>
<H2>
<B>Uses of Class<br>org.apache.hadoop.fs.GlobPattern</B></H2>
</CENTER>
No usage of org.apache.hadoop.fs.GlobPattern
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/apache/hadoop/fs/GlobPattern.html" title="class in org.apache.hadoop.fs"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/apache/hadoop/fs//class-useGlobPattern.html" target="_top"><B>FRAMES</B></A>
<A HREF="GlobPattern.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>
Copyright © 2009 The Apache Software Foundation
</BODY>
</HTML>
|
src/boost_1_57_0/doc/html/boost/type_erasure/bad_function_call.html
|
biospi/seamass-windeps
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Class bad_function_call</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.exception_hpp" title="Header <boost/type_erasure/exception.hpp>">
<link rel="prev" href="derived.html" title="Struct template derived">
<link rel="next" href="bad_any_cast.html" title="Class bad_any_cast">
</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="derived.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.exception_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="bad_any_cast.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.type_erasure.bad_function_call"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Class bad_function_call</span></h2>
<p>boost::type_erasure::bad_function_call</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_typeerasure/reference.html#header.boost.type_erasure.exception_hpp" title="Header <boost/type_erasure/exception.hpp>">boost/type_erasure/exception.hpp</a>>
</span>
<span class="keyword">class</span> <a class="link" href="bad_function_call.html" title="Class bad_function_call">bad_function_call</a> <span class="special">:</span> <span class="keyword">public</span> <span class="identifier">invalid_argument</span> <span class="special">{</span>
<span class="keyword">public</span><span class="special">:</span>
<span class="comment">// <a class="link" href="bad_function_call.html#boost.type_erasure.bad_function_callconstruct-copy-destruct">construct/copy/destruct</a></span>
<a class="link" href="bad_function_call.html#idp308165568-bb"><span class="identifier">bad_function_call</span></a><span class="special">(</span><span class="special">)</span><span class="special">;</span>
<span class="special">}</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idp478916896"></a><h2>Description</h2>
<p>Exception thrown when the arguments to a primitive concept are incorrect.</p>
<p><span class="bold"><strong>See Also:</strong></span></p>
<p> <a class="link" href="call_idp150247888.html" title="Function call">call</a>, <a class="link" href="require_match.html" title="Function require_match">require_match</a> </p>
<p>
</p>
<div class="refsect2">
<a name="idp478920752"></a><h3>
<a name="boost.type_erasure.bad_function_callconstruct-copy-destruct"></a><code class="computeroutput">bad_function_call</code>
public
construct/copy/destruct</h3>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem"><pre class="literallayout"><a name="idp308165568-bb"></a><span class="identifier">bad_function_call</span><span class="special">(</span><span class="special">)</span><span class="special">;</span></pre></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 © 2011-2013 Steven Watanabe<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="derived.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_typeerasure/reference.html#header.boost.type_erasure.exception_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="bad_any_cast.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
sources/client/themes/zenburn.css
|
mat-mo/shout_ynh
|
/*
Zenburn theme for Shout.
Based on the Morning Theme by Riku Rouvila
Installation instructions can be found here
http://shout-irc.com/docs/server/configuration.html#theme
Author: JP Smith
GitHub: https://github.com/japesinator
*/
/*
BACKGROUND #3f3f3f
INPUT BACKGROUND #434443
PRIMARY #dcdccc
SECONDARY #d2d39b
BORDERS #333333
QUIT #bc6c4c
*/
#windows .chan, #windows .window {
background: #3f3f3f;
}
#main #chat,
#main #form,
#form .input,
#chat,
#windows .header {
font-family: 'Open Sans', sans-serif !important;
font-size: 13px;
}
#settings, #sign-in, #connect {
color: #dcdccc;
}
#settings, #sign-in, #connect .title {
color: #88b090;
}
#settings, #sign-in, #connect .opt {
color: #dcdccc;
}
#sidebar {
background: #2b2b2b;
bottom: 48px;
}
#footer {
background: #33332f;
border-top: 1px solid #000;
}
#chat .sidebar {
background: #3f3f3f;
}
#chat .count {
background-color: #434443;
}
#chat .search {
color: #88b090;
padding: 15px 16px;
}
#chat .search::-webkit-input-placeholder {
color: #d2d39b;
opacity: 0.5;
}
/* Borders */
#chat .from, #windows .header,
#chat .user-mode:before,
#chat .sidebar {
border-color: #333333;
}
/* Attach chat to window borders */
#windows .window:before, #windows .chan:before {
display: none;
}
#footer {
left: 0;
bottom: 0;
width: 220px;
}
#main {
top: 0;
bottom: 0;
right: 0;
border-radius: 0;
}
#chat .chat, #chat .sidebar {
top: 48px;
}
/* User list */
#chat .user-mode {
color: #dcdccc;
}
/* Nicknames */
#chat.no-colors .from button,
#chat.no-colors .sidebar button {
color: #bc8cbc !important;
}
#chat.no-colors .from button:hover,
#chat.no-colors .sidebar button:hover {
color: #dcdccc !important;
}
#chat a {
color: #8c8cbc;
}
#chat button:hover {
opacity: 1;
}
/* Message form */
#form {
background: #333333;
border-color: #101010;
}
#form .input {
margin-right: 0;
}
#form #input {
background-color: #434443;
border-color: #101010;
color: #dcdccc;
padding-left: 1em !important;
}
#form #nick {
display: none;
}
#chat .header {
color: #d2d39b;
}
/* Hide unnecessary buttons */
#windows .header .button,
#form #submit {
display: none;
}
/* Setup text colors */
#chat .msg {
color: #ffcfaf;
}
#chat .message {
color: #dcdccc;
}
#chat .self .text {
color: #d2d39b;
}
#chat .error,
#chat .error .from,
#chat .highlight,
#chat .highlight .from {
color: #bc6c4c;
}
#chat .msg.quit .time,
#chat .msg.quit .from button,
#chat .msg.quit .type {
color: ##bc6c9c !important;
}
#chat .msg.topic {
color: #dcdccc;
}
#chat .msg .type {
margin-right: 0.5em;
}
#chat .msg.join .time,
#chat .msg.join .from button,
#chat .msg.join .type {
color: #8cd0d3 !important;
}
/* Embeds */
#chat .toggle-content,
#chat .toggle-button {
background: #93b3a3;
color: #dcdccc;
}
#chat .toggle-content img {
float: left;
margin-right: 0.5em;
}
#chat .toggle-content .body {
color: #d2d39b;
}
|
airflow/www/templates/airflow/conn_list.html
|
dud225/incubator-airflow
|
{% extends 'airflow/model_list.html' %}
{% block model_menu_bar %}
{% if not admin_view.is_secure() %}
<div class="alert alert-danger"><b>Warning:</b> Connection passwords are stored in plaintext until you install the Python "cryptography" library. You can find installation instructions here: <a href=https://cryptography.io/en/latest/installation/>https://cryptography.io/en/latest/installation/</a>. Once installed, instructions for creating an encryption key will be displayed the next time you import Airflow. </div>
{% endif %}
{% if admin_view.alert_fernet_key() %}
<div class="alert alert-danger"><b>Warning:</b>
Airflow is currently storing passwords in <b>plain text</b>.
To turn on password encryption for connections, you need to add a
"fernet_key" option to the "core" section of your airflow.cfg file.
To generate a key, you can call the function
<code>airflow.configuration.generate_fernet_key()</code>
</div>
{% endif %}
{{ super() }}
{% endblock %}
|
docs/dyn/dfareporting_v3_4.userRolePermissions.html
|
googleapis/google-api-python-client
|
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="dfareporting_v3_4.html">Campaign Manager 360 API</a> . <a href="dfareporting_v3_4.userRolePermissions.html">userRolePermissions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(profileId, id, x__xgafv=None)</a></code></p>
<p class="firstline">Gets one user role permission by ID.</p>
<p class="toc_element">
<code><a href="#list">list(profileId, ids=None, x__xgafv=None)</a></code></p>
<p class="firstline">Gets a list of user role permissions, possibly filtered.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(profileId, id, x__xgafv=None)</code>
<pre>Gets one user role permission by ID.
Args:
profileId: string, User profile ID associated with this request. (required)
id: string, User role permission ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Contains properties of a user role permission.
"availability": "A String", # Levels of availability for a user role permission.
"id": "A String", # ID of this user role permission.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermission".
"name": "A String", # Name of this user role permission.
"permissionGroupId": "A String", # ID of the permission group that this user role permission belongs to.
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(profileId, ids=None, x__xgafv=None)</code>
<pre>Gets a list of user role permissions, possibly filtered.
Args:
profileId: string, User profile ID associated with this request. (required)
ids: string, Select only user role permissions with these IDs. (repeated)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # User Role Permission List Response
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermissionsListResponse".
"userRolePermissions": [ # User role permission collection.
{ # Contains properties of a user role permission.
"availability": "A String", # Levels of availability for a user role permission.
"id": "A String", # ID of this user role permission.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#userRolePermission".
"name": "A String", # Name of this user role permission.
"permissionGroupId": "A String", # ID of the permission group that this user role permission belongs to.
},
],
}</pre>
</div>
</body></html>
|
external/vlfeat/doc/api/vlad-fundamentals.html
|
iscoe/cajal3d-i2g
|
<!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>
<!-- Favicon -->
<link href="../images/vl_blue.ico" type="image/x-icon" rel="icon"></link>
<link href="../images/vl_blue.ico" type="image/x-icon" rel="shortcut icon"></link>
<!-- Page title -->
<title>VLFeat - Documentation - C API</title>
<!-- Stylesheets -->
<link href="../vlfeat.css" type="text/css" rel="stylesheet"></link>
<link href="../pygmentize.css" type="text/css" rel="stylesheet"></link>
<style xml:space="preserve">
/* fixes a conflict between Pygmentize and MathJax */
.MathJax .mo, .MathJax .mi {color: inherit ! important}
</style>
<link rel="stylesheet" type="text/css" href="doxygen.css"></link>
<!-- Scripts-->
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<!-- MathJax -->
<script xml:space="preserve" type="text/x-mathjax-config">
MathJax.Hub.Config({
tex2jax: {
inlineMath: [ ['$','$'], ['\\(','\\)'] ],
processEscapes: true,
},
TeX: {
Macros: {
balpha: '\\boldsymbol{\\alpha}',
bc: '\\mathbf{c}',
be: '\\mathbf{e}',
bg: '\\mathbf{g}',
bq: '\\mathbf{q}',
bu: '\\mathbf{u}',
bv: '\\mathbf{v}',
bw: '\\mathbf{w}',
bx: '\\mathbf{x}',
by: '\\mathbf{y}',
bz: '\\mathbf{z}',
bsigma: '\\mathbf{\\sigma}',
sign: '\\operatorname{sign}',
diag: '\\operatorname{diag}',
real: '\\mathbb{R}',
},
equationNumbers: { autoNumber: 'AMS' }
}
});
</script>
<script src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" xml:space="preserve" type="text/javascript"></script>
<!-- Google Custom Search -->
<script xml:space="preserve">
(function() {
var cx = '003215582122030917471:oq23albfeam';
var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//www.google.com/cse/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s);
})();
</script>
<!-- Google Analytics -->
<script xml:space="preserve" type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-4936091-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<!-- Body Start -->
<body>
<div id="header-section">
<div id="header">
<!-- Google CSE Search Box -->
<div id="google" class="gcse-searchbox-only" data-resultsUrl="http://www.vlfeat.org/search.html"></div>
<h1 id="id-13"><a shape="rect" href="../index.html" class="plain"><span id="vlfeat">VLFeat</span><span id="dotorg">.org</span></a></h1>
</div>
</div>
<div id="headbanner-section">
<div id="headbanner">
Documentation - C API
</div>
</div>
<div id="content-section">
<div id="content-wrapper">
<div id="sidebar"> <!-- Navigation Start -->
<ul>
<li><a href="../index.html">Home</a>
</li>
<li><a href="../download.html">Download</a>
</li>
<li><a href="../overview/tut.html">Tutorials</a>
</li>
<li><a href="../applications/apps.html">Applications</a>
</li>
<li><a href="../doc.html">Documentation</a>
<ul>
<li><a href="../matlab/matlab.html">Matlab API</a>
</li>
<li><a href="index.html" class='active' >C API</a>
</li>
<li><a href="../man/man.html">Man pages</a>
</li>
</ul></li>
</ul>
</div> <!-- sidebar -->
<div id="content">
<!-- <pagestyle href="%pathto:root;api/tabs.css"/> -->
<div class="doxygen">
<div id="top">
<!-- Generated by Doxygen 1.8.1.1 -->
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li class="current"><a href="pages.html"><span>Related Pages</span></a></li>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="index.html">Vision Lab Features Library (VLFeat)</a></li><li class="navelem"><a class="el" href="vlad.html">Vector of Locally Aggregated Descriptors (VLAD) encoding</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">VLAD fundamentals </div> </div>
</div><!--header-->
<div class="contents">
<div class="toc"><h3>Table of Contents</h3>
<ul><li class="level1"><a href="#vlad-normalization">VLAD normalization</a></li>
</ul>
</div>
<div class="textblock"><p>This page describes the <em>Vector of Locally Aggregated Descriptors</em> (VLAD) image encoding of <a class="el" href="citelist.html#CITEREF_jegou10aggregating">[9]</a> . See <a class="el" href="vlad.html">Vector of Locally Aggregated Descriptors (VLAD) encoding</a> for an overview of the C API.</p>
<p>VLAD is a <em>feature encoding and pooling</em> method, similar to <a class="el" href="fisher.html">Fisher vectors</a>. VLAD encodes a set of local feature descriptors \(I=(\bx_1,\dots,\bx_n)\) extracted from an image using a dictionary built using a clustering method such as <a class="el" href="gmm.html">Gaussian Mixture Models (GMM)</a> or <a class="el" href="kmeans.html">K-means clustering</a>. Let \(q_{ik}\) be the strength of the association of data vector \(\bx_i\) to cluster \(\mu_k\), such that \(q_{ik} \geq 0\) and \(\sum_{k=1}^K q_{ik} = 1\). The association may be either soft (e.g. obtained as the posterior probabilities of the GMM clusters) or hard (e.g. obtained by vector quantization with K-means).</p>
<p>\(\mu_k\) are the cluster <em>means</em>, vectors of the same dimension as the data \(\bx_i\). VLAD encodes feature \(\bx\) by considering the <em>residuals</em> </p>
<p class="formulaDsp">
\[ \bv_k = \sum_{i=1}^{N} q_{ik} (\bx_{i} - \mu_k). \]
</p>
<p> The residulas are stacked together to obtain the vector </p>
<p class="formulaDsp">
\[ \hat\Phi(I) = \begin{bmatrix} \vdots \\ \bv_k \\ \vdots \end{bmatrix} \]
</p>
<p>Before the VLAD encoding is used it is usually normalized, as explained <a class="el" href="vlad-fundamentals.html#vlad-normalization">VLAD normalization</a> next.</p>
<h1><a class="anchor" id="vlad-normalization"></a>
VLAD normalization</h1>
<p>VLFeat VLAD implementation supports a number of different normalization strategies. These are optionally applied in this order:</p>
<ul>
<li><b>Component-wise mass normalization.</b> Each vector \(\bv_k\) is divided by the total mass of features associated to it \(\sum_{i=1}^N q_{ik}\).</li>
</ul>
<ul>
<li><b>Square-rooting.</b> The function \(\sign(z)\sqrt{|z|}\) is applied to all scalar components of the VLAD descriptor.</li>
</ul>
<ul>
<li><b>Component-wise \(l^2\) normalization.</b> The vectors \(\bv_k\) are divided by their norm \(\|\bv_k\|_2\).</li>
</ul>
<ul>
<li><b>Global \(l^2\) normalization.</b> The VLAD descriptor \(\hat\Phi(I)\) is divided by its norm \(\|\hat\Phi(I)\|_2\). </li>
</ul>
</div></div><!-- contents -->
<!-- Doc Here -->
</div>
</div>
<div class="clear"> </div>
</div>
</div> <!-- content-section -->
<div id="footer-section">
<div id="footer">
© 2007-13 The authors of VLFeat
</div> <!-- footer -->
</div> <!-- footer section -->
</body>
<!-- Body ends -->
</html>
|
src/boost_1_57_0/doc/html/boost_asio/reference/posix__basic_descriptor/close.html
|
biospi/seamass-windeps
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>posix::basic_descriptor::close</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../posix__basic_descriptor.html" title="posix::basic_descriptor">
<link rel="prev" href="cancel/overload2.html" title="posix::basic_descriptor::cancel (2 of 2 overloads)">
<link rel="next" href="close/overload1.html" title="posix::basic_descriptor::close (1 of 2 overloads)">
</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="cancel/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__basic_descriptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="close/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h4 class="title">
<a name="boost_asio.reference.posix__basic_descriptor.close"></a><a class="link" href="close.html" title="posix::basic_descriptor::close">posix::basic_descriptor::close</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idp182941680"></a>
Close the descriptor.
</p>
<pre class="programlisting"><span class="keyword">void</span> <a class="link" href="close/overload1.html" title="posix::basic_descriptor::close (1 of 2 overloads)">close</a><span class="special">();</span>
<span class="emphasis"><em>» <a class="link" href="close/overload1.html" title="posix::basic_descriptor::close (1 of 2 overloads)">more...</a></em></span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <a class="link" href="close/overload2.html" title="posix::basic_descriptor::close (2 of 2 overloads)">close</a><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">system</span><span class="special">::</span><span class="identifier">error_code</span> <span class="special">&</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="emphasis"><em>» <a class="link" href="close/overload2.html" title="posix::basic_descriptor::close (2 of 2 overloads)">more...</a></em></span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2014 Christopher M. Kohlhoff<p>
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
</p>
</div></td>
</tr></table>
<hr>
<div class="spirit-nav">
<a accesskey="p" href="cancel/overload2.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../posix__basic_descriptor.html"><img src="../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../../../boost_asio.html"><img src="../../../../../doc/src/images/home.png" alt="Home"></a><a accesskey="n" href="close/overload1.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
javadoc/org/myrobotlab/service/interfaces/Communicator.html
|
sujitbehera27/MyRoboticsProjects-Arduino
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<title>Communicator</title>
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Communicator";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Communicator.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/myrobotlab/service/interfaces/CommunicationInterface.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/myrobotlab/service/interfaces/HTTPProcessor.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/myrobotlab/service/interfaces/Communicator.html" target="_top">Frames</a></li>
<li><a href="Communicator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.myrobotlab.service.interfaces</div>
<h2 title="Interface Communicator" class="title">Interface Communicator</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Known Implementing Classes:</dt>
<dd><a href="../../../../org/myrobotlab/net/CommObjectStreamOverDynamicProtocol.html" title="class in org.myrobotlab.net">CommObjectStreamOverDynamicProtocol</a>, <a href="../../../../org/myrobotlab/net/CommObjectStreamOverTCP.html" title="class in org.myrobotlab.net">CommObjectStreamOverTCP</a>, <a href="../../../../org/myrobotlab/net/CommObjectStreamOverUDP.html" title="class in org.myrobotlab.net">CommObjectStreamOverUDP</a>, <a href="../../../../org/myrobotlab/service/RemoteAdapter.html" title="class in org.myrobotlab.service">RemoteAdapter</a>, <a href="../../../../org/myrobotlab/service/XMPP.html" title="class in org.myrobotlab.service">XMPP</a></dd>
</dl>
<hr>
<br>
<pre>public interface <span class="strong">Communicator</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/myrobotlab/service/interfaces/Communicator.html#addClient(java.net.URI, java.lang.Object)">addClient</a></strong>(java.net.URI uri,
java.lang.Object commData)</code>
<div class="block">DEPRICATE
adds remote client data - the uri key will be used for
messages which need to be sent to the remote client
the commData is all the data necessary to communicate to that client
there might be enough info in just the uri - but depending on the
protocol - more info might be needed</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.util.HashMap<java.net.URI,<a href="../../../../org/myrobotlab/net/CommData.html" title="class in org.myrobotlab.net">CommData</a>></code></td>
<td class="colLast"><code><strong><a href="../../../../org/myrobotlab/service/interfaces/Communicator.html#getClients()">getClients</a></strong>()</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><strong><a href="../../../../org/myrobotlab/service/interfaces/Communicator.html#sendRemote(java.net.URI, org.myrobotlab.framework.Message)">sendRemote</a></strong>(java.net.URI uri,
<a href="../../../../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a> msg)</code>
<div class="block">will send a message to the mrl key'ed uri
the expectation is the uri is directly from the hosts registry in runtime
therefore it has the following format
mrl://[hostname]/proto://protohost:protoport/otherkeyinfo
e.g.</div>
</td>
</tr>
</table>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="sendRemote(java.net.URI, org.myrobotlab.framework.Message)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sendRemote</h4>
<pre>void sendRemote(java.net.URI uri,
<a href="../../../../org/myrobotlab/framework/Message.html" title="class in org.myrobotlab.framework">Message</a> msg)</pre>
<div class="block">will send a message to the mrl key'ed uri
the expectation is the uri is directly from the hosts registry in runtime
therefore it has the following format
mrl://[hostname]/proto://protohost:protoport/otherkeyinfo
e.g. a tcp connection throughh a RemoteAdapter instance named "remote" would be
mrl://remote/tcp://somehost:6767</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - </dd><dd><code>msg</code> - </dd></dl>
</li>
</ul>
<a name="addClient(java.net.URI, java.lang.Object)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>addClient</h4>
<pre>void addClient(java.net.URI uri,
java.lang.Object commData)</pre>
<div class="block">DEPRICATE
adds remote client data - the uri key will be used for
messages which need to be sent to the remote client
the commData is all the data necessary to communicate to that client
there might be enough info in just the uri - but depending on the
protocol - more info might be needed</div>
<dl><dt><span class="strong">Parameters:</span></dt><dd><code>uri</code> - </dd><dd><code>commData</code> - </dd></dl>
</li>
</ul>
<a name="getClients()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>getClients</h4>
<pre>java.util.HashMap<java.net.URI,<a href="../../../../org/myrobotlab/net/CommData.html" title="class in org.myrobotlab.net">CommData</a>> getClients()</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/Communicator.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-files/index-1.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../org/myrobotlab/service/interfaces/CommunicationInterface.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">Prev Class</span></a></li>
<li><a href="../../../../org/myrobotlab/service/interfaces/HTTPProcessor.html" title="interface in org.myrobotlab.service.interfaces"><span class="strong">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/myrobotlab/service/interfaces/Communicator.html" target="_top">Frames</a></li>
<li><a href="Communicator.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary: </li>
<li>Nested | </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Constr | </li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/naarad/resources/default_metric_page.html
|
linkedin/naarad
|
<body data-spy="scroll" data-target=".topbar" data-offset="90">
<nav class="navbar navbar-default navbar-fixed-top topbar">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="https://github.com/linkedin/naarad">naarad</a>
</div>
<div id="navbar">
<ul class="nav navbar-nav">
{% if summary_enabled %}
<li><a href="summary_report.html" title="Summary"><span>Summary</span></a></li>
{% endif %}
<li class="active dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
<span>Metrics</span>
<span class="caret"></span>
</a>
<ul class="dropdown-menu" role="menu">
{%- for metric_name in metric_list %}
<li>
<a href="{{ metric_name.label }}_report.html">
<span>{{ metric_name.label }}</span>
</a>
</li>
{%- endfor %}
</ul>
</li>
<li><a href="report.html"></span>Chart</span></a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Back to Top</a></li>
</ul>
</div>
</div>
</nav>
<!-- Container -->
<div class="container-fluid">
<div class="content">
<!-- Title -->
<div id="{{ metric.label }}-header" class="row">
<div id="{{ metric.label }}-header-span" class="col-md-12">
<h2 class="content-title">
<span class="text">{{ metric.label }}</span>
</h2>
</div>
</div>
<div class="btn-group" role="group" aria-label="btn-group">
{%- if metric.anomalies|length > 0 %}
<button type="button" class="btn btn-default" onclick="jumpTo('anomalies')">
Anomalies
</button>
{%- endif %}
{%- if metric.sla_list|length > 0 %}
<button type="button" class="btn btn-default" onclick="jumpTo('sla')">
SLA Summary
</button>
{%- endif %}
{%- if metric.summary_stats|length %}
<button type="button" class="btn btn-default" onclick="jumpTo('metric-summary')">
Metric Summary
</button>
{%- endif %}
{%- if plot_div_content %}
<button type="button" class="btn btn-default" onclick="jumpTo('metric-plots')">
Metric Plots
</button>
{%- endif %}
</div>
<!-- Anomalies //TODO -->
{%- if metric.anomalies|length > 0 %}
<a name="anomalies"></a>
<div id="{{ metric.label }}-anomalies-table" class="row">
<div id="{{ metric.label }}-anomalies-table-span" class="col-md-12">
<h3>Notes</h3>
<div style="overflow-x:auto;">
<p>Anomalous behavior was detected in
{% set metrics_list = [] %}
{%- for submetric in metric.anomalies.keys() %}
<a href="report.html?charts=resources/{{ metric.label }}.{{ submetric }}.csv" target="_blank"><b>{{ submetric }}</b></a> (
{%- for anomaly in metric.anomalies[submetric] %}
<a href="report.html?charts=resources/{{ metric.label }}.{{ submetric }}.csv&range={{ anomaly.start_timestamp }},{{ anomaly.end_timestamp}}" target="_blank">#{{ loop.index }} </a>
{%- endfor %}
)
{%- if loop.index < metric.anomalies|length %}
,
{%- endif %}
{%- if metrics_list.append('resources/' + metric.label + '.' + submetric + '.csv') %}
{%- endif %}
{%- endfor %}
[<a href="report.html?charts={{ metrics_list|join(',')}}" target="_blank">View All</a>]
</p>
</div>
</div>
</div>
{%- endif %}
<!-- Metrics SLA //TODO -->
{%- if metric.sla_list|length > 0 %}
<a name="sla"></a>
<div id="{{ metric.label }}-sla-table" class="row">
<div id="{{ metric.label }}-sla-table-span" class="col-md-12">
<h3>SLA Summary</h3>
<div style="overflow-x:auto;">
<table class="table table-hover table-striped table-bordered sortable">
<thead>
<tr>
<th>metric</th>
<th>sub_metric</th>
<th>sla rule</th>
<th>value</th>
</tr>
</thead>
<tbody>
{%- for sla in metric.sla_list %}
{%- if sla.sla_passed == True %}
<tr class="success">
{%- elif sla.sla_passed == False %}
<tr class="danger">
{%- else %}
<tr>
{%- endif %}
<td>{{ sla.metric }}</td>
<td>{{ sla.sub_metric }}</td>
<td>{{ sla.stat_name }} {{ sla.sla_type }} {{ sla.threshold}}</td>
<td>{{ sla.stat_value }}</td>
</tr>
{%- endfor %}
</tbody>
<tfoot></tfoot>
</table>
</div>
</div>
</div>
{%- endif %}
<!-- Metrics Summary -->
{%- if metric.summary_stats|length %}
<a name="metric-summary"></a>
<div id="{{ metric.label }}-summary-table" class="row">
<div id="{{ metric.label }}-summary-table-span" class="col-md-12">
<h3>Metric Summary</h3>
<div style="overflow-x:auto;">
<table class="table table-hover table-striped table-bordered sortable">
<thead>
<tr>
<th>sub_metric</th>
{%- for header in metric.summary_stats[metric.summary_stats.keys()[0]].keys()|sort %}
<th>{{ header }}</th>
{%- endfor %}
</tr>
</thead>
<tbody>
{%- for sub_metric in metric.summary_stats.keys() %}
<tr>
<td>
{%- if plot_div_content %}
<a href="#{{ metric.label }}.{{ sub_metric | sanitize_string }}">{{ sub_metric }}</a>
{%- else %}
{{ sub_metric }}
{%- endif %}
</td>
{%- for stat in metric.summary_stats[sub_metric]|sort %}
{%- if sub_metric in metric.sla_map.keys() %}
{%- if stat in metric.sla_map[sub_metric].keys() %}
{%- if metric.sla_map[sub_metric][stat].sla_passed == True %}
<td class="success" title="{{ metric.sla_map[sub_metric][stat].stat_name }} {{ metric.sla_map[sub_metric][stat].sla_type }} {{ metric.sla_map[sub_metric][stat].threshold}}">{{ metric.summary_stats[sub_metric][stat] }}</td>
{%- elif metric.sla_map[sub_metric][stat].sla_passed == False %}
<td class="danger" title="{{ metric.sla_map[sub_metric][stat].stat_name }} {{ metric.sla_map[sub_metric][stat].sla_type }} {{ metric.sla_map[sub_metric][stat].threshold}}">{{ metric.summary_stats[sub_metric][stat] }}</td>
{%- else %}
<td>{{ metric.summary_stats[sub_metric][stat] }}</td>
{%- endif %}
{%- else %}
<td>{{ metric.summary_stats[sub_metric][stat] }}</td>
{%- endif %}
{%- else %}
<td>{{ metric.summary_stats[sub_metric][stat] }}</td>
{%- endif %}
{%- endfor %}
</tr>
{%- endfor %}
</tbody>
<tfoot></tfoot>
</table>
</div>
</div>
</div>
{%- endif %}
<!-- Metric Plots -->
{%- if plot_div_content %}
<a name="metric-plots"></a>
<div id="{{ metric }}-metric-plots" class="row">
<div id="{{ metric }}-metric-plots-span" class="col-md-12">
<h3>Metric Plots</h3>
<p><strong>{{ plot_div_content }}</strong></p>
</div>
</div>
{%- endif %}
</div><!-- /content -->
</div><!-- /container -->
|
net/ip/lwip_base/doc/doxygen/output/index.html
|
mlaz/mynewt-core
|
<!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>
<title>Redirection</title>
<meta http-equiv="refresh" content="0; url=html/index.html" />
</head>
<body>
<a href="html/index.html">index.html</a>
</body>
</html>
|
css/shCore.css
|
Ange1o/ange1o.github.io
|
/**
* SyntaxHighlighter
* http://alexgorbatchev.com/
*
* @version
* 2.0.278 (February 03 2009)
*
* @author
* Alex Gorbatchev
*
* @copyright
* Copyright (C) 2004-2009 Alex Gorbatchev.
*
* Licensed under a GNU Lesser General Public License.
* http://creativecommons.org/licenses/LGPL/2.1/
*
* SyntaxHighlighter is donationware. You are allowed to download, modify and distribute
* the source code in accordance with LGPL 2.1 license, however if you want to use
* SyntaxHighlighter on your site or include it in your product, you must donate.
* http://alexgorbatchev.com/wiki/SyntaxHighlighter:Donate
*/
.syntaxhighlighter,
.syntaxhighlighter .bold,
.syntaxhighlighter .italic,
.syntaxhighlighter .line .number,
.syntaxhighlighter .line .content,
.syntaxhighlighter .line .content code,
.syntaxhighlighter .line .content .block,
.syntaxhighlighter .line .content .spaces,
.syntaxhighlighter .bar,
.syntaxhighlighter .ruler,
.syntaxhighlighter .toolbar,
.syntaxhighlighter .toolbar a,
.syntaxhighlighter .toolbar a:hover
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
background: none;
text-align: left;
float: none;
vertical-align: baseline;
position: static;
left: auto;
top: auto;
right: auto;
bottom: auto;
height: auto;
width: auto;
line-height: normal;
font-family: "Consolas", "Monaco", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
font-weight: normal;
font-style: normal;
/*font-size: 80%;*/
}
.syntaxhighlighter
{
width: 100%;
margin: 1em 0 1em 0;
padding: 1px; /* adds a little border on top and bottom */
position: relative;
}
.syntaxhighlighter .bold {
font-weight: bold;
}
.syntaxhighlighter .italic {
font-style: italic;
}
.syntaxhighlighter .line .number
{
float: left;
width: 3em;
padding-right: .3em;
text-align: right;
display: block;
}
/* Disable numbers when no gutter option is set */
.syntaxhighlighter.nogutter .line .number
{
display: none;
}
.syntaxhighlighter .line .content
{
margin-left: 3.3em;
padding-left: .5em;
display: block;
}
.syntaxhighlighter .line .content .block
{
display: block;
padding-left: 1.5em;
text-indent: -1.5em;
}
.syntaxhighlighter .line .content .spaces
{
display: none;
}
/* Disable border and margin on the lines when no gutter option is set */
.syntaxhighlighter.nogutter .line .content
{
margin-left: 0;
border-left: none;
}
.syntaxhighlighter .bar
{
}
.syntaxhighlighter.collapsed .bar
{
}
.syntaxhighlighter.nogutter .ruler
{
margin-left: 0;
padding-left: 0;
}
.syntaxhighlighter .ruler
{
padding: 0 0 .5em .5em;
margin-left: 3.3em;
overflow: hidden;
}
/* Adjust some properties when collapsed */
.syntaxhighlighter.collapsed .lines,
.syntaxhighlighter.collapsed .ruler
{
display: none;
}
/* Styles for the toolbar */
.syntaxhighlighter .toolbar
{
position: absolute;
right: 0px;
top: 0px;
font-size: 1px;
padding: 8px 8px 8px 0; /* in px because images don't scale with ems */
}
.syntaxhighlighter.collapsed .toolbar
{
font-size: 80%;
padding: .2em 0 .5em .5em;
position: static;
}
.syntaxhighlighter .toolbar a.item,
.syntaxhighlighter .toolbar .item
{
display: block;
float: left;
margin-left: 8px;
background-repeat: no-repeat;
overflow: hidden;
text-indent: -5000px;
}
.syntaxhighlighter.collapsed .toolbar .item
{
display: none;
}
.syntaxhighlighter.collapsed .toolbar .item.expandSource
{
background-image: url(magnifier.png);
display: inline;
text-indent: 0;
width: auto;
float: none;
height: 16px;
padding-left: 20px;
}
.syntaxhighlighter .toolbar .item.viewSource
{
background-image: url(page_white_code.png);
}
.syntaxhighlighter .toolbar .item.printSource
{
background-image: url(printer.png);
}
.syntaxhighlighter .toolbar .item.copyToClipboard
{
text-indent: 0;
background: none;
overflow: visible;
}
.syntaxhighlighter .toolbar .item.about
{
background-image: url(help.png);
}
/**
* Print view.
* Colors are based on the default theme without background.
*/
.syntaxhighlighter.printing,
.syntaxhighlighter.printing .line.alt1 .content,
.syntaxhighlighter.printing .line.alt2 .content,
.syntaxhighlighter.printing .line.highlighted .number,
.syntaxhighlighter.printing .line.highlighted.alt1 .content,
.syntaxhighlighter.printing .line.highlighted.alt2 .content,
.syntaxhighlighter.printing .line .content .block
{
background: none;
}
/* Gutter line numbers */
.syntaxhighlighter.printing .line .number
{
color: #bbb;
}
/* Add border to the lines */
.syntaxhighlighter.printing .line .content
{
color: #000;
}
/* Toolbar when visible */
.syntaxhighlighter.printing .toolbar,
.syntaxhighlighter.printing .ruler
{
display: none;
}
.syntaxhighlighter.printing a
{
text-decoration: none;
}
.syntaxhighlighter.printing .plain,
.syntaxhighlighter.printing .plain a
{
color: #000;
}
.syntaxhighlighter.printing .comments,
.syntaxhighlighter.printing .comments a
{
color: #008200;
}
.syntaxhighlighter.printing .string,
.syntaxhighlighter.printing .string a
{
color: blue;
}
.syntaxhighlighter.printing .keyword
{
color: #069;
font-weight: bold;
}
.syntaxhighlighter.printing .preprocessor
{
color: gray;
}
.syntaxhighlighter.printing .variable
{
color: #a70;
}
.syntaxhighlighter.printing .value
{
color: #090;
}
.syntaxhighlighter.printing .functions
{
color: #ff1493;
}
.syntaxhighlighter.printing .constants
{
color: #0066CC;
}
.syntaxhighlighter.printing .script
{
font-weight: bold;
}
.syntaxhighlighter.printing .color1,
.syntaxhighlighter.printing .color1 a
{
color: #808080;
}
.syntaxhighlighter.printing .color2,
.syntaxhighlighter.printing .color2 a
{
color: #ff1493;
}
.syntaxhighlighter.printing .color3,
.syntaxhighlighter.printing .color3 a
{
color: red;
}
|
help/help/src/sakai_screensteps_calendarUserGuide/howdoImodifyCalendarpermissions.html
|
OpenCollabZA/sakai
|
<!DOCTYPE html>
<html lang="en">
<head>
<title>How do I enable student peer review for an assignment?</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="sakai.assignment" name="description">
<meta content="peer review, peer assessment, peer evaluation" name="search">
<link href="/library/skin/tool_base.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="../css/help.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/skin/morpheus-default/tool.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<link href="/library/js/jquery/featherlight/0.4.0/featherlight.min.css" media="screen" rel="stylesheet" type="text/css" charset="utf-8">
<script src="/library/webjars/jquery/1.12.4/jquery.min.js" type="text/javascript" charset="utf-8"></script><script src="/library/js/jquery/featherlight/0.4.0/featherlight.min.js" type="text/javascript" charset="utf-8"></script><script type="text/javascript" charset="utf-8">
$(document).ready(function(){
$("a[rel^='featherlight']").featherlight({
type: { image:true },
closeOnClick: 'anywhere'
});
});
</script>
</head>
<body>
<div id="wrapper"><div id="article-content">
<div id="article-header"><h1 class="article-title">How do I modify Calendar permissions?</h1></div>
<div id="article-description"> <div class="step screensteps-section screensteps-depth-1" id="go-to-calendar">
<h2 id="go-to-calendar" class="step-title screensteps-heading">Go to Calendar.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/152/663/original/1f786832-1d06-4edb-ae61-260e128d0248.png" alt="" height="118" width="199">
</div>
<div class="step-instructions screensteps-textblock">
<p>Select the <strong>Calendar</strong> tool from the Tool Menu in your site. </p>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="click-permissions">
<h2 id="click-permissions" class="step-title screensteps-heading">Click Permissions.</h2>
<div class="image screensteps-image">
<a rel="nofollow" href="https://media.screensteps.com/image_assets/assets/001/152/666/original/664c6f91-efc4-406f-adcd-89ea6acf56bb.png" class="screensteps-image-zoom">
<img src="https://media.screensteps.com/image_assets/assets/001/152/666/medium/664c6f91-efc4-406f-adcd-89ea6acf56bb.png" alt="" height="486" width="855">
</a>
</div>
</div>
<div class="step screensteps-section screensteps-depth-1" id="modify-the-permissions-for-the-roles-listed">
<h2 id="modify-the-permissions-for-the-roles-listed" class="step-title screensteps-heading">Modify the permissions for the roles listed.</h2>
<div class="image screensteps-image">
<img src="https://media.screensteps.com/image_assets/assets/001/152/669/original/83058e24-8459-4591-9de1-eec3dfa85dce.png" alt="" height="624" width="758">
</div>
<div class="step-instructions screensteps-textblock">
<ol>
<li>Check the box next to each permission you would like to allow for a given role. (Deselecting a box will remove the corresponding permission.)</li>
<li>Click <strong>Save</strong> to save your changes.</li>
</ol>
<p><em>Note: You may see different roles listed depending on the roles which exist in your site. A role must be present in the site in order for you to modify its permissions.</em></p>
</div>
</div>
</div>
</div></div>
</body>
</html>
|
grails-app/assets/stylesheets/main.css
|
adioss/GrailsStarterTestSuite
|
/* FONT STACK */
body,
input, select, textarea {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
line-height: 1.1;
}
/* BASE LAYOUT */
html {
background-color: #ddd;
background-image: -moz-linear-gradient(center top, #aaa, #ddd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #aaa), color-stop(1, #ddd));
background-image: linear-gradient(top, #aaa, #ddd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#aaaaaa', EndColorStr='#dddddd');
background-repeat: no-repeat;
height: 100%;
/* change the box model to exclude the padding from the calculation of 100% height (IE8+) */
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html.no-cssgradients {
background-color: #aaa;
}
.ie6 html {
height: 100%;
}
html * {
margin: 0;
}
body {
background: #ffffff;
color: #333333;
margin: 0 auto;
max-width: 960px;
overflow-x: hidden; /* prevents box-shadow causing a horizontal scrollbar in firefox when viewport < 960px wide */
-moz-box-shadow: 0 0 0.3em #255b17;
-webkit-box-shadow: 0 0 0.3em #255b17;
box-shadow: 0 0 0.3em #255b17;
}
#grailsLogo {
background-color: #abbf78;
}
/* replace with .no-boxshadow body if you have modernizr available */
.ie6 body,
.ie7 body,
.ie8 body {
border-color: #255b17;
border-style: solid;
border-width: 0 1px;
}
.ie6 body {
height: 100%;
}
a:link, a:visited, a:hover {
color: #48802c;
}
a:hover, a:active {
outline: none; /* prevents outline in webkit on active links but retains it for tab focus */
}
h1 {
color: #48802c;
font-weight: normal;
font-size: 1.25em;
margin: 0.8em 0 0.3em 0;
}
ul {
padding: 0;
}
img {
border: 0;
}
/* GENERAL */
#grailsLogo a {
display: inline-block;
margin: 1em;
}
.content {
}
.content h1 {
border-bottom: 1px solid #CCCCCC;
margin: 0.8em 1em 0.3em;
padding: 0 0.25em;
}
.scaffold-list h1 {
border: none;
}
.footer {
background: #abbf78;
color: #000;
clear: both;
font-size: 0.8em;
margin-top: 1.5em;
padding: 1em;
min-height: 1em;
}
.footer a {
color: #255b17;
}
.spinner {
background: url(../images/spinner.gif) 50% 50% no-repeat transparent;
height: 16px;
width: 16px;
padding: 0.5em;
position: absolute;
right: 0;
top: 0;
text-indent: -9999px;
}
/* NAVIGATION MENU */
.nav {
background-color: #efefef;
padding: 0.5em 0.75em;
-moz-box-shadow: 0 0 3px 1px #aaaaaa;
-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
box-shadow: 0 0 3px 1px #aaaaaa;
zoom: 1;
}
.nav ul {
overflow: hidden;
padding-left: 0;
zoom: 1;
}
.nav li {
display: block;
float: left;
list-style-type: none;
margin-right: 0.5em;
padding: 0;
}
.nav a {
color: #666666;
display: block;
padding: 0.25em 0.7em;
text-decoration: none;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}
.nav a:active, .nav a:visited {
color: #666666;
}
.nav a:focus, .nav a:hover {
background-color: #999999;
color: #ffffff;
outline: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
background-color: transparent;
color: #444444;
text-decoration: underline;
}
.nav a.home, .nav a.list, .nav a.create {
background-position: 0.7em center;
background-repeat: no-repeat;
text-indent: 25px;
}
.nav a.home {
background-image: url(../images/skin/house.png);
}
.nav a.list {
background-image: url(../images/skin/database_table.png);
}
.nav a.create {
background-image: url(../images/skin/database_add.png);
}
/* CREATE/EDIT FORMS AND SHOW PAGES */
fieldset,
.property-list {
margin: 0.6em 1.25em 0 1.25em;
padding: 0.3em 1.8em 1.25em;
position: relative;
zoom: 1;
border: none;
}
.property-list .fieldcontain {
list-style: none;
overflow: hidden;
zoom: 1;
}
.fieldcontain {
margin-top: 1em;
}
.fieldcontain label,
.fieldcontain .property-label {
color: #666666;
text-align: right;
width: 25%;
}
.fieldcontain .property-label {
float: left;
}
.fieldcontain .property-value {
display: block;
margin-left: 27%;
}
label {
cursor: pointer;
display: inline-block;
margin: 0 0.25em 0 0;
}
input, select, textarea {
background-color: #fcfcfc;
border: 1px solid #cccccc;
font-size: 1em;
padding: 0.2em 0.4em;
}
select {
padding: 0.2em 0.2em 0.2em 0;
}
select[multiple] {
vertical-align: top;
}
textarea {
width: 250px;
height: 150px;
overflow: auto; /* IE always renders vertical scrollbar without this */
vertical-align: top;
}
input[type=checkbox], input[type=radio] {
background-color: transparent;
border: 0;
padding: 0;
}
input:focus, select:focus, textarea:focus {
background-color: #ffffff;
border: 1px solid #eeeeee;
outline: 0;
-moz-box-shadow: 0 0 0.5em #ffffff;
-webkit-box-shadow: 0 0 0.5em #ffffff;
box-shadow: 0 0 0.5em #ffffff;
}
.required-indicator {
color: #48802C;
display: inline-block;
font-weight: bold;
margin-left: 0.3em;
position: relative;
top: 0.1em;
}
ul.one-to-many {
display: inline-block;
list-style-position: inside;
vertical-align: top;
}
.ie6 ul.one-to-many, .ie7 ul.one-to-many {
display: inline;
zoom: 1;
}
ul.one-to-many li.add {
list-style-type: none;
}
/* EMBEDDED PROPERTIES */
fieldset.embedded {
background-color: transparent;
border: 1px solid #CCCCCC;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
fieldset.embedded legend {
margin: 0 1em;
}
/* MESSAGES AND ERRORS */
.errors,
.message {
font-size: 0.8em;
line-height: 2;
margin: 1em 2em;
padding: 0.25em;
}
.message {
background: #f3f3ff;
border: 1px solid #b2d1ff;
color: #006dba;
-moz-box-shadow: 0 0 0.25em #b2d1ff;
-webkit-box-shadow: 0 0 0.25em #b2d1ff;
box-shadow: 0 0 0.25em #b2d1ff;
}
.errors {
background: #fff3f3;
border: 1px solid #ffaaaa;
color: #cc0000;
-moz-box-shadow: 0 0 0.25em #ff8888;
-webkit-box-shadow: 0 0 0.25em #ff8888;
box-shadow: 0 0 0.25em #ff8888;
}
.errors ul,
.message {
padding: 0;
}
.errors li {
list-style: none;
background: transparent url(../images/skin/exclamation.png) 0.5em 50% no-repeat;
text-indent: 2.2em;
}
.message {
background: transparent url(../images/skin/information.png) 0.5em 50% no-repeat;
text-indent: 2.2em;
}
/* form fields with errors */
.error input, .error select, .error textarea {
background: #fff3f3;
border-color: #ffaaaa;
color: #cc0000;
}
.error input:focus, .error select:focus, .error textarea:focus {
-moz-box-shadow: 0 0 0.5em #ffaaaa;
-webkit-box-shadow: 0 0 0.5em #ffaaaa;
box-shadow: 0 0 0.5em #ffaaaa;
}
/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */
input:invalid, select:invalid, textarea:invalid {
background: #fff3f3;
border-color: #ffaaaa;
color: #cc0000;
}
input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
-moz-box-shadow: 0 0 0.5em #ffaaaa;
-webkit-box-shadow: 0 0 0.5em #ffaaaa;
box-shadow: 0 0 0.5em #ffaaaa;
}
/* TABLES */
table {
border-top: 1px solid #DFDFDF;
border-collapse: collapse;
width: 100%;
margin-bottom: 1em;
}
tr {
border: 0;
}
tr > td:first-child, tr > th:first-child {
padding-left: 1.25em;
}
tr > td:last-child, tr > th:last-child {
padding-right: 1.25em;
}
td, th {
line-height: 1.5em;
padding: 0.5em 0.6em;
text-align: left;
vertical-align: top;
}
th {
background-color: #efefef;
background-image: -moz-linear-gradient(top, #ffffff, #eaeaea);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #eaeaea));
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eaeaea')";
color: #666666;
font-weight: bold;
line-height: 1.7em;
padding: 0.2em 0.6em;
}
thead th {
white-space: nowrap;
}
th a {
display: block;
text-decoration: none;
}
th a:link, th a:visited {
color: #666666;
}
th a:hover, th a:focus {
color: #333333;
}
th.sortable a {
background-position: right;
background-repeat: no-repeat;
padding-right: 1.1em;
}
th.asc a {
background-image: url(../images/skin/sorted_asc.gif);
}
th.desc a {
background-image: url(../images/skin/sorted_desc.gif);
}
.odd {
background: #f7f7f7;
}
.even {
background: #ffffff;
}
th:hover, tr:hover {
background: #E1F2B6;
}
/* PAGINATION */
.pagination {
border-top: 0;
margin: 0;
padding: 0.3em 0.2em;
text-align: center;
-moz-box-shadow: 0 0 3px 1px #AAAAAA;
-webkit-box-shadow: 0 0 3px 1px #AAAAAA;
box-shadow: 0 0 3px 1px #AAAAAA;
background-color: #EFEFEF;
}
.pagination a,
.pagination .currentStep {
color: #666666;
display: inline-block;
margin: 0 0.1em;
padding: 0.25em 0.7em;
text-decoration: none;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}
.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
background-color: #999999;
color: #ffffff;
outline: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}
.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
background-color: transparent;
color: #444444;
text-decoration: underline;
}
/* ACTION BUTTONS */
.buttons {
background-color: #efefef;
overflow: hidden;
padding: 0.3em;
-moz-box-shadow: 0 0 3px 1px #aaaaaa;
-webkit-box-shadow: 0 0 3px 1px #aaaaaa;
box-shadow: 0 0 3px 1px #aaaaaa;
margin: 0.1em 0 0 0;
border: none;
}
.buttons input,
.buttons a {
background-color: transparent;
border: 0;
color: #666666;
cursor: pointer;
display: inline-block;
margin: 0 0.25em 0;
overflow: visible;
padding: 0.25em 0.7em;
text-decoration: none;
-moz-border-radius: 0.3em;
-webkit-border-radius: 0.3em;
border-radius: 0.3em;
}
.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
background-color: #999999;
color: #ffffff;
outline: none;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
background-color: transparent;
color: #444444;
text-decoration: underline;
}
.buttons .delete, .buttons .edit, .buttons .save {
background-position: 0.7em center;
background-repeat: no-repeat;
text-indent: 25px;
}
.ie6 .buttons input.delete, .ie6 .buttons input.edit, .ie6 .buttons input.save,
.ie7 .buttons input.delete, .ie7 .buttons input.edit, .ie7 .buttons input.save {
padding-left: 36px;
}
.buttons .delete {
background-image: url(../images/skin/database_delete.png);
}
.buttons .edit {
background-image: url(../images/skin/database_edit.png);
}
.buttons .save {
background-image: url(../images/skin/database_save.png);
}
a.skip {
position: absolute;
left: -9999px;
}
|
core/templates/dev/head/pages/landing/fractions/landing_page_c.html
|
himanshu-dixit/oppia
|
{% extends 'pages/base.html' %}
{% block maintitle %}
Fractions
{% endblock maintitle %}
{% block navbar_breadcrumb %}
<ul class="nav navbar-nav oppia-navbar-breadcrumb">
<li>
<span class="oppia-navbar-breadcrumb-separator"></span>
<span>Fractions</span>
</li>
</ul>
{% endblock navbar_breadcrumb %}
{% block content %}
<div ng-controller="Fractions" class="section" style="font-family: 'Capriola', 'Roboto', Arial, sans-serif; height: 100vh; background-color: #afd2eb;">
<div class="container">
<div class="row" style="margin-top: 50px;">
<div class="col-xs-4">
<img ng-src="<[getStaticImageUrl('/general/about_page_mascot.png')]>" style="position: relative; margin-bottom: -30px; z-index: 999;" height="220" width="227" class="pull-right">
</div>
<div class="col-xs-4">
<div class="oppia-fractions-landing-page-bubble">
<strong>Great!</strong> You've come to the right place if you want to learn about fractions!
<div class="oppia-fractions-landing-page-pointer"></div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="jumbotron" style="background: white;">
<h1 style="color: #024340;">Free lessons for fractions</h1>
<p class="fraction-faqs-answer">Fractions represent numbers "between" the counting numbers. For example, if I cut a cake into four equal pieces, and eat one of them (yum!), I need a number between 0 and 1 to represent how much I've eaten. <a href="/explore/ereONiVLp-VE">Start the first lesson</a> to learn more.</p>
<a class="btn btn-primary btn-lg first-lesson-btn" href="/explore/ereONiVLp-VE">Continue to the first lesson</a>
</div>
</div>
</div>
</div>
</div>
<style>
h1, h2, h3, h4 h5, h6 {
margin-bottom: 10px;
margin-top: 20px;
}
.fraction-faqs-answers {
font-size: 21px;
font-weight: 200;
margin-bottom: 15px;
padding: 10px;
}
.first-lesson-btn {
background-color: rgba(0, 150, 136, 0.85);
}
.first-lesson-btn:hover {
background-color: #286090;
border-color: #204d74;
color: #fff;
}
</style>
{% endblock %}
{% block footer_js %}
{{ super() }}
<script src="{{TEMPLATE_DIR_PREFIX}}/pages/landing/fractions/Fractions.js"></script>
{% endblock footer_js %}
|
tracing/tracing/value/diagnostics/date_range_test.html
|
catapult-project/catapult
|
<!DOCTYPE html>
<!--
Copyright 2019 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<link rel="import" href="/tracing/core/test_utils.html">
<link rel="import" href="/tracing/value/diagnostics/date_range.html">
<link rel="import" href="/tracing/value/histogram_serializer.html">
<script>
'use strict';
tr.b.unittest.testSuite(function() {
test('deserialize', function() {
let dr = tr.v.d.DateRange.deserialize(1496693746123);
assert.strictEqual(dr.minTimestamp, 1496693746123);
assert.strictEqual(dr.maxTimestamp, 1496693746123);
dr = tr.v.d.DateRange.deserialize([1496693746000, 1496693746123]);
assert.strictEqual(dr.minTimestamp, 1496693746000);
assert.strictEqual(dr.maxTimestamp, 1496693746123);
});
test('serialize', function() {
const dr = new tr.v.d.DateRange(123);
assert.strictEqual(dr.serialize(), 123);
dr.addDiagnostic(new tr.v.d.DateRange(100));
assert.deepEqual(dr.serialize(), [100, 123]);
});
});
</script>
|
SVG/Testsuites/W3C-1_1F2/harness/htmlSVGWeb/text-altglyph-01-b.html
|
frivoal/presto-testo
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script src="../../../../../tools/svgweb/src/svg.js" data-path="../../../../../tools/svgweb/src"></script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/>
<meta name="description" content="W3C SVG 1.1 2nd Edition SVGWeb Test Suite"/>
<title>
SVG 1.1 2nd Edition Test (svgweb): text-altglyph-01-b.svg
</title>
<style type="text/css">
<!--
.bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
.pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
.pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
.openChapter { color : blue; line-height: 125%; font-weight : 900 }
.openSection { color : blue; line-height: 125%; font-weight : 900 }
.info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
.opscript { margin-left: 3%; margin-right: 3%; }
.opscript p { margin-top: 0.7em }
.navbar { background: black; color: white; font-weight: bold }
.warning { color: red; text-align: Center;}
a,a:visited { color: blue }
-->
</style>
<link rel="prev" href="text-align-08-b.html" />
<link rel="index" href="index.html" />
<link rel="next" href="text-altglyph-02-b.html" />
<script src="../resources/testharnessreport.js"></script>
</head>
<body class="bodytext">
<div class="linkbar">
<p>Specification link: <a target="spec" href="http://www.w3.org/TR/SVG11/text.html#AlternateGlyphs">10.14 Alternate glyphs</a></p>
<p>
<a href="text-align-08-b.html" rel="prev">text-align-08-b ←</a>
<a href="index.html" rel="index">index</a>
<a href="text-altglyph-02-b.html" rel="next">→ text-altglyph-02-b</a>
</p>
</div>
<div>
<br />
<p class="warning">
Tests that contain the draft-watermark are under development and may be incorrectly testing a feature.
</p>
</div>
<table align="center" border="0" cellspacing="0" cellpadding="10">
<tr>
<td align="center" colspan="3">
<table border="0" cellpadding="8">
<tr>
<td align="center" colspan="2" class="pageTitle">
<h1>text-altglyph-01-b.svg</h1>
</td>
</tr>
<tr class="navbar">
<td align="center">
SVG Image
</td>
<td align="center">
PNG Image
</td>
</tr>
<tr>
<td align="right">
<!--[if IE]>
<object src="../../svg/text-altglyph-01-b.svg" width="480" height="360" classid="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
<![endif]-->
<!--[if !IE]>-->
<object data="../../svg/text-altglyph-01-b.svg" width="480" height="360" type="image/svg+xml"><p style="font-size:300%;color:red">FAIL</p>
<!--<![endif]-->
</object>
</td>
<td align="left">
<img alt="raster image of text-altglyph-01-b.svg" src="../../png/text-altglyph-01-b.png" width="480" height="360"/>
</td>
</tr>
</table>
</td>
</tr>
</table>
<div class="opscript">
<h2 id="operatorscript">
Operator Script
</h2>
<div>
<p>
Run the test. No interaction required.
</p><p>
This test requires some support for SVG fonts.
</p>
</div>
<h2 id="passcriteria">
Pass Criteria
</h2>
<div>
<p>
Three text strings show: the word "HAPPY" in pink, the word "SAD" in green
and the word "SASSY" in blue.
</p><p>
The "HAPPY" and "SAD" strings test the 'altGlyph' facility and
the ability to map multiple glyphs to a single character.
All characters except the "D" are bracketed by 'altGlyph' elements
to use two different glyphs to render each character.
For "HAPPY", the horizontal stroke through the center of the characters
is a smile stroke.
For "SAD", the horizontal stroke through the center of the characters
is a frown stroke.
</p><p>
The "SASSY" string tests a single glyph representing multiple characters
(a ligature). The SVG font in the test case contains an "SS" ligature
so that the "SS" in "SASSY" is rendered with a single glyph, where
the two parts of the "SS" are connected.
</p>
</div>
<h2 id="testdescription">
Test Description
</h2>
<div>
<p>
Test 'altGlyph' facilities and many-to-many chars to glyphs.
</p>
</div>
</div>
<br/>
<div class="linkbar">
<p>
<a href="text-align-08-b.html" rel="prev">text-align-08-b ←</a>
<a href="index.html" rel="index">index</a>
<a href="text-altglyph-02-b.html" rel="next">→ text-altglyph-02-b</a>
</p>
</div>
</body>
</html>
|
oscar/templates/oscar/catalogue/partials/review.html
|
Giftingnation/GN-Oscar-Custom
|
{% load url from future %}
{% load reviews_tags %}
{% load i18n %}
<article class="review">
<header>
<h3 class="star-rating {{ review.score|as_stars }}">
<span>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
<i class="icon-star"></i>
</span>
<a href="{{ review.get_absolute_url }}">{{ review.title }}</a>
</h3>
</header>
<p>{{ review.body|striptags }}</p>
<p>
<small>
{% if review.user == user %}
{% blocktrans with review_date=review.date_created %}
Reviewed by you on {{ review_date }}
{% endblocktrans %}
{% else %}
{% blocktrans with name=review.reviewer_name review_date=review.date_created %}
Reviewed by <strong>{{ name }}</strong> on {{ review_date }}
{% endblocktrans %}
{% endif %}
| <a href="{% url 'catalogue:reviews-detail' product_slug=product.slug product_pk=product.pk pk=review.pk %}">{% trans 'Permalink' %}</a>
</small>
</p>
{% if review|may_vote:user %}
<small>{% trans "Is this review helpful?" %}</small>
<form action="{% url 'catalogue:reviews-vote' product_slug=product.slug product_pk=product.pk pk=review.pk %}" method="post" class="vote_agree" >
{% csrf_token %}
<input type="hidden" name="delta" value="1"/>
<button type="submit" class="btn btn-success btn-mini">{% trans "Yes" %}</button>
</form>
<form action="{% url 'catalogue:reviews-vote' product_slug=product.slug product_pk=product.pk pk=review.pk %}" method="post">
{% csrf_token %}
<input type="hidden" name="delta" value="-1"/>
<button type="submit" class="btn btn-danger btn-mini">{% trans "No" %}</button>
</form>
{% endif %}
<p>
<small>
{% if review.has_votes %}
{% blocktrans with num_up_votes=review.num_up_votes count num_votes=review.total_votes %}
<strong>{{ num_up_votes }}</strong> of 1 customer found this useful
{% plural %}
<strong>{{ num_up_votes }}</strong> of {{ num_votes }} customers found this useful
{% endblocktrans %}
{% else %}
This review has no votes.
{% endif %}
</small>
</p>
</article>
|
LayoutTests/fast/forms/ValidityState-tooLong-input.html
|
hgl888/blink-crosswalk-efl
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="../../resources/js-test.js"></script>
</head>
<body>
<p id="description"></p>
<div id="console"></div>
<script>
description('Tests for tooLong flag with <input> elements.');
var input = document.createElement('input');
document.body.appendChild(input);
debug('No maxlength and no value');
shouldBeFalse('input.validity.tooLong');
debug('');
debug('Non-dirty value');
input.setAttribute('value', 'abcde');
input.maxLength = 3;
shouldBe('input.value.length', '5');
shouldBeFalse('input.validity.tooLong');
input.setAttribute('value', 'abcdef');
shouldBe('input.value.length', '6');
shouldBeFalse('input.validity.tooLong');
debug('');
debug('Dirty value and longer than maxLength');
input = document.createElement('input');
document.body.appendChild(input);
input.setAttribute('value', 'abcde');
input.maxLength = 3;
input.focus();
input.setSelectionRange(5, 5); // Move the cursor at the end.
document.execCommand('delete');
shouldBe('input.value.length', '4');
shouldBeTrue('input.validity.tooLong');
// Make the value <=maxLength.
document.execCommand('delete');
shouldBeFalse('input.validity.tooLong');
debug('');
debug('Sets a value via DOM property');
input.maxLength = 3;
input.value = 'abcde';
shouldBeFalse('input.validity.tooLong');
debug('');
debug('Disabled');
input.disabled = true;
shouldBeFalse('input.validity.tooLong');
input.disabled = false;
debug('');
debug('Grapheme length is not greater than maxLength though character length is greater');
// fancyX should be treated as 1 grapheme.
// U+0305 COMBINING OVERLINE
// U+0332 COMBINING LOW LINE
var fancyX = "x\u0305\u0332";
input = document.createElement('input');
document.body.appendChild(input);
input.value = fancyX; // 3 characters, 1 grapheme clusters.
input.maxLength = 1;
shouldBeFalse('input.validity.tooLong');
debug('');
debug('Change the type with a too long value');
input.maxLength = 3;
input.value = 'abcde';
input.type = 'search';
input.focus();
input.setSelectionRange(5, 5);
document.execCommand('delete');
shouldBeTrue('input.validity.tooLong');
shouldBeFalse('input.type = "number"; input.validity.tooLong');
</script>
</body>
</html>
|
SVG/Testsuites/W3C-1_1F2/harness/htmlEmbed/index.html
|
frivoal/presto-testo
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//CL//DTD XHTML 1.0 Transitional plus Embed//EN"
"http://www.w3.org/Graphics/xhtml1-transitional-plus-embed.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="keywords" content="W3C SVG 1.1 2nd Edition Test Suite"/>
<meta name="description" content="W3C SVG 1.1 2nd Edition Embedded Test Suite"/>
<title>
SVG 1.1 2nd Edition Test Suite <embed> </title>
<style type="text/css">
<!--
.bodytext { font-family:verdana, helvetica, sans-serif; font-size: 12pt; line-height: 125%; text-align: Left; margin-top: 0; margin-bottom: 0 }
.pageTitle { line-height: 150%; font-size: 20pt; font-weight : 900; margin-bottom: 20pt }
.pageSubTitle { color : blue; line-height: 100%; font-size: 24pt; font-weight : 900 }
.openChapter { color : blue; line-height: 125%; font-weight : 900 }
.openSection { color : blue; line-height: 125%; font-weight : 900 }
.info { color : black; line-height: 110%; font-size: 10pt; font-weight : 100 }
p { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
blockquote { margin-top:0; margin-bottom:0; padding-top:0; padding-bottom:0 }
.opscript { margin-left: 3%; margin-right: 3%; }
.opscript p { margin-top: 0.7em }
.navbar { background: black; color: white; font-weight: bold }
.warning { color: red; text-align: Center;}
a,a:visited { color: blue }
-->
</style>
</head>
<body class="bodytext">
<h1 class="pageTitle">SVG 1.1 2nd Edition Test Suite <embed></h1>
<p>Below are the list of tests in the SVG 1.1 2nd Edition Test Suite <embed>. Each test
has a link to different versions as well as navigation.</p>
<ol>
<li><a href="animate-dom-01-f.html">animate-dom-01-f.svg</a></li>
<li><a href="animate-dom-02-f.html">animate-dom-02-f.svg</a></li>
<li><a href="animate-elem-02-t.html">animate-elem-02-t.svg</a></li>
<li><a href="animate-elem-03-t.html">animate-elem-03-t.svg</a></li>
<li><a href="animate-elem-04-t.html">animate-elem-04-t.svg</a></li>
<li><a href="animate-elem-05-t.html">animate-elem-05-t.svg</a></li>
<li><a href="animate-elem-06-t.html">animate-elem-06-t.svg</a></li>
<li><a href="animate-elem-07-t.html">animate-elem-07-t.svg</a></li>
<li><a href="animate-elem-08-t.html">animate-elem-08-t.svg</a></li>
<li><a href="animate-elem-09-t.html">animate-elem-09-t.svg</a></li>
<li><a href="animate-elem-10-t.html">animate-elem-10-t.svg</a></li>
<li><a href="animate-elem-11-t.html">animate-elem-11-t.svg</a></li>
<li><a href="animate-elem-12-t.html">animate-elem-12-t.svg</a></li>
<li><a href="animate-elem-13-t.html">animate-elem-13-t.svg</a></li>
<li><a href="animate-elem-14-t.html">animate-elem-14-t.svg</a></li>
<li><a href="animate-elem-15-t.html">animate-elem-15-t.svg</a></li>
<li><a href="animate-elem-17-t.html">animate-elem-17-t.svg</a></li>
<li><a href="animate-elem-19-t.html">animate-elem-19-t.svg</a></li>
<li><a href="animate-elem-20-t.html">animate-elem-20-t.svg</a></li>
<li><a href="animate-elem-21-t.html">animate-elem-21-t.svg</a></li>
<li><a href="animate-elem-22-b.html">animate-elem-22-b.svg</a></li>
<li><a href="animate-elem-23-t.html">animate-elem-23-t.svg</a></li>
<li><a href="animate-elem-24-t.html">animate-elem-24-t.svg</a></li>
<li><a href="animate-elem-25-t.html">animate-elem-25-t.svg</a></li>
<li><a href="animate-elem-26-t.html">animate-elem-26-t.svg</a></li>
<li><a href="animate-elem-27-t.html">animate-elem-27-t.svg</a></li>
<li><a href="animate-elem-28-t.html">animate-elem-28-t.svg</a></li>
<li><a href="animate-elem-29-b.html">animate-elem-29-b.svg</a></li>
<li><a href="animate-elem-30-t.html">animate-elem-30-t.svg</a></li>
<li><a href="animate-elem-31-t.html">animate-elem-31-t.svg</a></li>
<li><a href="animate-elem-32-t.html">animate-elem-32-t.svg</a></li>
<li><a href="animate-elem-33-t.html">animate-elem-33-t.svg</a></li>
<li><a href="animate-elem-34-t.html">animate-elem-34-t.svg</a></li>
<li><a href="animate-elem-35-t.html">animate-elem-35-t.svg</a></li>
<li><a href="animate-elem-36-t.html">animate-elem-36-t.svg</a></li>
<li><a href="animate-elem-37-t.html">animate-elem-37-t.svg</a></li>
<li><a href="animate-elem-38-t.html">animate-elem-38-t.svg</a></li>
<li><a href="animate-elem-39-t.html">animate-elem-39-t.svg</a></li>
<li><a href="animate-elem-40-t.html">animate-elem-40-t.svg</a></li>
<li><a href="animate-elem-41-t.html">animate-elem-41-t.svg</a></li>
<li><a href="animate-elem-44-t.html">animate-elem-44-t.svg</a></li>
<li><a href="animate-elem-46-t.html">animate-elem-46-t.svg</a></li>
<li><a href="animate-elem-52-t.html">animate-elem-52-t.svg</a></li>
<li><a href="animate-elem-53-t.html">animate-elem-53-t.svg</a></li>
<li><a href="animate-elem-60-t.html">animate-elem-60-t.svg</a></li>
<li><a href="animate-elem-61-t.html">animate-elem-61-t.svg</a></li>
<li><a href="animate-elem-62-t.html">animate-elem-62-t.svg</a></li>
<li><a href="animate-elem-63-t.html">animate-elem-63-t.svg</a></li>
<li><a href="animate-elem-64-t.html">animate-elem-64-t.svg</a></li>
<li><a href="animate-elem-65-t.html">animate-elem-65-t.svg</a></li>
<li><a href="animate-elem-66-t.html">animate-elem-66-t.svg</a></li>
<li><a href="animate-elem-67-t.html">animate-elem-67-t.svg</a></li>
<li><a href="animate-elem-68-t.html">animate-elem-68-t.svg</a></li>
<li><a href="animate-elem-69-t.html">animate-elem-69-t.svg</a></li>
<li><a href="animate-elem-70-t.html">animate-elem-70-t.svg</a></li>
<li><a href="animate-elem-77-t.html">animate-elem-77-t.svg</a></li>
<li><a href="animate-elem-78-t.html">animate-elem-78-t.svg</a></li>
<li><a href="animate-elem-80-t.html">animate-elem-80-t.svg</a></li>
<li><a href="animate-elem-81-t.html">animate-elem-81-t.svg</a></li>
<li><a href="animate-elem-82-t.html">animate-elem-82-t.svg</a></li>
<li><a href="animate-elem-83-t.html">animate-elem-83-t.svg</a></li>
<li><a href="animate-elem-84-t.html">animate-elem-84-t.svg</a></li>
<li><a href="animate-elem-85-t.html">animate-elem-85-t.svg</a></li>
<li><a href="animate-elem-86-t.html">animate-elem-86-t.svg</a></li>
<li><a href="animate-elem-87-t.html">animate-elem-87-t.svg</a></li>
<li><a href="animate-elem-88-t.html">animate-elem-88-t.svg</a></li>
<li><a href="animate-elem-89-t.html">animate-elem-89-t.svg</a></li>
<li><a href="animate-elem-90-b.html">animate-elem-90-b.svg</a></li>
<li><a href="animate-elem-91-t.html">animate-elem-91-t.svg</a></li>
<li><a href="animate-elem-92-t.html">animate-elem-92-t.svg</a></li>
<li><a href="animate-interact-events-01-t.html">animate-interact-events-01-t.svg</a></li>
<li><a href="animate-interact-pevents-01-t.html">animate-interact-pevents-01-t.svg</a></li>
<li><a href="animate-interact-pevents-02-t.html">animate-interact-pevents-02-t.svg</a></li>
<li><a href="animate-interact-pevents-03-t.html">animate-interact-pevents-03-t.svg</a></li>
<li><a href="animate-interact-pevents-04-t.html">animate-interact-pevents-04-t.svg</a></li>
<li><a href="animate-pservers-grad-01-b.html">animate-pservers-grad-01-b.svg</a></li>
<li><a href="animate-script-elem-01-b.html">animate-script-elem-01-b.svg</a></li>
<li><a href="animate-struct-dom-01-b.html">animate-struct-dom-01-b.svg</a></li>
<li><a href="color-prof-01-f.html">color-prof-01-f.svg</a></li>
<li><a href="color-prop-01-b.html">color-prop-01-b.svg</a></li>
<li><a href="color-prop-02-f.html">color-prop-02-f.svg</a></li>
<li><a href="color-prop-03-t.html">color-prop-03-t.svg</a></li>
<li><a href="color-prop-04-t.html">color-prop-04-t.svg</a></li>
<li><a href="color-prop-05-t.html">color-prop-05-t.svg</a></li>
<li><a href="conform-viewers-01-t.html">conform-viewers-01-t.svgz</a></li>
<li><a href="conform-viewers-02-f.html">conform-viewers-02-f.svg</a></li>
<li><a href="conform-viewers-03-f.html">conform-viewers-03-f.svg</a></li>
<li><a href="coords-coord-01-t.html">coords-coord-01-t.svg</a></li>
<li><a href="coords-coord-02-t.html">coords-coord-02-t.svg</a></li>
<li><a href="coords-dom-01-f.html">coords-dom-01-f.svg</a></li>
<li><a href="coords-dom-02-f.html">coords-dom-02-f.svg</a></li>
<li><a href="coords-dom-03-f.html">coords-dom-03-f.svg</a></li>
<li><a href="coords-dom-04-f.html">coords-dom-04-f.svg</a></li>
<li><a href="coords-trans-01-b.html">coords-trans-01-b.svg</a></li>
<li><a href="coords-trans-02-t.html">coords-trans-02-t.svg</a></li>
<li><a href="coords-trans-03-t.html">coords-trans-03-t.svg</a></li>
<li><a href="coords-trans-04-t.html">coords-trans-04-t.svg</a></li>
<li><a href="coords-trans-05-t.html">coords-trans-05-t.svg</a></li>
<li><a href="coords-trans-06-t.html">coords-trans-06-t.svg</a></li>
<li><a href="coords-trans-07-t.html">coords-trans-07-t.svg</a></li>
<li><a href="coords-trans-08-t.html">coords-trans-08-t.svg</a></li>
<li><a href="coords-trans-09-t.html">coords-trans-09-t.svg</a></li>
<li><a href="coords-trans-10-f.html">coords-trans-10-f.svg</a></li>
<li><a href="coords-trans-11-f.html">coords-trans-11-f.svg</a></li>
<li><a href="coords-trans-12-f.html">coords-trans-12-f.svg</a></li>
<li><a href="coords-trans-13-f.html">coords-trans-13-f.svg</a></li>
<li><a href="coords-trans-14-f.html">coords-trans-14-f.svg</a></li>
<li><a href="coords-transformattr-01-f.html">coords-transformattr-01-f.svg</a></li>
<li><a href="coords-transformattr-02-f.html">coords-transformattr-02-f.svg</a></li>
<li><a href="coords-transformattr-03-f.html">coords-transformattr-03-f.svg</a></li>
<li><a href="coords-transformattr-04-f.html">coords-transformattr-04-f.svg</a></li>
<li><a href="coords-transformattr-05-f.html">coords-transformattr-05-f.svg</a></li>
<li><a href="coords-units-01-b.html">coords-units-01-b.svg</a></li>
<li><a href="coords-units-02-b.html">coords-units-02-b.svg</a></li>
<li><a href="coords-units-03-b.html">coords-units-03-b.svg</a></li>
<li><a href="coords-viewattr-01-b.html">coords-viewattr-01-b.svg</a></li>
<li><a href="coords-viewattr-02-b.html">coords-viewattr-02-b.svg</a></li>
<li><a href="coords-viewattr-03-b.html">coords-viewattr-03-b.svg</a></li>
<li><a href="coords-viewattr-04-f.html">coords-viewattr-04-f.svg</a></li>
<li><a href="extend-namespace-01-f.html">extend-namespace-01-f.svg</a></li>
<li><a href="filters-background-01-f.html">filters-background-01-f.svg</a></li>
<li><a href="filters-blend-01-b.html">filters-blend-01-b.svg</a></li>
<li><a href="filters-color-01-b.html">filters-color-01-b.svg</a></li>
<li><a href="filters-color-02-b.html">filters-color-02-b.svg</a></li>
<li><a href="filters-composite-02-b.html">filters-composite-02-b.svg</a></li>
<li><a href="filters-composite-03-f.html">filters-composite-03-f.svg</a></li>
<li><a href="filters-composite-04-f.html">filters-composite-04-f.svg</a></li>
<li><a href="filters-composite-05-f.html">filters-composite-05-f.svg</a></li>
<li><a href="filters-comptran-01-b.html">filters-comptran-01-b.svg</a></li>
<li><a href="filters-conv-01-f.html">filters-conv-01-f.svg</a></li>
<li><a href="filters-conv-02-f.html">filters-conv-02-f.svg</a></li>
<li><a href="filters-conv-03-f.html">filters-conv-03-f.svg</a></li>
<li><a href="filters-conv-04-f.html">filters-conv-04-f.svg</a></li>
<li><a href="filters-conv-05-f.html">filters-conv-05-f.svg</a></li>
<li><a href="filters-diffuse-01-f.html">filters-diffuse-01-f.svg</a></li>
<li><a href="filters-displace-01-f.html">filters-displace-01-f.svg</a></li>
<li><a href="filters-displace-02-f.html">filters-displace-02-f.svg</a></li>
<li><a href="filters-example-01-b.html">filters-example-01-b.svg</a></li>
<li><a href="filters-felem-01-b.html">filters-felem-01-b.svg</a></li>
<li><a href="filters-felem-02-f.html">filters-felem-02-f.svg</a></li>
<li><a href="filters-gauss-01-b.html">filters-gauss-01-b.svg</a></li>
<li><a href="filters-gauss-02-f.html">filters-gauss-02-f.svg</a></li>
<li><a href="filters-gauss-03-f.html">filters-gauss-03-f.svg</a></li>
<li><a href="filters-image-01-b.html">filters-image-01-b.svg</a></li>
<li><a href="filters-image-02-b.html">filters-image-02-b.svg</a></li>
<li><a href="filters-image-03-f.html">filters-image-03-f.svg</a></li>
<li><a href="filters-image-04-f.html">filters-image-04-f.svg</a></li>
<li><a href="filters-image-05-f.html">filters-image-05-f.svg</a></li>
<li><a href="filters-light-01-f.html">filters-light-01-f.svg</a></li>
<li><a href="filters-light-02-f.html">filters-light-02-f.svg</a></li>
<li><a href="filters-light-03-f.html">filters-light-03-f.svg</a></li>
<li><a href="filters-light-04-f.html">filters-light-04-f.svg</a></li>
<li><a href="filters-light-05-f.html">filters-light-05-f.svg</a></li>
<li><a href="filters-morph-01-f.html">filters-morph-01-f.svg</a></li>
<li><a href="filters-offset-01-b.html">filters-offset-01-b.svg</a></li>
<li><a href="filters-offset-02-b.html">filters-offset-02-b.svg</a></li>
<li><a href="filters-overview-01-b.html">filters-overview-01-b.svg</a></li>
<li><a href="filters-overview-02-b.html">filters-overview-02-b.svg</a></li>
<li><a href="filters-overview-03-b.html">filters-overview-03-b.svg</a></li>
<li><a href="filters-specular-01-f.html">filters-specular-01-f.svg</a></li>
<li><a href="filters-tile-01-b.html">filters-tile-01-b.svg</a></li>
<li><a href="filters-turb-01-f.html">filters-turb-01-f.svg</a></li>
<li><a href="filters-turb-02-f.html">filters-turb-02-f.svg</a></li>
<li><a href="fonts-desc-01-t.html">fonts-desc-01-t.svg</a></li>
<li><a href="fonts-desc-02-t.html">fonts-desc-02-t.svg</a></li>
<li><a href="fonts-desc-03-t.html">fonts-desc-03-t.svg</a></li>
<li><a href="fonts-desc-04-t.html">fonts-desc-04-t.svg</a></li>
<li><a href="fonts-desc-05-t.html">fonts-desc-05-t.svg</a></li>
<li><a href="fonts-elem-01-t.html">fonts-elem-01-t.svg</a></li>
<li><a href="fonts-elem-02-t.html">fonts-elem-02-t.svg</a></li>
<li><a href="fonts-elem-03-b.html">fonts-elem-03-b.svg</a></li>
<li><a href="fonts-elem-04-b.html">fonts-elem-04-b.svg</a></li>
<li><a href="fonts-elem-05-t.html">fonts-elem-05-t.svg</a></li>
<li><a href="fonts-elem-06-t.html">fonts-elem-06-t.svg</a></li>
<li><a href="fonts-elem-07-b.html">fonts-elem-07-b.svg</a></li>
<li><a href="fonts-glyph-02-t.html">fonts-glyph-02-t.svg</a></li>
<li><a href="fonts-glyph-03-t.html">fonts-glyph-03-t.svg</a></li>
<li><a href="fonts-glyph-04-t.html">fonts-glyph-04-t.svg</a></li>
<li><a href="fonts-kern-01-t.html">fonts-kern-01-t.svg</a></li>
<li><a href="fonts-overview-201-t.html">fonts-overview-201-t.svg</a></li>
<li><a href="imp-path-01-f.html">imp-path-01-f.svg</a></li>
<li><a href="interact-cursor-01-f.html">interact-cursor-01-f.svg</a></li>
<li><a href="interact-dom-01-b.html">interact-dom-01-b.svg</a></li>
<li><a href="interact-events-01-b.html">interact-events-01-b.svg</a></li>
<li><a href="interact-events-02-b.html">interact-events-02-b.svg</a></li>
<li><a href="interact-events-202-f.html">interact-events-202-f.svg</a></li>
<li><a href="interact-events-203-t.html">interact-events-203-t.svg</a></li>
<li><a href="interact-order-01-b.html">interact-order-01-b.svg</a></li>
<li><a href="interact-order-02-b.html">interact-order-02-b.svg</a></li>
<li><a href="interact-order-03-b.html">interact-order-03-b.svg</a></li>
<li><a href="interact-pevents-01-b.html">interact-pevents-01-b.svg</a></li>
<li><a href="interact-pevents-03-b.html">interact-pevents-03-b.svg</a></li>
<li><a href="interact-pevents-04-t.html">interact-pevents-04-t.svg</a></li>
<li><a href="interact-pevents-05-b.html">interact-pevents-05-b.svg</a></li>
<li><a href="interact-pevents-07-t.html">interact-pevents-07-t.svg</a></li>
<li><a href="interact-pevents-08-f.html">interact-pevents-08-f.svg</a></li>
<li><a href="interact-pevents-09-f.html">interact-pevents-09-f.svg</a></li>
<li><a href="interact-pevents-10-f.html">interact-pevents-10-f.svg</a></li>
<li><a href="interact-pointer-01-t.html">interact-pointer-01-t.svg</a></li>
<li><a href="interact-pointer-02-t.html">interact-pointer-02-t.svg</a></li>
<li><a href="interact-pointer-03-t.html">interact-pointer-03-t.svg</a></li>
<li><a href="interact-pointer-04-f.html">interact-pointer-04-f.svg</a></li>
<li><a href="interact-zoom-01-t.html">interact-zoom-01-t.svg</a></li>
<li><a href="interact-zoom-02-t.html">interact-zoom-02-t.svg</a></li>
<li><a href="interact-zoom-03-t.html">interact-zoom-03-t.svg</a></li>
<li><a href="linking-a-01-b.html">linking-a-01-b.svg</a></li>
<li><a href="linking-a-03-b.html">linking-a-03-b.svg</a></li>
<li><a href="linking-a-04-t.html">linking-a-04-t.svg</a></li>
<li><a href="linking-a-05-t.html">linking-a-05-t.svg</a></li>
<li><a href="linking-a-07-t.html">linking-a-07-t.svg</a></li>
<li><a href="linking-a-08-t.html">linking-a-08-t.svg</a></li>
<li><a href="linking-a-09-b.html">linking-a-09-b.svg</a></li>
<li><a href="linking-a-10-f.html">linking-a-10-f.svg</a></li>
<li><a href="linking-frag-01-f.html">linking-frag-01-f.svg</a></li>
<li><a href="linking-uri-01-b.html">linking-uri-01-b.svg</a></li>
<li><a href="linking-uri-02-b.html">linking-uri-02-b.svg</a></li>
<li><a href="linking-uri-03-t.html">linking-uri-03-t.svg</a></li>
<li><a href="masking-filter-01-f.html">masking-filter-01-f.svg</a></li>
<li><a href="masking-intro-01-f.html">masking-intro-01-f.svg</a></li>
<li><a href="masking-mask-01-b.html">masking-mask-01-b.svg</a></li>
<li><a href="masking-mask-02-f.html">masking-mask-02-f.svg</a></li>
<li><a href="masking-opacity-01-b.html">masking-opacity-01-b.svg</a></li>
<li><a href="masking-path-01-b.html">masking-path-01-b.svg</a></li>
<li><a href="masking-path-02-b.html">masking-path-02-b.svg</a></li>
<li><a href="masking-path-03-b.html">masking-path-03-b.svg</a></li>
<li><a href="masking-path-04-b.html">masking-path-04-b.svg</a></li>
<li><a href="masking-path-05-f.html">masking-path-05-f.svg</a></li>
<li><a href="masking-path-06-b.html">masking-path-06-b.svg</a></li>
<li><a href="masking-path-07-b.html">masking-path-07-b.svg</a></li>
<li><a href="masking-path-08-b.html">masking-path-08-b.svg</a></li>
<li><a href="masking-path-09-b.html">masking-path-09-b.svg</a></li>
<li><a href="masking-path-10-b.html">masking-path-10-b.svg</a></li>
<li><a href="masking-path-11-b.html">masking-path-11-b.svg</a></li>
<li><a href="masking-path-12-f.html">masking-path-12-f.svg</a></li>
<li><a href="masking-path-13-f.html">masking-path-13-f.svg</a></li>
<li><a href="masking-path-14-f.html">masking-path-14-f.svg</a></li>
<li><a href="metadata-example-01-t.html">metadata-example-01-t.svg</a></li>
<li><a href="painting-control-01-f.html">painting-control-01-f.svg</a></li>
<li><a href="painting-control-02-f.html">painting-control-02-f.svg</a></li>
<li><a href="painting-control-03-f.html">painting-control-03-f.svg</a></li>
<li><a href="painting-control-04-f.html">painting-control-04-f.svg</a></li>
<li><a href="painting-control-05-f.html">painting-control-05-f.svg</a></li>
<li><a href="painting-control-06-f.html">painting-control-06-f.svg</a></li>
<li><a href="painting-fill-01-t.html">painting-fill-01-t.svg</a></li>
<li><a href="painting-fill-02-t.html">painting-fill-02-t.svg</a></li>
<li><a href="painting-fill-03-t.html">painting-fill-03-t.svg</a></li>
<li><a href="painting-fill-04-t.html">painting-fill-04-t.svg</a></li>
<li><a href="painting-fill-05-b.html">painting-fill-05-b.svg</a></li>
<li><a href="painting-marker-01-f.html">painting-marker-01-f.svg</a></li>
<li><a href="painting-marker-02-f.html">painting-marker-02-f.svg</a></li>
<li><a href="painting-marker-03-f.html">painting-marker-03-f.svg</a></li>
<li><a href="painting-marker-04-f.html">painting-marker-04-f.svg</a></li>
<li><a href="painting-marker-05-f.html">painting-marker-05-f.svg</a></li>
<li><a href="painting-marker-06-f.html">painting-marker-06-f.svg</a></li>
<li><a href="painting-marker-07-f.html">painting-marker-07-f.svg</a></li>
<li><a href="painting-marker-properties-01-f.html">painting-marker-properties-01-f.svg</a></li>
<li><a href="painting-render-01-b.html">painting-render-01-b.svg</a></li>
<li><a href="painting-render-02-b.html">painting-render-02-b.svg</a></li>
<li><a href="painting-stroke-01-t.html">painting-stroke-01-t.svg</a></li>
<li><a href="painting-stroke-02-t.html">painting-stroke-02-t.svg</a></li>
<li><a href="painting-stroke-03-t.html">painting-stroke-03-t.svg</a></li>
<li><a href="painting-stroke-04-t.html">painting-stroke-04-t.svg</a></li>
<li><a href="painting-stroke-05-t.html">painting-stroke-05-t.svg</a></li>
<li><a href="painting-stroke-06-t.html">painting-stroke-06-t.svg</a></li>
<li><a href="painting-stroke-07-t.html">painting-stroke-07-t.svg</a></li>
<li><a href="painting-stroke-08-t.html">painting-stroke-08-t.svg</a></li>
<li><a href="painting-stroke-09-t.html">painting-stroke-09-t.svg</a></li>
<li><a href="painting-stroke-10-t.html">painting-stroke-10-t.svg</a></li>
<li><a href="paths-data-01-t.html">paths-data-01-t.svg</a></li>
<li><a href="paths-data-02-t.html">paths-data-02-t.svg</a></li>
<li><a href="paths-data-03-f.html">paths-data-03-f.svg</a></li>
<li><a href="paths-data-04-t.html">paths-data-04-t.svg</a></li>
<li><a href="paths-data-05-t.html">paths-data-05-t.svg</a></li>
<li><a href="paths-data-06-t.html">paths-data-06-t.svg</a></li>
<li><a href="paths-data-07-t.html">paths-data-07-t.svg</a></li>
<li><a href="paths-data-08-t.html">paths-data-08-t.svg</a></li>
<li><a href="paths-data-09-t.html">paths-data-09-t.svg</a></li>
<li><a href="paths-data-10-t.html">paths-data-10-t.svg</a></li>
<li><a href="paths-data-12-t.html">paths-data-12-t.svg</a></li>
<li><a href="paths-data-13-t.html">paths-data-13-t.svg</a></li>
<li><a href="paths-data-14-t.html">paths-data-14-t.svg</a></li>
<li><a href="paths-data-15-t.html">paths-data-15-t.svg</a></li>
<li><a href="paths-data-16-t.html">paths-data-16-t.svg</a></li>
<li><a href="paths-data-17-f.html">paths-data-17-f.svg</a></li>
<li><a href="paths-data-18-f.html">paths-data-18-f.svg</a></li>
<li><a href="paths-data-19-f.html">paths-data-19-f.svg</a></li>
<li><a href="paths-data-20-f.html">paths-data-20-f.svg</a></li>
<li><a href="paths-dom-01-f.html">paths-dom-01-f.svg</a></li>
<li><a href="paths-dom-02-f.html">paths-dom-02-f.svg</a></li>
<li><a href="pservers-grad-01-b.html">pservers-grad-01-b.svg</a></li>
<li><a href="pservers-grad-02-b.html">pservers-grad-02-b.svg</a></li>
<li><a href="pservers-grad-03-b.html">pservers-grad-03-b.svg</a></li>
<li><a href="pservers-grad-04-b.html">pservers-grad-04-b.svg</a></li>
<li><a href="pservers-grad-05-b.html">pservers-grad-05-b.svg</a></li>
<li><a href="pservers-grad-06-b.html">pservers-grad-06-b.svg</a></li>
<li><a href="pservers-grad-07-b.html">pservers-grad-07-b.svg</a></li>
<li><a href="pservers-grad-08-b.html">pservers-grad-08-b.svg</a></li>
<li><a href="pservers-grad-09-b.html">pservers-grad-09-b.svg</a></li>
<li><a href="pservers-grad-10-b.html">pservers-grad-10-b.svg</a></li>
<li><a href="pservers-grad-11-b.html">pservers-grad-11-b.svg</a></li>
<li><a href="pservers-grad-12-b.html">pservers-grad-12-b.svg</a></li>
<li><a href="pservers-grad-13-b.html">pservers-grad-13-b.svg</a></li>
<li><a href="pservers-grad-14-b.html">pservers-grad-14-b.svg</a></li>
<li><a href="pservers-grad-15-b.html">pservers-grad-15-b.svg</a></li>
<li><a href="pservers-grad-16-b.html">pservers-grad-16-b.svg</a></li>
<li><a href="pservers-grad-17-b.html">pservers-grad-17-b.svg</a></li>
<li><a href="pservers-grad-18-b.html">pservers-grad-18-b.svg</a></li>
<li><a href="pservers-grad-20-b.html">pservers-grad-20-b.svg</a></li>
<li><a href="pservers-grad-21-b.html">pservers-grad-21-b.svg</a></li>
<li><a href="pservers-grad-22-b.html">pservers-grad-22-b.svg</a></li>
<li><a href="pservers-grad-23-f.html">pservers-grad-23-f.svg</a></li>
<li><a href="pservers-grad-24-f.html">pservers-grad-24-f.svg</a></li>
<li><a href="pservers-grad-stops-01-f.html">pservers-grad-stops-01-f.svg</a></li>
<li><a href="pservers-pattern-01-b.html">pservers-pattern-01-b.svg</a></li>
<li><a href="pservers-pattern-02-f.html">pservers-pattern-02-f.svg</a></li>
<li><a href="pservers-pattern-03-f.html">pservers-pattern-03-f.svg</a></li>
<li><a href="pservers-pattern-04-f.html">pservers-pattern-04-f.svg</a></li>
<li><a href="pservers-pattern-05-f.html">pservers-pattern-05-f.svg</a></li>
<li><a href="pservers-pattern-06-f.html">pservers-pattern-06-f.svg</a></li>
<li><a href="pservers-pattern-07-f.html">pservers-pattern-07-f.svg</a></li>
<li><a href="pservers-pattern-08-f.html">pservers-pattern-08-f.svg</a></li>
<li><a href="pservers-pattern-09-f.html">pservers-pattern-09-f.svg</a></li>
<li><a href="render-elems-01-t.html">render-elems-01-t.svg</a></li>
<li><a href="render-elems-02-t.html">render-elems-02-t.svg</a></li>
<li><a href="render-elems-03-t.html">render-elems-03-t.svg</a></li>
<li><a href="render-elems-06-t.html">render-elems-06-t.svg</a></li>
<li><a href="render-elems-07-t.html">render-elems-07-t.svg</a></li>
<li><a href="render-elems-08-t.html">render-elems-08-t.svg</a></li>
<li><a href="render-groups-01-b.html">render-groups-01-b.svg</a></li>
<li><a href="render-groups-03-t.html">render-groups-03-t.svg</a></li>
<li><a href="script-handle-01-b.html">script-handle-01-b.svg</a></li>
<li><a href="script-handle-02-b.html">script-handle-02-b.svg</a></li>
<li><a href="script-handle-03-b.html">script-handle-03-b.svg</a></li>
<li><a href="script-handle-04-b.html">script-handle-04-b.svg</a></li>
<li><a href="script-specify-01-f.html">script-specify-01-f.svg</a></li>
<li><a href="script-specify-02-f.html">script-specify-02-f.svg</a></li>
<li><a href="shapes-circle-01-t.html">shapes-circle-01-t.svg</a></li>
<li><a href="shapes-circle-02-t.html">shapes-circle-02-t.svg</a></li>
<li><a href="shapes-ellipse-01-t.html">shapes-ellipse-01-t.svg</a></li>
<li><a href="shapes-ellipse-02-t.html">shapes-ellipse-02-t.svg</a></li>
<li><a href="shapes-ellipse-03-f.html">shapes-ellipse-03-f.svg</a></li>
<li><a href="shapes-grammar-01-f.html">shapes-grammar-01-f.svg</a></li>
<li><a href="shapes-intro-01-t.html">shapes-intro-01-t.svg</a></li>
<li><a href="shapes-intro-02-f.html">shapes-intro-02-f.svg</a></li>
<li><a href="shapes-line-01-t.html">shapes-line-01-t.svg</a></li>
<li><a href="shapes-line-02-f.html">shapes-line-02-f.svg</a></li>
<li><a href="shapes-polygon-01-t.html">shapes-polygon-01-t.svg</a></li>
<li><a href="shapes-polygon-02-t.html">shapes-polygon-02-t.svg</a></li>
<li><a href="shapes-polygon-03-t.html">shapes-polygon-03-t.svg</a></li>
<li><a href="shapes-polyline-01-t.html">shapes-polyline-01-t.svg</a></li>
<li><a href="shapes-polyline-02-t.html">shapes-polyline-02-t.svg</a></li>
<li><a href="shapes-rect-01-t.html">shapes-rect-01-t.svg</a></li>
<li><a href="shapes-rect-02-t.html">shapes-rect-02-t.svg</a></li>
<li><a href="shapes-rect-03-t.html">shapes-rect-03-t.svg</a></li>
<li><a href="shapes-rect-04-f.html">shapes-rect-04-f.svg</a></li>
<li><a href="shapes-rect-05-f.html">shapes-rect-05-f.svg</a></li>
<li><a href="shapes-rect-06-f.html">shapes-rect-06-f.svg</a></li>
<li><a href="shapes-rect-07-f.html">shapes-rect-07-f.svg</a></li>
<li><a href="struct-cond-01-t.html">struct-cond-01-t.svg</a></li>
<li><a href="struct-cond-02-t.html">struct-cond-02-t.svg</a></li>
<li><a href="struct-cond-03-t.html">struct-cond-03-t.svg</a></li>
<li><a href="struct-cond-overview-02-f.html">struct-cond-overview-02-f.svg</a></li>
<li><a href="struct-cond-overview-03-f.html">struct-cond-overview-03-f.svg</a></li>
<li><a href="struct-cond-overview-04-f.html">struct-cond-overview-04-f.svg</a></li>
<li><a href="struct-cond-overview-05-f.html">struct-cond-overview-05-f.svg</a></li>
<li><a href="struct-defs-01-t.html">struct-defs-01-t.svg</a></li>
<li><a href="struct-dom-01-b.html">struct-dom-01-b.svg</a></li>
<li><a href="struct-dom-02-b.html">struct-dom-02-b.svg</a></li>
<li><a href="struct-dom-03-b.html">struct-dom-03-b.svg</a></li>
<li><a href="struct-dom-04-b.html">struct-dom-04-b.svg</a></li>
<li><a href="struct-dom-05-b.html">struct-dom-05-b.svg</a></li>
<li><a href="struct-dom-06-b.html">struct-dom-06-b.svg</a></li>
<li><a href="struct-dom-07-f.html">struct-dom-07-f.svg</a></li>
<li><a href="struct-dom-08-f.html">struct-dom-08-f.svg</a></li>
<li><a href="struct-dom-11-f.html">struct-dom-11-f.svg</a></li>
<li><a href="struct-dom-12-b.html">struct-dom-12-b.svg</a></li>
<li><a href="struct-dom-13-f.html">struct-dom-13-f.svg</a></li>
<li><a href="struct-dom-14-f.html">struct-dom-14-f.svg</a></li>
<li><a href="struct-dom-15-f.html">struct-dom-15-f.svg</a></li>
<li><a href="struct-dom-16-f.html">struct-dom-16-f.svg</a></li>
<li><a href="struct-dom-17-f.html">struct-dom-17-f.svg</a></li>
<li><a href="struct-dom-18-f.html">struct-dom-18-f.svg</a></li>
<li><a href="struct-dom-19-f.html">struct-dom-19-f.svg</a></li>
<li><a href="struct-dom-20-f.html">struct-dom-20-f.svg</a></li>
<li><a href="struct-frag-01-t.html">struct-frag-01-t.svg</a></li>
<li><a href="struct-frag-02-t.html">struct-frag-02-t.svg</a></li>
<li><a href="struct-frag-03-t.html">struct-frag-03-t.svg</a></li>
<li><a href="struct-frag-04-t.html">struct-frag-04-t.svg</a></li>
<li><a href="struct-frag-05-t.html">struct-frag-05-t.svg</a></li>
<li><a href="struct-frag-06-t.html">struct-frag-06-t.svg</a></li>
<li><a href="struct-group-01-t.html">struct-group-01-t.svg</a></li>
<li><a href="struct-group-02-b.html">struct-group-02-b.svg</a></li>
<li><a href="struct-group-03-t.html">struct-group-03-t.svg</a></li>
<li><a href="struct-image-01-t.html">struct-image-01-t.svg</a></li>
<li><a href="struct-image-02-b.html">struct-image-02-b.svg</a></li>
<li><a href="struct-image-03-t.html">struct-image-03-t.svg</a></li>
<li><a href="struct-image-04-t.html">struct-image-04-t.svg</a></li>
<li><a href="struct-image-05-b.html">struct-image-05-b.svg</a></li>
<li><a href="struct-image-06-t.html">struct-image-06-t.svg</a></li>
<li><a href="struct-image-07-t.html">struct-image-07-t.svg</a></li>
<li><a href="struct-image-08-t.html">struct-image-08-t.svg</a></li>
<li><a href="struct-image-09-t.html">struct-image-09-t.svg</a></li>
<li><a href="struct-image-10-t.html">struct-image-10-t.svg</a></li>
<li><a href="struct-image-11-b.html">struct-image-11-b.svg</a></li>
<li><a href="struct-image-12-b.html">struct-image-12-b.svg</a></li>
<li><a href="struct-image-13-f.html">struct-image-13-f.svg</a></li>
<li><a href="struct-image-14-f.html">struct-image-14-f.svg</a></li>
<li><a href="struct-image-15-f.html">struct-image-15-f.svg</a></li>
<li><a href="struct-image-16-f.html">struct-image-16-f.svg</a></li>
<li><a href="struct-image-17-b.html">struct-image-17-b.svg</a></li>
<li><a href="struct-image-18-f.html">struct-image-18-f.svg</a></li>
<li><a href="struct-image-19-f.html">struct-image-19-f.svg</a></li>
<li><a href="struct-svg-01-f.html">struct-svg-01-f.svg</a></li>
<li><a href="struct-svg-02-f.html">struct-svg-02-f.svg</a></li>
<li><a href="struct-svg-03-f.html">struct-svg-03-f.svg</a></li>
<li><a href="struct-symbol-01-b.html">struct-symbol-01-b.svg</a></li>
<li><a href="struct-use-01-t.html">struct-use-01-t.svg</a></li>
<li><a href="struct-use-03-t.html">struct-use-03-t.svg</a></li>
<li><a href="struct-use-04-b.html">struct-use-04-b.svg</a></li>
<li><a href="struct-use-05-b.html">struct-use-05-b.svg</a></li>
<li><a href="struct-use-06-b.html">struct-use-06-b.svg</a></li>
<li><a href="struct-use-07-b.html">struct-use-07-b.svg</a></li>
<li><a href="struct-use-08-b.html">struct-use-08-b.svg</a></li>
<li><a href="struct-use-09-b.html">struct-use-09-b.svg</a></li>
<li><a href="struct-use-10-f.html">struct-use-10-f.svg</a></li>
<li><a href="struct-use-11-f.html">struct-use-11-f.svg</a></li>
<li><a href="struct-use-12-f.html">struct-use-12-f.svg</a></li>
<li><a href="struct-use-13-f.html">struct-use-13-f.svg</a></li>
<li><a href="struct-use-14-f.html">struct-use-14-f.svg</a></li>
<li><a href="struct-use-15-f.html">struct-use-15-f.svg</a></li>
<li><a href="styling-class-01-f.html">styling-class-01-f.svg</a></li>
<li><a href="styling-css-01-b.html">styling-css-01-b.svg</a></li>
<li><a href="styling-css-02-b.html">styling-css-02-b.svg</a></li>
<li><a href="styling-css-03-b.html">styling-css-03-b.svg</a></li>
<li><a href="styling-css-04-f.html">styling-css-04-f.svg</a></li>
<li><a href="styling-css-05-b.html">styling-css-05-b.svg</a></li>
<li><a href="styling-css-06-b.html">styling-css-06-b.svg</a></li>
<li><a href="styling-css-07-f.html">styling-css-07-f.svg</a></li>
<li><a href="styling-css-08-f.html">styling-css-08-f.svg</a></li>
<li><a href="styling-css-09-f.html">styling-css-09-f.svg</a></li>
<li><a href="styling-css-10-f.html">styling-css-10-f.svg</a></li>
<li><a href="styling-elem-01-b.html">styling-elem-01-b.svg</a></li>
<li><a href="styling-inherit-01-b.html">styling-inherit-01-b.svg</a></li>
<li><a href="styling-pres-01-t.html">styling-pres-01-t.svg</a></li>
<li><a href="styling-pres-02-f.html">styling-pres-02-f.svg</a></li>
<li><a href="styling-pres-03-f.html">styling-pres-03-f.svg</a></li>
<li><a href="styling-pres-04-f.html">styling-pres-04-f.svg</a></li>
<li><a href="styling-pres-05-f.html">styling-pres-05-f.svg</a></li>
<li><a href="svgdom-over-01-f.html">svgdom-over-01-f.svg</a></li>
<li><a href="text-align-01-b.html">text-align-01-b.svg</a></li>
<li><a href="text-align-02-b.html">text-align-02-b.svg</a></li>
<li><a href="text-align-03-b.html">text-align-03-b.svg</a></li>
<li><a href="text-align-04-b.html">text-align-04-b.svg</a></li>
<li><a href="text-align-05-b.html">text-align-05-b.svg</a></li>
<li><a href="text-align-06-b.html">text-align-06-b.svg</a></li>
<li><a href="text-align-07-t.html">text-align-07-t.svg</a></li>
<li><a href="text-align-08-b.html">text-align-08-b.svg</a></li>
<li><a href="text-altglyph-01-b.html">text-altglyph-01-b.svg</a></li>
<li><a href="text-altglyph-02-b.html">text-altglyph-02-b.svg</a></li>
<li><a href="text-altglyph-03-b.html">text-altglyph-03-b.svg</a></li>
<li><a href="text-bidi-01-t.html">text-bidi-01-t.svg</a></li>
<li><a href="text-deco-01-b.html">text-deco-01-b.svg</a></li>
<li><a href="text-dom-01-f.html">text-dom-01-f.svg</a></li>
<li><a href="text-dom-02-f.html">text-dom-02-f.svg</a></li>
<li><a href="text-dom-03-f.html">text-dom-03-f.svg</a></li>
<li><a href="text-dom-04-f.html">text-dom-04-f.svg</a></li>
<li><a href="text-dom-05-f.html">text-dom-05-f.svg</a></li>
<li><a href="text-fonts-01-t.html">text-fonts-01-t.svg</a></li>
<li><a href="text-fonts-02-t.html">text-fonts-02-t.svg</a></li>
<li><a href="text-fonts-03-t.html">text-fonts-03-t.svg</a></li>
<li><a href="text-fonts-04-t.html">text-fonts-04-t.svg</a></li>
<li><a href="text-fonts-05-f.html">text-fonts-05-f.svg</a></li>
<li><a href="text-fonts-202-t.html">text-fonts-202-t.svg</a></li>
<li><a href="text-fonts-203-t.html">text-fonts-203-t.svg</a></li>
<li><a href="text-fonts-204-t.html">text-fonts-204-t.svg</a></li>
<li><a href="text-intro-01-t.html">text-intro-01-t.svg</a></li>
<li><a href="text-intro-02-b.html">text-intro-02-b.svg</a></li>
<li><a href="text-intro-03-b.html">text-intro-03-b.svg</a></li>
<li><a href="text-intro-04-t.html">text-intro-04-t.svg</a></li>
<li><a href="text-intro-05-t.html">text-intro-05-t.svg</a></li>
<li><a href="text-intro-06-t.html">text-intro-06-t.svg</a></li>
<li><a href="text-intro-07-t.html">text-intro-07-t.svg</a></li>
<li><a href="text-intro-09-b.html">text-intro-09-b.svg</a></li>
<li><a href="text-intro-10-f.html">text-intro-10-f.svg</a></li>
<li><a href="text-intro-11-t.html">text-intro-11-t.svg</a></li>
<li><a href="text-intro-12-t.html">text-intro-12-t.svg</a></li>
<li><a href="text-path-01-b.html">text-path-01-b.svg</a></li>
<li><a href="text-path-02-b.html">text-path-02-b.svg</a></li>
<li><a href="text-spacing-01-b.html">text-spacing-01-b.svg</a></li>
<li><a href="text-text-01-b.html">text-text-01-b.svg</a></li>
<li><a href="text-text-03-b.html">text-text-03-b.svg</a></li>
<li><a href="text-text-04-t.html">text-text-04-t.svg</a></li>
<li><a href="text-text-05-t.html">text-text-05-t.svg</a></li>
<li><a href="text-text-06-t.html">text-text-06-t.svg</a></li>
<li><a href="text-text-07-t.html">text-text-07-t.svg</a></li>
<li><a href="text-text-08-b.html">text-text-08-b.svg</a></li>
<li><a href="text-text-09-t.html">text-text-09-t.svg</a></li>
<li><a href="text-text-10-t.html">text-text-10-t.svg</a></li>
<li><a href="text-text-11-t.html">text-text-11-t.svg</a></li>
<li><a href="text-text-12-t.html">text-text-12-t.svg</a></li>
<li><a href="text-tref-01-b.html">text-tref-01-b.svg</a></li>
<li><a href="text-tref-02-b.html">text-tref-02-b.svg</a></li>
<li><a href="text-tref-03-b.html">text-tref-03-b.svg</a></li>
<li><a href="text-tselect-01-b.html">text-tselect-01-b.svg</a></li>
<li><a href="text-tselect-02-f.html">text-tselect-02-f.svg</a></li>
<li><a href="text-tselect-03-f.html">text-tselect-03-f.svg</a></li>
<li><a href="text-tspan-01-b.html">text-tspan-01-b.svg</a></li>
<li><a href="text-tspan-02-b.html">text-tspan-02-b.svg</a></li>
<li><a href="text-ws-01-t.html">text-ws-01-t.svg</a></li>
<li><a href="text-ws-02-t.html">text-ws-02-t.svg</a></li>
<li><a href="text-ws-03-t.html">text-ws-03-t.svg</a></li>
<li><a href="types-basic-01-f.html">types-basic-01-f.svg</a></li>
<li><a href="types-basic-02-f.html">types-basic-02-f.svg</a></li>
<li><a href="types-dom-01-b.html">types-dom-01-b.svg</a></li>
<li><a href="types-dom-02-f.html">types-dom-02-f.svg</a></li>
<li><a href="types-dom-03-b.html">types-dom-03-b.svg</a></li>
<li><a href="types-dom-04-b.html">types-dom-04-b.svg</a></li>
<li><a href="types-dom-05-b.html">types-dom-05-b.svg</a></li>
<li><a href="types-dom-06-f.html">types-dom-06-f.svg</a></li>
<li><a href="types-dom-07-f.html">types-dom-07-f.svg</a></li>
<li><a href="types-dom-08-f.html">types-dom-08-f.svg</a></li>
<li><a href="types-dom-svgfittoviewbox-01-f.html">types-dom-svgfittoviewbox-01-f.svg</a></li>
<li><a href="types-dom-svglengthlist-01-f.html">types-dom-svglengthlist-01-f.svg</a></li>
<li><a href="types-dom-svgnumberlist-01-f.html">types-dom-svgnumberlist-01-f.svg</a></li>
<li><a href="types-dom-svgstringlist-01-f.html">types-dom-svgstringlist-01-f.svg</a></li>
<li><a href="types-dom-svgtransformable-01-f.html">types-dom-svgtransformable-01-f.svg</a></li>
</ol>
</body>
</html>
|
core/standards/forms/input-submit-font.html
|
frivoal/presto-testo
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>Forms :: submit input : font</title>
<style type="text/css">
form * {
font-family: Ahem;
font-size: 1em;
line-height: 1em;
}
fieldset, div {
padding: 0;
margin: 10px;
border: none;
}
</style>
</head>
<body>
<form action="">
<fieldset>
<input type="submit" value="if you see this text in english the test failed">
</fieldset>
</form>
<p>you should see various black rectangles and no text above</p>
<h4>Ahem font required for this test</h4>
</body>
</html>
|
core/standards/encodings/mappings/cp864.html
|
frivoal/presto-testo
|
<html>
<head>
<meta charset="cp864"><title>Mappings for single-byte encodings: cp864</title><style type="text/css">p#test { display: none; }</style>
</head>
<body>
<p id="test">
¡¢£¤¥¨©ª«¬®¯°±²³´µ¶·¸¹º»¼½¾¿ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖרÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõö÷øùúûüýþ</p>
<p>
<script type="text/javascript">
var passed = (document.getElementById('test').innerText == '\u00b0\u00b7\u2219\u221a\u2592\u2500\u2502\u253c\u2524\u252c\u251c\u2534\u2510\u250c\u2514\u2518\u03b2\u221e\u03c6\u00b1\u00bd\u00bc\u2248\u00ab\u00bb\ufef7\ufef8\u009b\u009c\ufefb\ufefc\u009f\u00a0\u00ad\ufe82\u00a3\u00a4\ufe84\ufe8e\ufe8f\ufe95\ufe99\u060c\ufe9d\ufea1\ufea5\u0660\u0661\u0662\u0663\u0664\u0665\u0666\u0667\u0668\u0669\ufed1\u061b\ufeb1\ufeb5\ufeb9\u061f\u00a2\ufe80\ufe81\ufe83\ufe85\ufeca\ufe8b\ufe8d\ufe91\ufe93\ufe97\ufe9b\ufe9f\ufea3\ufea7\ufea9\ufeab\ufead\ufeaf\ufeb3\ufeb7\ufebb\ufebf\ufec1\ufec5\ufecb\ufecf\u00a6\u00ac\u00f7\u00d7\ufec9\u0640\ufed3\ufed7\ufedb\ufedf\ufee3\ufee7\ufeeb\ufeed\ufeef\ufef3\ufebd\ufecc\ufece\ufecd\ufee1\ufe7d\u0651\ufee5\ufee9\ufeec\ufef0\ufef2\ufed0\ufed5\ufef5\ufef6\ufedd\ufed9\ufef1\u25a0')
if (passed)
document.write('PASS')
else
document.write('FAIL')
try{top.opener.rr(passed);}catch(e){}
</script>
</p>
</body>
</html>
|
css/image-fit/reftests/img-jpg-wide/visible_contain_top_right.html
|
frivoal/presto-testo
|
<!doctype html>
<!-- This file is generated by build.py. -->
<title>img wide.jpg; overflow:visible; -o-object-fit:contain; -o-object-position:top right</title>
<link rel="stylesheet" href="../../support/reftests.css">
<link rel='match' href='visible_contain_top_right-ref.html'>
<style>
#test > * { overflow:visible; -o-object-fit:contain; -o-object-position:top right }
</style>
<div id="test">
<img src="../../support/wide.jpg">
</div>
|
css/image-fit/reftests/embed-jpg-wide/hidden_none_100_center-ref.html
|
frivoal/presto-testo
|
<!doctype html>
<!-- This file is generated by build.py. -->
<title>Reference for embed wide.jpg; overflow:hidden; -o-object-fit:none; -o-object-position:100% center</title>
<link rel="stylesheet" href="../../support/reftests.css">
<style>
.helper { overflow:hidden }
.helper > * { right:0; top:36.0px; }
</style>
<div id="ref">
<span class="helper"><img src="../../support/wide.jpg"></span>
</div>
|
5eShaped/precompiled/components/actionComponents/recharge.html
|
senatorhatty/roll20-character-sheets
|
<div class="col-15 center pad-l-sm">
<input type="text" name="attr_recharge" class="center">
<div class="small-label" data-i18n="RECHARGE"></div>
</div>
|
test/html/two_styles.in.html
|
proofme/juice
|
<html>
<head>
<style type="text/css">
p {
color: red;
}
</style>
<style>
strong {
font-weight: bold;
}
p {
text-decoration: underline;
}
</style>
<link rel="stylesheet" href="Test.css">
</head>
<body>
<p>hello, you are my <strong>favorite</strong> person</p>
</body>
</html>
|
source/Classroom/Track/index.html
|
hardikjain29/docs
|
---
seo:
title: Track Index
description: How to track your email.
keywords:
title: Track Index
weight: 100
layout: page
navigation:
show: true
---
<div class="row">
<div class="col-md-4">
<h2><a href="#Introduction-to-Tracking">Introduction to Tracking</a></h2>
<h2><a href="#Collecting-Data">Collecting Data</a></h2>
</div>
<div class="col-md-4">
<h2><a href="#Tracking-Bounces">Tracking Bounces</a></h2>
<h2><a href="#Tracking-Clicks">Tracking Clicks</a></h2>
</div>
<div class="col-md-4">
<h2><a href="#Tracking-Drops">Tracking Drops</a></h2>
<h2><a href="#Tracking-Unsubscribes">Tracking Unsubscribes</a></h2>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Introduction to Tracking{% endanchor %}
<ul>
<li><a href="{{root_url}}Introduction/how_can_i_tell_if_an_email_was_actually_delivered.html">How can I tell if an email was actually delivered?</a></li>
<li><a href="{{root_url}}Introduction/discrepancies_between_requests_and_deliveries.html">Discrepancies Between Requests and Deliveries</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Collecting Data{% endanchor %}
<ul>
<li><a href="{{root_url}}Collecting_Data/can_i_download_a_list_of_click_and_or_open_events.html">Can I download a list of click and/or open events?</a></li>
<li><a href="{{root_url}}Collecting_Data/google_analytics_demystified_ga_statistics_vs_sg_statistics.html">Google Analytics Demystified: GA Statistics vs SG Statistics</a></li>
<li><a href="{{root_url}}Collecting_Data/new_relic.html">New Relic</a></li>
<li><a href="{{root_url}}Collecting_Data/is_there_a_way_to_see_the_content_of_transactional_emails_i_send.html">Is there a way to see the content of transactional emails I send?</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Tracking Bounces{% endanchor %}
<ul>
<li><a href="{{root_url}}Bounces/bounce_forwarding_and_gmail.html">Bounce Forwarding and Gmail</a></li>
<li><a href="{{root_url}}Bounces/bounce_reports_how_can_i_be_notified.html">Bounce Reports: How can I be notified?</a></li>
<li><a href="{{root_url}}Bounces/common_smtp_server_bounce_responses.html">Common SMTP Server Bounce Responses</a></li>
<li><a href="{{root_url}}Bounces/delete_from_bounce_list_option_in_email_activity.html">"Delete From Bounce List" Option in Email Activity</a></li>
<li><a href="{{root_url}}Bounces/how_to_set_up_bounce_forwarding_to_go_to_the_emails_from_address.html">How to set up bounce forwarding to go to the email's FROM address</a></li>
<li><a href="{{root_url}}Bounces/how_to_set_up_bounce_forwarding.html">How to set up bounce forwarding</a></li>
<li><a href="{{root_url}}Bounces/implementing_bounce_notification_for_multiple_from_addresses.html">Implementing Bounce Notification For Multiple From Addresses</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Tracking Clicks{% endanchor %}
<ul>
<li><a href="{{root_url}}Clicks/click_tracking_html_best_practices.html">Click Tracking & HTML Best Practices</a></li>
<li><a href="{{root_url}}Clicks/click_tracking_links_have_stopped_working.html">Click tracking links have stopped working</a></li>
<li><a href="{{root_url}}Clicks/clicktracking_ssl.html">Setting up SSL for click tracking</a></li>
<li><a href="{{root_url}}/Glossary/ctr.html">Click-Through Rate</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Tracking Drops{% endanchor %}
<ul>
<li><a href="{{root_url}}Drops/drop_reason_bounced_address.html">Drop Reason: Bounced Address</a></li>
<li><a href="{{root_url}}Drops/drop_reason_unsubscribed_address.html">Drop Reason: Unsubscribed Address</a></li>
<li><a href="{{root_url}}Drops/resend_dropped_messages.html">Can I resend messages that were dropped?</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
{% anchor h2 %}Tracking Unsubscribes{% endanchor %}
<ul>
<li><a href="{{root_url}}Unsubscribes/how_do_i_unsubscribe_a_user.html">How do I unsubscribe a user?</a></li>
<li><a href="{{root_url}}Unsubscribes/unsubscribe_via_subscription_tracking.html">Unsubscribe via Subscription Tracking</a></li>
<li><a href="{{root_url}}/Classroom/Deliver/Delivery_Introduction/unsubscribes_explained.html">Unsubscribes Explained</a></li>
</ul>
</div>
</div>
|
tests&examples/jspsych-multi-stim-multi-response.html
|
Scienthusiast/jsPsych
|
<!doctype html>
<html>
<head>
<script src="js/jquery.min.js"></script>
<script src="../jspsych.js"></script>
<script src="../plugins/jspsych-multi-stim-multi-response.js"></script>
<link rel="stylesheet" href="../css/jspsych.css"></link>
<style>
img { width: 300px; }
</style>
</head>
<body>
<div id="jspsych-target"></div>
</body>
<script>
var block_1 = {
type: 'multi-stim-multi-response',
stimuli: [['img/happy_face_1.jpg', 'img/sad_face_1.jpg']],
choices: [[89,78]], // Y or N
timing_stim: [1000,-1],
prompt: '<p class="center-content">Did the face get happier? Y or N.</p>'
}
var block_2 = {
type: 'multi-stim-multi-response',
stimuli: [['img/happy_face_1.jpg']],
choices: [[89, 78],[49,50,51,52,53]], // Y or N , 1 - 5
timing_stim: [-1],
prompt: '<p class="center-content">Rate the happiness of the person on a scale of 1-5, and press Y or N to indicate if you have seen the face before.</p>'
}
function start(){
jsPsych.init({
display_element: $('#jspsych-target'),
experiment_structure: [block_1, block_2]
});
}
jsPsych.preloadImages(['img/happy_face_1.jpg','img/sad_face_1.jpg'], start);
</script>
</html>
|
libs/db-4.7.25.NC/docs/gsg/JAVA/keyCreator.html
|
djsedulous/namecoind
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Implementing Key
Creators
</title>
<link rel="stylesheet" href="gettingStarted.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.62.4" />
<link rel="home" href="index.html" title="Getting Started with Berkeley DB" />
<link rel="up" href="indexes.html" title="Chapter 10. Secondary Databases" />
<link rel="previous" href="indexes.html" title="Chapter 10. Secondary Databases" />
<link rel="next" href="secondaryProps.html" title="Secondary Database Properties" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">Implementing Key
Creators
</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="indexes.html">Prev</a> </td>
<th width="60%" align="center">Chapter 10. Secondary Databases</th>
<td width="20%" align="right"> <a accesskey="n" href="secondaryProps.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="sect1" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h2 class="title" style="clear: both"><a id="keyCreator"></a>Implementing Key
<span>Creators</span>
</h2>
</div>
</div>
<div></div>
</div>
<p>
You must provide every secondary database with a
<span>class</span>
that creates keys from primary records. You identify this
<span>class</span>
<span>
using the <tt class="methodname">SecondaryConfig.setKeyCreator()</tt>
method.
</span>
</p>
<p>
You can create keys using whatever data you want. Typically you will
base your key on some information found in a record's data, but you
can also use information found in the primary record's key. How you build
your keys is entirely dependent upon the nature of the index that you
want to maintain.
</p>
<p>
You implement a key creator by writing a class that implements the
<tt class="classname">SecondaryKeyCreator</tt> interface. This interface
requires you to implement the <tt class="methodname">SecondaryKeyCreator.createSecondaryKey()</tt>
method.
</p>
<p>
One thing to remember when implementing this method is that you will
need a way to extract the necessary information from the data's
<tt class="classname">DatabaseEntry</tt> and/or the key's
<tt class="classname">DatabaseEntry</tt> that are provided on calls to this
method. If you are using complex objects, then you are probably using the
Bind APIs to perform this conversion. The easiest thing to do is to
instantiate the <tt class="classname">EntryBinding</tt> or
<tt class="classname">TupleBinding</tt> that you need to perform the
conversion, and then provide this to your key creator's constructor.
The Bind APIs are introduced in <a href="bindAPI.html">Using the BIND APIs</a>.
</p>
<p>
<tt class="methodname">SecondaryKeyCreator.createSecondaryKey()</tt> returns a
boolean. A return value of <tt class="literal">false</tt> indicates that
no secondary key exists, and therefore no record should be added to the secondary database for that primary record.
If a record already exists in the secondary database, it is deleted.
</p>
<p>
For example, suppose your primary database uses the following class
for its record data:
</p>
<a id="java_index3"></a>
<pre class="programlisting">package db.GettingStarted;
public class PersonData {
private String userID;
private String surname;
private String familiarName;
public PersonData(String userID, String surname, String familiarName) {
this.userID = userID;
this.surname = surname;
this.familiarName = familiarName;
}
public String getUserID() {
return userID;
}
public String getSurname() {
return surname;
}
public String getFamiliarName() {
return familiarName;
}
} </pre>
<p>
Also, suppose that you have created a custom tuple binding,
<tt class="classname">PersonDataBinding</tt>, that you use to convert
<tt class="classname">PersonData</tt> objects to and from
<tt class="classname">DatabaseEntry</tt> objects. (Custom tuple bindings are
described in <a href="bindAPI.html#customTuple">Custom Tuple Bindings</a>.)
</p>
<p>
Finally, suppose you want a secondary database that is keyed based
on the person's full name.
</p>
<p>
Then in this case you might create a key creator as follows:
</p>
<a id="java_index4"></a>
<pre class="programlisting">package db.GettingStarted;
import com.sleepycat.bind.tuple.TupleBinding;
import com.sleepycat.db.SecondaryKeyCreator;
import com.sleepycat.db.DatabaseEntry;
import com.sleepycat.db.DatabaseException;
import com.sleepycat.db.SecondaryDatabase;
import java.io.IOException;
public class FullNameKeyCreator implements SecondaryKeyCreator {
private TupleBinding theBinding;
public FullNameKeyCreator(TupleBinding theBinding1) {
theBinding = theBinding1;
}
public boolean createSecondaryKey(SecondaryDatabase secDb,
DatabaseEntry keyEntry,
DatabaseEntry dataEntry,
DatabaseEntry resultEntry) {
try {
PersonData pd =
(PersonData) theBinding.entryToObject(dataEntry);
String fullName = pd.getFamiliarName() + " " +
pd.getSurname();
resultEntry.setData(fullName.getBytes("UTF-8"));
} catch (IOException willNeverOccur) {}
return true;
}
} </pre>
<p>Finally, you use this key creator as follows:</p>
<a id="java_index5"></a>
<pre class="programlisting">package db.GettingStarted;
import com.sleepycat.bind.tuple.TupleBinding;
import com.sleepycat.db.Database;
import com.sleepycat.db.DatabaseException;
import com.sleepycat.db.DatabaseType;
import com.sleepycat.db.SecondaryDatabase;
import com.sleepycat.db.SecondaryConfig;
import java.io.FileNotFoundException;
...
Database myDb = null;
SecondaryDatabase mySecDb = null;
try {
// Primary database open omitted for brevity
...
TupleBinding myDataBinding = new MyTupleBinding();
FullNameKeyCreator fnkc = new FullNameKeyCreator(myDataBinding);
SecondaryConfig mySecConfig = new SecondaryConfig();
mySecConfig.setKeyCreator(fnkc);
mySecConfig.setType(DatabaseType.BTREE);
//Perform the actual open
String secDbName = "mySecondaryDatabase";
mySecDb = new SecondaryDatabase(secDbName, null, myDb, mySecConfig);
} catch (DatabaseException de) {
// Exception handling goes here
} catch (FileNotFoundException fnfe) {
// Exception handling goes here
} finally {
try {
if (mySecDb != null) {
mySecDb.close();
}
if (myDb != null) {
myDb.close();
}
} catch (DatabaseException dbe) {
// Exception handling goes here
}
}</pre>
<div class="sect2" lang="en" xml:lang="en">
<div class="titlepage">
<div>
<div>
<h3 class="title"><a id="multikeys"></a>Working with Multiple Keys</h3>
</div>
</div>
<div></div>
</div>
<p>
Until now we have only discussed indexes as if there is
a one-to-one relationship between the secondary key and
the primary database record. In fact, it is possible to
generate multiple keys for any given record, provided
that you take appropriate steps in your key creator
to do so.
</p>
<p>
For example, suppose you had a database that contained
information about books. Suppose further that you
sometimes want to look up books by author. Because
sometimes books have multiple authors, you may want to
return multiple secondary keys for every book that you
index.
</p>
<p>
To do this, you write a key creator that implements
<tt class="classname">SecondaryMultiKeyCreator</tt>
instead of
<tt class="classname">SecondaryKeyCreator</tt>. The key
difference between the two is that
<tt class="classname">SecondaryKeyCreator</tt>
uses a single <tt class="classname">DatabaseEntry</tt>
object as the result, while
<tt class="classname">SecondaryMultiKeyCreator</tt>
returns a set of <tt class="classname">DatabaseEntry</tt>
objects (using <tt class="classname">java.util.Set</tt>).
Also, you assign the
<tt class="classname">SecondaryMultiKeyCreator</tt>
implementation using
<tt class="methodname">SecondaryConfig.setMultiKeyCreator()</tt>
instead of
<tt class="methodname">SecondaryConfig.setKeyCreator()</tt>.
</p>
<p>
For example:
</p>
<pre class="programlisting">package db.GettingStarted;
import com.sleepycat.db.DatabaseEntry;
import com.sleepycat.db.DatabaseException;
import com.sleepycat.db.SecondaryDatabase;
import com.sleepycat.db.SecondaryMultiKeyCreator;
import java.util.HashSet;
import java.util.Set;
public class MyMultiKeyCreator implements SecondaryMultiKeyCreator {
// Constructor not implemented. How this is implemented depends on
// how you want to extract the data for your keys.
MyMultiKeyCreator() {
...
}
// Abstract method that we must implement
public void createSecondaryKeys(SecondaryDatabase secDb,
DatabaseEntry keyEntry, // From the primary
DatabaseEntry dataEntry, // From the primary
Set results) // Results set
throws DatabaseException {
try {
// Create your keys, adding each to the set
// Creation of key 'a' not shown
results.add(a)
// Creation of key 'b' not shown
results.add(b)
} catch (IOException willNeverOccur) {}
}
} </pre>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="indexes.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="indexes.html">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="secondaryProps.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Chapter 10. Secondary Databases </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> Secondary Database Properties</td>
</tr>
</table>
</div>
</body>
</html>
|
src/Movibe/BackendBundle/Resources/public/css/font-awesome.css
|
calebodemus/Movibe
|
/*!
* Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
/* FONT PATH
* -------------------------- */
@font-face {
font-family: 'FontAwesome';
src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: spin 2s infinite linear;
-moz-animation: spin 2s infinite linear;
-o-animation: spin 2s infinite linear;
animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(359deg);
}
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
}
}
@-o-keyframes spin {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(359deg);
}
}
@keyframes spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-square:before,
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
|
ext/vendor/glm-0.9.2.3/doc/html/a00025_source.html
|
sholloway/Jitterbug
|
<!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"/>
<title>_swizzle.hpp Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.4 -->
<div id="top">
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logo-mini.png"/></td>
</tr>
</tbody>
</table>
</div>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="modules.html"><span>Modules</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li><a href="files.html"><span>File List</span></a></li>
</ul>
</div>
<div class="header">
<div class="headertitle">
<div class="title">_swizzle.hpp</div> </div>
</div>
<div class="contents">
<div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
<a name="l00002"></a>00002 <span class="comment">// OpenGL Mathematics Copyright (c) 2005 - 2011 G-Truc Creation (www.g-truc.net)</span>
<a name="l00004"></a>00004 <span class="comment"></span><span class="comment">// Created : 2006-04-20</span>
<a name="l00005"></a>00005 <span class="comment">// Updated : 2008-08-22</span>
<a name="l00006"></a>00006 <span class="comment">// Licence : This source is under MIT License</span>
<a name="l00007"></a>00007 <span class="comment">// File : glm/core/_swizzle.hpp</span>
<a name="l00009"></a>00009 <span class="comment"></span>
<a name="l00010"></a>00010 <span class="preprocessor">#ifndef glm_core_swizzle</span>
<a name="l00011"></a>00011 <span class="preprocessor"></span><span class="preprocessor">#define glm_core_swizzle</span>
<a name="l00012"></a>00012 <span class="preprocessor"></span>
<a name="l00013"></a>00013 <span class="keyword">namespace </span>glm
<a name="l00014"></a>00014 {
<a name="l00015"></a>00015 <span class="keyword">enum</span> comp
<a name="l00016"></a>00016 {
<a name="l00017"></a>00017 X = 0,
<a name="l00018"></a>00018 R = 0,
<a name="l00019"></a>00019 S = 0,
<a name="l00020"></a>00020 Y = 1,
<a name="l00021"></a>00021 G = 1,
<a name="l00022"></a>00022 T = 1,
<a name="l00023"></a>00023 Z = 2,
<a name="l00024"></a>00024 B = 2,
<a name="l00025"></a>00025 P = 2,
<a name="l00026"></a>00026 W = 3,
<a name="l00027"></a>00027 A = 3,
<a name="l00028"></a>00028 Q = 3
<a name="l00029"></a>00029 };
<a name="l00030"></a>00030 }<span class="comment">//namespace glm</span>
<a name="l00031"></a>00031
<a name="l00032"></a>00032 <span class="preprocessor">#if(defined(GLM_SWIZZLE_XYZW) || defined(GLM_SWIZZLE))</span>
<a name="l00033"></a>00033 <span class="preprocessor"></span>
<a name="l00034"></a>00034 <span class="preprocessor">#define xx swizzle(glm::X, glm::X)</span>
<a name="l00035"></a>00035 <span class="preprocessor"></span><span class="preprocessor">#define yx swizzle(glm::Y, glm::X)</span>
<a name="l00036"></a>00036 <span class="preprocessor"></span><span class="preprocessor">#define zx swizzle(glm::Z, glm::X)</span>
<a name="l00037"></a>00037 <span class="preprocessor"></span><span class="preprocessor">#define wx swizzle(glm::W, glm::X)</span>
<a name="l00038"></a>00038 <span class="preprocessor"></span><span class="preprocessor">#define xy swizzle(glm::X, glm::Y)</span>
<a name="l00039"></a>00039 <span class="preprocessor"></span><span class="preprocessor">#define yy swizzle(glm::Y, glm::Y)</span>
<a name="l00040"></a>00040 <span class="preprocessor"></span><span class="preprocessor">#define zy swizzle(glm::Z, glm::Y)</span>
<a name="l00041"></a>00041 <span class="preprocessor"></span><span class="preprocessor">#define wy swizzle(glm::W, glm::Y)</span>
<a name="l00042"></a>00042 <span class="preprocessor"></span><span class="preprocessor">#define xz swizzle(glm::X, glm::Z)</span>
<a name="l00043"></a>00043 <span class="preprocessor"></span><span class="preprocessor">#define yz swizzle(glm::Y, glm::Z)</span>
<a name="l00044"></a>00044 <span class="preprocessor"></span><span class="preprocessor">#define zz swizzle(glm::Z, glm::Z)</span>
<a name="l00045"></a>00045 <span class="preprocessor"></span><span class="preprocessor">#define wz swizzle(glm::W, glm::Z)</span>
<a name="l00046"></a>00046 <span class="preprocessor"></span><span class="preprocessor">#define xw swizzle(glm::X, glm::W)</span>
<a name="l00047"></a>00047 <span class="preprocessor"></span><span class="preprocessor">#define yw swizzle(glm::Y, glm::W)</span>
<a name="l00048"></a>00048 <span class="preprocessor"></span><span class="preprocessor">#define zw swizzle(glm::Z, glm::W)</span>
<a name="l00049"></a>00049 <span class="preprocessor"></span><span class="preprocessor">#define ww swizzle(glm::W, glm::W)</span>
<a name="l00050"></a>00050 <span class="preprocessor"></span>
<a name="l00051"></a>00051 <span class="preprocessor">#endif</span>
<a name="l00052"></a>00052 <span class="preprocessor"></span>
<a name="l00053"></a>00053 <span class="preprocessor">#if(defined(GLM_SWIZZLE_RGBA) || defined(GLM_SWIZZLE))</span>
<a name="l00054"></a>00054 <span class="preprocessor"></span>
<a name="l00055"></a>00055 <span class="preprocessor">#define rr swizzle(glm::X, glm::X)</span>
<a name="l00056"></a>00056 <span class="preprocessor"></span><span class="preprocessor">#define gr swizzle(glm::Y, glm::X)</span>
<a name="l00057"></a>00057 <span class="preprocessor"></span><span class="preprocessor">#define br swizzle(glm::Z, glm::X)</span>
<a name="l00058"></a>00058 <span class="preprocessor"></span><span class="preprocessor">#define ar swizzle(glm::W, glm::X)</span>
<a name="l00059"></a>00059 <span class="preprocessor"></span><span class="preprocessor">#define rg swizzle(glm::X, glm::Y)</span>
<a name="l00060"></a>00060 <span class="preprocessor"></span><span class="preprocessor">#define gg swizzle(glm::Y, glm::Y)</span>
<a name="l00061"></a>00061 <span class="preprocessor"></span><span class="preprocessor">#define bg swizzle(glm::Z, glm::Y)</span>
<a name="l00062"></a>00062 <span class="preprocessor"></span><span class="preprocessor">#define ag swizzle(glm::W, glm::Y)</span>
<a name="l00063"></a>00063 <span class="preprocessor"></span><span class="preprocessor">#define rb swizzle(glm::X, glm::Z)</span>
<a name="l00064"></a>00064 <span class="preprocessor"></span><span class="preprocessor">#define gb swizzle(glm::Y, glm::Z)</span>
<a name="l00065"></a>00065 <span class="preprocessor"></span><span class="preprocessor">#define bb swizzle(glm::Z, glm::Z)</span>
<a name="l00066"></a>00066 <span class="preprocessor"></span><span class="preprocessor">#define ab swizzle(glm::W, glm::Z)</span>
<a name="l00067"></a>00067 <span class="preprocessor"></span><span class="preprocessor">#define ra swizzle(glm::X, glm::W)</span>
<a name="l00068"></a>00068 <span class="preprocessor"></span><span class="preprocessor">#define ga swizzle(glm::Y, glm::W)</span>
<a name="l00069"></a>00069 <span class="preprocessor"></span><span class="preprocessor">#define ba swizzle(glm::Z, glm::W)</span>
<a name="l00070"></a>00070 <span class="preprocessor"></span><span class="preprocessor">#define aa swizzle(glm::W, glm::W)</span>
<a name="l00071"></a>00071 <span class="preprocessor"></span>
<a name="l00072"></a>00072 <span class="preprocessor">#endif</span>
<a name="l00073"></a>00073 <span class="preprocessor"></span>
<a name="l00074"></a>00074 <span class="preprocessor">#if(defined(GLM_FORCE_SWIZZLE_STPQ) || defined(GLM_SWIZZLE))</span>
<a name="l00075"></a>00075 <span class="preprocessor"></span>
<a name="l00076"></a>00076 <span class="preprocessor">#define ss swizzle(glm::X, glm::X)</span>
<a name="l00077"></a>00077 <span class="preprocessor"></span><span class="preprocessor">#define ts swizzle(glm::Y, glm::X)</span>
<a name="l00078"></a>00078 <span class="preprocessor"></span><span class="preprocessor">#define ps swizzle(glm::Z, glm::X)</span>
<a name="l00079"></a>00079 <span class="preprocessor"></span><span class="preprocessor">#define qs swizzle(glm::W, glm::X)</span>
<a name="l00080"></a>00080 <span class="preprocessor"></span><span class="preprocessor">#define st swizzle(glm::X, glm::Y)</span>
<a name="l00081"></a>00081 <span class="preprocessor"></span><span class="preprocessor">#define tt swizzle(glm::Y, glm::Y)</span>
<a name="l00082"></a>00082 <span class="preprocessor"></span><span class="preprocessor">#define pt swizzle(glm::Z, glm::Y)</span>
<a name="l00083"></a>00083 <span class="preprocessor"></span><span class="preprocessor">#define qt swizzle(glm::W, glm::Y)</span>
<a name="l00084"></a>00084 <span class="preprocessor"></span><span class="preprocessor">#define sp swizzle(glm::X, glm::Z)</span>
<a name="l00085"></a>00085 <span class="preprocessor"></span><span class="preprocessor">#define tp swizzle(glm::Y, glm::Z)</span>
<a name="l00086"></a>00086 <span class="preprocessor"></span><span class="preprocessor">#define pp swizzle(glm::Z, glm::Z)</span>
<a name="l00087"></a>00087 <span class="preprocessor"></span><span class="preprocessor">#define qp swizzle(glm::W, glm::Z)</span>
<a name="l00088"></a>00088 <span class="preprocessor"></span><span class="preprocessor">#define sq swizzle(glm::X, glm::W)</span>
<a name="l00089"></a>00089 <span class="preprocessor"></span><span class="preprocessor">#define tq swizzle(glm::Y, glm::W)</span>
<a name="l00090"></a>00090 <span class="preprocessor"></span><span class="preprocessor">#define pq swizzle(glm::Z, glm::W)</span>
<a name="l00091"></a>00091 <span class="preprocessor"></span><span class="preprocessor">#define qq swizzle(glm::W, glm::W)</span>
<a name="l00092"></a>00092 <span class="preprocessor"></span>
<a name="l00093"></a>00093 <span class="preprocessor">#endif</span>
<a name="l00094"></a>00094 <span class="preprocessor"></span>
<a name="l00095"></a>00095 <span class="preprocessor">#if(defined(GLM_SWIZZLE_XYZW) || defined(GLM_SWIZZLE))</span>
<a name="l00096"></a>00096 <span class="preprocessor"></span>
<a name="l00097"></a>00097 <span class="preprocessor">#define xxx swizzle(glm::X, glm::X, glm::X)</span>
<a name="l00098"></a>00098 <span class="preprocessor"></span><span class="preprocessor">#define yxx swizzle(glm::Y, glm::X, glm::X)</span>
<a name="l00099"></a>00099 <span class="preprocessor"></span><span class="preprocessor">#define zxx swizzle(glm::Z, glm::X, glm::X)</span>
<a name="l00100"></a>00100 <span class="preprocessor"></span><span class="preprocessor">#define wxx swizzle(glm::W, glm::X, glm::X)</span>
<a name="l00101"></a>00101 <span class="preprocessor"></span><span class="preprocessor">#define xyx swizzle(glm::X, glm::Y, glm::X)</span>
<a name="l00102"></a>00102 <span class="preprocessor"></span><span class="preprocessor">#define yyx swizzle(glm::Y, glm::Y, glm::X)</span>
<a name="l00103"></a>00103 <span class="preprocessor"></span><span class="preprocessor">#define zyx swizzle(glm::Z, glm::Y, glm::X)</span>
<a name="l00104"></a>00104 <span class="preprocessor"></span><span class="preprocessor">#define wyx swizzle(glm::W, glm::Y, glm::X)</span>
<a name="l00105"></a>00105 <span class="preprocessor"></span><span class="preprocessor">#define xzx swizzle(glm::X, glm::Z, glm::X)</span>
<a name="l00106"></a>00106 <span class="preprocessor"></span><span class="preprocessor">#define yzx swizzle(glm::Y, glm::Z, glm::X)</span>
<a name="l00107"></a>00107 <span class="preprocessor"></span><span class="preprocessor">#define zzx swizzle(glm::Z, glm::Z, glm::X)</span>
<a name="l00108"></a>00108 <span class="preprocessor"></span><span class="preprocessor">#define wzx swizzle(glm::W, glm::Z, glm::X)</span>
<a name="l00109"></a>00109 <span class="preprocessor"></span><span class="preprocessor">#define xwx swizzle(glm::X, glm::W, glm::X)</span>
<a name="l00110"></a>00110 <span class="preprocessor"></span><span class="preprocessor">#define ywx swizzle(glm::Y, glm::W, glm::X)</span>
<a name="l00111"></a>00111 <span class="preprocessor"></span><span class="preprocessor">#define zwx swizzle(glm::Z, glm::W, glm::X)</span>
<a name="l00112"></a>00112 <span class="preprocessor"></span><span class="preprocessor">#define wwx swizzle(glm::W, glm::W, glm::X)</span>
<a name="l00113"></a>00113 <span class="preprocessor"></span><span class="preprocessor">#define xxy swizzle(glm::X, glm::X, glm::Y)</span>
<a name="l00114"></a>00114 <span class="preprocessor"></span><span class="preprocessor">#define yxy swizzle(glm::Y, glm::X, glm::Y)</span>
<a name="l00115"></a>00115 <span class="preprocessor"></span><span class="preprocessor">#define zxy swizzle(glm::Z, glm::X, glm::Y)</span>
<a name="l00116"></a>00116 <span class="preprocessor"></span><span class="preprocessor">#define wxy swizzle(glm::W, glm::X, glm::Y)</span>
<a name="l00117"></a>00117 <span class="preprocessor"></span><span class="preprocessor">#define xyy swizzle(glm::X, glm::Y, glm::Y)</span>
<a name="l00118"></a>00118 <span class="preprocessor"></span><span class="preprocessor">#define yyy swizzle(glm::Y, glm::Y, glm::Y)</span>
<a name="l00119"></a>00119 <span class="preprocessor"></span><span class="preprocessor">#define zyy swizzle(glm::Z, glm::Y, glm::Y)</span>
<a name="l00120"></a>00120 <span class="preprocessor"></span><span class="preprocessor">#define wyy swizzle(glm::W, glm::Y, glm::Y)</span>
<a name="l00121"></a>00121 <span class="preprocessor"></span><span class="preprocessor">#define xzy swizzle(glm::X, glm::Z, glm::Y)</span>
<a name="l00122"></a>00122 <span class="preprocessor"></span><span class="preprocessor">#define yzy swizzle(glm::Y, glm::Z, glm::Y)</span>
<a name="l00123"></a>00123 <span class="preprocessor"></span><span class="preprocessor">#define zzy swizzle(glm::Z, glm::Z, glm::Y)</span>
<a name="l00124"></a>00124 <span class="preprocessor"></span><span class="preprocessor">#define wzy swizzle(glm::W, glm::Z, glm::Y)</span>
<a name="l00125"></a>00125 <span class="preprocessor"></span><span class="preprocessor">#define xwy swizzle(glm::X, glm::W, glm::Y)</span>
<a name="l00126"></a>00126 <span class="preprocessor"></span><span class="preprocessor">#define ywy swizzle(glm::Y, glm::W, glm::Y)</span>
<a name="l00127"></a>00127 <span class="preprocessor"></span><span class="preprocessor">#define zwy swizzle(glm::Z, glm::W, glm::Y)</span>
<a name="l00128"></a>00128 <span class="preprocessor"></span><span class="preprocessor">#define wwy swizzle(glm::W, glm::W, glm::Y)</span>
<a name="l00129"></a>00129 <span class="preprocessor"></span><span class="preprocessor">#define xxz swizzle(glm::X, glm::X, glm::Z)</span>
<a name="l00130"></a>00130 <span class="preprocessor"></span><span class="preprocessor">#define yxz swizzle(glm::Y, glm::X, glm::Z)</span>
<a name="l00131"></a>00131 <span class="preprocessor"></span><span class="preprocessor">#define zxz swizzle(glm::Z, glm::X, glm::Z)</span>
<a name="l00132"></a>00132 <span class="preprocessor"></span><span class="preprocessor">#define wxz swizzle(glm::W, glm::X, glm::Z)</span>
<a name="l00133"></a>00133 <span class="preprocessor"></span><span class="preprocessor">#define xyz swizzle(glm::X, glm::Y, glm::Z)</span>
<a name="l00134"></a>00134 <span class="preprocessor"></span><span class="preprocessor">#define yyz swizzle(glm::Y, glm::Y, glm::Z)</span>
<a name="l00135"></a>00135 <span class="preprocessor"></span><span class="preprocessor">#define zyz swizzle(glm::Z, glm::Y, glm::Z)</span>
<a name="l00136"></a>00136 <span class="preprocessor"></span><span class="preprocessor">#define wyz swizzle(glm::W, glm::Y, glm::Z)</span>
<a name="l00137"></a>00137 <span class="preprocessor"></span><span class="preprocessor">#define xzz swizzle(glm::X, glm::Z, glm::Z)</span>
<a name="l00138"></a>00138 <span class="preprocessor"></span><span class="preprocessor">#define yzz swizzle(glm::Y, glm::Z, glm::Z)</span>
<a name="l00139"></a>00139 <span class="preprocessor"></span><span class="preprocessor">#define zzz swizzle(glm::Z, glm::Z, glm::Z)</span>
<a name="l00140"></a>00140 <span class="preprocessor"></span><span class="preprocessor">#define wzz swizzle(glm::W, glm::Z, glm::Z)</span>
<a name="l00141"></a>00141 <span class="preprocessor"></span><span class="preprocessor">#define xwz swizzle(glm::X, glm::W, glm::Z)</span>
<a name="l00142"></a>00142 <span class="preprocessor"></span><span class="preprocessor">#define ywz swizzle(glm::Y, glm::W, glm::Z)</span>
<a name="l00143"></a>00143 <span class="preprocessor"></span><span class="preprocessor">#define zwz swizzle(glm::Z, glm::W, glm::Z)</span>
<a name="l00144"></a>00144 <span class="preprocessor"></span><span class="preprocessor">#define wwz swizzle(glm::W, glm::W, glm::Z)</span>
<a name="l00145"></a>00145 <span class="preprocessor"></span><span class="preprocessor">#define xxw swizzle(glm::X, glm::X, glm::W)</span>
<a name="l00146"></a>00146 <span class="preprocessor"></span><span class="preprocessor">#define yxw swizzle(glm::Y, glm::X, glm::W)</span>
<a name="l00147"></a>00147 <span class="preprocessor"></span><span class="preprocessor">#define zxw swizzle(glm::Z, glm::X, glm::W)</span>
<a name="l00148"></a>00148 <span class="preprocessor"></span><span class="preprocessor">#define wxw swizzle(glm::W, glm::X, glm::W)</span>
<a name="l00149"></a>00149 <span class="preprocessor"></span><span class="preprocessor">#define xyw swizzle(glm::X, glm::Y, glm::W)</span>
<a name="l00150"></a>00150 <span class="preprocessor"></span><span class="preprocessor">#define yyw swizzle(glm::Y, glm::Y, glm::W)</span>
<a name="l00151"></a>00151 <span class="preprocessor"></span><span class="preprocessor">#define zyw swizzle(glm::Z, glm::Y, glm::W)</span>
<a name="l00152"></a>00152 <span class="preprocessor"></span><span class="preprocessor">#define wyw swizzle(glm::W, glm::Y, glm::W)</span>
<a name="l00153"></a>00153 <span class="preprocessor"></span><span class="preprocessor">#define xzw swizzle(glm::X, glm::Z, glm::W)</span>
<a name="l00154"></a>00154 <span class="preprocessor"></span><span class="preprocessor">#define yzw swizzle(glm::Y, glm::Z, glm::W)</span>
<a name="l00155"></a>00155 <span class="preprocessor"></span><span class="preprocessor">#define zzw swizzle(glm::Z, glm::Z, glm::W)</span>
<a name="l00156"></a>00156 <span class="preprocessor"></span><span class="preprocessor">#define wzw swizzle(glm::W, glm::Z, glm::W)</span>
<a name="l00157"></a>00157 <span class="preprocessor"></span><span class="preprocessor">#define xww swizzle(glm::X, glm::W, glm::W)</span>
<a name="l00158"></a>00158 <span class="preprocessor"></span><span class="preprocessor">#define yww swizzle(glm::Y, glm::W, glm::W)</span>
<a name="l00159"></a>00159 <span class="preprocessor"></span><span class="preprocessor">#define zww swizzle(glm::Z, glm::W, glm::W)</span>
<a name="l00160"></a>00160 <span class="preprocessor"></span><span class="preprocessor">#define www swizzle(glm::W, glm::W, glm::W)</span>
<a name="l00161"></a>00161 <span class="preprocessor"></span>
<a name="l00162"></a>00162 <span class="preprocessor">#endif</span>
<a name="l00163"></a>00163 <span class="preprocessor"></span>
<a name="l00164"></a>00164 <span class="preprocessor">#if(defined(GLM_SWIZZLE_RGBA) || defined(GLM_SWIZZLE))</span>
<a name="l00165"></a>00165 <span class="preprocessor"></span>
<a name="l00166"></a>00166 <span class="preprocessor">#define rrr swizzle(glm::X, glm::X, glm::X)</span>
<a name="l00167"></a>00167 <span class="preprocessor"></span><span class="preprocessor">#define grr swizzle(glm::Y, glm::X, glm::X)</span>
<a name="l00168"></a>00168 <span class="preprocessor"></span><span class="preprocessor">#define brr swizzle(glm::Z, glm::X, glm::X)</span>
<a name="l00169"></a>00169 <span class="preprocessor"></span><span class="preprocessor">#define arr swizzle(glm::W, glm::X, glm::X)</span>
<a name="l00170"></a>00170 <span class="preprocessor"></span><span class="preprocessor">#define rgr swizzle(glm::X, glm::Y, glm::X)</span>
<a name="l00171"></a>00171 <span class="preprocessor"></span><span class="preprocessor">#define ggr swizzle(glm::Y, glm::Y, glm::X)</span>
<a name="l00172"></a>00172 <span class="preprocessor"></span><span class="preprocessor">#define bgr swizzle(glm::Z, glm::Y, glm::X)</span>
<a name="l00173"></a>00173 <span class="preprocessor"></span><span class="preprocessor">#define agr swizzle(glm::W, glm::Y, glm::X)</span>
<a name="l00174"></a>00174 <span class="preprocessor"></span><span class="preprocessor">#define rbr swizzle(glm::X, glm::Z, glm::X)</span>
<a name="l00175"></a>00175 <span class="preprocessor"></span><span class="preprocessor">#define gbr swizzle(glm::Y, glm::Z, glm::X)</span>
<a name="l00176"></a>00176 <span class="preprocessor"></span><span class="preprocessor">#define bbr swizzle(glm::Z, glm::Z, glm::X)</span>
<a name="l00177"></a>00177 <span class="preprocessor"></span><span class="preprocessor">#define abr swizzle(glm::W, glm::Z, glm::X)</span>
<a name="l00178"></a>00178 <span class="preprocessor"></span><span class="preprocessor">#define rar swizzle(glm::X, glm::W, glm::X)</span>
<a name="l00179"></a>00179 <span class="preprocessor"></span><span class="preprocessor">#define gar swizzle(glm::Y, glm::W, glm::X)</span>
<a name="l00180"></a>00180 <span class="preprocessor"></span><span class="preprocessor">#define bar swizzle(glm::Z, glm::W, glm::X)</span>
<a name="l00181"></a>00181 <span class="preprocessor"></span><span class="preprocessor">#define aar swizzle(glm::W, glm::W, glm::X)</span>
<a name="l00182"></a>00182 <span class="preprocessor"></span><span class="preprocessor">#define rrg swizzle(glm::X, glm::X, glm::Y)</span>
<a name="l00183"></a>00183 <span class="preprocessor"></span><span class="preprocessor">#define grg swizzle(glm::Y, glm::X, glm::Y)</span>
<a name="l00184"></a>00184 <span class="preprocessor"></span><span class="preprocessor">#define brg swizzle(glm::Z, glm::X, glm::Y)</span>
<a name="l00185"></a>00185 <span class="preprocessor"></span><span class="preprocessor">#define arg swizzle(glm::W, glm::X, glm::Y)</span>
<a name="l00186"></a>00186 <span class="preprocessor"></span><span class="preprocessor">#define rgg swizzle(glm::X, glm::Y, glm::Y)</span>
<a name="l00187"></a>00187 <span class="preprocessor"></span><span class="preprocessor">#define ggg swizzle(glm::Y, glm::Y, glm::Y)</span>
<a name="l00188"></a>00188 <span class="preprocessor"></span><span class="preprocessor">#define bgg swizzle(glm::Z, glm::Y, glm::Y)</span>
<a name="l00189"></a>00189 <span class="preprocessor"></span><span class="preprocessor">#define agg swizzle(glm::W, glm::Y, glm::Y)</span>
<a name="l00190"></a>00190 <span class="preprocessor"></span><span class="preprocessor">#define rbg swizzle(glm::X, glm::Z, glm::Y)</span>
<a name="l00191"></a>00191 <span class="preprocessor"></span><span class="preprocessor">#define gbg swizzle(glm::Y, glm::Z, glm::Y)</span>
<a name="l00192"></a>00192 <span class="preprocessor"></span><span class="preprocessor">#define bbg swizzle(glm::Z, glm::Z, glm::Y)</span>
<a name="l00193"></a>00193 <span class="preprocessor"></span><span class="preprocessor">#define abg swizzle(glm::W, glm::Z, glm::Y)</span>
<a name="l00194"></a>00194 <span class="preprocessor"></span><span class="preprocessor">#define rag swizzle(glm::X, glm::W, glm::Y)</span>
<a name="l00195"></a>00195 <span class="preprocessor"></span><span class="preprocessor">#define gag swizzle(glm::Y, glm::W, glm::Y)</span>
<a name="l00196"></a>00196 <span class="preprocessor"></span><span class="preprocessor">#define bag swizzle(glm::Z, glm::W, glm::Y)</span>
<a name="l00197"></a>00197 <span class="preprocessor"></span><span class="preprocessor">#define aag swizzle(glm::W, glm::W, glm::Y)</span>
<a name="l00198"></a>00198 <span class="preprocessor"></span><span class="preprocessor">#define rrb swizzle(glm::X, glm::X, glm::Z)</span>
<a name="l00199"></a>00199 <span class="preprocessor"></span><span class="preprocessor">#define grb swizzle(glm::Y, glm::X, glm::Z)</span>
<a name="l00200"></a>00200 <span class="preprocessor"></span><span class="preprocessor">#define brb swizzle(glm::Z, glm::X, glm::Z)</span>
<a name="l00201"></a>00201 <span class="preprocessor"></span><span class="preprocessor">#define arb swizzle(glm::W, glm::X, glm::Z)</span>
<a name="l00202"></a>00202 <span class="preprocessor"></span><span class="preprocessor">#define rgb swizzle(glm::X, glm::Y, glm::Z)</span>
<a name="l00203"></a>00203 <span class="preprocessor"></span><span class="preprocessor">#define ggb swizzle(glm::Y, glm::Y, glm::Z)</span>
<a name="l00204"></a>00204 <span class="preprocessor"></span><span class="preprocessor">#define bgb swizzle(glm::Z, glm::Y, glm::Z)</span>
<a name="l00205"></a>00205 <span class="preprocessor"></span><span class="preprocessor">#define agb swizzle(glm::W, glm::Y, glm::Z)</span>
<a name="l00206"></a>00206 <span class="preprocessor"></span><span class="preprocessor">#define rbb swizzle(glm::X, glm::Z, glm::Z)</span>
<a name="l00207"></a>00207 <span class="preprocessor"></span><span class="preprocessor">#define gbb swizzle(glm::Y, glm::Z, glm::Z)</span>
<a name="l00208"></a>00208 <span class="preprocessor"></span><span class="preprocessor">#define bbb swizzle(glm::Z, glm::Z, glm::Z)</span>
<a name="l00209"></a>00209 <span class="preprocessor"></span><span class="preprocessor">#define abb swizzle(glm::W, glm::Z, glm::Z)</span>
<a name="l00210"></a>00210 <span class="preprocessor"></span><span class="preprocessor">#define rab swizzle(glm::X, glm::W, glm::Z)</span>
<a name="l00211"></a>00211 <span class="preprocessor"></span><span class="preprocessor">#define gab swizzle(glm::Y, glm::W, glm::Z)</span>
<a name="l00212"></a>00212 <span class="preprocessor"></span><span class="preprocessor">#define bab swizzle(glm::Z, glm::W, glm::Z)</span>
<a name="l00213"></a>00213 <span class="preprocessor"></span><span class="preprocessor">#define aab swizzle(glm::W, glm::W, glm::Z)</span>
<a name="l00214"></a>00214 <span class="preprocessor"></span><span class="preprocessor">#define rra swizzle(glm::X, glm::X, glm::W)</span>
<a name="l00215"></a>00215 <span class="preprocessor"></span><span class="preprocessor">#define gra swizzle(glm::Y, glm::X, glm::W)</span>
<a name="l00216"></a>00216 <span class="preprocessor"></span><span class="preprocessor">#define bra swizzle(glm::Z, glm::X, glm::W)</span>
<a name="l00217"></a>00217 <span class="preprocessor"></span><span class="preprocessor">#define ara swizzle(glm::W, glm::X, glm::W)</span>
<a name="l00218"></a>00218 <span class="preprocessor"></span><span class="preprocessor">#define rga swizzle(glm::X, glm::Y, glm::W)</span>
<a name="l00219"></a>00219 <span class="preprocessor"></span><span class="preprocessor">#define gga swizzle(glm::Y, glm::Y, glm::W)</span>
<a name="l00220"></a>00220 <span class="preprocessor"></span><span class="preprocessor">#define bga swizzle(glm::Z, glm::Y, glm::W)</span>
<a name="l00221"></a>00221 <span class="preprocessor"></span><span class="preprocessor">#define aga swizzle(glm::W, glm::Y, glm::W)</span>
<a name="l00222"></a>00222 <span class="preprocessor"></span><span class="preprocessor">#define rba swizzle(glm::X, glm::Z, glm::W)</span>
<a name="l00223"></a>00223 <span class="preprocessor"></span><span class="preprocessor">#define gba swizzle(glm::Y, glm::Z, glm::W)</span>
<a name="l00224"></a>00224 <span class="preprocessor"></span><span class="preprocessor">#define bba swizzle(glm::Z, glm::Z, glm::W)</span>
<a name="l00225"></a>00225 <span class="preprocessor"></span><span class="preprocessor">#define aba swizzle(glm::W, glm::Z, glm::W)</span>
<a name="l00226"></a>00226 <span class="preprocessor"></span><span class="preprocessor">#define raa swizzle(glm::X, glm::W, glm::W)</span>
<a name="l00227"></a>00227 <span class="preprocessor"></span><span class="preprocessor">#define gaa swizzle(glm::Y, glm::W, glm::W)</span>
<a name="l00228"></a>00228 <span class="preprocessor"></span><span class="preprocessor">#define baa swizzle(glm::Z, glm::W, glm::W)</span>
<a name="l00229"></a>00229 <span class="preprocessor"></span><span class="preprocessor">#define aaa swizzle(glm::W, glm::W, glm::W)</span>
<a name="l00230"></a>00230 <span class="preprocessor"></span>
<a name="l00231"></a>00231 <span class="preprocessor">#endif</span>
<a name="l00232"></a>00232 <span class="preprocessor"></span>
<a name="l00233"></a>00233 <span class="preprocessor">#if(defined(GLM_FORCE_SWIZZLE_STPQ) || defined(GLM_SWIZZLE))</span>
<a name="l00234"></a>00234 <span class="preprocessor"></span>
<a name="l00235"></a>00235 <span class="preprocessor">#define sss swizzle(glm::X, glm::X, glm::X)</span>
<a name="l00236"></a>00236 <span class="preprocessor"></span><span class="preprocessor">#define tss swizzle(glm::Y, glm::X, glm::X)</span>
<a name="l00237"></a>00237 <span class="preprocessor"></span><span class="preprocessor">#define pss swizzle(glm::Z, glm::X, glm::X)</span>
<a name="l00238"></a>00238 <span class="preprocessor"></span><span class="preprocessor">#define qss swizzle(glm::W, glm::X, glm::X)</span>
<a name="l00239"></a>00239 <span class="preprocessor"></span><span class="preprocessor">#define sts swizzle(glm::X, glm::Y, glm::X)</span>
<a name="l00240"></a>00240 <span class="preprocessor"></span><span class="preprocessor">#define tts swizzle(glm::Y, glm::Y, glm::X)</span>
<a name="l00241"></a>00241 <span class="preprocessor"></span><span class="preprocessor">#define pts swizzle(glm::Z, glm::Y, glm::X)</span>
<a name="l00242"></a>00242 <span class="preprocessor"></span><span class="preprocessor">#define qts swizzle(glm::W, glm::Y, glm::X)</span>
<a name="l00243"></a>00243 <span class="preprocessor"></span><span class="preprocessor">#define sps swizzle(glm::X, glm::Z, glm::X)</span>
<a name="l00244"></a>00244 <span class="preprocessor"></span><span class="preprocessor">#define tps swizzle(glm::Y, glm::Z, glm::X)</span>
<a name="l00245"></a>00245 <span class="preprocessor"></span><span class="preprocessor">#define pps swizzle(glm::Z, glm::Z, glm::X)</span>
<a name="l00246"></a>00246 <span class="preprocessor"></span><span class="preprocessor">#define qps swizzle(glm::W, glm::Z, glm::X)</span>
<a name="l00247"></a>00247 <span class="preprocessor"></span><span class="preprocessor">#define sqs swizzle(glm::X, glm::W, glm::X)</span>
<a name="l00248"></a>00248 <span class="preprocessor"></span><span class="preprocessor">#define tqs swizzle(glm::Y, glm::W, glm::X)</span>
<a name="l00249"></a>00249 <span class="preprocessor"></span><span class="preprocessor">#define pqs swizzle(glm::Z, glm::W, glm::X)</span>
<a name="l00250"></a>00250 <span class="preprocessor"></span><span class="preprocessor">#define qqs swizzle(glm::W, glm::W, glm::X)</span>
<a name="l00251"></a>00251 <span class="preprocessor"></span><span class="preprocessor">#define sst swizzle(glm::X, glm::X, glm::Y)</span>
<a name="l00252"></a>00252 <span class="preprocessor"></span><span class="preprocessor">#define tst swizzle(glm::Y, glm::X, glm::Y)</span>
<a name="l00253"></a>00253 <span class="preprocessor"></span><span class="preprocessor">#define pst swizzle(glm::Z, glm::X, glm::Y)</span>
<a name="l00254"></a>00254 <span class="preprocessor"></span><span class="preprocessor">#define qst swizzle(glm::W, glm::X, glm::Y)</span>
<a name="l00255"></a>00255 <span class="preprocessor"></span><span class="preprocessor">#define stt swizzle(glm::X, glm::Y, glm::Y)</span>
<a name="l00256"></a>00256 <span class="preprocessor"></span><span class="preprocessor">#define ttt swizzle(glm::Y, glm::Y, glm::Y)</span>
<a name="l00257"></a>00257 <span class="preprocessor"></span><span class="preprocessor">#define ptt swizzle(glm::Z, glm::Y, glm::Y)</span>
<a name="l00258"></a>00258 <span class="preprocessor"></span><span class="preprocessor">#define qtt swizzle(glm::W, glm::Y, glm::Y)</span>
<a name="l00259"></a>00259 <span class="preprocessor"></span><span class="preprocessor">#define spt swizzle(glm::X, glm::Z, glm::Y)</span>
<a name="l00260"></a>00260 <span class="preprocessor"></span><span class="preprocessor">#define tpt swizzle(glm::Y, glm::Z, glm::Y)</span>
<a name="l00261"></a>00261 <span class="preprocessor"></span><span class="preprocessor">#define ppt swizzle(glm::Z, glm::Z, glm::Y)</span>
<a name="l00262"></a>00262 <span class="preprocessor"></span><span class="preprocessor">#define qpt swizzle(glm::W, glm::Z, glm::Y)</span>
<a name="l00263"></a>00263 <span class="preprocessor"></span><span class="preprocessor">#define sqt swizzle(glm::X, glm::W, glm::Y)</span>
<a name="l00264"></a>00264 <span class="preprocessor"></span><span class="preprocessor">#define tqt swizzle(glm::Y, glm::W, glm::Y)</span>
<a name="l00265"></a>00265 <span class="preprocessor"></span><span class="preprocessor">#define pqt swizzle(glm::Z, glm::W, glm::Y)</span>
<a name="l00266"></a>00266 <span class="preprocessor"></span><span class="preprocessor">#define qqt swizzle(glm::W, glm::W, glm::Y)</span>
<a name="l00267"></a>00267 <span class="preprocessor"></span><span class="preprocessor">#define ssp swizzle(glm::X, glm::X, glm::Z)</span>
<a name="l00268"></a>00268 <span class="preprocessor"></span><span class="preprocessor">#define tsp swizzle(glm::Y, glm::X, glm::Z)</span>
<a name="l00269"></a>00269 <span class="preprocessor"></span><span class="preprocessor">#define psp swizzle(glm::Z, glm::X, glm::Z)</span>
<a name="l00270"></a>00270 <span class="preprocessor"></span><span class="preprocessor">#define qsp swizzle(glm::W, glm::X, glm::Z)</span>
<a name="l00271"></a>00271 <span class="preprocessor"></span><span class="preprocessor">#define stp swizzle(glm::X, glm::Y, glm::Z)</span>
<a name="l00272"></a>00272 <span class="preprocessor"></span><span class="preprocessor">#define ttp swizzle(glm::Y, glm::Y, glm::Z)</span>
<a name="l00273"></a>00273 <span class="preprocessor"></span><span class="preprocessor">#define ptp swizzle(glm::Z, glm::Y, glm::Z)</span>
<a name="l00274"></a>00274 <span class="preprocessor"></span><span class="preprocessor">#define qtp swizzle(glm::W, glm::Y, glm::Z)</span>
<a name="l00275"></a>00275 <span class="preprocessor"></span><span class="preprocessor">#define spp swizzle(glm::X, glm::Z, glm::Z)</span>
<a name="l00276"></a>00276 <span class="preprocessor"></span><span class="preprocessor">#define tpp swizzle(glm::Y, glm::Z, glm::Z)</span>
<a name="l00277"></a>00277 <span class="preprocessor"></span><span class="preprocessor">#define ppp swizzle(glm::Z, glm::Z, glm::Z)</span>
<a name="l00278"></a>00278 <span class="preprocessor"></span><span class="preprocessor">#define qpp swizzle(glm::W, glm::Z, glm::Z)</span>
<a name="l00279"></a>00279 <span class="preprocessor"></span><span class="preprocessor">#define sqp swizzle(glm::X, glm::W, glm::Z)</span>
<a name="l00280"></a>00280 <span class="preprocessor"></span><span class="preprocessor">#define tqp swizzle(glm::Y, glm::W, glm::Z)</span>
<a name="l00281"></a>00281 <span class="preprocessor"></span><span class="preprocessor">#define pqp swizzle(glm::Z, glm::W, glm::Z)</span>
<a name="l00282"></a>00282 <span class="preprocessor"></span><span class="preprocessor">#define qqp swizzle(glm::W, glm::W, glm::Z)</span>
<a name="l00283"></a>00283 <span class="preprocessor"></span><span class="preprocessor">#define ssq swizzle(glm::X, glm::X, glm::W)</span>
<a name="l00284"></a>00284 <span class="preprocessor"></span><span class="preprocessor">#define tsq swizzle(glm::Y, glm::X, glm::W)</span>
<a name="l00285"></a>00285 <span class="preprocessor"></span><span class="preprocessor">#define psq swizzle(glm::Z, glm::X, glm::W)</span>
<a name="l00286"></a>00286 <span class="preprocessor"></span><span class="preprocessor">#define qsq swizzle(glm::W, glm::X, glm::W)</span>
<a name="l00287"></a>00287 <span class="preprocessor"></span><span class="preprocessor">#define stq swizzle(glm::X, glm::Y, glm::W)</span>
<a name="l00288"></a>00288 <span class="preprocessor"></span><span class="preprocessor">#define ttq swizzle(glm::Y, glm::Y, glm::W)</span>
<a name="l00289"></a>00289 <span class="preprocessor"></span><span class="preprocessor">#define ptq swizzle(glm::Z, glm::Y, glm::W)</span>
<a name="l00290"></a>00290 <span class="preprocessor"></span><span class="preprocessor">#define qtq swizzle(glm::W, glm::Y, glm::W)</span>
<a name="l00291"></a>00291 <span class="preprocessor"></span><span class="preprocessor">#define spq swizzle(glm::X, glm::Z, glm::W)</span>
<a name="l00292"></a>00292 <span class="preprocessor"></span><span class="preprocessor">#define tpq swizzle(glm::Y, glm::Z, glm::W)</span>
<a name="l00293"></a>00293 <span class="preprocessor"></span><span class="preprocessor">#define ppq swizzle(glm::Z, glm::Z, glm::W)</span>
<a name="l00294"></a>00294 <span class="preprocessor"></span><span class="preprocessor">#define qpq swizzle(glm::W, glm::Z, glm::W)</span>
<a name="l00295"></a>00295 <span class="preprocessor"></span><span class="preprocessor">#define sqq swizzle(glm::X, glm::W, glm::W)</span>
<a name="l00296"></a>00296 <span class="preprocessor"></span><span class="preprocessor">#define tqq swizzle(glm::Y, glm::W, glm::W)</span>
<a name="l00297"></a>00297 <span class="preprocessor"></span><span class="preprocessor">#define pqq swizzle(glm::Z, glm::W, glm::W)</span>
<a name="l00298"></a>00298 <span class="preprocessor"></span><span class="preprocessor">#define qqq swizzle(glm::W, glm::W, glm::W)</span>
<a name="l00299"></a>00299 <span class="preprocessor"></span>
<a name="l00300"></a>00300 <span class="preprocessor">#endif</span>
<a name="l00301"></a>00301 <span class="preprocessor"></span>
<a name="l00302"></a>00302 <span class="preprocessor">#if(defined(GLM_SWIZZLE_XYZW) || defined(GLM_SWIZZLE))</span>
<a name="l00303"></a>00303 <span class="preprocessor"></span>
<a name="l00304"></a>00304 <span class="preprocessor">#define xxxx swizzle(glm::X, glm::X, glm::X, glm::X)</span>
<a name="l00305"></a>00305 <span class="preprocessor"></span><span class="preprocessor">#define yxxx swizzle(glm::Y, glm::X, glm::X, glm::X)</span>
<a name="l00306"></a>00306 <span class="preprocessor"></span><span class="preprocessor">#define zxxx swizzle(glm::Z, glm::X, glm::X, glm::X)</span>
<a name="l00307"></a>00307 <span class="preprocessor"></span><span class="preprocessor">#define wxxx swizzle(glm::W, glm::X, glm::X, glm::X)</span>
<a name="l00308"></a>00308 <span class="preprocessor"></span><span class="preprocessor">#define xyxx swizzle(glm::X, glm::Y, glm::X, glm::X)</span>
<a name="l00309"></a>00309 <span class="preprocessor"></span><span class="preprocessor">#define yyxx swizzle(glm::Y, glm::Y, glm::X, glm::X)</span>
<a name="l00310"></a>00310 <span class="preprocessor"></span><span class="preprocessor">#define zyxx swizzle(glm::Z, glm::Y, glm::X, glm::X)</span>
<a name="l00311"></a>00311 <span class="preprocessor"></span><span class="preprocessor">#define wyxx swizzle(glm::W, glm::Y, glm::X, glm::X)</span>
<a name="l00312"></a>00312 <span class="preprocessor"></span><span class="preprocessor">#define xzxx swizzle(glm::X, glm::Z, glm::X, glm::X)</span>
<a name="l00313"></a>00313 <span class="preprocessor"></span><span class="preprocessor">#define yzxx swizzle(glm::Y, glm::Z, glm::X, glm::X)</span>
<a name="l00314"></a>00314 <span class="preprocessor"></span><span class="preprocessor">#define zzxx swizzle(glm::Z, glm::Z, glm::X, glm::X)</span>
<a name="l00315"></a>00315 <span class="preprocessor"></span><span class="preprocessor">#define wzxx swizzle(glm::W, glm::Z, glm::X, glm::X)</span>
<a name="l00316"></a>00316 <span class="preprocessor"></span><span class="preprocessor">#define xwxx swizzle(glm::X, glm::W, glm::X, glm::X)</span>
<a name="l00317"></a>00317 <span class="preprocessor"></span><span class="preprocessor">#define ywxx swizzle(glm::Y, glm::W, glm::X, glm::X)</span>
<a name="l00318"></a>00318 <span class="preprocessor"></span><span class="preprocessor">#define zwxx swizzle(glm::Z, glm::W, glm::X, glm::X)</span>
<a name="l00319"></a>00319 <span class="preprocessor"></span><span class="preprocessor">#define wwxx swizzle(glm::W, glm::W, glm::X, glm::X)</span>
<a name="l00320"></a>00320 <span class="preprocessor"></span><span class="preprocessor">#define xxyx swizzle(glm::X, glm::X, glm::Y, glm::X)</span>
<a name="l00321"></a>00321 <span class="preprocessor"></span><span class="preprocessor">#define yxyx swizzle(glm::Y, glm::X, glm::Y, glm::X)</span>
<a name="l00322"></a>00322 <span class="preprocessor"></span><span class="preprocessor">#define zxyx swizzle(glm::Z, glm::X, glm::Y, glm::X)</span>
<a name="l00323"></a>00323 <span class="preprocessor"></span><span class="preprocessor">#define wxyx swizzle(glm::W, glm::X, glm::Y, glm::X)</span>
<a name="l00324"></a>00324 <span class="preprocessor"></span><span class="preprocessor">#define xyyx swizzle(glm::X, glm::Y, glm::Y, glm::X)</span>
<a name="l00325"></a>00325 <span class="preprocessor"></span><span class="preprocessor">#define yyyx swizzle(glm::Y, glm::Y, glm::Y, glm::X)</span>
<a name="l00326"></a>00326 <span class="preprocessor"></span><span class="preprocessor">#define zyyx swizzle(glm::Z, glm::Y, glm::Y, glm::X)</span>
<a name="l00327"></a>00327 <span class="preprocessor"></span><span class="preprocessor">#define wyyx swizzle(glm::W, glm::Y, glm::Y, glm::X)</span>
<a name="l00328"></a>00328 <span class="preprocessor"></span><span class="preprocessor">#define xzyx swizzle(glm::X, glm::Z, glm::Y, glm::X)</span>
<a name="l00329"></a>00329 <span class="preprocessor"></span><span class="preprocessor">#define yzyx swizzle(glm::Y, glm::Z, glm::Y, glm::X)</span>
<a name="l00330"></a>00330 <span class="preprocessor"></span><span class="preprocessor">#define zzyx swizzle(glm::Z, glm::Z, glm::Y, glm::X)</span>
<a name="l00331"></a>00331 <span class="preprocessor"></span><span class="preprocessor">#define wzyx swizzle(glm::W, glm::Z, glm::Y, glm::X)</span>
<a name="l00332"></a>00332 <span class="preprocessor"></span><span class="preprocessor">#define xwyx swizzle(glm::X, glm::W, glm::Y, glm::X)</span>
<a name="l00333"></a>00333 <span class="preprocessor"></span><span class="preprocessor">#define ywyx swizzle(glm::Y, glm::W, glm::Y, glm::X)</span>
<a name="l00334"></a>00334 <span class="preprocessor"></span><span class="preprocessor">#define zwyx swizzle(glm::Z, glm::W, glm::Y, glm::X)</span>
<a name="l00335"></a>00335 <span class="preprocessor"></span><span class="preprocessor">#define wwyx swizzle(glm::W, glm::W, glm::Y, glm::X)</span>
<a name="l00336"></a>00336 <span class="preprocessor"></span><span class="preprocessor">#define xxzx swizzle(glm::X, glm::X, glm::Z, glm::X)</span>
<a name="l00337"></a>00337 <span class="preprocessor"></span><span class="preprocessor">#define yxzx swizzle(glm::Y, glm::X, glm::Z, glm::X)</span>
<a name="l00338"></a>00338 <span class="preprocessor"></span><span class="preprocessor">#define zxzx swizzle(glm::Z, glm::X, glm::Z, glm::X)</span>
<a name="l00339"></a>00339 <span class="preprocessor"></span><span class="preprocessor">#define wxzx swizzle(glm::W, glm::X, glm::Z, glm::X)</span>
<a name="l00340"></a>00340 <span class="preprocessor"></span><span class="preprocessor">#define xyzx swizzle(glm::X, glm::Y, glm::Z, glm::X)</span>
<a name="l00341"></a>00341 <span class="preprocessor"></span><span class="preprocessor">#define yyzx swizzle(glm::Y, glm::Y, glm::Z, glm::X)</span>
<a name="l00342"></a>00342 <span class="preprocessor"></span><span class="preprocessor">#define zyzx swizzle(glm::Z, glm::Y, glm::Z, glm::X)</span>
<a name="l00343"></a>00343 <span class="preprocessor"></span><span class="preprocessor">#define wyzx swizzle(glm::W, glm::Y, glm::Z, glm::X)</span>
<a name="l00344"></a>00344 <span class="preprocessor"></span><span class="preprocessor">#define xzzx swizzle(glm::X, glm::Z, glm::Z, glm::X)</span>
<a name="l00345"></a>00345 <span class="preprocessor"></span><span class="preprocessor">#define yzzx swizzle(glm::Y, glm::Z, glm::Z, glm::X)</span>
<a name="l00346"></a>00346 <span class="preprocessor"></span><span class="preprocessor">#define zzzx swizzle(glm::Z, glm::Z, glm::Z, glm::X)</span>
<a name="l00347"></a>00347 <span class="preprocessor"></span><span class="preprocessor">#define wzzx swizzle(glm::W, glm::Z, glm::Z, glm::X)</span>
<a name="l00348"></a>00348 <span class="preprocessor"></span><span class="preprocessor">#define xwzx swizzle(glm::X, glm::W, glm::Z, glm::X)</span>
<a name="l00349"></a>00349 <span class="preprocessor"></span><span class="preprocessor">#define ywzx swizzle(glm::Y, glm::W, glm::Z, glm::X)</span>
<a name="l00350"></a>00350 <span class="preprocessor"></span><span class="preprocessor">#define zwzx swizzle(glm::Z, glm::W, glm::Z, glm::X)</span>
<a name="l00351"></a>00351 <span class="preprocessor"></span><span class="preprocessor">#define wwzx swizzle(glm::W, glm::W, glm::Z, glm::X)</span>
<a name="l00352"></a>00352 <span class="preprocessor"></span><span class="preprocessor">#define xxwx swizzle(glm::X, glm::X, glm::W, glm::X)</span>
<a name="l00353"></a>00353 <span class="preprocessor"></span><span class="preprocessor">#define yxwx swizzle(glm::Y, glm::X, glm::W, glm::X)</span>
<a name="l00354"></a>00354 <span class="preprocessor"></span><span class="preprocessor">#define zxwx swizzle(glm::Z, glm::X, glm::W, glm::X)</span>
<a name="l00355"></a>00355 <span class="preprocessor"></span><span class="preprocessor">#define wxwx swizzle(glm::W, glm::X, glm::W, glm::X)</span>
<a name="l00356"></a>00356 <span class="preprocessor"></span><span class="preprocessor">#define xywx swizzle(glm::X, glm::Y, glm::W, glm::X)</span>
<a name="l00357"></a>00357 <span class="preprocessor"></span><span class="preprocessor">#define yywx swizzle(glm::Y, glm::Y, glm::W, glm::X)</span>
<a name="l00358"></a>00358 <span class="preprocessor"></span><span class="preprocessor">#define zywx swizzle(glm::Z, glm::Y, glm::W, glm::X)</span>
<a name="l00359"></a>00359 <span class="preprocessor"></span><span class="preprocessor">#define wywx swizzle(glm::W, glm::Y, glm::W, glm::X)</span>
<a name="l00360"></a>00360 <span class="preprocessor"></span><span class="preprocessor">#define xzwx swizzle(glm::X, glm::Z, glm::W, glm::X)</span>
<a name="l00361"></a>00361 <span class="preprocessor"></span><span class="preprocessor">#define yzwx swizzle(glm::Y, glm::Z, glm::W, glm::X)</span>
<a name="l00362"></a>00362 <span class="preprocessor"></span><span class="preprocessor">#define zzwx swizzle(glm::Z, glm::Z, glm::W, glm::X)</span>
<a name="l00363"></a>00363 <span class="preprocessor"></span><span class="preprocessor">#define wzwx swizzle(glm::W, glm::Z, glm::W, glm::X)</span>
<a name="l00364"></a>00364 <span class="preprocessor"></span><span class="preprocessor">#define xwwx swizzle(glm::X, glm::W, glm::W, glm::X)</span>
<a name="l00365"></a>00365 <span class="preprocessor"></span><span class="preprocessor">#define ywwx swizzle(glm::Y, glm::W, glm::W, glm::X)</span>
<a name="l00366"></a>00366 <span class="preprocessor"></span><span class="preprocessor">#define zwwx swizzle(glm::Z, glm::W, glm::W, glm::X)</span>
<a name="l00367"></a>00367 <span class="preprocessor"></span><span class="preprocessor">#define wwwx swizzle(glm::W, glm::W, glm::W, glm::X)</span>
<a name="l00368"></a>00368 <span class="preprocessor"></span><span class="preprocessor">#define xxxy swizzle(glm::X, glm::X, glm::X, glm::Y)</span>
<a name="l00369"></a>00369 <span class="preprocessor"></span><span class="preprocessor">#define yxxy swizzle(glm::Y, glm::X, glm::X, glm::Y)</span>
<a name="l00370"></a>00370 <span class="preprocessor"></span><span class="preprocessor">#define zxxy swizzle(glm::Z, glm::X, glm::X, glm::Y)</span>
<a name="l00371"></a>00371 <span class="preprocessor"></span><span class="preprocessor">#define wxxy swizzle(glm::W, glm::X, glm::X, glm::Y)</span>
<a name="l00372"></a>00372 <span class="preprocessor"></span><span class="preprocessor">#define xyxy swizzle(glm::X, glm::Y, glm::X, glm::Y)</span>
<a name="l00373"></a>00373 <span class="preprocessor"></span><span class="preprocessor">#define yyxy swizzle(glm::Y, glm::Y, glm::X, glm::Y)</span>
<a name="l00374"></a>00374 <span class="preprocessor"></span><span class="preprocessor">#define zyxy swizzle(glm::Z, glm::Y, glm::X, glm::Y)</span>
<a name="l00375"></a>00375 <span class="preprocessor"></span><span class="preprocessor">#define wyxy swizzle(glm::W, glm::Y, glm::X, glm::Y)</span>
<a name="l00376"></a>00376 <span class="preprocessor"></span><span class="preprocessor">#define xzxy swizzle(glm::X, glm::Z, glm::X, glm::Y)</span>
<a name="l00377"></a>00377 <span class="preprocessor"></span><span class="preprocessor">#define yzxy swizzle(glm::Y, glm::Z, glm::X, glm::Y)</span>
<a name="l00378"></a>00378 <span class="preprocessor"></span><span class="preprocessor">#define zzxy swizzle(glm::Z, glm::Z, glm::X, glm::Y)</span>
<a name="l00379"></a>00379 <span class="preprocessor"></span><span class="preprocessor">#define wzxy swizzle(glm::W, glm::Z, glm::X, glm::Y)</span>
<a name="l00380"></a>00380 <span class="preprocessor"></span><span class="preprocessor">#define xwxy swizzle(glm::X, glm::W, glm::X, glm::Y)</span>
<a name="l00381"></a>00381 <span class="preprocessor"></span><span class="preprocessor">#define ywxy swizzle(glm::Y, glm::W, glm::X, glm::Y)</span>
<a name="l00382"></a>00382 <span class="preprocessor"></span><span class="preprocessor">#define zwxy swizzle(glm::Z, glm::W, glm::X, glm::Y)</span>
<a name="l00383"></a>00383 <span class="preprocessor"></span><span class="preprocessor">#define wwxy swizzle(glm::W, glm::W, glm::X, glm::Y)</span>
<a name="l00384"></a>00384 <span class="preprocessor"></span><span class="preprocessor">#define xxyy swizzle(glm::X, glm::X, glm::Y, glm::Y)</span>
<a name="l00385"></a>00385 <span class="preprocessor"></span><span class="preprocessor">#define yxyy swizzle(glm::Y, glm::X, glm::Y, glm::Y)</span>
<a name="l00386"></a>00386 <span class="preprocessor"></span><span class="preprocessor">#define zxyy swizzle(glm::Z, glm::X, glm::Y, glm::Y)</span>
<a name="l00387"></a>00387 <span class="preprocessor"></span><span class="preprocessor">#define wxyy swizzle(glm::W, glm::X, glm::Y, glm::Y)</span>
<a name="l00388"></a>00388 <span class="preprocessor"></span><span class="preprocessor">#define xyyy swizzle(glm::X, glm::Y, glm::Y, glm::Y)</span>
<a name="l00389"></a>00389 <span class="preprocessor"></span><span class="preprocessor">#define yyyy swizzle(glm::Y, glm::Y, glm::Y, glm::Y)</span>
<a name="l00390"></a>00390 <span class="preprocessor"></span><span class="preprocessor">#define zyyy swizzle(glm::Z, glm::Y, glm::Y, glm::Y)</span>
<a name="l00391"></a>00391 <span class="preprocessor"></span><span class="preprocessor">#define wyyy swizzle(glm::W, glm::Y, glm::Y, glm::Y)</span>
<a name="l00392"></a>00392 <span class="preprocessor"></span><span class="preprocessor">#define xzyy swizzle(glm::X, glm::Z, glm::Y, glm::Y)</span>
<a name="l00393"></a>00393 <span class="preprocessor"></span><span class="preprocessor">#define yzyy swizzle(glm::Y, glm::Z, glm::Y, glm::Y)</span>
<a name="l00394"></a>00394 <span class="preprocessor"></span><span class="preprocessor">#define zzyy swizzle(glm::Z, glm::Z, glm::Y, glm::Y)</span>
<a name="l00395"></a>00395 <span class="preprocessor"></span><span class="preprocessor">#define wzyy swizzle(glm::W, glm::Z, glm::Y, glm::Y)</span>
<a name="l00396"></a>00396 <span class="preprocessor"></span><span class="preprocessor">#define xwyy swizzle(glm::X, glm::W, glm::Y, glm::Y)</span>
<a name="l00397"></a>00397 <span class="preprocessor"></span><span class="preprocessor">#define ywyy swizzle(glm::Y, glm::W, glm::Y, glm::Y)</span>
<a name="l00398"></a>00398 <span class="preprocessor"></span><span class="preprocessor">#define zwyy swizzle(glm::Z, glm::W, glm::Y, glm::Y)</span>
<a name="l00399"></a>00399 <span class="preprocessor"></span><span class="preprocessor">#define wwyy swizzle(glm::W, glm::W, glm::Y, glm::Y)</span>
<a name="l00400"></a>00400 <span class="preprocessor"></span><span class="preprocessor">#define xxzy swizzle(glm::X, glm::X, glm::Z, glm::Y)</span>
<a name="l00401"></a>00401 <span class="preprocessor"></span><span class="preprocessor">#define yxzy swizzle(glm::Y, glm::X, glm::Z, glm::Y)</span>
<a name="l00402"></a>00402 <span class="preprocessor"></span><span class="preprocessor">#define zxzy swizzle(glm::Z, glm::X, glm::Z, glm::Y)</span>
<a name="l00403"></a>00403 <span class="preprocessor"></span><span class="preprocessor">#define wxzy swizzle(glm::W, glm::X, glm::Z, glm::Y)</span>
<a name="l00404"></a>00404 <span class="preprocessor"></span><span class="preprocessor">#define xyzy swizzle(glm::X, glm::Y, glm::Z, glm::Y)</span>
<a name="l00405"></a>00405 <span class="preprocessor"></span><span class="preprocessor">#define yyzy swizzle(glm::Y, glm::Y, glm::Z, glm::Y)</span>
<a name="l00406"></a>00406 <span class="preprocessor"></span><span class="preprocessor">#define zyzy swizzle(glm::Z, glm::Y, glm::Z, glm::Y)</span>
<a name="l00407"></a>00407 <span class="preprocessor"></span><span class="preprocessor">#define wyzy swizzle(glm::W, glm::Y, glm::Z, glm::Y)</span>
<a name="l00408"></a>00408 <span class="preprocessor"></span><span class="preprocessor">#define xzzy swizzle(glm::X, glm::Z, glm::Z, glm::Y)</span>
<a name="l00409"></a>00409 <span class="preprocessor"></span><span class="preprocessor">#define yzzy swizzle(glm::Y, glm::Z, glm::Z, glm::Y)</span>
<a name="l00410"></a>00410 <span class="preprocessor"></span><span class="preprocessor">#define zzzy swizzle(glm::Z, glm::Z, glm::Z, glm::Y)</span>
<a name="l00411"></a>00411 <span class="preprocessor"></span><span class="preprocessor">#define wzzy swizzle(glm::W, glm::Z, glm::Z, glm::Y)</span>
<a name="l00412"></a>00412 <span class="preprocessor"></span><span class="preprocessor">#define xwzy swizzle(glm::X, glm::W, glm::Z, glm::Y)</span>
<a name="l00413"></a>00413 <span class="preprocessor"></span><span class="preprocessor">#define ywzy swizzle(glm::Y, glm::W, glm::Z, glm::Y)</span>
<a name="l00414"></a>00414 <span class="preprocessor"></span><span class="preprocessor">#define zwzy swizzle(glm::Z, glm::W, glm::Z, glm::Y)</span>
<a name="l00415"></a>00415 <span class="preprocessor"></span><span class="preprocessor">#define wwzy swizzle(glm::W, glm::W, glm::Z, glm::Y)</span>
<a name="l00416"></a>00416 <span class="preprocessor"></span><span class="preprocessor">#define xxwy swizzle(glm::X, glm::X, glm::W, glm::Y)</span>
<a name="l00417"></a>00417 <span class="preprocessor"></span><span class="preprocessor">#define yxwy swizzle(glm::Y, glm::X, glm::W, glm::Y)</span>
<a name="l00418"></a>00418 <span class="preprocessor"></span><span class="preprocessor">#define zxwy swizzle(glm::Z, glm::X, glm::W, glm::Y)</span>
<a name="l00419"></a>00419 <span class="preprocessor"></span><span class="preprocessor">#define wxwy swizzle(glm::W, glm::X, glm::W, glm::Y)</span>
<a name="l00420"></a>00420 <span class="preprocessor"></span><span class="preprocessor">#define xywy swizzle(glm::X, glm::Y, glm::W, glm::Y)</span>
<a name="l00421"></a>00421 <span class="preprocessor"></span><span class="preprocessor">#define yywy swizzle(glm::Y, glm::Y, glm::W, glm::Y)</span>
<a name="l00422"></a>00422 <span class="preprocessor"></span><span class="preprocessor">#define zywy swizzle(glm::Z, glm::Y, glm::W, glm::Y)</span>
<a name="l00423"></a>00423 <span class="preprocessor"></span><span class="preprocessor">#define wywy swizzle(glm::W, glm::Y, glm::W, glm::Y)</span>
<a name="l00424"></a>00424 <span class="preprocessor"></span><span class="preprocessor">#define xzwy swizzle(glm::X, glm::Z, glm::W, glm::Y)</span>
<a name="l00425"></a>00425 <span class="preprocessor"></span><span class="preprocessor">#define yzwy swizzle(glm::Y, glm::Z, glm::W, glm::Y)</span>
<a name="l00426"></a>00426 <span class="preprocessor"></span><span class="preprocessor">#define zzwy swizzle(glm::Z, glm::Z, glm::W, glm::Y)</span>
<a name="l00427"></a>00427 <span class="preprocessor"></span><span class="preprocessor">#define wzwy swizzle(glm::W, glm::Z, glm::W, glm::Y)</span>
<a name="l00428"></a>00428 <span class="preprocessor"></span><span class="preprocessor">#define xwwy swizzle(glm::X, glm::W, glm::W, glm::Y)</span>
<a name="l00429"></a>00429 <span class="preprocessor"></span><span class="preprocessor">#define ywwy swizzle(glm::Y, glm::W, glm::W, glm::Y)</span>
<a name="l00430"></a>00430 <span class="preprocessor"></span><span class="preprocessor">#define zwwy swizzle(glm::Z, glm::W, glm::W, glm::Y)</span>
<a name="l00431"></a>00431 <span class="preprocessor"></span><span class="preprocessor">#define wwwy swizzle(glm::W, glm::W, glm::W, glm::Y)</span>
<a name="l00432"></a>00432 <span class="preprocessor"></span><span class="preprocessor">#define xxxz swizzle(glm::X, glm::X, glm::X, glm::Z)</span>
<a name="l00433"></a>00433 <span class="preprocessor"></span><span class="preprocessor">#define yxxz swizzle(glm::Y, glm::X, glm::X, glm::Z)</span>
<a name="l00434"></a>00434 <span class="preprocessor"></span><span class="preprocessor">#define zxxz swizzle(glm::Z, glm::X, glm::X, glm::Z)</span>
<a name="l00435"></a>00435 <span class="preprocessor"></span><span class="preprocessor">#define wxxz swizzle(glm::W, glm::X, glm::X, glm::Z)</span>
<a name="l00436"></a>00436 <span class="preprocessor"></span><span class="preprocessor">#define xyxz swizzle(glm::X, glm::Y, glm::X, glm::Z)</span>
<a name="l00437"></a>00437 <span class="preprocessor"></span><span class="preprocessor">#define yyxz swizzle(glm::Y, glm::Y, glm::X, glm::Z)</span>
<a name="l00438"></a>00438 <span class="preprocessor"></span><span class="preprocessor">#define zyxz swizzle(glm::Z, glm::Y, glm::X, glm::Z)</span>
<a name="l00439"></a>00439 <span class="preprocessor"></span><span class="preprocessor">#define wyxz swizzle(glm::W, glm::Y, glm::X, glm::Z)</span>
<a name="l00440"></a>00440 <span class="preprocessor"></span><span class="preprocessor">#define xzxz swizzle(glm::X, glm::Z, glm::X, glm::Z)</span>
<a name="l00441"></a>00441 <span class="preprocessor"></span><span class="preprocessor">#define yzxz swizzle(glm::Y, glm::Z, glm::X, glm::Z)</span>
<a name="l00442"></a>00442 <span class="preprocessor"></span><span class="preprocessor">#define zzxz swizzle(glm::Z, glm::Z, glm::X, glm::Z)</span>
<a name="l00443"></a>00443 <span class="preprocessor"></span><span class="preprocessor">#define wzxz swizzle(glm::W, glm::Z, glm::X, glm::Z)</span>
<a name="l00444"></a>00444 <span class="preprocessor"></span><span class="preprocessor">#define xwxz swizzle(glm::X, glm::W, glm::X, glm::Z)</span>
<a name="l00445"></a>00445 <span class="preprocessor"></span><span class="preprocessor">#define ywxz swizzle(glm::Y, glm::W, glm::X, glm::Z)</span>
<a name="l00446"></a>00446 <span class="preprocessor"></span><span class="preprocessor">#define zwxz swizzle(glm::Z, glm::W, glm::X, glm::Z)</span>
<a name="l00447"></a>00447 <span class="preprocessor"></span><span class="preprocessor">#define wwxz swizzle(glm::W, glm::W, glm::X, glm::Z)</span>
<a name="l00448"></a>00448 <span class="preprocessor"></span><span class="preprocessor">#define xxyz swizzle(glm::X, glm::X, glm::Y, glm::Z)</span>
<a name="l00449"></a>00449 <span class="preprocessor"></span><span class="preprocessor">#define yxyz swizzle(glm::Y, glm::X, glm::Y, glm::Z)</span>
<a name="l00450"></a>00450 <span class="preprocessor"></span><span class="preprocessor">#define zxyz swizzle(glm::Z, glm::X, glm::Y, glm::Z)</span>
<a name="l00451"></a>00451 <span class="preprocessor"></span><span class="preprocessor">#define wxyz swizzle(glm::W, glm::X, glm::Y, glm::Z)</span>
<a name="l00452"></a>00452 <span class="preprocessor"></span><span class="preprocessor">#define xyyz swizzle(glm::X, glm::Y, glm::Y, glm::Z)</span>
<a name="l00453"></a>00453 <span class="preprocessor"></span><span class="preprocessor">#define yyyz swizzle(glm::Y, glm::Y, glm::Y, glm::Z)</span>
<a name="l00454"></a>00454 <span class="preprocessor"></span><span class="preprocessor">#define zyyz swizzle(glm::Z, glm::Y, glm::Y, glm::Z)</span>
<a name="l00455"></a>00455 <span class="preprocessor"></span><span class="preprocessor">#define wyyz swizzle(glm::W, glm::Y, glm::Y, glm::Z)</span>
<a name="l00456"></a>00456 <span class="preprocessor"></span><span class="preprocessor">#define xzyz swizzle(glm::X, glm::Z, glm::Y, glm::Z)</span>
<a name="l00457"></a>00457 <span class="preprocessor"></span><span class="preprocessor">#define yzyz swizzle(glm::Y, glm::Z, glm::Y, glm::Z)</span>
<a name="l00458"></a>00458 <span class="preprocessor"></span><span class="preprocessor">#define zzyz swizzle(glm::Z, glm::Z, glm::Y, glm::Z)</span>
<a name="l00459"></a>00459 <span class="preprocessor"></span><span class="preprocessor">#define wzyz swizzle(glm::W, glm::Z, glm::Y, glm::Z)</span>
<a name="l00460"></a>00460 <span class="preprocessor"></span><span class="preprocessor">#define xwyz swizzle(glm::X, glm::W, glm::Y, glm::Z)</span>
<a name="l00461"></a>00461 <span class="preprocessor"></span><span class="preprocessor">#define ywyz swizzle(glm::Y, glm::W, glm::Y, glm::Z)</span>
<a name="l00462"></a>00462 <span class="preprocessor"></span><span class="preprocessor">#define zwyz swizzle(glm::Z, glm::W, glm::Y, glm::Z)</span>
<a name="l00463"></a>00463 <span class="preprocessor"></span><span class="preprocessor">#define wwyz swizzle(glm::W, glm::W, glm::Y, glm::Z)</span>
<a name="l00464"></a>00464 <span class="preprocessor"></span><span class="preprocessor">#define xxzz swizzle(glm::X, glm::X, glm::Z, glm::Z)</span>
<a name="l00465"></a>00465 <span class="preprocessor"></span><span class="preprocessor">#define yxzz swizzle(glm::Y, glm::X, glm::Z, glm::Z)</span>
<a name="l00466"></a>00466 <span class="preprocessor"></span><span class="preprocessor">#define zxzz swizzle(glm::Z, glm::X, glm::Z, glm::Z)</span>
<a name="l00467"></a>00467 <span class="preprocessor"></span><span class="preprocessor">#define wxzz swizzle(glm::W, glm::X, glm::Z, glm::Z)</span>
<a name="l00468"></a>00468 <span class="preprocessor"></span><span class="preprocessor">#define xyzz swizzle(glm::X, glm::Y, glm::Z, glm::Z)</span>
<a name="l00469"></a>00469 <span class="preprocessor"></span><span class="preprocessor">#define yyzz swizzle(glm::Y, glm::Y, glm::Z, glm::Z)</span>
<a name="l00470"></a>00470 <span class="preprocessor"></span><span class="preprocessor">#define zyzz swizzle(glm::Z, glm::Y, glm::Z, glm::Z)</span>
<a name="l00471"></a>00471 <span class="preprocessor"></span><span class="preprocessor">#define wyzz swizzle(glm::W, glm::Y, glm::Z, glm::Z)</span>
<a name="l00472"></a>00472 <span class="preprocessor"></span><span class="preprocessor">#define xzzz swizzle(glm::X, glm::Z, glm::Z, glm::Z)</span>
<a name="l00473"></a>00473 <span class="preprocessor"></span><span class="preprocessor">#define yzzz swizzle(glm::Y, glm::Z, glm::Z, glm::Z)</span>
<a name="l00474"></a>00474 <span class="preprocessor"></span><span class="preprocessor">#define zzzz swizzle(glm::Z, glm::Z, glm::Z, glm::Z)</span>
<a name="l00475"></a>00475 <span class="preprocessor"></span><span class="preprocessor">#define wzzz swizzle(glm::W, glm::Z, glm::Z, glm::Z)</span>
<a name="l00476"></a>00476 <span class="preprocessor"></span><span class="preprocessor">#define xwzz swizzle(glm::X, glm::W, glm::Z, glm::Z)</span>
<a name="l00477"></a>00477 <span class="preprocessor"></span><span class="preprocessor">#define ywzz swizzle(glm::Y, glm::W, glm::Z, glm::Z)</span>
<a name="l00478"></a>00478 <span class="preprocessor"></span><span class="preprocessor">#define zwzz swizzle(glm::Z, glm::W, glm::Z, glm::Z)</span>
<a name="l00479"></a>00479 <span class="preprocessor"></span><span class="preprocessor">#define wwzz swizzle(glm::W, glm::W, glm::Z, glm::Z)</span>
<a name="l00480"></a>00480 <span class="preprocessor"></span><span class="preprocessor">#define xxwz swizzle(glm::X, glm::X, glm::W, glm::Z)</span>
<a name="l00481"></a>00481 <span class="preprocessor"></span><span class="preprocessor">#define yxwz swizzle(glm::Y, glm::X, glm::W, glm::Z)</span>
<a name="l00482"></a>00482 <span class="preprocessor"></span><span class="preprocessor">#define zxwz swizzle(glm::Z, glm::X, glm::W, glm::Z)</span>
<a name="l00483"></a>00483 <span class="preprocessor"></span><span class="preprocessor">#define wxwz swizzle(glm::W, glm::X, glm::W, glm::Z)</span>
<a name="l00484"></a>00484 <span class="preprocessor"></span><span class="preprocessor">#define xywz swizzle(glm::X, glm::Y, glm::W, glm::Z)</span>
<a name="l00485"></a>00485 <span class="preprocessor"></span><span class="preprocessor">#define yywz swizzle(glm::Y, glm::Y, glm::W, glm::Z)</span>
<a name="l00486"></a>00486 <span class="preprocessor"></span><span class="preprocessor">#define zywz swizzle(glm::Z, glm::Y, glm::W, glm::Z)</span>
<a name="l00487"></a>00487 <span class="preprocessor"></span><span class="preprocessor">#define wywz swizzle(glm::W, glm::Y, glm::W, glm::Z)</span>
<a name="l00488"></a>00488 <span class="preprocessor"></span><span class="preprocessor">#define xzwz swizzle(glm::X, glm::Z, glm::W, glm::Z)</span>
<a name="l00489"></a>00489 <span class="preprocessor"></span><span class="preprocessor">#define yzwz swizzle(glm::Y, glm::Z, glm::W, glm::Z)</span>
<a name="l00490"></a>00490 <span class="preprocessor"></span><span class="preprocessor">#define zzwz swizzle(glm::Z, glm::Z, glm::W, glm::Z)</span>
<a name="l00491"></a>00491 <span class="preprocessor"></span><span class="preprocessor">#define wzwz swizzle(glm::W, glm::Z, glm::W, glm::Z)</span>
<a name="l00492"></a>00492 <span class="preprocessor"></span><span class="preprocessor">#define xwwz swizzle(glm::X, glm::W, glm::W, glm::Z)</span>
<a name="l00493"></a>00493 <span class="preprocessor"></span><span class="preprocessor">#define ywwz swizzle(glm::Y, glm::W, glm::W, glm::Z)</span>
<a name="l00494"></a>00494 <span class="preprocessor"></span><span class="preprocessor">#define zwwz swizzle(glm::Z, glm::W, glm::W, glm::Z)</span>
<a name="l00495"></a>00495 <span class="preprocessor"></span><span class="preprocessor">#define wwwz swizzle(glm::W, glm::W, glm::W, glm::Z)</span>
<a name="l00496"></a>00496 <span class="preprocessor"></span><span class="preprocessor">#define xxxw swizzle(glm::X, glm::X, glm::X, glm::W)</span>
<a name="l00497"></a>00497 <span class="preprocessor"></span><span class="preprocessor">#define yxxw swizzle(glm::Y, glm::X, glm::X, glm::W)</span>
<a name="l00498"></a>00498 <span class="preprocessor"></span><span class="preprocessor">#define zxxw swizzle(glm::Z, glm::X, glm::X, glm::W)</span>
<a name="l00499"></a>00499 <span class="preprocessor"></span><span class="preprocessor">#define wxxw swizzle(glm::W, glm::X, glm::X, glm::W)</span>
<a name="l00500"></a>00500 <span class="preprocessor"></span><span class="preprocessor">#define xyxw swizzle(glm::X, glm::Y, glm::X, glm::W)</span>
<a name="l00501"></a>00501 <span class="preprocessor"></span><span class="preprocessor">#define yyxw swizzle(glm::Y, glm::Y, glm::X, glm::W)</span>
<a name="l00502"></a>00502 <span class="preprocessor"></span><span class="preprocessor">#define zyxw swizzle(glm::Z, glm::Y, glm::X, glm::W)</span>
<a name="l00503"></a>00503 <span class="preprocessor"></span><span class="preprocessor">#define wyxw swizzle(glm::W, glm::Y, glm::X, glm::W)</span>
<a name="l00504"></a>00504 <span class="preprocessor"></span><span class="preprocessor">#define xzxw swizzle(glm::X, glm::Z, glm::X, glm::W)</span>
<a name="l00505"></a>00505 <span class="preprocessor"></span><span class="preprocessor">#define yzxw swizzle(glm::Y, glm::Z, glm::X, glm::W)</span>
<a name="l00506"></a>00506 <span class="preprocessor"></span><span class="preprocessor">#define zzxw swizzle(glm::Z, glm::Z, glm::X, glm::W)</span>
<a name="l00507"></a>00507 <span class="preprocessor"></span><span class="preprocessor">#define wzxw swizzle(glm::W, glm::Z, glm::X, glm::W)</span>
<a name="l00508"></a>00508 <span class="preprocessor"></span><span class="preprocessor">#define xwxw swizzle(glm::X, glm::W, glm::X, glm::W)</span>
<a name="l00509"></a>00509 <span class="preprocessor"></span><span class="preprocessor">#define ywxw swizzle(glm::Y, glm::W, glm::X, glm::W)</span>
<a name="l00510"></a>00510 <span class="preprocessor"></span><span class="preprocessor">#define zwxw swizzle(glm::Z, glm::W, glm::X, glm::W)</span>
<a name="l00511"></a>00511 <span class="preprocessor"></span><span class="preprocessor">#define wwxw swizzle(glm::W, glm::W, glm::X, glm::W)</span>
<a name="l00512"></a>00512 <span class="preprocessor"></span><span class="preprocessor">#define xxyw swizzle(glm::X, glm::X, glm::Y, glm::W)</span>
<a name="l00513"></a>00513 <span class="preprocessor"></span><span class="preprocessor">#define yxyw swizzle(glm::Y, glm::X, glm::Y, glm::W)</span>
<a name="l00514"></a>00514 <span class="preprocessor"></span><span class="preprocessor">#define zxyw swizzle(glm::Z, glm::X, glm::Y, glm::W)</span>
<a name="l00515"></a>00515 <span class="preprocessor"></span><span class="preprocessor">#define wxyw swizzle(glm::W, glm::X, glm::Y, glm::W)</span>
<a name="l00516"></a>00516 <span class="preprocessor"></span><span class="preprocessor">#define xyyw swizzle(glm::X, glm::Y, glm::Y, glm::W)</span>
<a name="l00517"></a>00517 <span class="preprocessor"></span><span class="preprocessor">#define yyyw swizzle(glm::Y, glm::Y, glm::Y, glm::W)</span>
<a name="l00518"></a>00518 <span class="preprocessor"></span><span class="preprocessor">#define zyyw swizzle(glm::Z, glm::Y, glm::Y, glm::W)</span>
<a name="l00519"></a>00519 <span class="preprocessor"></span><span class="preprocessor">#define wyyw swizzle(glm::W, glm::Y, glm::Y, glm::W)</span>
<a name="l00520"></a>00520 <span class="preprocessor"></span><span class="preprocessor">#define xzyw swizzle(glm::X, glm::Z, glm::Y, glm::W)</span>
<a name="l00521"></a>00521 <span class="preprocessor"></span><span class="preprocessor">#define yzyw swizzle(glm::Y, glm::Z, glm::Y, glm::W)</span>
<a name="l00522"></a>00522 <span class="preprocessor"></span><span class="preprocessor">#define zzyw swizzle(glm::Z, glm::Z, glm::Y, glm::W)</span>
<a name="l00523"></a>00523 <span class="preprocessor"></span><span class="preprocessor">#define wzyw swizzle(glm::W, glm::Z, glm::Y, glm::W)</span>
<a name="l00524"></a>00524 <span class="preprocessor"></span><span class="preprocessor">#define xwyw swizzle(glm::X, glm::W, glm::Y, glm::W)</span>
<a name="l00525"></a>00525 <span class="preprocessor"></span><span class="preprocessor">#define ywyw swizzle(glm::Y, glm::W, glm::Y, glm::W)</span>
<a name="l00526"></a>00526 <span class="preprocessor"></span><span class="preprocessor">#define zwyw swizzle(glm::Z, glm::W, glm::Y, glm::W)</span>
<a name="l00527"></a>00527 <span class="preprocessor"></span><span class="preprocessor">#define wwyw swizzle(glm::W, glm::W, glm::Y, glm::W)</span>
<a name="l00528"></a>00528 <span class="preprocessor"></span><span class="preprocessor">#define xxzw swizzle(glm::X, glm::X, glm::Z, glm::W)</span>
<a name="l00529"></a>00529 <span class="preprocessor"></span><span class="preprocessor">#define yxzw swizzle(glm::Y, glm::X, glm::Z, glm::W)</span>
<a name="l00530"></a>00530 <span class="preprocessor"></span><span class="preprocessor">#define zxzw swizzle(glm::Z, glm::X, glm::Z, glm::W)</span>
<a name="l00531"></a>00531 <span class="preprocessor"></span><span class="preprocessor">#define wxzw swizzle(glm::W, glm::X, glm::Z, glm::W)</span>
<a name="l00532"></a>00532 <span class="preprocessor"></span><span class="preprocessor">#define xyzw swizzle(glm::X, glm::Y, glm::Z, glm::W)</span>
<a name="l00533"></a>00533 <span class="preprocessor"></span><span class="preprocessor">#define yyzw swizzle(glm::Y, glm::Y, glm::Z, glm::W)</span>
<a name="l00534"></a>00534 <span class="preprocessor"></span><span class="preprocessor">#define zyzw swizzle(glm::Z, glm::Y, glm::Z, glm::W)</span>
<a name="l00535"></a>00535 <span class="preprocessor"></span><span class="preprocessor">#define wyzw swizzle(glm::W, glm::Y, glm::Z, glm::W)</span>
<a name="l00536"></a>00536 <span class="preprocessor"></span><span class="preprocessor">#define xzzw swizzle(glm::X, glm::Z, glm::Z, glm::W)</span>
<a name="l00537"></a>00537 <span class="preprocessor"></span><span class="preprocessor">#define yzzw swizzle(glm::Y, glm::Z, glm::Z, glm::W)</span>
<a name="l00538"></a>00538 <span class="preprocessor"></span><span class="preprocessor">#define zzzw swizzle(glm::Z, glm::Z, glm::Z, glm::W)</span>
<a name="l00539"></a>00539 <span class="preprocessor"></span><span class="preprocessor">#define wzzw swizzle(glm::W, glm::Z, glm::Z, glm::W)</span>
<a name="l00540"></a>00540 <span class="preprocessor"></span><span class="preprocessor">#define xwzw swizzle(glm::X, glm::W, glm::Z, glm::W)</span>
<a name="l00541"></a>00541 <span class="preprocessor"></span><span class="preprocessor">#define ywzw swizzle(glm::Y, glm::W, glm::Z, glm::W)</span>
<a name="l00542"></a>00542 <span class="preprocessor"></span><span class="preprocessor">#define zwzw swizzle(glm::Z, glm::W, glm::Z, glm::W)</span>
<a name="l00543"></a>00543 <span class="preprocessor"></span><span class="preprocessor">#define wwzw swizzle(glm::W, glm::W, glm::Z, glm::W)</span>
<a name="l00544"></a>00544 <span class="preprocessor"></span><span class="preprocessor">#define xxww swizzle(glm::X, glm::X, glm::W, glm::W)</span>
<a name="l00545"></a>00545 <span class="preprocessor"></span><span class="preprocessor">#define yxww swizzle(glm::Y, glm::X, glm::W, glm::W)</span>
<a name="l00546"></a>00546 <span class="preprocessor"></span><span class="preprocessor">#define zxww swizzle(glm::Z, glm::X, glm::W, glm::W)</span>
<a name="l00547"></a>00547 <span class="preprocessor"></span><span class="preprocessor">#define wxww swizzle(glm::W, glm::X, glm::W, glm::W)</span>
<a name="l00548"></a>00548 <span class="preprocessor"></span><span class="preprocessor">#define xyww swizzle(glm::X, glm::Y, glm::W, glm::W)</span>
<a name="l00549"></a>00549 <span class="preprocessor"></span><span class="preprocessor">#define yyww swizzle(glm::Y, glm::Y, glm::W, glm::W)</span>
<a name="l00550"></a>00550 <span class="preprocessor"></span><span class="preprocessor">#define zyww swizzle(glm::Z, glm::Y, glm::W, glm::W)</span>
<a name="l00551"></a>00551 <span class="preprocessor"></span><span class="preprocessor">#define wyww swizzle(glm::W, glm::Y, glm::W, glm::W)</span>
<a name="l00552"></a>00552 <span class="preprocessor"></span><span class="preprocessor">#define xzww swizzle(glm::X, glm::Z, glm::W, glm::W)</span>
<a name="l00553"></a>00553 <span class="preprocessor"></span><span class="preprocessor">#define yzww swizzle(glm::Y, glm::Z, glm::W, glm::W)</span>
<a name="l00554"></a>00554 <span class="preprocessor"></span><span class="preprocessor">#define zzww swizzle(glm::Z, glm::Z, glm::W, glm::W)</span>
<a name="l00555"></a>00555 <span class="preprocessor"></span><span class="preprocessor">#define wzww swizzle(glm::W, glm::Z, glm::W, glm::W)</span>
<a name="l00556"></a>00556 <span class="preprocessor"></span><span class="preprocessor">#define xwww swizzle(glm::X, glm::W, glm::W, glm::W)</span>
<a name="l00557"></a>00557 <span class="preprocessor"></span><span class="preprocessor">#define ywww swizzle(glm::Y, glm::W, glm::W, glm::W)</span>
<a name="l00558"></a>00558 <span class="preprocessor"></span><span class="preprocessor">#define zwww swizzle(glm::Z, glm::W, glm::W, glm::W)</span>
<a name="l00559"></a>00559 <span class="preprocessor"></span><span class="preprocessor">#define wwww swizzle(glm::W, glm::W, glm::W, glm::W)</span>
<a name="l00560"></a>00560 <span class="preprocessor"></span>
<a name="l00561"></a>00561 <span class="preprocessor">#endif</span>
<a name="l00562"></a>00562 <span class="preprocessor"></span>
<a name="l00563"></a>00563 <span class="preprocessor">#if(defined(GLM_SWIZZLE_RGBA) || defined(GLM_SWIZZLE))</span>
<a name="l00564"></a>00564 <span class="preprocessor"></span>
<a name="l00565"></a>00565 <span class="preprocessor">#define rrrr swizzle(glm::X, glm::X, glm::X, glm::X)</span>
<a name="l00566"></a>00566 <span class="preprocessor"></span><span class="preprocessor">#define grrr swizzle(glm::Y, glm::X, glm::X, glm::X)</span>
<a name="l00567"></a>00567 <span class="preprocessor"></span><span class="preprocessor">#define brrr swizzle(glm::Z, glm::X, glm::X, glm::X)</span>
<a name="l00568"></a>00568 <span class="preprocessor"></span><span class="preprocessor">#define arrr swizzle(glm::W, glm::X, glm::X, glm::X)</span>
<a name="l00569"></a>00569 <span class="preprocessor"></span><span class="preprocessor">#define rgrr swizzle(glm::X, glm::Y, glm::X, glm::X)</span>
<a name="l00570"></a>00570 <span class="preprocessor"></span><span class="preprocessor">#define ggrr swizzle(glm::Y, glm::Y, glm::X, glm::X)</span>
<a name="l00571"></a>00571 <span class="preprocessor"></span><span class="preprocessor">#define bgrr swizzle(glm::Z, glm::Y, glm::X, glm::X)</span>
<a name="l00572"></a>00572 <span class="preprocessor"></span><span class="preprocessor">#define agrr swizzle(glm::W, glm::Y, glm::X, glm::X)</span>
<a name="l00573"></a>00573 <span class="preprocessor"></span><span class="preprocessor">#define rbrr swizzle(glm::X, glm::Z, glm::X, glm::X)</span>
<a name="l00574"></a>00574 <span class="preprocessor"></span><span class="preprocessor">#define gbrr swizzle(glm::Y, glm::Z, glm::X, glm::X)</span>
<a name="l00575"></a>00575 <span class="preprocessor"></span><span class="preprocessor">#define bbrr swizzle(glm::Z, glm::Z, glm::X, glm::X)</span>
<a name="l00576"></a>00576 <span class="preprocessor"></span><span class="preprocessor">#define abrr swizzle(glm::W, glm::Z, glm::X, glm::X)</span>
<a name="l00577"></a>00577 <span class="preprocessor"></span><span class="preprocessor">#define rarr swizzle(glm::X, glm::W, glm::X, glm::X)</span>
<a name="l00578"></a>00578 <span class="preprocessor"></span><span class="preprocessor">#define garr swizzle(glm::Y, glm::W, glm::X, glm::X)</span>
<a name="l00579"></a>00579 <span class="preprocessor"></span><span class="preprocessor">#define barr swizzle(glm::Z, glm::W, glm::X, glm::X)</span>
<a name="l00580"></a>00580 <span class="preprocessor"></span><span class="preprocessor">#define aarr swizzle(glm::W, glm::W, glm::X, glm::X)</span>
<a name="l00581"></a>00581 <span class="preprocessor"></span><span class="preprocessor">#define rrgr swizzle(glm::X, glm::X, glm::Y, glm::X)</span>
<a name="l00582"></a>00582 <span class="preprocessor"></span><span class="preprocessor">#define grgr swizzle(glm::Y, glm::X, glm::Y, glm::X)</span>
<a name="l00583"></a>00583 <span class="preprocessor"></span><span class="preprocessor">#define brgr swizzle(glm::Z, glm::X, glm::Y, glm::X)</span>
<a name="l00584"></a>00584 <span class="preprocessor"></span><span class="preprocessor">#define argr swizzle(glm::W, glm::X, glm::Y, glm::X)</span>
<a name="l00585"></a>00585 <span class="preprocessor"></span><span class="preprocessor">#define rggr swizzle(glm::X, glm::Y, glm::Y, glm::X)</span>
<a name="l00586"></a>00586 <span class="preprocessor"></span><span class="preprocessor">#define gggr swizzle(glm::Y, glm::Y, glm::Y, glm::X)</span>
<a name="l00587"></a>00587 <span class="preprocessor"></span><span class="preprocessor">#define bggr swizzle(glm::Z, glm::Y, glm::Y, glm::X)</span>
<a name="l00588"></a>00588 <span class="preprocessor"></span><span class="preprocessor">#define aggr swizzle(glm::W, glm::Y, glm::Y, glm::X)</span>
<a name="l00589"></a>00589 <span class="preprocessor"></span><span class="preprocessor">#define rbgr swizzle(glm::X, glm::Z, glm::Y, glm::X)</span>
<a name="l00590"></a>00590 <span class="preprocessor"></span><span class="preprocessor">#define gbgr swizzle(glm::Y, glm::Z, glm::Y, glm::X)</span>
<a name="l00591"></a>00591 <span class="preprocessor"></span><span class="preprocessor">#define bbgr swizzle(glm::Z, glm::Z, glm::Y, glm::X)</span>
<a name="l00592"></a>00592 <span class="preprocessor"></span><span class="preprocessor">#define abgr swizzle(glm::W, glm::Z, glm::Y, glm::X)</span>
<a name="l00593"></a>00593 <span class="preprocessor"></span><span class="preprocessor">#define ragr swizzle(glm::X, glm::W, glm::Y, glm::X)</span>
<a name="l00594"></a>00594 <span class="preprocessor"></span><span class="preprocessor">#define gagr swizzle(glm::Y, glm::W, glm::Y, glm::X)</span>
<a name="l00595"></a>00595 <span class="preprocessor"></span><span class="preprocessor">#define bagr swizzle(glm::Z, glm::W, glm::Y, glm::X)</span>
<a name="l00596"></a>00596 <span class="preprocessor"></span><span class="preprocessor">#define aagr swizzle(glm::W, glm::W, glm::Y, glm::X)</span>
<a name="l00597"></a>00597 <span class="preprocessor"></span><span class="preprocessor">#define rrbr swizzle(glm::X, glm::X, glm::Z, glm::X)</span>
<a name="l00598"></a>00598 <span class="preprocessor"></span><span class="preprocessor">#define grbr swizzle(glm::Y, glm::X, glm::Z, glm::X)</span>
<a name="l00599"></a>00599 <span class="preprocessor"></span><span class="preprocessor">#define brbr swizzle(glm::Z, glm::X, glm::Z, glm::X)</span>
<a name="l00600"></a>00600 <span class="preprocessor"></span><span class="preprocessor">#define arbr swizzle(glm::W, glm::X, glm::Z, glm::X)</span>
<a name="l00601"></a>00601 <span class="preprocessor"></span><span class="preprocessor">#define rgbr swizzle(glm::X, glm::Y, glm::Z, glm::X)</span>
<a name="l00602"></a>00602 <span class="preprocessor"></span><span class="preprocessor">#define ggbr swizzle(glm::Y, glm::Y, glm::Z, glm::X)</span>
<a name="l00603"></a>00603 <span class="preprocessor"></span><span class="preprocessor">#define bgbr swizzle(glm::Z, glm::Y, glm::Z, glm::X)</span>
<a name="l00604"></a>00604 <span class="preprocessor"></span><span class="preprocessor">#define agbr swizzle(glm::W, glm::Y, glm::Z, glm::X)</span>
<a name="l00605"></a>00605 <span class="preprocessor"></span><span class="preprocessor">#define rbbr swizzle(glm::X, glm::Z, glm::Z, glm::X)</span>
<a name="l00606"></a>00606 <span class="preprocessor"></span><span class="preprocessor">#define gbbr swizzle(glm::Y, glm::Z, glm::Z, glm::X)</span>
<a name="l00607"></a>00607 <span class="preprocessor"></span><span class="preprocessor">#define bbbr swizzle(glm::Z, glm::Z, glm::Z, glm::X)</span>
<a name="l00608"></a>00608 <span class="preprocessor"></span><span class="preprocessor">#define abbr swizzle(glm::W, glm::Z, glm::Z, glm::X)</span>
<a name="l00609"></a>00609 <span class="preprocessor"></span><span class="preprocessor">#define rabr swizzle(glm::X, glm::W, glm::Z, glm::X)</span>
<a name="l00610"></a>00610 <span class="preprocessor"></span><span class="preprocessor">#define gabr swizzle(glm::Y, glm::W, glm::Z, glm::X)</span>
<a name="l00611"></a>00611 <span class="preprocessor"></span><span class="preprocessor">#define babr swizzle(glm::Z, glm::W, glm::Z, glm::X)</span>
<a name="l00612"></a>00612 <span class="preprocessor"></span><span class="preprocessor">#define aabr swizzle(glm::W, glm::W, glm::Z, glm::X)</span>
<a name="l00613"></a>00613 <span class="preprocessor"></span><span class="preprocessor">#define rrar swizzle(glm::X, glm::X, glm::W, glm::X)</span>
<a name="l00614"></a>00614 <span class="preprocessor"></span><span class="preprocessor">#define grar swizzle(glm::Y, glm::X, glm::W, glm::X)</span>
<a name="l00615"></a>00615 <span class="preprocessor"></span><span class="preprocessor">#define brar swizzle(glm::Z, glm::X, glm::W, glm::X)</span>
<a name="l00616"></a>00616 <span class="preprocessor"></span><span class="preprocessor">#define arar swizzle(glm::W, glm::X, glm::W, glm::X)</span>
<a name="l00617"></a>00617 <span class="preprocessor"></span><span class="preprocessor">#define rgar swizzle(glm::X, glm::Y, glm::W, glm::X)</span>
<a name="l00618"></a>00618 <span class="preprocessor"></span><span class="preprocessor">#define ggar swizzle(glm::Y, glm::Y, glm::W, glm::X)</span>
<a name="l00619"></a>00619 <span class="preprocessor"></span><span class="preprocessor">#define bgar swizzle(glm::Z, glm::Y, glm::W, glm::X)</span>
<a name="l00620"></a>00620 <span class="preprocessor"></span><span class="preprocessor">#define agar swizzle(glm::W, glm::Y, glm::W, glm::X)</span>
<a name="l00621"></a>00621 <span class="preprocessor"></span><span class="preprocessor">#define rbar swizzle(glm::X, glm::Z, glm::W, glm::X)</span>
<a name="l00622"></a>00622 <span class="preprocessor"></span><span class="preprocessor">#define gbar swizzle(glm::Y, glm::Z, glm::W, glm::X)</span>
<a name="l00623"></a>00623 <span class="preprocessor"></span><span class="preprocessor">#define bbar swizzle(glm::Z, glm::Z, glm::W, glm::X)</span>
<a name="l00624"></a>00624 <span class="preprocessor"></span><span class="preprocessor">#define abar swizzle(glm::W, glm::Z, glm::W, glm::X)</span>
<a name="l00625"></a>00625 <span class="preprocessor"></span><span class="preprocessor">#define raar swizzle(glm::X, glm::W, glm::W, glm::X)</span>
<a name="l00626"></a>00626 <span class="preprocessor"></span><span class="preprocessor">#define gaar swizzle(glm::Y, glm::W, glm::W, glm::X)</span>
<a name="l00627"></a>00627 <span class="preprocessor"></span><span class="preprocessor">#define baar swizzle(glm::Z, glm::W, glm::W, glm::X)</span>
<a name="l00628"></a>00628 <span class="preprocessor"></span><span class="preprocessor">#define aaar swizzle(glm::W, glm::W, glm::W, glm::X)</span>
<a name="l00629"></a>00629 <span class="preprocessor"></span><span class="preprocessor">#define rrrg swizzle(glm::X, glm::X, glm::X, glm::Y)</span>
<a name="l00630"></a>00630 <span class="preprocessor"></span><span class="preprocessor">#define grrg swizzle(glm::Y, glm::X, glm::X, glm::Y)</span>
<a name="l00631"></a>00631 <span class="preprocessor"></span><span class="preprocessor">#define brrg swizzle(glm::Z, glm::X, glm::X, glm::Y)</span>
<a name="l00632"></a>00632 <span class="preprocessor"></span><span class="preprocessor">#define arrg swizzle(glm::W, glm::X, glm::X, glm::Y)</span>
<a name="l00633"></a>00633 <span class="preprocessor"></span><span class="preprocessor">#define rgrg swizzle(glm::X, glm::Y, glm::X, glm::Y)</span>
<a name="l00634"></a>00634 <span class="preprocessor"></span><span class="preprocessor">#define ggrg swizzle(glm::Y, glm::Y, glm::X, glm::Y)</span>
<a name="l00635"></a>00635 <span class="preprocessor"></span><span class="preprocessor">#define bgrg swizzle(glm::Z, glm::Y, glm::X, glm::Y)</span>
<a name="l00636"></a>00636 <span class="preprocessor"></span><span class="preprocessor">#define agrg swizzle(glm::W, glm::Y, glm::X, glm::Y)</span>
<a name="l00637"></a>00637 <span class="preprocessor"></span><span class="preprocessor">#define rbrg swizzle(glm::X, glm::Z, glm::X, glm::Y)</span>
<a name="l00638"></a>00638 <span class="preprocessor"></span><span class="preprocessor">#define gbrg swizzle(glm::Y, glm::Z, glm::X, glm::Y)</span>
<a name="l00639"></a>00639 <span class="preprocessor"></span><span class="preprocessor">#define bbrg swizzle(glm::Z, glm::Z, glm::X, glm::Y)</span>
<a name="l00640"></a>00640 <span class="preprocessor"></span><span class="preprocessor">#define abrg swizzle(glm::W, glm::Z, glm::X, glm::Y)</span>
<a name="l00641"></a>00641 <span class="preprocessor"></span><span class="preprocessor">#define rarg swizzle(glm::X, glm::W, glm::X, glm::Y)</span>
<a name="l00642"></a>00642 <span class="preprocessor"></span><span class="preprocessor">#define garg swizzle(glm::Y, glm::W, glm::X, glm::Y)</span>
<a name="l00643"></a>00643 <span class="preprocessor"></span><span class="preprocessor">#define barg swizzle(glm::Z, glm::W, glm::X, glm::Y)</span>
<a name="l00644"></a>00644 <span class="preprocessor"></span><span class="preprocessor">#define aarg swizzle(glm::W, glm::W, glm::X, glm::Y)</span>
<a name="l00645"></a>00645 <span class="preprocessor"></span><span class="preprocessor">#define rrgg swizzle(glm::X, glm::X, glm::Y, glm::Y)</span>
<a name="l00646"></a>00646 <span class="preprocessor"></span><span class="preprocessor">#define grgg swizzle(glm::Y, glm::X, glm::Y, glm::Y)</span>
<a name="l00647"></a>00647 <span class="preprocessor"></span><span class="preprocessor">#define brgg swizzle(glm::Z, glm::X, glm::Y, glm::Y)</span>
<a name="l00648"></a>00648 <span class="preprocessor"></span><span class="preprocessor">#define argg swizzle(glm::W, glm::X, glm::Y, glm::Y)</span>
<a name="l00649"></a>00649 <span class="preprocessor"></span><span class="preprocessor">#define rggg swizzle(glm::X, glm::Y, glm::Y, glm::Y)</span>
<a name="l00650"></a>00650 <span class="preprocessor"></span><span class="preprocessor">#define gggg swizzle(glm::Y, glm::Y, glm::Y, glm::Y)</span>
<a name="l00651"></a>00651 <span class="preprocessor"></span><span class="preprocessor">#define bggg swizzle(glm::Z, glm::Y, glm::Y, glm::Y)</span>
<a name="l00652"></a>00652 <span class="preprocessor"></span><span class="preprocessor">#define aggg swizzle(glm::W, glm::Y, glm::Y, glm::Y)</span>
<a name="l00653"></a>00653 <span class="preprocessor"></span><span class="preprocessor">#define rbgg swizzle(glm::X, glm::Z, glm::Y, glm::Y)</span>
<a name="l00654"></a>00654 <span class="preprocessor"></span><span class="preprocessor">#define gbgg swizzle(glm::Y, glm::Z, glm::Y, glm::Y)</span>
<a name="l00655"></a>00655 <span class="preprocessor"></span><span class="preprocessor">#define bbgg swizzle(glm::Z, glm::Z, glm::Y, glm::Y)</span>
<a name="l00656"></a>00656 <span class="preprocessor"></span><span class="preprocessor">#define abgg swizzle(glm::W, glm::Z, glm::Y, glm::Y)</span>
<a name="l00657"></a>00657 <span class="preprocessor"></span><span class="preprocessor">#define ragg swizzle(glm::X, glm::W, glm::Y, glm::Y)</span>
<a name="l00658"></a>00658 <span class="preprocessor"></span><span class="preprocessor">#define gagg swizzle(glm::Y, glm::W, glm::Y, glm::Y)</span>
<a name="l00659"></a>00659 <span class="preprocessor"></span><span class="preprocessor">#define bagg swizzle(glm::Z, glm::W, glm::Y, glm::Y)</span>
<a name="l00660"></a>00660 <span class="preprocessor"></span><span class="preprocessor">#define aagg swizzle(glm::W, glm::W, glm::Y, glm::Y)</span>
<a name="l00661"></a>00661 <span class="preprocessor"></span><span class="preprocessor">#define rrbg swizzle(glm::X, glm::X, glm::Z, glm::Y)</span>
<a name="l00662"></a>00662 <span class="preprocessor"></span><span class="preprocessor">#define grbg swizzle(glm::Y, glm::X, glm::Z, glm::Y)</span>
<a name="l00663"></a>00663 <span class="preprocessor"></span><span class="preprocessor">#define brbg swizzle(glm::Z, glm::X, glm::Z, glm::Y)</span>
<a name="l00664"></a>00664 <span class="preprocessor"></span><span class="preprocessor">#define arbg swizzle(glm::W, glm::X, glm::Z, glm::Y)</span>
<a name="l00665"></a>00665 <span class="preprocessor"></span><span class="preprocessor">#define rgbg swizzle(glm::X, glm::Y, glm::Z, glm::Y)</span>
<a name="l00666"></a>00666 <span class="preprocessor"></span><span class="preprocessor">#define ggbg swizzle(glm::Y, glm::Y, glm::Z, glm::Y)</span>
<a name="l00667"></a>00667 <span class="preprocessor"></span><span class="preprocessor">#define bgbg swizzle(glm::Z, glm::Y, glm::Z, glm::Y)</span>
<a name="l00668"></a>00668 <span class="preprocessor"></span><span class="preprocessor">#define agbg swizzle(glm::W, glm::Y, glm::Z, glm::Y)</span>
<a name="l00669"></a>00669 <span class="preprocessor"></span><span class="preprocessor">#define rbbg swizzle(glm::X, glm::Z, glm::Z, glm::Y)</span>
<a name="l00670"></a>00670 <span class="preprocessor"></span><span class="preprocessor">#define gbbg swizzle(glm::Y, glm::Z, glm::Z, glm::Y)</span>
<a name="l00671"></a>00671 <span class="preprocessor"></span><span class="preprocessor">#define bbbg swizzle(glm::Z, glm::Z, glm::Z, glm::Y)</span>
<a name="l00672"></a>00672 <span class="preprocessor"></span><span class="preprocessor">#define abbg swizzle(glm::W, glm::Z, glm::Z, glm::Y)</span>
<a name="l00673"></a>00673 <span class="preprocessor"></span><span class="preprocessor">#define rabg swizzle(glm::X, glm::W, glm::Z, glm::Y)</span>
<a name="l00674"></a>00674 <span class="preprocessor"></span><span class="preprocessor">#define gabg swizzle(glm::Y, glm::W, glm::Z, glm::Y)</span>
<a name="l00675"></a>00675 <span class="preprocessor"></span><span class="preprocessor">#define babg swizzle(glm::Z, glm::W, glm::Z, glm::Y)</span>
<a name="l00676"></a>00676 <span class="preprocessor"></span><span class="preprocessor">#define aabg swizzle(glm::W, glm::W, glm::Z, glm::Y)</span>
<a name="l00677"></a>00677 <span class="preprocessor"></span><span class="preprocessor">#define rrag swizzle(glm::X, glm::X, glm::W, glm::Y)</span>
<a name="l00678"></a>00678 <span class="preprocessor"></span><span class="preprocessor">#define grag swizzle(glm::Y, glm::X, glm::W, glm::Y)</span>
<a name="l00679"></a>00679 <span class="preprocessor"></span><span class="preprocessor">#define brag swizzle(glm::Z, glm::X, glm::W, glm::Y)</span>
<a name="l00680"></a>00680 <span class="preprocessor"></span><span class="preprocessor">#define arag swizzle(glm::W, glm::X, glm::W, glm::Y)</span>
<a name="l00681"></a>00681 <span class="preprocessor"></span><span class="preprocessor">#define rgag swizzle(glm::X, glm::Y, glm::W, glm::Y)</span>
<a name="l00682"></a>00682 <span class="preprocessor"></span><span class="preprocessor">#define ggag swizzle(glm::Y, glm::Y, glm::W, glm::Y)</span>
<a name="l00683"></a>00683 <span class="preprocessor"></span><span class="preprocessor">#define bgag swizzle(glm::Z, glm::Y, glm::W, glm::Y)</span>
<a name="l00684"></a>00684 <span class="preprocessor"></span><span class="preprocessor">#define agag swizzle(glm::W, glm::Y, glm::W, glm::Y)</span>
<a name="l00685"></a>00685 <span class="preprocessor"></span><span class="preprocessor">#define rbag swizzle(glm::X, glm::Z, glm::W, glm::Y)</span>
<a name="l00686"></a>00686 <span class="preprocessor"></span><span class="preprocessor">#define gbag swizzle(glm::Y, glm::Z, glm::W, glm::Y)</span>
<a name="l00687"></a>00687 <span class="preprocessor"></span><span class="preprocessor">#define bbag swizzle(glm::Z, glm::Z, glm::W, glm::Y)</span>
<a name="l00688"></a>00688 <span class="preprocessor"></span><span class="preprocessor">#define abag swizzle(glm::W, glm::Z, glm::W, glm::Y)</span>
<a name="l00689"></a>00689 <span class="preprocessor"></span><span class="preprocessor">#define raag swizzle(glm::X, glm::W, glm::W, glm::Y)</span>
<a name="l00690"></a>00690 <span class="preprocessor"></span><span class="preprocessor">#define gaag swizzle(glm::Y, glm::W, glm::W, glm::Y)</span>
<a name="l00691"></a>00691 <span class="preprocessor"></span><span class="preprocessor">#define baag swizzle(glm::Z, glm::W, glm::W, glm::Y)</span>
<a name="l00692"></a>00692 <span class="preprocessor"></span><span class="preprocessor">#define aaag swizzle(glm::W, glm::W, glm::W, glm::Y)</span>
<a name="l00693"></a>00693 <span class="preprocessor"></span><span class="preprocessor">#define rrrb swizzle(glm::X, glm::X, glm::X, glm::Z)</span>
<a name="l00694"></a>00694 <span class="preprocessor"></span><span class="preprocessor">#define grrb swizzle(glm::Y, glm::X, glm::X, glm::Z)</span>
<a name="l00695"></a>00695 <span class="preprocessor"></span><span class="preprocessor">#define brrb swizzle(glm::Z, glm::X, glm::X, glm::Z)</span>
<a name="l00696"></a>00696 <span class="preprocessor"></span><span class="preprocessor">#define arrb swizzle(glm::W, glm::X, glm::X, glm::Z)</span>
<a name="l00697"></a>00697 <span class="preprocessor"></span><span class="preprocessor">#define rgrb swizzle(glm::X, glm::Y, glm::X, glm::Z)</span>
<a name="l00698"></a>00698 <span class="preprocessor"></span><span class="preprocessor">#define ggrb swizzle(glm::Y, glm::Y, glm::X, glm::Z)</span>
<a name="l00699"></a>00699 <span class="preprocessor"></span><span class="preprocessor">#define bgrb swizzle(glm::Z, glm::Y, glm::X, glm::Z)</span>
<a name="l00700"></a>00700 <span class="preprocessor"></span><span class="preprocessor">#define agrb swizzle(glm::W, glm::Y, glm::X, glm::Z)</span>
<a name="l00701"></a>00701 <span class="preprocessor"></span><span class="preprocessor">#define rbrb swizzle(glm::X, glm::Z, glm::X, glm::Z)</span>
<a name="l00702"></a>00702 <span class="preprocessor"></span><span class="preprocessor">#define gbrb swizzle(glm::Y, glm::Z, glm::X, glm::Z)</span>
<a name="l00703"></a>00703 <span class="preprocessor"></span><span class="preprocessor">#define bbrb swizzle(glm::Z, glm::Z, glm::X, glm::Z)</span>
<a name="l00704"></a>00704 <span class="preprocessor"></span><span class="preprocessor">#define abrb swizzle(glm::W, glm::Z, glm::X, glm::Z)</span>
<a name="l00705"></a>00705 <span class="preprocessor"></span><span class="preprocessor">#define rarb swizzle(glm::X, glm::W, glm::X, glm::Z)</span>
<a name="l00706"></a>00706 <span class="preprocessor"></span><span class="preprocessor">#define garb swizzle(glm::Y, glm::W, glm::X, glm::Z)</span>
<a name="l00707"></a>00707 <span class="preprocessor"></span><span class="preprocessor">#define barb swizzle(glm::Z, glm::W, glm::X, glm::Z)</span>
<a name="l00708"></a>00708 <span class="preprocessor"></span><span class="preprocessor">#define aarb swizzle(glm::W, glm::W, glm::X, glm::Z)</span>
<a name="l00709"></a>00709 <span class="preprocessor"></span><span class="preprocessor">#define rrgb swizzle(glm::X, glm::X, glm::Y, glm::Z)</span>
<a name="l00710"></a>00710 <span class="preprocessor"></span><span class="preprocessor">#define grgb swizzle(glm::Y, glm::X, glm::Y, glm::Z)</span>
<a name="l00711"></a>00711 <span class="preprocessor"></span><span class="preprocessor">#define brgb swizzle(glm::Z, glm::X, glm::Y, glm::Z)</span>
<a name="l00712"></a>00712 <span class="preprocessor"></span><span class="preprocessor">#define argb swizzle(glm::W, glm::X, glm::Y, glm::Z)</span>
<a name="l00713"></a>00713 <span class="preprocessor"></span><span class="preprocessor">#define rggb swizzle(glm::X, glm::Y, glm::Y, glm::Z)</span>
<a name="l00714"></a>00714 <span class="preprocessor"></span><span class="preprocessor">#define gggb swizzle(glm::Y, glm::Y, glm::Y, glm::Z)</span>
<a name="l00715"></a>00715 <span class="preprocessor"></span><span class="preprocessor">#define bggb swizzle(glm::Z, glm::Y, glm::Y, glm::Z)</span>
<a name="l00716"></a>00716 <span class="preprocessor"></span><span class="preprocessor">#define aggb swizzle(glm::W, glm::Y, glm::Y, glm::Z)</span>
<a name="l00717"></a>00717 <span class="preprocessor"></span><span class="preprocessor">#define rbgb swizzle(glm::X, glm::Z, glm::Y, glm::Z)</span>
<a name="l00718"></a>00718 <span class="preprocessor"></span><span class="preprocessor">#define gbgb swizzle(glm::Y, glm::Z, glm::Y, glm::Z)</span>
<a name="l00719"></a>00719 <span class="preprocessor"></span><span class="preprocessor">#define bbgb swizzle(glm::Z, glm::Z, glm::Y, glm::Z)</span>
<a name="l00720"></a>00720 <span class="preprocessor"></span><span class="preprocessor">#define abgb swizzle(glm::W, glm::Z, glm::Y, glm::Z)</span>
<a name="l00721"></a>00721 <span class="preprocessor"></span><span class="preprocessor">#define ragb swizzle(glm::X, glm::W, glm::Y, glm::Z)</span>
<a name="l00722"></a>00722 <span class="preprocessor"></span><span class="preprocessor">#define gagb swizzle(glm::Y, glm::W, glm::Y, glm::Z)</span>
<a name="l00723"></a>00723 <span class="preprocessor"></span><span class="preprocessor">#define bagb swizzle(glm::Z, glm::W, glm::Y, glm::Z)</span>
<a name="l00724"></a>00724 <span class="preprocessor"></span><span class="preprocessor">#define aagb swizzle(glm::W, glm::W, glm::Y, glm::Z)</span>
<a name="l00725"></a>00725 <span class="preprocessor"></span><span class="preprocessor">#define rrbb swizzle(glm::X, glm::X, glm::Z, glm::Z)</span>
<a name="l00726"></a>00726 <span class="preprocessor"></span><span class="preprocessor">#define grbb swizzle(glm::Y, glm::X, glm::Z, glm::Z)</span>
<a name="l00727"></a>00727 <span class="preprocessor"></span><span class="preprocessor">#define brbb swizzle(glm::Z, glm::X, glm::Z, glm::Z)</span>
<a name="l00728"></a>00728 <span class="preprocessor"></span><span class="preprocessor">#define arbb swizzle(glm::W, glm::X, glm::Z, glm::Z)</span>
<a name="l00729"></a>00729 <span class="preprocessor"></span><span class="preprocessor">#define rgbb swizzle(glm::X, glm::Y, glm::Z, glm::Z)</span>
<a name="l00730"></a>00730 <span class="preprocessor"></span><span class="preprocessor">#define ggbb swizzle(glm::Y, glm::Y, glm::Z, glm::Z)</span>
<a name="l00731"></a>00731 <span class="preprocessor"></span><span class="preprocessor">#define bgbb swizzle(glm::Z, glm::Y, glm::Z, glm::Z)</span>
<a name="l00732"></a>00732 <span class="preprocessor"></span><span class="preprocessor">#define agbb swizzle(glm::W, glm::Y, glm::Z, glm::Z)</span>
<a name="l00733"></a>00733 <span class="preprocessor"></span><span class="preprocessor">#define rbbb swizzle(glm::X, glm::Z, glm::Z, glm::Z)</span>
<a name="l00734"></a>00734 <span class="preprocessor"></span><span class="preprocessor">#define gbbb swizzle(glm::Y, glm::Z, glm::Z, glm::Z)</span>
<a name="l00735"></a>00735 <span class="preprocessor"></span><span class="preprocessor">#define bbbb swizzle(glm::Z, glm::Z, glm::Z, glm::Z)</span>
<a name="l00736"></a>00736 <span class="preprocessor"></span><span class="preprocessor">#define abbb swizzle(glm::W, glm::Z, glm::Z, glm::Z)</span>
<a name="l00737"></a>00737 <span class="preprocessor"></span><span class="preprocessor">#define rabb swizzle(glm::X, glm::W, glm::Z, glm::Z)</span>
<a name="l00738"></a>00738 <span class="preprocessor"></span><span class="preprocessor">#define gabb swizzle(glm::Y, glm::W, glm::Z, glm::Z)</span>
<a name="l00739"></a>00739 <span class="preprocessor"></span><span class="preprocessor">#define babb swizzle(glm::Z, glm::W, glm::Z, glm::Z)</span>
<a name="l00740"></a>00740 <span class="preprocessor"></span><span class="preprocessor">#define aabb swizzle(glm::W, glm::W, glm::Z, glm::Z)</span>
<a name="l00741"></a>00741 <span class="preprocessor"></span><span class="preprocessor">#define rrab swizzle(glm::X, glm::X, glm::W, glm::Z)</span>
<a name="l00742"></a>00742 <span class="preprocessor"></span><span class="preprocessor">#define grab swizzle(glm::Y, glm::X, glm::W, glm::Z)</span>
<a name="l00743"></a>00743 <span class="preprocessor"></span><span class="preprocessor">#define brab swizzle(glm::Z, glm::X, glm::W, glm::Z)</span>
<a name="l00744"></a>00744 <span class="preprocessor"></span><span class="preprocessor">#define arab swizzle(glm::W, glm::X, glm::W, glm::Z)</span>
<a name="l00745"></a>00745 <span class="preprocessor"></span><span class="preprocessor">#define rgab swizzle(glm::X, glm::Y, glm::W, glm::Z)</span>
<a name="l00746"></a>00746 <span class="preprocessor"></span><span class="preprocessor">#define ggab swizzle(glm::Y, glm::Y, glm::W, glm::Z)</span>
<a name="l00747"></a>00747 <span class="preprocessor"></span><span class="preprocessor">#define bgab swizzle(glm::Z, glm::Y, glm::W, glm::Z)</span>
<a name="l00748"></a>00748 <span class="preprocessor"></span><span class="preprocessor">#define agab swizzle(glm::W, glm::Y, glm::W, glm::Z)</span>
<a name="l00749"></a>00749 <span class="preprocessor"></span><span class="preprocessor">#define rbab swizzle(glm::X, glm::Z, glm::W, glm::Z)</span>
<a name="l00750"></a>00750 <span class="preprocessor"></span><span class="preprocessor">#define gbab swizzle(glm::Y, glm::Z, glm::W, glm::Z)</span>
<a name="l00751"></a>00751 <span class="preprocessor"></span><span class="preprocessor">#define bbab swizzle(glm::Z, glm::Z, glm::W, glm::Z)</span>
<a name="l00752"></a>00752 <span class="preprocessor"></span><span class="preprocessor">#define abab swizzle(glm::W, glm::Z, glm::W, glm::Z)</span>
<a name="l00753"></a>00753 <span class="preprocessor"></span><span class="preprocessor">#define raab swizzle(glm::X, glm::W, glm::W, glm::Z)</span>
<a name="l00754"></a>00754 <span class="preprocessor"></span><span class="preprocessor">#define gaab swizzle(glm::Y, glm::W, glm::W, glm::Z)</span>
<a name="l00755"></a>00755 <span class="preprocessor"></span><span class="preprocessor">#define baab swizzle(glm::Z, glm::W, glm::W, glm::Z)</span>
<a name="l00756"></a>00756 <span class="preprocessor"></span><span class="preprocessor">#define aaab swizzle(glm::W, glm::W, glm::W, glm::Z)</span>
<a name="l00757"></a>00757 <span class="preprocessor"></span><span class="preprocessor">#define rrra swizzle(glm::X, glm::X, glm::X, glm::W)</span>
<a name="l00758"></a>00758 <span class="preprocessor"></span><span class="preprocessor">#define grra swizzle(glm::Y, glm::X, glm::X, glm::W)</span>
<a name="l00759"></a>00759 <span class="preprocessor"></span><span class="preprocessor">#define brra swizzle(glm::Z, glm::X, glm::X, glm::W)</span>
<a name="l00760"></a>00760 <span class="preprocessor"></span><span class="preprocessor">#define arra swizzle(glm::W, glm::X, glm::X, glm::W)</span>
<a name="l00761"></a>00761 <span class="preprocessor"></span><span class="preprocessor">#define rgra swizzle(glm::X, glm::Y, glm::X, glm::W)</span>
<a name="l00762"></a>00762 <span class="preprocessor"></span><span class="preprocessor">#define ggra swizzle(glm::Y, glm::Y, glm::X, glm::W)</span>
<a name="l00763"></a>00763 <span class="preprocessor"></span><span class="preprocessor">#define bgra swizzle(glm::Z, glm::Y, glm::X, glm::W)</span>
<a name="l00764"></a>00764 <span class="preprocessor"></span><span class="preprocessor">#define agra swizzle(glm::W, glm::Y, glm::X, glm::W)</span>
<a name="l00765"></a>00765 <span class="preprocessor"></span><span class="preprocessor">#define rbra swizzle(glm::X, glm::Z, glm::X, glm::W)</span>
<a name="l00766"></a>00766 <span class="preprocessor"></span><span class="preprocessor">#define gbra swizzle(glm::Y, glm::Z, glm::X, glm::W)</span>
<a name="l00767"></a>00767 <span class="preprocessor"></span><span class="preprocessor">#define bbra swizzle(glm::Z, glm::Z, glm::X, glm::W)</span>
<a name="l00768"></a>00768 <span class="preprocessor"></span><span class="preprocessor">#define abra swizzle(glm::W, glm::Z, glm::X, glm::W)</span>
<a name="l00769"></a>00769 <span class="preprocessor"></span><span class="preprocessor">#define rara swizzle(glm::X, glm::W, glm::X, glm::W)</span>
<a name="l00770"></a>00770 <span class="preprocessor"></span><span class="preprocessor">#define gara swizzle(glm::Y, glm::W, glm::X, glm::W)</span>
<a name="l00771"></a>00771 <span class="preprocessor"></span><span class="preprocessor">#define bara swizzle(glm::Z, glm::W, glm::X, glm::W)</span>
<a name="l00772"></a>00772 <span class="preprocessor"></span><span class="preprocessor">#define aara swizzle(glm::W, glm::W, glm::X, glm::W)</span>
<a name="l00773"></a>00773 <span class="preprocessor"></span><span class="preprocessor">#define rrga swizzle(glm::X, glm::X, glm::Y, glm::W)</span>
<a name="l00774"></a>00774 <span class="preprocessor"></span><span class="preprocessor">#define grga swizzle(glm::Y, glm::X, glm::Y, glm::W)</span>
<a name="l00775"></a>00775 <span class="preprocessor"></span><span class="preprocessor">#define brga swizzle(glm::Z, glm::X, glm::Y, glm::W)</span>
<a name="l00776"></a>00776 <span class="preprocessor"></span><span class="preprocessor">#define arga swizzle(glm::W, glm::X, glm::Y, glm::W)</span>
<a name="l00777"></a>00777 <span class="preprocessor"></span><span class="preprocessor">#define rgga swizzle(glm::X, glm::Y, glm::Y, glm::W)</span>
<a name="l00778"></a>00778 <span class="preprocessor"></span><span class="preprocessor">#define ggga swizzle(glm::Y, glm::Y, glm::Y, glm::W)</span>
<a name="l00779"></a>00779 <span class="preprocessor"></span><span class="preprocessor">#define bgga swizzle(glm::Z, glm::Y, glm::Y, glm::W)</span>
<a name="l00780"></a>00780 <span class="preprocessor"></span><span class="preprocessor">#define agga swizzle(glm::W, glm::Y, glm::Y, glm::W)</span>
<a name="l00781"></a>00781 <span class="preprocessor"></span><span class="preprocessor">#define rbga swizzle(glm::X, glm::Z, glm::Y, glm::W)</span>
<a name="l00782"></a>00782 <span class="preprocessor"></span><span class="preprocessor">#define gbga swizzle(glm::Y, glm::Z, glm::Y, glm::W)</span>
<a name="l00783"></a>00783 <span class="preprocessor"></span><span class="preprocessor">#define bbga swizzle(glm::Z, glm::Z, glm::Y, glm::W)</span>
<a name="l00784"></a>00784 <span class="preprocessor"></span><span class="preprocessor">#define abga swizzle(glm::W, glm::Z, glm::Y, glm::W)</span>
<a name="l00785"></a>00785 <span class="preprocessor"></span><span class="preprocessor">#define raga swizzle(glm::X, glm::W, glm::Y, glm::W)</span>
<a name="l00786"></a>00786 <span class="preprocessor"></span><span class="preprocessor">#define gaga swizzle(glm::Y, glm::W, glm::Y, glm::W)</span>
<a name="l00787"></a>00787 <span class="preprocessor"></span><span class="preprocessor">#define baga swizzle(glm::Z, glm::W, glm::Y, glm::W)</span>
<a name="l00788"></a>00788 <span class="preprocessor"></span><span class="preprocessor">#define aaga swizzle(glm::W, glm::W, glm::Y, glm::W)</span>
<a name="l00789"></a>00789 <span class="preprocessor"></span><span class="preprocessor">#define rrba swizzle(glm::X, glm::X, glm::Z, glm::W)</span>
<a name="l00790"></a>00790 <span class="preprocessor"></span><span class="preprocessor">#define grba swizzle(glm::Y, glm::X, glm::Z, glm::W)</span>
<a name="l00791"></a>00791 <span class="preprocessor"></span><span class="preprocessor">#define brba swizzle(glm::Z, glm::X, glm::Z, glm::W)</span>
<a name="l00792"></a>00792 <span class="preprocessor"></span><span class="preprocessor">#define arba swizzle(glm::W, glm::X, glm::Z, glm::W)</span>
<a name="l00793"></a>00793 <span class="preprocessor"></span><span class="preprocessor">#define rgba swizzle(glm::X, glm::Y, glm::Z, glm::W)</span>
<a name="l00794"></a>00794 <span class="preprocessor"></span><span class="preprocessor">#define ggba swizzle(glm::Y, glm::Y, glm::Z, glm::W)</span>
<a name="l00795"></a>00795 <span class="preprocessor"></span><span class="preprocessor">#define bgba swizzle(glm::Z, glm::Y, glm::Z, glm::W)</span>
<a name="l00796"></a>00796 <span class="preprocessor"></span><span class="preprocessor">#define agba swizzle(glm::W, glm::Y, glm::Z, glm::W)</span>
<a name="l00797"></a>00797 <span class="preprocessor"></span><span class="preprocessor">#define rbba swizzle(glm::X, glm::Z, glm::Z, glm::W)</span>
<a name="l00798"></a>00798 <span class="preprocessor"></span><span class="preprocessor">#define gbba swizzle(glm::Y, glm::Z, glm::Z, glm::W)</span>
<a name="l00799"></a>00799 <span class="preprocessor"></span><span class="preprocessor">#define bbba swizzle(glm::Z, glm::Z, glm::Z, glm::W)</span>
<a name="l00800"></a>00800 <span class="preprocessor"></span><span class="preprocessor">#define abba swizzle(glm::W, glm::Z, glm::Z, glm::W)</span>
<a name="l00801"></a>00801 <span class="preprocessor"></span><span class="preprocessor">#define raba swizzle(glm::X, glm::W, glm::Z, glm::W)</span>
<a name="l00802"></a>00802 <span class="preprocessor"></span><span class="preprocessor">#define gaba swizzle(glm::Y, glm::W, glm::Z, glm::W)</span>
<a name="l00803"></a>00803 <span class="preprocessor"></span><span class="preprocessor">#define baba swizzle(glm::Z, glm::W, glm::Z, glm::W)</span>
<a name="l00804"></a>00804 <span class="preprocessor"></span><span class="preprocessor">#define aaba swizzle(glm::W, glm::W, glm::Z, glm::W)</span>
<a name="l00805"></a>00805 <span class="preprocessor"></span><span class="preprocessor">#define rraa swizzle(glm::X, glm::X, glm::W, glm::W)</span>
<a name="l00806"></a>00806 <span class="preprocessor"></span><span class="preprocessor">#define graa swizzle(glm::Y, glm::X, glm::W, glm::W)</span>
<a name="l00807"></a>00807 <span class="preprocessor"></span><span class="preprocessor">#define braa swizzle(glm::Z, glm::X, glm::W, glm::W)</span>
<a name="l00808"></a>00808 <span class="preprocessor"></span><span class="preprocessor">#define araa swizzle(glm::W, glm::X, glm::W, glm::W)</span>
<a name="l00809"></a>00809 <span class="preprocessor"></span><span class="preprocessor">#define rgaa swizzle(glm::X, glm::Y, glm::W, glm::W)</span>
<a name="l00810"></a>00810 <span class="preprocessor"></span><span class="preprocessor">#define ggaa swizzle(glm::Y, glm::Y, glm::W, glm::W)</span>
<a name="l00811"></a>00811 <span class="preprocessor"></span><span class="preprocessor">#define bgaa swizzle(glm::Z, glm::Y, glm::W, glm::W)</span>
<a name="l00812"></a>00812 <span class="preprocessor"></span><span class="preprocessor">#define agaa swizzle(glm::W, glm::Y, glm::W, glm::W)</span>
<a name="l00813"></a>00813 <span class="preprocessor"></span><span class="preprocessor">#define rbaa swizzle(glm::X, glm::Z, glm::W, glm::W)</span>
<a name="l00814"></a>00814 <span class="preprocessor"></span><span class="preprocessor">#define gbaa swizzle(glm::Y, glm::Z, glm::W, glm::W)</span>
<a name="l00815"></a>00815 <span class="preprocessor"></span><span class="preprocessor">#define bbaa swizzle(glm::Z, glm::Z, glm::W, glm::W)</span>
<a name="l00816"></a>00816 <span class="preprocessor"></span><span class="preprocessor">#define abaa swizzle(glm::W, glm::Z, glm::W, glm::W)</span>
<a name="l00817"></a>00817 <span class="preprocessor"></span><span class="preprocessor">#define raaa swizzle(glm::X, glm::W, glm::W, glm::W)</span>
<a name="l00818"></a>00818 <span class="preprocessor"></span><span class="preprocessor">#define gaaa swizzle(glm::Y, glm::W, glm::W, glm::W)</span>
<a name="l00819"></a>00819 <span class="preprocessor"></span><span class="preprocessor">#define baaa swizzle(glm::Z, glm::W, glm::W, glm::W)</span>
<a name="l00820"></a>00820 <span class="preprocessor"></span><span class="preprocessor">#define aaaa swizzle(glm::W, glm::W, glm::W, glm::W)</span>
<a name="l00821"></a>00821 <span class="preprocessor"></span>
<a name="l00822"></a>00822 <span class="preprocessor">#endif</span>
<a name="l00823"></a>00823 <span class="preprocessor"></span>
<a name="l00824"></a>00824 <span class="preprocessor">#if(defined(GLM_FORCE_SWIZZLE_STPQ) || defined(GLM_SWIZZLE))</span>
<a name="l00825"></a>00825 <span class="preprocessor"></span>
<a name="l00826"></a>00826 <span class="preprocessor">#define ssss swizzle(glm::X, glm::X, glm::X, glm::X)</span>
<a name="l00827"></a>00827 <span class="preprocessor"></span><span class="preprocessor">#define tsss swizzle(glm::Y, glm::X, glm::X, glm::X)</span>
<a name="l00828"></a>00828 <span class="preprocessor"></span><span class="preprocessor">#define psss swizzle(glm::Z, glm::X, glm::X, glm::X)</span>
<a name="l00829"></a>00829 <span class="preprocessor"></span><span class="preprocessor">#define qsss swizzle(glm::W, glm::X, glm::X, glm::X)</span>
<a name="l00830"></a>00830 <span class="preprocessor"></span><span class="preprocessor">#define stss swizzle(glm::X, glm::Y, glm::X, glm::X)</span>
<a name="l00831"></a>00831 <span class="preprocessor"></span><span class="preprocessor">#define ttss swizzle(glm::Y, glm::Y, glm::X, glm::X)</span>
<a name="l00832"></a>00832 <span class="preprocessor"></span><span class="preprocessor">#define ptss swizzle(glm::Z, glm::Y, glm::X, glm::X)</span>
<a name="l00833"></a>00833 <span class="preprocessor"></span><span class="preprocessor">#define qtss swizzle(glm::W, glm::Y, glm::X, glm::X)</span>
<a name="l00834"></a>00834 <span class="preprocessor"></span><span class="preprocessor">#define spss swizzle(glm::X, glm::Z, glm::X, glm::X)</span>
<a name="l00835"></a>00835 <span class="preprocessor"></span><span class="preprocessor">#define tpss swizzle(glm::Y, glm::Z, glm::X, glm::X)</span>
<a name="l00836"></a>00836 <span class="preprocessor"></span><span class="preprocessor">#define ppss swizzle(glm::Z, glm::Z, glm::X, glm::X)</span>
<a name="l00837"></a>00837 <span class="preprocessor"></span><span class="preprocessor">#define qpss swizzle(glm::W, glm::Z, glm::X, glm::X)</span>
<a name="l00838"></a>00838 <span class="preprocessor"></span><span class="preprocessor">#define sqss swizzle(glm::X, glm::W, glm::X, glm::X)</span>
<a name="l00839"></a>00839 <span class="preprocessor"></span><span class="preprocessor">#define tqss swizzle(glm::Y, glm::W, glm::X, glm::X)</span>
<a name="l00840"></a>00840 <span class="preprocessor"></span><span class="preprocessor">#define pqss swizzle(glm::Z, glm::W, glm::X, glm::X)</span>
<a name="l00841"></a>00841 <span class="preprocessor"></span><span class="preprocessor">#define qqss swizzle(glm::W, glm::W, glm::X, glm::X)</span>
<a name="l00842"></a>00842 <span class="preprocessor"></span><span class="preprocessor">#define ssts swizzle(glm::X, glm::X, glm::Y, glm::X)</span>
<a name="l00843"></a>00843 <span class="preprocessor"></span><span class="preprocessor">#define tsts swizzle(glm::Y, glm::X, glm::Y, glm::X)</span>
<a name="l00844"></a>00844 <span class="preprocessor"></span><span class="preprocessor">#define psts swizzle(glm::Z, glm::X, glm::Y, glm::X)</span>
<a name="l00845"></a>00845 <span class="preprocessor"></span><span class="preprocessor">#define qsts swizzle(glm::W, glm::X, glm::Y, glm::X)</span>
<a name="l00846"></a>00846 <span class="preprocessor"></span><span class="preprocessor">#define stts swizzle(glm::X, glm::Y, glm::Y, glm::X)</span>
<a name="l00847"></a>00847 <span class="preprocessor"></span><span class="preprocessor">#define ttts swizzle(glm::Y, glm::Y, glm::Y, glm::X)</span>
<a name="l00848"></a>00848 <span class="preprocessor"></span><span class="preprocessor">#define ptts swizzle(glm::Z, glm::Y, glm::Y, glm::X)</span>
<a name="l00849"></a>00849 <span class="preprocessor"></span><span class="preprocessor">#define qtts swizzle(glm::W, glm::Y, glm::Y, glm::X)</span>
<a name="l00850"></a>00850 <span class="preprocessor"></span><span class="preprocessor">#define spts swizzle(glm::X, glm::Z, glm::Y, glm::X)</span>
<a name="l00851"></a>00851 <span class="preprocessor"></span><span class="preprocessor">#define tpts swizzle(glm::Y, glm::Z, glm::Y, glm::X)</span>
<a name="l00852"></a>00852 <span class="preprocessor"></span><span class="preprocessor">#define ppts swizzle(glm::Z, glm::Z, glm::Y, glm::X)</span>
<a name="l00853"></a>00853 <span class="preprocessor"></span><span class="preprocessor">#define qpts swizzle(glm::W, glm::Z, glm::Y, glm::X)</span>
<a name="l00854"></a>00854 <span class="preprocessor"></span><span class="preprocessor">#define sqts swizzle(glm::X, glm::W, glm::Y, glm::X)</span>
<a name="l00855"></a>00855 <span class="preprocessor"></span><span class="preprocessor">#define tqts swizzle(glm::Y, glm::W, glm::Y, glm::X)</span>
<a name="l00856"></a>00856 <span class="preprocessor"></span><span class="preprocessor">#define pqts swizzle(glm::Z, glm::W, glm::Y, glm::X)</span>
<a name="l00857"></a>00857 <span class="preprocessor"></span><span class="preprocessor">#define qqts swizzle(glm::W, glm::W, glm::Y, glm::X)</span>
<a name="l00858"></a>00858 <span class="preprocessor"></span><span class="preprocessor">#define ssps swizzle(glm::X, glm::X, glm::Z, glm::X)</span>
<a name="l00859"></a>00859 <span class="preprocessor"></span><span class="preprocessor">#define tsps swizzle(glm::Y, glm::X, glm::Z, glm::X)</span>
<a name="l00860"></a>00860 <span class="preprocessor"></span><span class="preprocessor">#define psps swizzle(glm::Z, glm::X, glm::Z, glm::X)</span>
<a name="l00861"></a>00861 <span class="preprocessor"></span><span class="preprocessor">#define qsps swizzle(glm::W, glm::X, glm::Z, glm::X)</span>
<a name="l00862"></a>00862 <span class="preprocessor"></span><span class="preprocessor">#define stps swizzle(glm::X, glm::Y, glm::Z, glm::X)</span>
<a name="l00863"></a>00863 <span class="preprocessor"></span><span class="preprocessor">#define ttps swizzle(glm::Y, glm::Y, glm::Z, glm::X)</span>
<a name="l00864"></a>00864 <span class="preprocessor"></span><span class="preprocessor">#define ptps swizzle(glm::Z, glm::Y, glm::Z, glm::X)</span>
<a name="l00865"></a>00865 <span class="preprocessor"></span><span class="preprocessor">#define qtps swizzle(glm::W, glm::Y, glm::Z, glm::X)</span>
<a name="l00866"></a>00866 <span class="preprocessor"></span><span class="preprocessor">#define spps swizzle(glm::X, glm::Z, glm::Z, glm::X)</span>
<a name="l00867"></a>00867 <span class="preprocessor"></span><span class="preprocessor">#define tpps swizzle(glm::Y, glm::Z, glm::Z, glm::X)</span>
<a name="l00868"></a>00868 <span class="preprocessor"></span><span class="preprocessor">#define ppps swizzle(glm::Z, glm::Z, glm::Z, glm::X)</span>
<a name="l00869"></a>00869 <span class="preprocessor"></span><span class="preprocessor">#define qpps swizzle(glm::W, glm::Z, glm::Z, glm::X)</span>
<a name="l00870"></a>00870 <span class="preprocessor"></span><span class="preprocessor">#define sqps swizzle(glm::X, glm::W, glm::Z, glm::X)</span>
<a name="l00871"></a>00871 <span class="preprocessor"></span><span class="preprocessor">#define tqps swizzle(glm::Y, glm::W, glm::Z, glm::X)</span>
<a name="l00872"></a>00872 <span class="preprocessor"></span><span class="preprocessor">#define pqps swizzle(glm::Z, glm::W, glm::Z, glm::X)</span>
<a name="l00873"></a>00873 <span class="preprocessor"></span><span class="preprocessor">#define qqps swizzle(glm::W, glm::W, glm::Z, glm::X)</span>
<a name="l00874"></a>00874 <span class="preprocessor"></span><span class="preprocessor">#define ssqs swizzle(glm::X, glm::X, glm::W, glm::X)</span>
<a name="l00875"></a>00875 <span class="preprocessor"></span><span class="preprocessor">#define tsqs swizzle(glm::Y, glm::X, glm::W, glm::X)</span>
<a name="l00876"></a>00876 <span class="preprocessor"></span><span class="preprocessor">#define psqs swizzle(glm::Z, glm::X, glm::W, glm::X)</span>
<a name="l00877"></a>00877 <span class="preprocessor"></span><span class="preprocessor">#define qsqs swizzle(glm::W, glm::X, glm::W, glm::X)</span>
<a name="l00878"></a>00878 <span class="preprocessor"></span><span class="preprocessor">#define stqs swizzle(glm::X, glm::Y, glm::W, glm::X)</span>
<a name="l00879"></a>00879 <span class="preprocessor"></span><span class="preprocessor">#define ttqs swizzle(glm::Y, glm::Y, glm::W, glm::X)</span>
<a name="l00880"></a>00880 <span class="preprocessor"></span><span class="preprocessor">#define ptqs swizzle(glm::Z, glm::Y, glm::W, glm::X)</span>
<a name="l00881"></a>00881 <span class="preprocessor"></span><span class="preprocessor">#define qtqs swizzle(glm::W, glm::Y, glm::W, glm::X)</span>
<a name="l00882"></a>00882 <span class="preprocessor"></span><span class="preprocessor">#define spqs swizzle(glm::X, glm::Z, glm::W, glm::X)</span>
<a name="l00883"></a>00883 <span class="preprocessor"></span><span class="preprocessor">#define tpqs swizzle(glm::Y, glm::Z, glm::W, glm::X)</span>
<a name="l00884"></a>00884 <span class="preprocessor"></span><span class="preprocessor">#define ppqs swizzle(glm::Z, glm::Z, glm::W, glm::X)</span>
<a name="l00885"></a>00885 <span class="preprocessor"></span><span class="preprocessor">#define qpqs swizzle(glm::W, glm::Z, glm::W, glm::X)</span>
<a name="l00886"></a>00886 <span class="preprocessor"></span><span class="preprocessor">#define sqqs swizzle(glm::X, glm::W, glm::W, glm::X)</span>
<a name="l00887"></a>00887 <span class="preprocessor"></span><span class="preprocessor">#define tqqs swizzle(glm::Y, glm::W, glm::W, glm::X)</span>
<a name="l00888"></a>00888 <span class="preprocessor"></span><span class="preprocessor">#define pqqs swizzle(glm::Z, glm::W, glm::W, glm::X)</span>
<a name="l00889"></a>00889 <span class="preprocessor"></span><span class="preprocessor">#define qqqs swizzle(glm::W, glm::W, glm::W, glm::X)</span>
<a name="l00890"></a>00890 <span class="preprocessor"></span><span class="preprocessor">#define ssst swizzle(glm::X, glm::X, glm::X, glm::Y)</span>
<a name="l00891"></a>00891 <span class="preprocessor"></span><span class="preprocessor">#define tsst swizzle(glm::Y, glm::X, glm::X, glm::Y)</span>
<a name="l00892"></a>00892 <span class="preprocessor"></span><span class="preprocessor">#define psst swizzle(glm::Z, glm::X, glm::X, glm::Y)</span>
<a name="l00893"></a>00893 <span class="preprocessor"></span><span class="preprocessor">#define qsst swizzle(glm::W, glm::X, glm::X, glm::Y)</span>
<a name="l00894"></a>00894 <span class="preprocessor"></span><span class="preprocessor">#define stst swizzle(glm::X, glm::Y, glm::X, glm::Y)</span>
<a name="l00895"></a>00895 <span class="preprocessor"></span><span class="preprocessor">#define ttst swizzle(glm::Y, glm::Y, glm::X, glm::Y)</span>
<a name="l00896"></a>00896 <span class="preprocessor"></span><span class="preprocessor">#define ptst swizzle(glm::Z, glm::Y, glm::X, glm::Y)</span>
<a name="l00897"></a>00897 <span class="preprocessor"></span><span class="preprocessor">#define qtst swizzle(glm::W, glm::Y, glm::X, glm::Y)</span>
<a name="l00898"></a>00898 <span class="preprocessor"></span><span class="preprocessor">#define spst swizzle(glm::X, glm::Z, glm::X, glm::Y)</span>
<a name="l00899"></a>00899 <span class="preprocessor"></span><span class="preprocessor">#define tpst swizzle(glm::Y, glm::Z, glm::X, glm::Y)</span>
<a name="l00900"></a>00900 <span class="preprocessor"></span><span class="preprocessor">#define ppst swizzle(glm::Z, glm::Z, glm::X, glm::Y)</span>
<a name="l00901"></a>00901 <span class="preprocessor"></span><span class="preprocessor">#define qpst swizzle(glm::W, glm::Z, glm::X, glm::Y)</span>
<a name="l00902"></a>00902 <span class="preprocessor"></span><span class="preprocessor">#define sqst swizzle(glm::X, glm::W, glm::X, glm::Y)</span>
<a name="l00903"></a>00903 <span class="preprocessor"></span><span class="preprocessor">#define tqst swizzle(glm::Y, glm::W, glm::X, glm::Y)</span>
<a name="l00904"></a>00904 <span class="preprocessor"></span><span class="preprocessor">#define pqst swizzle(glm::Z, glm::W, glm::X, glm::Y)</span>
<a name="l00905"></a>00905 <span class="preprocessor"></span><span class="preprocessor">#define qqst swizzle(glm::W, glm::W, glm::X, glm::Y)</span>
<a name="l00906"></a>00906 <span class="preprocessor"></span><span class="preprocessor">#define sstt swizzle(glm::X, glm::X, glm::Y, glm::Y)</span>
<a name="l00907"></a>00907 <span class="preprocessor"></span><span class="preprocessor">#define tstt swizzle(glm::Y, glm::X, glm::Y, glm::Y)</span>
<a name="l00908"></a>00908 <span class="preprocessor"></span><span class="preprocessor">#define pstt swizzle(glm::Z, glm::X, glm::Y, glm::Y)</span>
<a name="l00909"></a>00909 <span class="preprocessor"></span><span class="preprocessor">#define qstt swizzle(glm::W, glm::X, glm::Y, glm::Y)</span>
<a name="l00910"></a>00910 <span class="preprocessor"></span><span class="preprocessor">#define sttt swizzle(glm::X, glm::Y, glm::Y, glm::Y)</span>
<a name="l00911"></a>00911 <span class="preprocessor"></span><span class="preprocessor">#define tttt swizzle(glm::Y, glm::Y, glm::Y, glm::Y)</span>
<a name="l00912"></a>00912 <span class="preprocessor"></span><span class="preprocessor">#define pttt swizzle(glm::Z, glm::Y, glm::Y, glm::Y)</span>
<a name="l00913"></a>00913 <span class="preprocessor"></span><span class="preprocessor">#define qttt swizzle(glm::W, glm::Y, glm::Y, glm::Y)</span>
<a name="l00914"></a>00914 <span class="preprocessor"></span><span class="preprocessor">#define sptt swizzle(glm::X, glm::Z, glm::Y, glm::Y)</span>
<a name="l00915"></a>00915 <span class="preprocessor"></span><span class="preprocessor">#define tptt swizzle(glm::Y, glm::Z, glm::Y, glm::Y)</span>
<a name="l00916"></a>00916 <span class="preprocessor"></span><span class="preprocessor">#define pptt swizzle(glm::Z, glm::Z, glm::Y, glm::Y)</span>
<a name="l00917"></a>00917 <span class="preprocessor"></span><span class="preprocessor">#define qptt swizzle(glm::W, glm::Z, glm::Y, glm::Y)</span>
<a name="l00918"></a>00918 <span class="preprocessor"></span><span class="preprocessor">#define sqtt swizzle(glm::X, glm::W, glm::Y, glm::Y)</span>
<a name="l00919"></a>00919 <span class="preprocessor"></span><span class="preprocessor">#define tqtt swizzle(glm::Y, glm::W, glm::Y, glm::Y)</span>
<a name="l00920"></a>00920 <span class="preprocessor"></span><span class="preprocessor">#define pqtt swizzle(glm::Z, glm::W, glm::Y, glm::Y)</span>
<a name="l00921"></a>00921 <span class="preprocessor"></span><span class="preprocessor">#define qqtt swizzle(glm::W, glm::W, glm::Y, glm::Y)</span>
<a name="l00922"></a>00922 <span class="preprocessor"></span><span class="preprocessor">#define sspt swizzle(glm::X, glm::X, glm::Z, glm::Y)</span>
<a name="l00923"></a>00923 <span class="preprocessor"></span><span class="preprocessor">#define tspt swizzle(glm::Y, glm::X, glm::Z, glm::Y)</span>
<a name="l00924"></a>00924 <span class="preprocessor"></span><span class="preprocessor">#define pspt swizzle(glm::Z, glm::X, glm::Z, glm::Y)</span>
<a name="l00925"></a>00925 <span class="preprocessor"></span><span class="preprocessor">#define qspt swizzle(glm::W, glm::X, glm::Z, glm::Y)</span>
<a name="l00926"></a>00926 <span class="preprocessor"></span><span class="preprocessor">#define stpt swizzle(glm::X, glm::Y, glm::Z, glm::Y)</span>
<a name="l00927"></a>00927 <span class="preprocessor"></span><span class="preprocessor">#define ttpt swizzle(glm::Y, glm::Y, glm::Z, glm::Y)</span>
<a name="l00928"></a>00928 <span class="preprocessor"></span><span class="preprocessor">#define ptpt swizzle(glm::Z, glm::Y, glm::Z, glm::Y)</span>
<a name="l00929"></a>00929 <span class="preprocessor"></span><span class="preprocessor">#define qtpt swizzle(glm::W, glm::Y, glm::Z, glm::Y)</span>
<a name="l00930"></a>00930 <span class="preprocessor"></span><span class="preprocessor">#define sppt swizzle(glm::X, glm::Z, glm::Z, glm::Y)</span>
<a name="l00931"></a>00931 <span class="preprocessor"></span><span class="preprocessor">#define tppt swizzle(glm::Y, glm::Z, glm::Z, glm::Y)</span>
<a name="l00932"></a>00932 <span class="preprocessor"></span><span class="preprocessor">#define pppt swizzle(glm::Z, glm::Z, glm::Z, glm::Y)</span>
<a name="l00933"></a>00933 <span class="preprocessor"></span><span class="preprocessor">#define qppt swizzle(glm::W, glm::Z, glm::Z, glm::Y)</span>
<a name="l00934"></a>00934 <span class="preprocessor"></span><span class="preprocessor">#define sqpt swizzle(glm::X, glm::W, glm::Z, glm::Y)</span>
<a name="l00935"></a>00935 <span class="preprocessor"></span><span class="preprocessor">#define tqpt swizzle(glm::Y, glm::W, glm::Z, glm::Y)</span>
<a name="l00936"></a>00936 <span class="preprocessor"></span><span class="preprocessor">#define pqpt swizzle(glm::Z, glm::W, glm::Z, glm::Y)</span>
<a name="l00937"></a>00937 <span class="preprocessor"></span><span class="preprocessor">#define qqpt swizzle(glm::W, glm::W, glm::Z, glm::Y)</span>
<a name="l00938"></a>00938 <span class="preprocessor"></span><span class="preprocessor">#define ssqt swizzle(glm::X, glm::X, glm::W, glm::Y)</span>
<a name="l00939"></a>00939 <span class="preprocessor"></span><span class="preprocessor">#define tsqt swizzle(glm::Y, glm::X, glm::W, glm::Y)</span>
<a name="l00940"></a>00940 <span class="preprocessor"></span><span class="preprocessor">#define psqt swizzle(glm::Z, glm::X, glm::W, glm::Y)</span>
<a name="l00941"></a>00941 <span class="preprocessor"></span><span class="preprocessor">#define qsqt swizzle(glm::W, glm::X, glm::W, glm::Y)</span>
<a name="l00942"></a>00942 <span class="preprocessor"></span><span class="preprocessor">#define stqt swizzle(glm::X, glm::Y, glm::W, glm::Y)</span>
<a name="l00943"></a>00943 <span class="preprocessor"></span><span class="preprocessor">#define ttqt swizzle(glm::Y, glm::Y, glm::W, glm::Y)</span>
<a name="l00944"></a>00944 <span class="preprocessor"></span><span class="preprocessor">#define ptqt swizzle(glm::Z, glm::Y, glm::W, glm::Y)</span>
<a name="l00945"></a>00945 <span class="preprocessor"></span><span class="preprocessor">#define qtqt swizzle(glm::W, glm::Y, glm::W, glm::Y)</span>
<a name="l00946"></a>00946 <span class="preprocessor"></span><span class="preprocessor">#define spqt swizzle(glm::X, glm::Z, glm::W, glm::Y)</span>
<a name="l00947"></a>00947 <span class="preprocessor"></span><span class="preprocessor">#define tpqt swizzle(glm::Y, glm::Z, glm::W, glm::Y)</span>
<a name="l00948"></a>00948 <span class="preprocessor"></span><span class="preprocessor">#define ppqt swizzle(glm::Z, glm::Z, glm::W, glm::Y)</span>
<a name="l00949"></a>00949 <span class="preprocessor"></span><span class="preprocessor">#define qpqt swizzle(glm::W, glm::Z, glm::W, glm::Y)</span>
<a name="l00950"></a>00950 <span class="preprocessor"></span><span class="preprocessor">#define sqqt swizzle(glm::X, glm::W, glm::W, glm::Y)</span>
<a name="l00951"></a>00951 <span class="preprocessor"></span><span class="preprocessor">#define tqqt swizzle(glm::Y, glm::W, glm::W, glm::Y)</span>
<a name="l00952"></a>00952 <span class="preprocessor"></span><span class="preprocessor">#define pqqt swizzle(glm::Z, glm::W, glm::W, glm::Y)</span>
<a name="l00953"></a>00953 <span class="preprocessor"></span><span class="preprocessor">#define qqqt swizzle(glm::W, glm::W, glm::W, glm::Y)</span>
<a name="l00954"></a>00954 <span class="preprocessor"></span><span class="preprocessor">#define sssp swizzle(glm::X, glm::X, glm::X, glm::Z)</span>
<a name="l00955"></a>00955 <span class="preprocessor"></span><span class="preprocessor">#define tssp swizzle(glm::Y, glm::X, glm::X, glm::Z)</span>
<a name="l00956"></a>00956 <span class="preprocessor"></span><span class="preprocessor">#define pssp swizzle(glm::Z, glm::X, glm::X, glm::Z)</span>
<a name="l00957"></a>00957 <span class="preprocessor"></span><span class="preprocessor">#define qssp swizzle(glm::W, glm::X, glm::X, glm::Z)</span>
<a name="l00958"></a>00958 <span class="preprocessor"></span><span class="preprocessor">#define stsp swizzle(glm::X, glm::Y, glm::X, glm::Z)</span>
<a name="l00959"></a>00959 <span class="preprocessor"></span><span class="preprocessor">#define ttsp swizzle(glm::Y, glm::Y, glm::X, glm::Z)</span>
<a name="l00960"></a>00960 <span class="preprocessor"></span><span class="preprocessor">#define ptsp swizzle(glm::Z, glm::Y, glm::X, glm::Z)</span>
<a name="l00961"></a>00961 <span class="preprocessor"></span><span class="preprocessor">#define qtsp swizzle(glm::W, glm::Y, glm::X, glm::Z)</span>
<a name="l00962"></a>00962 <span class="preprocessor"></span><span class="preprocessor">#define spsp swizzle(glm::X, glm::Z, glm::X, glm::Z)</span>
<a name="l00963"></a>00963 <span class="preprocessor"></span><span class="preprocessor">#define tpsp swizzle(glm::Y, glm::Z, glm::X, glm::Z)</span>
<a name="l00964"></a>00964 <span class="preprocessor"></span><span class="preprocessor">#define ppsp swizzle(glm::Z, glm::Z, glm::X, glm::Z)</span>
<a name="l00965"></a>00965 <span class="preprocessor"></span><span class="preprocessor">#define qpsp swizzle(glm::W, glm::Z, glm::X, glm::Z)</span>
<a name="l00966"></a>00966 <span class="preprocessor"></span><span class="preprocessor">#define sqsp swizzle(glm::X, glm::W, glm::X, glm::Z)</span>
<a name="l00967"></a>00967 <span class="preprocessor"></span><span class="preprocessor">#define tqsp swizzle(glm::Y, glm::W, glm::X, glm::Z)</span>
<a name="l00968"></a>00968 <span class="preprocessor"></span><span class="preprocessor">#define pqsp swizzle(glm::Z, glm::W, glm::X, glm::Z)</span>
<a name="l00969"></a>00969 <span class="preprocessor"></span><span class="preprocessor">#define qqsp swizzle(glm::W, glm::W, glm::X, glm::Z)</span>
<a name="l00970"></a>00970 <span class="preprocessor"></span><span class="preprocessor">#define sstp swizzle(glm::X, glm::X, glm::Y, glm::Z)</span>
<a name="l00971"></a>00971 <span class="preprocessor"></span><span class="preprocessor">#define tstp swizzle(glm::Y, glm::X, glm::Y, glm::Z)</span>
<a name="l00972"></a>00972 <span class="preprocessor"></span><span class="preprocessor">#define pstp swizzle(glm::Z, glm::X, glm::Y, glm::Z)</span>
<a name="l00973"></a>00973 <span class="preprocessor"></span><span class="preprocessor">#define qstp swizzle(glm::W, glm::X, glm::Y, glm::Z)</span>
<a name="l00974"></a>00974 <span class="preprocessor"></span><span class="preprocessor">#define sttp swizzle(glm::X, glm::Y, glm::Y, glm::Z)</span>
<a name="l00975"></a>00975 <span class="preprocessor"></span><span class="preprocessor">#define tttp swizzle(glm::Y, glm::Y, glm::Y, glm::Z)</span>
<a name="l00976"></a>00976 <span class="preprocessor"></span><span class="preprocessor">#define pttp swizzle(glm::Z, glm::Y, glm::Y, glm::Z)</span>
<a name="l00977"></a>00977 <span class="preprocessor"></span><span class="preprocessor">#define qttp swizzle(glm::W, glm::Y, glm::Y, glm::Z)</span>
<a name="l00978"></a>00978 <span class="preprocessor"></span><span class="preprocessor">#define sptp swizzle(glm::X, glm::Z, glm::Y, glm::Z)</span>
<a name="l00979"></a>00979 <span class="preprocessor"></span><span class="preprocessor">#define tptp swizzle(glm::Y, glm::Z, glm::Y, glm::Z)</span>
<a name="l00980"></a>00980 <span class="preprocessor"></span><span class="preprocessor">#define pptp swizzle(glm::Z, glm::Z, glm::Y, glm::Z)</span>
<a name="l00981"></a>00981 <span class="preprocessor"></span><span class="preprocessor">#define qptp swizzle(glm::W, glm::Z, glm::Y, glm::Z)</span>
<a name="l00982"></a>00982 <span class="preprocessor"></span><span class="preprocessor">#define sqtp swizzle(glm::X, glm::W, glm::Y, glm::Z)</span>
<a name="l00983"></a>00983 <span class="preprocessor"></span><span class="preprocessor">#define tqtp swizzle(glm::Y, glm::W, glm::Y, glm::Z)</span>
<a name="l00984"></a>00984 <span class="preprocessor"></span><span class="preprocessor">#define pqtp swizzle(glm::Z, glm::W, glm::Y, glm::Z)</span>
<a name="l00985"></a>00985 <span class="preprocessor"></span><span class="preprocessor">#define qqtp swizzle(glm::W, glm::W, glm::Y, glm::Z)</span>
<a name="l00986"></a>00986 <span class="preprocessor"></span><span class="preprocessor">#define sspp swizzle(glm::X, glm::X, glm::Z, glm::Z)</span>
<a name="l00987"></a>00987 <span class="preprocessor"></span><span class="preprocessor">#define tspp swizzle(glm::Y, glm::X, glm::Z, glm::Z)</span>
<a name="l00988"></a>00988 <span class="preprocessor"></span><span class="preprocessor">#define pspp swizzle(glm::Z, glm::X, glm::Z, glm::Z)</span>
<a name="l00989"></a>00989 <span class="preprocessor"></span><span class="preprocessor">#define qspp swizzle(glm::W, glm::X, glm::Z, glm::Z)</span>
<a name="l00990"></a>00990 <span class="preprocessor"></span><span class="preprocessor">#define stpp swizzle(glm::X, glm::Y, glm::Z, glm::Z)</span>
<a name="l00991"></a>00991 <span class="preprocessor"></span><span class="preprocessor">#define ttpp swizzle(glm::Y, glm::Y, glm::Z, glm::Z)</span>
<a name="l00992"></a>00992 <span class="preprocessor"></span><span class="preprocessor">#define ptpp swizzle(glm::Z, glm::Y, glm::Z, glm::Z)</span>
<a name="l00993"></a>00993 <span class="preprocessor"></span><span class="preprocessor">#define qtpp swizzle(glm::W, glm::Y, glm::Z, glm::Z)</span>
<a name="l00994"></a>00994 <span class="preprocessor"></span><span class="preprocessor">#define sppp swizzle(glm::X, glm::Z, glm::Z, glm::Z)</span>
<a name="l00995"></a>00995 <span class="preprocessor"></span><span class="preprocessor">#define tppp swizzle(glm::Y, glm::Z, glm::Z, glm::Z)</span>
<a name="l00996"></a>00996 <span class="preprocessor"></span><span class="preprocessor">#define pppp swizzle(glm::Z, glm::Z, glm::Z, glm::Z)</span>
<a name="l00997"></a>00997 <span class="preprocessor"></span><span class="preprocessor">#define qppp swizzle(glm::W, glm::Z, glm::Z, glm::Z)</span>
<a name="l00998"></a>00998 <span class="preprocessor"></span><span class="preprocessor">#define sqpp swizzle(glm::X, glm::W, glm::Z, glm::Z)</span>
<a name="l00999"></a>00999 <span class="preprocessor"></span><span class="preprocessor">#define tqpp swizzle(glm::Y, glm::W, glm::Z, glm::Z)</span>
<a name="l01000"></a>01000 <span class="preprocessor"></span><span class="preprocessor">#define pqpp swizzle(glm::Z, glm::W, glm::Z, glm::Z)</span>
<a name="l01001"></a>01001 <span class="preprocessor"></span><span class="preprocessor">#define qqpp swizzle(glm::W, glm::W, glm::Z, glm::Z)</span>
<a name="l01002"></a>01002 <span class="preprocessor"></span><span class="preprocessor">#define ssqp swizzle(glm::X, glm::X, glm::W, glm::Z)</span>
<a name="l01003"></a>01003 <span class="preprocessor"></span><span class="preprocessor">#define tsqp swizzle(glm::Y, glm::X, glm::W, glm::Z)</span>
<a name="l01004"></a>01004 <span class="preprocessor"></span><span class="preprocessor">#define psqp swizzle(glm::Z, glm::X, glm::W, glm::Z)</span>
<a name="l01005"></a>01005 <span class="preprocessor"></span><span class="preprocessor">#define qsqp swizzle(glm::W, glm::X, glm::W, glm::Z)</span>
<a name="l01006"></a>01006 <span class="preprocessor"></span><span class="preprocessor">#define stqp swizzle(glm::X, glm::Y, glm::W, glm::Z)</span>
<a name="l01007"></a>01007 <span class="preprocessor"></span><span class="preprocessor">#define ttqp swizzle(glm::Y, glm::Y, glm::W, glm::Z)</span>
<a name="l01008"></a>01008 <span class="preprocessor"></span><span class="preprocessor">#define ptqp swizzle(glm::Z, glm::Y, glm::W, glm::Z)</span>
<a name="l01009"></a>01009 <span class="preprocessor"></span><span class="preprocessor">#define qtqp swizzle(glm::W, glm::Y, glm::W, glm::Z)</span>
<a name="l01010"></a>01010 <span class="preprocessor"></span><span class="preprocessor">#define spqp swizzle(glm::X, glm::Z, glm::W, glm::Z)</span>
<a name="l01011"></a>01011 <span class="preprocessor"></span><span class="preprocessor">#define tpqp swizzle(glm::Y, glm::Z, glm::W, glm::Z)</span>
<a name="l01012"></a>01012 <span class="preprocessor"></span><span class="preprocessor">#define ppqp swizzle(glm::Z, glm::Z, glm::W, glm::Z)</span>
<a name="l01013"></a>01013 <span class="preprocessor"></span><span class="preprocessor">#define qpqp swizzle(glm::W, glm::Z, glm::W, glm::Z)</span>
<a name="l01014"></a>01014 <span class="preprocessor"></span><span class="preprocessor">#define sqqp swizzle(glm::X, glm::W, glm::W, glm::Z)</span>
<a name="l01015"></a>01015 <span class="preprocessor"></span><span class="preprocessor">#define tqqp swizzle(glm::Y, glm::W, glm::W, glm::Z)</span>
<a name="l01016"></a>01016 <span class="preprocessor"></span><span class="preprocessor">#define pqqp swizzle(glm::Z, glm::W, glm::W, glm::Z)</span>
<a name="l01017"></a>01017 <span class="preprocessor"></span><span class="preprocessor">#define qqqp swizzle(glm::W, glm::W, glm::W, glm::Z)</span>
<a name="l01018"></a>01018 <span class="preprocessor"></span><span class="preprocessor">#define sssq swizzle(glm::X, glm::X, glm::X, glm::W)</span>
<a name="l01019"></a>01019 <span class="preprocessor"></span><span class="preprocessor">#define tssq swizzle(glm::Y, glm::X, glm::X, glm::W)</span>
<a name="l01020"></a>01020 <span class="preprocessor"></span><span class="preprocessor">#define pssq swizzle(glm::Z, glm::X, glm::X, glm::W)</span>
<a name="l01021"></a>01021 <span class="preprocessor"></span><span class="preprocessor">#define qssq swizzle(glm::W, glm::X, glm::X, glm::W)</span>
<a name="l01022"></a>01022 <span class="preprocessor"></span><span class="preprocessor">#define stsq swizzle(glm::X, glm::Y, glm::X, glm::W)</span>
<a name="l01023"></a>01023 <span class="preprocessor"></span><span class="preprocessor">#define ttsq swizzle(glm::Y, glm::Y, glm::X, glm::W)</span>
<a name="l01024"></a>01024 <span class="preprocessor"></span><span class="preprocessor">#define ptsq swizzle(glm::Z, glm::Y, glm::X, glm::W)</span>
<a name="l01025"></a>01025 <span class="preprocessor"></span><span class="preprocessor">#define qtsq swizzle(glm::W, glm::Y, glm::X, glm::W)</span>
<a name="l01026"></a>01026 <span class="preprocessor"></span><span class="preprocessor">#define spsq swizzle(glm::X, glm::Z, glm::X, glm::W)</span>
<a name="l01027"></a>01027 <span class="preprocessor"></span><span class="preprocessor">#define tpsq swizzle(glm::Y, glm::Z, glm::X, glm::W)</span>
<a name="l01028"></a>01028 <span class="preprocessor"></span><span class="preprocessor">#define ppsq swizzle(glm::Z, glm::Z, glm::X, glm::W)</span>
<a name="l01029"></a>01029 <span class="preprocessor"></span><span class="preprocessor">#define qpsq swizzle(glm::W, glm::Z, glm::X, glm::W)</span>
<a name="l01030"></a>01030 <span class="preprocessor"></span><span class="preprocessor">#define sqsq swizzle(glm::X, glm::W, glm::X, glm::W)</span>
<a name="l01031"></a>01031 <span class="preprocessor"></span><span class="preprocessor">#define tqsq swizzle(glm::Y, glm::W, glm::X, glm::W)</span>
<a name="l01032"></a>01032 <span class="preprocessor"></span><span class="preprocessor">#define pqsq swizzle(glm::Z, glm::W, glm::X, glm::W)</span>
<a name="l01033"></a>01033 <span class="preprocessor"></span><span class="preprocessor">#define qqsq swizzle(glm::W, glm::W, glm::X, glm::W)</span>
<a name="l01034"></a>01034 <span class="preprocessor"></span><span class="preprocessor">#define sstq swizzle(glm::X, glm::X, glm::Y, glm::W)</span>
<a name="l01035"></a>01035 <span class="preprocessor"></span><span class="preprocessor">#define tstq swizzle(glm::Y, glm::X, glm::Y, glm::W)</span>
<a name="l01036"></a>01036 <span class="preprocessor"></span><span class="preprocessor">#define pstq swizzle(glm::Z, glm::X, glm::Y, glm::W)</span>
<a name="l01037"></a>01037 <span class="preprocessor"></span><span class="preprocessor">#define qstq swizzle(glm::W, glm::X, glm::Y, glm::W)</span>
<a name="l01038"></a>01038 <span class="preprocessor"></span><span class="preprocessor">#define sttq swizzle(glm::X, glm::Y, glm::Y, glm::W)</span>
<a name="l01039"></a>01039 <span class="preprocessor"></span><span class="preprocessor">#define tttq swizzle(glm::Y, glm::Y, glm::Y, glm::W)</span>
<a name="l01040"></a>01040 <span class="preprocessor"></span><span class="preprocessor">#define pttq swizzle(glm::Z, glm::Y, glm::Y, glm::W)</span>
<a name="l01041"></a>01041 <span class="preprocessor"></span><span class="preprocessor">#define qttq swizzle(glm::W, glm::Y, glm::Y, glm::W)</span>
<a name="l01042"></a>01042 <span class="preprocessor"></span><span class="preprocessor">#define sptq swizzle(glm::X, glm::Z, glm::Y, glm::W)</span>
<a name="l01043"></a>01043 <span class="preprocessor"></span><span class="preprocessor">#define tptq swizzle(glm::Y, glm::Z, glm::Y, glm::W)</span>
<a name="l01044"></a>01044 <span class="preprocessor"></span><span class="preprocessor">#define pptq swizzle(glm::Z, glm::Z, glm::Y, glm::W)</span>
<a name="l01045"></a>01045 <span class="preprocessor"></span><span class="preprocessor">#define qptq swizzle(glm::W, glm::Z, glm::Y, glm::W)</span>
<a name="l01046"></a>01046 <span class="preprocessor"></span><span class="preprocessor">#define sqtq swizzle(glm::X, glm::W, glm::Y, glm::W)</span>
<a name="l01047"></a>01047 <span class="preprocessor"></span><span class="preprocessor">#define tqtq swizzle(glm::Y, glm::W, glm::Y, glm::W)</span>
<a name="l01048"></a>01048 <span class="preprocessor"></span><span class="preprocessor">#define pqtq swizzle(glm::Z, glm::W, glm::Y, glm::W)</span>
<a name="l01049"></a>01049 <span class="preprocessor"></span><span class="preprocessor">#define qqtq swizzle(glm::W, glm::W, glm::Y, glm::W)</span>
<a name="l01050"></a>01050 <span class="preprocessor"></span><span class="preprocessor">#define sspq swizzle(glm::X, glm::X, glm::Z, glm::W)</span>
<a name="l01051"></a>01051 <span class="preprocessor"></span><span class="preprocessor">#define tspq swizzle(glm::Y, glm::X, glm::Z, glm::W)</span>
<a name="l01052"></a>01052 <span class="preprocessor"></span><span class="preprocessor">#define pspq swizzle(glm::Z, glm::X, glm::Z, glm::W)</span>
<a name="l01053"></a>01053 <span class="preprocessor"></span><span class="preprocessor">#define qspq swizzle(glm::W, glm::X, glm::Z, glm::W)</span>
<a name="l01054"></a>01054 <span class="preprocessor"></span><span class="preprocessor">#define stpq swizzle(glm::X, glm::Y, glm::Z, glm::W)</span>
<a name="l01055"></a>01055 <span class="preprocessor"></span><span class="preprocessor">#define ttpq swizzle(glm::Y, glm::Y, glm::Z, glm::W)</span>
<a name="l01056"></a>01056 <span class="preprocessor"></span><span class="preprocessor">#define ptpq swizzle(glm::Z, glm::Y, glm::Z, glm::W)</span>
<a name="l01057"></a>01057 <span class="preprocessor"></span><span class="preprocessor">#define qtpq swizzle(glm::W, glm::Y, glm::Z, glm::W)</span>
<a name="l01058"></a>01058 <span class="preprocessor"></span><span class="preprocessor">#define sppq swizzle(glm::X, glm::Z, glm::Z, glm::W)</span>
<a name="l01059"></a>01059 <span class="preprocessor"></span><span class="preprocessor">#define tppq swizzle(glm::Y, glm::Z, glm::Z, glm::W)</span>
<a name="l01060"></a>01060 <span class="preprocessor"></span><span class="preprocessor">#define pppq swizzle(glm::Z, glm::Z, glm::Z, glm::W)</span>
<a name="l01061"></a>01061 <span class="preprocessor"></span><span class="preprocessor">#define qppq swizzle(glm::W, glm::Z, glm::Z, glm::W)</span>
<a name="l01062"></a>01062 <span class="preprocessor"></span><span class="preprocessor">#define sqpq swizzle(glm::X, glm::W, glm::Z, glm::W)</span>
<a name="l01063"></a>01063 <span class="preprocessor"></span><span class="preprocessor">#define tqpq swizzle(glm::Y, glm::W, glm::Z, glm::W)</span>
<a name="l01064"></a>01064 <span class="preprocessor"></span><span class="preprocessor">#define pqpq swizzle(glm::Z, glm::W, glm::Z, glm::W)</span>
<a name="l01065"></a>01065 <span class="preprocessor"></span><span class="preprocessor">#define qqpq swizzle(glm::W, glm::W, glm::Z, glm::W)</span>
<a name="l01066"></a>01066 <span class="preprocessor"></span><span class="preprocessor">#define ssqq swizzle(glm::X, glm::X, glm::W, glm::W)</span>
<a name="l01067"></a>01067 <span class="preprocessor"></span><span class="preprocessor">#define tsqq swizzle(glm::Y, glm::X, glm::W, glm::W)</span>
<a name="l01068"></a>01068 <span class="preprocessor"></span><span class="preprocessor">#define psqq swizzle(glm::Z, glm::X, glm::W, glm::W)</span>
<a name="l01069"></a>01069 <span class="preprocessor"></span><span class="preprocessor">#define qsqq swizzle(glm::W, glm::X, glm::W, glm::W)</span>
<a name="l01070"></a>01070 <span class="preprocessor"></span><span class="preprocessor">#define stqq swizzle(glm::X, glm::Y, glm::W, glm::W)</span>
<a name="l01071"></a>01071 <span class="preprocessor"></span><span class="preprocessor">#define ttqq swizzle(glm::Y, glm::Y, glm::W, glm::W)</span>
<a name="l01072"></a>01072 <span class="preprocessor"></span><span class="preprocessor">#define ptqq swizzle(glm::Z, glm::Y, glm::W, glm::W)</span>
<a name="l01073"></a>01073 <span class="preprocessor"></span><span class="preprocessor">#define qtqq swizzle(glm::W, glm::Y, glm::W, glm::W)</span>
<a name="l01074"></a>01074 <span class="preprocessor"></span><span class="preprocessor">#define spqq swizzle(glm::X, glm::Z, glm::W, glm::W)</span>
<a name="l01075"></a>01075 <span class="preprocessor"></span><span class="preprocessor">#define tpqq swizzle(glm::Y, glm::Z, glm::W, glm::W)</span>
<a name="l01076"></a>01076 <span class="preprocessor"></span><span class="preprocessor">#define ppqq swizzle(glm::Z, glm::Z, glm::W, glm::W)</span>
<a name="l01077"></a>01077 <span class="preprocessor"></span><span class="preprocessor">#define qpqq swizzle(glm::W, glm::Z, glm::W, glm::W)</span>
<a name="l01078"></a>01078 <span class="preprocessor"></span><span class="preprocessor">#define sqqq swizzle(glm::X, glm::W, glm::W, glm::W)</span>
<a name="l01079"></a>01079 <span class="preprocessor"></span><span class="preprocessor">#define tqqq swizzle(glm::Y, glm::W, glm::W, glm::W)</span>
<a name="l01080"></a>01080 <span class="preprocessor"></span><span class="preprocessor">#define pqqq swizzle(glm::Z, glm::W, glm::W, glm::W)</span>
<a name="l01081"></a>01081 <span class="preprocessor"></span><span class="preprocessor">#define qqqq swizzle(glm::W, glm::W, glm::W, glm::W)</span>
<a name="l01082"></a>01082 <span class="preprocessor"></span>
<a name="l01083"></a>01083 <span class="preprocessor">#endif</span>
<a name="l01084"></a>01084 <span class="preprocessor"></span>
<a name="l01085"></a>01085 <span class="preprocessor">#endif//glm_core_swizzle</span>
</pre></div></div>
</div>
<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.7.4 </small></address>
</body>
</html>
|
web/assets/js/angular/docs/partials/api/ng.directive:input.radio.html
|
lucian303/symfony2-angular-skeleton
|
<a href="http://github.com/angular/angular.js/tree/v1.2.0-rc.3/src/ng/directive/input.js#L300" class="view-source btn btn-action"><i class="icon-zoom-in"> </i> View source</a><a href="http://github.com/angular/angular.js/edit/master/src/ng/directive/input.js" class="improve-docs btn btn-primary"><i class="icon-edit"> </i> Improve this doc</a><h1><code ng:non-bindable="">input [radio]</code>
<div><span class="hint">directive in module <code ng:non-bindable="">ng</code>
</span>
</div>
</h1>
<div><h2 id="description">Description</h2>
<div class="description"><div class="ng-directive-page ng-directive-input-radio-page"><p>HTML radio button.</p>
</div></div>
<h2 id="usage">Usage</h2>
<div class="usage"><pre class="prettyprint linenums"><input type="radio"
ng-model="{string}"
value="{string}"
[name="{string}"]
[ng-change="{string}"]></pre>
<h4 id="usage_parameters">Parameters</h4><table class="variables-matrix table table-bordered table-striped"><thead><tr><th>Param</th><th>Type</th><th>Details</th></tr></thead><tbody><tr><td>ngModel</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ng-directive-page ng-directive-input-radio-page"><p>Assignable angular expression to data-bind to.</p>
</div></td></tr><tr><td>value</td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ng-directive-page ng-directive-input-radio-page"><p>The value to which the expression should be set when selected.</p>
</div></td></tr><tr><td>name <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ng-directive-page ng-directive-input-radio-page"><p>Property name of the form under which the control is published.</p>
</div></td></tr><tr><td>ngChange <div><em>(optional)</em></div></td><td><a href="" class="label type-hint type-hint-string">string</a></td><td><div class="ng-directive-page ng-directive-input-radio-page"><p>Angular expression to be executed when input changes due to user
interaction with the input element.</p>
</div></td></tr></tbody></table></div>
<h2 id="example">Example</h2>
<div class="example"><div class="ng-directive-page ng-directive-input-radio-page"><h4 id="example_source">Source</h4>
<div source-edit="" source-edit-deps="angular.js script.js" source-edit-html="index.html-39" source-edit-css="" source-edit-js="script.js-38" source-edit-json="" source-edit-unit="" source-edit-scenario="scenario.js-40"></div>
<div class="tabbable"><div class="tab-pane" title="index.html">
<pre class="prettyprint linenums" ng-set-text="index.html-39" ng-html-wrap=" angular.js script.js"></pre>
<script type="text/ng-template" id="index.html-39">
<form name="myForm" ng-controller="Ctrl">
<input type="radio" ng-model="color" value="red"> Red <br/>
<input type="radio" ng-model="color" value="green"> Green <br/>
<input type="radio" ng-model="color" value="blue"> Blue <br/>
<tt>color = {{color}}</tt><br/>
</form>
</script>
</div>
<div class="tab-pane" title="script.js">
<pre class="prettyprint linenums" ng-set-text="script.js-38"></pre>
<script type="text/ng-template" id="script.js-38">
function Ctrl($scope) {
$scope.color = 'blue';
}
</script>
</div>
<div class="tab-pane" title="End to end test">
<pre class="prettyprint linenums" ng-set-text="scenario.js-40"></pre>
<script type="text/ng-template" id="scenario.js-40">
it('should change state', function() {
expect(binding('color')).toEqual('blue');
input('color').select('red');
expect(binding('color')).toEqual('red');
});
</script>
</div>
</div><h4 id="example_demo">Demo</h4>
<div class="well doc-example-live animate-container" ng-embed-app="" ng-set-html="index.html-39" ng-eval-javascript="script.js-38"></div>
</div></div>
</div>
|
example/index.html
|
hokaccha/js-flipsnap
|
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Flipsnap Sample</title>
<link rel="stylesheet" href="style.css">
<script src="../flipsnap.js"></script>
<script src="../test/lib/jquery.js"></script>
<script src="demo.js"></script>
</head>
<body>
<h1>Flipsnap Example</h1>
<section>
<h2>Demo</h2>
<section class="demo" id="demo-simple">
<h3>simple</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
</section>
<section class="demo" id="demo-threshold">
<h3>threshold</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
</section>
<section class="demo" id="demo-img">
<h3>img</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item"><img src="img/sample.png" alt="img"></div>
<div class="item"><img src="img/sample.png" alt="img"></div>
<div class="item"><img src="img/sample.png" alt="img"></div>
</div>
</div>
</section>
<section class="demo" id="demo-distance">
<h3>distance</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
</div>
</div>
</section>
<section class="demo" id="demo-maxPoint">
<h3>maxPoint</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
<div class="item">6</div>
<div class="item">7</div>
<div class="item">8</div>
<div class="item">9</div>
<div class="item">10</div>
</div>
</div>
</section>
<section class="demo" id="demo-transitionDuration">
<h3>transitionDuration</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
</div>
</div>
</section>
<section class="demo" id="demo-pointmove">
<h3>pointmove event</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
</div>
</div>
<div class="pointer">
<span class="current"></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<p class="controls">
<button class="prev" disabled>prev</button>
<button class="next">next</button>
</p>
</section>
<section class="demo" id="demo-touchevents">
<h3>touch events</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
<div class="log">
<div class="event">event: <span></span></div>
<pre class="detail"></pre>
</div>
</section>
<section class="demo" id="demo-cancelmove">
<h3>cancel move (only next)</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
</section>
<section class="demo" id="demo-refresh">
<h3>refresh</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
</div>
</div>
<p class="controls">
<button class="add">add</button>
<button class="remove">remove</button>
</p>
</section>
<section class="demo" id="demo-link">
<h3>link</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item"><a href="./">link to index</a></div>
<div class="item"><a href="./">click event</a></div>
<div class="item"><a href="./">click event<br>and link</a></div>
</div>
</div>
</section>
<section class="demo" id="demo-nextprev">
<h3>next, prev</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
</div>
</div>
<p class="controls">
<button class="prev" disabled>prev</button>
<button class="next">next</button>
</p>
</section>
<section class="demo" id="demo-moveToPoint">
<h3>moveToPoint</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
<div class="item">6</div>
<div class="item">7</div>
<div class="item">8</div>
<div class="item">9</div>
<div class="item">10</div>
</div>
</div>
<p class="controls">
<input type="number" size="3" class="num">
<button class="go">Go</button>
</p>
</section>
<section class="demo" id="demo-disableTouch">
<h3>disableTouch</h3>
<div class="viewport">
<div class="flipsnap">
<div class="item">1</div>
<div class="item">2</div>
<div class="item">3</div>
<div class="item">4</div>
<div class="item">5</div>
</div>
</div>
<p class="controls">
<label>disableTouch<input type="checkbox" class="isDisable" checked></label>
</p>
<p class="controls">
<button class="prev" disabled>prev</button>
<button class="next">next</button>
</p>
<p class="controls">
<input type="number" size="3" class="num">
<button class="go">Go</button>
</p>
</section>
</section>
</body>
</html>
|
deps/boost/libs/math/doc/html/math_toolkit/root_finding_examples.html
|
nawawi/poedit
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Examples of Root-Finding (with and without derivatives)</title>
<link rel="stylesheet" href="../math.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../index.html" title="Math Toolkit 2.8.0">
<link rel="up" href="../root_finding.html" title="Chapter 8. Root Finding & Minimization Algorithms">
<link rel="prev" href="roots_deriv.html" title="Root Finding With Derivatives: Newton-Raphson, Halley & Schröder">
<link rel="next" href="root_finding_examples/cbrt_eg.html" title="Finding the Cubed Root With and Without Derivatives">
</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="roots_deriv.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../root_finding.html"><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="root_finding_examples/cbrt_eg.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="section">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="math_toolkit.root_finding_examples"></a><a class="link" href="root_finding_examples.html" title="Examples of Root-Finding (with and without derivatives)">Examples of Root-Finding
(with and without derivatives)</a>
</h2></div></div></div>
<div class="toc"><dl class="toc">
<dt><span class="section"><a href="root_finding_examples/cbrt_eg.html">Finding the
Cubed Root With and Without Derivatives</a></span></dt>
<dt><span class="section"><a href="root_finding_examples/lambda.html">Using C++11
Lambda's</a></span></dt>
<dt><span class="section"><a href="root_finding_examples/5th_root_eg.html">Computing
the Fifth Root</a></span></dt>
<dt><span class="section"><a href="root_finding_examples/multiprecision_root.html">Root-finding
using Boost.Multiprecision</a></span></dt>
<dt><span class="section"><a href="root_finding_examples/nth_root.html">Generalizing
to Compute the nth root</a></span></dt>
<dt><span class="section"><a href="root_finding_examples/elliptic_eg.html">A More
complex example - Inverting the Elliptic Integrals</a></span></dt>
</dl></div>
<p>
The examples demonstrate how to use the various tools for <a href="http://en.wikipedia.org/wiki/Root-finding_algorithm" target="_top">root
finding</a>.
</p>
<p>
We start with the simple cube root function <code class="computeroutput"><span class="identifier">cbrt</span></code>
( C++ standard function name <a href="http://en.cppreference.com/w/cpp/numeric/math/cbrt" target="_top">cbrt</a>)
showing root finding <a class="link" href="root_finding_examples/cbrt_eg.html#math_toolkit.root_finding_examples.cbrt_eg.cbrt_no_derivatives">without
derivatives</a>.
</p>
<p>
We then show how use of derivatives can improve the speed of convergence.
</p>
<p>
(But these examples are only a demonstration and do not try to make the ultimate
improvements of an 'industrial-strength' implementation, for example, of <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">math</span><span class="special">::</span><span class="identifier">cbrt</span></code>, mainly
by using a better computed initial 'guess' at <a href="../../../../../libs/math/include/boost/math/special_functions/cbrt.hpp" target="_top">cbrt.hpp</a>).
</p>
<p>
Then we show how a higher root (<a class="link" href="root_finding_examples/5th_root_eg.html" title="Computing the Fifth Root">fifth
root</a>) <sup>5</sup>√ can be computed, and in <a href="../../../example/root_finding_n_example.cpp" target="_top">root_finding_n_example.cpp</a>
a generic method for the <a class="link" href="root_finding_examples/nth_root.html" title="Generalizing to Compute the nth root">nth
root</a> that constructs the derivatives at compile-time.
</p>
<p>
These methods should be applicable to other functions that can be differentiated
easily.
</p>
</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 © 2006-2010, 2012-2014, 2017 Nikhar
Agrawal, Anton Bikineev, Paul A. Bristow, Marco Guazzone, Christopher Kormanyos,
Hubert Holin, Bruno Lalande, John Maddock, Jeremy Murphy, Johan Råde, Gautam
Sewani, Benjamin Sobotta, Nicholas Thompson, Thijs van den Berg, Daryle Walker
and Xiaogang Zhang<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="roots_deriv.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../root_finding.html"><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="root_finding_examples/cbrt_eg.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
_layouts/post.html
|
karan-kapoor90/karankapoor.in
|
---
layout: default
---
<a class="btn" href= "{{ site.url }}/" >
Home
</a>
{% if page.image.feature %}
<div class="post-image-feature">
<img class="feature-image" src=
{% if page.image.feature contains 'https' or page.image.feature contains 'http' %}
"{{ page.image.feature }}"
{% else %}
"{{ site.url }}/img/{{ page.image.feature }}"
{% endif %}
alt="{{ page.title | escape }} feature image">
{% if page.image.credit %}
<span class="image-credit">Photo Credit: <a href="{{ page.image.creditlink }}">{{ page.image.credit }}</a></span>
{% endif %}
</div><!-- /.image-wrap -->
{% endif %}
<div id="post">
<header class="post-header">
<h1 title="{{ page.title | escape }}">{{ page.title }}</h1>
<span class="post-meta">
<span class="post-date">
{{ page.date | date: "%-d %b %Y" | upcase }}
</span>
•
{% include read_time.html %}
</span>
</header>
<article class="post-content">
{{ content }}
</article>
</div>
<div class="share-buttons">
<h6>Share on: </h6>
<ul>
<li>
<a href="https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url }}" class="twitter btn" title="Share on Twitter"><i class="fa fa-twitter"></i><span> Twitter</span></a>
</li>
<li>
<a href="https://www.facebook.com/sharer/sharer.php?u={{ site.url }}{{ page.url }}" class="facebook btn" title="Share on Facebook"><i class="fa fa-facebook"></i><span> Facebook</span></a>
</li>
<li>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" class="google-plus btn" title="Share on Google Plus"><i class="fa fa-google-plus"></i><span> Google+</span></a>
</li>
<li>
<a href="https://news.ycombinator.com/submitlink?u={{ site.url }}{{ page.url }}" class="hacker-news btn" title="Share on Hacker News"><i class="fa fa-hacker-news"></i><span> Hacker News</span></a>
</li>
<li>
<a href="https://www.reddit.com/submit?url={{ site.url }}{{ page.url }}" class="reddit btn" title="Share on Reddit"><i class="fa fa-reddit"></i><span> Reddit</span></a>
</li>
</ul>
</div><!-- end share-buttons -->
{% if site.owner.disqus-shortname and page.comments == true %}
<div id="disqus_thread"></div>
{% include disqus.html %}
{% endif %}
|
theme/eclipse.css
|
axter/CodeMirror
|
.cm-s-eclipse span.cm-meta { color: #FF1717; }
.cm-s-eclipse span.cm-keyword { line-height: 1em; font-weight: bold; color: #7F0055; }
.cm-s-eclipse span.cm-atom { color: #219; }
.cm-s-eclipse span.cm-number { color: #164; }
.cm-s-eclipse span.cm-def { color: #00f; }
.cm-s-eclipse span.cm-variable { color: black; }
.cm-s-eclipse span.cm-variable-2 { color: #0000C0; }
.cm-s-eclipse span.cm-variable-3 { color: #0000C0; }
.cm-s-eclipse span.cm-property { color: black; }
.cm-s-eclipse span.cm-operator { color: black; }
.cm-s-eclipse span.cm-comment { color: #3F7F5F; }
.cm-s-eclipse span.cm-string { color: #2A00FF; }
.cm-s-eclipse span.cm-string-2 { color: #f50; }
.cm-s-eclipse span.cm-qualifier { color: #555; }
.cm-s-eclipse span.cm-builtin { color: #30a; }
.cm-s-eclipse span.cm-bracket { color: #cc7; }
.cm-s-eclipse span.cm-tag { color: #170; }
.cm-s-eclipse span.cm-attribute { color: #00c; }
.cm-s-eclipse span.cm-link { color: #219; }
.cm-s-eclipse span.cm-error { color: #f00; }
.cm-s-eclipse .CodeMirror-activeline-background { background: #e8f2ff !important; }
.cm-s-eclipse .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
|
deps/boost/libs/hana/doc/html/group__group-concepts.html
|
vslavik/poedit
|
<!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML header for doxygen 1.8.9.1-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<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>Boost.Hana: Concepts</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);
$(window).load(resizeHeight);
</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>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
// Copyright Louis Dionne 2013-2017
// Distributed under the Boost Software License, Version 1.0.
// (See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
MathJax.Hub.Config({
"HTML-CSS": {
linebreaks: {
automatic: true,
width: "75% container"
}
}
});
</script><script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<!-- Additional javascript for drawing charts. -->
<script type="text/javascript" src="highcharts.js"></script>
<script type="text/javascript" src="highcharts-data.js"></script>
<script type="text/javascript" src="highcharts-exporting.js"></script>
<script type="text/javascript" src="chart.js"></script>
<script type="text/javascript" src="hana.js"></script>
</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="Boost.png"/></td>
<td style="padding-left: 0.5em;">
<div id="projectname">Boost.Hana
 <span id="projectnumber">1.5.0</span>
</div>
<div id="projectbrief">Your standard library for metaprogramming</div>
</td>
<td> <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>
</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><!-- 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('group__group-concepts.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="summary">
<a href="#groups">Modules</a> |
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">Concepts</div> </div>
</div><!--header-->
<div class="contents">
<a name="details" id="details"></a><h2 class="groupheader">Description</h2>
<p>Concepts provided by the library. </p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="groups"></a>
Modules</h2></td></tr>
<tr class="memitem:group__group-Applicative"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Applicative.html">Applicative</a></td></tr>
<tr class="memdesc:group__group-Applicative"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Applicative</code> concept represents <code>Functor</code>s with the ability to lift values and combine computations. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Comonad"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Comonad.html">Comonad</a></td></tr>
<tr class="memdesc:group__group-Comonad"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Comonad</code> concept represents context-sensitive computations and data. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Comparable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Comparable.html">Comparable</a></td></tr>
<tr class="memdesc:group__group-Comparable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Comparable</code> concept defines equality and inequality. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Constant"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Constant.html">Constant</a></td></tr>
<tr class="memdesc:group__group-Constant"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Constant</code> concept represents data that can be manipulated at compile-time. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-EuclideanRing"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-EuclideanRing.html">Euclidean Ring</a></td></tr>
<tr class="memdesc:group__group-EuclideanRing"><td class="mdescLeft"> </td><td class="mdescRight">The <code>EuclideanRing</code> concept represents a commutative <code>Ring</code> that can also be endowed with a division algorithm. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Foldable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Foldable.html">Foldable</a></td></tr>
<tr class="memdesc:group__group-Foldable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Foldable</code> concept represents data structures that can be reduced to a single value. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Functor"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Functor.html">Functor</a></td></tr>
<tr class="memdesc:group__group-Functor"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Functor</code> concept represents types that can be mapped over. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Group"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Group.html">Group</a></td></tr>
<tr class="memdesc:group__group-Group"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Group</code> concept represents <code>Monoid</code>s where all objects have an inverse w.r.t. the <code>Monoid</code>'s binary operation. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Hashable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Hashable.html">Hashable</a></td></tr>
<tr class="memdesc:group__group-Hashable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Hashable</code> concept represents objects that can be normalized to a type-level hash. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Iterable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Iterable.html">Iterable</a></td></tr>
<tr class="memdesc:group__group-Iterable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Iterable</code> concept represents data structures supporting external iteration. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Logical"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Logical.html">Logical</a></td></tr>
<tr class="memdesc:group__group-Logical"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Logical</code> concept represents types with a truth value. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Metafunction"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Metafunction.html">Metafunction</a></td></tr>
<tr class="memdesc:group__group-Metafunction"><td class="mdescLeft"> </td><td class="mdescRight">A <code>Metafunction</code> is a function that takes <code><a class="el" href="structboost_1_1hana_1_1type.html" title="C++ type in value-level representation. ">hana::type</a></code>s as inputs and returns a <code><a class="el" href="structboost_1_1hana_1_1type.html" title="C++ type in value-level representation. ">hana::type</a></code> as output. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Monad"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Monad.html">Monad</a></td></tr>
<tr class="memdesc:group__group-Monad"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Monad</code> concept represents <code>Applicative</code>s with the ability to flatten nested levels of structure. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-MonadPlus"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-MonadPlus.html">MonadPlus</a></td></tr>
<tr class="memdesc:group__group-MonadPlus"><td class="mdescLeft"> </td><td class="mdescRight">The <code>MonadPlus</code> concept represents Monads with a monoidal structure. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Monoid"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Monoid.html">Monoid</a></td></tr>
<tr class="memdesc:group__group-Monoid"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Monoid</code> concept represents data types with an associative binary operation that has an identity. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Orderable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Orderable.html">Orderable</a></td></tr>
<tr class="memdesc:group__group-Orderable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Orderable</code> concept represents totally ordered data types. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Product"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Product.html">Product</a></td></tr>
<tr class="memdesc:group__group-Product"><td class="mdescLeft"> </td><td class="mdescRight">Represents types that are generic containers of two elements. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Ring"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Ring.html">Ring</a></td></tr>
<tr class="memdesc:group__group-Ring"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Ring</code> concept represents <code>Group</code>s that also form a <code>Monoid</code> under a second binary operation that distributes over the first. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Searchable"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Searchable.html">Searchable</a></td></tr>
<tr class="memdesc:group__group-Searchable"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Searchable</code> concept represents structures that can be searched. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Sequence"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Sequence.html">Sequence</a></td></tr>
<tr class="memdesc:group__group-Sequence"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Sequence</code> concept represents generic index-based sequences. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:group__group-Struct"><td class="memItemLeft" align="right" valign="top"> </td><td class="memItemRight" valign="bottom"><a class="el" href="group__group-Struct.html">Struct</a></td></tr>
<tr class="memdesc:group__group-Struct"><td class="mdescLeft"> </td><td class="mdescRight">The <code>Struct</code> concept represents <code>struct</code>-like user-defined types. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">struct  </td><td class="memItemRight" valign="bottom"><a class="el" href="structboost_1_1hana_1_1IntegralConstant.html">boost::hana::IntegralConstant< C ></a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">The <code><a class="el" href="structboost_1_1hana_1_1IntegralConstant.html" title="The IntegralConstant concept represents compile-time integral values. ">IntegralConstant</a></code> concept represents compile-time integral values. <a href="structboost_1_1hana_1_1IntegralConstant.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
</div><!-- doc-content -->
<!--
Copyright Louis Dionne 2013-2017
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE.md or copy at http://boost.org/LICENSE_1_0.txt)
-->
<!-- boost-no-inspect -->
<!-- HTML footer for doxygen 1.8.9.1-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
</ul>
</div>
</body>
</html>
|
docs/api/zh/materials/MeshDistanceMaterial.html
|
sherousee/three.js
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="list.js"></script>
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
[page:Material] →
<h1>[name]</h1>
<p class="desc">
TODO
</p>
<h2>Example</h2>
[example:webgl_shadowmap_pointlight WebGL / shadowmap / pointlight]
<script>
// iOS iframe auto-resize workaround
if ( /(iPad|iPhone|iPod)/g.test( navigator.userAgent ) ) {
var scene = document.getElementById( 'scene' );
scene.style.width = getComputedStyle( scene ).width;
scene.style.height = getComputedStyle( scene ).height;
scene.setAttribute( 'scrolling', 'no' );
}
</script>
<h2>构造函数(Constructor)</h2>
<h3>[name]( [param:Object parameters] )</h3>
<p>[page:Object parameters] - (可选)用于定义材质外观的对象,具有一个或多个属性。
材质的任何属性都可以从此处传入(包括从[page:Material]继承的任何属性)。
</p>
<h2>属性(Properties)</h2>
<p>常用属性请参见基类[page:Material]。</p>
<h3>[property:Texture alphaMap]</h3>
<p>alpha贴图是一种灰度纹理,用于控制整个表面的不透明度(黑色:完全透明;白色:完全不透明)。默认值为null。<br /><br />
仅使用纹理的颜色,忽略alpha通道(如果存在)。对于RGB和RGBA纹理,[page:WebGLRenderer WebGL]渲染器在采样此纹理时将使用绿色通道,
因为在DXT压缩和未压缩RGB 565格式中为绿色提供了额外的精度。Luminance-only以及luminance/alpha纹理也仍然有效。
</p>
<h3>[property:Texture displacementMap]</h3>
<p> 位移贴图会影响网格顶点的位置,与仅影响材质的光照和阴影的其他贴图不同,移位的顶点可以投射阴影,阻挡其他对象,以及充当真实的几何体。
位移纹理是指:网格的所有顶点被映射为图像中每个像素的值(白色是最高的),并且被重定位。
</p>
<h3>[property:Float displacementScale]</h3>
<p>位移贴图对网格的影响程度(黑色是无位移,白色是最大位移)。如果没有设置位移贴图,则不会应用此值。默认值为1。
</p>
<h3>[property:Float displacementBias]</h3>
<p> 位移贴图在网格顶点上的偏移量。如果没有设置位移贴图,则不会应用此值。默认值为0。
</p>
<h3>[property:Float farDistance]</h3>
<p>
TODO
</p>
<h3>[property:Boolean fog]</h3>
<p> 材质是否受雾影响。默认值为*false*。</p>
<h3>[property:Boolean isMeshDistanceMaterial]</h3>
<p> 用于检查此类或派生类是否为深度网格材质。默认值为 *true*。<br /><br />
因为其通常用在内部优化,所以不应该更改该属性值。
</p>
<h3>[property:Boolean lights]</h3>
<p>材质是否受到光照的影响。默认值为 *false*。</p>
<h3>[property:Texture map]</h3>
<p>颜色贴图。默认为null。</p>
<h3>[property:boolean morphTargets]</h3>
<p>材质是否使用morphTargets。默认值为false。</p>
<h3>[property:Float nearDistance]</h3>
<p>
TODO
</p>
<h3>[property:Vector3 referencePosition]</h3>
<p>
TODO
</p>
<h3>[property:Boolean skinning]</h3>
<p>材质是否使用蒙皮。默认值为false。</p>
<h2>方法(Methods)</h2>
<p>常用方法请参见基类[page:Material]。</p>
<h2>源码(Source)</h2>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</body>
</html>
|
externals/source-highlight/doc/css_example.css
|
nilrog/High-Light
|
body {
background-color: <color specification>;
}
.selector {
color: <color specification>;
background-color: <color specification>;
font-weight: bold; /* this is a comment */
font-family: monospace;
font-style: italic;
text-decoration: underline;
}
|
_posts/2005/12/2005-12-27-new-years-schedule-for-software-carpentry.html
|
gvwilson/website
|
---
layout: post
date: 2005-12-27
time: "09:00:00"
authors: ["Greg Wilson"]
title: "New Year's Schedule for Software Carpentry"
category: ["Content"]
---
<p>I'm teaching a cut-down version of Software Carpentry at the IASSE in two and a half weeks. I'll have students half days for the weeks of January 16 and 23, and full days for the week of February 6. That's only 20 lectures (rather than 26), so the question is, what to cut? The answer has wider implications, since this will be the version of the course I take to the <a href="http://www.aaas.org/meetings/Annual_Meeting/02_PE/PE_06_Career_Workshops.shtml#EssentialSoftware">AAAS workshop</a>.</p>
<p>My plan is:</p>
<table>
<tr>
<td valign="top">Jan</td>
<td valign="top">16</td>
<td valign="top">Introduction</td>
<td valign="top">Revised to be a forward summary of the whole course.</td>
</tr>
<tr>
<td></td>
<td valign="top">17</td>
<td valign="top">Shell 1</td>
<td></td>
</tr>
<tr>
<td></td>
<td valign="top">18</td>
<td valign="top">Shell 2</td>
<td></td>
</tr>
<tr>
<td></td>
<td valign="top">19</td>
<td valign="top">Version Control</td>
<td></td>
</tr>
<tr>
<td></td>
<td valign="top">20</td>
<td valign="top">Make</td>
<td valign="top">Revised so that it doesn't depend on Python.</td>
</tr>
<tr>
<td valign="top">Jan</td>
<td valign="top">23</td>
<td valign="top">Python 1</td>
<td valign="top">Basic features.</td>
</tr>
<tr>
<td></td>
<td valign="top">24</td>
<td valign="top">Python 2</td>
<td valign="top">Strings and lists.</td>
</tr>
<tr>
<td></td>
<td valign="top">25</td>
<td valign="top">Python 3</td>
<td valign="top">Functions and Libraries.</td>
</tr>
<tr>
<td></td>
<td valign="top">26</td>
<td valign="top">Testing</td>
<td valign="top">Basic concepts.</td>
</tr>
<tr>
<td></td>
<td valign="top">27</td>
<td valign="top">Mini-Project 1</td>
<td valign="top">Build something useful with Python.</td>
</tr>
<tr>
<td valign="top">Feb</td>
<td valign="top">06</td>
<td valign="top">Python 4</td>
<td valign="top">Dictionaries and exceptions.</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top">Debugging</td>
<td valign="top">Deepened to include material from <a href="http://pyre.third-bit.com/blog/archives/000335.html">Zeller</a>.</td>
</tr>
<tr>
<td></td>
<td valign="top">07</td>
<td valign="top">Python 5</td>
<td valign="top">Object-oriented programming.</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top">Unit Testing</td>
<td valign="top">Use the unit test framework to show what good OO design looks like.</td>
</tr>
<tr>
<td></td>
<td valign="top">08</td>
<td valign="top">Coding Style</td>
<td valign="top">Update to include an actual Python style guide.</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top">Reflection</td>
<td valign="top">Complete rewrite: exec, eval, sub-processes, etc.</td>
</tr>
<tr>
<td></td>
<td valign="top">09</td>
<td valign="top">Regular Expressions</td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top">XML and DOM</td>
<td></td>
</tr>
<tr>
<td></td>
<td valign="top">10</td>
<td valign="top">Development Process</td>
<td valign="top">Describe how a good shop actually works (with nods to XP and RUP).</td>
</tr>
<tr>
<td></td>
<td></td>
<td valign="top">Teamware</td>
<td valign="top">Based on <a href="http://projects.edgewall.com/trac">Trac</a>.</td>
</tr>
</table>
<p>Client-side and CGI web programming, security, and databases have disappeared completely; the three lectures on process have been folded into one; and there's no end-of-course summary. I'm comfortable with those changes; what I don't like is the amount of time spent teaching Python-the-language. I'd rather spend those hours showing them how to use Python to automate development activities, but you can't cut trees 'til you have an ax.</p>
<p>Second, there's no place in this new scheme for a lecture based on Paul Dubois's CiSE article on maintaining correctness. There really ought to be: it shows the jigsaw puzzle of which many good practices are pieces.</p>
<p>Third, I'd like a second project lecture, showing students part of the build system for the course notes. This would let them see regular expressions and DOM in action, and would tie together many of the earlier ideas on automation. It's this or teamware, though, and I think the latter is more important. Having made that decision, I'm wavering on whether to pull out the material on regular expressions and DOM.</p>
<p>Finally, everything I have to say about the development process is now squeezed into a single hour. It makes sense in this case, since IASSE students will get several more courses on the subject, but it's definitely under weight for the <a href="http://www.aaas.org/meetings/Annual_Meeting/02_PE/PE_06_Career_Workshops.shtml#EssentialSoftware">AAAS workshop</a>.</p>
<p>So: in order to pull this off, I'm going to have to revise one lecture per day from January 2 onward (including diagrams). I'll post the new materials here until they're polished, at which point I'll swap them into the standard location. I'll blog each time a lecture goes up: timely feedback would be greatly appreciated.</p>
|
include/dlib-18.9/docs/dlib/svm/one_vs_one_decision_function.h.html
|
eldilibra/mudsling
|
<html><!-- Created using the cpp_pretty_printer from the dlib C++ library. See http://dlib.net for updates. --><head><title>dlib C++ Library - one_vs_one_decision_function.h</title></head><body bgcolor='white'><pre>
<font color='#009900'>// Copyright (C) 2010 Davis E. King (davis@dlib.net)
</font><font color='#009900'>// License: Boost Software License See LICENSE.txt for the full license.
</font><font color='#0000FF'>#ifndef</font> DLIB_ONE_VS_ONE_DECISION_FUnCTION_H__
<font color='#0000FF'>#define</font> DLIB_ONE_VS_ONE_DECISION_FUnCTION_H__
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='one_vs_one_decision_function_abstract.h.html'>one_vs_one_decision_function_abstract.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../serialize.h.html'>../serialize.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../type_safe_union.h.html'>../type_safe_union.h</a>"
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>iostream<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>sstream<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>set<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> <font color='#5555FF'><</font>map<font color='#5555FF'>></font>
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../any.h.html'>../any.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='../unordered_pair.h.html'>../unordered_pair.h</a>"
<font color='#0000FF'>#include</font> "<a style='text-decoration:none' href='null_df.h.html'>null_df.h</a>"
<font color='#0000FF'>namespace</font> dlib
<b>{</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> one_vs_one_trainer,
<font color='#0000FF'>typename</font> DF1 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF2 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF3 <font color='#5555FF'>=</font> null_df,
<font color='#0000FF'>typename</font> DF4 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF5 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF6 <font color='#5555FF'>=</font> null_df,
<font color='#0000FF'>typename</font> DF7 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF8 <font color='#5555FF'>=</font> null_df, <font color='#0000FF'>typename</font> DF9 <font color='#5555FF'>=</font> null_df,
<font color='#0000FF'>typename</font> DF10 <font color='#5555FF'>=</font> null_df
<font color='#5555FF'>></font>
<font color='#0000FF'>class</font> <b><a name='one_vs_one_decision_function'></a>one_vs_one_decision_function</b>
<b>{</b>
<font color='#0000FF'>public</font>:
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> one_vs_one_trainer::label_type result_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> one_vs_one_trainer::sample_type sample_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> one_vs_one_trainer::scalar_type scalar_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> one_vs_one_trainer::mem_manager_type mem_manager_type;
<font color='#0000FF'>typedef</font> std::map<font color='#5555FF'><</font>unordered_pair<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font>, any_decision_function<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font> <font color='#5555FF'>></font> binary_function_table;
<b><a name='one_vs_one_decision_function'></a>one_vs_one_decision_function</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> :num_classes<font face='Lucida Console'>(</font><font color='#979000'>0</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b>
<font color='#0000FF'>explicit</font> <b><a name='one_vs_one_decision_function'></a>one_vs_one_decision_function</b><font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> binary_function_table<font color='#5555FF'>&</font> dfs_
<font face='Lucida Console'>)</font> : dfs<font face='Lucida Console'>(</font>dfs_<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>#ifdef</font> ENABLE_ASSERTS
<b>{</b>
<font color='#0000FF'>const</font> std::vector<font color='#5555FF'><</font>unordered_pair<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font> <font color='#5555FF'>></font> missing_pairs <font color='#5555FF'>=</font> <font color='#BB00BB'>find_missing_pairs</font><font face='Lucida Console'>(</font>dfs_<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>missing_pairs.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>
<b>{</b>
std::ostringstream sout;
<font color='#0000FF'>for</font> <font face='Lucida Console'>(</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> i <font color='#5555FF'>=</font> <font color='#979000'>0</font>; i <font color='#5555FF'><</font> missing_pairs.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
sout <font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\t (</font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> missing_pairs[i].first <font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>, </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> missing_pairs[i].second <font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>)\n</font>";
<b>}</b>
<font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font>missing_pairs.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>,
"<font color='#CC0000'>\t void one_vs_one_decision_function::one_vs_one_decision_function()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t The supplied set of binary decision functions is incomplete.</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t this: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t Classifiers are missing for the following label pairs: \n</font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> sout.<font color='#BB00BB'>str</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>
<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#0000FF'>#endif</font>
<font color='#009900'>// figure out how many labels are covered by this set of binary decision functions
</font> std::set<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font> labels;
<font color='#0000FF'>for</font> <font face='Lucida Console'>(</font><font color='#0000FF'>typename</font> binary_function_table::const_iterator i <font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; i <font color='#5555FF'>!</font><font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
labels.<font color='#BB00BB'>insert</font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.first<font face='Lucida Console'>)</font>;
labels.<font color='#BB00BB'>insert</font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.second<font face='Lucida Console'>)</font>;
<b>}</b>
num_classes <font color='#5555FF'>=</font> labels.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>const</font> binary_function_table<font color='#5555FF'>&</font> <b><a name='get_binary_decision_functions'></a>get_binary_decision_functions</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> dfs;
<b>}</b>
<font color='#0000FF'>const</font> std::vector<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font> <b><a name='get_labels'></a>get_labels</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
std::set<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font> labels;
<font color='#0000FF'>for</font> <font face='Lucida Console'>(</font><font color='#0000FF'>typename</font> binary_function_table::const_iterator i <font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; i <font color='#5555FF'>!</font><font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
labels.<font color='#BB00BB'>insert</font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.first<font face='Lucida Console'>)</font>;
labels.<font color='#BB00BB'>insert</font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.second<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>return</font> std::vector<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font><font face='Lucida Console'>(</font>labels.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>, labels.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> df1, <font color='#0000FF'>typename</font> df2, <font color='#0000FF'>typename</font> df3, <font color='#0000FF'>typename</font> df4, <font color='#0000FF'>typename</font> df5,
<font color='#0000FF'>typename</font> df6, <font color='#0000FF'>typename</font> df7, <font color='#0000FF'>typename</font> df8, <font color='#0000FF'>typename</font> df9, <font color='#0000FF'>typename</font> df10
<font color='#5555FF'>></font>
<b><a name='one_vs_one_decision_function'></a>one_vs_one_decision_function</b> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> one_vs_one_decision_function<font color='#5555FF'><</font>one_vs_one_trainer,
df1, df2, df3, df4, df5,
df6, df7, df8, df9, df10<font color='#5555FF'>></font><font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font> : dfs<font face='Lucida Console'>(</font>item.get_binary_decision_functions<font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>, num_classes<font face='Lucida Console'>(</font>item.number_of_classes<font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> <b>{</b><b>}</b>
<font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> <b><a name='number_of_classes'></a>number_of_classes</b> <font face='Lucida Console'>(</font>
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#0000FF'>return</font> num_classes;
<b>}</b>
result_type <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> sample_type<font color='#5555FF'>&</font> sample
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
<font color='#BB00BB'>DLIB_ASSERT</font><font face='Lucida Console'>(</font><font color='#BB00BB'>number_of_classes</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>0</font>,
"<font color='#CC0000'>\t void one_vs_one_decision_function::operator()</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t You can't make predictions with an empty decision function.</font>"
<font color='#5555FF'><</font><font color='#5555FF'><</font> "<font color='#CC0000'>\n\t this: </font>" <font color='#5555FF'><</font><font color='#5555FF'><</font> <font color='#0000FF'>this</font>
<font face='Lucida Console'>)</font>;
std::map<font color='#5555FF'><</font>result_type,<font color='#0000FF'><u>int</u></font><font color='#5555FF'>></font> votes;
<font color='#009900'>// run all the classifiers over the sample
</font> <font color='#0000FF'>for</font><font face='Lucida Console'>(</font><font color='#0000FF'>typename</font> binary_function_table::const_iterator i <font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; i <font color='#5555FF'>!</font><font color='#5555FF'>=</font> dfs.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>const</font> scalar_type score <font color='#5555FF'>=</font> i<font color='#5555FF'>-</font><font color='#5555FF'>></font><font color='#BB00BB'>second</font><font face='Lucida Console'>(</font>sample<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>score <font color='#5555FF'>></font> <font color='#979000'>0</font><font face='Lucida Console'>)</font>
votes[i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.first] <font color='#5555FF'>+</font><font color='#5555FF'>=</font> <font color='#979000'>1</font>;
<font color='#0000FF'>else</font>
votes[i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first.second] <font color='#5555FF'>+</font><font color='#5555FF'>=</font> <font color='#979000'>1</font>;
<b>}</b>
<font color='#009900'>// now figure out who had the most votes
</font> result_type best_label <font color='#5555FF'>=</font> <font color='#BB00BB'>result_type</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<font color='#0000FF'><u>int</u></font> best_votes <font color='#5555FF'>=</font> <font color='#979000'>0</font>;
<font color='#0000FF'>for</font> <font face='Lucida Console'>(</font><font color='#0000FF'>typename</font> std::map<font color='#5555FF'><</font>result_type,<font color='#0000FF'><u>int</u></font><font color='#5555FF'>></font>::iterator i <font color='#5555FF'>=</font> votes.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; i <font color='#5555FF'>!</font><font color='#5555FF'>=</font> votes.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second <font color='#5555FF'>></font> best_votes<font face='Lucida Console'>)</font>
<b>{</b>
best_votes <font color='#5555FF'>=</font> i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second;
best_label <font color='#5555FF'>=</font> i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first;
<b>}</b>
<b>}</b>
<font color='#0000FF'>return</font> best_label;
<b>}</b>
<font color='#0000FF'>private</font>:
binary_function_table dfs;
<font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> num_classes;
<b>}</b>;
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> T,
<font color='#0000FF'>typename</font> DF1, <font color='#0000FF'>typename</font> DF2, <font color='#0000FF'>typename</font> DF3,
<font color='#0000FF'>typename</font> DF4, <font color='#0000FF'>typename</font> DF5, <font color='#0000FF'>typename</font> DF6,
<font color='#0000FF'>typename</font> DF7, <font color='#0000FF'>typename</font> DF8, <font color='#0000FF'>typename</font> DF9,
<font color='#0000FF'>typename</font> DF10
<font color='#5555FF'>></font>
<font color='#0000FF'><u>void</u></font> <b><a name='serialize'></a>serialize</b><font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> one_vs_one_decision_function<font color='#5555FF'><</font>T,DF1,DF2,DF3,DF4,DF5,DF6,DF7,DF8,DF9,DF10<font color='#5555FF'>></font><font color='#5555FF'>&</font> item,
std::ostream<font color='#5555FF'>&</font> out
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>try</font>
<b>{</b>
type_safe_union<font color='#5555FF'><</font>DF1,DF2,DF3,DF4,DF5,DF6,DF7,DF8,DF9,DF10<font color='#5555FF'>></font> temp;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::label_type result_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::sample_type sample_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::scalar_type scalar_type;
<font color='#0000FF'>typedef</font> std::map<font color='#5555FF'><</font>unordered_pair<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font>, any_decision_function<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font> <font color='#5555FF'>></font> binary_function_table;
<font color='#0000FF'>const</font> <font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> version <font color='#5555FF'>=</font> <font color='#979000'>1</font>;
<font color='#BB00BB'>serialize</font><font face='Lucida Console'>(</font>version, out<font face='Lucida Console'>)</font>;
<font color='#0000FF'>const</font> <font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> size <font color='#5555FF'>=</font> item.<font color='#BB00BB'>get_binary_decision_functions</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>.<font color='#BB00BB'>size</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
<font color='#BB00BB'>serialize</font><font face='Lucida Console'>(</font>size, out<font face='Lucida Console'>)</font>;
<font color='#0000FF'>for</font><font face='Lucida Console'>(</font><font color='#0000FF'>typename</font> binary_function_table::const_iterator i <font color='#5555FF'>=</font> item.<font color='#BB00BB'>get_binary_decision_functions</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>.<font color='#BB00BB'>begin</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>;
i <font color='#5555FF'>!</font><font color='#5555FF'>=</font> item.<font color='#BB00BB'>get_binary_decision_functions</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>.<font color='#BB00BB'>end</font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font>; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>serialize</font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>first, out<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF1<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF1<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF1<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF2<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF2<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF2<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF3<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF3<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF3<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF4<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF4<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF4<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF5<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF5<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF5<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF6<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF6<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF6<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF7<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF7<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF7<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF8<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF8<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF8<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF9<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF9<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF9<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>DF10<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font> temp.<font color='#0000FF'>template</font> get<font color='#5555FF'><</font>DF10<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font color='#5555FF'>=</font> any_cast<font color='#5555FF'><</font>DF10<font color='#5555FF'>></font><font face='Lucida Console'>(</font>i<font color='#5555FF'>-</font><font color='#5555FF'>></font>second<font face='Lucida Console'>)</font>;
<font color='#0000FF'>else</font> <font color='#0000FF'>throw</font> <font color='#BB00BB'>serialization_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Can't serialize one_vs_one_decision_function. Not all decision functions defined.</font>"<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>serialize</font><font face='Lucida Console'>(</font>temp,out<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#0000FF'>catch</font> <font face='Lucida Console'>(</font>serialization_error<font color='#5555FF'>&</font> e<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>serialization_error</font><font face='Lucida Console'>(</font>e.info <font color='#5555FF'>+</font> "<font color='#CC0000'>\n while serializing an object of type one_vs_one_decision_function</font>"<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<font color='#0000FF'>namespace</font> impl
<b>{</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> sample_type, <font color='#0000FF'>typename</font> scalar_type<font color='#5555FF'>></font>
<font color='#0000FF'>struct</font> <b><a name='copy_to_df_helper'></a>copy_to_df_helper</b>
<b>{</b>
<b><a name='copy_to_df_helper'></a>copy_to_df_helper</b><font face='Lucida Console'>(</font>any_decision_function<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font><font color='#5555FF'>&</font> target_<font face='Lucida Console'>)</font> : target<font face='Lucida Console'>(</font>target_<font face='Lucida Console'>)</font> <b>{</b><b>}</b>
any_decision_function<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font><font color='#5555FF'>&</font> target;
<font color='#0000FF'>template</font> <font color='#5555FF'><</font><font color='#0000FF'>typename</font> T<font color='#5555FF'>></font>
<font color='#0000FF'><u>void</u></font> <b><a name='operator'></a>operator</b><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font> <font face='Lucida Console'>(</font>
<font color='#0000FF'>const</font> T<font color='#5555FF'>&</font> item
<font face='Lucida Console'>)</font> <font color='#0000FF'>const</font>
<b>{</b>
target <font color='#5555FF'>=</font> item;
<b>}</b>
<b>}</b>;
<b>}</b>
<font color='#0000FF'>template</font> <font color='#5555FF'><</font>
<font color='#0000FF'>typename</font> T,
<font color='#0000FF'>typename</font> DF1, <font color='#0000FF'>typename</font> DF2, <font color='#0000FF'>typename</font> DF3,
<font color='#0000FF'>typename</font> DF4, <font color='#0000FF'>typename</font> DF5, <font color='#0000FF'>typename</font> DF6,
<font color='#0000FF'>typename</font> DF7, <font color='#0000FF'>typename</font> DF8, <font color='#0000FF'>typename</font> DF9,
<font color='#0000FF'>typename</font> DF10
<font color='#5555FF'>></font>
<font color='#0000FF'><u>void</u></font> <b><a name='deserialize'></a>deserialize</b><font face='Lucida Console'>(</font>
one_vs_one_decision_function<font color='#5555FF'><</font>T,DF1,DF2,DF3,DF4,DF5,DF6,DF7,DF8,DF9,DF10<font color='#5555FF'>></font><font color='#5555FF'>&</font> item,
std::istream<font color='#5555FF'>&</font> in
<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>try</font>
<b>{</b>
type_safe_union<font color='#5555FF'><</font>DF1,DF2,DF3,DF4,DF5,DF6,DF7,DF8,DF9,DF10<font color='#5555FF'>></font> temp;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::label_type result_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::sample_type sample_type;
<font color='#0000FF'>typedef</font> <font color='#0000FF'>typename</font> T::scalar_type scalar_type;
<font color='#0000FF'>typedef</font> impl::copy_to_df_helper<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font> copy_to;
<font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> version;
<font color='#BB00BB'>deserialize</font><font face='Lucida Console'>(</font>version, in<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>version <font color='#5555FF'>!</font><font color='#5555FF'>=</font> <font color='#979000'>1</font><font face='Lucida Console'>)</font>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>serialization_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>Can't deserialize one_vs_one_decision_function. Wrong version.</font>"<font face='Lucida Console'>)</font>;
<font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> size;
<font color='#BB00BB'>deserialize</font><font face='Lucida Console'>(</font>size, in<font face='Lucida Console'>)</font>;
<font color='#0000FF'>typedef</font> std::map<font color='#5555FF'><</font>unordered_pair<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font>, any_decision_function<font color='#5555FF'><</font>sample_type, scalar_type<font color='#5555FF'>></font> <font color='#5555FF'>></font> binary_function_table;
binary_function_table dfs;
unordered_pair<font color='#5555FF'><</font>result_type<font color='#5555FF'>></font> p;
<font color='#0000FF'>for</font> <font face='Lucida Console'>(</font><font color='#0000FF'><u>unsigned</u></font> <font color='#0000FF'><u>long</u></font> i <font color='#5555FF'>=</font> <font color='#979000'>0</font>; i <font color='#5555FF'><</font> size; <font color='#5555FF'>+</font><font color='#5555FF'>+</font>i<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#BB00BB'>deserialize</font><font face='Lucida Console'>(</font>p, in<font face='Lucida Console'>)</font>;
<font color='#BB00BB'>deserialize</font><font face='Lucida Console'>(</font>temp, in<font face='Lucida Console'>)</font>;
<font color='#0000FF'>if</font> <font face='Lucida Console'>(</font>temp.<font color='#0000FF'>template</font> contains<font color='#5555FF'><</font>null_df<font color='#5555FF'>></font><font face='Lucida Console'>(</font><font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>serialization_error</font><font face='Lucida Console'>(</font>"<font color='#CC0000'>A sub decision function of unknown type was encountered.</font>"<font face='Lucida Console'>)</font>;
temp.<font color='#BB00BB'>apply_to_contents</font><font face='Lucida Console'>(</font><font color='#BB00BB'>copy_to</font><font face='Lucida Console'>(</font>dfs[p]<font face='Lucida Console'>)</font><font face='Lucida Console'>)</font>;
<b>}</b>
item <font color='#5555FF'>=</font> one_vs_one_decision_function<font color='#5555FF'><</font>T,DF1,DF2,DF3,DF4,DF5,DF6,DF7,DF8,DF9,DF10<font color='#5555FF'>></font><font face='Lucida Console'>(</font>dfs<font face='Lucida Console'>)</font>;
<b>}</b>
<font color='#0000FF'>catch</font> <font face='Lucida Console'>(</font>serialization_error<font color='#5555FF'>&</font> e<font face='Lucida Console'>)</font>
<b>{</b>
<font color='#0000FF'>throw</font> <font color='#BB00BB'>serialization_error</font><font face='Lucida Console'>(</font>e.info <font color='#5555FF'>+</font> "<font color='#CC0000'>\n while deserializing an object of type one_vs_one_decision_function</font>"<font face='Lucida Console'>)</font>;
<b>}</b>
<b>}</b>
<font color='#009900'>// ----------------------------------------------------------------------------------------
</font>
<b>}</b>
<font color='#0000FF'>#endif</font> <font color='#009900'>// DLIB_ONE_VS_ONE_DECISION_FUnCTION_H__
</font>
</pre></body></html>
|
targetPlatform/plugins/org.junit_4.8.2.v4_8_2_v20110321-1705/about.html
|
heartsome/translationstudio8
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
<title>About</title>
</head>
<body lang="EN-US">
<h2>About This Content</h2>
<p>March 21, 2011</p>
<h3>License</h3>
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
indicated below, the Content is provided to you under the terms and conditions of the
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
For purposes of the EPL, "Program" will mean the Content.</p>
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
being redistributed by another party ("Redistributor") and different terms and conditions may
apply to your use of any object code in the Content. Check the Redistributor's license that was
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
<h3>Third Party Content</h3>
<p>The Content includes items that have been sourced from third parties as set out below. If you
did not receive this Content directly from the Eclipse Foundation, the following is provided
for informational purposes only, and you should look to the Redistributor's license for
terms and conditions of use.</p>
<div style="font-style: italic">
<p>The Content includes items that have been sourced from third parties as follows:</p>
<h4>JUnit 4.8.2</h4>
<p>The plug-in is accompanied by software developed by <a href="http://www.junit.org/">JUnit.org</a>. The JUnit 4.8.2 code included with the plug-in includes no modifications.
Your use of JUnit 4.8.2 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the
Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at <a href="http://www.eclipse.org/legal/cpl-v10.html">http://www.eclipse.org/legal/cpl-v10.html</a>.
The binary code is located in junit.jar and the source code is located in source-bundle or in the org.junit.source bundle.
<br/>The original source and binaries are available from <a href="https://github.com/KentBeck/junit/downloads">https://github.com/KentBeck/junit/downloads</a>, namely:
<br/><a href="https://github.com/downloads/KentBeck/junit/junit-4.8.2-src.jar">https://github.com/downloads/KentBeck/junit/junit-4.8.2-src.jar</a>
<br/><a href="https://github.com/downloads/KentBeck/junit/junit-dep-4.8.2.jar">https://github.com/downloads/KentBeck/junit/junit-dep-4.8.2.jar</a>
</p>
<h4>Hamcrest Library 1.1</h4>
<p>The plug-in is accompanied by software developed by Hamcrest (<a href="http://code.google.com/p/hamcrest/">http://code.google.com/p/hamcrest/</a>).
The hamcrest-library 1.1 code included within the JUnit 4.8.1 Jar includes no modifications.
Your use of hamcrest-library 1.1 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the
New BSD License.
The binary code is located in junit.jar/org/junit/internal/matchers and the source code is located in source-bundle/org/junit/internal/matchers.</p>
<p>The Hamcrest New BSD License:</p>
<pre>
BSD License
Copyright (c) 2000-2006, www.hamcrest.org
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of
conditions and the following disclaimer. Redistributions in binary form must reproduce
the above copyright notice, this list of conditions and the following disclaimer in
the documentation and/or other materials provided with the distribution.
Neither the name of Hamcrest nor the names of its contributors may be used to endorse
or promote products derived from this software without specific prior written
permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY
WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.
</pre>
</div>
</body>
</html>
|
red/logic/10-switch.html
|
Wyliodrin/streamsitems
|
<!--
Copyright 2013 IBM Corp.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<script type="text/x-red" data-template-name="switch">
<div class="form-row">
<label for="node-input-name"><i class="fa fa-tag"></i> Name</label>
<input type="text" id="node-input-name" placeholder="Name">
</div>
<div class="form-row">
If msg.<input type="text" id="node-input-property" style="width: 200px;"/>
</div>
<div class="form-row node-input-rule-container-row" style="margin-bottom: 0px;">
<div id="node-input-rule-container-div" style="box-sizing: border-box; border-radius: 5px; height: 310px; padding: 5px; border: 1px solid #ccc; overflow-y:scroll;">
<ol id="node-input-rule-container" style=" list-style-type:none; margin: 0;"></ol>
</div>
</div>
<div class="form-row">
<a href="#" class="btn btn-mini" id="node-input-add-rule" style="margin-top: 4px;"><i class="fa fa-plus"></i> rule</a>
</div>
<div class="form-row">
<select id="node-input-checkall" style="width:100%; margin-right:5px;">
<option value="true">checking all rules</option>
<option value="false">stopping after first match</option>
</select>
</div>
</script>
<script type="text/x-red" data-help-name="switch">
<p>A simple function node to route messages based on its properties.</p>
<p>When a message arrives, the selected property is evaluated against each
of the defined rules. The message is then sent to the output of <i>all</i>
rules that pass.</p>
<p>Note: the <i>otherwise</i> rule applies as a "not any of" the rules preceding it.</p>
</script>
<script type="text/javascript">
RED.nodes.registerType('switch', {
color: "#E2D96E",
category: 'function',
defaults: {
name: {value:""},
property: {value:"payload", required:true},
rules: {value:[{t:"eq", v:""}]},
checkall: {value:"true", required:true},
outputs: {value:1}
},
inputs: 1,
outputs: 1,
icon: "switch.png",
label: function() {
return this.name||"switch";
},
oneditprepare: function() {
var operators = [
{v:"eq",t:"=="},
{v:"neq",t:"!="},
{v:"lt",t:"<"},
{v:"lte",t:"<="},
{v:"gt",t:">"},
{v:"gte",t:">="},
{v:"btwn",t:"is between"},
{v:"cont",t:"contains"},
{v:"regex",t:"matches regex"},
{v:"true",t:"is true"},
{v:"false",t:"is false"},
{v:"null",t:"is null"},
{v:"nnull",t:"is not null"},
{v:"else",t:"otherwise"}
];
function generateRule(i,rule) {
var container = $('<li/>',{style:"margin:0; padding:8px 0px; border-bottom: 1px solid #ccc;"});
var row = $('<div/>').appendTo(container);
var row2 = $('<div/>',{style:"padding-top: 5px; text-align: right;"}).appendTo(container);
var selectField = $('<select/>',{style:"width:120px; margin-left: 5px; text-align: center;"}).appendTo(row);
for (var d in operators) {
selectField.append($("<option></option>").val(operators[d].v).text(operators[d].t));
}
var valueField = $('<input/>',{class:"node-input-rule-value",type:"text",style:"margin-left: 5px; width: 145px;"}).appendTo(row);
var btwnField = $('<span/>').appendTo(row);
var btwnValueField = $('<input/>',{class:"node-input-rule-btwn-value",type:"text",style:"margin-left: 5px; width: 50px;"}).appendTo(btwnField);
btwnField.append(" and ");
var btwnValue2Field = $('<input/>',{class:"node-input-rule-btwn-value2",type:"text",style:"width: 50px;margin-left:2px;"}).appendTo(btwnField);
var finalspan = $('<span/>',{style:"float: right; margin-top: 3px;margin-right: 10px;"}).appendTo(row);
finalspan.append(' send to <span class="node-input-rule-index">'+i+'</span> ');
selectField.change(function() {
var type = selectField.children("option:selected").val();
if (type.length < 4) {
selectField.css({"width":"60px"});
} else if (type === "regex") {
selectField.css({"width":"147px"});
} else {
selectField.css({"width":"120px"});
}
if (type === "btwn") {
valueField.hide();
btwnField.show();
} else {
btwnField.hide();
if (type === "true" || type === "false" || type === "null" || type === "nnull" || type === "else") {
valueField.hide();
} else {
valueField.show();
}
}
});
var deleteButton = $('<a/>',{href:"#",class:"btn btn-mini", style:"margin-left: 5px;"}).appendTo(finalspan);
$('<i/>',{class:"fa fa-remove"}).appendTo(deleteButton);
deleteButton.click(function() {
container.css({"background":"#fee"});
container.fadeOut(300, function() {
$(this).remove();
$("#node-input-rule-container").children().each(function(i) {
$(this).find(".node-input-rule-index").html(i+1);
});
});
});
$("#node-input-rule-container").append(container);
selectField.find("option").filter(function() {return $(this).val() == rule.t;}).attr('selected',true);
if (rule.t == "btwn") {
btwnValueField.val(rule.v);
btwnValue2Field.val(rule.v2);
} else if (typeof rule.v != "undefined") {
valueField.val(rule.v);
}
selectField.change();
}
$("#node-input-add-rule").click(function() {
generateRule($("#node-input-rule-container").children().length+1,{t:"",v:"",v2:""});
$("#node-input-rule-container-div").scrollTop($("#node-input-rule-container-div").get(0).scrollHeight);
});
for (var i=0;i<this.rules.length;i++) {
var rule = this.rules[i];
generateRule(i+1,rule);
}
function switchDialogResize() {
var rows = $("#dialog-form>div:not(.node-input-rule-container-row)");
var height = $("#dialog-form").height();
for (var i=0;i<rows.size();i++) {
height -= $(rows[i]).outerHeight(true);
}
var editorRow = $("#dialog-form>div.node-input-rule-container-row");
height -= (parseInt(editorRow.css("marginTop"))+parseInt(editorRow.css("marginBottom")));
$("#node-input-rule-container-div").css("height",height+"px");
};
$( "#dialog" ).on("dialogresize", switchDialogResize);
$( "#dialog" ).one("dialogopen", function(ev) {
var size = $( "#dialog" ).dialog('option','sizeCache-switch');
if (size) {
$("#dialog").dialog('option','width',size.width);
$("#dialog").dialog('option','height',size.height);
switchDialogResize();
}
});
$( "#dialog" ).one("dialogclose", function(ev,ui) {
$( "#dialog" ).off("dialogresize",switchDialogResize);
});
},
oneditsave: function() {
var rules = $("#node-input-rule-container").children();
var ruleset;
var node = this;
node.rules= [];
rules.each(function(i) {
var rule = $(this);
var type = rule.find("select option:selected").val();
var r = {t:type};
if (!(type === "true" || type === "false" || type === "null" || type === "nnull" || type === "else")) {
if (type === "btwn") {
r.v = rule.find(".node-input-rule-btwn-value").val();
r.v2 = rule.find(".node-input-rule-btwn-value2").val();
} else {
r.v = rule.find(".node-input-rule-value").val();
}
}
node.rules.push(r);
});
node.outputs = node.rules.length;
}
});
</script>
|
src/routes/register/Register.css
|
bigearth/www.clone.earth
|
@import '../../components/variables.css';
.root {
padding-left: 20px;
padding-right: 20px;
}
.container {
margin: 0 auto;
padding: 0 0 40px;
max-width: var(--max-content-width);
}
|
docs/html/data_storage.html
|
londonhackspace/hackti
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML
><HEAD
><TITLE
>Data Storage</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
REL="HOME"
TITLE="The Cacti Manual"
HREF="index.html"><LINK
REL="UP"
TITLE="Principles of Operation"
HREF="operating_principles.html"><LINK
REL="PREVIOUS"
TITLE="Principles of Operation"
HREF="operating_principles.html"><LINK
REL="NEXT"
TITLE="Data Presentation"
HREF="data_presentation.html"><LINK
REL="STYLESHEET"
TYPE="text/css"
HREF="manual.css"></HEAD
><BODY
CLASS="SECT1"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>The Cacti Manual</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="operating_principles.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Chapter 5. Principles of Operation</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="data_presentation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="SECT1"
><H1
CLASS="SECT1"
><A
NAME="DATA_STORAGE"
>Data Storage</A
></H1
><P
> There are lots of different approaches for this task. Some may
use an (SQL) database, others flat files. Cacti uses <A
HREF="http://www.rrdtool.org/"
TARGET="_top"
><SPAN
CLASS="APPLICATION"
>RRDTool</SPAN
>
</A
> to store data.
</P
><P
> RRD is the acronym for Round Robin Database.
RRD is a system to store and display time-series data
(i.e. network bandwidth, machine-room temperature, server load average).
It stores the data in a very compact way that will not expand
over time, and it can create beautiful graphs.
This keeps storage requirements at bay.
</P
><P
> Likewise, rrdtool will perform some specific tasks.
It performs consolidation to combine raw data (a primary data point in rrdtool lingo)
to consolidated data (a consolidated data point). This way, historical data
is compressed to save space. rrdtool knows different consolidation functions:
AVERAGE, MAXIMUM, MINIMUM and LAST.
</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="operating_principles.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="data_presentation.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Principles of Operation</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="operating_principles.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>Data Presentation</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>
|
valgrind/docs/html/dist.readme-developers.html
|
acarno/slicer
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>6. README_DEVELOPERS</title>
<link rel="stylesheet" type="text/css" href="vg_basic.css">
<meta name="generator" content="DocBook XSL Stylesheets V1.78.1">
<link rel="home" href="index.html" title="Valgrind Documentation">
<link rel="up" href="dist.html" title="Valgrind Distribution Documents">
<link rel="prev" href="dist.readme-missing.html" title="5. README_MISSING_SYSCALL_OR_IOCTL">
<link rel="next" href="dist.readme-packagers.html" title="7. README_PACKAGERS">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div><table class="nav" width="100%" cellspacing="3" cellpadding="3" border="0" summary="Navigation header"><tr>
<td width="22px" align="center" valign="middle"><a accesskey="p" href="dist.readme-missing.html"><img src="images/prev.png" width="18" height="21" border="0" alt="Prev"></a></td>
<td width="25px" align="center" valign="middle"><a accesskey="u" href="dist.html"><img src="images/up.png" width="21" height="18" border="0" alt="Up"></a></td>
<td width="31px" align="center" valign="middle"><a accesskey="h" href="index.html"><img src="images/home.png" width="27" height="20" border="0" alt="Up"></a></td>
<th align="center" valign="middle">Valgrind Distribution Documents</th>
<td width="22px" align="center" valign="middle"><a accesskey="n" href="dist.readme-packagers.html"><img src="images/next.png" width="18" height="21" border="0" alt="Next"></a></td>
</tr></table></div>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="dist.readme-developers"></a>6. README_DEVELOPERS</h1></div></div></div>
<div class="literallayout"><p><br>
<br>
Building and not installing it<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
To run Valgrind without having to install it, run coregrind/valgrind<br>
with the VALGRIND_LIB environment variable set, where <dir> is the root<br>
of the source tree (and must be an absolute path). Eg:<br>
<br>
VALGRIND_LIB=~/grind/head4/.in_place ~/grind/head4/coregrind/valgrind <br>
<br>
This allows you to compile and run with "make" instead of "make install",<br>
saving you time.<br>
<br>
Or, you can use the 'vg-in-place' script which does that for you.<br>
<br>
I recommend compiling with "make --quiet" to further reduce the amount of<br>
output spewed out during compilation, letting you actually see any errors,<br>
warnings, etc.<br>
<br>
<br>
Building a distribution tarball<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
To build a distribution tarball from the valgrind sources:<br>
<br>
make dist<br>
<br>
In addition to compiling, linking and packaging everything up, the command<br>
will also attempt to build the documentation.<br>
<br>
If you only want to test whether the generated tarball is complete and runs<br>
regression tests successfully, building documentation is not needed.<br>
<br>
make dist BUILD_ALL_DOCS=no<br>
<br>
If you insist on building documentation some embarrassing instructions<br>
can be found in docs/README.<br>
<br>
<br>
Running the regression tests<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
To build and run all the regression tests, run "make [--quiet] regtest".<br>
<br>
To run a subset of the regression tests, execute:<br>
<br>
perl tests/vg_regtest <name><br>
<br>
where <name> is a directory (all tests within will be run) or a single<br>
.vgtest test file, or the name of a program which has a like-named .vgtest<br>
file. Eg:<br>
<br>
perl tests/vg_regtest memcheck<br>
perl tests/vg_regtest memcheck/tests/badfree.vgtest<br>
perl tests/vg_regtest memcheck/tests/badfree<br>
<br>
<br>
Running the performance tests<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
To build and run all the performance tests, run "make [--quiet] perf".<br>
<br>
To run a subset of the performance suite, execute:<br>
<br>
perl perf/vg_perf <name><br>
<br>
where <name> is a directory (all tests within will be run) or a single<br>
.vgperf test file, or the name of a program which has a like-named .vgperf<br>
file. Eg:<br>
<br>
perl perf/vg_perf perf/<br>
perl perf/vg_perf perf/bz2.vgperf<br>
perl perf/vg_perf perf/bz2<br>
<br>
To compare multiple versions of Valgrind, use the --vg= option multiple<br>
times. For example, if you have two Valgrinds next to each other, one in<br>
trunk1/ and one in trunk2/, from within either trunk1/ or trunk2/ do this to<br>
compare them on all the performance tests:<br>
<br>
perl perf/vg_perf --vg=../trunk1 --vg=../trunk2 perf/<br>
<br>
<br>
Debugging Valgrind with GDB<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
To debug the valgrind launcher program (<prefix>/bin/valgrind) just<br>
run it under gdb in the normal way.<br>
<br>
Debugging the main body of the valgrind code (and/or the code for<br>
a particular tool) requires a bit more trickery but can be achieved<br>
without too much problem by following these steps:<br>
<br>
(1) Set VALGRIND_LAUNCHER to point to the valgrind executable. Eg:<br>
<br>
export VALGRIND_LAUNCHER=/usr/local/bin/valgrind<br>
<br>
or for an uninstalled version in a source directory $DIR:<br>
<br>
export VALGRIND_LAUNCHER=$DIR/coregrind/valgrind<br>
<br>
(2) Run gdb on the tool executable. Eg:<br>
<br>
gdb /usr/local/lib/valgrind/ppc32-linux/lackey<br>
<br>
or<br>
<br>
gdb $DIR/.in_place/x86-linux/memcheck<br>
<br>
(3) Do "handle SIGSEGV SIGILL nostop noprint" in GDB to prevent GDB from<br>
stopping on a SIGSEGV or SIGILL:<br>
<br>
(gdb) handle SIGILL SIGSEGV nostop noprint<br>
<br>
(4) Set any breakpoints you want and proceed as normal for gdb. The<br>
macro VG_(FUNC) is expanded to vgPlain_FUNC, so If you want to set<br>
a breakpoint VG_(do_exec), you could do like this in GDB:<br>
<br>
(gdb) b vgPlain_do_exec<br>
<br>
(5) Run the tool with required options (the --tool option is required<br>
for correct setup), e.g.<br>
<br>
(gdb) run --tool=lackey pwd<br>
<br>
Steps (1)--(3) can be put in a .gdbinit file, but any directory names must<br>
be fully expanded (ie. not an environment variable).<br>
<br>
A different and possibly easier way is as follows:<br>
<br>
(1) Run Valgrind as normal, but add the flag --wait-for-gdb=yes. This<br>
puts the tool executable into a wait loop soon after it gains<br>
control. This delays startup for a few seconds.<br>
<br>
(2) In a different shell, do "gdb /proc/<pid>/exe <pid>", where<br>
<pid> you read from the output printed by (1). This attaches<br>
GDB to the tool executable, which should be in the abovementioned<br>
wait loop.<br>
<br>
(3) Do "cont" to continue. After the loop finishes spinning, startup<br>
will continue as normal. Note that comment (3) above re passing<br>
signals applies here too.<br>
<br>
<br>
Self-hosting<br>
~~~~~~~~~~~~<br>
This section explains :<br>
(A) How to configure Valgrind to run under Valgrind.<br>
Such a setup is called self hosting, or outer/inner setup.<br>
(B) How to run Valgrind regression tests in a 'self-hosting' mode,<br>
e.g. to verify Valgrind has no bugs such as memory leaks.<br>
(C) How to run Valgrind performance tests in a 'self-hosting' mode,<br>
to analyse and optimise the performance of Valgrind and its tools.<br>
<br>
(A) How to configure Valgrind to run under Valgrind:<br>
<br>
(1) Check out 2 trees, "Inner" and "Outer". Inner runs the app<br>
directly. Outer runs Inner.<br>
<br>
(2) Configure inner with --enable-inner and build/install as usual.<br>
<br>
(3) Configure Outer normally and build/install as usual.<br>
<br>
(4) Choose a very simple program (date) and try<br>
<br>
outer/.../bin/valgrind --sim-hints=enable-outer --trace-children=yes \<br>
--smc-check=all-non-file \<br>
--run-libc-freeres=no --tool=cachegrind -v \<br>
inner/.../bin/valgrind --vgdb-prefix=./inner --tool=none -v prog<br>
<br>
Note: You must use a "make install"-ed valgrind.<br>
Do *not* use vg-in-place for the outer valgrind.<br>
<br>
If you omit the --trace-children=yes, you'll only monitor Inner's launcher<br>
program, not its stage2. Outer needs --run-libc-freeres=no, as otherwise<br>
it will try to find and run __libc_freeres in the inner, while libc is not<br>
used by the inner. Inner needs --vgdb-prefix=./inner to avoid inner<br>
gdbserver colliding with outer gdbserver.<br>
Currently, inner does *not* use the client request <br>
VALGRIND_DISCARD_TRANSLATIONS for the JITted code or the code patched for<br>
translation chaining. So the outer needs --smc-check=all-non-file to<br>
detect the modified code.<br>
<br>
Debugging the whole thing might imply to use up to 3 GDB:<br>
* a GDB attached to the Outer valgrind, allowing<br>
to examine the state of Outer.<br>
* a GDB using Outer gdbserver, allowing to<br>
examine the state of Inner.<br>
* a GDB using Inner gdbserver, allowing to<br>
examine the state of prog.<br>
<br>
The whole thing is fragile, confusing and slow, but it does work well enough<br>
for you to get some useful performance data. Inner has most of<br>
its output (ie. those lines beginning with "==<pid>==") prefixed with a '>',<br>
which helps a lot. However, when running regression tests in an Outer/Inner<br>
setup, this prefix causes the reg test diff to fail. Give <br>
--sim-hints=no-inner-prefix to the Inner to disable the production<br>
of the prefix in the stdout/stderr output of Inner.<br>
<br>
The allocator (coregrind/m_mallocfree.c) is annotated with client requests<br>
so Memcheck can be used to find leaks and use after free in an Inner<br>
Valgrind.<br>
<br>
The Valgrind "big lock" is annotated with helgrind client requests<br>
so helgrind and drd can be used to find race conditions in an Inner<br>
Valgrind.<br>
<br>
All this has not been tested much, so don't be surprised if you hit problems.<br>
<br>
When using self-hosting with an outer Callgrind tool, use '--pop-on-jump'<br>
(on the outer). Otherwise, Callgrind has much higher memory requirements. <br>
<br>
(B) Regression tests in an outer/inner setup:<br>
<br>
To run all the regression tests with an outer memcheck, do :<br>
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \<br>
--all<br>
<br>
To run a specific regression tests with an outer memcheck, do:<br>
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \<br>
none/tests/args.vgtest<br>
<br>
To run regression tests with another outer tool:<br>
perl tests/vg_regtest --outer-valgrind=../outer/.../bin/valgrind \<br>
--outer-tool=helgrind --all<br>
<br>
--outer-args allows to give specific arguments to the outer tool,<br>
replacing the default one provided by vg_regtest.<br>
<br>
Note: --outer-valgrind must be a "make install"-ed valgrind.<br>
Do *not* use vg-in-place.<br>
<br>
When an outer valgrind runs an inner valgrind, a regression test<br>
produces one additional file <testname>.outer.log which contains the<br>
errors detected by the outer valgrind. E.g. for an outer memcheck, it<br>
contains the leaks found in the inner, for an outer helgrind or drd,<br>
it contains the detected race conditions.<br>
<br>
The file tests/outer_inner.supp contains suppressions for <br>
the irrelevant or benign errors found in the inner.<br>
<br>
(C) Performance tests in an outer/inner setup:<br>
<br>
To run all the performance tests with an outer cachegrind, do :<br>
perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf<br>
<br>
To run a specific perf test (e.g. bz2) in this setup, do :<br>
perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind perf/bz2<br>
<br>
To run all the performance tests with an outer callgrind, do :<br>
perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \<br>
--outer-tool=callgrind perf<br>
<br>
Note: --outer-valgrind must be a "make install"-ed valgrind.<br>
Do *not* use vg-in-place.<br>
<br>
To compare the performance of multiple Valgrind versions, do :<br>
perl perf/vg_perf --outer-valgrind=../outer/.../bin/valgrind \<br>
--outer-tool=callgrind \<br>
--vg=../inner_xxxx --vg=../inner_yyyy perf<br>
(where inner_xxxx and inner_yyyy are the toplevel directories of<br>
the versions to compare).<br>
Cachegrind and cg_diff are particularly handy to obtain a delta<br>
between the two versions.<br>
<br>
When the outer tool is callgrind or cachegrind, the following<br>
output files will be created for each test:<br>
<outertoolname>.out.<inner_valgrind_dir>.<tt>.<perftestname>.<pid><br>
<outertoolname>.outer.log.<inner_valgrind_dir>.<tt>.<perftestname>.<pid><br>
(where tt is the two letters abbreviation for the inner tool(s) run).<br>
<br>
For example, the command<br>
perl perf/vg_perf \<br>
--outer-valgrind=../outer_trunk/install/bin/valgrind \<br>
--outer-tool=callgrind \<br>
--vg=../inner_tchain --vg=../inner_trunk perf/many-loss-records<br>
<br>
produces the files<br>
callgrind.out.inner_tchain.no.many-loss-records.18465<br>
callgrind.outer.log.inner_tchain.no.many-loss-records.18465<br>
callgrind.out.inner_tchain.me.many-loss-records.21899<br>
callgrind.outer.log.inner_tchain.me.many-loss-records.21899<br>
callgrind.out.inner_trunk.no.many-loss-records.21224<br>
callgrind.outer.log.inner_trunk.no.many-loss-records.21224<br>
callgrind.out.inner_trunk.me.many-loss-records.22916<br>
callgrind.outer.log.inner_trunk.me.many-loss-records.22916<br>
<br>
<br>
Printing out problematic blocks<br>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
If you want to print out a disassembly of a particular block that<br>
causes a crash, do the following.<br>
<br>
Try running with "--vex-guest-chase-thresh=0 --trace-flags=10000000<br>
--trace-notbelow=999999". This should print one line for each block<br>
translated, and that includes the address.<br>
<br>
Then re-run with 999999 changed to the highest bb number shown.<br>
This will print the one line per block, and also will print a<br>
disassembly of the block in which the fault occurred.<br>
<br>
</p></div>
</div>
<div>
<br><table class="nav" width="100%" cellspacing="3" cellpadding="2" border="0" summary="Navigation footer">
<tr>
<td rowspan="2" width="40%" align="left">
<a accesskey="p" href="dist.readme-missing.html"><< 5. README_MISSING_SYSCALL_OR_IOCTL</a> </td>
<td width="20%" align="center"><a accesskey="u" href="dist.html">Up</a></td>
<td rowspan="2" width="40%" align="right"> <a accesskey="n" href="dist.readme-packagers.html">7. README_PACKAGERS >></a>
</td>
</tr>
<tr><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td></tr>
</table>
</div>
</body>
</html>
|
www/api/public/cuon.DMS.documentTools-module.html
|
juergenhamel/cuon
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>cuon.DMS.documentTools</title>
<link rel="stylesheet" href="epydoc.css" type="text/css"></link>
</head>
<body bgcolor="white" text="black" link="blue" vlink="#204080"
alink="#204080">
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="cuon-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0">
<tr valign="top">
<td width="100%">
<font size="-1"><b class="breadcrumbs">
<a href="cuon-module.html">Package cuon</a> ::
<a href="cuon.DMS-module.html">Package DMS</a> ::
Module documentTools
</b></font></br>
</td>
<td><table cellpadding="0" cellspacing="0">
<tr><td align="right"><font size="-2">[<a href="../private/cuon.DMS.documentTools-module.html">show private</a> | hide private]</font></td></tr>
<tr><td align="right"><font size="-2">[<a href="frames.html"target="_top">frames</a> | <a href="cuon.DMS.documentTools-module.html" target="_top">no frames</a>]</font></td></tr>
</table></td>
</tr></table>
<!-- =========== START OF MODULE DESCRIPTION =========== -->
<h2 class="module">Module cuon.DMS.documentTools</h2>
<!-- =========== START OF CLASSES =========== -->
<table class="summary" border="1" cellpadding="3" cellspacing="0" width="100%" bgcolor="white">
<tr bgcolor="#70b0f0" class="summary">
<th colspan="2">Classes</th></tr>
<tr><td width="15%">
<b><a href="cuon.DMS.documentTools.documentTools-class.html"><code>documentTools</code></a></b></td>
<td> </td></tr>
</table><br />
<!-- =========== START OF NAVBAR =========== -->
<table class="navbar" border="0" width="100%" cellpadding="0" bgcolor="#a0c0ff" cellspacing="0">
<tr valign="center">
<th class="navbar"> <a class="navbar" href="cuon-module.html">Home</a> </th>
<th class="navbar"> <a class="navbar" href="trees.html">Trees</a> </th>
<th class="navbar"> <a class="navbar" href="indices.html">Index</a> </th>
<th class="navbar"> <a class="navbar" href="help.html">Help</a> </th>
<th class="navbar" width="100%"></th>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left"><font size="-2">Generated by Epydoc 2.1 on Sat Jul 7 09:54:34 2007</font></td>
<td align="right"><a href="http://epydoc.sourceforge.net"
><font size="-2">http://epydoc.sf.net</font></a></td>
</tr>
</table>
</body>
</html>
|
layout/reftests/css-invalid/fieldset/fieldset-invalid-and-barred.html
|
Yukarumya/Yukarum-Redfoxes
|
<!DOCTYPE html>
<!-- fieldset with one invalid element and a barred for constraint validation element -->
<html>
<head>
<style>
fieldset:invalid { display: none; }
</style>
</head>
<body>
<fieldset id="fieldset">
<input required>
<input id='i' value='foo' readonly required>
</fieldset>
</body>
</html>
|
tests/mochitest/chrome/layout/forms/test/bug536567_iframe.html
|
vladikoff/fxa-mochitest
|
<!DOCTYPE HTML>
<html>
<head>
</head>
<body>
<iframe id="content"></iframe>
</body>
</html>
|
vendor/libvix/vix113_reference/lang/c/functions/VixHost_Connect.html
|
dreadl0ck/govix
|
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
<meta HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
<link rel="stylesheet" href="../../../foundrydoc.css" type="text/css" charset="ISO-8859-1">
<link rel="stylesheet" href="foundrydoc.css" type="text/css" charset="ISO-8859-1">
</head>
<body>
<h1>Name</h1>
<b>VixHost_Connect</b>
<h1>Description</h1>
<pre>
VixHandle
VixHost_Connect(int apiVersion,
VixServiceProvider hostType,
const char *hostName,
int hostPort,
const char *userName,
const char *password,
VixHostOptions options,
VixHandle propertyListHandle,
VixEventProc *callbackProc,
void *clientData);
</pre>
<p>
Creates a host handle. This handle cannot be shared or reused after disconnect.
<h1>Parameters</h1>
<dl>
<dt><i>apiVersion</i></dt>
<dd>
Must be
VIX_API_VERSION.
</dd>
<dt><i>hostType</i></dt>
<dd>
With vCenter Server, ESX/ESXi hosts, and VMware Server 2.0, use
VIX_SERVICEPROVIDER_VMWARE_VI_SERVER.
With VMware Workstation, use
VIX_SERVICEPROVIDER_VMWARE_WORKSTATION.
With VMware Workstation (shared mode), use
VIX_SERVICEPROVIDER_VMWARE_WORKSTATION_SHARED.
With VMware Player, use
VIX_SERVICEPROVIDER_VMWARE_PLAYER.
With VMware Server 1.0.x, use
VIX_SERVICEPROVIDER_VMWARE_SERVER.
</dd>
<dt><i>hostName</i></dt>
<dd>
Varies by product platform.
With vCenter Server, ESX/ESXi hosts, VMware Workstation
(shared mode) and VMware Server 2.0,
use a URL of the form "https://<hostName>:<port>/sdk"
where <hostName> is either the DNS name or IP address.
If missing, <port> may default to 443 (see Remarks below).
In VIX API 1.10 and later, you can omit "https://" and "/sdk"
specifying just the DNS name or IP address.
Credentials are required even for connections made locally.
With Workstation, use
NULL
to connect to the local host.
With VMware Server 1.0.x,
use the DNS name or IP address for remote connections,
or the same as Workstation for local connections.
</dd>
<dt><i>hostPort</i></dt>
<dd>
TCP/IP port on the remote host.
With VMware Workstation and VMware Player, use zero for the local host.
With ESX/ESXi hosts, VMware Workstation (shared mode) and
VMware Server 2.0 you specify port number within the hostName
parameter, so this parameter is ignored (see Remarks below).
</dd>
<dt><i>login</i></dt>
<dd>
Username for authentication on the remote machine.
With VMware Workstation, VMware Player, and VMware Server 1.0.x, use
NULL
to authenticate as the current user on local host.
With vCenter Server, ESX/ESXi hosts, VMware Workstation
(shared mode) and VMware Server 2.0,
you must use a valid login.
</dd>
<dt><i>password</i></dt>
<dd>
Password for authentication on the remote machine.
With VMware Workstation, VMware Player, and VMware Server 1.0.x, use
NULL
to authenticate as the current user on local host.
With ESX/ESXi, VMware Workstation (shared mode) and
VMware Server 2.0, you must use a valid login.
</dd>
<dt><i>options</i></dt>
<dd>
Should be zero. The option VIX_HOSTOPTION_USE_EVENT_PUMP
has been deprecated and may be removed from future versions
of the VIX API.
</dd>
<dt><i>propertyListHandle</i></dt>
<dd>
Must be
VIX_INVALID_HANDLE.
</dd>
<dt><i>callbackProc</i></dt>
<dd>
Optional callback of type VixEventProc.
</dd>
<dt><i>clientData</i></dt>
<dd>
Optional user supplied opaque data to be passed
to optional callback.
</dd>
</dl>
<h1>Return Value</h1>
A job handle. When the job completes, retrieve the Host handle
from the job handle using the VIX_PROPERTY_JOB_RESULT_HANDLE property.
<h1>Remarks</h1>
<ul>
<li> To specify the local host (where the API client runs) with VMware Workstation and VMware Player,
pass null values for the hostName, hostPort, userName, and password parameters.
<li> With vCenter Server, ESX/ESXi hosts, and VMware Server 2.0,
the URL for the hostName argument may specify the port.
Otherwise an HTTPS connection is attempted on port 443.
HTTPS is strongly recommended.
Port numbers are set during installation of Server 2.0.
The installer's default HTTP and HTTPS values
are 8222 and 8333 for Server on Windows,
or (if not already in use) 80 and 443 for Server on Linux,
and 902 for the automation socket, authd.
If connecting to a virtual machine though a firewall,
port 902 and the communicating port must be opened to allow guest operations.
<li> If a VMware ESX host is being managed by a VMware VCenter Server, you
should call VixHost_Connect with the hostname or IP address of the VCenter
server, not the ESX host. Connecting directly to an ESX host while
bypassing its VCenter Server can cause state inconsistency.
<li> On Windows, this function should not be called multiple times with different
service providers in the same process; doing so will result in a
VIX_E_WRAPPER_MULTIPLE_SERVICEPROVIDERS error. A single client process
can connect to multiple hosts as long as it connects using the same
service provider type.
<li> To enable SSL certificate verification, set the value of the options
parameter to include the bit flag specified by
VIX_HOSTOPTION_VERIFY_SSL_CERT.
This option can also be set in the VMware config file by assigning
vix.enableSslCertificateCheck as TRUE or FALSE.
The vix.sslCertificateFile config option specifies the path to a file
containing CA certificates in PEM format. The vix.sslCertificateDirectory
config option can specify a directory containing files that each contain
a CA certificate. Upon encountering a SSL validation error,
the host handle is not created with a resulting error code of
VIX_E_NET_HTTP_SSL_SECURITY.
<li> The option VIX_HOSTOPTION_USE_EVENT_PUMP has been deprecated and may
be removed from future versions of the VIX API.
<li> With VMware vCenter Server and ESX/ESXi 4.0 hosts,
an existing VI API session can be used instead of the username/password
pair to authenticate when connecting.
To use an existing VI API session, a VI "clone ticket" is required; call the
VI API AcquireCloneTicket() method of the SessionManager object to get
this ticket. Using the ticket string returned by this method, call
VixHost_Connect() with NULL as the 'username' and the ticket as the
'password'.
</ul>
<h1>Side Effects</h1>
None.
<h1>Requirements</h1>
vix.h, since VMware Server 1.0
<h1>Example</h1>
<pre>
#include "vix.h"
int main(int argc, char * argv[])
{
VixHandle hostHandle = VIX_INVALID_HANDLE;
VixHandle jobHandle = VIX_INVALID_HANDLE;
VixError err;
// Connect as current user on local host.
jobHandle = VixHost_Connect(VIX_API_VERSION,
VIX_SERVICEPROVIDER_VMWARE_VI_SERVER,
"https://viserver.example.com/sdk", // hostName
0, // hostPort
"Administrator", // userName
"adminpass", // password,
0, // options
VIX_INVALID_HANDLE, // propertyListHandle
NULL, // callbackProc
NULL); // clientData
err = VixJob_Wait(jobHandle,
VIX_PROPERTY_JOB_RESULT_HANDLE,
&hostHandle,
VIX_PROPERTY_NONE);
if (VIX_OK != err) {
// Handle the error...
goto abort;
}
Vix_ReleaseHandle(jobHandle);
// Other code goes here...
abort:
Vix_ReleaseHandle(jobHandle);
VixHost_Disconnect(hostHandle);
}
</pre>
</body>
</html>
<hr>Copyright (C) 2007-2013 VMware, Inc. All rights reserved.
|
layout/reftests/margin-collapsing/block-no-content-2a-dyn.html
|
Yukarumya/Yukarum-Redfoxes
|
<!DOCTYPE html>
<html class="reftest-wait">
<head>
<style type="text/css">
#block1 {
height: 20px;
margin-bottom: 10px;
background-color: green;
}
#margin-only {
margin-top: 20px;
margin-bottom: 30px;
}
#block2 {
height: 20px;
background-color: green;
}
</style>
<script type="text/javascript">
function test() {
document.getElementById('block2').style.marginTop = '40px';
document.documentElement.removeAttribute('class');
}
document.addEventListener('MozReftestInvalidate', test);
</script>
</head>
<body>
<div id="block1"></div>
<div id="margin-only"></div>
<div id="block2"></div>
</body>
</html>
|
LayoutTests/sputnik/Conformance/11_Expressions/11.13_Assignment_Operators/11.13.2_Compound_Assignment/S11.13.2_A4.11_T2.8.html
|
youfoh/webkit-efl
|
<html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S11.13.2_A4.11_T2.8</p>
<div id='console'></div>
<script>
try {
/**
* @name: S11.13.2_A4.11_T2.8;
* @section: 11.13.2, 11.10.3;
* @assertion: The production x |= y is the same as x = x | y;
* @description: Type(x) is different from Type(y) and both types vary between Boolean (primitive or object) and Undefined;
*/
//CHECK#1
x = true;
x |= undefined;
if (x !== 1) {
testFailed('#1: x = true; x |= undefined; x === 1. Actual: ' + (x));
}
//CHECK#2
x = undefined;
x |= true;
if (x !== 1) {
testFailed('#2: x = undefined; x |= true; x === 1. Actual: ' + (x));
}
//CHECK#3
x = new Boolean(true);
x |= undefined;
if (x !== 1) {
testFailed('#3: x = new Boolean(true); x |= undefined; x === 1. Actual: ' + (x));
}
//CHECK#4
x = undefined;
x |= new Boolean(true);
if (x !== 1) {
testFailed('#4: x = undefined; x |= new Boolean(true); x === 1. Actual: ' + (x));
}
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestFailed('successfullyParsed is not set');
else if (sputnikException)
printTestFailed(sputnikException);
else
printTestPassed("");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
LayoutTests/sputnik/Conformance/15_Native_Objects/15.10_RegExp/15.10.6/15.10.6.2_RegExp.prototype.exec/S15.10.6.2_A1_T10.html
|
youfoh/webkit-efl
|
<html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S15.10.6.2_A1_T10</p>
<div id='console'></div>
<script>
try {
/**
* @name: S15.10.6.2_A1_T10;
* @section: 15.10.6.2;
* @assertion: RegExp.prototype.exec(string) Performs a regular expression match of ToString(string) against the regular expression and
* returns an Array object containing the results of the match, or null if the string did not match;
* @description: String is 1.01 and RegExp is /1|12/;
*/
__executed = /1|12/.exec(1.01);
__expected = ["1"];
__expected.index=0;
__expected.input="1.01";
//CHECK#0
if ((__executed instanceof Array) !== true) {
testFailed('#0: __executed = /1|12/.exec(1.01); (__executed instanceof Array) === true');
}
//CHECK#1
if (__executed.length !== __expected.length) {
testFailed('#1: __executed = /1|12/.exec(1.01); __executed.length === ' + __expected.length + '. Actual: ' + __executed.length);
}
//CHECK#2
if (__executed.index !== __expected.index) {
testFailed('#2: __executed = /1|12/.exec(1.01); __executed.index === ' + __expected.index + '. Actual: ' + __executed.index);
}
//CHECK#3
if (__executed.input !== __expected.input) {
testFailed('#3: __executed = /1|12/.exec(1.01); __executed.input === ' + __expected.input + '. Actual: ' + __executed.input);
}
//CHECK#4
for(var index=0; index<__expected.length; index++) {
if (__executed[index] !== __expected[index]) {
testFailed('#4: __executed = /1|12/.exec(1.01); __executed[' + index + '] === ' + __expected[index] + '. Actual: ' + __executed[index]);
}
}
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestFailed('successfullyParsed is not set');
else if (sputnikException)
printTestFailed(sputnikException);
else
printTestPassed("");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
LayoutTests/sputnik/Conformance/12_Statement/12.8_The_break_Statement/S12.8_A6.html
|
youfoh/webkit-efl
|
<html>
<head>
<meta charset='utf-8'>
<style>
.pass {
font-weight: bold;
color: green;
}
.fail {
font-weight: bold;
color: red;
}
</style>
<script>
if (window.testRunner)
testRunner.dumpAsText();
function SputnikError(message)
{
this.message = message;
}
SputnikError.prototype.toString = function ()
{
return 'SputnikError: ' + this.message;
};
var sputnikException;
function testPrint(msg)
{
var span = document.createElement("span");
document.getElementById("console").appendChild(span); // insert it first so XHTML knows the namespace
span.innerHTML = msg + '<br />';
}
function escapeHTML(text)
{
return text.toString().replace(/&/g, "&").replace(/</g, "<");
}
function printTestPassed(msg)
{
testPrint('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
}
function printTestFailed(msg)
{
testPrint('<span><span class="fail">FAIL</span> ' + escapeHTML(msg) + '</span>');
}
function testFailed(msg)
{
throw new SputnikError(msg);
}
var successfullyParsed = false;
</script>
</head>
<body>
<p>S12.8_A6</p>
<div id='console'></div>
<script>
try {
/**
* @name: S12.8_A6;
* @section: 12.8;
* @assertion: Appearing of "break" within a function call that is nested in a IterationStatement yields SyntaxError;
* @description: Checking if using "break Identifier" within a function body appears to be invalid;
* @negative;
*/
var x=0,y=0;
LABEL1 : do {
x++;
(function(){break LABEL1;})();
y++;
} while(0);
} catch (ex) {
sputnikException = ex;
}
var successfullyParsed = true;
</script>
<script>
if (!successfullyParsed)
printTestPassed('Expected parsing failure');
else if (sputnikException)
printTestPassed(sputnikException);
else
printTestFailed("No error detected");
testPrint('<br /><span class="pass">TEST COMPLETE</span>');
</script>
</body>
</html>
|
LayoutTests/svg/dynamic-updates/SVGFEDisplacementMapElement-dom-scale-attr.html
|
youfoh/webkit-efl
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<script src="resources/SVGTestCase.js"></script>
<script src="../../fast/js/resources/js-test-pre.js"></script>
<script src="../../fast/repaint/resources/repaint.js"></script>
</head>
<body onload="runRepaintTest()">
<h1>SVG 1.1 dynamic update tests</h1>
<p id="description"></p>
<div id="console"></div>
<script src="script-tests/SVGFEDisplacementMapElement-dom-scale-attr.js"></script>
</body>
</html>
|
language/pt_br/bible/p_isaiah_14_14.html
|
kfazolin/biblia
|
642
|
themes/Hugo-Octopress/static/css/hugo-octopress.css
|
Nurmukhamed/www-hdfilm-kz-octopress
|
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
font-family: "PT Serif",Georgia,Times,"Times New Roman",serif;
}
html {
line-height: 1
}
ol,
ul {
list-style: none
}
table {
border-collapse: collapse;
border-spacing: 0;
}
caption,
th,
td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
q,
blockquote {
quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
content: none
}
a img {
border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
display: block
}
a {
color: #1863a1
}
a:visited {
color: #751590
}
a:focus {
color: #0181eb
}
a:hover {
color: #0181eb
}
a:active {
color: #01579f
}
aside.sidebar a {
color: #222
}
aside.sidebar a:focus {
color: #0181eb
}
aside.sidebar a:hover {
color: #0181eb
}
aside.sidebar a:active {
color: #01579f
}
a {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
-o-transition: color 0.3s;
transition: color 0.3s
}
html {
background: #252525 top left
}
body>div {
background: #f2f2f2 top left;
border-bottom: 1px solid #bfbfbf
}
body>div>div {
background: #f8f8f8 top left;
border-right: 1px solid #e0e0e0
}
/*.heading,
body>header h1,
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif
}*/
.sans,
body>header h2,
article header p.meta,
article>footer,
#content .blog-index footer,
/*html .gist .gist-file .gist-meta,*/
#blog-archives a.category,
#blog-archives time,
aside.sidebar section,
body>footer {
font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif
}
.serif,
body,
#content .blog-index a[rel=full-article] {
/* font-family: "PT Serif", Georgia, Times, "Times New Roman", serif */
}
.mono,
pre,
code,
tt,
p code,
li code {
font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
}
body>header h1 {
font-size: 2.2em;
font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif;
font-weight: normal;
line-height: 1.2em;
margin-bottom: 0.6667em
}
body>header h2 {
font-family: "PT Serif", "Georgia", "Helvetica Neue", Arial, sans-serif
}
body {
line-height: 1.5em;
color: #222
}
h1 {
font-size: 2.2em;
line-height: 1.2em
}
/* @media only screen and (min-width: 992px) {
body {
font-size: 1.15em
}
h1 {
font-size: 2.6em;
line-height: 1.2em
}
} */
h1,
h2,
h3,
h4,
h5,
h6 {
text-rendering: optimizelegibility;
margin-bottom: 1em;
font-weight: bold;
margin-top: 1em;
}
h2,
section h1 {
font-size: 1.5em
}
h3,
section h2,
section section h1 {
font-size: 1.3em
}
h4,
section h3,
section section h2,
section section section h1 {
font-size: 1em
}
h5,
section h4,
section section h3 {
font-size: .9em
}
h6,
section h5,
section section h4,
section section section h3 {
font-size: .8em
}
p,
article blockquote,
ul,
ol {
margin-bottom: 0.8em; /* changed this from 1.5em to 0.8 */
}
ul {
list-style-type: disc
}
ul ul {
list-style-type: circle;
margin-bottom: 0px
}
ul ul ul {
list-style-type: square;
margin-bottom: 0px
}
ol {
list-style-type: decimal
}
ol ol {
list-style-type: lower-alpha;
margin-bottom: 0px
}
ol ol ol {
list-style-type: lower-roman;
margin-bottom: 0px
}
ul,
ul ul,
ul ol,
ol,
ol ul,
ol ol {
margin-left: 1.3em
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0em
}
strong {
font-weight: bold
}
em {
font-style: italic
}
sup,
sub {
font-size: 0.75em;
position: relative;
display: inline-block;
padding: 0 .2em;
line-height: .8em
}
sup {
top: -.5em
}
sub {
bottom: -.5em
}
a[rev='footnote'] {
font-size: .75em;
padding: 0 .3em;
line-height: 1
}
q {
font-style: italic
}
q:before {
content: "\201C"
}
q:after {
content: "\201D"
}
em,
dfn {
font-style: italic
}
strong,
dfn {
font-weight: bold
}
del,
s {
text-decoration: line-through
}
abbr,
acronym {
border-bottom: 1px dotted;
cursor: help
}
hr {
margin-bottom: 0.2em
}
small {
font-size: .8em
}
big {
font-size: 1.2em
}
article blockquote {
font-style: italic;
position: relative;
font-size: 1.0em;
line-height: 1.5em;
padding-left: 1em;
border-left: 4px solid rgba(170, 170, 170, 0.5)
}
article blockquote cite {
font-style: italic
}
article blockquote cite a {
color: #aaa !important;
word-wrap: break-word
}
article blockquote cite:before {
content: '\2014';
padding-right: .3em;
padding-left: .3em;
color: #aaa
}
@media only screen and (min-width: 992px) {
article blockquote {
padding-left: 1.5em;
border-left-width: 4px
}
}
.pullquote-right:before,
.pullquote-left:before {
padding: 0;
border: none;
content: attr(data-pullquote);
float: right;
width: 45%;
margin: .5em 0 1em 1.5em;
position: relative;
top: 7px;
font-size: 1.4em;
line-height: 1.45em
}
.pullquote-left:before {
float: left;
margin: .5em 1.5em 1em 0
}
.force-wrap,
article a,
aside.sidebar a {
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
white-space: pre-wrap;
word-wrap: break-word
}
.group,
body>header,
body>nav,
body>footer,
body #content>article,
body #content>div>article,
body #content>div>section,
body div.pagination,
aside.sidebar,
#main,
#content,
.sidebar {
*zoom: 1
}
.group:after,
body>header:after,
body>nav:after,
body>footer:after,
body #content>article:after,
body #content>div>section:after,
body div.pagination:after,
#main:after,
#content:after,
.sidebar:after {
content: "";
display: table;
clear: both
}
body {
-webkit-text-size-adjust: none;
max-width: 1200px; /* original is 1200px but for some reason it is smaller in my screen */
position: relative;
margin: 0 auto;
font-size: 110%;
}
body>header,
body>nav,
body>footer,
body #content>article,
body #content>div>article,
body #content>div>section {
padding-left: 18px;
padding-right: 18px
}
@media only screen and (min-width: 480px) {
body>header,
body>nav,
body>footer,
body #content>article,
body #content>div>article,
body #content>div>section {
padding-left: 25px;
padding-right: 25px
}
}
@media only screen and (min-width: 768px) {
body>header,
body>nav,
body>footer,
body #content>article,
body #content>div>article,
body #content>div>section {
padding-left: 35px;
padding-right: 35px
}
}
@media only screen and (min-width: 992px) {
body>header,
body>nav,
body>footer,
body #content>article,
body #content>div>article,
body #content>div>section { /* changed padding for the main article from 55px to 40px*/
padding-left: 40px;
padding-right: 40px;
}
}
body div.pagination {
margin-left: 18px;
margin-right: 18px
}
@media only screen and (min-width: 480px) {
body div.pagination {
margin-left: 25px;
margin-right: 25px
}
}
@media only screen and (min-width: 768px) {
body div.pagination {
margin-left: 35px;
margin-right: 35px
}
}
@media only screen and (min-width: 992px) {
body div.pagination {
margin-left: 55px;
margin-right: 55px
}
}
body>header {
font-size: 1em;
padding-top: 1.5em;
padding-bottom: 1.5em
}
#content {
overflow: hidden
}
#content>div,
#content>article {
width: 100%
}
aside.sidebar {
float: none;
padding: 0 18px 1px;
background-color: #f7f7f7;
border-top: 1px solid #e0e0e0
}
.flex-content,
article img,
article video,
article .flash-video,
article .caption-wrapper,
aside.sidebar img {
max-width: 100%;
height: auto
}
.basic-alignment.left,
article img.left,
article video.left,
article .left.flash-video,
article .left.caption-wrapper,
aside.sidebar img.left {
float: left;
margin-right: 1.5em
}
.basic-alignment.right,
article img.right,
article video.right,
article .right.flash-video,
article .right.caption-wrapper,
aside.sidebar img.right {
float: right;
margin-left: 1.5em
}
.basic-alignment.center,
article img.center,
article video.center,
article .center.flash-video,
article .center.caption-wrapper,
aside.sidebar img.center {
display: block;
margin: 0 auto 1.5em
}
.basic-alignment.left,
article img.left,
article video.left,
article .left.flash-video,
article .left.caption-wrapper,
aside.sidebar img.left,
.basic-alignment.right,
article img.right,
article video.right,
article .right.flash-video,
article .right.caption-wrapper,
aside.sidebar img.right {
margin-bottom: .8em
}
.toggle-sidebar,
.no-sidebar .toggle-sidebar {
display: none
}
@media only screen and (min-width: 750px) {
body.sidebar-footer aside.sidebar {
float: none;
width: auto;
clear: left;
margin: 0;
padding: 0 35px 1px;
background-color: #f7f7f7;
border-top: 1px solid #eaeaea
}
body.sidebar-footer aside.sidebar section.odd,
body.sidebar-footer aside.sidebar section.even {
float: left;
width: 48%
}
body.sidebar-footer aside.sidebar section.odd {
margin-left: 0
}
body.sidebar-footer aside.sidebar section.even {
margin-left: 4%
}
body.sidebar-footer aside.sidebar.thirds section {
width: 30%;
margin-left: 5%
}
body.sidebar-footer aside.sidebar.thirds section.first {
margin-left: 0;
clear: both
}
}
body.sidebar-footer #content {
margin-right: 0px
}
body.sidebar-footer .toggle-sidebar {
display: none
}
@media only screen and (min-width: 550px) {
body>header {
font-size: 1em
}
}
@media only screen and (min-width: 750px) {
aside.sidebar {
float: none;
width: auto;
clear: left;
margin: 0;
padding: 0 35px 1px;
background-color: #f7f7f7;
border-top: 1px solid #eaeaea
}
aside.sidebar section.odd,
aside.sidebar section.even {
float: left;
width: 48%
}
aside.sidebar section.odd {
margin-left: 0
}
aside.sidebar section.even {
margin-left: 4%
}
aside.sidebar.thirds section {
width: 30%;
margin-left: 5%
}
aside.sidebar.thirds section.first {
margin-left: 0;
clear: both
}
}
@media only screen and (min-width: 768px) {
body {
-webkit-text-size-adjust: auto
}
body>header {
font-size: 1.2em
}
#main {
padding: 0;
margin: 0 auto
}
#content {
overflow: visible;
margin-right: 240px;
position: relative
}
.no-sidebar #content {
margin-right: 0;
border-right: 0
}
.collapse-sidebar #content {
margin-right: 20px
}
#content>div,
#content>article {
padding-top: 17.5px;
padding-bottom: 17.5px;
float: left
}
aside.sidebar {
width: 210px;
padding: 0 15px 15px;
background: none;
clear: none;
float: left;
margin: 0 -100% 0 0;
}
aside.sidebar section {
width: auto;
margin-left: 0
}
aside.sidebar section.odd,
aside.sidebar section.even {
float: none;
width: auto;
margin-left: 0
}
.collapse-sidebar aside.sidebar {
float: none;
width: auto;
clear: left;
margin: 0;
padding: 0 35px 1px;
background-color: #f7f7f7;
border-top: 1px solid #eaeaea
}
.collapse-sidebar aside.sidebar section.odd,
.collapse-sidebar aside.sidebar section.even {
float: left;
width: 48%
}
.collapse-sidebar aside.sidebar section.odd {
margin-left: 0
}
.collapse-sidebar aside.sidebar section.even {
margin-left: 4%
}
.collapse-sidebar aside.sidebar.thirds section {
width: 30%;
margin-left: 5%
}
.collapse-sidebar aside.sidebar.thirds section.first {
margin-left: 0;
clear: both
}
}
@media only screen and (min-width: 992px) {
body>header {
font-size: 1.3em
}
#content {
margin-right: 320px; /* increase this by X where X is the increase in width of aside.sidebar a few line down */
}
#content>div,
#content>article {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
aside.sidebar {
width: 280px; /* increase sidebad, remember to increase the margin-right of #content a few lines up by the same amount */
padding: 0em 20px 20px
}
.collapse-sidebar aside.sidebar {
padding-left: 55px;
padding-right: 55px
}
}
body>header {
background: #333
}
body>header h1 {
display: inline-block;
margin: 0
}
body>header h1 a,
body>header h1 a:visited,
body>header h1 a:hover {
color: #f2f2f2;
text-decoration: none
}
body>header h2 {
margin: .2em 0 0;
font-size: 1em;
color: #aaa;
font-weight: normal
}
body>nav {
position: relative;
background-color: #ccc;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(50%, #cccccc), color-stop(100%, #b0b0b0));
background: -webkit-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: -moz-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: -o-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
border-top: 1px solid #f2f2f2;
border-bottom: 1px solid #8c8c8c;
padding-top: .35em;
padding-bottom: .35em
}
body>nav form {
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
margin: 0;
padding: 0
}
body>nav form .search {
padding: .3em .5em 0;
font-size: .85em;
font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
line-height: 1.1em;
width: 95%;
-webkit-border-radius: 0.5em;
-moz-border-radius: 0.5em;
-ms-border-radius: 0.5em;
-o-border-radius: 0.5em;
border-radius: 0.5em;
-webkit-background-clip: padding;
-moz-background-clip: padding;
background-clip: padding-box;
-webkit-box-shadow: #d1d1d1 0 1px;
-moz-box-shadow: #d1d1d1 0 1px;
box-shadow: #d1d1d1 0 1px;
background-color: #f2f2f2;
border: 1px solid #b3b3b3;
color: #888
}
body>nav form .search:focus {
color: #444;
border-color: #80b1df;
-webkit-box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
-moz-box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
box-shadow: #80b1df 0 0 4px, #80b1df 0 0 3px inset;
background-color: #fff;
outline: none
}
body>nav fieldset[role=search] {
float: right;
width: 48%
}
body>nav fieldset.mobile-nav {
float: left;
width: 48%
}
body>nav fieldset.mobile-nav select {
width: 100%;
font-size: .8em;
border: 1px solid #888
}
body>nav ul {
display: none
}
@media only screen and (min-width: 550px) {
body>nav {
font-size: .9em
}
body>nav ul {
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
*zoom: 1;
float: left;
display: block;
padding-top: .15em
}
body>nav ul li {
list-style-image: none;
list-style-type: none;
margin-left: 0;
white-space: nowrap;
display: inline;
float: left;
padding-left: 0;
padding-right: 0
}
body>nav ul li:first-child,
body>nav ul li.first {
padding-left: 0
}
body>nav ul li:last-child {
padding-right: 0
}
body>nav ul li.last {
padding-right: 0
}
body>nav ul.subscription {
margin-left: .8em;
float: right
}
body>nav ul.subscription li:last-child a {
padding-right: 0
}
body>nav ul li {
margin: 0
}
body>nav a {
color: #6b6b6b;
font-family: "PT Sans", "Helvetica Neue", Arial, sans-serif;
text-shadow: #ebebeb 0 1px;
float: left;
text-decoration: none;
font-size: 1.1em;
padding: .1em 0;
line-height: 1.5em
}
body>nav a:visited {
color: #6b6b6b
}
body>nav a:hover {
color: #2b2b2b
}
body>nav li+li {
border-left: 1px solid #b0b0b0;
margin-left: .8em
}
body>nav li+li a {
padding-left: .8em;
border-left: 1px solid #dedede
}
body>nav form {
float: right;
text-align: left;
padding-left: .8em;
width: 175px
}
body>nav form .search {
width: 93%;
font-size: .95em;
line-height: 1.2em
}
body>nav ul[data-subscription$=email]+form {
width: 97px
}
body>nav ul[data-subscription$=email]+form .search {
width: 91%
}
body>nav fieldset.mobile-nav {
display: none
}
body>nav fieldset[role=search] {
width: 99%
}
}
@media only screen and (min-width: 992px) {
body>nav form {
width: 215px
}
body>nav ul[data-subscription$=email]+form {
width: 147px
}
}
.no-placeholder body>nav .search {
background: #f2f2f2 0.3em 0.25em no-repeat;
text-indent: 1.3em
}
@media only screen and (min-width: 550px) {
.maskImage body>nav ul[data-subscription$=email]+form {
width: 123px
}
}
@media only screen and (min-width: 992px) {
.maskImage body>nav ul[data-subscription$=email]+form {
width: 173px
}
}
.maskImage ul.subscription {
position: relative;
top: .2em
}
.maskImage ul.subscription li,
.maskImage ul.subscription a {
border: 0;
padding: 0
}
.maskImage a[rel=subscribe-rss] {
position: relative;
top: 0px;
text-indent: -999999em;
background-color: #dedede;
border: 0;
padding: 0
}
.maskImage a[rel=subscribe-rss],
.maskImage a[rel=subscribe-rss]:after {
-webkit-mask-repeat: no-repeat;
-moz-mask-repeat: no-repeat;
-ms-mask-repeat: no-repeat;
-o-mask-repeat: no-repeat;
mask-repeat: no-repeat;
width: 22px;
height: 22px
}
.maskImage a[rel=subscribe-rss]:after {
content: "";
position: absolute;
top: -1px;
left: 0;
background-color: #ababab
}
.maskImage a[rel=subscribe-rss]:hover:after {
background-color: #9e9e9e
}
.maskImage a[rel=subscribe-email] {
position: relative;
top: 0px;
text-indent: -999999em;
background-color: #dedede;
border: 0;
padding: 0
}
.maskImage a[rel=subscribe-email],
.maskImage a[rel=subscribe-email]:after {
-webkit-mask-repeat: no-repeat;
-moz-mask-repeat: no-repeat;
-ms-mask-repeat: no-repeat;
-o-mask-repeat: no-repeat;
mask-repeat: no-repeat;
width: 28px;
height: 22px
}
.maskImage a[rel=subscribe-email]:after {
content: "";
position: absolute;
top: -1px;
left: 0;
background-color: #ababab
}
.maskImage a[rel=subscribe-email]:hover:after {
background-color: #9e9e9e
}
article {
padding-top: 1em
}
article header {
position: relative;
/*padding-top: 2em;*/
padding-bottom: 1em;
margin-bottom: 1em;
}
article header h1 {
margin: 0;
margin-top: 0.15em;
}
article header h1 a {
text-decoration: none
}
article header h1 a:hover {
text-decoration: underline
}
article header p {
font-size: .9em;
color: #aaa;
margin: 0
}
article header p.meta {
text-transform: uppercase;
/*position: absolute;*/
top: 0;
}
@media only screen and (min-width: 768px) {
article header {
margin-bottom: 1.5em;
padding-bottom: 1em;
}
}
.entry-content article h2:first-child,
article header+h2 {
padding-top: 0
}
article h2:first-child,
article header+h2 {
background: none
}
article .feature {
padding-top: .5em;
margin-bottom: 1em;
padding-bottom: 1em;
font-size: 2.0em;
font-style: italic;
line-height: 1.3em
}
article img,
article video,
article .flash-video,
article .caption-wrapper {
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-ms-border-radius: 0.3em;
-o-border-radius: 0.3em;
border-radius: 0.3em;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: #fff 0.5em solid
}
article img.caption,
article video.caption,
article .flash-video.caption,
article .caption-wrapper.caption {
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: 0px;
-moz-box-shadow: 0px;
box-shadow: 0px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: 0px
}
article .caption-wrapper {
display: inline-block;
margin-bottom: 1em;
}
article .caption-wrapper .caption-text {
background: #fff;
text-align: center;
font-size: .8em;
color: #666;
display: block
}
article video,
article .flash-video {
margin: 0 auto 1.5em
}
article video {
display: block;
width: 100%
}
article .flash-video>div {
position: relative;
display: block;
padding-bottom: 56.25%;
padding-top: 1px;
height: 0;
overflow: hidden
}
article .flash-video>div iframe,
article .flash-video>div object,
article .flash-video>div embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
article>footer {
padding-bottom: 0.3em; /* decrease footer padding */
margin-top: 0.3em;
}
article>footer p.meta {
margin-bottom: .8em;
font-size: .85em;
clear: both;
overflow: hidden
}
#content .blog-index {
padding-top: 0;
padding-bottom: 0
}
#content .blog-index article {
padding-top: 2em;
font-family: "PT Serif",Georgia,Times,"Times New Roman",serif;
}
#content .blog-index article header {
background: none;
padding-bottom: 0
}
#content .blog-index article h1 {
font-size: 2.2em
}
#content .blog-index article h1 a {
color: inherit
}
#content .blog-index article h1 a:hover {
color: #0181eb
}
#content .blog-index a[rel=full-article] {
background: #ebebeb;
display: inline-block;
padding: .4em .8em;
margin-right: .5em;
text-decoration: none;
color: #666;
-webkit-transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
transition: background-color 0.5s
}
#content .blog-index a[rel=full-article]:hover {
background: #0181eb;
text-shadow: none;
color: #f8f8f8
}
#content .blog-index footer {
margin-top: 1em
}
.separator,
article>footer .byline+time:before,
article>footer time+time:before,
article>footer .comments:before,
article>footer .byline ~ .categories:before {
content: "\2022 ";
padding: 0 .4em 0 .2em;
display: inline-block
}
/* pagination stuff */
#content div.pagination {
text-align: center;
font-size: .95em;
position: relative;
padding-top: 1.5em;
padding-bottom: 1.5em
}
#content div.pagination a {
text-decoration: none;
color: #000;
padding-left: 0.4em; /* horizontal space between pagination links */
}
#content div.pagination a:hover { /* hover color for pagination links/icons */
color: #0181eb
}
/* if you want to send pagination icons/links to left or right, you can use these labels
#content div.pagination a.prev {
position: absolute;
left: 0
}
#content div.pagination a.next {
position: absolute;
right: 0
}
#content div.pagination a[href*=archive]:before,
#content div.pagination a[href*=archive]:after {
content: '\2014';
padding: 0 .3em
}
*/
p.meta+.sharing {
padding-top: 1em;
padding-left: 0;
}
#fb-root {
display: none
}
pre {
background: #002b36 top left;
-webkit-border-radius: 0.0em;
-moz-border-radius: 0.0em;
-ms-border-radius: 0.0em;
-o-border-radius: 0.0em;
border-radius: 0.0em;
line-height: 1.45em;
margin-bottom: 0.8em;
padding: 0em 0em;
color: #93a1a1;
font-size: 80%; /* change the code font size */
}
h3.filename+pre {
-moz-border-radius-topleft: 0px;
-webkit-border-top-left-radius: 0px;
border-top-left-radius: 0px;
-moz-border-radius-topright: 0px;
-webkit-border-top-right-radius: 0px;
border-top-right-radius: 0px
}
p code,
li code {
display: inline-block;
white-space: no-wrap;
background: #fff;
font-size: .8em;
line-height: 1.5em;
color: #555;
border: 1px solid #ddd;
-webkit-border-radius: 0.4em;
-moz-border-radius: 0.4em;
-ms-border-radius: 0.4em;
-o-border-radius: 0.4em;
border-radius: 0.4em;
padding: 0 .3em;
margin: -1px 0
}
p pre code,
li pre code {
font-size: 1em !important;
background: none;
border: none;
color: #93a1a1;
}
/* Fix codecaption and the new Chroma highlighter */
div.highlight > pre > code,
pre > code
{
overflow-y: hidden;
display: block;
}
td > div.highlight > pre > code,
div.linenodiv > pre > code
{
overflow: scroll;
overflow-y: hidden;
display: inline;
}
/* End fix codecaption and the new Chroma highlighter */
pre::-webkit-scrollbar,
.highlighttable::-webkit-scrollbar,
.gist-highlighttable::-webkit-scrollbar {
height: .5em;
background: rgba(255, 255, 255, 0.15)
}
pre::-webkit-scrollbar-thumb:horizontal,
.highlighttable::-webkit-scrollbar-thumb:horizontal,
.gist-highlighttable::-webkit-scrollbar-thumb:horizontal {
background: rgba(255, 255, 255, 0.2);
-webkit-border-radius: 4px;
border-radius: 4px
}
figure.code {
background: none;
padding: 0;
border: 0;
margin-bottom: 0.8em
}
figure.code pre {
margin-bottom: 0
}
figure.code figcaption {
position: relative
}
figure.code .highlighttable {
margin-bottom: 0;
table-layout: fixed;
width: 100%;
}
.code-title,
h3.filename,
figure.code figcaption { /* figcaption changes */
text-align: center;
line-height: 2em;
text-shadow: #cbcccc 0 1px 0;
color: #474747;
font-weight: normal;
margin-bottom: 0;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;
background: #aaa top repeat-x;
border: 1px solid #565656;
border-top-color: #cbcbcb;
border-left-color: #a5a5a5;
border-right-color: #a5a5a5;
border-bottom: 0;
font-size: 90%; /* change size of font in figcaption */
}
.download-source,
figure.code figcaption a {
position: absolute;
right: .8em;
text-decoration: none;
color: #666 !important;
z-index: 1;
font-size: 13px;
text-shadow: #cbcccc 0 1px 0;
padding-left: 3em
}
.download-source:hover,
figure.code figcaption a:hover {
text-decoration: underline
}
#archive #content>div,
#archive #content>div>article {
padding-top: 0
}
#blog-archives {
color: #aaa
}
#blog-archives article {
padding: 1em 0 1em;
position: relative;
}
#blog-archives article:last-child {
background: none
}
#blog-archives article footer {
padding: 0;
margin: 0
}
#blog-archives h1 {
color: #222;
margin-bottom: .3em
}
#blog-archives h2 {
display: none
}
#blog-archives h1 {
font-size: 1.5em
}
#blog-archives h1 a {
text-decoration: none;
color: inherit;
font-weight: normal;
display: inline-block
}
#blog-archives h1 a:hover {
text-decoration: underline
}
#blog-archives h1 a:hover {
color: #0181eb
}
#blog-archives a.category,
#blog-archives time {
color: #aaa;
}
#blog-archives .entry-content {
display: none
}
#blog-archives time {
font-size: .9em;
line-height: 1.2em
}
#blog-archives time .month,
#blog-archives time .day {
display: inline-block;
}
#blog-archives time .month {
text-transform: uppercase
}
#blog-archives p {
margin-bottom: 1em
}
#blog-archives a,
#blog-archives .entry-content a {
color: inherit
}
#blog-archives a:hover,
#blog-archives .entry-content a:hover {
color: #0181eb
}
#blog-archives a:hover {
color: #0181eb
}
@media only screen and (min-width: 550px) {
#blog-archives article {
margin-left: 5em
}
#blog-archives h2 {
margin-bottom: 0.3em;
font-weight: normal;
display: inline-block;
position: relative;
top: -1px;
float: left;
margin-top: 1.7em; /* align year with the rest */
}
#blog-archives time {
position: absolute;
text-align: right;
left: 0em;
top: 3em; /* may need to change this to align the month/date on the tag/category (archive) pages with post name */
font-family: "PT Sans","Helvetica Neue",Arial,sans-serif;
}
/* #blog-archives .year {
display: none;
}*/
#blog-archives article {
padding-left: 4.5em;
padding-bottom: .7em;
}
#blog-archives a.category {
line-height: 1.1em;
}
}
#content>.category article {
margin-left: 0;
padding-left: 6.8em
}
#content>.category .year {
display: inline;
}
.side-shadow-border,
aside.sidebar section h1,
aside.sidebar li {
-webkit-box-shadow: #fff 0 1px;
-moz-box-shadow: #fff 0 1px;
box-shadow: #fff 0 1px
}
aside.sidebar {
overflow: hidden;
color: #4b4b4b;
text-shadow: #fff 0 1px;
}
aside.sidebar section {
font-size: 0.9em;
line-height: 1.4em;
margin-bottom: 0.5em
}
aside.sidebar section h1 {
margin: 0.5em 0 0;
padding-bottom: .2em;
border-bottom: 1px solid #e0e0e0
}
aside.sidebar section h1+p {
padding-top: .4em
}
aside.sidebar img {
-webkit-border-radius: 0.3em;
-moz-border-radius: 0.3em;
-ms-border-radius: 0.3em;
-o-border-radius: 0.3em;
border-radius: 0.3em;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
box-shadow: rgba(0, 0, 0, 0.15) 0 1px 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border: #fff 0.3em solid
}
aside.sidebar ul {
margin-bottom: 0.5em;
margin-left: 0
}
aside.sidebar li {
list-style: none;
padding: .5em 0;
margin: 0;
border-bottom: 1px solid #e0e0e0
}
aside.sidebar li p:last-child {
margin-bottom: 0
}
aside.sidebar a {
color: inherit;
-webkit-transition: color 0.5s;
-moz-transition: color 0.5s;
-o-transition: color 0.5s;
transition: color 0.5s
}
aside.sidebar:hover a {
color: #222
}
aside.sidebar:hover a:hover {
color: #0181eb
}
@media only screen and (min-width: 768px) {
.toggle-sidebar {
outline: none;
position: absolute;
right: -10px;
top: 0;
bottom: 0;
display: inline-block;
text-decoration: none;
color: #cecece;
width: 9px;
cursor: pointer
}
.toggle-sidebar:hover {
background: #e9e9e9;
background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(224, 224, 224, 0.5)), color-stop(100%, rgba(224, 224, 224, 0)));
background: -webkit-linear-gradient(left, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0));
background: -moz-linear-gradient(left, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0));
background: -o-linear-gradient(left, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0));
background: linear-gradient(left, rgba(224, 224, 224, 0.5), rgba(224, 224, 224, 0))
}
.toggle-sidebar:after {
position: absolute;
right: -11px;
top: 0;
width: 20px;
font-size: 1.2em;
line-height: 1.1em;
padding-bottom: .15em;
-moz-border-radius-bottomright: 0.3em;
-webkit-border-bottom-right-radius: 0.3em;
border-bottom-right-radius: 0.3em;
text-align: center;
border-bottom: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
content: "\00BB";
text-indent: -1px
}
.collapse-sidebar .toggle-sidebar {
text-indent: 0px;
right: -20px;
width: 19px
}
.collapse-sidebar .toggle-sidebar:hover {
background: #e9e9e9
}
.collapse-sidebar .toggle-sidebar:after {
border-left: 1px solid #e0e0e0;
text-shadow: #fff 0 1px;
content: "\00AB";
left: 0px;
right: 0;
text-align: center;
text-indent: 0;
border: 0;
border-right-width: 0;
background: none
}
}
body>footer {
font-size: 1em; /* increase font size for footer */
color: #888;
text-shadow: #d9d9d9 0 1px;
background-color: #ccc;
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e0e0e0), color-stop(50%, #cccccc), color-stop(100%, #b0b0b0));
background: -webkit-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: -moz-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: -o-linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
background: linear-gradient(#e0e0e0, #cccccc, #b0b0b0);
border-top: 1px solid #f2f2f2;
position: relative;
padding-top: 1em;
padding-bottom: 1em;
margin-bottom: 3em;
-moz-border-radius-bottomleft: 0.4em;
-webkit-border-bottom-left-radius: 0.4em;
border-bottom-left-radius: 0.4em;
-moz-border-radius-bottomright: 0.4em;
-webkit-border-bottom-right-radius: 0.4em;
border-bottom-right-radius: 0.4em;
z-index: 1
}
body>footer a {
color: #6b6b6b
}
body>footer a:visited {
color: #6b6b6b
}
body>footer a:hover {
color: #484848
}
body>footer p:last-child {
margin-bottom: 0
}
table,
th,
td
{
border: 1px solid black;
padding: 3px;
}
th {
font-weight: bold;
text-align: center;
}
/* Taken from hyde-x.css to format labels (categories) as Octopress doesn't have */
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 80%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
vertical-align: baseline;
border-radius: .25em;
}
a.label:hover,
a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label:empty {
display: none;
}
/* keep the color of visited categories- visited color makes them unreadable */
a.label:visited {
color: #fff;
}
.label {
margin: 0 .25em;
background-color: #313131;
}
.posts a.label,
.post-date a.label {
color: #fff;
text-decoration: none;
cursor: pointer;
}
/* this part makes the mycode shortcode work */
.linenodiv {
background-color: #002B36!important;
}
/* because we have changed the font-family of everything, we need to change it for the code inside pre to fit with line numbers */
pre span {
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace;
}
td.code {
width:95%;
}
/* end of making mycode shortcode work */
/* wrapped the whole output from the highlight function (which is a table) in a div to get a horizontal scrollbar for the whole row and not just the "pre" in the cell
having a scrollbar for the cell will break alignment with line numbers
*/
div.codewrapper {
overflow-x: auto;
overflow-y: hidden;
background-color: #002B36;
}
/* overflow for backtick code block
by just modifying div.highlight I will screw the codecaption overflow as they have div.highlight too.
This ">" syntax is something new that I learned.
basically it will select only div.highlights that are direct childs of entry-content */
div.entry-content > div.highlight {
border-color: #002B36;
overflow-x: auto;
overflow-y: hidden;
margin-bottom: 0.4em;
}
/* decrease h1 size in article body so we can use it in the article as heading */
div.entry-content > h1 {
font-size:1.7em;
}
div.entry-content > h2 {
font-size:1.5em;
}
/* decrease margin for article headings */
div.entry-content >
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 0.5em;
margin-top: 0.8em;
}
/* side bar code from hyde-x - start */
/*
* Sidebar
*
* Flexible banner for housing site name, intro, and "footer" content. Starts
* out above content in mobile and later moves to the side with wider viewports.
*/
.sidebar {
/* text-align: center; */
padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #202020;
}
/* aligns the side bar to the left, we want it to be on the right
@media (min-width: 48em) {
.sidebar {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 18rem;
text-align: left;
}
} */
/* Sidebar links */
/* Sticky sidebar
*
* Add the `sidebar-sticky` class to the sidebar's container to affix it the
* contents to the bottom of the sidebar in tablets and up.
*/
@media (min-width: 48em) {
.sidebar-sticky {
position: absolute;
right: 1rem;
bottom: 1rem;
left: 1rem;
}
}
/* side bar code from hyde-x - end */
/* making the gist work - start */
.gist .gist-meta {
font-size: 90% !important;
color: #586069 !important;
background-color: #f7f7f7;
border-radius: 0 0 2px 2px;
border: 1px solid #a5a5a5 !important;
background: #aaa top repeat-x !important;
-moz-border-radius-bottomleft: 5px !important;
-webkit-border-bottom-left-radius: 5px !important;
border-bottom-left-radius: 5px !important;
-moz-border-radius-bottomright: 5px !important;
-webkit-border-bottom-right-radius: 5px !important;
border-bottom-right-radius: 5px !important;
}
/* Force gist linenos to be the same size as code linenos */
.gist .blob-num {
font-size: 0.938em !important;
}
.gist .highlight, .gist .blob-code-inner {
font-size: 0.938em !important; /* oh lol what have I done? */
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace !important;
line-height: 1.25em !important;
}
/* credit: https://gist.github.com/RomkeVdMeulen/889d44d3d4c5a11002c57ca068d295ec */
.gist .pl-c1, .gist .pl-s .pl-v {
color: #719e07 !important;
}
.gist .gist-meta {
background-color: #073642 !important;
color: #93a1a1 !important;
}
.gist .gist-meta a {
color: #268bd2 !important;
}
.gist .gist-data, .gist .highlight {
background-color: #002b36 !important;
color: #93a1a1 !important;
}
.gist .pl-smi, .gist .pl-s .pl-s1, .gist .blob-code-inner, .gist .blob-num {
color: #93a1a1 !important;
}
.gist .pl-k {
color: #719e07 !important;
}
.gist .pl-e, .gist .pl-en {
color: #cb4b16 !important;
}
.gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr,
.gist .pl-sr .pl-cce, .gist .pl-sr .pl-sre, .gist .pl-sr .pl-sra {
color: #2aa198 !important;
}
.gist .pl-s, .gist .pl-pds, .gist .pl-s .pl-pse .pl-s1, .gist .pl-sr,
.gist .pl-sr .pl-cce, .gist .pl-sr .pl-sre, .gist .pl-sr .pl-sra,
.gist .pl-e, .gist .pl-en,
.gist .pl-k,
.gist .pl-smi, .gist .pl-s .pl-s1, .gist .blob-code-inner, .gist .blob-num,
.gist .gist-data, .gist .highlight,
.gist .pl-c1, .gist .pl-s .pl-v,
.gist .pl-c /* comments */ {
font-family: Menlo,Monaco,"Andale Mono","lucida console","Courier New",monospace !important;
}
/* credit gist - end*/
/* making the gist work - end */
/* Hugo Figure shortcode - start */
figure figcaption {
background: #fff;
text-align: center;
font-size: 1em;
color: #666;
display: block;
}
figure {
color: #666;
}
figure a {
color: #666;
text-align: center;
text-decoration: none;
display: inline-block;
white-space: nowrap;
}
/* Hugo Figure shortcode - end */
|
public/stylesheets/rtl/student/subject_wise_report.css
|
prafula/FedenaT
|
#subject-result-tables .subject-heading {
color: #444;
font-weight: bold;
margin: 30px 0 5px 0;
}
.subject-results-th {
background-color: #E7EEFF;
border-bottom: 1px solid #C4D2FE;
border-top: 1px solid #C4D2FE;
color: #444;
font-size: 0.8em;
height: 1.5em;
text-transform: uppercase;
font-weight: bold;
padding: 0.5em 0 0 0;
}
.subject-results-tr {
background-color: #E7EEFF;
border-bottom: 1px solid #C4D2FE;
font-size:0.9em;
height: 1.5em;
padding: 0.5em 0 0 0;
}
.subject-results-tf {
background-color: #E7EEFF;
border-bottom: 1px solid #C4D2FE;
border-top: 2px solid #C4D2FE;
font-size:0.9em;
height: 1.5em;
padding: 0.5em 0 0 0;
}
.subject-results-exam {
float:right;
padding: 0 30px 0 0;
width: 180px;
}
.subject-results-marks {
float:right;
width: 80px;
}
.subject-results-maxmarks {
float:right;
width: 80px;
}
.subject-results-grade {
float:right;
width: 80px;
}
.subject-results-percentage {
float:right;
}
|
engine/src/main/java/org/hibernate/validator/messageinterpolation/package.html
|
DavideD/hibernate-validator
|
<!--
~ Hibernate Validator, declare and validate application constraints
~
~ License: Apache License, Version 2.0
~ See the license.txt file in the root directory or <http://www.apache.org/licenses/LICENSE-2.0>.
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
</head>
<body>
<p>Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be
used
by custom implementations of the interface for delegation.</p>
<p>This package is part of the public Hibernate Validator API.</p>
</body>
</html>
|
doc/org/jgentleframework/core/handling/class-use/IAbstractDefinitionExceptionCatcher.html
|
OldRepoPreservation/jgentle
|
<!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_13) on Wed Aug 05 08:53:18 ICT 2009 -->
<META http-equiv="Content-Type" content="text/html; charset=utf8">
<TITLE>
Uses of Interface org.jgentleframework.core.handling.IAbstractDefinitionExceptionCatcher
</TITLE>
<META NAME="date" CONTENT="2009-08-05">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Interface org.jgentleframework.core.handling.IAbstractDefinitionExceptionCatcher";
}
}
</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="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</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-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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jgentleframework/core/handling/\class-useIAbstractDefinitionExceptionCatcher.html" target="_top"><B>FRAMES</B></A>
<A HREF="IAbstractDefinitionExceptionCatcher.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>
<CENTER>
<H2>
<B>Uses of Interface<br>org.jgentleframework.core.handling.IAbstractDefinitionExceptionCatcher</B></H2>
</CENTER>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Packages that use <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling">IAbstractDefinitionExceptionCatcher</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.jgentleframework.core.handling"><B>org.jgentleframework.core.handling</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="org.jgentleframework.core.handling"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
Uses of <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling">IAbstractDefinitionExceptionCatcher</A> in <A HREF="../../../../../org/jgentleframework/core/handling/package-summary.html">org.jgentleframework.core.handling</A></FONT></TH>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Subinterfaces of <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling">IAbstractDefinitionExceptionCatcher</A> in <A HREF="../../../../../org/jgentleframework/core/handling/package-summary.html">org.jgentleframework.core.handling</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> interface</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jgentleframework/core/handling/DefinitionManager.html" title="interface in org.jgentleframework.core.handling">DefinitionManager</A></B></CODE>
<BR>
<A HREF="../../../../../org/jgentleframework/core/handling/DefinitionManager.html" title="interface in org.jgentleframework.core.handling"><CODE>DefinitionManager</CODE></A> is responsible for <A HREF="../../../../../org/jgentleframework/core/reflection/metadata/Definition.html" title="interface in org.jgentleframework.core.reflection.metadata"><CODE>Definition</CODE></A> management.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Classes in <A HREF="../../../../../org/jgentleframework/core/handling/package-summary.html">org.jgentleframework.core.handling</A> that implement <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling">IAbstractDefinitionExceptionCatcher</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jgentleframework/core/handling/AbstractDefinitionController.html" title="class in org.jgentleframework.core.handling">AbstractDefinitionController</A></B></CODE>
<BR>
Quản lý các phương thức điều khiển các <i>module</i> là các
<i>extension-point</i> trong khi thực thi xử lý annotation, bao gồm việc diễn
dịch <code>annotation</code> thành <A HREF="../../../../../org/jgentleframework/core/reflection/metadata/AnnoMeta.html" title="interface in org.jgentleframework.core.reflection.metadata"><CODE>AnnoMeta</CODE></A>, quản lý
<A HREF="../../../../../org/jgentleframework/core/reflection/DefinitionPostProcessor.html" title="interface in org.jgentleframework.core.reflection"><CODE>DefinitionPostProcessor</CODE></A>, <A HREF="../../../../../org/jgentleframework/core/reflection/annohandler/AnnotationBeanProcessor.html" title="interface in org.jgentleframework.core.reflection.annohandler"><CODE>AnnotationBeanProcessor</CODE></A>, ...</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jgentleframework/core/handling/AbstractDefinitionExceptionCatcher.html" title="class in org.jgentleframework.core.handling">AbstractDefinitionExceptionCatcher</A></B></CODE>
<BR>
The Class AbstractDefinitionExceptionCatcher.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../org/jgentleframework/core/handling/DefinitionManagerImpl.html" title="class in org.jgentleframework.core.handling">DefinitionManagerImpl</A></B></CODE>
<BR>
An implementation of <A HREF="../../../../../org/jgentleframework/core/handling/DefinitionManager.html" title="interface in org.jgentleframework.core.handling"><CODE>DefinitionManager</CODE></A>.</TD>
</TR>
</TABLE>
<P>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../org/jgentleframework/core/handling/IAbstractDefinitionExceptionCatcher.html" title="interface in org.jgentleframework.core.handling"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</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-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">
PREV
NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?org/jgentleframework/core/handling/\class-useIAbstractDefinitionExceptionCatcher.html" target="_top"><B>FRAMES</B></A>
<A HREF="IAbstractDefinitionExceptionCatcher.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>
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.