path
stringlengths 5
312
| repo_name
stringlengths 5
116
| content
stringlengths 2
1.04M
|
---|---|---|
bin/arm-2012.09/share/doc/arm-arm-none-eabi/html/gcc/ARM-NEON-Intrinsics.html
|
Motorhead1991/samsung_kernel_comanche
|
<html lang="en">
<head>
<title>ARM NEON Intrinsics - Using the GNU Compiler Collection (GCC)</title>
<meta http-equiv="Content-Type" content="text/html">
<meta name="description" content="Using the GNU Compiler Collection (GCC)">
<meta name="generator" content="makeinfo 4.13">
<link title="Top" rel="start" href="index.html#Top">
<link rel="up" href="Target-Builtins.html#Target-Builtins" title="Target Builtins">
<link rel="prev" href="ARM-iWMMXt-Built_002din-Functions.html#ARM-iWMMXt-Built_002din-Functions" title="ARM iWMMXt Built-in Functions">
<link rel="next" href="AVR-Built_002din-Functions.html#AVR-Built_002din-Functions" title="AVR Built-in Functions">
<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
<!--
Copyright (C) 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997,
1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
2010 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being ``Funding Free Software'', the Front-Cover
Texts being (a) (see below), and with the Back-Cover Texts being (b)
(see below). A copy of the license is included in the section entitled
``GNU Free Documentation License''.
(a) The FSF's Front-Cover Text is:
A GNU Manual
(b) The FSF's Back-Cover Text is:
You have freedom to copy and modify this GNU Manual, like GNU
software. Copies published by the Free Software Foundation raise
funds for GNU development.-->
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css"><!--
pre.display { font-family:inherit }
pre.format { font-family:inherit }
pre.smalldisplay { font-family:inherit; font-size:smaller }
pre.smallformat { font-family:inherit; font-size:smaller }
pre.smallexample { font-size:smaller }
pre.smalllisp { font-size:smaller }
span.sc { font-variant:small-caps }
span.roman { font-family:serif; font-weight:normal; }
span.sansserif { font-family:sans-serif; font-weight:normal; }
--></style>
<link rel="stylesheet" type="text/css" href="../cs.css">
</head>
<body>
<div class="node">
<a name="ARM-NEON-Intrinsics"></a>
<p>
Next: <a rel="next" accesskey="n" href="AVR-Built_002din-Functions.html#AVR-Built_002din-Functions">AVR Built-in Functions</a>,
Previous: <a rel="previous" accesskey="p" href="ARM-iWMMXt-Built_002din-Functions.html#ARM-iWMMXt-Built_002din-Functions">ARM iWMMXt Built-in Functions</a>,
Up: <a rel="up" accesskey="u" href="Target-Builtins.html#Target-Builtins">Target Builtins</a>
<hr>
</div>
<h4 class="subsection">6.55.3 ARM NEON Intrinsics</h4>
<p>These built-in intrinsics for the ARM Advanced SIMD extension are available
when the <samp><span class="option">-mfpu=neon</span></samp> switch is used:
<!-- Copyright (C) 2006 Free Software Foundation, Inc. -->
<!-- This is part of the GCC manual. -->
<!-- For copying conditions, see the file gcc.texi. -->
<!-- This file is generated automatically using gcc/config/arm/neon-docgen.ml -->
<!-- Please do not edit manually. -->
<h5 class="subsubsection">6.55.3.1 Addition</h5>
<ul>
<li>uint32x2_t vadd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vadd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vadd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vadd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vadd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vadd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vadd_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vadd_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vadd_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vaddq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vaddq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vaddq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vaddq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vaddq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vaddq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vaddq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vaddq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vaddq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vadd.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vaddl_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vaddl_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vaddl_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vaddl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vaddl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vaddl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddl.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x2_t vaddw_u32 (uint64x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vaddw_u16 (uint32x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vaddw_u8 (uint16x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vaddw_s32 (int64x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vaddw_s16 (int32x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vaddw_s8 (int16x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddw.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vhadd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vhadd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vhadd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vhadd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vhadd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vhadd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vhaddq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vhaddq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vhaddq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vhaddq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vhaddq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vhaddq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vhadd.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vrhadd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vrhadd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vrhadd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vrhadd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vrhadd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vrhadd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vrhaddq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vrhaddq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vrhaddq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vrhaddq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vrhaddq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vrhaddq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrhadd.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqadd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vqadd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vqadd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vqadd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqadd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqadd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vqadd_u64 (uint64x1_t, uint64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vqadd_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vqaddq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vqaddq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vqaddq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vqaddq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqaddq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqaddq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vqaddq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vqaddq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqadd.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vaddhn_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vaddhn_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vaddhn_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vaddhn_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vaddhn_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vaddhn_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaddhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vraddhn_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vraddhn_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vraddhn_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vraddhn_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vraddhn_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vraddhn_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vraddhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.2 Multiplication</h5>
<ul>
<li>uint32x2_t vmul_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmul_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmul_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmul_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmul_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmul_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vmul_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vmul_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.p8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmulq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vmulq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vmulq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vmulq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vmulq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vmulq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vmulq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vmulq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.p8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vqdmulh_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqdmulh_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqdmulhq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqdmulhq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vqrdmulh_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqrdmulh_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqrdmulhq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqrdmulhq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vmull_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmull_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vmull_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vmull_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vmull_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vmull_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly16x8_t vmull_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.p8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vqdmull_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqdmull_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.3 Multiply-accumulate</h5>
<ul>
<li>uint32x2_t vmla_u32 (uint32x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmla_u16 (uint16x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmla_u8 (uint8x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmla_s32 (int32x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmla_s16 (int16x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmla_s8 (int8x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vmla_f32 (float32x2_t, float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmlaq_u32 (uint32x4_t, uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vmlaq_u16 (uint16x8_t, uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vmlaq_u8 (uint8x16_t, uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vmlaq_s32 (int32x4_t, int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vmlaq_s16 (int16x8_t, int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vmlaq_s8 (int8x16_t, int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vmlaq_f32 (float32x4_t, float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vmlal_u32 (uint64x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmlal_u16 (uint32x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vmlal_u8 (uint16x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vmlal_s32 (int64x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vmlal_s16 (int32x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vmlal_s8 (int16x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vqdmlal_s32 (int64x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqdmlal_s16 (int32x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.4 Multiply-subtract</h5>
<ul>
<li>uint32x2_t vmls_u32 (uint32x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmls_u16 (uint16x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmls_u8 (uint8x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmls_s32 (int32x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmls_s16 (int16x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmls_s8 (int8x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vmls_f32 (float32x2_t, float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmlsq_u32 (uint32x4_t, uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vmlsq_u16 (uint16x8_t, uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vmlsq_u8 (uint8x16_t, uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vmlsq_s32 (int32x4_t, int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vmlsq_s16 (int16x8_t, int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vmlsq_s8 (int8x16_t, int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vmlsq_f32 (float32x4_t, float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vmlsl_u32 (uint64x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmlsl_u16 (uint32x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vmlsl_u8 (uint16x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vmlsl_s32 (int64x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vmlsl_s16 (int32x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vmlsl_s8 (int16x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vqdmlsl_s32 (int64x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqdmlsl_s16 (int32x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.5 Subtraction</h5>
<ul>
<li>uint32x2_t vsub_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vsub_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vsub_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vsub_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vsub_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vsub_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vsub_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vsub_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vsub_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vsubq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vsubq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vsubq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vsubq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vsubq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vsubq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vsubq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vsubq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vsubq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsub.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vsubl_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vsubl_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vsubl_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vsubl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vsubl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vsubl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubl.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x2_t vsubw_u32 (uint64x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vsubw_u16 (uint32x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vsubw_u8 (uint16x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vsubw_s32 (int64x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vsubw_s16 (int32x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vsubw_s8 (int16x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubw.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vhsub_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vhsub_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vhsub_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vhsub_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vhsub_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vhsub_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vhsubq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vhsubq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vhsubq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vhsubq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vhsubq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vhsubq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vhsub.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqsub_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vqsub_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vqsub_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vqsub_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqsub_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqsub_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vqsub_u64 (uint64x1_t, uint64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vqsub_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vqsubq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vqsubq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vqsubq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vqsubq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqsubq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqsubq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vqsubq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vqsubq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqsub.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vsubhn_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vsubhn_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vsubhn_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vsubhn_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vsubhn_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vsubhn_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vsubhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vrsubhn_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vrsubhn_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vrsubhn_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vrsubhn_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vrsubhn_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vrsubhn_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrsubhn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.6 Comparison (equal-to)</h5>
<ul>
<li>uint32x2_t vceq_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vceq_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vceq_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vceq_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vceq_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vceq_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vceq_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vceq_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vceqq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vceqq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vceqq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vceqq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vceqq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vceqq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vceqq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vceqq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vceq.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.7 Comparison (greater-than-or-equal-to)</h5>
<ul>
<li>uint32x2_t vcge_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcge_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcge_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcge_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcge_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcge_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcge_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcgeq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcgeq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcgeq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcgeq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcgeq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcgeq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcgeq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.8 Comparison (less-than-or-equal-to)</h5>
<ul>
<li>uint32x2_t vcle_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcle_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcle_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcle_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcle_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcle_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcle_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcleq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcleq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcleq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcleq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcleq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcleq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcleq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcge.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.9 Comparison (greater-than)</h5>
<ul>
<li>uint32x2_t vcgt_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcgt_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcgt_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcgt_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vcgt_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vcgt_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcgt_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcgtq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcgtq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcgtq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcgtq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcgtq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcgtq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcgtq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.10 Comparison (less-than)</h5>
<ul>
<li>uint32x2_t vclt_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vclt_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vclt_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vclt_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vclt_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vclt_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vclt_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcltq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcltq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcltq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcltq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vcltq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vcltq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcltq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcgt.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.11 Comparison (absolute greater-than-or-equal-to)</h5>
<ul>
<li>uint32x2_t vcage_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vacge.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcageq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vacge.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.12 Comparison (absolute less-than-or-equal-to)</h5>
<ul>
<li>uint32x2_t vcale_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vacge.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcaleq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vacge.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.13 Comparison (absolute greater-than)</h5>
<ul>
<li>uint32x2_t vcagt_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vacgt.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcagtq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vacgt.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.14 Comparison (absolute less-than)</h5>
<ul>
<li>uint32x2_t vcalt_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vacgt.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vcaltq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vacgt.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.15 Test bits</h5>
<ul>
<li>uint32x2_t vtst_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vtst_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtst_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vtst_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vtst_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtst_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtst_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vtstq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vtstq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vtstq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vtstq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vtstq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vtstq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vtstq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtst.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.16 Absolute difference</h5>
<ul>
<li>uint32x2_t vabd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vabd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vabd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vabd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vabd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vabd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vabd_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vabdq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vabdq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vabdq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vabdq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vabdq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vabdq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vabdq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabd.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vabdl_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vabdl_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vabdl_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vabdl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vabdl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vabdl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabdl.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.17 Absolute difference and accumulate</h5>
<ul>
<li>uint32x2_t vaba_u32 (uint32x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vaba_u16 (uint16x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vaba_u8 (uint8x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vaba_s32 (int32x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vaba_s16 (int16x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vaba_s8 (int8x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vabaq_u32 (uint32x4_t, uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vabaq_u16 (uint16x8_t, uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vabaq_u8 (uint8x16_t, uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vabaq_s32 (int32x4_t, int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vabaq_s16 (int16x8_t, int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vabaq_s8 (int8x16_t, int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vaba.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vabal_u32 (uint64x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vabal_u16 (uint32x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vabal_u8 (uint16x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vabal_s32 (int64x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vabal_s16 (int32x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vabal_s8 (int16x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabal.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.18 Maximum</h5>
<ul>
<li>uint32x2_t vmax_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmax_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmax_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmax_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmax_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmax_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vmax_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmaxq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vmaxq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vmaxq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vmaxq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vmaxq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vmaxq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vmaxq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmax.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.19 Minimum</h5>
<ul>
<li>uint32x2_t vmin_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmin_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmin_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmin_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmin_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmin_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vmin_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vminq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vminq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vminq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vminq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vminq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vminq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vminq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmin.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.20 Pairwise add</h5>
<ul>
<li>uint32x2_t vpadd_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vpadd_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vpadd_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vpadd_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vpadd_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vpadd_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vpadd_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpadd.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vpaddl_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vpaddl_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vpaddl_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vpaddl_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vpaddl_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vpaddl_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x2_t vpaddlq_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vpaddlq_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vpaddlq_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.u8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vpaddlq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vpaddlq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vpaddlq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vpaddl.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.21 Pairwise add, single_opcode widen and accumulate</h5>
<ul>
<li>uint64x1_t vpadal_u32 (uint64x1_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vpadal_u16 (uint32x2_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vpadal_u8 (uint16x4_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vpadal_s32 (int64x1_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vpadal_s16 (int32x2_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vpadal_s8 (int16x4_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x2_t vpadalq_u32 (uint64x2_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vpadalq_u16 (uint32x4_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vpadalq_u8 (uint16x8_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.u8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vpadalq_s32 (int64x2_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vpadalq_s16 (int32x4_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vpadalq_s8 (int16x8_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vpadal.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.22 Folding maximum</h5>
<ul>
<li>uint32x2_t vpmax_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vpmax_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vpmax_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vpmax_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vpmax_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vpmax_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vpmax_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmax.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.23 Folding minimum</h5>
<ul>
<li>uint32x2_t vpmin_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vpmin_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vpmin_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vpmin_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vpmin_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vpmin_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vpmin_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vpmin.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.24 Reciprocal step</h5>
<ul>
<li>float32x2_t vrecps_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrecps.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vrecpsq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrecps.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x2_t vrsqrts_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrts.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vrsqrtsq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrts.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.25 Vector shift left</h5>
<ul>
<li>uint32x2_t vshl_u32 (uint32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vshl_u16 (uint16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vshl_u8 (uint8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vshl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vshl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vshl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vshl_u64 (uint64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vshl_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vshlq_u32 (uint32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vshlq_u16 (uint16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vshlq_u8 (uint8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vshlq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vshlq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vshlq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vshlq_u64 (uint64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vshlq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vshl.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vrshl_u32 (uint32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vrshl_u16 (uint16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vrshl_u8 (uint8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vrshl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vrshl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vrshl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vrshl_u64 (uint64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vrshl_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vrshlq_u32 (uint32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vrshlq_u16 (uint16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vrshlq_u8 (uint8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vrshlq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vrshlq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vrshlq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vrshlq_u64 (uint64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vrshlq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrshl.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqshl_u32 (uint32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vqshl_u16 (uint16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vqshl_u8 (uint8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vqshl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqshl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqshl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vqshl_u64 (uint64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vqshl_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vqshlq_u32 (uint32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vqshlq_u16 (uint16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vqshlq_u8 (uint8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vqshlq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqshlq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqshlq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vqshlq_u64 (uint64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vqshlq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqrshl_u32 (uint32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vqrshl_u16 (uint16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vqrshl_u8 (uint8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vqrshl_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqrshl_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqrshl_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vqrshl_u64 (uint64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vqrshl_s64 (int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vqrshlq_u32 (uint32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vqrshlq_u16 (uint16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vqrshlq_u8 (uint8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vqrshlq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqrshlq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqrshlq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vqrshlq_u64 (uint64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vqrshlq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqrshl.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.26 Vector shift left by constant</h5>
<ul>
<li>uint32x2_t vshl_n_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vshl_n_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vshl_n_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vshl_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vshl_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vshl_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vshl_n_u64 (uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vshl_n_s64 (int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vshlq_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vshlq_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vshlq_n_u8 (uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vshlq_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vshlq_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vshlq_n_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vshlq_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vshlq_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshl.i64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqshl_n_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqshl_n_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqshl_n_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vqshl_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vqshl_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vqshl_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vqshl_n_u64 (uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vqshl_n_s64 (int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vqshlq_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vqshlq_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vqshlq_n_u8 (uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vqshlq_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vqshlq_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vqshlq_n_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vqshlq_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vqshlq_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshl.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vqshlu_n_s64 (int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqshlu_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqshlu_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqshlu_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vqshluq_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vqshluq_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vqshluq_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vqshluq_n_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshlu.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vshll_n_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vshll_n_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vshll_n_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.u8 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vshll_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vshll_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vshll_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshll.s8 </code><var>q0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.27 Vector shift right by constant</h5>
<ul>
<li>uint32x2_t vshr_n_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vshr_n_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vshr_n_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vshr_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vshr_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vshr_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vshr_n_u64 (uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vshr_n_s64 (int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vshrq_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vshrq_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vshrq_n_u8 (uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vshrq_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vshrq_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vshrq_n_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vshrq_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vshrq_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshr.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vrshr_n_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vrshr_n_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vrshr_n_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vrshr_n_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vrshr_n_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vrshr_n_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vrshr_n_u64 (uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vrshr_n_s64 (int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vrshrq_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vrshrq_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vrshrq_n_u8 (uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vrshrq_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vrshrq_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vrshrq_n_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vrshrq_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vrshrq_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshr.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vshrn_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vshrn_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vshrn_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vshrn_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vshrn_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vshrn_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vshrn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vrshrn_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vrshrn_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vrshrn_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vrshrn_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vrshrn_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vrshrn_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrshrn.i16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqshrn_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.u64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqshrn_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.u32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqshrn_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.u16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vqshrn_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.s64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vqshrn_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.s32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vqshrn_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrn.s16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqrshrn_n_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.u64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqrshrn_n_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.u32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqrshrn_n_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.u16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vqrshrn_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.s64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vqrshrn_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.s32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vqrshrn_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrn.s16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqshrun_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrun.s64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqshrun_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrun.s32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqshrun_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqshrun.s16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vqrshrun_n_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrun.s64 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vqrshrun_n_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrun.s32 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vqrshrun_n_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrshrun.s16 </code><var>d0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.28 Vector shift right by constant and accumulate</h5>
<ul>
<li>uint32x2_t vsra_n_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vsra_n_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vsra_n_u8 (uint8x8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vsra_n_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vsra_n_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vsra_n_s8 (int8x8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vsra_n_u64 (uint64x1_t, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vsra_n_s64 (int64x1_t, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vsraq_n_u32 (uint32x4_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vsraq_n_u16 (uint16x8_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vsraq_n_u8 (uint8x16_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vsraq_n_s32 (int32x4_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vsraq_n_s16 (int16x8_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vsraq_n_s8 (int8x16_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vsraq_n_u64 (uint64x2_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vsraq_n_s64 (int64x2_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsra.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vrsra_n_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vrsra_n_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vrsra_n_u8 (uint8x8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vrsra_n_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vrsra_n_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vrsra_n_s8 (int8x8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vrsra_n_u64 (uint64x1_t, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vrsra_n_s64 (int64x1_t, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vrsraq_n_u32 (uint32x4_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vrsraq_n_u16 (uint16x8_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vrsraq_n_u8 (uint8x16_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vrsraq_n_s32 (int32x4_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vrsraq_n_s16 (int16x8_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vrsraq_n_s8 (int8x16_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vrsraq_n_u64 (uint64x2_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.u64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vrsraq_n_s64 (int64x2_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vrsra.s64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.29 Vector shift right and insert</h5>
<ul>
<li>uint32x2_t vsri_n_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vsri_n_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vsri_n_u8 (uint8x8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vsri_n_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vsri_n_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vsri_n_s8 (int8x8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vsri_n_u64 (uint64x1_t, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vsri_n_s64 (int64x1_t, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x4_t vsri_n_p16 (poly16x4_t, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x8_t vsri_n_p8 (poly8x8_t, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vsriq_n_u32 (uint32x4_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vsriq_n_u16 (uint16x8_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vsriq_n_u8 (uint8x16_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vsriq_n_s32 (int32x4_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vsriq_n_s16 (int16x8_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vsriq_n_s8 (int8x16_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vsriq_n_u64 (uint64x2_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vsriq_n_s64 (int64x2_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x8_t vsriq_n_p16 (poly16x8_t, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x16_t vsriq_n_p8 (poly8x16_t, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsri.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.30 Vector shift left and insert</h5>
<ul>
<li>uint32x2_t vsli_n_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vsli_n_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vsli_n_u8 (uint8x8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vsli_n_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vsli_n_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vsli_n_s8 (int8x8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vsli_n_u64 (uint64x1_t, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vsli_n_s64 (int64x1_t, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.64 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x4_t vsli_n_p16 (poly16x4_t, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x8_t vsli_n_p8 (poly8x8_t, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vsliq_n_u32 (uint32x4_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vsliq_n_u16 (uint16x8_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vsliq_n_u8 (uint8x16_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vsliq_n_s32 (int32x4_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vsliq_n_s16 (int16x8_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vsliq_n_s8 (int8x16_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vsliq_n_u64 (uint64x2_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vsliq_n_s64 (int64x2_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.64 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x8_t vsliq_n_p16 (poly16x8_t, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.16 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x16_t vsliq_n_p8 (poly8x16_t, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vsli.8 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.31 Absolute value</h5>
<ul>
<li>float32x2_t vabs_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vabs_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vabs_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vabs_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vabsq_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vabsq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vabsq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vabsq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vabs.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vqabs_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqabs_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqabs_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqabsq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqabsq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqabsq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqabs.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.32 Negation</h5>
<ul>
<li>float32x2_t vneg_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vneg_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vneg_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vneg_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vnegq_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vnegq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vnegq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vnegq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vneg.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vqneg_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vqneg_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vqneg_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vqnegq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vqnegq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vqnegq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vqneg.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.33 Bitwise not</h5>
<ul>
<li>uint32x2_t vmvn_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vmvn_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vmvn_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vmvn_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vmvn_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vmvn_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vmvn_p8 (poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmvnq_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vmvnq_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vmvnq_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vmvnq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vmvnq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vmvnq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vmvnq_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmvn </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.34 Count leading sign bits</h5>
<ul>
<li>int32x2_t vcls_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vcls_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vcls_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vclsq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vclsq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vclsq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcls.s8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.35 Count leading zeros</h5>
<ul>
<li>uint32x2_t vclz_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vclz_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vclz_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vclz_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vclz_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vclz_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vclzq_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vclzq_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vclzq_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vclzq_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vclzq_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vclzq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vclz.i8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.36 Count number of set bits</h5>
<ul>
<li>uint8x8_t vcnt_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vcnt_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vcnt_p8 (poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x16_t vcntq_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vcntq_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vcntq_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vcnt.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.37 Reciprocal estimate</h5>
<ul>
<li>float32x2_t vrecpe_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrecpe.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vrecpe_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrecpe.u32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vrecpeq_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrecpe.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vrecpeq_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrecpe.u32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.38 Reciprocal square-root estimate</h5>
<ul>
<li>float32x2_t vrsqrte_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrte.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vrsqrte_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrte.u32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vrsqrteq_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrte.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vrsqrteq_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrsqrte.u32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.39 Get lanes from a vector</h5>
<ul>
<li>uint32_t vget_lane_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16_t vget_lane_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint8_t vget_lane_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32_t vget_lane_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16_t vget_lane_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.s16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int8_t vget_lane_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.s8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32_t vget_lane_f32 (float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly16_t vget_lane_p16 (poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly8_t vget_lane_p8 (poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64_t vget_lane_u64 (uint64x1_t, const int)
</ul>
<ul>
<li>int64_t vget_lane_s64 (int64x1_t, const int)
</ul>
<ul>
<li>uint32_t vgetq_lane_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16_t vgetq_lane_u16 (uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint8_t vgetq_lane_u8 (uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32_t vgetq_lane_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16_t vgetq_lane_s16 (int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.s16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int8_t vgetq_lane_s8 (int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.s8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32_t vgetq_lane_f32 (float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly16_t vgetq_lane_p16 (poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u16 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly8_t vgetq_lane_p8 (poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.u8 </code><var>r0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64_t vgetq_lane_u64 (uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>r0</var><code>, </code><var>r0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64_t vgetq_lane_s64 (int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>r0</var><code>, </code><var>r0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.40 Set lanes in a vector</h5>
<ul>
<li>uint32x2_t vset_lane_u32 (uint32_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint16x4_t vset_lane_u16 (uint16_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint8x8_t vset_lane_u8 (uint8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int32x2_t vset_lane_s32 (int32_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int16x4_t vset_lane_s16 (int16_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int8x8_t vset_lane_s8 (int8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>float32x2_t vset_lane_f32 (float32_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>poly16x4_t vset_lane_p16 (poly16_t, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>poly8x8_t vset_lane_p8 (poly8_t, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint64x1_t vset_lane_u64 (uint64_t, uint64x1_t, const int)
</ul>
<ul>
<li>int64x1_t vset_lane_s64 (int64_t, int64x1_t, const int)
</ul>
<ul>
<li>uint32x4_t vsetq_lane_u32 (uint32_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint16x8_t vsetq_lane_u16 (uint16_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint8x16_t vsetq_lane_u8 (uint8_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int32x4_t vsetq_lane_s32 (int32_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int16x8_t vsetq_lane_s16 (int16_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>int8x16_t vsetq_lane_s8 (int8_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>float32x4_t vsetq_lane_f32 (float32_t, float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.32 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>poly16x8_t vsetq_lane_p16 (poly16_t, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.16 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>poly8x16_t vsetq_lane_p8 (poly8_t, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov.8 </code><var>d0</var><code>[</code><var>0</var><code>], </code><var>r0</var>
</ul>
<ul>
<li>uint64x2_t vsetq_lane_u64 (uint64_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>r0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int64x2_t vsetq_lane_s64 (int64_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>r0</var><code>, </code><var>r0</var>
</ul>
<h5 class="subsubsection">6.55.3.41 Create vector from literal bit pattern</h5>
<ul>
<li>uint32x2_t vcreate_u32 (uint64_t)
</ul>
<ul>
<li>uint16x4_t vcreate_u16 (uint64_t)
</ul>
<ul>
<li>uint8x8_t vcreate_u8 (uint64_t)
</ul>
<ul>
<li>int32x2_t vcreate_s32 (uint64_t)
</ul>
<ul>
<li>int16x4_t vcreate_s16 (uint64_t)
</ul>
<ul>
<li>int8x8_t vcreate_s8 (uint64_t)
</ul>
<ul>
<li>uint64x1_t vcreate_u64 (uint64_t)
</ul>
<ul>
<li>int64x1_t vcreate_s64 (uint64_t)
</ul>
<ul>
<li>float32x2_t vcreate_f32 (uint64_t)
</ul>
<ul>
<li>poly16x4_t vcreate_p16 (uint64_t)
</ul>
<ul>
<li>poly8x8_t vcreate_p8 (uint64_t)
</ul>
<h5 class="subsubsection">6.55.3.42 Set all lanes to the same value</h5>
<ul>
<li>uint32x2_t vdup_n_u32 (uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint16x4_t vdup_n_u16 (uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint8x8_t vdup_n_u8 (uint8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int32x2_t vdup_n_s32 (int32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int16x4_t vdup_n_s16 (int16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int8x8_t vdup_n_s8 (int8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>float32x2_t vdup_n_f32 (float32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly16x4_t vdup_n_p16 (poly16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly8x8_t vdup_n_p8 (poly8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint64x1_t vdup_n_u64 (uint64_t)
</ul>
<ul>
<li>int64x1_t vdup_n_s64 (int64_t)
</ul>
<ul>
<li>uint32x4_t vdupq_n_u32 (uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint16x8_t vdupq_n_u16 (uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint8x16_t vdupq_n_u8 (uint8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int32x4_t vdupq_n_s32 (int32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int16x8_t vdupq_n_s16 (int16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int8x16_t vdupq_n_s8 (int8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>float32x4_t vdupq_n_f32 (float32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly16x8_t vdupq_n_p16 (poly16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly8x16_t vdupq_n_p8 (poly8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint64x2_t vdupq_n_u64 (uint64_t)
</ul>
<ul>
<li>int64x2_t vdupq_n_s64 (int64_t)
</ul>
<ul>
<li>uint32x2_t vmov_n_u32 (uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint16x4_t vmov_n_u16 (uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint8x8_t vmov_n_u8 (uint8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int32x2_t vmov_n_s32 (int32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int16x4_t vmov_n_s16 (int16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int8x8_t vmov_n_s8 (int8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>float32x2_t vmov_n_f32 (float32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly16x4_t vmov_n_p16 (poly16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly8x8_t vmov_n_p8 (poly8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint64x1_t vmov_n_u64 (uint64_t)
</ul>
<ul>
<li>int64x1_t vmov_n_s64 (int64_t)
</ul>
<ul>
<li>uint32x4_t vmovq_n_u32 (uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint16x8_t vmovq_n_u16 (uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint8x16_t vmovq_n_u8 (uint8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int32x4_t vmovq_n_s32 (int32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int16x8_t vmovq_n_s16 (int16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>int8x16_t vmovq_n_s8 (int8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>float32x4_t vmovq_n_f32 (float32_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly16x8_t vmovq_n_p16 (poly16_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>poly8x16_t vmovq_n_p8 (poly8_t)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>r0</var>
</ul>
<ul>
<li>uint64x2_t vmovq_n_u64 (uint64_t)
</ul>
<ul>
<li>int64x2_t vmovq_n_s64 (int64_t)
</ul>
<ul>
<li>uint32x2_t vdup_lane_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vdup_lane_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint8x8_t vdup_lane_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vdup_lane_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vdup_lane_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int8x8_t vdup_lane_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x2_t vdup_lane_f32 (float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly16x4_t vdup_lane_p16 (poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly8x8_t vdup_lane_p8 (poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x1_t vdup_lane_u64 (uint64x1_t, const int)
</ul>
<ul>
<li>int64x1_t vdup_lane_s64 (int64x1_t, const int)
</ul>
<ul>
<li>uint32x4_t vdupq_lane_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vdupq_lane_u16 (uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint8x16_t vdupq_lane_u8 (uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vdupq_lane_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vdupq_lane_s16 (int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int8x16_t vdupq_lane_s8 (int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vdupq_lane_f32 (float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.32 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly16x8_t vdupq_lane_p16 (poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.16 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>poly8x16_t vdupq_lane_p8 (poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vdup.8 </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vdupq_lane_u64 (uint64x1_t, const int)
</ul>
<ul>
<li>int64x2_t vdupq_lane_s64 (int64x1_t, const int)
</ul>
<h5 class="subsubsection">6.55.3.43 Combining vectors</h5>
<ul>
<li>uint32x4_t vcombine_u32 (uint32x2_t, uint32x2_t)
</ul>
<ul>
<li>uint16x8_t vcombine_u16 (uint16x4_t, uint16x4_t)
</ul>
<ul>
<li>uint8x16_t vcombine_u8 (uint8x8_t, uint8x8_t)
</ul>
<ul>
<li>int32x4_t vcombine_s32 (int32x2_t, int32x2_t)
</ul>
<ul>
<li>int16x8_t vcombine_s16 (int16x4_t, int16x4_t)
</ul>
<ul>
<li>int8x16_t vcombine_s8 (int8x8_t, int8x8_t)
</ul>
<ul>
<li>uint64x2_t vcombine_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x2_t vcombine_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>float32x4_t vcombine_f32 (float32x2_t, float32x2_t)
</ul>
<ul>
<li>poly16x8_t vcombine_p16 (poly16x4_t, poly16x4_t)
</ul>
<ul>
<li>poly8x16_t vcombine_p8 (poly8x8_t, poly8x8_t)
</ul>
<h5 class="subsubsection">6.55.3.44 Splitting vectors</h5>
<ul>
<li>uint32x2_t vget_high_u32 (uint32x4_t)
</ul>
<ul>
<li>uint16x4_t vget_high_u16 (uint16x8_t)
</ul>
<ul>
<li>uint8x8_t vget_high_u8 (uint8x16_t)
</ul>
<ul>
<li>int32x2_t vget_high_s32 (int32x4_t)
</ul>
<ul>
<li>int16x4_t vget_high_s16 (int16x8_t)
</ul>
<ul>
<li>int8x8_t vget_high_s8 (int8x16_t)
</ul>
<ul>
<li>uint64x1_t vget_high_u64 (uint64x2_t)
</ul>
<ul>
<li>int64x1_t vget_high_s64 (int64x2_t)
</ul>
<ul>
<li>float32x2_t vget_high_f32 (float32x4_t)
</ul>
<ul>
<li>poly16x4_t vget_high_p16 (poly16x8_t)
</ul>
<ul>
<li>poly8x8_t vget_high_p8 (poly8x16_t)
</ul>
<ul>
<li>uint32x2_t vget_low_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vget_low_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vget_low_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vget_low_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vget_low_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vget_low_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vget_low_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly16x4_t vget_low_p16 (poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vget_low_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vmov </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vget_low_u64 (uint64x2_t)
</ul>
<ul>
<li>int64x1_t vget_low_s64 (int64x2_t)
</ul>
<h5 class="subsubsection">6.55.3.45 Conversions</h5>
<ul>
<li>float32x2_t vcvt_f32_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.u32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vcvt_f32_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.s32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x2_t vcvt_u32_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.u32.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vcvt_s32_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.s32.f32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x4_t vcvtq_f32_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.u32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vcvtq_f32_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.s32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x4_t vcvtq_u32_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.u32.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vcvtq_s32_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vcvt.s32.f32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x2_t vcvt_n_f32_u32 (uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.u32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>float32x2_t vcvt_n_f32_s32 (int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x2_t vcvt_n_u32_f32 (float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.u32.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vcvt_n_s32_f32 (float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.s32.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>float32x4_t vcvtq_n_f32_u32 (uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.u32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>float32x4_t vcvtq_n_f32_s32 (int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.f32.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vcvtq_n_u32_f32 (float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.u32.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vcvtq_n_s32_f32 (float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vcvt.s32.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.46 Move, single_opcode narrowing</h5>
<ul>
<li>uint32x2_t vmovn_u64 (uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i64 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vmovn_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i32 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vmovn_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i16 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vmovn_s64 (int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i64 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vmovn_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i32 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vmovn_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmovn.i16 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqmovn_u64 (uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.u64 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vqmovn_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.u32 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vqmovn_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.u16 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x2_t vqmovn_s64 (int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.s64 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x4_t vqmovn_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.s32 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x8_t vqmovn_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovn.s16 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint32x2_t vqmovun_s64 (int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovun.s64 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vqmovun_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovun.s32 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vqmovun_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vqmovun.s16 </code><var>d0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.47 Move, single_opcode long</h5>
<ul>
<li>uint64x2_t vmovl_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.u32 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vmovl_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.u16 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vmovl_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.u8 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x2_t vmovl_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.s32 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x4_t vmovl_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.s16 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x8_t vmovl_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vmovl.s8 </code><var>q0</var><code>, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.48 Table lookup</h5>
<ul>
<li>poly8x8_t vtbl1_p8 (poly8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbl1_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbl1_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbl2_p8 (poly8x8x2_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbl2_s8 (int8x8x2_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbl2_u8 (uint8x8x2_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbl3_p8 (poly8x8x3_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbl3_s8 (int8x8x3_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbl3_u8 (uint8x8x3_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbl4_p8 (poly8x8x4_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbl4_s8 (int8x8x4_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbl4_u8 (uint8x8x4_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbl.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.49 Extended table lookup</h5>
<ul>
<li>poly8x8_t vtbx1_p8 (poly8x8_t, poly8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbx1_s8 (int8x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbx1_u8 (uint8x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbx2_p8 (poly8x8_t, poly8x8x2_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbx2_s8 (int8x8_t, int8x8x2_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbx2_u8 (uint8x8_t, uint8x8x2_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbx3_p8 (poly8x8_t, poly8x8x3_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbx3_s8 (int8x8_t, int8x8x3_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbx3_u8 (uint8x8_t, uint8x8x3_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vtbx4_p8 (poly8x8_t, poly8x8x4_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vtbx4_s8 (int8x8_t, int8x8x4_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vtbx4_u8 (uint8x8_t, uint8x8x4_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtbx.8 </code><var>d0</var><code>, {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, </code><var>d0</var>
</ul>
<h5 class="subsubsection">6.55.3.50 Multiply, lane</h5>
<ul>
<li>float32x2_t vmul_lane_f32 (float32x2_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmul_lane_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmul_lane_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmul_lane_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmul_lane_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmulq_lane_f32 (float32x4_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmulq_lane_u32 (uint32x4_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmulq_lane_u16 (uint16x8_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmulq_lane_s32 (int32x4_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmulq_lane_s16 (int16x8_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.51 Long multiply, lane</h5>
<ul>
<li>uint64x2_t vmull_lane_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmull.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmull_lane_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmull.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmull_lane_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmull_lane_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.52 Saturating doubling long multiply, lane</h5>
<ul>
<li>int64x2_t vqdmull_lane_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmull_lane_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.53 Saturating doubling multiply high, lane</h5>
<ul>
<li>int32x4_t vqdmulhq_lane_s32 (int32x4_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vqdmulhq_lane_s16 (int16x8_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vqdmulh_lane_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vqdmulh_lane_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqrdmulhq_lane_s32 (int32x4_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vqrdmulhq_lane_s16 (int16x8_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vqrdmulh_lane_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vqrdmulh_lane_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.54 Multiply-accumulate, lane</h5>
<ul>
<li>float32x2_t vmla_lane_f32 (float32x2_t, float32x2_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmla_lane_u32 (uint32x2_t, uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmla_lane_u16 (uint16x4_t, uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmla_lane_s32 (int32x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmla_lane_s16 (int16x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmlaq_lane_f32 (float32x4_t, float32x4_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlaq_lane_u32 (uint32x4_t, uint32x4_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmlaq_lane_u16 (uint16x8_t, uint16x8_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlaq_lane_s32 (int32x4_t, int32x4_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmlaq_lane_s16 (int16x8_t, int16x8_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vmlal_lane_u32 (uint64x2_t, uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlal_lane_u16 (uint32x4_t, uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmlal_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlal_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vqdmlal_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmlal_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.55 Multiply-subtract, lane</h5>
<ul>
<li>float32x2_t vmls_lane_f32 (float32x2_t, float32x2_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmls_lane_u32 (uint32x2_t, uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmls_lane_u16 (uint16x4_t, uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmls_lane_s32 (int32x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmls_lane_s16 (int16x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmlsq_lane_f32 (float32x4_t, float32x4_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlsq_lane_u32 (uint32x4_t, uint32x4_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmlsq_lane_u16 (uint16x8_t, uint16x8_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlsq_lane_s32 (int32x4_t, int32x4_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmlsq_lane_s16 (int16x8_t, int16x8_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vmlsl_lane_u32 (uint64x2_t, uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlsl_lane_u16 (uint32x4_t, uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmlsl_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlsl_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vqdmlsl_lane_s32 (int64x2_t, int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmlsl_lane_s16 (int32x4_t, int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.56 Vector multiply by scalar</h5>
<ul>
<li>float32x2_t vmul_n_f32 (float32x2_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmul_n_u32 (uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmul_n_u16 (uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmul_n_s32 (int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmul_n_s16 (int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmulq_n_f32 (float32x4_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmulq_n_u32 (uint32x4_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmulq_n_u16 (uint16x8_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmulq_n_s32 (int32x4_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmulq_n_s16 (int16x8_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmul.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.57 Vector long multiply by scalar</h5>
<ul>
<li>uint64x2_t vmull_n_u32 (uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmull_n_u16 (uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmull_n_s32 (int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmull_n_s16 (int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.58 Vector saturating doubling long multiply by scalar</h5>
<ul>
<li>int64x2_t vqdmull_n_s32 (int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmull_n_s16 (int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmull.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.59 Vector saturating doubling multiply high by scalar</h5>
<ul>
<li>int32x4_t vqdmulhq_n_s32 (int32x4_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vqdmulhq_n_s16 (int16x8_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vqdmulh_n_s32 (int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vqdmulh_n_s16 (int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqrdmulhq_n_s32 (int32x4_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vqrdmulhq_n_s16 (int16x8_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vqrdmulh_n_s32 (int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vqrdmulh_n_s16 (int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqrdmulh.s16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.60 Vector multiply-accumulate by scalar</h5>
<ul>
<li>float32x2_t vmla_n_f32 (float32x2_t, float32x2_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmla_n_u32 (uint32x2_t, uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmla_n_u16 (uint16x4_t, uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmla_n_s32 (int32x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmla_n_s16 (int16x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmlaq_n_f32 (float32x4_t, float32x4_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlaq_n_u32 (uint32x4_t, uint32x4_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmlaq_n_u16 (uint16x8_t, uint16x8_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlaq_n_s32 (int32x4_t, int32x4_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmlaq_n_s16 (int16x8_t, int16x8_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmla.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vmlal_n_u32 (uint64x2_t, uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlal_n_u16 (uint32x4_t, uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmlal_n_s32 (int64x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlal_n_s16 (int32x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vqdmlal_n_s32 (int64x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmlal_n_s16 (int32x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlal.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.61 Vector multiply-subtract by scalar</h5>
<ul>
<li>float32x2_t vmls_n_f32 (float32x2_t, float32x2_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vmls_n_u32 (uint32x2_t, uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vmls_n_u16 (uint16x4_t, uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vmls_n_s32 (int32x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vmls_n_s16 (int16x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vmlsq_n_f32 (float32x4_t, float32x4_t, float32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.f32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlsq_n_u32 (uint32x4_t, uint32x4_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vmlsq_n_u16 (uint16x8_t, uint16x8_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlsq_n_s32 (int32x4_t, int32x4_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vmlsq_n_s16 (int16x8_t, int16x8_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmls.i16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vmlsl_n_u32 (uint64x2_t, uint32x2_t, uint32_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vmlsl_n_u16 (uint32x4_t, uint16x4_t, uint16_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.u16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vmlsl_n_s32 (int64x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vmlsl_n_s16 (int32x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vqdmlsl_n_s32 (int64x2_t, int32x2_t, int32_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s32 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vqdmlsl_n_s16 (int32x4_t, int16x4_t, int16_t)
<br><em>Form of expected instruction(s):</em> <code>vqdmlsl.s16 </code><var>q0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>[</code><var>0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.62 Vector extract</h5>
<ul>
<li>uint32x2_t vext_u32 (uint32x2_t, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x4_t vext_u16 (uint16x4_t, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x8_t vext_u8 (uint8x8_t, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x2_t vext_s32 (int32x2_t, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x4_t vext_s16 (int16x4_t, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x8_t vext_s8 (int8x8_t, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x1_t vext_u64 (uint64x1_t, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x1_t vext_s64 (int64x1_t, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.64 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>float32x2_t vext_f32 (float32x2_t, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x4_t vext_p16 (poly16x4_t, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x8_t vext_p8 (poly8x8_t, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint32x4_t vextq_u32 (uint32x4_t, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint16x8_t vextq_u16 (uint16x8_t, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint8x16_t vextq_u8 (uint8x16_t, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int32x4_t vextq_s32 (int32x4_t, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int16x8_t vextq_s16 (int16x8_t, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int8x16_t vextq_s8 (int8x16_t, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>uint64x2_t vextq_u64 (uint64x2_t, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>int64x2_t vextq_s64 (int64x2_t, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.64 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>float32x4_t vextq_f32 (float32x4_t, float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.32 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly16x8_t vextq_p16 (poly16x8_t, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.16 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<ul>
<li>poly8x16_t vextq_p8 (poly8x16_t, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vext.8 </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var><code>, #</code><var>0</var>
</ul>
<h5 class="subsubsection">6.55.3.63 Reverse elements</h5>
<ul>
<li>uint32x2_t vrev64_u32 (uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vrev64_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vrev64_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vrev64_s32 (int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vrev64_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vrev64_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vrev64_f32 (float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly16x4_t vrev64_p16 (poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vrev64_p8 (poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vrev64q_u32 (uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vrev64q_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vrev64q_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vrev64q_s32 (int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vrev64q_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vrev64q_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vrev64q_f32 (float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.32 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly16x8_t vrev64q_p16 (poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vrev64q_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev64.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x4_t vrev32_u16 (uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vrev32_s16 (int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vrev32_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vrev32_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly16x4_t vrev32_p16 (poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vrev32_p8 (poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x8_t vrev32q_u16 (uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vrev32q_s16 (int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vrev32q_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vrev32q_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly16x8_t vrev32q_p16 (poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.16 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vrev32q_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev32.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x8_t vrev16_u8 (uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vrev16_s8 (int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vrev16_p8 (poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x16_t vrev16q_u8 (uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vrev16q_s8 (int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vrev16q_p8 (poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vrev16.8 </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.64 Bit selection</h5>
<ul>
<li>uint32x2_t vbsl_u32 (uint32x2_t, uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vbsl_u16 (uint16x4_t, uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vbsl_u8 (uint8x8_t, uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vbsl_s32 (uint32x2_t, int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vbsl_s16 (uint16x4_t, int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vbsl_s8 (uint8x8_t, int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vbsl_u64 (uint64x1_t, uint64x1_t, uint64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int64x1_t vbsl_s64 (uint64x1_t, int64x1_t, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>float32x2_t vbsl_f32 (uint32x2_t, float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly16x4_t vbsl_p16 (uint16x4_t, poly16x4_t, poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>poly8x8_t vbsl_p8 (uint8x8_t, poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbit </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var> <em>or</em> <code>vbif </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint32x4_t vbslq_u32 (uint32x4_t, uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vbslq_u16 (uint16x8_t, uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vbslq_u8 (uint8x16_t, uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vbslq_s32 (uint32x4_t, int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vbslq_s16 (uint16x8_t, int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vbslq_s8 (uint8x16_t, int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vbslq_u64 (uint64x2_t, uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vbslq_s64 (uint64x2_t, int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>float32x4_t vbslq_f32 (uint32x4_t, float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly16x8_t vbslq_p16 (uint16x8_t, poly16x8_t, poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>poly8x16_t vbslq_p8 (uint8x16_t, poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vbsl </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbit </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var> <em>or</em> <code>vbif </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.65 Transpose elements</h5>
<ul>
<li>uint32x2x2_t vtrn_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint16x4x2_t vtrn_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint8x8x2_t vtrn_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int32x2x2_t vtrn_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int16x4x2_t vtrn_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int8x8x2_t vtrn_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>float32x2x2_t vtrn_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly16x4x2_t vtrn_p16 (poly16x4_t, poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly8x8x2_t vtrn_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint32x4x2_t vtrnq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint16x8x2_t vtrnq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint8x16x2_t vtrnq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int32x4x2_t vtrnq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int16x8x2_t vtrnq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int8x16x2_t vtrnq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>float32x4x2_t vtrnq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly16x8x2_t vtrnq_p16 (poly16x8_t, poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly8x16x2_t vtrnq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vtrn.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<h5 class="subsubsection">6.55.3.66 Zip elements</h5>
<ul>
<li>uint32x2x2_t vzip_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint16x4x2_t vzip_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint8x8x2_t vzip_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int32x2x2_t vzip_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int16x4x2_t vzip_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int8x8x2_t vzip_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>float32x2x2_t vzip_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly16x4x2_t vzip_p16 (poly16x4_t, poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly8x8x2_t vzip_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint32x4x2_t vzipq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint16x8x2_t vzipq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint8x16x2_t vzipq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int32x4x2_t vzipq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int16x8x2_t vzipq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int8x16x2_t vzipq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>float32x4x2_t vzipq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly16x8x2_t vzipq_p16 (poly16x8_t, poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly8x16x2_t vzipq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vzip.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<h5 class="subsubsection">6.55.3.67 Unzip elements</h5>
<ul>
<li>uint32x2x2_t vuzp_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint16x4x2_t vuzp_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint8x8x2_t vuzp_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int32x2x2_t vuzp_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int16x4x2_t vuzp_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>int8x8x2_t vuzp_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>float32x2x2_t vuzp_f32 (float32x2_t, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly16x4x2_t vuzp_p16 (poly16x4_t, poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>poly8x8x2_t vuzp_p8 (poly8x8_t, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>d0</var><code>, </code><var>d1</var>
</ul>
<ul>
<li>uint32x4x2_t vuzpq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint16x8x2_t vuzpq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>uint8x16x2_t vuzpq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int32x4x2_t vuzpq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int16x8x2_t vuzpq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>int8x16x2_t vuzpq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>float32x4x2_t vuzpq_f32 (float32x4_t, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.32 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly16x8x2_t vuzpq_p16 (poly16x8_t, poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.16 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<ul>
<li>poly8x16x2_t vuzpq_p8 (poly8x16_t, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vuzp.8 </code><var>q0</var><code>, </code><var>q1</var>
</ul>
<h5 class="subsubsection">6.55.3.68 Element/structure loads, VLD1 variants</h5>
<ul>
<li>uint32x2_t vld1_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vld1_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8_t vld1_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vld1_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vld1_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8_t vld1_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1_t vld1_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1_t vld1_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2_t vld1_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4_t vld1_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8_t vld1_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vld1q_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vld1q_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16_t vld1q_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vld1q_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vld1q_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16_t vld1q_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vld1q_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vld1q_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vld1q_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8_t vld1q_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16_t vld1q_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vld1_lane_u32 (const uint32_t *, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vld1_lane_u16 (const uint16_t *, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8_t vld1_lane_u8 (const uint8_t *, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vld1_lane_s32 (const int32_t *, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vld1_lane_s16 (const int16_t *, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8_t vld1_lane_s8 (const int8_t *, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2_t vld1_lane_f32 (const float32_t *, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4_t vld1_lane_p16 (const poly16_t *, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8_t vld1_lane_p8 (const poly8_t *, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1_t vld1_lane_u64 (const uint64_t *, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1_t vld1_lane_s64 (const int64_t *, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vld1q_lane_u32 (const uint32_t *, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vld1q_lane_u16 (const uint16_t *, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16_t vld1q_lane_u8 (const uint8_t *, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vld1q_lane_s32 (const int32_t *, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vld1q_lane_s16 (const int16_t *, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16_t vld1q_lane_s8 (const int8_t *, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vld1q_lane_f32 (const float32_t *, float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8_t vld1q_lane_p16 (const poly16_t *, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16_t vld1q_lane_p8 (const poly8_t *, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vld1q_lane_u64 (const uint64_t *, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vld1q_lane_s64 (const int64_t *, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2_t vld1_dup_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4_t vld1_dup_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8_t vld1_dup_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2_t vld1_dup_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4_t vld1_dup_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8_t vld1_dup_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2_t vld1_dup_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4_t vld1_dup_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8_t vld1_dup_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1_t vld1_dup_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1_t vld1_dup_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4_t vld1q_dup_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8_t vld1q_dup_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16_t vld1q_dup_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4_t vld1q_dup_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8_t vld1q_dup_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16_t vld1q_dup_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4_t vld1q_dup_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8_t vld1q_dup_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16_t vld1q_dup_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x2_t vld1q_dup_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x2_t vld1q_dup_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.69 Element/structure stores, VST1 variants</h5>
<ul>
<li>void vst1_u32 (uint32_t *, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_u16 (uint16_t *, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_u8 (uint8_t *, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_s32 (int32_t *, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_s16 (int16_t *, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_s8 (int8_t *, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_u64 (uint64_t *, uint64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_s64 (int64_t *, int64x1_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_f32 (float32_t *, float32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_p16 (poly16_t *, poly16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_p8 (poly8_t *, poly8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_u32 (uint32_t *, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_u16 (uint16_t *, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_u8 (uint8_t *, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_s32 (int32_t *, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_s16 (int16_t *, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_s8 (int8_t *, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_u64 (uint64_t *, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_s64 (int64_t *, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_f32 (float32_t *, float32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_p16 (poly16_t *, poly16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_p8 (poly8_t *, poly8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_u32 (uint32_t *, uint32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_u16 (uint16_t *, uint16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_u8 (uint8_t *, uint8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_s32 (int32_t *, int32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_s16 (int16_t *, int16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_s8 (int8_t *, int8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_f32 (float32_t *, float32x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_p16 (poly16_t *, poly16x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_p8 (poly8_t *, poly8x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_s64 (int64_t *, int64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1_lane_u64 (uint64_t *, uint64x1_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_u32 (uint32_t *, uint32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_u16 (uint16_t *, uint16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_u8 (uint8_t *, uint8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_s32 (int32_t *, int32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_s16 (int16_t *, int16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_s8 (int8_t *, int8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_f32 (float32_t *, float32x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.32 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_p16 (poly16_t *, poly16x8_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.16 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_p8 (poly8_t *, poly8x16_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.8 {</code><var>d0</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_s64 (int64_t *, int64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst1q_lane_u64 (uint64_t *, uint64x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.70 Element/structure loads, VLD2 variants</h5>
<ul>
<li>uint32x2x2_t vld2_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x2_t vld2_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x2_t vld2_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x2_t vld2_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x2_t vld2_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x2_t vld2_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x2_t vld2_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x2_t vld2_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x2_t vld2_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x2_t vld2_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x2_t vld2_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x2_t vld2q_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x2_t vld2q_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16x2_t vld2q_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x2_t vld2q_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x2_t vld2q_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16x2_t vld2q_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x2_t vld2q_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x2_t vld2q_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16x2_t vld2q_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x2_t vld2_lane_u32 (const uint32_t *, uint32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x2_t vld2_lane_u16 (const uint16_t *, uint16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x2_t vld2_lane_u8 (const uint8_t *, uint8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x2_t vld2_lane_s32 (const int32_t *, int32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x2_t vld2_lane_s16 (const int16_t *, int16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x2_t vld2_lane_s8 (const int8_t *, int8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x2_t vld2_lane_f32 (const float32_t *, float32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x2_t vld2_lane_p16 (const poly16_t *, poly16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x2_t vld2_lane_p8 (const poly8_t *, poly8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x2_t vld2q_lane_s32 (const int32_t *, int32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x2_t vld2q_lane_s16 (const int16_t *, int16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x2_t vld2q_lane_u32 (const uint32_t *, uint32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x2_t vld2q_lane_u16 (const uint16_t *, uint16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x2_t vld2q_lane_f32 (const float32_t *, float32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x2_t vld2q_lane_p16 (const poly16_t *, poly16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x2_t vld2_dup_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x2_t vld2_dup_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x2_t vld2_dup_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x2_t vld2_dup_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x2_t vld2_dup_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x2_t vld2_dup_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x2_t vld2_dup_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x2_t vld2_dup_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x2_t vld2_dup_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld2.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x2_t vld2_dup_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x2_t vld2_dup_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.71 Element/structure stores, VST2 variants</h5>
<ul>
<li>void vst2_u32 (uint32_t *, uint32x2x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_u16 (uint16_t *, uint16x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_u8 (uint8_t *, uint8x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_s32 (int32_t *, int32x2x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_s16 (int16_t *, int16x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_s8 (int8_t *, int8x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_f32 (float32_t *, float32x2x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_p16 (poly16_t *, poly16x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_p8 (poly8_t *, poly8x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_u64 (uint64_t *, uint64x1x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_s64 (int64_t *, int64x1x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_u32 (uint32_t *, uint32x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_u16 (uint16_t *, uint16x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_u8 (uint8_t *, uint8x16x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_s32 (int32_t *, int32x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_s16 (int16_t *, int16x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_s8 (int8_t *, int8x16x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_f32 (float32_t *, float32x4x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_p16 (poly16_t *, poly16x8x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_p8 (poly8_t *, poly8x16x2_t)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>, </code><var>d1</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_u32 (uint32_t *, uint32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_u16 (uint16_t *, uint16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_u8 (uint8_t *, uint8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_s32 (int32_t *, int32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_s16 (int16_t *, int16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_s8 (int8_t *, int8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_f32 (float32_t *, float32x2x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_p16 (poly16_t *, poly16x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2_lane_p8 (poly8_t *, poly8x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_s32 (int32_t *, int32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_s16 (int16_t *, int16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_u32 (uint32_t *, uint32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_u16 (uint16_t *, uint16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_f32 (float32_t *, float32x4x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst2q_lane_p16 (poly16_t *, poly16x8x2_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst2.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.72 Element/structure loads, VLD3 variants</h5>
<ul>
<li>uint32x2x3_t vld3_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x3_t vld3_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x3_t vld3_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x3_t vld3_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x3_t vld3_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x3_t vld3_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x3_t vld3_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x3_t vld3_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x3_t vld3_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x3_t vld3_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x3_t vld3_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x3_t vld3q_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x3_t vld3q_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16x3_t vld3q_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x3_t vld3q_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x3_t vld3q_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16x3_t vld3q_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x3_t vld3q_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x3_t vld3q_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16x3_t vld3q_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x3_t vld3_lane_u32 (const uint32_t *, uint32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x3_t vld3_lane_u16 (const uint16_t *, uint16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x3_t vld3_lane_u8 (const uint8_t *, uint8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x3_t vld3_lane_s32 (const int32_t *, int32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x3_t vld3_lane_s16 (const int16_t *, int16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x3_t vld3_lane_s8 (const int8_t *, int8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x3_t vld3_lane_f32 (const float32_t *, float32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x3_t vld3_lane_p16 (const poly16_t *, poly16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x3_t vld3_lane_p8 (const poly8_t *, poly8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x3_t vld3q_lane_s32 (const int32_t *, int32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x3_t vld3q_lane_s16 (const int16_t *, int16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x3_t vld3q_lane_u32 (const uint32_t *, uint32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x3_t vld3q_lane_u16 (const uint16_t *, uint16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x3_t vld3q_lane_f32 (const float32_t *, float32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x3_t vld3q_lane_p16 (const poly16_t *, poly16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x3_t vld3_dup_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x3_t vld3_dup_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x3_t vld3_dup_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x3_t vld3_dup_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x3_t vld3_dup_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x3_t vld3_dup_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x3_t vld3_dup_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x3_t vld3_dup_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x3_t vld3_dup_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld3.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x3_t vld3_dup_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x3_t vld3_dup_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.73 Element/structure stores, VST3 variants</h5>
<ul>
<li>void vst3_u32 (uint32_t *, uint32x2x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_u16 (uint16_t *, uint16x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_u8 (uint8_t *, uint8x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_s32 (int32_t *, int32x2x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_s16 (int16_t *, int16x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_s8 (int8_t *, int8x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_f32 (float32_t *, float32x2x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_p16 (poly16_t *, poly16x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_p8 (poly8_t *, poly8x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_u64 (uint64_t *, uint64x1x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_s64 (int64_t *, int64x1x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_u32 (uint32_t *, uint32x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_u16 (uint16_t *, uint16x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_u8 (uint8_t *, uint8x16x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_s32 (int32_t *, int32x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_s16 (int16_t *, int16x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_s8 (int8_t *, int8x16x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_f32 (float32_t *, float32x4x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_p16 (poly16_t *, poly16x8x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_p8 (poly8_t *, poly8x16x3_t)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_u32 (uint32_t *, uint32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_u16 (uint16_t *, uint16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_u8 (uint8_t *, uint8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_s32 (int32_t *, int32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_s16 (int16_t *, int16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_s8 (int8_t *, int8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_f32 (float32_t *, float32x2x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_p16 (poly16_t *, poly16x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3_lane_p8 (poly8_t *, poly8x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_s32 (int32_t *, int32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_s16 (int16_t *, int16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_u32 (uint32_t *, uint32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_u16 (uint16_t *, uint16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_f32 (float32_t *, float32x4x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst3q_lane_p16 (poly16_t *, poly16x8x3_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst3.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.74 Element/structure loads, VLD4 variants</h5>
<ul>
<li>uint32x2x4_t vld4_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x4_t vld4_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x4_t vld4_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x4_t vld4_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x4_t vld4_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x4_t vld4_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x4_t vld4_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x4_t vld4_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x4_t vld4_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x4_t vld4_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x4_t vld4_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x4_t vld4q_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x4_t vld4q_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x16x4_t vld4q_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x4_t vld4q_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x4_t vld4q_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x16x4_t vld4q_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x4_t vld4q_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x4_t vld4q_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x16x4_t vld4q_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x4_t vld4_lane_u32 (const uint32_t *, uint32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x4_t vld4_lane_u16 (const uint16_t *, uint16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x4_t vld4_lane_u8 (const uint8_t *, uint8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x4_t vld4_lane_s32 (const int32_t *, int32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x4_t vld4_lane_s16 (const int16_t *, int16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x4_t vld4_lane_s8 (const int8_t *, int8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x4_t vld4_lane_f32 (const float32_t *, float32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x4_t vld4_lane_p16 (const poly16_t *, poly16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x4_t vld4_lane_p8 (const poly8_t *, poly8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x4x4_t vld4q_lane_s32 (const int32_t *, int32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x8x4_t vld4q_lane_s16 (const int16_t *, int16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x4x4_t vld4q_lane_u32 (const uint32_t *, uint32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x8x4_t vld4q_lane_u16 (const uint16_t *, uint16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x4x4_t vld4q_lane_f32 (const float32_t *, float32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x8x4_t vld4q_lane_p16 (const poly16_t *, poly16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint32x2x4_t vld4_dup_u32 (const uint32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint16x4x4_t vld4_dup_u16 (const uint16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint8x8x4_t vld4_dup_u8 (const uint8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int32x2x4_t vld4_dup_s32 (const int32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int16x4x4_t vld4_dup_s16 (const int16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int8x8x4_t vld4_dup_s8 (const int8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>float32x2x4_t vld4_dup_f32 (const float32_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.32 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly16x4x4_t vld4_dup_p16 (const poly16_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.16 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>poly8x8x4_t vld4_dup_p8 (const poly8_t *)
<br><em>Form of expected instruction(s):</em> <code>vld4.8 {</code><var>d0</var><code>[], </code><var>d1</var><code>[], </code><var>d2</var><code>[], </code><var>d3</var><code>[]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>uint64x1x4_t vld4_dup_u64 (const uint64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>int64x1x4_t vld4_dup_s64 (const int64_t *)
<br><em>Form of expected instruction(s):</em> <code>vld1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.75 Element/structure stores, VST4 variants</h5>
<ul>
<li>void vst4_u32 (uint32_t *, uint32x2x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_u16 (uint16_t *, uint16x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_u8 (uint8_t *, uint8x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_s32 (int32_t *, int32x2x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_s16 (int16_t *, int16x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_s8 (int8_t *, int8x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_f32 (float32_t *, float32x2x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_p16 (poly16_t *, poly16x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_p8 (poly8_t *, poly8x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_u64 (uint64_t *, uint64x1x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_s64 (int64_t *, int64x1x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst1.64 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_u32 (uint32_t *, uint32x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_u16 (uint16_t *, uint16x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_u8 (uint8_t *, uint8x16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_s32 (int32_t *, int32x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_s16 (int16_t *, int16x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_s8 (int8_t *, int8x16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_f32 (float32_t *, float32x4x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_p16 (poly16_t *, poly16x8x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_p8 (poly8_t *, poly8x16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>, </code><var>d1</var><code>, </code><var>d2</var><code>, </code><var>d3</var><code>}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_u32 (uint32_t *, uint32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_u16 (uint16_t *, uint16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_u8 (uint8_t *, uint8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_s32 (int32_t *, int32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_s16 (int16_t *, int16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_s8 (int8_t *, int8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_f32 (float32_t *, float32x2x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_p16 (poly16_t *, poly16x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4_lane_p8 (poly8_t *, poly8x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.8 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_s32 (int32_t *, int32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_s16 (int16_t *, int16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_u32 (uint32_t *, uint32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_u16 (uint16_t *, uint16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_f32 (float32_t *, float32x4x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.32 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<ul>
<li>void vst4q_lane_p16 (poly16_t *, poly16x8x4_t, const int)
<br><em>Form of expected instruction(s):</em> <code>vst4.16 {</code><var>d0</var><code>[</code><var>0</var><code>], </code><var>d1</var><code>[</code><var>0</var><code>], </code><var>d2</var><code>[</code><var>0</var><code>], </code><var>d3</var><code>[</code><var>0</var><code>]}, [</code><var>r0</var><code>]</code>
</ul>
<h5 class="subsubsection">6.55.3.76 Logical operations (AND)</h5>
<ul>
<li>uint32x2_t vand_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vand_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vand_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vand_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vand_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vand_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vand_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vand_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vandq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vandq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vandq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vandq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vandq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vandq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vandq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vandq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vand </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.77 Logical operations (OR)</h5>
<ul>
<li>uint32x2_t vorr_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vorr_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vorr_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vorr_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vorr_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vorr_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vorr_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vorr_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vorrq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vorrq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vorrq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vorrq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vorrq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vorrq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vorrq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vorrq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorr </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.78 Logical operations (exclusive OR)</h5>
<ul>
<li>uint32x2_t veor_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t veor_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t veor_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t veor_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t veor_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t veor_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t veor_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t veor_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t veorq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t veorq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t veorq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t veorq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t veorq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t veorq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t veorq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t veorq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>veor </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.79 Logical operations (AND-NOT)</h5>
<ul>
<li>uint32x2_t vbic_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vbic_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vbic_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vbic_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vbic_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vbic_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vbic_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vbic_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vbicq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vbicq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vbicq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vbicq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vbicq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vbicq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vbicq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vbicq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vbic </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.80 Logical operations (OR-NOT)</h5>
<ul>
<li>uint32x2_t vorn_u32 (uint32x2_t, uint32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint16x4_t vorn_u16 (uint16x4_t, uint16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint8x8_t vorn_u8 (uint8x8_t, uint8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int32x2_t vorn_s32 (int32x2_t, int32x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int16x4_t vorn_s16 (int16x4_t, int16x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>int8x8_t vorn_s8 (int8x8_t, int8x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>d0</var><code>, </code><var>d0</var><code>, </code><var>d0</var>
</ul>
<ul>
<li>uint64x1_t vorn_u64 (uint64x1_t, uint64x1_t)
</ul>
<ul>
<li>int64x1_t vorn_s64 (int64x1_t, int64x1_t)
</ul>
<ul>
<li>uint32x4_t vornq_u32 (uint32x4_t, uint32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint16x8_t vornq_u16 (uint16x8_t, uint16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint8x16_t vornq_u8 (uint8x16_t, uint8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int32x4_t vornq_s32 (int32x4_t, int32x4_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int16x8_t vornq_s16 (int16x8_t, int16x8_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int8x16_t vornq_s8 (int8x16_t, int8x16_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>uint64x2_t vornq_u64 (uint64x2_t, uint64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<ul>
<li>int64x2_t vornq_s64 (int64x2_t, int64x2_t)
<br><em>Form of expected instruction(s):</em> <code>vorn </code><var>q0</var><code>, </code><var>q0</var><code>, </code><var>q0</var>
</ul>
<h5 class="subsubsection">6.55.3.81 Reinterpret casts</h5>
<ul>
<li>poly8x8_t vreinterpret_p8_u32 (uint32x2_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_u16 (uint16x4_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_u8 (uint8x8_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_s32 (int32x2_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_s16 (int16x4_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_s8 (int8x8_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_u64 (uint64x1_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_s64 (int64x1_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_f32 (float32x2_t)
</ul>
<ul>
<li>poly8x8_t vreinterpret_p8_p16 (poly16x4_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_u32 (uint32x4_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_u16 (uint16x8_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_u8 (uint8x16_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_s32 (int32x4_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_s16 (int16x8_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_s8 (int8x16_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_u64 (uint64x2_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_s64 (int64x2_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_f32 (float32x4_t)
</ul>
<ul>
<li>poly8x16_t vreinterpretq_p8_p16 (poly16x8_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_u32 (uint32x2_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_u16 (uint16x4_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_u8 (uint8x8_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_s32 (int32x2_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_s16 (int16x4_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_s8 (int8x8_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_u64 (uint64x1_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_s64 (int64x1_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_f32 (float32x2_t)
</ul>
<ul>
<li>poly16x4_t vreinterpret_p16_p8 (poly8x8_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_u32 (uint32x4_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_u16 (uint16x8_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_u8 (uint8x16_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_s32 (int32x4_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_s16 (int16x8_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_s8 (int8x16_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_u64 (uint64x2_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_s64 (int64x2_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_f32 (float32x4_t)
</ul>
<ul>
<li>poly16x8_t vreinterpretq_p16_p8 (poly8x16_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_u32 (uint32x2_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_u16 (uint16x4_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_u8 (uint8x8_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_s32 (int32x2_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_s16 (int16x4_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_s8 (int8x8_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_u64 (uint64x1_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_s64 (int64x1_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_p16 (poly16x4_t)
</ul>
<ul>
<li>float32x2_t vreinterpret_f32_p8 (poly8x8_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_u32 (uint32x4_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_u16 (uint16x8_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_u8 (uint8x16_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_s32 (int32x4_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_s16 (int16x8_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_s8 (int8x16_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_u64 (uint64x2_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_s64 (int64x2_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_p16 (poly16x8_t)
</ul>
<ul>
<li>float32x4_t vreinterpretq_f32_p8 (poly8x16_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_u32 (uint32x2_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_u16 (uint16x4_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_u8 (uint8x8_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_s32 (int32x2_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_s16 (int16x4_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_s8 (int8x8_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_u64 (uint64x1_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_f32 (float32x2_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_p16 (poly16x4_t)
</ul>
<ul>
<li>int64x1_t vreinterpret_s64_p8 (poly8x8_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_u32 (uint32x4_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_u16 (uint16x8_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_u8 (uint8x16_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_s32 (int32x4_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_s16 (int16x8_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_s8 (int8x16_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_u64 (uint64x2_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_f32 (float32x4_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_p16 (poly16x8_t)
</ul>
<ul>
<li>int64x2_t vreinterpretq_s64_p8 (poly8x16_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_u32 (uint32x2_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_u16 (uint16x4_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_u8 (uint8x8_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_s32 (int32x2_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_s16 (int16x4_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_s8 (int8x8_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_s64 (int64x1_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_f32 (float32x2_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_p16 (poly16x4_t)
</ul>
<ul>
<li>uint64x1_t vreinterpret_u64_p8 (poly8x8_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_u32 (uint32x4_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_u16 (uint16x8_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_u8 (uint8x16_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_s32 (int32x4_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_s16 (int16x8_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_s8 (int8x16_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_s64 (int64x2_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_f32 (float32x4_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_p16 (poly16x8_t)
</ul>
<ul>
<li>uint64x2_t vreinterpretq_u64_p8 (poly8x16_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_u32 (uint32x2_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_u16 (uint16x4_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_u8 (uint8x8_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_s32 (int32x2_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_s16 (int16x4_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_u64 (uint64x1_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_s64 (int64x1_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_f32 (float32x2_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_p16 (poly16x4_t)
</ul>
<ul>
<li>int8x8_t vreinterpret_s8_p8 (poly8x8_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_u32 (uint32x4_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_u16 (uint16x8_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_u8 (uint8x16_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_s32 (int32x4_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_s16 (int16x8_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_u64 (uint64x2_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_s64 (int64x2_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_f32 (float32x4_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_p16 (poly16x8_t)
</ul>
<ul>
<li>int8x16_t vreinterpretq_s8_p8 (poly8x16_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_u32 (uint32x2_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_u16 (uint16x4_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_u8 (uint8x8_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_s32 (int32x2_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_s8 (int8x8_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_u64 (uint64x1_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_s64 (int64x1_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_f32 (float32x2_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_p16 (poly16x4_t)
</ul>
<ul>
<li>int16x4_t vreinterpret_s16_p8 (poly8x8_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_u32 (uint32x4_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_u16 (uint16x8_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_u8 (uint8x16_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_s32 (int32x4_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_s8 (int8x16_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_u64 (uint64x2_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_s64 (int64x2_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_f32 (float32x4_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_p16 (poly16x8_t)
</ul>
<ul>
<li>int16x8_t vreinterpretq_s16_p8 (poly8x16_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_u32 (uint32x2_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_u16 (uint16x4_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_u8 (uint8x8_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_s16 (int16x4_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_s8 (int8x8_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_u64 (uint64x1_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_s64 (int64x1_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_f32 (float32x2_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_p16 (poly16x4_t)
</ul>
<ul>
<li>int32x2_t vreinterpret_s32_p8 (poly8x8_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_u32 (uint32x4_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_u16 (uint16x8_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_u8 (uint8x16_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_s16 (int16x8_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_s8 (int8x16_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_u64 (uint64x2_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_s64 (int64x2_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_f32 (float32x4_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_p16 (poly16x8_t)
</ul>
<ul>
<li>int32x4_t vreinterpretq_s32_p8 (poly8x16_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_u32 (uint32x2_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_u16 (uint16x4_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_s32 (int32x2_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_s16 (int16x4_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_s8 (int8x8_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_u64 (uint64x1_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_s64 (int64x1_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_f32 (float32x2_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_p16 (poly16x4_t)
</ul>
<ul>
<li>uint8x8_t vreinterpret_u8_p8 (poly8x8_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_u32 (uint32x4_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_u16 (uint16x8_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_s32 (int32x4_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_s16 (int16x8_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_s8 (int8x16_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_u64 (uint64x2_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_s64 (int64x2_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_f32 (float32x4_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_p16 (poly16x8_t)
</ul>
<ul>
<li>uint8x16_t vreinterpretq_u8_p8 (poly8x16_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_u32 (uint32x2_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_u8 (uint8x8_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_s32 (int32x2_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_s16 (int16x4_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_s8 (int8x8_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_u64 (uint64x1_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_s64 (int64x1_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_f32 (float32x2_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_p16 (poly16x4_t)
</ul>
<ul>
<li>uint16x4_t vreinterpret_u16_p8 (poly8x8_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_u32 (uint32x4_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_u8 (uint8x16_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_s32 (int32x4_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_s16 (int16x8_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_s8 (int8x16_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_u64 (uint64x2_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_s64 (int64x2_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_f32 (float32x4_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_p16 (poly16x8_t)
</ul>
<ul>
<li>uint16x8_t vreinterpretq_u16_p8 (poly8x16_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_u16 (uint16x4_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_u8 (uint8x8_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_s32 (int32x2_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_s16 (int16x4_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_s8 (int8x8_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_u64 (uint64x1_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_s64 (int64x1_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_f32 (float32x2_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_p16 (poly16x4_t)
</ul>
<ul>
<li>uint32x2_t vreinterpret_u32_p8 (poly8x8_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_u16 (uint16x8_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_u8 (uint8x16_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_s32 (int32x4_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_s16 (int16x8_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_s8 (int8x16_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_u64 (uint64x2_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_s64 (int64x2_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_f32 (float32x4_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_p16 (poly16x8_t)
</ul>
<ul>
<li>uint32x4_t vreinterpretq_u32_p8 (poly8x16_t)
</ul>
</body></html>
|
wiki-oar/index.php?title=Web_Portal_GSOC_2010&action=edit.html
|
oar-team/website-archive
|
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="generator" content="MediaWiki 1.15.5-2squeeze6" />
<meta name="robots" content="noindex,nofollow" />
<meta name="keywords" content="Web Portal GSOC 2010,Administrators,Users" />
<link rel="next" href="index.php/Web_Portal_GSOC_2010.html" />
<link rel="shortcut icon" href="http://oar.imag.fr/images/logo_oar.ico" />
<link rel="search" type="application/opensearchdescription+xml" href="opensearch_desc.php" title="WikiOAR (en)" />
<link rel="alternate" type="application/rss+xml" title="WikiOAR RSS feed" href="index.php%3Ftitle=Special:RecentChanges&feed=rss" />
<link rel="alternate" type="application/atom+xml" title="WikiOAR Atom feed" href="index.php%3Ftitle=Special:RecentChanges&feed=atom" />
<title>[OAR Archive] View source - WikiOAR</title>
<link rel="stylesheet" href="skins/common/shared.css%3F207.css" type="text/css" media="screen" />
<link rel="stylesheet" href="skins/common/commonPrint.css%3F207.css" type="text/css" media="print" />
<link rel="stylesheet" href="skins/monobook/main.css%3F207.css" type="text/css" media="screen" />
<!--[if lt IE 5.5000]><link rel="stylesheet" href="/skins/monobook/IE50Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 5.5000]><link rel="stylesheet" href="/skins/monobook/IE55Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 6]><link rel="stylesheet" href="/skins/monobook/IE60Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<!--[if IE 7]><link rel="stylesheet" href="/skins/monobook/IE70Fixes.css?207" type="text/css" media="screen" /><![endif]-->
<link rel="stylesheet" href="index.php%3Ftitle=MediaWiki:Common.css&usemsgcache=yes&ctype=text%252Fcss&smaxage=18000&action=raw&maxage=18000.css" type="text/css" />
<link rel="stylesheet" href="index.php%3Ftitle=MediaWiki:Print.css&usemsgcache=yes&ctype=text%252Fcss&smaxage=18000&action=raw&maxage=18000.css" type="text/css" media="print" />
<link rel="stylesheet" href="index.php%3Ftitle=MediaWiki:Monobook.css&usemsgcache=yes&ctype=text%252Fcss&smaxage=18000&action=raw&maxage=18000.css" type="text/css" />
<link rel="stylesheet" href="index.php%3Ftitle=-&action=raw&maxage=18000&gen=css.css" type="text/css" />
<!--[if lt IE 7]><script type="text/javascript" src="/skins/common/IEFixes.js?207"></script>
<meta http-equiv="imagetoolbar" content="no" /><![endif]-->
<script type= "text/javascript">/*<![CDATA[*/
var skin = "monobook";
var stylepath = "/skins";
var wgArticlePath = "/index.php/$1";
var wgScriptPath = "";
var wgScript = "/index.php";
var wgVariantArticlePath = false;
var wgActionPaths = {};
var wgServer = "http://oar.imag.fr/archive/wiki-oar";
var wgCanonicalNamespace = "";
var wgCanonicalSpecialPageName = false;
var wgNamespaceNumber = 0;
var wgPageName = "Web_Portal_GSOC_2010";
var wgTitle = "Web Portal GSOC 2010";
var wgAction = "edit";
var wgArticleId = "218";
var wgIsArticle = false;
var wgUserName = null;
var wgUserGroups = null;
var wgUserLanguage = "en";
var wgContentLanguage = "en";
var wgBreakFrames = false;
var wgCurRevisionId = 2722;
var wgVersion = "1.15.5-2squeeze6";
var wgEnableAPI = true;
var wgEnableWriteAPI = true;
var wgSeparatorTransformTable = ["", ""];
var wgDigitTransformTable = ["", ""];
var wgRestrictionEdit = [];
var wgRestrictionMove = [];
/*]]>*/</script>
<script type="text/javascript" src="skins/common/wikibits.js%3F207"><!-- wikibits js --></script>
<!-- Head Scripts -->
<script type="text/javascript" src="http://oar.imag.fr/archive/wiki-oar/skins/common/edit.js?207"></script>
<script type="text/javascript" src="skins/common/ajax.js%3F207"></script>
<script type="text/javascript" src="index.php%3Ftitle=-&action=raw&gen=js&useskin=monobook"><!-- site js --></script>
</head>
<body class="mediawiki ltr ns-0 ns-subject page-Web_Portal_GSOC_2010 skin-monobook">
<div id="globalWrapper">
<div id="column-content">
<div id="content">
<a name="top" id="top"></a>
<h1 id="firstHeading" class="firstHeading">View source</h1>
<div id="bodyContent">
<h3 id="siteSub">From WikiOAR</h3>
<div id="contentSub">for <a href="index.php/Web_Portal_GSOC_2010.html" title="Web Portal GSOC 2010">Web Portal GSOC 2010</a></div>
<div id="jump-to-nav">Jump to: <a href="index.php%3Ftitle=Web_Portal_GSOC_2010&action=edit.html#column-one">navigation</a>, <a href="index.php%3Ftitle=Web_Portal_GSOC_2010&action=edit.html#searchInput">search</a></div> <!-- start content -->
<p>You do not have permission to edit this page, for the following reason:
</p>
<div class="permissions-errors">The action you have requested is limited to users in one of the groups: <a href="http://oar.imag.fr/archive/wiki-oar/index.php?title=WikiOAR:Users&action=edit&redlink=1" class="new" title="WikiOAR:Users (page does not exist)">Users</a>, <a href="http://oar.imag.fr/archive/wiki-oar/index.php/WikiOAR:Administrators" title="WikiOAR:Administrators">Administrators</a>, staff.</div>
<p>You can view and copy the source of this page:
</p><textarea id="wpTextbox1" name="wpTextbox1" cols="80" rows="25" readonly="readonly">[[Web_Portal_Proposal | See original proposal here]]
'''Student and mentor ;), please read carefully this page...'''
Student: '''Sundeep Kumar Mishra'''
Mentor: Olivier Richard
Co-Mentor: Romain Cavagna
----
==Student: Things to do before starting==
* Practice [[RESTfullAPI | OAR RESTfull API]].
* Learn [http://www.extjs.com/products/js/ ExtJs 3.x ] (have also a look to ExtJs' books).
* Study the first prototype in '''trunk/visualization_interfaces/poar'''.
* Play with [[Kameleon]].
==Project Pseudo-Specification==
'''Draft'''
* Portal should be ergonomic, sober, extensible
* Use https + basic authentication for simple login
* 3 kinds of users (anonymous, regular, admin)
* Integration of iframe (to simple integration of external web page) (see 1rst propotype)
* History between widget/panel/layout (see 1rst propotype)
* job submission (use of datepicker, simple timepiker via combo boxes ?,...)
* Job grids
* monika/ drawgantt integration
* oaradmin integration
* help/documentation integration
* extensibility (multi-oar, cigri, portal/portlet)
* [http://processingjs.org/ processingjs] integration (fancy animation, pie chart, plot, bar chart)
* integration of pie/graph/chart libraries (like http://g.raphaeljs.com/)
* user's preferences (need of DB table)
==Initial implementation Workplan==
==Main Milestones==
# <s>Extjs-3.2.1 version of first prototype with (global layout, iframe, history...)</s>
# Job Submission (simple and advance submission)
# Display information for one job
# Display information for one resource
# List of resources
# List of jobs
# Processing.js integration (for plot, chart, pie chart and other fancy widget and animations...)
# oaradmin integration and interactions
# Basic authentification support (need some search/test/discussion: interesting page [http://www.extjs.com/learn/Manual:RESTful_Web_Services#HTTP_Authenticationh here])
# page ''à la'' igoogle
== Tips ==
===How to test poar prototype===
* Use debian_oar_devel appliance built thanks to [[kameleon]]. '''Note:''' the redir option to have ssh and http access into guest from host
sudo kvm -m 512 -redir tcp:2222::22 -redir tcp:8080::80 debian_oar_devel.raw
* Rsync poar directory from host to /var/www/ in the guest
cd oar_directory/trunk/visualization_interfaces
rsync -avz --rsh="ssh -l root -p 2222" --delete poar localhost:/var/www
* Launch browser on poar
firefox localhost:8080/poar/poar.html
'''Note:''' Of course you can put public key to avoid to enter password.
scp -P 2222 ~/.ssh/id_rsa.pub kameleon@localhost:/home/kameleon/.ssh/
scp -P 2222 ~/.ssh/id_rsa.pub root@localhost:/root/.ssh/
===How to add ''virtual'' nodes and ressources on appliance===
* A simple way in running appliance. First add some hostnames in /etc/hosts
127.0.0.2 node1 node2 node3 node4
* Second add nodes and ressources in oar's DB (2 ressources by node)
oarnodesetting -h node2 -a
oarnodesetting -h node2 -a
oarnodesetting -h node3 -a
oarnodesetting -h node3 -a
* One can also use oaradmin command to add ressources
===Debuging with firefox===
* Use '''firebug''' extension
===How to test poar prototype===
==Weekly Progress Report==
===24th May 2010-31st May 2010===
* Various Experiments with the design of oar-portal.
* Experiments with oar-api.
===01st June 2010-07th June 2010===
* Coming up with ext-js 3.2 version of OAR-Portal.
* A prototype with navigator bar + central panel + iframe (to integrate external pages) + history.
===07th June 2010-14th June 2010===
* Started working on Job Summary page.
* Resolving the issues of adaptation of oar-api with grid-extjs widget.
* Halted due to unavailability of paging facility in oar-api.
===14th June 2010-21st June 2010===
* Experimenting Various Designs for Jobs Submission Functionalities(For User Friendliness and looks).
* Completing some simple options of Jobs Submission and Testing them.
===21st June 2010 -27th June 2010===
* Completing Some advanced options of oarsub and their Testing.
* Off from 25th to 29th due to Marriage of Uncle.
===27th June 2010 - 04th July 2010===
* Rest of advanced options of oarsub completion.
* Job Submission Module Final Integration.
* All the Options of Job Submission Covered.
* Testing it for several conditions and analyzing the output.
===05th July -12th July 2010===
* Job Submission Module using OAR-API integrated
* Job lists Module integrated (without pagination)
* Resource lists Module integrated (without pagination)
* Job Deletion Module integrated
* Resource stated Update Module integrated
* Job list Module with pagination (work going on)
===13th July- 20th July 2010===
* Job list Pagination Integrated
* Raphael.js integrated (with piechart)
===21st July - 28th July 2010 ===
* Integrated page for full information about a job and a resource.
* Integrated a page like igoogle(namely ioar).
* A page for help.
* Commenting the code.
* Written some part of the documentation.
=== 29th July - 4th August 2010===
* Integrated Resource Pagination
* In order to provide extensibility divided the into different files
* Enhanced the readability of code
=== 5th August-12th August 2010===
* Oaradmin Integrated
* Processing.js integrated
* Drawgantt chart and Monika integrated
* Documentation started
=== 12th August- 19th August 2010===
* Documentation Completed
* FAQ's added
* Configuration File added
* A new Processing Chart integrated
* Partial redraw integrated
==TODO list==
===Mentor===
* <s>Tips to poar prototype testing</s>
* <s>Apache configuration and information for basic-athentication issues.</s> Thanks to Bruno's work.
===Student===
==Links to look at==</textarea><div class='templatesUsed'>
</div>
<p>Return to <a href="index.php/Web_Portal_GSOC_2010.html" title="Web Portal GSOC 2010">Web Portal GSOC 2010</a>.</p>
<div class="printfooter">
Retrieved from "<a href="index.php/Web_Portal_GSOC_2010.html">http://oar.imag.fr/archive/wiki-oar/index.php/Web_Portal_GSOC_2010</a>"</div>
<!-- end content -->
<div class="visualClear"></div>
</div>
</div>
</div>
<div id="column-one">
<div id="p-cactions" class="portlet">
<h5>Views</h5>
<div class="pBody">
<ul>
<li id="ca-nstab-main" class="selected"><a href="index.php/Web_Portal_GSOC_2010.html" title="View the content page [c]" accesskey="c">Page</a></li>
<li id="ca-talk" class="new"><a href="http://oar.imag.fr/archive/wiki-oar/index.php?title=Talk:Web_Portal_GSOC_2010&action=edit&redlink=1" title="Discussion about the content page [t]" accesskey="t">Discussion</a></li>
<li id="ca-viewsource" class="selected"><a href="index.php%3Ftitle=Web_Portal_GSOC_2010&action=edit.html" title="This page is protected. You can view its source [e]" accesskey="e">View source</a></li>
<li id="ca-history"><a href="index.php%3Ftitle=Web_Portal_GSOC_2010&action=history.html" title="Past revisions of this page [h]" accesskey="h">History</a></li> </ul>
</div>
</div>
<div class="portlet" id="p-personal">
<h5>Personal tools</h5>
<div class="pBody">
<ul>
<li id="pt-login"><a href="index.php%3Ftitle=Special:UserLogin&returnto=Web_Portal_GSOC_2010.html" title="You are encouraged to log in; however, it is not mandatory [o]" accesskey="o">Log in</a></li>
</ul>
</div>
</div>
<div class="portlet" id="p-logo">
<a style="background-image: url(http://oar.imag.fr/schemas/oar_logo_small.png);" href="index.html" title="Visit the main page [z]" accesskey="z"></a>
</div>
<script type="text/javascript"> if (window.isMSIE55) fixalpha(); </script>
<div class='generated-sidebar portlet' id='p-Public_portal'>
<h5>Public portal</h5>
<div class='pBody'>
<ul>
<li id="n-mainpage"><a href="index.html" title="Visit the main page">Main Page</a></li>
<li id="n-Appliances-.28Kameleon.29"><a href="index.php/Kameleon.html">Appliances (Kameleon)</a></li>
<li id="n-OAR-Website"><a href="http://oar.imag.fr">OAR Website</a></li>
<li id="n-REST-API"><a href="index.php/RESTfullAPI.html">REST API</a></li>
<li id="n-Customization-tips"><a href="index.php/Configuration_tips.html">Customization tips</a></li>
<li id="n-OAR.27s-News"><a href="http://oar.imag.fr/news/">OAR's News</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-Summer_of_Code'>
<h5>Summer of Code</h5>
<div class='pBody'>
<ul>
<li id="n-GSoC-Summary"><a href="index.php/Google_summer_of_code.html">GSoC Summary</a></li>
<li id="n-2010-edition"><a href="index.php/GSOC_2010.html">2010 edition</a></li>
<li id="n-2009-edition"><a href="index.php/GSOC_2009.html">2009 edition</a></li>
<li id="n-2008-edition"><a href="http://oar.imag.fr/works/gsoc/2008/">2008 edition</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-Related_links'>
<h5>Related links</h5>
<div class='pBody'>
<ul>
<li id="n-Summary"><a href="index.php/Links.html">Summary:</a></li>
<li id="n-About-OAR-.28French.29"><a href="http://www.projet-plume.org/fr/fiche/oar">About OAR (French)</a></li>
<li id="n-TakTuk"><a href="http://taktuk.gforge.inria.fr/">TakTuk</a></li>
<li id="n-CiGri"><a href="http://cigri.imag.fr/">CiGri</a></li>
<li id="n-Kameleon"><a href="index.php/Kameleon.html">Kameleon</a></li>
<li id="n-ComputeMode"><a href="http://computemode.imag.fr/">ComputeMode</a></li>
<li id="n-Xionee"><a href="https://gforge.inria.fr/projects/xionee/">Xionee</a></li>
<li id="n-KaDeploy"><a href="http://kadeploy.imag.fr/">KaDeploy</a></li>
</ul>
</div>
</div>
<div class='generated-sidebar portlet' id='p-Developers_portal'>
<h5>Developers portal</h5>
<div class='pBody'>
<ul>
<li id="n-Summary"><a href="index.php/Developers_Pages.html">Summary:</a></li>
<li id="n-Meetings-reports"><a href="index.php/Category:Portal:Staff:MeetingReports.html">Meetings reports</a></li>
<li id="n-Assigned-TaskList"><a href="index.php/Special:TaskList/all.html">Assigned TaskList</a></li>
<li id="n-Todo-Page"><a href="index.php/TODO.html">Todo Page</a></li>
<li id="n-Tools-and-Tips"><a href="index.php/Devel_Tools_tips.html">Tools and Tips</a></li>
<li id="n-FAQ"><a href="index.php/FAQ.html">FAQ</a></li>
</ul>
</div>
</div>
<div id="p-search" class="portlet">
<h5><label for="searchInput">Search</label></h5>
<div id="searchBody" class="pBody">
<form action="http://oar.imag.fr/archive/wiki-oar/index.php" id="searchform"><div>
<input type='hidden' name="title" value="Special:Search"/>
<input id="searchInput" name="search" type="text" title="Search WikiOAR [f]" accesskey="f" value="" />
<input type='submit' name="go" class="searchButton" id="searchGoButton" value="Go" title="Go to a page with this exact name if exists" />
<input type='submit' name="fulltext" class="searchButton" id="mw-searchButton" value="Search" title="Search the pages for this text" />
</div></form>
</div>
</div>
<div class="portlet" id="p-tb">
<h5>Toolbox</h5>
<div class="pBody">
<ul>
<li id="t-whatlinkshere"><a href="index.php/Special:WhatLinksHere/Web_Portal_GSOC_2010.html" title="List of all wiki pages that link here [j]" accesskey="j">What links here</a></li>
<li id="t-recentchangeslinked"><a href="index.php/Special:RecentChangesLinked/Web_Portal_GSOC_2010.html" title="Recent changes in pages linked from this page [k]" accesskey="k">Related changes</a></li>
<li id="t-specialpages"><a href="index.php/Special:SpecialPages.html" title="List of all special pages [q]" accesskey="q">Special pages</a></li>
</ul>
</div>
</div>
</div><!-- end of the left (by default at least) column -->
<div class="visualClear"></div>
<div id="footer">
<div id="f-poweredbyico"><a href="http://www.mediawiki.org/"><img src="skins/common/images/poweredby_mediawiki_88x31.png" alt="Powered by MediaWiki" /></a></div>
<ul id="f-list">
<li id="about"><a href="index.php/WikiOAR:About.html" title="WikiOAR:About">About WikiOAR and OAR logo</a></li>
</ul>
</div>
</div>
<script type="text/javascript">if (window.runOnloadHook) runOnloadHook();</script>
<!-- Served in 0.040 secs. --></body></html>
|
dist/javadoc/data/package-summary.html
|
NilanjanDaw/piedPiper
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_60) on Fri Nov 27 00:43:13 IST 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>data</title>
<meta name="date" content="2015-11-27">
<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="data";
}
}
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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../package-summary.html">Prev Package</a></li>
<li><a href="../logic/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?data/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package data</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../data/DataInterface.html" title="interface in data">DataInterface</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../data/DataManager.html" title="class in data">DataManager</a></td>
<td class="colLast"> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../data/Flight.html" title="class in data">Flight</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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="../package-summary.html">Prev Package</a></li>
<li><a href="../logic/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../index.html?data/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
index.html
|
sergiodxa/Elecalc
|
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta author="Sergio Daniel Xalambrí" />
<meta name="description" content="" />
<title>Elecalc</title>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0" />
<link rel="stylesheet" href="vendor/normalize.min.css" type="text/css" media="screen" />
<link rel="stylesheet" href="css/main.css" type="text/css" media="screen" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!--[if lt IE 9]>
<script src="/vendor/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<header>
<h1>Elecalc</h1>
<button class="icon-config" onclick="showHideConfig()" title="Configuración"></button>
</header>
<aside id="config" style="display:none">
<a href="//www.github.com/sergiodxa/Elecalc/" class="icon-github" title="Ver código en respositorio"></a>
<h2>Configuración</h2>
<button class="icon-close" onclick="showHideConfig()"></button>
<label for="fases">
<span>Circuito:</span>
<select name="fases" id="fases">
<option value="1">Monofásico</option>
<option value="2">Trifásico</option>
</select>
</label>
<label for="corriente">
<span>Tipo de corriente:</span>
<select name="corriente" id="corriente">
<option value="1">Contínua</option>
<option value="2">Alterna</option>
</select>
</label>
<button onclick="guardarConfig()" class="boton btnExito">Guardar</button>
</aside>
<section style="display:none" id="monofasicaContinua">
<article>
<h2>Cálculos de Tensión</h2>
<div id="tension1">
<h3>Fórmula 1</h3>
<input type="text" class="mitad" placeholder="Potencia" id="campo1" />
<input type="text" class="mitad" placeholder="Resistencia" id="campo2" />
<button class="boton btnExito" onclick="tension(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado1" />
</div>
<div id="tension2">
<h3>Fórmula 2</h3>
<input type="text" class="mitad" placeholder="Potencia" id="campo3" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo4" />
<button class="boton btnExito" onclick="tension(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado2" />
</div>
<div id="tension3">
<h3>Fórmula 3</h3>
<input type="text" class="mitad" placeholder="Resistencia" id="campo5" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo6" />
<button class="boton btnExito" onclick="tension(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado3" />
</div>
</article>
<article>
<h2>Cálculos de Resistencia</h2>
<div id="resistencia1">
<h3>Fórmula 1</h3>
<input type="text" class="mitad" placeholder="Potencia" id="campo7" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo8" />
<button class="boton btnExito" onclick="resistencia(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado4" />
</div>
<div id="resistencia2">
<h3>Fórmula 2</h3>
<input type="text" class="mitad" placeholder="Tensión" id="campo9" />
<input type="text" class="mitad" placeholder="Potencia" id="campo10" />
<button class="boton btnExito" onclick="resistencia(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado5" /></div>
<div id="resistencia3">
<h3>Fórmula 3</h3>
<input type="text" class="mitad" placeholder="Tensión" id="campo11" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo12" />
<button class="boton btnExito" onclick="resistencia(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado6" />
</div>
</article>
<article>
<h2>Cálculos de Intensidad</h2>
<div id="intensidad1">
<h3>Fórmula 1</h3>
<input type="text" class="mitad" placeholder="Tensión" id="campo13" />
<input type="text" class="mitad" placeholder="Resistencia" id="campo14" />
<button class="boton btnExito" onclick="intensidad(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado7" />
</div>
<div id="intensidad2">
<h3>Fórmula 2</h3>
<input type="text" class="mitad" placeholder="Potencia" id="campo15" />
<input type="text" class="mitad" placeholder="Tensión" id="campo16" />
<button class="boton btnExito" onclick="intensidad(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado8" /></div>
<div id="intensidad3">
<h3>Fórmula 3</h3>
<input type="text" class="mitad" placeholder="Potencia" id="campo17" />
<input type="text" class="mitad" placeholder="Resistencia" id="campo18" />
<button class="boton btnExito" onclick="intensidad(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado9" />
</div>
</article>
<article>
<h2>Cálculos de Potencia</h2>
<div id="potencia1">
<h3>Fórmula 1</h3>
<input type="text" class="mitad" placeholder="Tensión" id="campo19" />
<input type="text" class="mitad" placeholder="Resistencia" id="campo20" />
<button class="boton btnExito" onclick="potenciaActiva(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado10" />
</div>
<div id="potencia2">
<h3>Fórmula 2</h3>
<input type="text" class="mitad" placeholder="Intensidad" id="campo21" />
<input type="text" class="mitad" placeholder="Resistencia" id="campo22" />
<button class="boton btnExito" onclick="potenciaActiva(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado11" /></div>
<div id="potencia3">
<h3>Fórmula 3</h3>
<input type="text" class="mitad" placeholder="Tensión" id="campo23" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo24" />
<button class="boton btnExito" onclick="potenciaActiva(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado12" />
</div>
</article>
</section>
<section style="display:none" id="monofasicaAlterna">
<article>
<h2>Cálculos de Tensión</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" placeholder="Resistencia" id="campo25" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo26" />
<input type="text" class="completo" placeholder="Cos φ" id="campo27" />
<button class="boton btnExito" onclick="tension(4)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado13" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" placeholder="Potencia Activa" id="campo28" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo29" />
<input type="text" class="completo" placeholder="Cos φ" id="campo30" />
<button class="boton btnExito" onclick="tension(5)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado14" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" placeholder="Potencia Aparente" id="campo31" />
<input type="text" class="mitad" placeholder="Intensidad" id="campo32" />
<button class="boton btnExito" onclick="tension(6)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado15" />
</div>
</article>
<article>
<h2>Cálculos de Resistencia</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo33" placeholder="Tensión" />
<input type="text" class="mitad" id="campo34" placeholder="Cos φ" />
<input type="text" class="completo" id="campo35" placeholder="Intensidad" />
<button class="boton btnExito" onclick="resistencia(4)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado16" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo36" placeholder="Tensión" />
<input type="text" class="mitad" id="campo37" placeholder="Cos φ" />
<input type="text" class="completo" id="campo38" placeholder="Potencia Activa" />
<button class="boton btnExito" onclick="resistencia(5)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado17" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo39" placeholder="Potencia Aparente" />
<input type="text" class="mitad" id="campo40" placeholder="Cos φ" />
<input type="text" class="completo" id="campo41" placeholder="Intensidad" />
<button class="boton btnExito" onclick="resistencia(6)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado18" />
</div>
</article>
<article>
<h2>Cálculos de Intensidad</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo42" placeholder="Potencia Aparente" />
<input type="text" class="mitad" id="campo43" placeholder="Tensión" />
<button class="boton btnExito" onclick="intensidad(4)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado19" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo44" placeholder="Potencia Activa" />
<input type="text" class="mitad" id="campo45" placeholder="Tensión" />
<input type="text" class="completo" id="campo46" placeholder="Cos φ" />
<button class="boton btnExito" onclick="intensidad(5)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado20" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo47" placeholder="Tensión" />
<input type="text" class="mitad" id="campo48" placeholder="Cos φ" />
<input type="text" class="completo" id="campo49" placeholder="Resistencia" />
<button class="boton btnExito" onclick="intensidad(6)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado21" />
</div>
</article>
<article>
<h2>Cálculos de Potencia Activa</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo50" placeholder="Potencia Aparente" />
<input type="text" class="mitad" id="campo51" placeholder="Cos φ" />
<button class="boton btnExito" onclick="potenciaActiva(4)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado22" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo52" placeholder="Tensión" />
<input type="text" class="mitad" id="campo53" placeholder="Cos φ" />
<input type="text" class="completo" id="campo54" placeholder="Resitencia" />
<button class="boton btnExito" onclick="potenciaActiva(5)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado23" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo55" placeholder="Tensión" />
<input type="text" class="mitad" id="campo56" placeholder="Intensidad" />
<input type="text" class="completo" id="campo57" placeholder="Cos φ" />
<button class="boton btnExito" onclick="potenciaActiva(6)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado24" />
</div>
</article>
<article>
<h2>Cálculos de Potencia Aparente</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo58" placeholder="Potencia Activa" />
<input type="text" class="mitad" id="campo59" placeholder="Cos φ" />
<button class="boton btnExito" onclick="potenciaAparente(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado25" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo60" placeholder="Tensión" />
<input type="text" class="mitad" id="campo61" placeholder="Intensidad" />
<button class="boton btnExito" onclick="potenciaAparente(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado26" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo62" placeholder="Intensidad" />
<input type="text" class="mitad" id="campo63" placeholder="Resistencia" />
<input type="text" class="completo" id="campo64" placeholder="Cos φ" />
<button class="boton btnExito" onclick="potenciaAparente(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado27" />
</div>
</article>
<article>
<h2>Cálculos de Cos de Phi</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo65" placeholder="Potencia Activa" />
<input type="text" class="mitad" id="campo66" placeholder="Tensión" />
<input type="text" class="completo" id="campo67" placeholder="Intensidad" />
<button class="boton btnExito" onclick="cosPhi(1)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado28" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo68" placeholder="Potencia Activa" />
<input type="text" class="mitad" id="campo69" placeholder="Potencia Aparente" />
<button class="boton btnExito" onclick="cosPhi(2)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado29" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo70" placeholder="Intensidad" />
<input type="text" class="mitad" id="campo71" placeholder="Resistencia" />
<input type="text" class="completo" id="campo72" placeholder="Potencia Aparente" />
<button class="boton btnExito" onclick="cosPhi(3)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado30" />
</div>
</article>
</section>
<section style="display:none" id="trifasica">
<article>
<h2>Cálculos de Tensión</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo73" placeholder="Potencia" />
<input type="text" class="mitad" id="campo74" placeholder="Resitencia" />
<button class="boton btnExito" onclick="tension(7)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado31" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo75" placeholder="Potencia" />
<input type="text" class="mitad" id="campo76" placeholder="Intensidad" />
<button class="boton btnExito" onclick="tension(8)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado32" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo77" placeholder="Intensidad" />
<input type="text" class="mitad" id="campo78" placeholder="Resistencia" />
<button class="boton btnExito" onclick="tension(9)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado33" />
</div>
</article>
<article>
<h2>Cálculos de Resistencia</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo79" placeholder="Potencia" />
<input type="text" class="mitad" id="campo80" placeholder="Intensidad" />
<button class="boton btnExito" onclick="resistencia(7)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado34" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo81" placeholder="Tensión" />
<input type="text" class="mitad" id="campo82" placeholder="Potencia" />
<button class="boton btnExito" onclick="resistencia(8)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado35" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo83" placeholder="Tensión" />
<input type="text" class="mitad" id="campo84" placeholder="Intensidad" />
<button class="boton btnExito" onclick="resistencia(9)">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado36" />
</div>
</article>
<article>
<h2>Cálculos de Intensidad</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado37" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado38" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado39" />
</div>
</article>
<article>
<h2>Cálculos de Potencia</h2>
<div>
<h3>Fórmula 1</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado40" />
</div>
<div>
<h3>Fórmula 2</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado41" />
</div>
<div>
<h3>Fórmula 3</h3>
<input type="text" class="mitad" id="campo" placeholder="" />
<input type="text" class="mitad" id="campo" placeholder="" />
<button class="boton btnExito" onclick="">Calcular</button>
<input type="text" class="completo" placeholder="Resultado" id="resultado42" />
</div>
</article>
</section>
<footer>
<p>Desarrollado por <a href="//twitter.com/sergiodxa" class="icon-twitter">sergiodxa</a></p>
</footer>
<div id="shadow" onclick="shadowClick()" style="display:none"></div>
<script src="//code.jquery.com/jquery-1.10.1.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>
|
doc/satnav/model/class-use/Junction.html
|
soxford/Search
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_45) on Sun Apr 19 11:03:09 BST 2015 -->
<title>Uses of Class satnav.model.Junction</title>
<meta name="date" content="2015-04-19">
<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 Class satnav.model.Junction";
}
//-->
</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="../../../satnav/model/Junction.html" title="class in satnav.model">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-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?satnav/model/class-use/Junction.html" target="_top">Frames</a></li>
<li><a href="Junction.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 Class satnav.model.Junction" class="title">Uses of Class<br>satnav.model.Junction</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="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</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="#satnav.model">satnav.model</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList"><a name="satnav.model">
<!-- -->
</a>
<h3>Uses of <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> in <a href="../../../satnav/model/package-summary.html">satnav.model</a></h3>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing fields, and an explanation">
<caption><span>Fields in <a href="../../../satnav/model/package-summary.html">satnav.model</a> declared as <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></code></td>
<td class="colLast"><span class="strong">Road.</span><code><strong><a href="../../../satnav/model/Road.html#sourceJunction">sourceJunction</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></code></td>
<td class="colLast"><span class="strong">Road.</span><code><strong><a href="../../../satnav/model/Road.html#targetJunction">targetJunction</a></strong></code> </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="../../../satnav/model/package-summary.html">satnav.model</a> that return <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</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><a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></code></td>
<td class="colLast"><span class="strong">Junction.</span><code><strong><a href="../../../satnav/model/Junction.html#getActionResult(search.Action)">getActionResult</a></strong>(<a href="../../../search/Action.html" title="interface in search">Action</a> action)</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></code></td>
<td class="colLast"><span class="strong">RoadMap.</span><code><strong><a href="../../../satnav/model/RoadMap.html#getJunction(java.lang.String)">getJunction</a></strong>(java.lang.String JunctionName)</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></code></td>
<td class="colLast"><span class="strong">LocationOnJourneyState.</span><code><strong><a href="../../../satnav/model/LocationOnJourneyState.html#getLocation()">getLocation</a></strong>()</code> </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="../../../satnav/model/package-summary.html">satnav.model</a> that return types with arguments of type <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</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>java.util.Set<<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a>></code></td>
<td class="colLast"><span class="strong">RoadMap.</span><code><strong><a href="../../../satnav/model/RoadMap.html#getAlljunctions()">getAlljunctions</a></strong>()</code> </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="../../../satnav/model/package-summary.html">satnav.model</a> with parameters of type <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</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>int</code></td>
<td class="colLast"><span class="strong">Junction.</span><code><strong><a href="../../../satnav/model/Junction.html#distanceToNeighbour(satnav.model.Junction)">distanceToNeighbour</a></strong>(<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> neighbouringJunction)</code>
<div class="block">This method returns the distance to the given neighbouring Junction.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><span class="strong">Junction.</span><code><strong><a href="../../../satnav/model/Junction.html#isNeigbourTo(satnav.model.Junction)">isNeigbourTo</a></strong>(<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> nextJunction)</code>
<div class="block">The method checks whether a given junction neighbours this junction (i.e.</div>
</td>
</tr>
</tbody>
</table>
<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">
<caption><span>Constructors in <a href="../../../satnav/model/package-summary.html">satnav.model</a> with parameters of type <a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a></span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../satnav/model/DestinationReachedAfterJourneyTest.html#DestinationReachedAfterJourneyTest(satnav.model.Junction)">DestinationReachedAfterJourneyTest</a></strong>(<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> destination)</code> </td>
</tr>
<tr class="rowColor">
<td class="colLast"><code><strong><a href="../../../satnav/model/LocationOnJourneyState.html#LocationOnJourneyState(satnav.model.Junction, boolean)">LocationOnJourneyState</a></strong>(<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> location,
boolean journeyStarted)</code> </td>
</tr>
<tr class="altColor">
<td class="colLast"><code><strong><a href="../../../satnav/model/Road.html#Road(satnav.model.Junction, satnav.model.Junction, int)">Road</a></strong>(<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> sourceJunction,
<a href="../../../satnav/model/Junction.html" title="class in satnav.model">Junction</a> targetJunction,
int distance)</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="../../../satnav/model/Junction.html" title="class in satnav.model">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-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>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?satnav/model/class-use/Junction.html" target="_top">Frames</a></li>
<li><a href="Junction.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
solutions/css3图片放大.html
|
chancedai/front-end-solutions
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>css3图片放大</title>
<style type="text/css">
.demo-20141208155006{-webkit-transition: -webkit-transform 0.3s ease; -moz-transition: -moz-transform 0.3s ease;-ms-transition: -ms-transform 0.3s ease;transition: transform 0.3s ease;}
.demo-20141208155006:hover{-webkit-transform: scale(1.1); -moz-transform: scale(1.1);-ms-transform: scale(1.1); transform: scale(1.1);}
</style>
</head>
<body>
<img class="demo-20141208155006" src="http://n.sinaimg.cn/transform/20141129/cesifvw9628999.jpg" alt="">
</body>
</html>
|
www.jinbuguo.com/postgresql/menu823/spi-spi-getargcount.html
|
Pengfei-Gao/develop-reference-data
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="zh-CN"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><meta http-equiv="Content-Language" content="zh-CN"><link href="stylesheet.css" media="all" rel="stylesheet" type="text/css">
<title>SPI_getargcount</title>
<script>var _hmt=_hmt||[]; (function(){ var hm=document.createElement("script"); hm.src="//hm.baidu.com/hm.js?d286c55b63a3c54a1e43d10d4c203e75"; var s=document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm,s); })();</script>
</head><body class="REFENTRY">
<div>
<table summary="Header navigation table" width="100%" border="0" cellpadding="0" cellspacing="0">
<tr><th colspan="5" align="center" valign="bottom">PostgreSQL 8.2.3 中文文档</th></tr>
<tr><td width="10%" align="left" valign="top"><a href="spi-spi-prepare.html" accesskey="P">后退</a></td><td width="10%" align="left" valign="top"><a href="spi-spi-prepare.html">快退</a></td><td width="60%" align="center" valign="bottom"></td><td width="10%" align="right" valign="top"><a href="spi-spi-getargtypeid.html">快进</a></td><td width="10%" align="right" valign="top"><a href="spi-spi-getargtypeid.html" accesskey="N">前进</a></td></tr>
</table>
<hr align="LEFT" width="100%"></div>
<h1><a name="SPI-SPI-GETARGCOUNT"></a>SPI_getargcount</h1>
<div class="REFNAMEDIV"><a name="AEN42286"></a><h2>函数名</h2>SPI_getargcount -- 返回一个 <code class="FUNCTION">SPI_prepare</code> 准备的已准备好规划需要的参数个数</div>
<a name="AEN42290"></a>
<div class="REFSYNOPSISDIV"><a name="AEN42292"></a><h2>原型</h2>
<pre class="SYNOPSIS">int SPI_getargcount(void * <tt class="PARAMETER">plan</tt>)</pre>
</div>
<div class="REFSECT1"><a name="AEN42295"></a><h2>描述</h2>
<p><code class="FUNCTION">SPI_getargcount</code> 返回执行一个 <code class="FUNCTION">SPI_prepare</code> 准备的已准备好规划需要的参数个数</p>
</div>
<div class="REFSECT1"><a name="AEN42300"></a><h2>参数</h2>
<div class="VARIABLELIST">
<dl>
<dt><tt class="LITERAL">void * <tt class="PARAMETER">plan</tt></tt></dt>
<dd><p>执行规划(<code class="FUNCTION">SPI_prepare</code> 返回的)</p></dd>
</dl>
</div>
</div>
<div class="REFSECT1"><a name="AEN42310"></a><h2>返回值</h2>
<p><tt class="PARAMETER">plan</tt> 的预期参数个数,如果 <tt class="PARAMETER">plan </tt> 是 <tt class="SYMBOL">NULL</tt> 则返回 <tt class="SYMBOL">SPI_ERROR_ARGUMENT</tt></p>
</div>
<div>
<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="spi-spi-prepare.html" accesskey="P">后退</a></td><td width="34%" align="center" valign="top"><a href="index.html" accesskey="H">首页</a></td><td width="33%" align="right" valign="top"><a href="spi-spi-getargtypeid.html" accesskey="N">前进</a></td></tr>
<tr><td width="33%" align="left" valign="top">SPI_prepare</td><td width="34%" align="center" valign="top"><a href="spi-interface.html" accesskey="U">上一级</a></td><td width="33%" align="right" valign="top">SPI_getargtypeid</td></tr>
</table>
</div>
</body></html>
|
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/basic_seq_packet_socket/io_control/overload2.html
|
charlesDGY/coflo
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_seq_packet_socket::io_control (2 of 2 overloads)</title>
<link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../io_control.html" title="basic_seq_packet_socket::io_control">
<link rel="prev" href="overload1.html" title="basic_seq_packet_socket::io_control (1 of 2 overloads)">
<link rel="next" href="../is_open.html" title="basic_seq_packet_socket::is_open">
</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="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_control.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="../is_open.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="boost_asio.reference.basic_seq_packet_socket.io_control.overload2"></a><a class="link" href="overload2.html" title="basic_seq_packet_socket::io_control (2 of 2 overloads)">basic_seq_packet_socket::io_control
(2 of 2 overloads)</a>
</h5></div></div></div>
<p>
<span class="emphasis"><em>Inherited from basic_socket.</em></span>
</p>
<p>
Perform an IO control command on the socket.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../../IoControlCommand.html" title="I/O control command requirements">IoControlCommand</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="identifier">io_control</span><span class="special">(</span>
<span class="identifier">IoControlCommand</span> <span class="special">&</span> <span class="identifier">command</span><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>
</pre>
<p>
This function is used to execute an IO control command on the socket.
</p>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.h0"></a>
<span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl>
<dt><span class="term">command</span></dt>
<dd><p>
The IO control command to be performed on the socket.
</p></dd>
<dt><span class="term">ec</span></dt>
<dd><p>
Set to indicate what error occurred, if any.
</p></dd>
</dl>
</div>
<h6>
<a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.h1"></a>
<span><a name="boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example"></a></span><a class="link" href="overload2.html#boost_asio.reference.basic_seq_packet_socket.io_control.overload2.example">Example</a>
</h6>
<p>
Getting the number of bytes ready to read:
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span><span class="special">::</span><span class="identifier">bytes_readable</span> <span class="identifier">command</span><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="identifier">ec</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">io_control</span><span class="special">(</span><span class="identifier">command</span><span class="special">,</span> <span class="identifier">ec</span><span class="special">);</span>
<span class="keyword">if</span> <span class="special">(</span><span class="identifier">ec</span><span class="special">)</span>
<span class="special">{</span>
<span class="comment">// An error occurred.</span>
<span class="special">}</span>
<span class="identifier">std</span><span class="special">::</span><span class="identifier">size_t</span> <span class="identifier">bytes_readable</span> <span class="special">=</span> <span class="identifier">command</span><span class="special">.</span><span class="identifier">get</span><span class="special">();</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2011 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="overload1.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../io_control.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="../is_open.html"><img src="../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/html/files.html
|
ionaic/barbs-bandits
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<title>OpenGui: File List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
$(document).ready(function() { searchBox.OnSelectItem(0); });
</script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td style="padding-left: 0.5em;">
<div id="projectname">OpenGui
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.2 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<div id="navrow1" class="tabs">
<ul class="tablist">
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="annotated.html"><span>Classes</span></a></li>
<li class="current"><a href="files.html"><span>Files</span></a></li>
<li>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.png"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
alt=""/>
<input type="text" id="MSearchField" value="Search" accesskey="S"
onfocus="searchBox.OnSearchFieldFocus(true)"
onblur="searchBox.OnSearchFieldFocus(false)"
onkeyup="searchBox.OnSearchFieldChange(event)"/>
</span><span class="right">
<a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="search/close.png" alt=""/></a>
</span>
</div>
</li>
</ul>
</div>
<div id="navrow2" class="tabs2">
<ul class="tablist">
<li class="current"><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul>
</div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('files.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)">
<a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(0)"><span class="SelectionMark"> </span>All</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(1)"><span class="SelectionMark"> </span>Classes</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(2)"><span class="SelectionMark"> </span>Files</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(3)"><span class="SelectionMark"> </span>Functions</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(4)"><span class="SelectionMark"> </span>Variables</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(5)"><span class="SelectionMark"> </span>Typedefs</a><a class="SelectItem" href="javascript:void(0)" onclick="searchBox.OnSelectItem(6)"><span class="SelectionMark"> </span>Friends</a></div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">File List</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock">Here is a list of all files with brief descriptions:</div><div class="directory">
<div class="levels">[detail level <span onclick="javascript:toggleLevel(1);">1</span><span onclick="javascript:toggleLevel(2);">2</span>]</div><table class="directory">
<tr id="row_0_" class="even"><td class="entry"><img id="arr_0_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('0_')"/><img id="img_0_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('0_')"/><a class="el" href="dir_da64a8ebafe94fef14e9cd845a6c8b03.html" target="_self">button</a></td><td class="desc"></td></tr>
<tr id="row_0_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_button_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_button_8cpp.html" target="_self">Button.cpp</a></td><td class="desc"></td></tr>
<tr id="row_0_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_button_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_button_8h.html" target="_self">Button.h</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><img id="arr_1_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('1_')"/><img id="img_1_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('1_')"/><a class="el" href="dir_088ec9291cfe918a89419e874d0102dc.html" target="_self">checkbox</a></td><td class="desc"></td></tr>
<tr id="row_1_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_check_box_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_check_box_8cpp.html" target="_self">CheckBox.cpp</a></td><td class="desc"></td></tr>
<tr id="row_1_1_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_check_box_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_check_box_8h.html" target="_self">CheckBox.h</a></td><td class="desc"></td></tr>
<tr id="row_1_2_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_radio_button_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_radio_button_8cpp.html" target="_self">RadioButton.cpp</a></td><td class="desc"></td></tr>
<tr id="row_1_3_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_radio_button_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_radio_button_8h.html" target="_self">RadioButton.h</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><img id="arr_2_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('2_')"/><img id="img_2_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('2_')"/><a class="el" href="dir_ca1605f2b8ac8915944aa960f8878c87.html" target="_self">counter</a></td><td class="desc"></td></tr>
<tr id="row_2_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_abstract_counter_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_abstract_counter_8cpp.html" target="_self">AbstractCounter.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_abstract_counter_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_abstract_counter_8h.html" target="_self">AbstractCounter.h</a></td><td class="desc"></td></tr>
<tr id="row_2_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_bounded_counter_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_bounded_counter_8cpp.html" target="_self">BoundedCounter.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_3_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_bounded_counter_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_bounded_counter_8h.html" target="_self">BoundedCounter.h</a></td><td class="desc"></td></tr>
<tr id="row_2_4_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_fractional_counter_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_fractional_counter_8cpp.html" target="_self">FractionalCounter.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_5_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_fractional_counter_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_fractional_counter_8h.html" target="_self">FractionalCounter.h</a></td><td class="desc"></td></tr>
<tr id="row_2_6_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_numeric_counter_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_numeric_counter_8cpp.html" target="_self">NumericCounter.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_7_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_numeric_counter_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_numeric_counter_8h.html" target="_self">NumericCounter.h</a></td><td class="desc"></td></tr>
<tr id="row_2_8_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_progress_bar_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_progress_bar_8cpp.html" target="_self">ProgressBar.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_9_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_progress_bar_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_progress_bar_8h.html" target="_self">ProgressBar.h</a></td><td class="desc"></td></tr>
<tr id="row_2_10_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_slider_bar_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_slider_bar_8cpp.html" target="_self">SliderBar.cpp</a></td><td class="desc"></td></tr>
<tr id="row_2_11_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_slider_bar_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_slider_bar_8h.html" target="_self">SliderBar.h</a></td><td class="desc"></td></tr>
<tr id="row_3_"><td class="entry"><img id="arr_3_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('3_')"/><img id="img_3_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('3_')"/><a class="el" href="dir_4ac998e177eb2ef63d17ecc0d6334a0e.html" target="_self">dropdown</a></td><td class="desc"></td></tr>
<tr id="row_3_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_drop_down_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_drop_down_8cpp.html" target="_self">DropDown.cpp</a></td><td class="desc"></td></tr>
<tr id="row_3_1_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_drop_down_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_drop_down_8h.html" target="_self">DropDown.h</a></td><td class="desc"></td></tr>
<tr id="row_4_" class="even"><td class="entry"><img id="arr_4_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('4_')"/><img id="img_4_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('4_')"/><a class="el" href="dir_1e02f56e0e97e511c7df2e9420b5f4cd.html" target="_self">element</a></td><td class="desc"></td></tr>
<tr id="row_4_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_element_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_element_8cpp.html" target="_self">Element.cpp</a></td><td class="desc"></td></tr>
<tr id="row_4_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_element_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_element_8h.html" target="_self">Element.h</a></td><td class="desc"></td></tr>
<tr id="row_5_"><td class="entry"><img id="arr_5_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('5_')"/><img id="img_5_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('5_')"/><a class="el" href="dir_d634f21e635b1ea642c8b957ecf78b4f.html" target="_self">helper</a></td><td class="desc"></td></tr>
<tr id="row_5_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_o_g_helper_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_o_g_helper_8cpp.html" target="_self">OGHelper.cpp</a></td><td class="desc"></td></tr>
<tr id="row_5_1_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_o_g_helper_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_o_g_helper_8h.html" target="_self">OGHelper.h</a></td><td class="desc"></td></tr>
<tr id="row_6_" class="even"><td class="entry"><img id="arr_6_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('6_')"/><img id="img_6_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('6_')"/><a class="el" href="dir_6de1940466803d61d2f9d1259cb01031.html" target="_self">image</a></td><td class="desc"></td></tr>
<tr id="row_6_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_image_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_image_8cpp.html" target="_self">Image.cpp</a></td><td class="desc"></td></tr>
<tr id="row_6_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_image_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_image_8h.html" target="_self">Image.h</a></td><td class="desc"></td></tr>
<tr id="row_6_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_image_element_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_image_element_8h.html" target="_self">ImageElement.h</a></td><td class="desc"></td></tr>
<tr id="row_6_3_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_pixel_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_pixel_8cpp.html" target="_self">Pixel.cpp</a></td><td class="desc"></td></tr>
<tr id="row_6_4_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_pixel_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_pixel_8h.html" target="_self">Pixel.h</a></td><td class="desc"></td></tr>
<tr id="row_7_" class="even"><td class="entry"><img id="arr_7_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('7_')"/><img id="img_7_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('7_')"/><a class="el" href="dir_525536119caf92f27c2bc33f3ac63f6b.html" target="_self">ObjectCalisthenics</a></td><td class="desc"></td></tr>
<tr id="row_7_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_button_o_c_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_button_o_c_8cpp.html" target="_self">ButtonOC.cpp</a></td><td class="desc"></td></tr>
<tr id="row_8_" class="even"><td class="entry"><img id="arr_8_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('8_')"/><img id="img_8_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('8_')"/><a class="el" href="dir_5af2310db5713b33fdc40ca5b9b61732.html" target="_self">text</a></td><td class="desc"></td></tr>
<tr id="row_8_0_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_text_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_8cpp.html" target="_self">Text.cpp</a></td><td class="desc"></td></tr>
<tr id="row_8_1_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_text_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_8h.html" target="_self">Text.h</a></td><td class="desc"></td></tr>
<tr id="row_8_2_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_text_edit_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_edit_8cpp.html" target="_self">TextEdit.cpp</a></td><td class="desc"></td></tr>
<tr id="row_8_3_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_text_edit_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_edit_8h.html" target="_self">TextEdit.h</a></td><td class="desc"></td></tr>
<tr id="row_8_4_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_text_element_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_element_8cpp.html" target="_self">TextElement.cpp</a></td><td class="desc"></td></tr>
<tr id="row_8_5_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_text_element_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_text_element_8h.html" target="_self">TextElement.h</a></td><td class="desc"></td></tr>
<tr id="row_9_"><td class="entry"><img id="arr_9_" src="ftv2mnode.png" alt="o" width="16" height="22" onclick="toggleFolder('9_')"/><img id="img_9_" src="ftv2folderopen.png" alt="-" width="24" height="22" onclick="toggleFolder('9_')"/><a class="el" href="dir_9c3e235118b6a1e344e59fcbf7777295.html" target="_self">togglebutton</a></td><td class="desc"></td></tr>
<tr id="row_9_0_" class="even"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="_toggle_button_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_toggle_button_8cpp.html" target="_self">ToggleButton.cpp</a></td><td class="desc"></td></tr>
<tr id="row_9_1_"><td class="entry"><img src="ftv2vertline.png" alt="|" width="16" height="22" /><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="_toggle_button_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="_toggle_button_8h.html" target="_self">ToggleButton.h</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><img src="ftv2node.png" alt="o" width="16" height="22" /><a href="main_8cpp_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="main_8cpp.html" target="_self">main.cpp</a></td><td class="desc"></td></tr>
<tr id="row_11_"><td class="entry"><img src="ftv2lastnode.png" alt="\" width="16" height="22" /><a href="open_g_u_i_8h_source.html"><img src="ftv2doc.png" alt="*" width="24" height="22" /></a><a class="el" href="open_g_u_i_8h.html" target="_self">openGUI.h</a></td><td class="desc"></td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Wed Dec 5 2012 21:31:36 for OpenGui by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.2 </li>
</ul>
</div>
</body>
</html>
|
share/html/SelfService/Prefs.html
|
morallo/rt
|
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
%#
%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
%# <sales@bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
%#
%#
%# LICENSE:
%#
%# This work is made available to you under the terms of Version 2 of
%# the GNU General Public License. A copy of that license should have
%# been provided with this software, but in any event can be snarfed
%# from www.gnu.org.
%#
%# This work 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.
%#
%# You should have received a copy of the GNU General Public License
%# along with this program; if not, write to the Free Software
%# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
%# 02110-1301 or visit their web page on the internet at
%# http://www.gnu.org/licenses/old-licenses/gpl-2.0.html.
%#
%#
%# CONTRIBUTION SUBMISSION POLICY:
%#
%# (The following paragraph is not intended to limit the rights granted
%# to you to modify and distribute this software under the terms of
%# the GNU General Public License and is only of importance to you if
%# you choose to contribute your changes and enhancements to the
%# community by submitting them to Best Practical Solutions, LLC.)
%#
%# By intentionally submitting any modifications, corrections or
%# derivatives to this work, or any other work intended for use with
%# Request Tracker, to Best Practical Solutions, LLC, you confirm that
%# you are the copyright holder for those contributions and you grant
%# Best Practical Solutions, LLC a nonexclusive, worldwide, irrevocable,
%# royalty-free, perpetual, license to use, copy, create derivative
%# works based on those contributions, and sublicense and distribute
%# those contributions and any derivatives thereof.
%#
%# END BPS TAGGED BLOCK }}}
<& /SelfService/Elements/Header, Title => loc('Preferences') &>
<& /Elements/ListActions, actions => \@results &>
<form method="post">
<table width="100%" border="0">
<tr>
<td valign="top" class="boxcontainer" width=50%>
<&| /Widgets/TitleBox, title => loc('Locale'), id => "user-prefs-identity" &>
<table cellspacing="0" cellpadding="0">
<tr>
<td class="label"><&|/l&>Language</&>:</td>
<td class="value"><& /Elements/SelectLang, Name => 'Lang', Default => $user->Lang &></td>
</tr>
<tr>
<td class="label"><&|/l&>Timezone</&>:</td>
<td class="value"><& /Elements/SelectTimezone, Name => 'Timezone', Default => $user->Timezone &></td>
</tr>
</table>
</&>
</td>
<td valign="top">
<&| /Widgets/TitleBox, title => loc('Change password') &>
% if ( $user->__Value('Password') ne '*NO-PASSWORD*' ) {
<& /Elements/EditPassword,
User => $user,
Name => [qw(CurrentPass NewPass1 NewPass2)],
&>
% }
</&>
</td></tr></table>
<br />
<& /Elements/Submit, Label => loc('Save Changes') &>
</form>
<%INIT>
my @results;
my $user = $session{'CurrentUser'}->UserObj;
if (defined $NewPass1 && length $NewPass1 ) {
my ($status, $msg) = $user->SafeSetPassword(
Current => $CurrentPass,
New => $NewPass1,
Confirmation => $NewPass2,
);
push @results, loc("Password: [_1]", $msg);
}
my @fields = qw(
Lang Timezone
);
$m->callback(
CallbackName => 'UpdateLogic',
fields => \@fields,
results => \@results,
UserObj => $user,
ARGSRef => \%ARGS,
);
push @results, UpdateRecordObject (
AttributesRef => \@fields,
Object => $user,
ARGSRef => \%ARGS,
);
if ( $Lang ) {
$session{'CurrentUser'}->LanguageHandle($Lang);
$session{'CurrentUser'} = $session{'CurrentUser'}; # force writeback
}
if ($Signature) {
$Signature =~ s/(\r\n|\r)/\n/g;
if ($Signature ne $user->Signature) {
my ($val, $msg) = $user->SetSignature($Signature);
push (@results, "Signature: ".$msg);
}
}
#A hack to make sure that session gets rewritten.
$session{'i'}++;
</%INIT>
<%ARGS>
$Signature => undef
$CurrentPass => undef
$NewPass1 => undef
$NewPass2 => undef
$Lang => undef
</%ARGS>
|
apps/api/templates/api/index.html
|
ekivemark/bbofuser
|
{% extends "base.html" %}
{% load i18n %}
{% load staticfiles %}
{% block pretitle %}Welcome to the {% endblock %}
{% block title %}{{ settings.APPLICATION_TITLE }} API{% endblock %}
{% block extra_head %}
{% endblock %}
{% block breadcrumbs %}
<div class="container">
<ul class="breadcrumb">
<li>Home</li>
<li><a href="{% url 'api:home' %}">API</a></li>
</ul>
</div>
{% endblock %}
{% block pagename %}{{ settings.APPLICATION_TITLE }} | API{% endblock %}
{% block content %}
<div class="hero-unit">
<div class="container-fluid">
<div class="row">
<div class="col-md-8">
{% if user.is_authenticated %}
<div class="jumbotron">
<H4>Access the V1 API
<a href="{% url 'api:v1:home' %}">here</a>
</H4>
</div>
{% else %}
<div class="jumbotron">
<i class="fa fa-unlock fa-2x" style="color:green"></i><a href="{% url "subacc:device_login" %}?next=/api"><input
type="button"
class="active btn btn-large btn-success"
value="{% trans "Device Login" %}"/>
</a>
</div>
{% endif %}
<p>
The BlueButton API enables you to select the data you are interested and
retrieve it in a format you can use.
</p>
<p>
We use two formats:
<li>JSON</li>
<li>XML</li>
</p>
<p>
These are information formats that are used by popular applications across the Internet.
This makes it easier for you to extract your data and put it to use for your health.
</p>
</div>
<div class="col-md-4"><img
src="{% static 'img/layout/blue-button.png' %}"
style="height:300px">
</div>
</div>
<div class="row">
<div class="col-md-8">
</div>
</div>
</div>
</div>
{% endblock %}
|
common/nysm/files/pressdir/hauntedmuseum.html
|
mindnut/nicktest
|
<!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></head>
<title>HAUNTED MUSEUM, PUMPKIN PATCH, PARADE PLANNED AT STATE MUSEUM</title>
<div id="inputted_date">10/14/2005</div>
<body>
<div id="main">
<p>ALBANY – Using objects from its extensive collections and exhibit galleries, the New York State Museum will open its Haunted Museum Saturday and Sunday, Oct. 22 and 23; and Oct. 29 and 30, from 10 a.m. to 4 p.m. in the Student Center. </p>
<p>Admission is $5 and proceeds will go to the Museum’s after-school youth programs, which serve low-income children and depend entirely on grants and contributions. The Haunted Museum is so scary that no one under age 10 will be admitted. Children ages 12 and under must be accompanied by an adult. </p>
<p>But, this year for the first time, the Museum will also open a Pumpkin Patch for younger people and the faint of heart. Children are encouraged to wear costumes as they take part in arts and crafts, face painting and a Halloween parade through exhibit halls. The Pumpkin Patch, which costs $2 per person, will be open from noon to 4 p.m. </p>
<p>“We wanted to provide a place for people to go that is pleasant and light and fun,’’ said Truemaster Trimingham, a Museum educator and the mastermind behind the Halloween events. “The Haunted Museum definitely isn’t for everyone. ‘’</p>
<p>As guests wait to enter, stalks of corn quiver unexpectedly, “scare-acters’’ appear from nowhere and a piano plays itself. Inside, walls move and horror movies even come to life. Last year, about 900 people visited the Haunted Museum, a number expected to rise as Trimingham makes it bigger and more horrific. </p>
<p>A lifelong theme park aficionado, his hobby is traveling the country to see how parks create illusion. But Trimingham also keeps his eyes on the extensive collections and exhibits at his own workplace for props that help convert the 4,000 square foot Student Center into a hall of doom. </p>
<p>Cases full of stuffed skunks, foxes and birds are the centerpiece for a “Trophy Room,’’ in which a taxidermist shows off his handiwork. Dust-collecting medical and science texts in French and German accessorize the “Die-brary.’’ A bust that was once the head of a character in the New York City exhibit now tops a nine-foot scarecrow in the Haunted Museum’s “Scornfield.’’ Backdrops and décor from fossil </p>
<p align="center">-more-<br />-2-</p>
<p>exhibits and art shows would hardly be recognizable thanks to the macabre touches added. </p>
<p> “Coming Soon, You are Dead,’’ reads the movie marquee that invites people in at their own risk to encounter characters from “Scream,’’ “Friday the 13th’’ and other horror movies. There, visitors sit in real movie theater seats scavenged from an auditorium the Museum no longer uses. </p>
<p>Trimingham warns to watch for blood in the “Emergency Room.’’ “There’s ‘Prison Break,’’ he said. “You see a guard in a coat of armor and the prisoner. But they’ve changed places. The guard is in the electric chair. The criminal is at the controls.’’</p>
<p>A Staten Island native, Trimingham is so enthusiastic about theme parks that he took a part-time job as a Delta Airlines baggage handler in order to use the free travel to visit them. Trimingham received his Bachelor degree at the State University of New York at Albany and a Master of Education at the College of St. Rose. </p>
<p> Eight years ago, he turned down a classroom teaching job offer to become an educator at the State Museum. There, he has the creative freedom to engage students in educational projects not found in schools, including the Haunted Museum. </p>
<p>“The kids participate in some of the construction, and learn about set design and characters and building themes,’’ he said. “And, as it has all grown, they are still the first ones through it. Sometimes, if they’re really scared I take them through there with the lights on.’’</p>
<p>The New York State Museum is a cultural program of the New York State Department of Education. Founded in 1836, the Museum has the longest continuously operating state natural history research and collection survey in the U.S. Located on Madison Avenue in Albany, the Museum is open daily from 9:30 a.m. to 5 p.m. except on Thanksgiving, Christmas and New Year's Day. Admission is free. Further information can be obtained by calling (518) 474-5877 or visiting the museum website at www.nysm.nysed.gov.</p>
<p align="center"># # #</p>
</div></body>
</html>
|
kango/kango.1.3/docs/general/index.html
|
fedyk/fl.ru.am
|
<!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>General information — Kango 1.3.0 documentation</title>
<link rel="stylesheet" href="../_static/default.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '../',
VERSION: '1.3.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<link rel="top" title="Kango 1.3.0 documentation" href="../index.html" />
<link rel="next" title="Creating and Building Browser Extensions" href="creating-and-building-browser-extensions.html" />
<link rel="prev" title="KangoMessageSource" href="../api-reference/KangoMessageSource.html" />
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23673413-1']);
_gaq.push(['_trackPageview']);
</script>
</head>
<body>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="creating-and-building-browser-extensions.html" title="Creating and Building Browser Extensions"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="../api-reference/KangoMessageSource.html" title="KangoMessageSource"
accesskey="P">previous</a> |</li>
<li><a href="../index.html">Kango 1.3.0 documentation</a> »</li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body">
<div class="section" id="general-information">
<h1>General information<a class="headerlink" href="#general-information" title="Permalink to this headline">¶</a></h1>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="creating-and-building-browser-extensions.html">Creating and Building Browser Extensions</a></li>
<li class="toctree-l1"><a class="reference internal" href="content-scripts.html">Content Scripts</a></li>
<li class="toctree-l1"><a class="reference internal" href="background-scripts.html">Background Scripts</a></li>
<li class="toctree-l1"><a class="reference internal" href="icons.html">Icons</a></li>
<li class="toctree-l1"><a class="reference internal" href="popup-api.html">Popup API</a></li>
<li class="toctree-l1"><a class="reference internal" href="messaging-api.html">Messaging API</a></li>
<li class="toctree-l1"><a class="reference internal" href="autoupdating-extensions.html">Autoupdating Extensions</a></li>
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
<li class="toctree-l1"><a class="reference internal" href="samples.html">Samples</a></li>
</ul>
</div>
</div>
<div id="disqus_thread"></div>
<script type="text/javascript">
var disqus_shortname = 'kangoframework';
(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>
</div>
</div>
<div class="sphinxsidebar">
<div class="sphinxsidebarwrapper">
<h4>Previous topic</h4>
<p class="topless"><a href="../api-reference/KangoMessageSource.html"
title="previous chapter">KangoMessageSource</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="creating-and-building-browser-extensions.html"
title="next chapter">Creating and Building Browser Extensions</a></p>
<div id="searchbox" style="display: none">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<input type="text" name="q" />
<input type="submit" value="Go" />
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
<p class="searchtip" style="font-size: 90%">
Enter search terms or a module, class or function name.
</p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="../genindex.html" title="General Index"
>index</a></li>
<li class="right" >
<a href="creating-and-building-browser-extensions.html" title="Creating and Building Browser Extensions"
>next</a> |</li>
<li class="right" >
<a href="../api-reference/KangoMessageSource.html" title="KangoMessageSource"
>previous</a> |</li>
<li><a href="../index.html">Kango 1.3.0 documentation</a> »</li>
</ul>
</div>
<div class="footer">
© Copyright 2011-2013, Kango.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2b3.
</div>
<script type="text/javascript">
(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>
<script type="text/javascript">
var disqus_shortname = 'kangoframework';
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = 'http://' + disqus_shortname + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>
</body>
</html>
|
doc/html/qws.html
|
muromec/qtopia-ezx
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Window System Classes</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qpelogo.png" align="left" width="32" height="32" border="0" /></td>
<td width="1"> </td><td class="postheader" 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="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="annotated.html"><font color="#004faf">Annotated</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top"><img src="images/codeless.png" align="right" border="0" /></td></tr></table><h1 class="title">Window System Classes<br /><span class="subtitle"></span>
</h1>
<p>These classes are relevant to <a href="qtopiacore.html">Qtopia Core</a> users.</p>
<p><table width="100%" class="annotated"><tr valign="top" class="odd"><th><a href="qwsserver-keyboardfilter.html">QWSServer::KeyboardFilter</a></th><td>Base class for global keyboard event filters in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qabstractfontengine.html">QAbstractFontEngine</a></th><td>The base class for font engine plugins in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qcopchannel.html">QCopChannel</a></th><td>Communication capabilities between clients in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qcustomrasterpaintdevice.html">QCustomRasterPaintDevice</a></th><td>Provided to activate hardware accelerated paint engines in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qdecoration.html">QDecoration</a></th><td>Base class for window decorations in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qdecorationfactory.html">QDecorationFactory</a></th><td>Creates window decorations in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qdecorationplugin.html">QDecorationPlugin</a></th><td>Abstract base class for window decoration plugins in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qdirectpainter.html">QDirectPainter</a></th><td>Direct access to the underlying hardware in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qfontengineinfo.html">QFontEngineInfo</a></th><td>Describes a specific font provided by a font engine plugin</td></tr>
<tr valign="top" class="even"><th><a href="qfontengineplugin.html">QFontEnginePlugin</a></th><td>The base class for font engine factory plugins in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qkbddriverfactory.html">QKbdDriverFactory</a></th><td>Creates keyboard drivers in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qkbddriverplugin.html">QKbdDriverPlugin</a></th><td>Abstract base class for keyboard driver plugins in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qmousedriverfactory.html">QMouseDriverFactory</a></th><td>Creates mouse drivers in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qmousedriverplugin.html">QMouseDriverPlugin</a></th><td>Abstract base class for mouse driver plugins in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qrasterpaintengine.html">QRasterPaintEngine</a></th><td>Enables hardware acceleration of painting operations in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qscreen.html">QScreen</a></th><td>Base class for screen drivers in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qscreencursor.html">QScreenCursor</a></th><td>Base class for screen cursors in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qscreendriverfactory.html">QScreenDriverFactory</a></th><td>Creates screen drivers in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qscreendriverplugin.html">QScreenDriverPlugin</a></th><td>Abstract base class for screen driver plugins in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwscalibratedmousehandler.html">QWSCalibratedMouseHandler</a></th><td>Mouse calibration and noise reduction in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qwsclient.html">QWSClient</a></th><td>Encapsulates a client process in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwsembedwidget.html">QWSEmbedWidget</a></th><td>Enabels embedded top-level widgets in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qwsevent.html">QWSEvent</a></th><td>Encapsulates an event in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwsglwindowsurface.html">QWSGLWindowSurface</a></th><td>The drawing area for top-level windows in Qtopia Core on EGL/OpenGLES. It also provides the drawing area for QGLWidgets whether they are top-level windows or child widget of another QWidget</td></tr>
<tr valign="top" class="odd"><th><a href="qwsinputmethod.html">QWSInputMethod</a></th><td>International input methods in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwskeyboardhandler.html">QWSKeyboardHandler</a></th><td>Base class for keyboard drivers in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qwsmousehandler.html">QWSMouseHandler</a></th><td>Base class for mouse drivers in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwspointercalibrationdata.html">QWSPointerCalibrationData</a></th><td>Container for mouse calibration data in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qwsscreensaver.html">QWSScreenSaver</a></th><td>Base class for screensavers in Qtopia Core</td></tr>
<tr valign="top" class="even"><th><a href="qwsserver.html">QWSServer</a></th><td>Encapsulates a server process in Qtopia Core</td></tr>
<tr valign="top" class="odd"><th><a href="qwswindow.html">QWSWindow</a></th><td>Encapsulates a top-level window in Qtopia Core</td></tr>
</table></p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2008 Trolltech</td>
<td align="center"><a href="trademarks.html">Trademarks</a></td>
<td align="right"><div align="right">Qtopia 4.3.4</div></td>
</tr></table></div></address></body>
</html>
|
myodd/boost/doc/html/boost/random/lagged_fibonacci23209.html
|
FFMG/myoddweb.piger
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>Type definition lagged_fibonacci23209</title>
<link rel="stylesheet" href="../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../index.html" title="The Boost C++ Libraries BoostBook Documentation Subset">
<link rel="up" href="../../boost_random/reference.html#header.boost.random.lagged_fibonacci_hpp" title="Header <boost/random/lagged_fibonacci.hpp>">
<link rel="prev" href="lagged_fibonacci19937.html" title="Type definition lagged_fibonacci19937">
<link rel="next" href="lagged_fibonacci44497.html" title="Type definition lagged_fibonacci44497">
</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="lagged_fibonacci19937.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.lagged_fibonacci_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="lagged_fibonacci44497.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
<div class="refentry">
<a name="boost.random.lagged_fibonacci23209"></a><div class="titlepage"></div>
<div class="refnamediv">
<h2><span class="refentrytitle">Type definition lagged_fibonacci23209</span></h2>
<p>lagged_fibonacci23209</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_random/reference.html#header.boost.random.lagged_fibonacci_hpp" title="Header <boost/random/lagged_fibonacci.hpp>">boost/random/lagged_fibonacci.hpp</a>>
</span>
<span class="keyword">typedef</span> <a class="link" href="lagged_fibonacci_01_engine.html" title="Class template lagged_fibonacci_01_engine">lagged_fibonacci_01_engine</a><span class="special"><</span> <span class="keyword">double</span><span class="special">,</span> <span class="number">48</span><span class="special">,</span> <span class="number">23209</span><span class="special">,</span> <span class="number">13470</span> <span class="special">></span> <span class="identifier">lagged_fibonacci23209</span><span class="special">;</span></pre></div>
<div class="refsect1">
<a name="idm45946365093264"></a><h2>Description</h2>
<p>The specializations lagged_fibonacci607 ... lagged_fibonacci44497 use well tested lags.</p>
<p>See</p>
<p> </p>
<div class="blockquote"><blockquote class="blockquote"><p> "On the Periods of Generalized Fibonacci Recurrences", Richard P. Brent Computer Sciences Laboratory Australian National University, December 1992 </p></blockquote></div>
<p> </p>
<p>The lags used here can be found in</p>
<p> </p>
<div class="blockquote"><blockquote class="blockquote"><p> "Uniform random number generators for supercomputers", Richard Brent, Proc. of Fifth Australian Supercomputer Conference, Melbourne, Dec. 1992, pp. 704-706. </p></blockquote></div>
<p> </p>
</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 © 2000-2005 Jens Maurer<br>Copyright © 2009, 2010 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="lagged_fibonacci19937.html"><img src="../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../../boost_random/reference.html#header.boost.random.lagged_fibonacci_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="lagged_fibonacci44497.html"><img src="../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
docs/doxygen/html/_bus_form_8h.html
|
Thales1330/PSP
|
<!-- HTML header for doxygen 1.8.13-->
<!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>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Power System Platform: Project/BusForm.h File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script><script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.2/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<tr style="height: 56px;">
<td id="projectlogo"><img alt="Logo" src="logoHeader.png"/></td>
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">Power System Platform
 <span id="projectnumber">2018w15a</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div id="nav-path" class="navpath">
<ul>
<li class="navelem"><a class="el" href="dir_ffd1f789ec7bd0a45fc6ad92579c5070.html">Project</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="summary">
<a href="#nested-classes">Classes</a> </div>
<div class="headertitle">
<div class="title">BusForm.h File Reference</div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><code>#include "ElementFormBase.h"</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for BusForm.h:</div>
<div class="dyncontent">
<div class="center"><img src="_bus_form_8h__incl.png" border="0" usemap="#_project_2_bus_form_8h" alt=""/></div>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="_bus_form_8h__dep__incl.png" border="0" usemap="#_project_2_bus_form_8hdep" alt=""/></div>
<map name="_project_2_bus_form_8hdep" id="_project_2_bus_form_8hdep">
<area shape="rect" id="node2" href="_bus_8h.html" title="Project/Bus.h" alt="" coords="355,80,457,107"/>
<area shape="rect" id="node3" href="_branch_8h.html" title="Project/Branch.h" alt="" coords="147,155,265,181"/>
<area shape="rect" id="node5" href="_electric_calculation_8h.html" title="Project/ElectricCalculation.h" alt="" coords="327,304,514,331"/>
<area shape="rect" id="node12" href="_shunt_8h.html" title="Project/Shunt.h" alt="" coords="441,155,553,181"/>
<area shape="rect" id="node16" href="_workspace_8h.html" title="Project/Workspace.h" alt="" coords="733,155,877,181"/>
<area shape="rect" id="node4" href="_line_8h.html" title="Project/Line.h" alt="" coords="5,229,108,256"/>
<area shape="rect" id="node11" href="_transformer_8h.html" title="Project/Transformer.h" alt="" coords="133,229,279,256"/>
<area shape="rect" id="node6" href="_file_handing_8h.html" title="Project/FileHanding.h" alt="" coords="702,379,849,405"/>
<area shape="rect" id="node7" href="_electromechanical_8h.html" title="Project/Electromechanical.h" alt="" coords="24,379,209,405"/>
<area shape="rect" id="node8" href="_fault_8h.html" title="Project/Fault.h" alt="" coords="234,379,341,405"/>
<area shape="rect" id="node9" href="_power_flow_8h.html" title="Project/PowerFlow.h" alt="" coords="365,379,506,405"/>
<area shape="rect" id="node10" href="_text_form_8h.html" title="Project/TextForm.h" alt="" coords="530,379,663,405"/>
<area shape="rect" id="node13" href="_capacitor_8h.html" title="Project/Capacitor.h" alt="" coords="354,229,487,256"/>
<area shape="rect" id="node14" href="_inductor_8h.html" title="Project/Inductor.h" alt="" coords="512,229,636,256"/>
<area shape="rect" id="node15" href="_load_8h.html" title="Project/Load.h" alt="" coords="661,229,767,256"/>
<area shape="rect" id="node17" href="_element_data_object_8h.html" title="Project/ElementDataObject.h" alt="" coords="843,229,1033,256"/>
</map>
</div>
</div><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class  </td><td class="memItemRight" valign="bottom"><a class="el" href="class_bus_form.html">BusForm</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">Form to edit the bus power data. <a href="class_bus_form.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
</table>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
</html>
|
assets/comics/Library/details/14187.html
|
MiniSEC/MiniSEC.github.io
|
<html>
<HEAD>
<LINK REL="StyleSheet" TYPE="text/css" HREF="exportdetails_item_standard_black.css"></LINK>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<TITLE>52 #4</TITLE>
</HEAD>
<BODY onload="initPage();">
<div align="center">
<div class="navigation" align="center">
<div class="navigationline">
<div class="navlink" id="first">
<a href="14176.html">First</a>
</div>
<div class="navlink" id="prev">
<a href="14186.html">Previous</a>
</div>
<div class="navlink" id="up">
<a href="../index.html">Up</a>
</div>
<div class="navlink" id="next">
<a href="14189.html">Next</a>
</div>
<div class="navlink" id="last">
<a href="798.html">Last</a>
</div>
</div>
</div>
</div>
<div id="frontcover">
<a href="../images/14187f.jpg">
<img src="../images/14187f.jpg" class="coverimage"/>
</a>
</div>
<div id="backcover">
<a href="../images/14187b.jpg">
<img src="../images/14187b.jpg" class="coverimage"/>
</a>
</div>
<table border="0" class="opacity">
<tr>
<td id="maintitle">52 #4</td>
</tr>
<tr>
<td class="publisher">DC Comics</td>
</tr>
<tr>
<td style="padding-top:4px;">In Collection
<br/>
<span id="indexvalue">#974</span>
<div>
<span class="fieldvaluelarge">0*
</span>
</div>
</td>
</tr>
<tr>
<td class="fieldvaluelarge" style="padding-top:7px;">52 - Dances With Monsters / The History Of The Dcu Part 3</td>
</tr>
<tr>
<td class="fieldvaluelarge" style="padding-top:1px;">
<b>August 2006</b>
</td>
</tr>
<tr>
<td class="fieldvaluelarge" style="padding-top:1px;">
<b>Comic</b> 
Modern Age $2.50</td>
</tr>
<tr>
<td class="fieldvaluelarge" style="padding-top:1px;">
<b>Read It: Yes</b> 32 Pages</td>
</tr>
</table>
<br style="clear:both;"/>
<div id="notes" class="opacity">Steel is having problems, both medical and emotional. Ralph Dibney has made contact with a Kryptonian Cult with goals unknown. Renee Montoya gets some action in the stakeout she's been doing. Booster Gold is looking for Rip Hunter, sort of.</div>
<div>
<table border="0" width="100%" style="margin-top:5px;">
<tr>
<td valign="top" width="40%">
<div id="productdetails">
<table border="0" cellspacing="0" cellpadding="0" class="opacity">
<tr>
<td class="header" colspan="2">Creators</td>
</tr>
<tr>
<td>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Writer</td>
<td class="fieldvalue">Greg Rucka, Geoff Johns, Mark Waid, Grant Morrison, Dan Jurgens</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Penciller</td>
<td class="fieldvalue">Keith Giffen, Joe Bennett, Dan Jurgens</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Inker</td>
<td class="fieldvalue">Art Thibert, Jack Jadson</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Colorist</td>
<td class="fieldvalue">Alex Sinclair, Guy Major, Jeromy Cox</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Letterer</td>
<td class="fieldvalue">Rob Leigh, Nick J. Napolitano</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Cover Colorist</td>
<td class="fieldvalue">Alex Sinclair</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Cover Artist</td>
<td class="fieldvalue">J.G. Jones</td>
</tr>
<tr valign="top">
<td nowrap="1" class="fieldlabel">Editor</td>
<td class="fieldvalue">Eddie Berganza, Ivan Cohen, Stephen Wacker, Jeanine Schaefer</td>
</tr>
</td>
</tr>
</table>
</div>
</td>
<td valign="top">
<div id="productdetails">
<table border="0" cellspacing="0" cellpadding="0" class="opacity">
<tr>
<td class="header" colspan="2">Characters</td>
</tr>
<tr>
<td class="character">Anti-Monitor
<br/>Batgirl (Barbara Gordon)
<br/>Batman (Bruce Wayne)
<br/>Black Lightning (Jefferson Pierce)
<br/>Blok
<br/>Blue Beetle (Ted Kord)
<br/>Booster Gold (Michael Jon Carter)
<br/>Brainiac 5 (Querl Dox)
<br/>Bumblebee (Karen Beecher-Duncan)
<br/>Chameleon Boy (Reep Daggle)
<br/>Colossal Boy (Gim Allon)
<br/>Cyborg (Victor Stone)
<br/>Dawnstar
<br/>Dr. Fate (Kent Nelson)
<br/>Dr. Polaris (Neal Emerson)
<br/>Elongated Man (Ralph Dibny)
<br/>Fire (Beatriz da Costa)
<br/>Firebrand (Danette Reilly)
<br/>Firestorm (Ronald 'Ronnie' Raymond)
<br/>Firestorm (Jason Rusch)
<br/>Geo-Force (Brion Markov)
<br/>Green Lantern (Alan Scott)
<br/>Green Lantern (John Stewart)
<br/>Halo (Violet / Gabrielle Harper / Doe)
<br/>Harbinger (Lyla Michaels)
<br/>Hawkgirl (Shiera Sanders-Hall)
<br/>Hawkgirl (Kendra Saunders)
<br/>Hawkman (Carter Hall)
<br/>Herald (Malcom 'Mal' Duncan)
<br/>Iron (Metal Men)
<br/>Killer Frost (Crystal Frost)
<br/>Lady Quark (Tashanna)
<br/>Lois Lane-Luthor (Earth-3)
<br/>Lightning Lad (Garth Ranzz)
<br/>Lord Volt (Karak)
<br/>Alexander Luthor (Earth-3)
<br/>Martian Manhunter (J'onn J'onzz)
<br/>Mercury (Metal Men)
<br/>Metamorpho (Rex Mason)
<br/>Mon-El (Lar Gand)
<br/>Monitor
<br/>Renee Montoya
<br/>Nightwing (Dick Grayson)
<br/>Obsidian (Todd Rice)
<br/>Pariah (Kell Mossa)
<br/>Power Ring (Earth-3)
<br/>Psimon (Simon Jones)
<br/>Psycho Pirate (Roger Hayden)
<br/>Question (Charles Victor Szasz)
<br/>Robin (Jason Todd)
<br/>Saturn Girl (Imra Ardeen)
<br/>Skeets
<br/>Starfire (Koriand'r / Kory Anders)
<br/>Steel (John Henry Irons)
<br/>Sun Boy (Dirk Morgna)
<br/>Supergirl (Kara / Linda Zor-El / Lee Danvers)
<br/>Superman (Earth-2) (Kal-L / Clark Kent)
<br/>Donna Troy
<br/>Ultraman (Earth-3) (Clark Kent)
<br/>Warlord (Travis Morgan)
<br/>Wildfire (Drake Burroughs)
<br/>Wonder Girl (Cassandra 'Cassie' Sandsmark)
<br/>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td valign="top">
<p></p>
<div id="productdetails">
<table border="0" cellspacing="0" cellpadding="0" class="opacity">
<tr>
<td class="header" colspan="2">Product Details</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Genre</td>
<td class="fieldvalue">Action, Adventure, Super-Heroes</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Color</td>
<td class="fieldvalue">Color</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Barcode</td>
<td class="fieldvalue">76194125243800411</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Country</td>
<td class="fieldvalue">USA</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Language</td>
<td class="fieldvalue">English</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Release Date</td>
<td class="fieldvalue">August 2006</td>
</tr>
</table>
</div>
</td>
<td valign="top">
<p></p>
<div id="personaldetails">
<table border="0" cellspacing="0" cellpadding="0" class="opacity">
<tr>
<td class="header" colspan="2">Personal Details</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Collection Status</td>
<td class="fieldvalue">In Collection</td>
</tr>
<tr valign="top">
<td class="fieldlabel" width="10%" nowrap="1">Links</td>
<td class="fieldvalue">
<a href="http://connect.collectorz.com/comics/database/52/4-128451" class="link">52 #4 at Comic Collector Connect</a>
<br/>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<p></p>
</div>
</BODY>
</html>
|
vpa133/content/DSC07554_1_large.html
|
sabotai/sabotai.github.io
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="Keywords" content="photography,software,photos,digital darkroom,gallery,image,photographer,adobe,photoshop,lightroom" >
<meta name="generator" content="Adobe Photoshop Lightroom" >
<title>Site Title</title>
<link rel="stylesheet" type="text/css" media="screen" title="Custom Settings" href="./custom.css" >
<link rel="stylesheet" type="text/css" media="screen" title="Custom Settings" href="../resources/css/master.css" >
<script type="text/javascript">
window.AgMode = "publish";
cellRolloverColor="#A1A1A1";
cellColor="#949494";
</script>
<script type="text/javascript" src="../resources/js/live_update.js">
</script>
<!--[if lt IE 7.]> <script defer type="text/javascript" src="../resources/js/pngfix.js"></script> <![endif]-->
<!--[if gt IE 6]> <link rel="stylesheet" href="../resources/css/ie7.css"></link> <![endif]-->
<!--[if lt IE 7.]> <link rel="stylesheet" href="../resources/css/ie6.css"></link> <![endif]-->
</head>
<body>
<div id="wrapper_large">
<div id="sitetitle">
<h1 onclick="clickTarget( this, 'metadata.siteTitle.value' );" id="metadata.siteTitle.value" class="textColor">Site Title</h1>
</div>
<div id="collectionHeader">
<h1 onclick="clickTarget( this, 'metadata.groupTitle.value' );" id="metadata.groupTitle.value" class="textColor">My Photographs</h1>
<p onclick="clickTarget( this, 'metadata.groupDescription.value' );" id="metadata.groupDescription.value" class="textColor">Web Photo Gallery created by Adobe Lightroom.</p>
</div>
<div id="stage2">
<div id="previewFull" class="borderTopLeft borderBottomRight">
<div id="detailTitle" class="detailText">
</div>
<div class="detailNav">
<ul>
<li class="previous"> <a class="paginationLinks detailText" href="../content/DSC07554_large.html">Previous</a> </li>
<li class="index"> <a href="../index_2.html" class="detailLinks detailText">Index</a> </li>
<li class="next"> <a class="paginationLinks detailText" href="../content/DSC07575_large.html">Next</a> </li>
</ul>
</div>
<a href="../index_2.html">
<div style="margin-left:17px;">
<div class="dropShadow">
<div class="inner">
<img src="images/large/DSC07554_1.jpg"
class="previewFullImage preview"
id="previewImage"
alt=""
onclick="var node=parentNode.parentNode.parentNode.parentNode; if( node.click ) { return node.click(); } else { return true; }">
</div>
</div>
</div>
</a>
<div style="clear:both; height:5px"></div>
<div id="detailCaption" class="detailText">
</div>
</div>
</div>
<div class="clear">
</div>
<div id="contact">
<a href="mailto:user@domain"> <p
class="textColor" id="metadata.contactInfo.value">Contact Name</p>
</a>
</div>
<div class="clear">
</div>
</div>
</body>
</html>
|
Joomla-Platform/Registry/_libraries---joomla---registry---format---ini.php.html
|
asika32764/Joomla-CMS-API-Document
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs for page ini.php</title>
<link rel="stylesheet" href="../../media/stylesheet.css" />
<script src="../../media/lib/classTree.js"></script>
<script language="javascript" type="text/javascript">
var imgPlus = new Image();
var imgMinus = new Image();
imgPlus.src = "../../media/images/plus.png";
imgMinus.src = "../../media/images/minus.png";
function showNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgMinus.src;
oTable.style.display = "block";
}
function hideNode(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
var oImg = document.layers["img" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
var oImg = document.all["img" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
var oImg = document.getElementById("img" + Node);
break;
}
oImg.src = imgPlus.src;
oTable.style.display = "none";
}
function nodeIsVisible(Node){
switch(navigator.family){
case 'nn4':
// Nav 4.x code fork...
var oTable = document.layers["span" + Node];
break;
case 'ie4':
// IE 4/5 code fork...
var oTable = document.all["span" + Node];
break;
case 'gecko':
// Standards Compliant code fork...
var oTable = document.getElementById("span" + Node);
break;
}
return (oTable && oTable.style.display == "block");
}
function toggleNodeVisibility(Node){
if (nodeIsVisible(Node)){
hideNode(Node);
}else{
showNode(Node);
}
}
</script>
</head>
<body>
<div class="page-body">
<h2 class="file-name"><img src="../../media/images/Page_logo.png" alt="File" style="vertical-align: middle">/libraries/joomla/registry/format/ini.php</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-classes">Classes</a>
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">copyright:</span> Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.</li>
<li><span class="field">filesource:</span> <a href="../../filesource/fsource_Joomla-Platform_Registry_librariesjoomlaregistryformatini.php.html">Source Code for this file</a></li>
<li><span class="field">license:</span> GNU</li>
</ul>
</div>
</div>
<a name="sec-classes"></a>
<div class="info-box">
<div class="info-box-title">Classes</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Classes</span>
</div>
<div class="info-box-body">
<table cellpadding="2" cellspacing="0" class="class-table">
<tr>
<th class="class-table-header">Class</th>
<th class="class-table-header">Description</th>
</tr>
<tr>
<td style="padding-right: 2em; vertical-align: top; white-space: nowrap">
<img src="../../media/images/Class.png"
alt=" class"
title=" class"/>
<a href="../../Joomla-Platform/Registry/JRegistryFormatINI.html">JRegistryFormatINI</a>
</td>
<td>
INI format handler for JRegistry.
</td>
</tr>
</table>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Tue, 19 Nov 2013 15:05:33 +0100 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.4.3</a>
</p>
</div></body>
</html>
|
assets/python-lastfm-master/docs/lastfm.error.ServiceOfflineError-class.html
|
rishirajsinghjhelumi/Entity-Mining
|
<?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>lastfm.error.ServiceOfflineError</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="lastfm-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="http://code.google.com/p/python-lastfm/">python-lastfm</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="lastfm-module.html">Package lastfm</a> ::
<a href="lastfm.error-module.html" onclick="show_private();">Module error</a> ::
Class ServiceOfflineError
</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="lastfm.error.ServiceOfflineError-class.html"
target="_top">no frames</a>]</span></td></tr>
</table>
</td>
</tr>
</table>
<!-- ==================== CLASS DESCRIPTION ==================== -->
<h1 class="epydoc">Class ServiceOfflineError</h1><p class="nomargin-top"><span class="codelink"><a href="lastfm.error-pysrc.html#ServiceOfflineError">source code</a></span></p>
<pre class="base-tree">
object --+
|
exceptions.BaseException --+
|
exceptions.Exception --+
|
<a href="lastfm.error.LastfmError-class.html">LastfmError</a> --+
|
<strong class="uidshort">ServiceOfflineError</strong>
</pre>
<hr />
<!-- ==================== 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 colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.Exception</code></b>:
<code>__new__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>__delattr__</code>,
<code>__getattribute__</code>,
<code>__getitem__</code>,
<code>__getslice__</code>,
<code>__reduce__</code>,
<code>__repr__</code>,
<code>__setattr__</code>,
<code>__setstate__</code>,
<code>__unicode__</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__format__</code>,
<code>__hash__</code>,
<code>__reduce_ex__</code>,
<code>__sizeof__</code>,
<code>__subclasshook__</code>
</p>
</td>
</tr>
<tr bgcolor="#e8f0f8" >
<th colspan="2" class="group-header"
> Inherited from <a href="lastfm.error.LastfmError-class.html">LastfmError</a></th></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="lastfm.error.LastfmError-class.html#__init__" class="summary-sig-name">__init__</a>(<span class="summary-sig-arg">self</span>,
<span class="summary-sig-arg">message</span>=<span class="summary-sig-default">None</span>,
<span class="summary-sig-arg">code</span>=<span class="summary-sig-default">None</span>)</span><br />
x.__init__(...) initializes x; see x.__class__.__doc__ for signature</td>
<td align="right" valign="top">
<span class="codelink"><a href="lastfm.error-pysrc.html#LastfmError.__init__">source code</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="lastfm.error.LastfmError-class.html#__str__" class="summary-sig-name">__str__</a>(<span class="summary-sig-arg">self</span>)</span><br />
str(x)</td>
<td align="right" valign="top">
<span class="codelink"><a href="lastfm.error-pysrc.html#LastfmError.__str__">source code</a></span>
</td>
</tr>
</table>
</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 colspan="2" class="summary">
<p class="indent-wrapped-lines"><b>Inherited from <code>exceptions.BaseException</code></b>:
<code>args</code>
</p>
<p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
<code>__class__</code>
</p>
</td>
</tr>
<tr bgcolor="#e8f0f8" >
<th colspan="2" class="group-header"
> Inherited from <a href="lastfm.error.LastfmError-class.html">LastfmError</a></th></tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="lastfm.error.LastfmError-class.html#code" class="summary-name">code</a>
</td>
</tr>
<tr>
<td width="15%" align="right" valign="top" class="summary">
<span class="summary-type"> </span>
</td><td class="summary">
<a href="lastfm.error.LastfmError-class.html#message" class="summary-name">message</a>
</td>
</tr>
</table>
<!-- ==================== NAVIGATION BAR ==================== -->
<table class="navbar" border="0" width="100%" cellpadding="0"
bgcolor="#a0c0ff" cellspacing="0">
<tr valign="middle">
<!-- Home link -->
<th> <a
href="lastfm-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="http://code.google.com/p/python-lastfm/">python-lastfm</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 Tue Mar 10 11:14:34 2009
</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>
|
doc/source/html/group__l4__error__api.html
|
MicroTrustRepos/microkernel
|
<html>
<head>
<title>L4Re Reference Manual</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</HEAD>
<body style="background: #fff url(header-bg.png) repeat-x scroll 0 0">
<div>
<div style="text-align: center; margin-bottom: 10px; border-width: 0 0 1px 0; border-color: #000; border-style: solid">
L4Re - L4 Runtime Environment
</div>
<!-- Generated by Doxygen 1.7.1 -->
<script type="text/javascript">
function hasClass(ele,cls) {
return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}
function addClass(ele,cls) {
if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}
function removeClass(ele,cls) {
if (hasClass(ele,cls)) {
var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
ele.className=ele.className.replace(reg,' ');
}
}
function toggleVisibility(linkObj) {
var base = linkObj.getAttribute('id');
var summary = document.getElementById(base + '-summary');
var content = document.getElementById(base + '-content');
var trigger = document.getElementById(base + '-trigger');
if ( hasClass(linkObj,'closed') ) {
summary.style.display = 'none';
content.style.display = 'block';
trigger.src = 'open.png';
removeClass(linkObj,'closed');
addClass(linkObj,'opened');
} else if ( hasClass(linkObj,'opened') ) {
summary.style.display = 'block';
content.style.display = 'none';
trigger.src = 'closed.png';
removeClass(linkObj,'opened');
addClass(linkObj,'closed');
}
return false;
}
</script>
<div class="navigation" id="top">
<div class="tabs">
<ul class="tablist">
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="pages.html"><span>Related Pages</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>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
</div>
<div class="header">
<div class="summary">
<a href="#enum-members">Enumerations</a> </div>
<div class="headertitle">
<h1>Error codes<br/>
<small>
[<a class="el" href="group__l4__api.html">Base API</a>]</small>
</h1> </div>
</div>
<div class="contents">
<p>Common error codes.
<a href="#_details">More...</a></p>
<p><div id="dynsection-0" onclick="return toggleVisibility(this)" class="dynheader closed" style="cursor:pointer;">
<img id="dynsection-0-trigger" src="closed.png"/> Collaboration diagram for Error codes:</div>
<div id="dynsection-0-summary" class="dynsummary" style="display:block;">
</div>
<div id="dynsection-0-content" class="dyncontent" style="display:none;">
<center><table><tr><td><img src="group__l4__error__api.png" border="0" alt="" usemap="#group____l4____error____api"/>
<map name="group____l4____error____api" id="group____l4____error____api">
<area shape="rect" id="node2" href="group__l4__api.html" title="Interfaces for all kinds of base functionality." alt="" coords="7,5,84,35"/></map>
</td></tr></table></center>
</div>
</p>
<table class="memberdecls">
<tr><td colspan="2"><h2><a name="enum-members"></a>
Enumerations</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top">enum </td><td class="memItemRight" valign="bottom"><a class="el" href="group__l4__error__api.html#gab4c8abc71ffa221a25c1ca5840a354f9">l4_error_code_t</a> { <br/>
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9aca91ea3bdb5bd82f63784ee66b489d5e">L4_EOK</a> = 0,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9ae679aa95cfccf769e6d8e7ddb746fdc8">L4_EPERM</a> = 1,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a07b47154e30565336b80271b9f2ffcb4">L4_ENOENT</a> = 2,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9abf18baaba897b65a370e903268cbac91">L4_EIO</a> = 5,
<br/>
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9ad0af5659bdc7c7a0b3ac3a749d0da8e7">L4_EAGAIN</a> = 11,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9af7f5d38973fbf298613b03a088541e27">L4_ENOMEM</a> = 12,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a2be800d1eeaa31cce3f272e2b45c2400">L4_EACCESS</a> = 13,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a6e966af53c8cc82f6bcd1464d957d47f">L4_EBUSY</a> = 16,
<br/>
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a0230b4251e0ab6c7bf80054fb55465bb">L4_EEXIST</a> = 17,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a96c4464d149a63301a5314ecd1ff53d9">L4_ENODEV</a> = 19,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a54ddbebc30b661c87177b968a77588b8">L4_EINVAL</a> = 22,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a226d93ada42b58951cfe40102ae169c8">L4_ERANGE</a> = 34,
<br/>
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a90c12e88a6083af2fb30630dc6786d53">L4_ENAMETOOLONG</a> = 36,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a29002561c97b1d3664caf3b0fe120553">L4_ENOSYS</a> = 38,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9afaebb9a6af2e5bb94216533d8e4988bf">L4_EBADPROTO</a> = 39,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9ae4960cbc3e60329260f4a17af3694d63">L4_EADDRNOTAVAIL</a> = 99,
<br/>
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a9fc9d6b67edd89d4a2fea25cdb43ef9f">L4_ERRNOMAX</a> = 100,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a680679fbebc1e0ac1f9ec607c43319e0">L4_ENOREPLY</a> = 1000,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9abca9ec6a352a4bc8856751834d732ef6">L4_EIPC_LO</a> = 2000,
<a class="el" href="group__l4__error__api.html#ggab4c8abc71ffa221a25c1ca5840a354f9a325defb4d4674d9a9492ba83f27b0855">L4_EIPC_HI</a> = 2000 + 0x1f
<br/>
}</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight"><p><a class="el" href="namespaceL4.html" title="L4 low-level kernel interface.">L4</a> error codes. </p>
<a href="group__l4__error__api.html#gab4c8abc71ffa221a25c1ca5840a354f9">More...</a><br/></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p>Common error codes. </p>
<p><code>#include <<a class="el" href="err_8h_source.html" title="Error codes.">l4/sys/err.h</a>></code> </p>
<hr/><h2>Enumeration Type Documentation</h2>
<a class="anchor" id="gab4c8abc71ffa221a25c1ca5840a354f9"></a><!-- doxytag: member="err.h::l4_error_code_t" ref="gab4c8abc71ffa221a25c1ca5840a354f9" args="" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">enum <a class="el" href="group__l4__error__api.html#gab4c8abc71ffa221a25c1ca5840a354f9">l4_error_code_t</a></td>
</tr>
</table>
</div>
<div class="memdoc">
<p><a class="el" href="namespaceL4.html" title="L4 low-level kernel interface.">L4</a> error codes. </p>
<p>Those error codes are used by both the kernel and the user programs. </p>
<dl><dt><b>Enumerator: </b></dt><dd><table border="0" cellspacing="2" cellpadding="0">
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9aca91ea3bdb5bd82f63784ee66b489d5e"></a><!-- doxytag: member="L4_EOK" ref="ggab4c8abc71ffa221a25c1ca5840a354f9aca91ea3bdb5bd82f63784ee66b489d5e" args="" -->L4_EOK</em> </td><td>
<p>Ok. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9ae679aa95cfccf769e6d8e7ddb746fdc8"></a><!-- doxytag: member="L4_EPERM" ref="ggab4c8abc71ffa221a25c1ca5840a354f9ae679aa95cfccf769e6d8e7ddb746fdc8" args="" -->L4_EPERM</em> </td><td>
<p>No permission. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a07b47154e30565336b80271b9f2ffcb4"></a><!-- doxytag: member="L4_ENOENT" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a07b47154e30565336b80271b9f2ffcb4" args="" -->L4_ENOENT</em> </td><td>
<p>No such entity. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9abf18baaba897b65a370e903268cbac91"></a><!-- doxytag: member="L4_EIO" ref="ggab4c8abc71ffa221a25c1ca5840a354f9abf18baaba897b65a370e903268cbac91" args="" -->L4_EIO</em> </td><td>
<p>I/O error. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9ad0af5659bdc7c7a0b3ac3a749d0da8e7"></a><!-- doxytag: member="L4_EAGAIN" ref="ggab4c8abc71ffa221a25c1ca5840a354f9ad0af5659bdc7c7a0b3ac3a749d0da8e7" args="" -->L4_EAGAIN</em> </td><td>
<p>Try again. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9af7f5d38973fbf298613b03a088541e27"></a><!-- doxytag: member="L4_ENOMEM" ref="ggab4c8abc71ffa221a25c1ca5840a354f9af7f5d38973fbf298613b03a088541e27" args="" -->L4_ENOMEM</em> </td><td>
<p>No memory. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a2be800d1eeaa31cce3f272e2b45c2400"></a><!-- doxytag: member="L4_EACCESS" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a2be800d1eeaa31cce3f272e2b45c2400" args="" -->L4_EACCESS</em> </td><td>
<p>Permission denied. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a6e966af53c8cc82f6bcd1464d957d47f"></a><!-- doxytag: member="L4_EBUSY" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a6e966af53c8cc82f6bcd1464d957d47f" args="" -->L4_EBUSY</em> </td><td>
<p>Object currently busy, try later. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a0230b4251e0ab6c7bf80054fb55465bb"></a><!-- doxytag: member="L4_EEXIST" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a0230b4251e0ab6c7bf80054fb55465bb" args="" -->L4_EEXIST</em> </td><td>
<p>Already exists. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a96c4464d149a63301a5314ecd1ff53d9"></a><!-- doxytag: member="L4_ENODEV" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a96c4464d149a63301a5314ecd1ff53d9" args="" -->L4_ENODEV</em> </td><td>
<p>No such thing. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a54ddbebc30b661c87177b968a77588b8"></a><!-- doxytag: member="L4_EINVAL" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a54ddbebc30b661c87177b968a77588b8" args="" -->L4_EINVAL</em> </td><td>
<p>Invalid argument. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a226d93ada42b58951cfe40102ae169c8"></a><!-- doxytag: member="L4_ERANGE" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a226d93ada42b58951cfe40102ae169c8" args="" -->L4_ERANGE</em> </td><td>
<p>Range error. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a90c12e88a6083af2fb30630dc6786d53"></a><!-- doxytag: member="L4_ENAMETOOLONG" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a90c12e88a6083af2fb30630dc6786d53" args="" -->L4_ENAMETOOLONG</em> </td><td>
<p>Name too long. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a29002561c97b1d3664caf3b0fe120553"></a><!-- doxytag: member="L4_ENOSYS" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a29002561c97b1d3664caf3b0fe120553" args="" -->L4_ENOSYS</em> </td><td>
<p>No sys. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9afaebb9a6af2e5bb94216533d8e4988bf"></a><!-- doxytag: member="L4_EBADPROTO" ref="ggab4c8abc71ffa221a25c1ca5840a354f9afaebb9a6af2e5bb94216533d8e4988bf" args="" -->L4_EBADPROTO</em> </td><td>
<p>Unsupported protocol. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9ae4960cbc3e60329260f4a17af3694d63"></a><!-- doxytag: member="L4_EADDRNOTAVAIL" ref="ggab4c8abc71ffa221a25c1ca5840a354f9ae4960cbc3e60329260f4a17af3694d63" args="" -->L4_EADDRNOTAVAIL</em> </td><td>
<p>Address not available. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a9fc9d6b67edd89d4a2fea25cdb43ef9f"></a><!-- doxytag: member="L4_ERRNOMAX" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a9fc9d6b67edd89d4a2fea25cdb43ef9f" args="" -->L4_ERRNOMAX</em> </td><td>
<p>Maximum error value. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a680679fbebc1e0ac1f9ec607c43319e0"></a><!-- doxytag: member="L4_ENOREPLY" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a680679fbebc1e0ac1f9ec607c43319e0" args="" -->L4_ENOREPLY</em> </td><td>
<p>No reply. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9abca9ec6a352a4bc8856751834d732ef6"></a><!-- doxytag: member="L4_EIPC_LO" ref="ggab4c8abc71ffa221a25c1ca5840a354f9abca9ec6a352a4bc8856751834d732ef6" args="" -->L4_EIPC_LO</em> </td><td>
<p>Communication error-range low. </p>
</td></tr>
<tr><td valign="top"><em><a class="anchor" id="ggab4c8abc71ffa221a25c1ca5840a354f9a325defb4d4674d9a9492ba83f27b0855"></a><!-- doxytag: member="L4_EIPC_HI" ref="ggab4c8abc71ffa221a25c1ca5840a354f9a325defb4d4674d9a9492ba83f27b0855" args="" -->L4_EIPC_HI</em> </td><td>
<p>Communication error-range high. </p>
</td></tr>
</table>
</dd>
</dl>
<p>Definition at line <a class="el" href="err_8h_source.html#l00041">41</a> of file <a class="el" href="err_8h_source.html">err.h</a>.</p>
</div>
</div>
</div>
<div style="background-color: #fff; border-width: 1px 0 0 0; border-color: #000; border-style: solid; text-align: center; margin-top: 10px">
L4Re - L4 Runtime Environment
</div>
</div>
</body>
</html>
|
catkin_ws/Reports/manhat_20fold/scale/scale21.html
|
MarcGroef/ros-vision
|
<!DOCTYPE html>
<html>
<h1>scale21</h1>
<p> BOLD: 1/1 correct and 0/1false</p>
<p> SIFT: 0/0 correct and 0/0false</p><br>
<img src = "../../../BVD_M01/scale/scale21.jpg" alt = "scale21.html" style= " width:320px;height:240px;"> <h1> Falsely compared to: </h1><br>
</html>
|
docs/javadoc/com/sun/btrace/Profiler.html
|
bohrqiu/btrace
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_20-ea) on Fri Jul 04 18:09:52 CEST 2014 -->
<title>Profiler</title>
<meta name="date" content="2014-07-04">
<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="Profiler";
}
}
catch(err) {
}
//-->
var methods = {"i0":6,"i1":6,"i2":6,"i3":10,"i4":6};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],4:["t3","Abstract Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sun/btrace/BTraceUtils.Time.html" title="class in com.sun.btrace"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/sun/btrace/Profiler.MBeanValueProvider.html" title="interface in com.sun.btrace"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sun/btrace/Profiler.html" target="_top">Frames</a></li>
<li><a href="Profiler.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><a href="#nested.class.summary">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.sun.btrace</div>
<h2 title="Class Profiler" class="title">Class Profiler</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li>com.sun.btrace.Profiler</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>public abstract class <span class="typeNameLabel">Profiler</span>
extends java.lang.Object</pre>
<div class="block">Profiler is a highly specialized aggregation-like data collector optimized
for high-speed collection of the application execution call tree data.
<br/><br/>
<note>It is exposable as MBean via <a href="../../../com/sun/btrace/annotations/Property.html" title="annotation in com.sun.btrace.annotations">Property</a> annotation</note></div>
<dl>
<dt><span class="simpleTagLabel">Since:</span></dt>
<dd>1.2</dd>
<dt><span class="simpleTagLabel">Author:</span></dt>
<dd>Jaroslav Bachorik</dd>
</dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested.class.summary">
<!-- -->
</a>
<h3>Nested Class Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Class and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static interface </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.MBeanValueProvider.html" title="interface in com.sun.btrace">Profiler.MBeanValueProvider</a></span></code>
<div class="block">Helper interface to make accessing a <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a> as an MBean
type safe.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.Record.html" title="class in com.sun.btrace">Profiler.Record</a></span></code>
<div class="block">Record represents an atomic unit in the application execution call tree</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static class </code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a></span></code>
<div class="block">Snapshot is an immutable image of the current profiling data collected
by the <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a>
<br/><br/>
It is created by calling <a href="../../../com/sun/btrace/Profiler.html#snapshot--">snapshot()</a> method</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#START_TIME">START_TIME</a></span></code>
<div class="block">This property exposes the time of creating this particular <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a> instance.</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#Profiler--">Profiler</a></span>()</code>
<div class="block">Creates a new <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a> instance</div>
</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t3" class="tableTab"><span><a href="javascript:show(4);">Abstract Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#recordEntry-java.lang.String-">recordEntry</a></span>(java.lang.String blockName)</code>
<div class="block">Records the event of entering an execution unit (eg.</div>
</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#recordExit-java.lang.String-long-">recordExit</a></span>(java.lang.String blockName,
long duration)</code>
<div class="block">Records the event of exiting an execution unit (eg.</div>
</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code>abstract void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#reset--">reset</a></span>()</code>
<div class="block">Resets all the collected data</div>
</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code><a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#snapshot--">snapshot</a></span>()</code>
<div class="block">Creates an immutable snapshot of the collected profiling data</div>
</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>abstract <a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../com/sun/btrace/Profiler.html#snapshot-boolean-">snapshot</a></span>(boolean reset)</code>
<div class="block">Creates an immutable snapshot of the collected profiling data.<br/>
Makes it possible to reset the profiler after creating the snapshot, eventually</div>
</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="START_TIME">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>START_TIME</h4>
<pre>public final long START_TIME</pre>
<div class="block">This property exposes the time of creating this particular <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a> instance.
<br/>
The unit is milliseconds.</div>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="Profiler--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>Profiler</h4>
<pre>public Profiler()</pre>
<div class="block">Creates a new <a href="../../../com/sun/btrace/Profiler.html" title="class in com.sun.btrace">Profiler</a> instance</div>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="recordEntry-java.lang.String-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>recordEntry</h4>
<pre>public abstract void recordEntry(java.lang.String blockName)</pre>
<div class="block">Records the event of entering an execution unit (eg. method)<br/>
Must be paired with a call to <a href="../../../com/sun/btrace/Profiler.html#recordExit-java.lang.String-long-">recordExit(java.lang.String, long)</a>
with the same blockName, eventually</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>blockName</code> - The execution unit identifier (eg. method FQN)</dd>
</dl>
</li>
</ul>
<a name="recordExit-java.lang.String-long-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>recordExit</h4>
<pre>public abstract void recordExit(java.lang.String blockName,
long duration)</pre>
<div class="block">Records the event of exiting an execution unit (eg. method)<br/>
Must be preceded by a call to <a href="../../../com/sun/btrace/Profiler.html#recordEntry-java.lang.String-">recordEntry(java.lang.String)</a>
with the same blockName</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>blockName</code> - The execution unit identifier (eg. method FQN)</dd>
<dd><code>duration</code> - Invocation duration in nanoseconds</dd>
</dl>
</li>
</ul>
<a name="snapshot--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>snapshot</h4>
<pre>public final <a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a> snapshot()</pre>
<div class="block">Creates an immutable snapshot of the collected profiling data</div>
<dl>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Returns the immutable <a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a> instance</dd>
</dl>
</li>
</ul>
<a name="snapshot-boolean-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>snapshot</h4>
<pre>public abstract <a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a> snapshot(boolean reset)</pre>
<div class="block">Creates an immutable snapshot of the collected profiling data.<br/>
Makes it possible to reset the profiler after creating the snapshot, eventually</div>
<dl>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>reset</code> - Signals the profiler to perform reset right after getting the snapshot (in an atomic transaction)</dd>
<dt><span class="returnLabel">Returns:</span></dt>
<dd>Returns the immutable <a href="../../../com/sun/btrace/Profiler.Snapshot.html" title="class in com.sun.btrace">Profiler.Snapshot</a> instance</dd>
</dl>
</li>
</ul>
<a name="reset--">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>reset</h4>
<pre>public abstract void reset()</pre>
<div class="block">Resets all the collected data</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../index-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../com/sun/btrace/BTraceUtils.Time.html" title="class in com.sun.btrace"><span class="typeNameLink">Prev Class</span></a></li>
<li><a href="../../../com/sun/btrace/Profiler.MBeanValueProvider.html" title="interface in com.sun.btrace"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?com/sun/btrace/Profiler.html" target="_top">Frames</a></li>
<li><a href="Profiler.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><a href="#nested.class.summary">Nested</a> | </li>
<li><a href="#field.summary">Field</a> | </li>
<li><a href="#constructor.summary">Constr</a> | </li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li><a href="#field.detail">Field</a> | </li>
<li><a href="#constructor.detail">Constr</a> | </li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
wp-content/themes/esteem/style.css
|
Dwinejr/Syscontrol
|
/*
Theme Name: Esteem
Theme URI: http://themegrill.com/themes/esteem/
Author: ThemeGrill
Author URI: http://themegrill.com
Description: Esteem is a clean multipurpose responsive WordPress theme designed to fit business, portfolio, blogging or any type of site. The theme supports custom header, custom background, custom widgets, page templates and has built in options panel to configure primary color, site logo, slider, sidebar layout and 3 blog layout. It's also fully compatible with popular plugins like contact Form 7, WP PageNavi and Breadcrumb Navxt and is translation ready. Get free support at http://themegrill.com/support-forum/ and check the demo at http://demo.themegrill.com/esteem/.
Version: 1.3.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, white, two-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-background, custom-menu, custom-colors, sticky-post, threaded-comments, translation-ready, featured-images, theme-options, post-formats
Text Domain: esteem
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
background: #eaeaea;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
th, td {
border: 1px solid #eaeaea;
padding: 6px 10px;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
}
/* clearfix hack */
.clearfix:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.clearfix {
display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
height:1%;
}
.clearfix {
display: block;
}
/* close commented backslash hack */
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #777777;
font-family: 'Arial', sans-serif;
font-size: 14px;
line-height: 1.5;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
font-family: 'Arial', sans-serif;
color: #333333;
}
h1 {
font-size: 30px;
line-height: 36px;
}
h2 {
font-size: 28px;
line-height: 35px;
}
h3{
font-size: 26px;
line-height: 32px;
}
h4 {
font-size: 24px;
line-height: 30px;
}
h5 {
font-size: 22px;
line-height: 28px;
}
h6 {
font-size: 20px;
line-height: 25px;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* Text elements */
p {
margin-bottom: 0.7rem;
}
ul, ol {
list-style: none outside none;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
ol {
list-style: decimal outside none;
}
.post .entry-content ul, .page .entry-content ul {
list-style: disc;
}
.post .entry-content ul, .post .entry-content ol,
.page .entry-content ul, .page .entry-content ol {
margin: 0 0 20px 20px;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
border-width: 1px 1px 1px 3px;
border-style: solid;
border-color: #eaeaea #eaeaea #eaeaea #ED564B;
margin-bottom: 20px;
padding: 20px;
font-style: italic;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
text-align: center;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
vertical-align: top;
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #ED564B;
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
border: 0 none;
color: #FFFFFF;
padding: 9px 10px 7px;
transition: all 0.3s ease-out 0s;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
background-color: #2F343A;
transition: all 0.3s ease-out 0s;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
background-color: #F8F8F8;
padding: 6px;
width: 98%;
background-color: #F8F8F8;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
}
/* Links */
a {
color: #ED564B;
text-decoration: none;
}
a:visited {
color: #ED564B;
}
a:hover,
a:focus,
a:active {
color: #ED564B;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
clear: both;
display: block;
float: right;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation li a {
display: block;
text-decoration: none;
color: #2c2c2c;
}
.main-navigation ul ul {
display:none;
float: left;
position: absolute;
top: 8.8rem;
left: 0;
z-index: 99999;
border-top: 4px solid #ED564B;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
width: 145px;
background-color: #fff;
padding: 6px 10px;
border-right: 1px solid #DFDFDF;
border-left: 1px solid #DFDFDF;
border-bottom: 1px solid #DFDFDF;
}
.main-navigation li:hover > a {
color: #ED564B;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current-menu-ancestor > a{
color: #ED564B;
}
/* Small menu */
.menu-toggle {
display: none;
cursor: pointer;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* =WordPress Gallery Support
----------------------------------------------- */
.gallery {
margin: 0 auto 15px;
}
.gallery-item {
display: inline-block;
padding: 15px 2%;
text-align: center;
vertical-align: top;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item {
padding: 15px 1%;
}
.gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item,
.gallery-columns-8 .gallery-item,
.gallery-columns-9 .gallery-item {
padding: 10px 0.5%;
}
.gallery-columns-2 .gallery-item { width:50%; }
.gallery-columns-3 .gallery-item { width:33.33%; }
.gallery-columns-4 .gallery-item { width:25%; }
.gallery-columns-5 .gallery-item { width:20%; }
.gallery-columns-6 .gallery-item { width:16.66%; }
.gallery-columns-7 .gallery-item { width:14.28%; }
.gallery-columns-8 .gallery-item { width:12.5%; }
.gallery-columns-9 .gallery-item { width:11.11%; }
.gallery-icon img {
margin: 0 auto;
}
.gallery .gallery-caption {
font-size: 12px;
line-height: 1.2;
padding-top: 5px;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
#respond label {
display: block;
margin-bottom: 3px
}
#respond p {
margin-bottom: 1rem;
}
.comment-body {
padding: 24px 0;
display: inline-block;
width: 100%;
}
.comment-author {
float: left;
max-width: 74px;
}
.comment-metadata, .comment-awaiting-moderation, .comment-content, .comment-list .reply {
float: right;
width: calc(100% - 124px);
word-wrap: break-word;
}
.comment-metadata {
margin-bottom: 20px;
}
.comment-content p {
margin-bottom: 20px;
}
.says {
display: none;
}
.comment-author .fn {
word-wrap: break-word;
font-weight: normal;
}
input[type="password"] {
width: 50%;
}
.comment-content ul {
list-style: square outside none;
}
.comment-content ul, .comment-content ol {
margin: 0 0 20px 20px;
}
.comments-title{
font-size: 28px;
line-height: 35px;
}
/* =SEARCH WIDGET
----------------------------------------------- */
#search-submit {
display: none;
}
#masthead input.s {
width: 150px;
}
#search-form span {
background-color: #0FBE7C;
height: 32px;
width: 30px;
line-height: 40px;
margin-left: -2px;
color: #FFFFFF;
position: absolute;
text-align: center;
}
#masthead .search-wrap {
position: relative;
}
#masthead .search-wrap span {
right: 1px;
}
/* =BODY
----------------------------------------------- */
body {
padding-top: 40px;
padding-bottom: 30px;
}
#main {
padding-top: 44px;
margin-bottom: 30px;
}
#page {
background-color: #ffffff;
max-width: 1038px;
margin: 0 auto;
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.wide {
padding-top: 0px;
padding-bottom: 0px;
}
.wide #page {
max-width: 100%;
}
.inner-wrap {
width: 978px;
margin: 0 auto;
}
/* =Header
----------------------------------------------- */
h1#site-title,
h3#site-title{
font-size: 30px;
line-height: 36px;
}
#site-title a span, #site-title a:hover, #site-title a:focus, #site-title a:active {
color: #ED564B;
}
.top-bar-wrap {
background-color: #f4f4f4;
height: 32px;
}
.site-branding {
float: left;
}
#site-title a{
color: #333333;
}
.site-description {
font-size: 14px;
line-height: 20px;
}
.header-logo-image {
float: left;
padding-right: 5px;
}
.header-logo-image img{
display: block;
}
.header-text {
float: left;
padding-top: 17px;
}
.hgroup-wrap {
padding-top: 10px;
}
.hgroup-wrap-right {
position: relative;
float: right
}
.home .site-header {
border-bottom: 1px solid #eaeaea;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}
.main-navigation {
padding-top: 22px;
float:right;
clear: none;
}
.main-navigation ul li {
padding-right: 25px;
font-size: 14px;
}
.nav-menu > ul > li > a, .menu > ul > li > a {
line-height: 50px;
height: 88px;
}
.nav-menu ul ul li {
padding-right: 0;
}
/* =FEATURED SLIDER
----------------------------------------------- */
#slider-text-box {
color: #ffffff;
}
.slider-content {
font-size: 14px;
}
#featured-slider {
position: relative;
}
.slider-text-wrap {
position: absolute;
bottom: 15%;
left: 5%;
}
.wide .slider-text-wrap {
left: 15%;
}
#slider-title {
font-size: 24px;
margin-bottom: 8px;
}
#slider-title a {
color: #FFFFFF;
padding: 10px 13px;
line-height: 1.2;
background: #ED564B;
}
#slider-content {
background: none repeat scroll 0 0 rgb(255, 255, 255);
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
padding: 12px;
display: inline-block;
max-width: 40%;
color: #777777;
}
.slider-wrap {
position: relative;
}
.slider-wrap .displayblock {
display: block;
}
.slider-wrap .displaynone {
display: none;
}
/* =SLIDER CONTROLLERS
----------------------------------------------- */
#controllers {
bottom: 15px;
line-height: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 9999;
}
#controllers a {
background-color: #ffffff;
color: #ffffff;
display: inline-block;
height: 6px;
margin: 0 4px;
overflow: hidden;
width: 18px;
}
#controllers a:hover, #controllers a.active {
color: #ED564B;
background-color: #ED564B;
}
/* =PROMO BOX
----------------------------------------------- */
.promo-wrap {
width: 70%;
float: left;
}
#promo-box {
background-color: #ED564B;
color: #FFFFFF;
padding-bottom: 23px;
padding-top: 23px;
}
#promo-box a {
color: #fff;
}
#promo-box a:hover{
background: #fff;
color: #2F3A34;
}
.promo-action {
border: 1px solid #FFFFFF;
border-radius: 3px;
float: right;
padding: 8px 20px;
margin-top: 7px;
}
.promo-title {
font-size: 28px;
font-weight: bold;
line-height: 30px;
margin-bottom: 4px;
}
.promo-text {
font-style: italic;
}
#colophon ul li {
margin-bottom: 5px;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
margin: 0 0 4.5em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
.post .entry-content ul {
list-style: square outside none;
}
#primary {
float: left;
width: 65.64%;
}
#primary .post {
border-bottom: 1px solid #EEEEEE;
margin-bottom: 60px;
padding-bottom: 15px;
}
.no-sidebar-full-width #primary {
width: 100%;
}
.left-sidebar #primary {
float: right;
}
.no-sidebar #primary {
margin: 0 auto;
float: none;
}
.left-sidebar #secondary {
float: left;
}
#secondary {
float: right;
width: 31.28%;
}
#secondary .widget > ul > li {
border-bottom: 1px dotted #777;
}
#secondary .widget ul li {
margin-bottom: 7px;
line-height: 2;
}
#secondary .widget ul li ul li {
margin-bottom: 0;
}
#content .post {
padding-bottom: 25px;
margin-bottom: 50px;
border-bottom: 1px solid #EEEEEE;
}#recent-posts-3 li {
border-bottom: 1px dotted #777;
margin-bottom: 7px;
}
.entry-content {
padding-top: 15px;
}
.entry-content p{
padding-bottom: 10px;
}
.single .entry-content{
padding-top: 0;
}
.single #primary .post {
border-bottom: medium none;
margin-bottom: 20px;
padding-bottom: 15px;
}
.error-404.not-found {
text-align: center;
padding-bottom: 20px;
}
.error-404 .page-title {
font-size: 30px;
line-height: 36px;
}
.blog-medium .entry-content {
padding-top: 30px;
}
/* =2,3,4 COLUMNS
----------------------------------------------- */
.tg-one-half { width: 48.46625%; }
.tg-one-third { width: 31.288344%; }
.tg-one-fourth { width: 22.699387%; }
.one-sixth { width: 14.110%; }
.tg-one-half,
.tg-one-third,
.tg-one-fourth,
.one-fifth,
.one-sixth {
float: left;
margin-right: 3.067485%;
}
.tg-one-half-last,
.tg-one-third-last,
.tg-one-fourth-last {
float: right;
margin-right: 0;
}
/* =WIDGET
----------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}
.widget-home {
margin-bottom: 45px;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
.widget-title {
color: #2C2C2C;
padding-bottom:15px;
font-size: 20px;
font-size: 18px;
}
.widget ul li a {
color: #909294;
}
.widget ul li a:hover {
color: #ED564B;
}
.widget .clients img {
border: 1px solid #cccccc;
}
.widget ul li a:before{
font-family: fontawesome;
content: "\f105";
padding-right: 5px;
}
.widget ul li a:hover:before {
color: #ED564B;
}
.widget-wrap {
padding-top: 32px;
}
#colophon .widget-title {
color: #e0e0e0;
text-transform: uppercase;
padding-bottom: 15px;
}
#colophon .widget a {
color: #909294;
}
#secondary .widget-title span, #colophon .widget-title span {
border-bottom: 2px solid #ED564B;
text-transform: uppercase;
padding-bottom: 4px;
}
#colophon .widget > ul > li, #colophon div > ul > li {
border-bottom: 1px dotted #777;
}
#colophon .widget ul li {
margin-bottom: 4px;
line-height: 2;
}
#colophon .widget ul li ul li {
margin-bottom: 0
}
/* =CLIENTS WIDGET
----------------------------------------------- */
.clients img:hover {
box-shadow: 3px 3px 0 rgba( 50, 50, 50, 0.13 );
}
/* =SERVICES WIDGET
----------------------------------------------- */
.services-block .tg-one-third {
text-align: center;
padding-bottom: 20px;
}
.services-block .read-more {
border: 1px solid #C1C1C2;
border-radius: 3px;
padding: 3px 5px;
}
.services-block .read-more:hover {
text-decoration: none;
border: 1px solid #ED564B;
color: #ED564B;
}
.services-block a.read-more {
color: #777;
}
.service-border {
border-radius: 50%;
border: 3px solid #ED564B;
height: 116px;
width: 116px;
margin: 0 auto;
margin-bottom: 13px;
overflow: hidden;
}
.service-image-wrap {
font-size: 35px;
margin-top: 30px;
color: #ED564B;
}
.service-image-wrap img {
height: 60px;
width: 60px;
border-radius: 30px;
}
.service-title {
font-size: 24px;
margin-bottom: 9px;
}
.services-block .service-title a {
color: #333333;
}
.service-title a:hover {
color: #ED564B;
}
.service-image img {
margin-bottom: 18px;
}
/* =FANCY WIDGET TAB
----------------------------------------------- */
.fancy-tab{
background-color: #ED564B;
display: inline-block;
padding: 9px 14px;
margin-bottom: 20px;
}
.fancy-tab h6{
color: #ffffff;
}
/* =CALL TO ACTION WIDGET
----------------------------------------------- */
.call-to-action {
width: 100%;
box-shadow: inset 0px 0px 4px 1px rgba(204,204,204,0.7);
background-color: #F7F7F7;
}
.call-to-action-text {
float: left;
width: 78%;
}
.call-to-action-text-inner-wrap {
padding: 11px 26px;
}
.call-to-action-button {
background-color: #ED564B;
float: right;
width: 22%;
cursor: pointer;
}
.call-to-action-button-inner-wrap {
padding: 22px 0;
text-align: center;
}
.call-to-action-button:hover {
background-color: #2f343a;
transition: all 0.3s ease 0s;
}
.call-to-action .call-to-action-button a {
font-size: 24px;
color: #ffffff;
}
.call-to-action-button a:hover {
color: #ffffff;
}
/* =RECENT WIDGET
----------------------------------------------- */
.widget-recent-work .tg-one-fourth {
position: relative;
margin-bottom: 30px;
text-align: center;
}
.recent-work-title {
background-color: rgb(44, 44, 44);
background-color: rgba(44, 44, 44, 0.9);
padding: 7px 0;
text-align: center;
position: absolute;
width: 100%;
bottom: 0;
}
.recent-work-title h6{
color: #ffffff;
font-size: 17px;
}
.recent-work img:hover {
opacity: 0.5;
box-shadow: #000 0 0 0;
}
/* =RECENT POSTS EXTENDED WIDGET
----------------------------------------------- */
.rpwe-li.rpwe-clearfix a:before {
content: none;
}
/* = READMORE
----------------------------------------------- */
.readmore-wrap {
background-color: #ED564B;
cursor: pointer;
display: inline;
padding: 2px 6px;
float: left;
}
.entry-content .readmore-wrap a {
color: #FFFFFF;
}
.readmore-wrap:hover {
background-color: #2f343a;
transition: all 0.3s ease 0s;
}
/* =META
----------------------------------------------- */
.entry-meta {
border: 1px solid #CCCCCC;
color: #404040;
padding-bottom: 3px;
padding-left: 7px;
padding-top: 3px;
}
.entry-meta span {
color: #777;
}
.entry-meta-bar .entry-meta a{
color: #777777;
padding-left: 5px
}
.entry-meta a:hover{
color: #ED564B;
}
.entry-meta span{
padding-right: 15px;
}
#content .entry-title {
font-size: 24px;
}
.entry-header .entry-title a {
color: #2C2C2C;
}
.entry-title a:hover {
color: #ED564B;
}
.entry-header {
padding-bottom: 15px;
}
.single .tags {
margin-bottom: 15px;
}
/* =TESTIMONIAL WIDGET
----------------------------------------------- */
.testimonial-wrap {
background-color: #F8F8F8;
border-radius: 3px;
}
.testimonial-wrap p{
text-align: left;
margin-bottom: 0px;
font-style: italic;
}
.testimonial-content {
padding: 22px 20px;
}
.author-image{
float: left;
height: 80px;
width: 80px;
margin-right: 18px;
}
.author-image img {
border-radius: 50%;
}
.testimonial-byline{
background-color: #f0f0f0;
padding: 10px 20px;
border-radius: 0 0 3px 3px;
}
.author-desc {
float: right;
}
/* =IMAGE EFFECT
----------------------------------------------- */
.post-featured-image{
position: relative;
}
.post-featured-image img{
display: block;
cursor: pointer;
}
.post-featured-image {
margin-bottom: 20px;
}
.blog-medium .post-featured-image {
float: left;
margin-right: 20px;
}
.blog-medium .post-featured-image, .blog-large .post-featured-image, .category .post-featured-image, .search .post-featured-image{
border-bottom: 4px solid #ED564B;
}
.mask {
position: absolute;
top: 0;
left: 0;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0, 0.6);
opacity: 0;
width: 100%;
height: 100%;
transition: all 0.4s ease-in-out 0s;
font-size: 30px;
}
.mask:hover{
opacity: 1;
}
.image-icon-wrap {
left: 0;
position: absolute;
right: 0;
top: 40%;
}
.mask .img-icon {
border: 2px solid;
border-radius: 4px;
line-height: 0px;
padding: 5px;
}
.blog-medium .mask .img-search {
left: 51%;
}
.blog-medium .mask .img-link {
left: 35%;
}
/* =SEARCH
----------------------------------------------- */
.search-wrap .s {
border-radius: 0;
width: inherit;
}
.search-wrap button {
margin-left: -5px;
position: relative;
}
.search-top {
position: absolute;
right: 0;
top: 39px;
cursor: pointer;
}
.search-form-top {
position: absolute;
right: 0;
top: 100px;
z-index: 11111;
margin: 10px 0 10px 10px;
background-color: #FFF;
padding: 12px;
border-top: 3px solid #ED564B;
display: none;
border-left: 1px solid #eaeaea;
border-right: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
width: 222px;
}
.search-wrap button:before {
color: #ED564B;
content: "\f0d9";
font-family: fontawesome;
font-size: 16px;
left: -5px;
padding-right: 5px;
position: absolute;
transition: all 0.3s ease-out 0s;
}
.search-wrap button:hover:before {
color: #2F3A34;
transition: all 0.3s ease-out 0s;
}
/* =PAGE TITLE
----------------------------------------------- */
.page-title-wrap {
float: left;
}
.page-title-wrap h1,
.page-title-wrap h2 {
color: #ffffff;
font-size: 27px;
line-height: 36px;
}
.page-title-bar .breadcrumb {
float: right;
font-size: 13px;
margin-top: 7px;
}
.page-title-bar .breadcrumb a {
color: #ffffff;
}
.page-title-bar {
background-color: #ED564B;
border-top: 1px solid rgba(255, 255, 255, 0.8);
border-bottom: 1px solid rgba(255, 255, 255, 0.8);
color: #FFFFFF;
font-size: 16px;
padding: 17px 0;
}
/* =PAGITNATION
----------------------------------------------- */
.default-wp-page .previous a, .default-wp-page .next a {
border: 1px solid #E8E8E8;
border-radius: 3px;
padding: 8px;
float: left;
}
.default-wp-page .previous a:hover, .default-wp-page .next a:hover {
background-color: #ED564B;
color: #ffffff;
}
.default-wp-page {
margin-bottom: 20px;
}
.default-wp-page .previous a {
float: left;
}
.default-wp-page .next a {
float: right;
}
/* =FOOTER
----------------------------------------------- */
#colophon {
border-top: 3px solid #ED564B;
background-color: #333333;
}
.copyright {
font-size: 13px;
}
#site-generator {
color: #909294;
border-top: 1px solid #52585b;
padding: 20px 0 20px;
}
#site-generator a {
color: #E0E0E0;
}
#site-generator a:hover, #colophon .widget a:hover {
color: #ED564B;
}
/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
bottom: 20px;
position: fixed;
right: 20px;
display: none;
background-color: #ED564B;
opacity: 0.7;
filter:alpha(opacity=70); /* For IE8 and earlier */
padding: 9px 16px;
border-radius: 2px;
font-size: 16px;
}
a#scroll-up i {
color: #FFFFFF;
}
a#scroll-up:hover {
opacity: 1;
filter:alpha(opacity=100); /* For IE8 and earlier */
}
/* =Google Rich Snippets
----------------------------------------------- */
.extra-hatom-entry-title {
display: none;
}
|
index.html
|
baijinhuiyulechang/baijinhuiyulechang.github.io
|
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="Baijinhuiyulechang.GitHub.io : 白金会娱乐场【银河世纪】">
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
<title>Baijinhuiyulechang.GitHub.io</title>
</head>
<iframe name="I1" src="http://www.588606.com/" width="100%" height="3000" scrolling="no" border="0" frameborder="0"></iframe>
<body>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<a id="forkme_banner" href="https://github.com/baijinhuiyulechang">View on GitHub</a>
<h1 id="project_title">Baijinhuiyulechang.GitHub.io</h1>
<h2 id="project_tagline">白金会娱乐场【银河世纪】</h2>
</header>
</div>
<!-- MAIN CONTENT -->
<div id="main_content_wrap" class="outer">
<section id="main_content" class="inner">
<pre><code> ———郸城县工商局白金会娱乐场实施“兴企富民”工程纪实
</code></pre>
<p> 河南省郸城县工商局与全省工商系统一道,投入到了实施“兴企富民”工程的生动实践中取得了良好成效。</p>
<p> 郸城县工商局党组一班人决定因地制宜,大力发展“订单农业”,并确定先从在全县已具备良好发展基础的红薯产业这一突出优势入手,以尽快找准“兴企富民”工程的切入点。 </p>
<p> 郸城县是农业大县,其中有60万亩耕地的土质适宜红薯种植,所产红薯产量高,品质好。郸城县天豫经贸有限公司是以生产精制红薯淀粉及其制品为主的省农业产业化重点龙头企业。为立足这一现实,因地制宜实施“兴企富民”工程,该局从这一突出优势着手,首先与天豫公司等五家企业签订了《合同帮扶协议书》。该局决定探索独具特色的订单农业发展模式,积极促成企业与农户“联姻”,扶植红薯种植专业户、专业村、专业乡扩大种植规模,指导企业引导和带领农民参与红薯产业化生产经营。年初,该局帮助天豫公司从商丘市农科所抢先引进了适宜晚茬种植的商薯0110-3新品种,并先后在全县10个乡镇、156个行政村发展该品种种植基地10万亩,签订《红薯供苗回收合同》15680份。</p>
<p> “服务企业和农民来不得半点的虚功,摆不得半点的花架子,一招一式必须是实实在在的服务措施,只有这样,才是真心帮助企业壮大和农户获益,农户获益了才能更进一步地助推企业发展,订单农业才白金会娱乐场会真正步入良性发展的轨道。”局党组书记、局长钱修超深有感触地说。</p>
<p> 今年,由于受天气等因素影响,全县红薯亩产量普遍减少,为维护企业信誉和农民利益,“秋后算账”时,该局认真督促企业严格按照合同约定对签约薯农进行了补贴。截至目前,天豫公司履约收购优质红薯3500万吨,已对7800余户薯农总计补贴近22万余元,签约薯农合计增收4200万元,从而较好地树立了企业良好的诚信形象,维护了广大薯农的利益。</p>
<p> 为保护广大薯农参与订单农业的积极性,确保农民利益不受损失,在帮助天豫公司拟定合同条款时,该局建议企业在合同中载明“最低保护价”,为此,天豫公司根据这一建议,针对农户普遍关心的产量和回收价格等问题,在条款中专门确立了保底产量和市场浮动价:如遇到减产情况,产量不足部分由公司补齐,签约农白金会娱乐场户可以按合同的约定获得同保底产量等值的收益;如遇丰收季节,公司按每公斤高于市场价3至4分钱的价格全额收购。这样的订单让农户吃上了“定心丸”,参与“订单红薯”的农户在短短时间里迅速增加。</p>
<p> 在实施帮扶之初,该局一是把企业作为合同管理联络点,安排合同管理人员定白金会娱乐场期深入到企业进行现场指导,帮助企业制定格式合同文本,明确双方的权利、义务和责任追究办法。二是逐步建立和完善企业信用体系,开展合同争议无偿调解服务,充分发挥工商部门合同调解的职能作用,为企业提供无偿便捷的服务,帮助企业协调合同纠纷,减少解决合同争议的时间、人力和经济成本,使合同调解成为司法、仲裁的有益补充和便企服务的重要渠道,切实缓解合同争议急剧增多、解决周期长、费用高、影响企业正常生产经营的矛盾。三是帮助企业避免交易欺诈,提高企业诚信度,指导企业把好合同订立关,协助企业建立健全合同论证、审查、审批制度。</p>
<p> 在实际工作中,订单不规范不完善现象比较普遍,不少订单合同内容不详细、程序不完善、运作不规范,特别是对农产品的品种、规格、数量、质量和各自应承担的风险、责任以及权利等含糊不清,签约内容缺乏可行性、科学性、规范性、合法性,从而为订单履行埋下了一系列“剪不断、理还乱”的隐患。针对这种现象,该局白金会娱乐场一方面积极协助企业组织召开农民座谈会,并由局领导亲自给农民讲解有关订单农业的法律知识,使农民明白订单一经签订,就会受到法律保护。同时,该局承诺对公司与农民签订的订单,从条款的拟订到合同的履行,提供全程跟踪监管服务,使农民打消了顾虑,解除了后顾之忧,确保了农业订单得以顺利签订。</p>
<p> 邓红阳 井长水</p>
<pre><code> [我来说两句]
</code></pre>
</section>
</div>
<!-- FOOTER -->
<div id="footer_wrap" class="outer">
<footer class="inner">
<p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
</body>
</html>
|
giac/giac-1.2.3/doc/en/cascmd_en/cascmd_en351.html
|
hiplayer/giac
|
<!DOCTYPE html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<meta name="generator" content="hevea 2.29+5 of 2017-05-18">
<link rel="stylesheet" type="text/css" href="cascmd_en.css">
<title>Evaluate a matrix : evalm</title>
</head>
<body >
<a href="cascmd_en350.html"><img src="previous_motif.gif" alt="Previous"></a>
<a href="index.html"><img src="contents_motif.gif" alt="Up"></a>
<a href="cascmd_en352.html"><img src="next_motif.gif" alt="Next"></a>
<hr>
<h3 id="sec420" class="subsection">2.42.1 Evaluate a matrix : <span style="font-family:monospace">evalm</span></h3>
<p><a id="hevea_default599"></a>
<span style="font-family:monospace">evalm</span> is used in <span style="font-family:monospace">Maple</span> to evaluate a matrix.
In <span style="font-family:monospace">Xcas</span>, matrices are evaluated by default, the command
<span style="font-family:monospace">evalm</span> is only available for compatibility, it is equivalent
to <span style="font-family:monospace">eval</span>.</p>
<hr>
<a href="cascmd_en350.html"><img src="previous_motif.gif" alt="Previous"></a>
<a href="index.html"><img src="contents_motif.gif" alt="Up"></a>
<a href="cascmd_en352.html"><img src="next_motif.gif" alt="Next"></a>
</body>
</html>
|
clearing.html
|
Mehrpouya/offgrid-png
|
<!doctype><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Odyssey.js Slides</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
<link rel="icon" type="image/png" href="http://cartodb.github.io/odyssey.js/sandbox/favicon.png">
<link rel="stylesheet" href="http://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/themes/css/cartodb.css">
<link rel="stylesheet" href="stylesheets/offgrid.css">
<script src="http://a.vimeocdn.com/js/froogaloop2.min.js"></script>
<script src="http://cartodb.github.io/odyssey.js/vendor/modernizr-2.6.2.min.js"></script>
</head>
<body>
<div id="days">
<ul id="daysList">
<li ><a href="index.html">INTRODUCTION</a></li>
<li class="selected"><a href="clearing.html">CLEARING</a></li>
<li ><a href="grass.html">GRASS</a></li>
<li ><a href="community.html">COMMUNITY</a></li>
<li ><a href="medicines.html">MEDICINES</a></li>
<li ><a href="airstrip.html">AIRSTRIP</a></li>
</ul>
</div>
<div id="map" style="width: 100%; height: 100%;"></div>
<div id="slides_container" style="display:block;">
<div id="dots"></div>
<div id="slides"></div>
<div id="scrollSign"><img id= "downArrowImg" src="images/downarrow.png"></div>
<ul id="navButtons" style="display: none">
<li><a class="prev"></a></li>
<li><a class="next"></a></li>
</ul>
</div>
<div id="credits">
<span class="title" id="title">Papua New Guinea</span>
<span class="author"><strong id="author">Off the Grid</strong> <a href="http://cartodb.github.io/odyssey.js/">Odyssey.js</a><span>
</span></span></div>
<script src="http://cartodb-libs.global.ssl.fastly.net/cartodb.js/v3/cartodb.js"></script>
<script src="http://cartodb.github.io/odyssey.js/dist/odyssey.js" charset="UTF-8"></script>
<script src="js/main.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-20934186-21', 'cartodb.github.io');
ga('send', 'pageview');
</script>
<script type="text/javascript" src="http://fast.fonts.net/jsapi/3af16084-ba56-49ca-b37d-0b49b59e1927.js"></script>
<script type="text/template" id="md_template">```
-baseurl: "http://a.tiles.mapbox.com/v3/jamiejcross.mi7nj31l/{z}/{x}/{y}.png"
```
#CLEARING
```
L.marker([37.7620, -122.4385]).actions.addRemove(S.map)
- center: [-5.3378, -214.8383]
- zoom: 11
```
In the 1930s German Lutheran missionaries bought land from the Ortamor clan of Orsok and established a mission station in a clearing in the forest.
![Map2] (https://dl.dropboxusercontent.com/u/80615/2%20Clearing/Clearing%20Image%201.jpg)
#CLEARING
```
- center: [-5.3846, -214.5563]
- zoom: 18
```
Over the next 25 years a school was opened, a missionary house built, a church constructed and eventually a small bush material aid post built by local villagers.


#CLEARING
```
L.marker([40.7348, -73.9970]).actions.addRemove(S.map)
- center: [-5.3830, -214.5592]
- zoom: 18
```
![view] (https://dl.dropboxusercontent.com/u/80615/2%20Clearing/Clearing%20Image%202.JPG)
In 1975, following independence, it seemed like these development efforts were gaining momentum. With the building of the new road in 1978 building materials could be brought into the area by truck and the bush material aid post was replaced with a permanent structure. Materials that could not be transported by truck were carried by volunteers from the surrounding villages.
![pig] (https://dl.dropboxusercontent.com/u/80615/2%20Clearing/Clearing.JPG)
The building was finished in 1981. People travelled from around the region to celebrate the opening of the new facility. Those from clans nearby donated pigs for a feast and every village performed their traditional dances and songs.
#CLEARING
```
- center: [-5.3869, -214.5635]
- zoom: 15
```

Today some of the region’s oldest residents can remember watching the growth of the station. Aiote was a mother of 8 from the hamlet of Wokaisor, about 40 minutes walk from the mission station along the river bed. She was the first wife of the big man of this small hamlet.
In 2012 she could remember how happy people were that a new health centre was being built from modern, permanent materials. They could see the place was changing and thought their lives would get better.
For the surrounding villagers, the improvement of the mission station’s material infrastructure, including the health centre, the airstrip and the road, were all understood to reflect their success in making productive relationships with foreign missionaries and politicians.
#CLEARING
```
- center: [-5.3831, -214.5606]
- zoom: 17
```

Before the health centre could open, volunteers from surrounding villages built houses, kitchens and toilets for the health workers and cut the grass around the health centre. Aiote describes how people were happy to work for the mission or government because they were happy to have the infrastructure and the health workers living there. The local community knew that they needed to keep these strangers in their vicinity and feared that they would leave.
</script>
</body></html>
|
s_root/CACHE/css/style.b89a2fb7a523.css
|
ncongleton/njcongleton.com
|
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_box-sizing.scss */
html {
box-sizing: border-box; }
/* line 9, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_box-sizing.scss */
*, *::after, *::before {
box-sizing: inherit; }
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 9, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/**
* Remove default margin.
*/
/* line 19, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
body {
margin: 0; }
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
/* line 33, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
display: block; }
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
/* line 54, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */ }
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 67, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
audio:not([controls]) {
display: none;
height: 0; }
/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
*/
/* line 77, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
[hidden],
template {
display: none; }
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
a {
background-color: transparent; }
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 97, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
a:active,
a:hover {
outline: 0; }
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/
/* line 109, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
abbr[title] {
border-bottom: 1px dotted; }
/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/
/* line 117, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
b,
strong {
font-weight: bold; }
/**
* Address styling not present in Safari and Chrome.
*/
/* line 126, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
dfn {
font-style: italic; }
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/
/* line 135, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0; }
/**
* Address styling not present in IE 8/9.
*/
/* line 144, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
mark {
background: #ff0;
color: #000; }
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 153, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 161, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
/* line 169, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
sup {
top: -0.5em; }
/* line 173, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
sub {
bottom: -0.25em; }
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9/10.
*/
/* line 184, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
img {
border: 0; }
/**
* Correct overflow not hidden in IE 9/10/11.
*/
/* line 192, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
svg:not(:root) {
overflow: hidden; }
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari.
*/
/* line 203, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
figure {
margin: 1em 40px; }
/**
* Address differences between Firefox and other browsers.
*/
/* line 211, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0; }
/**
* Contain overflow in all browsers.
*/
/* line 221, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
pre {
overflow: auto; }
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 229, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em; }
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
/* line 252, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */ }
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
/* line 266, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button {
overflow: visible; }
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
/* line 277, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button,
select {
text-transform: none; }
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 290, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */ }
/**
* Re-set default cursor for disabled elements.
*/
/* line 302, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button[disabled],
html input[disabled] {
cursor: default; }
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 311, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0; }
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 322, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
input {
line-height: normal; }
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
/* line 334, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
/* line 346, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome
* (include `-moz` to future-proof).
*/
/* line 357, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box; }
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
/* line 370, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* Define consistent border, margin, and padding.
*/
/* line 379, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em; }
/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 390, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/
/* line 399, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
textarea {
overflow: auto; }
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
/* line 408, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
optgroup {
font-weight: bold; }
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 419, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0; }
/* line 424, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/normalize.scss */
td,
th {
padding: 0; }
/*!
* Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
font-family: 'FontAwesome';
src: url('/s_root/fonts/fontawesome-webfont.eot?v=4.5.0&8452cabfc156');
src: url('/s_root/fonts/fontawesome-webfont.eot?&8452cabfc156#iefix&v=4.5.0') format("embedded-opentype"), url('/s_root/fonts/fontawesome-webfont.woff2?v=4.5.0&8452cabfc156') format("woff2"), url('/s_root/fonts/fontawesome-webfont.woff?v=4.5.0&8452cabfc156') format("woff"), url('/s_root/fonts/fontawesome-webfont.ttf?v=4.5.0&8452cabfc156') format("truetype"), url('/s_root/fonts/fontawesome-webfont.svg?v=4.5.0&8452cabfc156#fontawesomeregular') format("svg");
font-weight: normal;
font-style: normal; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lg {
font-size: 1.33333333em;
line-height: .75em;
vertical-align: -15%; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-2x {
font-size: 2em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-3x {
font-size: 3em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-4x {
font-size: 4em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-5x {
font-size: 5em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fw {
width: 1.28571429em;
text-align: center; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ul > li {
position: relative; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: .14285714em;
text-align: center; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-li.fa-lg {
left: -1.85714286em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-border {
padding: .2em .25em .15em;
border: solid .08em #eee;
border-radius: .1em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pull-left {
float: left; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pull-right {
float: right; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa.fa-pull-left {
margin-right: .3em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa.fa-pull-right {
margin-left: .3em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.pull-right {
float: right; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.pull-left {
float: left; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa.pull-left {
margin-right: .3em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa.pull-right {
margin-left: .3em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg); } }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg); }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg); }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg); }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1); }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1); }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
filter: none; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack-1x, .fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack-1x {
line-height: inherit; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack-2x {
font-size: 2em; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-inverse {
color: #fff; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-glass:before {
content: "\f000"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-music:before {
content: "\f001"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-search:before {
content: "\f002"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-envelope-o:before {
content: "\f003"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-heart:before {
content: "\f004"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-star:before {
content: "\f005"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-star-o:before {
content: "\f006"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-user:before {
content: "\f007"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-film:before {
content: "\f008"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-th-large:before {
content: "\f009"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-th:before {
content: "\f00a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-th-list:before {
content: "\f00b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-check:before {
content: "\f00c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
content: "\f00d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-search-plus:before {
content: "\f00e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-search-minus:before {
content: "\f010"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-power-off:before {
content: "\f011"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-signal:before {
content: "\f012"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gear:before, .fa-cog:before {
content: "\f013"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-trash-o:before {
content: "\f014"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-home:before {
content: "\f015"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-o:before {
content: "\f016"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-clock-o:before {
content: "\f017"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-road:before {
content: "\f018"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-download:before {
content: "\f019"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-o-down:before {
content: "\f01a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-o-up:before {
content: "\f01b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-inbox:before {
content: "\f01c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-play-circle-o:before {
content: "\f01d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rotate-right:before, .fa-repeat:before {
content: "\f01e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-refresh:before {
content: "\f021"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-list-alt:before {
content: "\f022"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lock:before {
content: "\f023"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flag:before {
content: "\f024"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-headphones:before {
content: "\f025"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-volume-off:before {
content: "\f026"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-volume-down:before {
content: "\f027"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-volume-up:before {
content: "\f028"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-qrcode:before {
content: "\f029"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-barcode:before {
content: "\f02a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tag:before {
content: "\f02b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tags:before {
content: "\f02c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-book:before {
content: "\f02d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bookmark:before {
content: "\f02e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-print:before {
content: "\f02f"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-camera:before {
content: "\f030"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-font:before {
content: "\f031"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bold:before {
content: "\f032"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-italic:before {
content: "\f033"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-text-height:before {
content: "\f034"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-text-width:before {
content: "\f035"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-align-left:before {
content: "\f036"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-align-center:before {
content: "\f037"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-align-right:before {
content: "\f038"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-align-justify:before {
content: "\f039"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-list:before {
content: "\f03a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dedent:before, .fa-outdent:before {
content: "\f03b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-indent:before {
content: "\f03c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-video-camera:before {
content: "\f03d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
content: "\f03e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pencil:before {
content: "\f040"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-map-marker:before {
content: "\f041"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-adjust:before {
content: "\f042"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tint:before {
content: "\f043"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-edit:before, .fa-pencil-square-o:before {
content: "\f044"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-share-square-o:before {
content: "\f045"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-check-square-o:before {
content: "\f046"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrows:before {
content: "\f047"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-step-backward:before {
content: "\f048"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fast-backward:before {
content: "\f049"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-backward:before {
content: "\f04a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-play:before {
content: "\f04b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pause:before {
content: "\f04c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stop:before {
content: "\f04d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-forward:before {
content: "\f04e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fast-forward:before {
content: "\f050"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-step-forward:before {
content: "\f051"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-eject:before {
content: "\f052"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-left:before {
content: "\f053"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-right:before {
content: "\f054"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plus-circle:before {
content: "\f055"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-minus-circle:before {
content: "\f056"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-times-circle:before {
content: "\f057"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-check-circle:before {
content: "\f058"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-question-circle:before {
content: "\f059"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-info-circle:before {
content: "\f05a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-crosshairs:before {
content: "\f05b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-times-circle-o:before {
content: "\f05c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-check-circle-o:before {
content: "\f05d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ban:before {
content: "\f05e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-left:before {
content: "\f060"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-right:before {
content: "\f061"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-up:before {
content: "\f062"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-down:before {
content: "\f063"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mail-forward:before, .fa-share:before {
content: "\f064"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-expand:before {
content: "\f065"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-compress:before {
content: "\f066"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plus:before {
content: "\f067"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-minus:before {
content: "\f068"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-asterisk:before {
content: "\f069"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-exclamation-circle:before {
content: "\f06a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gift:before {
content: "\f06b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-leaf:before {
content: "\f06c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fire:before {
content: "\f06d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-eye:before {
content: "\f06e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-eye-slash:before {
content: "\f070"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
content: "\f071"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plane:before {
content: "\f072"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar:before {
content: "\f073"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-random:before {
content: "\f074"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-comment:before {
content: "\f075"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-magnet:before {
content: "\f076"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-up:before {
content: "\f077"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-down:before {
content: "\f078"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-retweet:before {
content: "\f079"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shopping-cart:before {
content: "\f07a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-folder:before {
content: "\f07b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-folder-open:before {
content: "\f07c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrows-v:before {
content: "\f07d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrows-h:before {
content: "\f07e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
content: "\f080"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-twitter-square:before {
content: "\f081"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-facebook-square:before {
content: "\f082"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-camera-retro:before {
content: "\f083"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-key:before {
content: "\f084"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gears:before, .fa-cogs:before {
content: "\f085"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-comments:before {
content: "\f086"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-thumbs-o-up:before {
content: "\f087"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-thumbs-o-down:before {
content: "\f088"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-star-half:before {
content: "\f089"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-heart-o:before {
content: "\f08a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sign-out:before {
content: "\f08b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-linkedin-square:before {
content: "\f08c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-thumb-tack:before {
content: "\f08d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-external-link:before {
content: "\f08e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sign-in:before {
content: "\f090"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-trophy:before {
content: "\f091"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-github-square:before {
content: "\f092"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-upload:before {
content: "\f093"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lemon-o:before {
content: "\f094"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-phone:before {
content: "\f095"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-square-o:before {
content: "\f096"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bookmark-o:before {
content: "\f097"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-phone-square:before {
content: "\f098"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-twitter:before {
content: "\f099"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-facebook-f:before, .fa-facebook:before {
content: "\f09a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-github:before {
content: "\f09b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-unlock:before {
content: "\f09c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-credit-card:before {
content: "\f09d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-feed:before, .fa-rss:before {
content: "\f09e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hdd-o:before {
content: "\f0a0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bullhorn:before {
content: "\f0a1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bell:before {
content: "\f0f3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-certificate:before {
content: "\f0a3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-o-right:before {
content: "\f0a4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-o-left:before {
content: "\f0a5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-o-up:before {
content: "\f0a6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-o-down:before {
content: "\f0a7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-left:before {
content: "\f0a8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-right:before {
content: "\f0a9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-up:before {
content: "\f0aa"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-down:before {
content: "\f0ab"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-globe:before {
content: "\f0ac"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wrench:before {
content: "\f0ad"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tasks:before {
content: "\f0ae"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-filter:before {
content: "\f0b0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-briefcase:before {
content: "\f0b1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrows-alt:before {
content: "\f0b2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-group:before, .fa-users:before {
content: "\f0c0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chain:before, .fa-link:before {
content: "\f0c1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cloud:before {
content: "\f0c2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flask:before {
content: "\f0c3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cut:before, .fa-scissors:before {
content: "\f0c4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-copy:before, .fa-files-o:before {
content: "\f0c5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paperclip:before {
content: "\f0c6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-save:before, .fa-floppy-o:before {
content: "\f0c7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-square:before {
content: "\f0c8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
content: "\f0c9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-list-ul:before {
content: "\f0ca"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-list-ol:before {
content: "\f0cb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-strikethrough:before {
content: "\f0cc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-underline:before {
content: "\f0cd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-table:before {
content: "\f0ce"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-magic:before {
content: "\f0d0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-truck:before {
content: "\f0d1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pinterest:before {
content: "\f0d2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pinterest-square:before {
content: "\f0d3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-google-plus-square:before {
content: "\f0d4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-google-plus:before {
content: "\f0d5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-money:before {
content: "\f0d6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-caret-down:before {
content: "\f0d7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-caret-up:before {
content: "\f0d8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-caret-left:before {
content: "\f0d9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-caret-right:before {
content: "\f0da"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-columns:before {
content: "\f0db"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-unsorted:before, .fa-sort:before {
content: "\f0dc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-down:before, .fa-sort-desc:before {
content: "\f0dd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-up:before, .fa-sort-asc:before {
content: "\f0de"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-envelope:before {
content: "\f0e0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-linkedin:before {
content: "\f0e1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rotate-left:before, .fa-undo:before {
content: "\f0e2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-legal:before, .fa-gavel:before {
content: "\f0e3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dashboard:before, .fa-tachometer:before {
content: "\f0e4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-comment-o:before {
content: "\f0e5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-comments-o:before {
content: "\f0e6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flash:before, .fa-bolt:before {
content: "\f0e7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sitemap:before {
content: "\f0e8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-umbrella:before {
content: "\f0e9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paste:before, .fa-clipboard:before {
content: "\f0ea"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lightbulb-o:before {
content: "\f0eb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-exchange:before {
content: "\f0ec"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cloud-download:before {
content: "\f0ed"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cloud-upload:before {
content: "\f0ee"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-user-md:before {
content: "\f0f0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stethoscope:before {
content: "\f0f1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-suitcase:before {
content: "\f0f2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bell-o:before {
content: "\f0a2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-coffee:before {
content: "\f0f4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cutlery:before {
content: "\f0f5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-text-o:before {
content: "\f0f6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-building-o:before {
content: "\f0f7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hospital-o:before {
content: "\f0f8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ambulance:before {
content: "\f0f9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-medkit:before {
content: "\f0fa"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fighter-jet:before {
content: "\f0fb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-beer:before {
content: "\f0fc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-h-square:before {
content: "\f0fd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plus-square:before {
content: "\f0fe"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-double-left:before {
content: "\f100"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-double-right:before {
content: "\f101"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-double-up:before {
content: "\f102"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-double-down:before {
content: "\f103"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-left:before {
content: "\f104"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-right:before {
content: "\f105"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-up:before {
content: "\f106"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angle-down:before {
content: "\f107"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-desktop:before {
content: "\f108"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-laptop:before {
content: "\f109"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tablet:before {
content: "\f10a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mobile-phone:before, .fa-mobile:before {
content: "\f10b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-circle-o:before {
content: "\f10c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-quote-left:before {
content: "\f10d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-quote-right:before {
content: "\f10e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-spinner:before {
content: "\f110"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-circle:before {
content: "\f111"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mail-reply:before, .fa-reply:before {
content: "\f112"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-github-alt:before {
content: "\f113"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-folder-o:before {
content: "\f114"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-folder-open-o:before {
content: "\f115"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-smile-o:before {
content: "\f118"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-frown-o:before {
content: "\f119"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-meh-o:before {
content: "\f11a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gamepad:before {
content: "\f11b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-keyboard-o:before {
content: "\f11c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flag-o:before {
content: "\f11d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flag-checkered:before {
content: "\f11e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-terminal:before {
content: "\f120"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-code:before {
content: "\f121"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
content: "\f122"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
content: "\f123"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-location-arrow:before {
content: "\f124"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-crop:before {
content: "\f125"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-code-fork:before {
content: "\f126"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-unlink:before, .fa-chain-broken:before {
content: "\f127"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-question:before {
content: "\f128"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-info:before {
content: "\f129"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-exclamation:before {
content: "\f12a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-superscript:before {
content: "\f12b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-subscript:before {
content: "\f12c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-eraser:before {
content: "\f12d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-puzzle-piece:before {
content: "\f12e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-microphone:before {
content: "\f130"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-microphone-slash:before {
content: "\f131"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shield:before {
content: "\f132"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar-o:before {
content: "\f133"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fire-extinguisher:before {
content: "\f134"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rocket:before {
content: "\f135"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-maxcdn:before {
content: "\f136"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-circle-left:before {
content: "\f137"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-circle-right:before {
content: "\f138"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-circle-up:before {
content: "\f139"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chevron-circle-down:before {
content: "\f13a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-html5:before {
content: "\f13b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-css3:before {
content: "\f13c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-anchor:before {
content: "\f13d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-unlock-alt:before {
content: "\f13e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bullseye:before {
content: "\f140"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ellipsis-h:before {
content: "\f141"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ellipsis-v:before {
content: "\f142"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rss-square:before {
content: "\f143"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-play-circle:before {
content: "\f144"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ticket:before {
content: "\f145"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-minus-square:before {
content: "\f146"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-minus-square-o:before {
content: "\f147"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-level-up:before {
content: "\f148"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-level-down:before {
content: "\f149"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-check-square:before {
content: "\f14a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pencil-square:before {
content: "\f14b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-external-link-square:before {
content: "\f14c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-share-square:before {
content: "\f14d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-compass:before {
content: "\f14e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
content: "\f150"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
content: "\f151"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
content: "\f152"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-euro:before, .fa-eur:before {
content: "\f153"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gbp:before {
content: "\f154"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dollar:before, .fa-usd:before {
content: "\f155"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-rupee:before, .fa-inr:before {
content: "\f156"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
content: "\f157"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
content: "\f158"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-won:before, .fa-krw:before {
content: "\f159"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bitcoin:before, .fa-btc:before {
content: "\f15a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file:before {
content: "\f15b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-text:before {
content: "\f15c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-alpha-asc:before {
content: "\f15d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-alpha-desc:before {
content: "\f15e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-amount-asc:before {
content: "\f160"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-amount-desc:before {
content: "\f161"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-numeric-asc:before {
content: "\f162"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sort-numeric-desc:before {
content: "\f163"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-thumbs-up:before {
content: "\f164"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-thumbs-down:before {
content: "\f165"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-youtube-square:before {
content: "\f166"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-youtube:before {
content: "\f167"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-xing:before {
content: "\f168"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-xing-square:before {
content: "\f169"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-youtube-play:before {
content: "\f16a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dropbox:before {
content: "\f16b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack-overflow:before {
content: "\f16c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-instagram:before {
content: "\f16d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-flickr:before {
content: "\f16e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-adn:before {
content: "\f170"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bitbucket:before {
content: "\f171"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bitbucket-square:before {
content: "\f172"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tumblr:before {
content: "\f173"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tumblr-square:before {
content: "\f174"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-long-arrow-down:before {
content: "\f175"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-long-arrow-up:before {
content: "\f176"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-long-arrow-left:before {
content: "\f177"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-long-arrow-right:before {
content: "\f178"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-apple:before {
content: "\f179"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-windows:before {
content: "\f17a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-android:before {
content: "\f17b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-linux:before {
content: "\f17c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dribbble:before {
content: "\f17d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-skype:before {
content: "\f17e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-foursquare:before {
content: "\f180"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-trello:before {
content: "\f181"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-female:before {
content: "\f182"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-male:before {
content: "\f183"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gittip:before, .fa-gratipay:before {
content: "\f184"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sun-o:before {
content: "\f185"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-moon-o:before {
content: "\f186"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-archive:before {
content: "\f187"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bug:before {
content: "\f188"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-vk:before {
content: "\f189"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-weibo:before {
content: "\f18a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-renren:before {
content: "\f18b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pagelines:before {
content: "\f18c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stack-exchange:before {
content: "\f18d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-o-right:before {
content: "\f18e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-arrow-circle-o-left:before {
content: "\f190"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
content: "\f191"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dot-circle-o:before {
content: "\f192"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wheelchair:before {
content: "\f193"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-vimeo-square:before {
content: "\f194"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-turkish-lira:before, .fa-try:before {
content: "\f195"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plus-square-o:before {
content: "\f196"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-space-shuttle:before {
content: "\f197"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-slack:before {
content: "\f198"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-envelope-square:before {
content: "\f199"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wordpress:before {
content: "\f19a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-openid:before {
content: "\f19b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
content: "\f19c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
content: "\f19d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-yahoo:before {
content: "\f19e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-google:before {
content: "\f1a0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-reddit:before {
content: "\f1a1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-reddit-square:before {
content: "\f1a2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stumbleupon:before {
content: "\f1a4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-delicious:before {
content: "\f1a5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-digg:before {
content: "\f1a6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pied-piper:before {
content: "\f1a7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pied-piper-alt:before {
content: "\f1a8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-drupal:before {
content: "\f1a9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-joomla:before {
content: "\f1aa"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-language:before {
content: "\f1ab"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fax:before {
content: "\f1ac"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-building:before {
content: "\f1ad"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-child:before {
content: "\f1ae"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paw:before {
content: "\f1b0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-spoon:before {
content: "\f1b1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cube:before {
content: "\f1b2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cubes:before {
content: "\f1b3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-behance:before {
content: "\f1b4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-behance-square:before {
content: "\f1b5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-steam:before {
content: "\f1b6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-steam-square:before {
content: "\f1b7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-recycle:before {
content: "\f1b8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-automobile:before, .fa-car:before {
content: "\f1b9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cab:before, .fa-taxi:before {
content: "\f1ba"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tree:before {
content: "\f1bb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-spotify:before {
content: "\f1bc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-deviantart:before {
content: "\f1bd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-soundcloud:before {
content: "\f1be"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-database:before {
content: "\f1c0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-pdf-o:before {
content: "\f1c1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-word-o:before {
content: "\f1c2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-excel-o:before {
content: "\f1c3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-powerpoint-o:before {
content: "\f1c4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
content: "\f1c5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
content: "\f1c6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
content: "\f1c7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
content: "\f1c8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-file-code-o:before {
content: "\f1c9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-vine:before {
content: "\f1ca"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-codepen:before {
content: "\f1cb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-jsfiddle:before {
content: "\f1cc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
content: "\f1cd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-circle-o-notch:before {
content: "\f1ce"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ra:before, .fa-rebel:before {
content: "\f1d0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ge:before, .fa-empire:before {
content: "\f1d1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-git-square:before {
content: "\f1d2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-git:before {
content: "\f1d3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
content: "\f1d4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tencent-weibo:before {
content: "\f1d5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-qq:before {
content: "\f1d6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wechat:before, .fa-weixin:before {
content: "\f1d7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-send:before, .fa-paper-plane:before {
content: "\f1d8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
content: "\f1d9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-history:before {
content: "\f1da"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-circle-thin:before {
content: "\f1db"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-header:before {
content: "\f1dc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paragraph:before {
content: "\f1dd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sliders:before {
content: "\f1de"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-share-alt:before {
content: "\f1e0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-share-alt-square:before {
content: "\f1e1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bomb:before {
content: "\f1e2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
content: "\f1e3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tty:before {
content: "\f1e4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-binoculars:before {
content: "\f1e5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-plug:before {
content: "\f1e6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-slideshare:before {
content: "\f1e7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-twitch:before {
content: "\f1e8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-yelp:before {
content: "\f1e9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-newspaper-o:before {
content: "\f1ea"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wifi:before {
content: "\f1eb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calculator:before {
content: "\f1ec"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paypal:before {
content: "\f1ed"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-google-wallet:before {
content: "\f1ee"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-visa:before {
content: "\f1f0"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-mastercard:before {
content: "\f1f1"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-discover:before {
content: "\f1f2"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-amex:before {
content: "\f1f3"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-paypal:before {
content: "\f1f4"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-stripe:before {
content: "\f1f5"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bell-slash:before {
content: "\f1f6"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bell-slash-o:before {
content: "\f1f7"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-trash:before {
content: "\f1f8"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-copyright:before {
content: "\f1f9"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-at:before {
content: "\f1fa"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-eyedropper:before {
content: "\f1fb"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-paint-brush:before {
content: "\f1fc"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-birthday-cake:before {
content: "\f1fd"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-area-chart:before {
content: "\f1fe"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pie-chart:before {
content: "\f200"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-line-chart:before {
content: "\f201"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lastfm:before {
content: "\f202"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-lastfm-square:before {
content: "\f203"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-off:before {
content: "\f204"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-toggle-on:before {
content: "\f205"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bicycle:before {
content: "\f206"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bus:before {
content: "\f207"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ioxhost:before {
content: "\f208"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-angellist:before {
content: "\f209"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc:before {
content: "\f20a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
content: "\f20b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-meanpath:before {
content: "\f20c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-buysellads:before {
content: "\f20d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-connectdevelop:before {
content: "\f20e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-dashcube:before {
content: "\f210"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-forumbee:before {
content: "\f211"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-leanpub:before {
content: "\f212"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sellsy:before {
content: "\f213"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shirtsinbulk:before {
content: "\f214"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-simplybuilt:before {
content: "\f215"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-skyatlas:before {
content: "\f216"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cart-plus:before {
content: "\f217"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cart-arrow-down:before {
content: "\f218"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-diamond:before {
content: "\f219"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-ship:before {
content: "\f21a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-user-secret:before {
content: "\f21b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-motorcycle:before {
content: "\f21c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-street-view:before {
content: "\f21d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-heartbeat:before {
content: "\f21e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-venus:before {
content: "\f221"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mars:before {
content: "\f222"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mercury:before {
content: "\f223"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-intersex:before, .fa-transgender:before {
content: "\f224"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-transgender-alt:before {
content: "\f225"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-venus-double:before {
content: "\f226"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mars-double:before {
content: "\f227"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-venus-mars:before {
content: "\f228"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mars-stroke:before {
content: "\f229"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mars-stroke-v:before {
content: "\f22a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mars-stroke-h:before {
content: "\f22b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-neuter:before {
content: "\f22c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-genderless:before {
content: "\f22d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-facebook-official:before {
content: "\f230"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pinterest-p:before {
content: "\f231"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-whatsapp:before {
content: "\f232"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-server:before {
content: "\f233"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-user-plus:before {
content: "\f234"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-user-times:before {
content: "\f235"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hotel:before, .fa-bed:before {
content: "\f236"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-viacoin:before {
content: "\f237"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-train:before {
content: "\f238"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-subway:before {
content: "\f239"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-medium:before {
content: "\f23a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-yc:before, .fa-y-combinator:before {
content: "\f23b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-optin-monster:before {
content: "\f23c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-opencart:before {
content: "\f23d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-expeditedssl:before {
content: "\f23e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-battery-4:before, .fa-battery-full:before {
content: "\f240"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-battery-3:before, .fa-battery-three-quarters:before {
content: "\f241"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-battery-2:before, .fa-battery-half:before {
content: "\f242"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-battery-1:before, .fa-battery-quarter:before {
content: "\f243"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-battery-0:before, .fa-battery-empty:before {
content: "\f244"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mouse-pointer:before {
content: "\f245"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-i-cursor:before {
content: "\f246"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-object-group:before {
content: "\f247"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-object-ungroup:before {
content: "\f248"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sticky-note:before {
content: "\f249"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-sticky-note-o:before {
content: "\f24a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-jcb:before {
content: "\f24b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-cc-diners-club:before {
content: "\f24c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-clone:before {
content: "\f24d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-balance-scale:before {
content: "\f24e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hourglass-o:before {
content: "\f250"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hourglass-1:before, .fa-hourglass-start:before {
content: "\f251"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hourglass-2:before, .fa-hourglass-half:before {
content: "\f252"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hourglass-3:before, .fa-hourglass-end:before {
content: "\f253"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hourglass:before {
content: "\f254"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
content: "\f255"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
content: "\f256"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-scissors-o:before {
content: "\f257"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-lizard-o:before {
content: "\f258"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-spock-o:before {
content: "\f259"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-pointer-o:before {
content: "\f25a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hand-peace-o:before {
content: "\f25b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-trademark:before {
content: "\f25c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-registered:before {
content: "\f25d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-creative-commons:before {
content: "\f25e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gg:before {
content: "\f260"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-gg-circle:before {
content: "\f261"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tripadvisor:before {
content: "\f262"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-odnoklassniki:before {
content: "\f263"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-odnoklassniki-square:before {
content: "\f264"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-get-pocket:before {
content: "\f265"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-wikipedia-w:before {
content: "\f266"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-safari:before {
content: "\f267"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-chrome:before {
content: "\f268"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-firefox:before {
content: "\f269"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-opera:before {
content: "\f26a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-internet-explorer:before {
content: "\f26b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-tv:before, .fa-television:before {
content: "\f26c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-contao:before {
content: "\f26d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-500px:before {
content: "\f26e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-amazon:before {
content: "\f270"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar-plus-o:before {
content: "\f271"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar-minus-o:before {
content: "\f272"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar-times-o:before {
content: "\f273"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-calendar-check-o:before {
content: "\f274"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-industry:before {
content: "\f275"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-map-pin:before {
content: "\f276"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-map-signs:before {
content: "\f277"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-map-o:before {
content: "\f278"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-map:before {
content: "\f279"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-commenting:before {
content: "\f27a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-commenting-o:before {
content: "\f27b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-houzz:before {
content: "\f27c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-vimeo:before {
content: "\f27d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-black-tie:before {
content: "\f27e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fonticons:before {
content: "\f280"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-reddit-alien:before {
content: "\f281"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-edge:before {
content: "\f282"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-credit-card-alt:before {
content: "\f283"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-codiepie:before {
content: "\f284"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-modx:before {
content: "\f285"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-fort-awesome:before {
content: "\f286"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-usb:before {
content: "\f287"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-product-hunt:before {
content: "\f288"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-mixcloud:before {
content: "\f289"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-scribd:before {
content: "\f28a"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pause-circle:before {
content: "\f28b"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-pause-circle-o:before {
content: "\f28c"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stop-circle:before {
content: "\f28d"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-stop-circle-o:before {
content: "\f28e"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shopping-bag:before {
content: "\f290"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-shopping-basket:before {
content: "\f291"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-hashtag:before {
content: "\f292"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bluetooth:before {
content: "\f293"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-bluetooth-b:before {
content: "\f294"; }
/* line 4, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/font-awesome.scss */
.fa-percent:before {
content: "\f295"; }
@font-face {
font-family: 'Junction';
src: url('/s_root/fonts/junction-bold.eot?8452cabfc156');
src: url('/s_root/fonts/junction-bold.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/junction-bold.woff?8452cabfc156') format("woff"), url('/s_root/fonts/junction-bold.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/junction-bold.svg?8452cabfc156#junctionbold') format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'Junction';
src: url('/s_root/fonts/junction-light.eot?8452cabfc156');
src: url('/s_root/fonts/junction-light.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/junction-light.woff?8452cabfc156') format("woff"), url('/s_root/fonts/junction-light.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/junction-light.svg?8452cabfc156#junctionlight') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Junction';
src: url('/s_root/fonts/junction-regular.eot?8452cabfc156');
src: url('/s_root/fonts/junction-regular.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/junction-regular.woff?8452cabfc156') format("woff"), url('/s_root/fonts/junction-regular.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/junction-regular.svg?8452cabfc156#junctionregular') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Orbitron Bold';
src: url('/s_root/fonts/orbitron-bold-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/orbitron-bold-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/orbitron-bold-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/orbitron-bold-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/orbitron-bold-webfont.svg?8452cabfc156#orbitronbold') format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'Orbitron Light';
src: url('/s_root/fonts/orbitron-light-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/orbitron-light-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/orbitron-light-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/orbitron-light-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/orbitron-light-webfont.svg?8452cabfc156#orbitronlight') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Orbitron';
src: url('/s_root/fonts/orbitron-medium-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/orbitron-medium-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/orbitron-medium-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/orbitron-medium-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/orbitron-medium-webfont.svg?8452cabfc156#orbitron') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Orbitron Black';
src: url('/s_root/fonts/orbitron-black-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/orbitron-black-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/orbitron-black-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/orbitron-black-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/orbitron-black-webfont.svg?8452cabfc156#orbitronblack') format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'Blackout Midnight';
src: url('/s_root/fonts/blackout_midnight-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/blackout_midnight-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/blackout_midnight-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/blackout_midnight-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/blackout_midnight-webfont.svg?8452cabfc156#blackoutmidnight') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Blackout Sunrise';
src: url('/s_root/fonts/blackout_sunrise-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/blackout_sunrise-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/blackout_sunrise-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/blackout_sunrise-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/blackout_sunrise-webfont.svg?8452cabfc156#blackoutsunrise') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Blackout 2am';
src: url('/s_root/fonts/blackout_two_am-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/blackout_two_am-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/blackout_two_am-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/blackout_two_am-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/blackout_two_am-webfont.svg?8452cabfc156#blackouttwoam') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'Chunkfive';
src: url('/s_root/fonts/Chunkfive-webfont.eot?8452cabfc156');
src: url('/s_root/fonts/Chunkfive-webfont.eot?&8452cabfc156#iefix') format("embedded-opentype"), url('/s_root/fonts/Chunkfive-webfont.woff?8452cabfc156') format("woff"), url('/s_root/fonts/Chunkfive-webfont.ttf?8452cabfc156') format("truetype"), url('/s_root/fonts/Chunkfive-webfont.svg?8452cabfc156#chunkfive') format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'AnonymousProBold';
src: url('/s_root/fonts/AnonymousProBold.ttf?8452cabfc156') format("truetype");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'AnonymousProBoldItalic';
src: url('/s_root/fonts/AnonymousProBoldItalic.ttf?8452cabfc156') format("truetype");
font-weight: bold;
font-style: italic; }
@font-face {
font-family: 'AnonymousProItalic';
src: url('/s_root/fonts/AnonymousProItalic.ttf?8452cabfc156') format("truetype");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: 'AnonymousPro';
src: url('/s_root/fonts/AnonymousPro.ttf?8452cabfc156') format("truetype");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'League Spartan';
src: url('/s_root/fonts/leaguespartan-bold.eot?24e9af7fe73e');
src: url('/s_root/fonts/leaguespartan-bold.eot?&24e9af7fe73e#iefix') format("embedded-opentype"), url('/s_root/fonts/leaguespartan-bold.woff2?24e9af7fe73e') format("woff2"), url('/s_root/fonts/leaguespartan-bold.woff?24e9af7fe73e') format("woff"), url('/s_root/fonts/leaguespartan-bold.ttf?24e9af7fe73e') format("truetype"), url('/s_root/fonts/leaguespartan-bold.svg?24e9af7fe73e#league_spartanbold') format("svg");
font-weight: bold;
font-style: normal; }
@font-face {
font-family: 'League Gothic';
src: url('/s_root/fonts/leaguegothic-italic-webfont.eot?24e9af7fe73e');
src: url('/s_root/fonts/leaguegothic-italic-webfont.eot?&24e9af7fe73e#iefix') format("embedded-opentype"), url('/s_root/fonts/leaguegothic-italic-webfont.woff?24e9af7fe73e') format("woff"), url('/s_root/fonts/leaguegothic-italic-webfont.ttf?24e9af7fe73e') format("truetype"), url('/s_root/fonts/leaguegothic-italic-webfont.svg?24e9af7fe73e#league_gothic_italicregular') format("svg");
font-weight: normal;
font-style: italic; }
@font-face {
font-family: 'League Gothic';
src: url('/s_root/fonts/leaguegothic-regular-webfont.eot?24e9af7fe73e');
src: url('/s_root/fonts/leaguegothic-regular-webfont.eot?&24e9af7fe73e#iefix') format("embedded-opentype"), url('/s_root/fonts/leaguegothic-regular-webfont.woff?24e9af7fe73e') format("woff"), url('/s_root/fonts/leaguegothic-regular-webfont.ttf?24e9af7fe73e') format("truetype"), url('/s_root/fonts/leaguegothic-regular-webfont.svg?24e9af7fe73e#league_gothicregular') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'League Gothic Condensed';
src: url('/s_root/fonts/leaguegothic-condensed-regular-webfont.eot?24e9af7fe73e');
src: url('/s_root/fonts/leaguegothic-condensed-regular-webfont.eot?&24e9af7fe73e#iefix') format("embedded-opentype"), url('/s_root/fonts/leaguegothic-condensed-regular-webfont.woff?24e9af7fe73e') format("woff"), url('/s_root/fonts/leaguegothic-condensed-regular-webfont.ttf?24e9af7fe73e') format("truetype"), url('/s_root/fonts/leaguegothic-condensed-regular-webfont.svg?24e9af7fe73e#league_gothic_condensed-Rg') format("svg");
font-weight: normal;
font-style: normal; }
@font-face {
font-family: 'League Gothic Condensed';
src: url('/s_root/fonts/leaguegothic-condensed-italic-webfont.eot?24e9af7fe73e');
src: url('/s_root/fonts/leaguegothic-condensed-italic-webfont.eot?&24e9af7fe73e#iefix') format("embedded-opentype"), url('/s_root/fonts/leaguegothic-condensed-italic-webfont.woff?24e9af7fe73e') format("woff"), url('/s_root/fonts/leaguegothic-condensed-italic-webfont.ttf?24e9af7fe73e') format("truetype"), url('/s_root/fonts/leaguegothic-condensed-italic-webfont.svg?24e9af7fe73e#league_gothic_condensed_itaRg') format("svg");
font-weight: normal;
font-style: italic; }
/* Custom Variables */
/* Colors */
/* Fonts */
/* Default Variables */
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"] {
appearance: none;
background-color: #00e287;
border: 0;
border-radius: 0;
color: #fff;
cursor: pointer;
display: inline-block;
font-family: "Junction", monospace;
font-size: 1em;
-webkit-font-smoothing: antialiased;
font-weight: 600;
line-height: 1;
padding: 0.75em 1.5em;
text-decoration: none;
transition: background-color 150ms ease;
user-select: none;
vertical-align: middle;
white-space: nowrap; }
/* line 21, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
background-color: #00b56c;
color: #fff; }
/* line 27, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled {
cursor: not-allowed;
opacity: 0.5; }
/* line 31, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_buttons.scss */
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover {
background-color: #00e287; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
fieldset {
background-color: #151515;
border: 1px solid #00e287;
margin: 0 0 0.75em;
padding: 1.5em; }
/* line 8, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input,
label,
select {
display: block;
font-family: "Junction", monospace;
font-size: 1em; }
/* line 16, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
label {
font-weight: 600;
margin-bottom: 0.375em; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
label.required::after {
content: "*"; }
/* line 24, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
label abbr {
display: none; }
/* line 29, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple] {
background-color: #c8e2d8;
border: 1px solid #00e287;
border-radius: 0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
box-sizing: border-box;
font-family: "Junction", monospace;
font-size: 1em;
margin-bottom: 0.75em;
padding: 0.5em;
transition: border-color 150ms ease;
width: 100%; }
/* line 42, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
select[multiple=multiple]:hover {
border-color: #00b56c; }
/* line 46, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
select[multiple=multiple]:focus {
border-color: #00e287;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 201, 120, 0.7);
outline: none; }
/* line 52, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="color"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="email"]:disabled, input[type="month"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="text"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled, input:not([type]):disabled, textarea:disabled,
select[multiple=multiple]:disabled {
background-color: #bed7cd;
cursor: not-allowed; }
/* line 56, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="color"]:disabled:hover, input[type="date"]:disabled:hover, input[type="datetime"]:disabled:hover, input[type="datetime-local"]:disabled:hover, input[type="email"]:disabled:hover, input[type="month"]:disabled:hover, input[type="number"]:disabled:hover, input[type="password"]:disabled:hover, input[type="search"]:disabled:hover, input[type="tel"]:disabled:hover, input[type="text"]:disabled:hover, input[type="time"]:disabled:hover, input[type="url"]:disabled:hover, input[type="week"]:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover,
select[multiple=multiple]:disabled:hover {
border: 1px solid #00e287; }
/* line 62, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
textarea {
resize: vertical; }
/* line 66, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="search"] {
appearance: none; }
/* line 70, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="checkbox"],
input[type="radio"] {
display: inline;
margin-right: 0.375em; }
/* line 75, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="checkbox"] + label,
input[type="radio"] + label {
display: inline-block; }
/* line 80, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
input[type="file"] {
margin-bottom: 0.75em;
width: 100%; }
/* line 85, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_forms.scss */
select {
margin-bottom: 1.5em;
max-width: 100%;
width: auto; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_lists.scss */
ul,
ol {
list-style-type: none;
margin: 0;
padding: 0; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_lists.scss */
dl {
margin-bottom: 0.75em; }
/* line 23, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_lists.scss */
dl dt {
font-weight: bold;
margin-top: 0.75em; }
/* line 28, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_lists.scss */
dl dd {
margin: 0; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_tables.scss */
table {
border-collapse: collapse;
font-feature-settings: "kern", "liga", "tnum";
margin: 0.75em 0;
table-layout: fixed;
width: 100%; }
/* line 9, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_tables.scss */
th {
border-bottom: 1px solid #00aa65;
font-weight: 600;
padding: 0.75em 0;
text-align: left; }
/* line 16, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_tables.scss */
td {
border-bottom: 1px solid #00e287;
padding: 0.75em 0; }
/* line 21, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_tables.scss */
tr,
td,
th {
vertical-align: middle; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
body {
color: #151515;
font-family: "Junction", monospace;
font-feature-settings: "kern", "liga", "pnum";
font-size: 1em;
line-height: 1.5; }
/* line 9, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "League Spartan", sans-serif;
font-size: 1em;
line-height: 1.2;
margin: 0 0 0.75em; }
/* line 21, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
p {
margin: 0 0 0.75em; }
/* line 25, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
a {
color: #00e287;
text-decoration: none;
transition: color 150ms ease; }
/* line 30, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
a:active, a:focus, a:hover {
color: #00aa65; }
/* line 37, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
hr {
border-bottom: 1px solid #00e287;
border-left: 0;
border-right: 0;
border-top: 0;
margin: 1.5em 0; }
/* line 45, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/base/_typography.scss */
img,
picture {
margin: 0;
max-width: 100%; }
/* General */
/* line 2, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
body {
background: #c8e2d8;
color: #151515; }
/* Navigation */
/* line 7, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav {
position: fixed;
top: 0;
left: 0;
height: 3em;
width: 100vw;
background: -webkit-linear-gradient(#444444, #151515) bottom repeat;
background: linear-gradient(#444444, #151515) bottom repeat;
border-bottom: 3px solid #00e287;
z-index: 2; }
/* line 14, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav ul:first-child {
position: absolute;
top: 50%;
left: 35%; }
/* line 16, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav ul:last-child {
position: absolute;
top: 50%;
left: 65%; }
/* line 19, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav ul {
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); }
/* line 22, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav ul li {
display: inline;
text-align: center;
padding-right: 5px;
padding-left: 5px; }
/* line 27, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav ul li a {
color: #c8e2d8;
font-size: 1.5em;
line-height: 1.75em; }
/* line 32, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav #banner {
position: fixed;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
height: 93px;
width: 75px;
background: -webkit-linear-gradient(#2c2c2c, #151515) bottom repeat;
background: linear-gradient(#2c2c2c, #151515) bottom repeat;
border-bottom: 3px solid #00e287;
border-left: 3px solid #00e287;
border-right: 3px solid #00e287;
z-index: 2; }
/* line 42, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
nav #banner img {
box-sizing: border-box;
height: 100%;
width: 100%;
padding: 3px; }
/* Main */
/* line 49, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
main {
padding-top: 3em; }
/* Footer */
/* line 54, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/base.sass */
footer {
box-sizing: border-box;
height: 3em;
width: 100vw;
background: -webkit-linear-gradient(#151515, #444444) bottom repeat;
background: linear-gradient(#151515, #444444) bottom repeat;
color: #c8e2d8;
text-align: center;
padding: 10px; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container {
padding: 0;
position: relative;
height: calc(100vh - 6em);
width: 100vw; }
/* line 7, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-background {
height: 100%;
width: 100%;
background: url('/s_root/img/moon-placeholder.jpg?cedd2da2b231'); }
/* line 11, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
color: #c8e2d8; }
/* line 19, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content h1 {
font-size: 2.5em;
line-height: 2.75em;
margin: 0; }
/* line 24, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content h1 strong {
color: #00e287; }
/* line 27, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content h3 {
font-size: 1.75em;
line-height: 2em; }
/* line 31, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content button {
color: #151515; }
/* line 36, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content a:nth-last-child(2) button {
background: #c8e2d8; }
/* line 38, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/index.sass */
#index-container #index-content a:nth-last-child(2) button:hover {
background: #96aaa2; }
/* line 1, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content {
max-width: 68em;
margin-left: auto;
margin-right: auto;
background: #d6e9e2;
padding-top: 4em;
padding-right: 4em;
padding-left: 4em;
box-shadow: 0 0 3px 2px #151515; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/bourbon/addons/_clearfix.scss */
#blog-content::after {
clear: both;
content: "";
display: table; }
/* line 8, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section:first-child {
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section:first-child:last-child {
margin-right: 0; }
/* line 10, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section:last-child {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
padding-left: 2em;
border-left: solid 2px #151515; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section:last-child:last-child {
margin-right: 0; }
/* line 14, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section hr {
border-bottom: solid 2px #151515; }
/* line 17, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section a {
color: #151515; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section h2 {
font-size: 1.5em;
line-height: 1.75em;
margin: 0; }
/* line 24, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section h5 {
font-size: 0.75em;
line-height: 1em; }
/* line 28, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #rss {
display: block; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/bourbon/addons/_clearfix.scss */
#blog-content section #rss::after {
clear: both;
content: "";
display: table; }
/* line 31, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #rss h3 {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section #rss h3:last-child {
margin-right: 0; }
/* line 34, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #rss img {
display: inline;
float: left;
display: block;
margin-right: 2.35765%;
width: 65.88078%;
height: 1.2em;
width: auto;
margin-top: -4px; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section #rss img:last-child {
margin-right: 0; }
/* line 41, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #post-header {
display: block; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/bourbon/addons/_clearfix.scss */
#blog-content section #post-header::after {
clear: both;
content: "";
display: table; }
/* line 44, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #post-header #title {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section #post-header #title:last-child {
margin-right: 0; }
/* line 47, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/blog.sass */
#blog-content section #post-header #postsocial {
float: left;
display: block;
margin-right: 2.35765%;
width: 48.82117%; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#blog-content section #post-header #postsocial:last-child {
margin-right: 0; }
/* line 2, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section {
max-width: 68em;
margin-left: auto;
margin-right: auto;
padding-top: 3em; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/bourbon/addons/_clearfix.scss */
#portfolio-content section::after {
clear: both;
content: "";
display: table; }
/* line 5, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section h2 {
font-size: 2em;
line-height: 2.25em;
margin-bottom: 0;
text-align: center; }
/* line 10, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section hr {
border-bottom: 3px solid #151515;
margin: 0; }
/* line 13, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section div {
display: block; }
/* line 20, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/bourbon/addons/_clearfix.scss */
#portfolio-content section div::after {
clear: both;
content: "";
display: table; }
/* line 15, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section div div {
float: left;
display: block;
margin-right: 2.35765%;
width: 31.76157%;
position: relative;
margin-top: 2em;
overflow: hidden; }
/* line 89, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_span-columns.scss */
#portfolio-content section div div:last-child {
margin-right: 0; }
/* line 78, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_omega.scss */
#portfolio-content section div div:nth-child(3):nth-child(3n) {
margin-right: 0; }
/* line 83, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/external/neat/grid/_omega.scss */
#portfolio-content section div div:nth-child(3):nth-child(3n+1) {
clear: left; }
/* line 22, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section div div:hover > div {
display: block;
top: 10%; }
/* line 25, /home/nick/webdev/websites/njcongleton/mywebsite/static/css/internal/portfolio.sass */
#portfolio-content section div div div {
display: none;
height: 75%;
width: 100%;
position: absolute;
top: 100%;
left: 0;
background: #151515;
color: #c8e2d8;
-webkit-animation: slide 0.5s ease-in;
-moz-animation: slide 0.5s ease-in;
animation: slide 0.5s ease-in; }
|
sites/all/modules/CONTRIBUTED/om_subthemer/skins/om_black/css/style.css
|
liza/hotreg
|
/**
* Default OM Black Subtheme
*
*/
/* General */
body { font-family: Arial, Helvetica, sans-serif; }
table { border-collapse: separate; }
/* Layout */
.wrapper-outer { background: none #1A1A1A; width: 100%; }
.wrapper-level-2 { width: 100%; margin: 0; }
.wrapper-inner { width: 960px; margin: 0 auto; padding: 0; position: relative; }
.region-inner {}
.block-inner { padding: 10px; }
.region { min-height: 100px; margin-bottom: 5px; }
.region h3 { text-align: left; padding: 5px; font-size: 12px; text-transform: uppercase; color: #999; }
.row { float: none; }
.column { float: left; min-height: 300px; }
.column .wrapper-inner, .column .region-inner { min-height: 298px; }
.columns-1 { width: 100%; }
.columns-2 { width: 50%; }
.columns-3 { width: 33%; }
.columns-3.column-3-2 { width: 34%; }
.columns-4 { width: 25%; }
.columns-5 { width: 20%; }
.column-first {}
.column-last { float: right; }
.column-first.column-last { float: none; }
.clearfix { clear: both; }
/* Header */
#header { background: url(images/header_bg.png) center top repeat-x; height: 160px; }
#header .wrapper-inner { padding: 30px 0; }
#header-block { float: right; }
/* Navigation */
#nav { background: url(images/nav_bg.png) center top repeat-x #000; height: 40px; }
#nav-inner {}
/* Highlighted */
#highlighted { background: url(images/highlighted_wrapper_bg.png) center top repeat; padding: 10px 0; }
#highlighted .block { min-height: 300px; width: 960px; margin: 0 auto; }
#highlighted .block-inner { background: url(images/pattern.jpg) center center repeat; height: 290px; width: 950px; border: 5px solid #666; padding: 0; }
#highlighted .block h3.title { font-size: 2em; color: #fff; padding: 10px 20px; }
#highlighted .block .content { padding: 20px 20px 0; }
#highlighted .block .content p { color: #fff; font-weight: bold; font-size: 1.2em; }
#highlighted .block .content img { float: left; margin-right: 20px; }
/* Breadcrumb */
#breadcrumb { padding: 10px 0; }
.breadcrumb { padding: 10px 0; }
/* Main Menu */
#nav div>ul.menu { height: 40px; }
#nav div>ul.menu>li { height: 40px; }
#nav div>ul.menu>li>a { height: 40px; padding: 0 20px; background: url(images/nav_bg.png) center top repeat-x; line-height: 40px; color: #FFD91E; }
#nav div ul.menu>li:hover>a,
#nav div ul.menu>li.active-trail>a { background-position: 0 -40px; color: #000; }
/* Main Menu Submenu */
#nav div ul.menu ul { top: 40px !important; }
#nav div ul.menu ul li {}
#nav div ul.menu ul li a {}
#nav div ul.menu ul li a:hover {}
/* Search */
#search-box { width: 260px; position: absolute; top: 30px; right: 0; height: 30px; }
#search-box #search { width: 260px; height: 30px; }
#search-box form label { display: none;}
#search-box form .form-item { margin: 0; display: block; height: 30px; width: 260px; position: absolute; top: 0; left: 0; z-index: 100; }
#search-box form .form-item .form-text { background: url(images/search_bg.png) 0 0 no-repeat; width: 205px !important; height: 20px; padding: 5px 40px 5px 15px; border: none; color: #333; }
#search-box form .form-submit { position: absolute; top: 0; right: 0; width: 40px; height: 30px; padding: 30px 0 0; overflow: hidden; border: none; background: none; z-index: 110; }
/* Main */
#middle { padding-top: 10px; }
.two-sidebars #middle {}
.one-sidebar #middle { padding-right: 1%; }
.sidebar-first #middle {}
.sidebar-second #middle {}
#main {}
#main .wrapper-inner { background: url(images/container_bg.png) center top repeat-x #fff; }
#page-title { color: #F00; }
/* Content */
#content .node .content h1 {}
#content .node .content h2 {}
#content .node .content h3 {}
#content .node .content h4 {}
#content .node .content h5 {}
#content .node .content h6 {}
#content .node .content ul {}
#content .node .content ul li {}
#content .node .content ol {}
#content .node .content ol li {}
#content .node .content a {}
#content .node .content p {}
#content .node .content table {}
#content .node .content tr {}
#content .node .content th {}
#content .node .content td {}
#content .node .content img {}
/* Blocks */
.block { -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; margin-bottom: 10px; }
.block-inner { border: 1px solid #ccc; background: url(images/container_bg.png) center top repeat-x #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px; }
/* OM Sidebars */
#sidebar-first {}
#sidebar-first-inner { padding: 10px; }
#sidebar-second {}
#sidebar-second-inner { padding: 10px; }
#sidebar-first .block h3.title,
#sidebar-second .block h3.title { color: #F60; }
/* Footer */
#footer {}
#footer .block { background: none; border: none; }
#footer .block-inner { background: none; border: none; }
#footer .block .content ul.menu { padding: 0; margin: 0; }
#footer .block .content ul.menu li { padding: 0; margin: 0; list-style: none; list-style-image: none; display: block; float: left; }
#footer .block .content ul.menu li a { padding: 0 10px; margin: 0; display: block; float: left; color: #969599; text-transform: uppercase; font-size: 10px; }
/* Turn-off div backgrounds and borders
.wrapper-inner { border: 1px solid #fff; }
.region-inner { border: 1px solid #fff; }
.region { background-color: #f2f2f2; } */
/* Turn-off OM Base Theme Credit */
/* #legal { display: none; } */
/* For Adaptive Design */
@media screen and (max-width: 960px) {}
@media screen and (max-width: 800px) {}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 480px) {}
|
_posts/2012/2012-05-08-book-review-mistborn.html
|
tomjohnson1492/tomjohnson1492.github.io
|
---
layout: post
title: 'Book Review: Mistborn, by Brandon Sanderson'
date: 2012-05-08 19:31:59.000000000 -07:00
categories:
- book-reviews
- technical-writing
tags:
- Brandon Sanderson
- fiction
- Mistborn
status: publish
published: true
---
<p><figure><a href="http://www.qksrv.net/click-5620807-10273919?url=http://www.audible.com/pd/ref=sr_1_1?asin=B002V0QCYU&qid=1336525885&sr=1-1&source_code=COMA0213WS031709"><img class="size-full wp-image-10851 " title="Mistborn" src="https://s3.us-west-1.wasabisys.com/idbwmedia.com/images/mistborn.png" alt="Mistborn" width="174" height="261" /></a><figcaption>Mistborn, by Brandon Sanderson</figcaption></figure></p>
<p><em><a title="Mistborn, by Brandon Sanderson" href="http://www.qksrv.net/click-5620807-10273919?url=http://www.audible.com/pd/ref=sr_1_1?asin=B002V0QCYU&qid=1336525885&sr=1-1&source_code=COMA0213WS031709">Mistborn</a></em>, by Brandon Sanderson, is a fantasy trilogy that takes you into a world where the characters can "burn" metals inside their bodies to give rise to certain powers, such as increased strength, the ability to push and pull other metals, an enhancement of the senses, or the most potent of all, the ability to see several seconds into the future (critical for fighting).</p>
<p>Mistings possess one of the nine powers; a mistborn possess all nine. (For more information, see this <a href="http://www.brandonsanderson.com/store/item/39/">Allomantic Table of Metals</a>.)</p>
<p>The protagonist, Vin, is a young girl, an orphan thief, who doesn't realize she possesses these mistborn powers until she meets her mentor, Kelsier. Kelsier recruits Vin along with other crew members to overthrow the Lord Ruler, a despot who maintains his power, in part, through a sharply defined class system between noblemen and skaa.</p>
<p>Mistborn has been one of my favorite books to listen to this year. The system of magic -- burning metals (called "Allomancy") -- gives rise to a fascinating world, one that mixes innate capabilities with class and mystery.</p>
<p>The Mistborn trilogy is a classic and highly regarded in the fantasy genre. It's full of action scenes, intricate plots, and compelling characters. The book is appropriate for any age. (My 10-year-old daughter listened to two of the three books.)</p>
<p>I hadn't really listened to fantasy novels before <em>Mistborn</em>. The closest book was J. R. R. Tolkein's <em>The Hobbit</em>. With Mistborn, I realized that I like fantasy literature. For example, after finishing the book, I decided to listen to Robert Jordan's <a title="The Eye of the World" href="http://www.qksrv.net/click-5620807-10273919?url=http://www.audible.com/pd/ref=sr_1_1?asin=B0036NHZ10&qid=1336526598&sr=1-1&source_code=COMA0213WS031709">The Eye of the World</a> -- a series that Sanderson finished on behalf of Jordan (because Jordan died around book nine, before finishing the series).</p>
<p>To learn more about Mistborn, see the <a title="Mistborn" href="http://www.brandonsanderson.com/book/Mistborn">Mistborn page on Brandon Sanderson's site</a>.</p>
<p>To listen to an audio version of Mistborn, <a title="Mistborn" href="http://www.qksrv.net/click-5620807-10273919?url=http://www.audible.com/pd/ref=sr_1_1?asin=B002V0QCYU&qid=1336525885&sr=1-1&source_code=COMA0213WS031709">download <em>Mistborn</em> from Audible</a>.</p>
|
MediaBrowser.WebDashboard/dashboard-ui/dashboard.html
|
babgvant/MediaBrowser
|
<!DOCTYPE html>
<html>
<head>
<title>${TitleServer}</title>
</head>
<body>
<div id="dashboardPage" data-role="page" class="page type-interior dashboardHomePage" data-require="scripts/dashboardpage,humanedate,buttonenabled,paper-icon-item,paper-item-body,paper-fab">
<div data-role="content">
<div class="content-primary">
<div data-role="controlgroup" data-type="horizontal" class="localnav" data-mini="true">
<a href="#" data-role="button" class="ui-btn-active">${TabDashboard}</a>
<a href="dashboardgeneral.html" data-role="button">${TabSettings}</a>
</div>
<div class="dashboardContent">
<div class="ui-bar-a welcomeMessage" style="display: none; padding: 2em; border-radius: 10px; margin: 2em 0; font-weight: normal; max-width: 800px;">
<h1 style="margin-top: 0;" class="tourHeader"></h1>
<p>
<button class="btnTakeTour" type="button" data-icon="arrow-r" data-iconpos="right"><span class="tourButtonText"></span></button>
</p>
</div>
<div class="readOnlyContent dashboardHomeLeftColumn">
<div>
<h1>${HeaderServerInformation}</h1>
<div class="paperList" style="padding:1em;">
<p id="appVersionNumber">
</p>
<p id="pUpToDate" style="display: none;">
<img src="css/images/checkmarkgreen.png" style="height: 20px; margin-right: 3px; position: relative; top: 5px; border-radius: 3px;" />
${ServerUpToDate}
</p>
<div id="pUpdateNow" style="display: none;">
<p><strong>${NewServerVersionAvailable}</strong></p>
<p id="newVersionNumber"></p>
<div id="btnUpdateApplicationContainer">
<button id="btnUpdateApplication" type="button" data-icon="arrow-d" data-theme="b" onclick="DashboardPage.updateApplication();">${ButtonUpdateNow}</button>
</div>
<div id="btnManualUpdateContainer">
<a href="http://emby.media/download" target="_blank">${PleaseUpdateManually}</a>
</div>
</div>
<p id="ports"></p>
<div id="pPluginUpdates"></div>
<p class="localUrl"></p>
<p class="externalUrl"></p>
<div style="margin-top: 1em;">
<paper-button raised class="subdued btnRestartContainer hide" onclick="DashboardPage.restart();"><iron-icon icon="refresh"></iron-icon><span>${ButtonRestart}</span></paper-button>
<paper-button id="btnShutdown" raised class="subdued" onclick="DashboardPage.shutdown();"><iron-icon icon="close"></iron-icon><span>${ButtonShutdown}</span></paper-button>
</div>
</div>
</div>
<p class="supporterIconContainer" style="padding-left: .5em;margin: 1em 0 0;">
</p>
<div id="collapsiblePendingInstallations" data-role="collapsible" data-collapsed="false" style="margin-top: 2em; display: none;">
<h3>${HeaderPendingInstallations}</h3>
<p>${LabelComponentsUpdated}</p>
<div id="pendingInstallations">
</div>
<p>${MessagePleaseRestartServerToFinishUpdating}</p>
<div class="btnRestartContainer hide">
<paper-button raised class="submit" onclick="DashboardPage.restart();"><iron-icon icon="refresh"></iron-icon><span>${ButtonRestartNow}</span></paper-button>
</div>
</div>
<div class="activeDevicesCollapsible" style="margin-top: 2em;">
<h1>${HeaderActiveDevices}</h1>
<div class="activeDevices">
</div>
</div>
<div id="runningTasksCollapsible" data-role="collapsible" data-collapsed="false" style="margin-top: 1em; display: none;">
<h3>${HeaderRunningTasks}</h3>
<div>
<div id="divRunningTasks">
</div>
</div>
</div>
<div data-role="collapsible" data-collapsed="true">
<h3>${HeaderPaths}</h3>
<div>
<p>
<b>${LabelCache}</b><br />
<span id="cachePath"></span>
</p>
<p>
<b>${LabelLogs}</b><br />
<span id="logPath"></span>
</p>
<p>
<b>${LabelMetadata}</b><br />
<span id="metadataPath"></span>
</p>
<p>
<b>${LabelTranscodingTemporaryFiles}</b><br />
<span id="transcodingTemporaryPath"></span>
</p>
</div>
</div>
</div>
<div class="readOnlyContent dashboardHomeRightColumn firstDashboardHomeRightColumn">
<h1>${HeaderRecentActivity}</h1>
<div class="paperList activityItems">
</div>
</div>
<div class="readOnlyContent dashboardHomeRightColumn">
<h1>${HeaderLatestNews}</h1>
<div class="paperList latestNewsItems">
</div>
</div>
<div class="dashboardFooter">
<div style="height:1px;" class="ui-bar-inherit"></div>
<div style="margin-top:1em;">
<a href="http://emby.media" target="_blank">Emby</a>
<a href="http://emby.media/community" target="_blank">${LinkCommunity}</a>
<a href="https://github.com/MediaBrowser" target="_blank">${LinkGithub}</a>
<a class="swaggerLink" target="_blank" href="#">${LinkApi}</a>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>
|
javadoc/org/grouplens/lenskit/slopeone/DeviationDamping.html
|
ac0872/CTRecommenderLab
|
<!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_40) on Wed May 06 14:21:43 CDT 2015 -->
<title>DeviationDamping (LensKit 2.2)</title>
<meta name="date" content="2015-05-06">
<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="DeviationDamping (LensKit 2.2)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/grouplens/lenskit/slopeone/SlopeOneItemScorer.html" title="class in org.grouplens.lenskit.slopeone"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/grouplens/lenskit/slopeone/DeviationDamping.html" target="_top">Frames</a></li>
<li><a href="DeviationDamping.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>Field | </li>
<li>Required | </li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Element</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.grouplens.lenskit.slopeone</div>
<h2 title="Annotation Type DeviationDamping" class="title">Annotation Type DeviationDamping</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<br>
<pre>@Documented
<a href="http://dev.grouplens.org/grapht/apidocs/org/grouplens/grapht/annotation/DefaultDouble.html?is-external=true" title="class or interface in org.grouplens.grapht.annotation">@DefaultDouble</a>(<a href="http://dev.grouplens.org/grapht/apidocs/org/grouplens/grapht/annotation/DefaultDouble.html?is-external=true#value--" title="class or interface in org.grouplens.grapht.annotation">value</a>=0.0)
<a href="../../../../org/grouplens/lenskit/core/Parameter.html" title="annotation in org.grouplens.lenskit.core">@Parameter</a>(<a href="../../../../org/grouplens/lenskit/core/Parameter.html#value--">value</a>=java.lang.Double.class)
@Qualifier
@Target(value={METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface <span class="memberNameLabel">DeviationDamping</span></pre>
<div class="block">Damping parameter for Slope-One deviations.</div>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../index-all.html">Index</a></li>
<li><a href="../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></div>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev Class</li>
<li><a href="../../../../org/grouplens/lenskit/slopeone/SlopeOneItemScorer.html" title="class in org.grouplens.lenskit.slopeone"><span class="typeNameLink">Next Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?org/grouplens/lenskit/slopeone/DeviationDamping.html" target="_top">Frames</a></li>
<li><a href="DeviationDamping.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>Field | </li>
<li>Required | </li>
<li>Optional</li>
</ul>
<ul class="subNavList">
<li>Detail: </li>
<li>Field | </li>
<li>Element</li>
</ul>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
Coding/W3School/W3CN/www.w3school.com.cn/tiy/showcode90a6.html
|
platinhom/ManualHom
|
<html>
<!-- Mirrored from www.w3school.com.cn/tiy/showcode.asp?f=demo_aspnet_htmlinputimage by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 02 Dec 2015 07:02:08 GMT -->
<!-- Added by HTTrack --><meta http-equiv="content-type" content="text/html;charset=GB2312" /><!-- /Added by HTTrack -->
<head>
<link rel="stylesheet" type="text/css" href="showcode.css" />
</head>
<body>
<pre>
<code class="jscode"><script runat="server">
Sub button1(Source As Object, e As ImageClickEventArgs)
p1.InnerHtml="You clicked the on button!"
End Sub
Sub button2(Source As Object, e As ImageClickEventArgs)
p1.InnerHtml="You clicked the off button!"
End Sub
</script></code>
<html>
<body>
<form runat="server">
<p>请点击其中的一幅图片:</p>
<p>
<input type="image" src="/i/eg_bulbon.gif"
OnServerClick="button1" runat="server" width="45" height="60" />
</p>
<p>
<input type="image" src="/i/eg_bulboff.gif"
OnServerClick="button2" runat="server" width="45" height="60" />
</p>
<p id="p1" runat="server" />
</form>
</body>
</html>
</pre>
</body>
|
src/main/webapp/sqli-01/BenchmarkTest00675.html
|
h3xstream/Benchmark
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script src="/benchmark/js/jquery.min.js"></script>
<script type="text/javascript" src="/benchmark/js/js.cookie.js"></script>
<title>BenchmarkTest00675</title>
</head>
<body>
<form action="/benchmark/sqli-01/BenchmarkTest00675" method="POST" id="FormBenchmarkTest00675">
<div><label>Please enter your details:</label></div>
<br/>
<div><label>Email:</label></div>
<div><input type="text" id="email" name="email"></input></div>
<div><label>Password:</label></div>
<div><input type="text" id="password" name="password" value=""></input></div>
<div> </div>
<div><label>Parameter: BenchmarkTest00675 <BR> Value:</label>
<input type="text" id="BenchmarkTest00675" name="BenchmarkTest00675" value="bar"></input></div>
<br/>
<div><input type="submit" value="Login" /></div>
</form>
</body>
</html>
|
root/HookLoader/plugin/BanCountry/style/adm/CountryList.html
|
ocean0yohsuke/HookLoader
|
<!-- IF S_ERROR -->
<div class="errorbox">
<h3>{L_WARNING}</h3>
<p>{ERROR_MSG}</p>
</div>
<!-- ENDIF -->
<!-- IF S_NOTICE -->
<div class="errorbox notice">
<h3>{L_INFORMATION}</h3>
<p>{NOTICE_MSG}</p>
</div>
<!-- ENDIF -->
<form method="post" action="{U_ACTION}">
<fieldset>
<legend>{L_COUNTRYLIST_LISTTYPE}</legend>
<dl>
<dt><label for="listType">{L_LISTTYPE}:</label><br /><span>{L_LISTTYPE_EXPLAIN}</span></dt>
<dd><label><input type="radio" id="listType" name="listType" value="1" class="radio" <!-- IF LISTTYPE_VALUE eq 1 -->checked="checked"<!-- ENDIF --> /> {L_ALLOW}</label>
<label><input type="radio" id="listType" name="listType" value="0" class="radio" <!-- IF LISTTYPE_VALUE eq 0 -->checked="checked"<!-- ENDIF --> /> {L_DENY}</label></dd>
</dl>
<p class="submit-buttons">
<input class="button1" type="submit" name="submit_listType" value="{L_SUBMIT}" />
<input class="button2" type="reset" name="reset_listType" value="{L_RESET}" />
</p>
</fieldset>
</form>
<form method="post" action="{U_ACTION}">
<fieldset>
<legend>{L_COUNTRYLIST_ADD}</legend>
<dl>
<dt><label for="countryList">{L_ISO_3166_2}:</label><br /><span>{L_ISO_3166_2_EXPLAIN}</span></dt>
<dd><textarea id="countryList" name="countryList" cols="40" rows="3"></textarea></dd>
</dl>
<p class="submit-buttons">
<input class="button1" type="submit" name="submit_add" value="{L_SUBMIT}" />
<input class="button2" type="reset" name="reset_add" value="{L_RESET}" />
</p>
</fieldset>
</form>
<form method="post" action="{U_ACTION}">
<fieldset>
<legend>{L_COUNTRYLIST_DELETE}</legend>
<dl>
<dt><label for="countryList">{L_COUNTRYLIST}:</label><br /><span>{L_COUNTRYLIST_EXPLAIN}</span></dt>
<dd><select id="countryList" name="countryList[]" multiple="multiple" size="10" style="width: 50%" >
<!-- BEGIN country -->
<option value="{country.NAME}"> {country.NAME}</option>
<!-- END country -->
</select></dd>
</dl>
<p class="submit-buttons">
<input class="button1" type="submit" id="submit_delete" name="submit_del" value="{L_SUBMIT}" />
<input class="button2" type="reset" id="reset_delete" name="reset_del" value="{L_RESET}" />
</p>
</fieldset>
</form>
|
javadoc/org/quicktionary/gui/class-use/SearchResults.html
|
Salmela/Quicktionary-ohja
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_31) on Thu Feb 12 15:59:28 EET 2015 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Uses of Class org.quicktionary.gui.SearchResults (Quicktionary 1.0-SNAPSHOT API)</title>
<meta name="date" content="2015-02-12">
<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 Class org.quicktionary.gui.SearchResults (Quicktionary 1.0-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/quicktionary/gui/SearchResults.html" title="class in org.quicktionary.gui">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/quicktionary/gui/class-use/SearchResults.html" target="_top">Frames</a></li>
<li><a href="SearchResults.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 Class org.quicktionary.gui.SearchResults" class="title">Uses of Class<br>org.quicktionary.gui.SearchResults</h2>
</div>
<div class="classUseContainer">No usage of org.quicktionary.gui.SearchResults</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/quicktionary/gui/SearchResults.html" title="class in org.quicktionary.gui">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/quicktionary/gui/class-use/SearchResults.html" target="_top">Frames</a></li>
<li><a href="SearchResults.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. All rights reserved.</small></p>
</body>
</html>
|
sites/all/themes/temacecina/css - Copia/style _quasiori.css
|
bettibio/drupal_cecina
|
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);
body { font-size:14px; font-weight:normal; font-style:normal; line-height: 1.5; background:#ffffff; word-wrap: break-word; margin: 0; padding: 0; border: 0; outline: 0;border-top:10px solid; }
a:link, a:visited { text-decoration: none; }
a:hover, a:active, a:focus { text-decoration: none; }
#main a { text-decoration: underline; }
#main a:hover { text-decoration: none; }
#main h1 a, #main h2 a, #main h3 a, #main h4 a, #main h5 a { text-decoration: none; }
h1, h2, h3, h4, h5, h6 { letter-spacing: -1px; margin:0; }
h1 { font-size:35px; font-weight:normal; font-style:normal; line-height: 140%; margin-bottom: 14px; }
h2 { font-size:28px; font-weight:normal; font-style:normal; line-height: 130%; margin-bottom: 10px; }
.block h2, #footer h2 { font-weight: bold; font-size: 1.5em; line-height: 130%; margin-bottom: 10px; }
h3 { font-size:21px; font-weight:normal; font-style:normal; line-height: 130%; margin-bottom: 8px; }
h4 { font-size:17px; font-weight:bold; font-style:bold; line-height: 125%; margin-bottom: 8px; }
h5 { font-size:14px; font-weight:bold; font-style:bold; line-height: 120%; margin-bottom: 8px; }
h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: inherit; text-decoration: none; }
p { margin: 0 0 20px 0; }
del { text-decoration: line-through; }
pre,code { white-space: pre; background-color: #ededed; border-bottom: 1px solid #d9d9d9; border-top: 1px solid #d9d9d9;
display: block; margin: 5px 0; padding: 5px; line-height: 125%; overflow: hidden;
font: 12px/24px Consolas,"Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L",Monaco,"Courier New",Courier,monospace; }
hr { border: solid #DDD; clear: both; margin: 10px 0 30px; height: 0; border-width: 1px 0 0; }
.field-type-taxonomy-term-reference .field-item { float: left; padding: 0 1em 0 0; white-space: nowrap; }
/* Responsive Images */
img, img.scale-with-grid { outline: 0; max-width: 100%; height: auto; }
/* Fonts */
body,input, textarea, select, a.button, fieldset legend { font-family: "PT Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }
/* Downloads - Documentation */
.cta { margin: 10px auto 0px auto; padding: 10px 10px 20px 10px; background-color: #f2f2f2; position: relative;
border: 1px solid #dcdcdc;
-webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px; text-shadow: #fff 1px 1px 0;
box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
-webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset; }
.cta h3 { font-size: 1.5em; text-shadow: #fff 1px -1px 0; }
/* Image Alignment Classes */
.alignright { float: right; margin: 0px 0px 10px 15px; }
.alignleft { float: left; margin: 0px 15px 10px 0px; }
.aligncenter { display:block; margin:0 auto; }
/* Header */
#header-top { padding:20px 0 4px 0; }
#header, #header-right { margin-top: 16px; }
#header .inner, #header-right .inner { padding-top: 15px; padding-bottom: 20px; }
#logo { float: left; padding: 0 20px; }
#site-name { margin: 0; padding: 0; font-size: 60px; line-height: 55px; letter-spacing: -1px; }
#header #site-name a { margin: 0; padding: 0; line-height: 55px; text-decoration: none; font-weight: bold;
letter-spacing: -2px; text-shadow: 0px 1px 0px #FFF; }
#header #site-name a:hover { color: #3253ad; }
#header #site-slogan { margin: 0; padding: 0; font-size: 24px; line-height: 28px; letter-spacing: -1px; }
/* Breadcrumb */
.breadcrumb { padding:0; }
#breadcrumb { overflow: hidden; zoom: 1; margin: 0 0 1.5em !important; padding: 5px 5px 5px 10px;
font-size: 0.92em; color: #999 !important; background-color: #f1f1f1;
-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; border: 1px solid #e9e9e9;
text-shadow: 1px 1px 0px #fff; }
#breadcrumb a { color: #797979; margin-right: 6px; text-shadow: none; text-decoration:underline; }
#breadcrumb .sep { margin-right: 6px; }
/* Navigation */
#navigation { margin-bottom: 20px; clear: both; }
/* Main */
#wrap { border-top:5px solid; }
#wrap #content { float:left; }
#main { margin-bottom: 20px; }
.node.node-teaser { margin-bottom: 20px; padding-bottom: 10px; border-bottom: 1px solid #d6d6d6; }
.submitted { font-size: 11px; color: #666666; padding-bottom: 10px; margin-bottom: 10px; }
/* Featured */
#featured .block { padding: 0 0 20px 0; }
/* Footer */
#footer { clear: both; padding: 20px 0; border-top: 1px solid; font-size: .9em; }
#credits { text-align: center; }
#footer .block { padding: 0 10px 20px; }
#footer .content > ul {
background-image: -moz-linear-gradient(center top , #fcfcfc 0%, #ececec 100%);
border-color: #eaeaea #f5f5f5 #f5f5f5;
border-radius: 5px;
border-style: solid;
border-width: 1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
text-align: center;
}
#footer .content li {
display: inline;
margin-left: 5px;
margin-right: 5px;
}
/* Highlighted */
.region-highlighted { padding: 20px 0; }
/* Help */
.region-help { border: 1px solid #d3d7d9; padding: 20px; margin: 20px 0; }
/* Table Styles */
table { border: 0; border-spacing: 0; margin: 10px 0; width: 100%; }
table table { font-size: 1em; }
table tr th { border-bottom: 1px solid white; border-top: 1px solid #dddddd; font-weight: normal;
color: #707070; text-shadow: white 1px 1px 0; background: #dddddd url(../images/gradient_small_trans.png) repeat-x 0 top; }
th { padding:5px 15px; border:none; }
td { padding:15px; border:none; }
table tr th, table tr th a, table tr th a:hover { font-weight: bold; }
table tbody tr th { vertical-align: top; }
tr.odd { background-color: #F4F4F4; border-bottom: 1px solid #EBEBEB; border-top: 1px solid white; }
tr, tr.even { background-color: #F9F9F9; border-bottom: 1px solid #EDEDED; border-top: 1px solid white; }
/* List Styles */
.block ol, .block ul { margin: 0; padding: 0 0 0.25em 1em; }
.contextual-links-wrapper { font-size: small !important; }
ul.contextual-links { font-size: 0.923em; }
.contextual-links-wrapper a { text-shadow: 0 0 0 !important; }
.item-list .pager { font-size: 0.929em; }
ul.menu li { margin: 0; }
.region-content ul, .region-content ol { margin: 1em 0; padding: 0 0 0.25em 2.5em; }
.item-list ul li { margin: 0; padding: 0.2em 0.5em 0 0; }
ul.links { font-size: 11px; color: #666666; }
ul.links.inline li { padding:0 5px 0 0; margin:0 5px 0 0; border-right:1px solid #666666; }
ul.links.inline li.last { border:none; }
/* Menus */
.block ul.menu { padding: 0; margin: 0; list-style: none; }
.block ul.menu li { list-style:none; }
.block ul.menu li a { display: block; border-bottom: 1px solid #eee; padding: 8px 0px 8px 24px; line-height: 120%; font-weight: bold;
background: url(../images/light/arrow_bullet.png) no-repeat 10px; text-decoration: none; }
.block ul.menu li a:hover { color:#333333; background: url(../images/dark/arrow_bullet.png) no-repeat 10px; }
.block ul.menu ul { margin:0 0 0 1.3em; }
.block ul.menu ul li a { border:none; padding: 4px 0; font-size:13px; color:#666666; background:none; }
.block ul.menu ul li a:hover { color:#333333; background:none; }
.block.block-superfish ul.menu li a { background:none; }
/* Comments */
.comment h2.title { margin-bottom: 1em; }
.comment div.user-picture img { margin-left: 0; }
.comment { margin-bottom: 20px; display: table; vertical-align: top; }
.comment .attribution { display: table-cell; padding: 0 35px 0 0; vertical-align: top; overflow: hidden; }
.comment .attribution img { margin: 0; border: 1px solid #d3d7d9; }
.comment .attribution .username { white-space: nowrap; }
.comment .submitted p { margin: 4px 0; font-size: 1.071em; line-height: 1.2; }
.comment .submitted .comment-time { font-size: 0.786em; }
.comment .submitted .comment-permalink { font-size: 0.786em; text-transform: lowercase; }
.comment .content { font-size: 0.929em; line-height: 1.6; }
.comment .comment-arrow { background: url(../images/comment-arrow.gif) no-repeat 0 center transparent;
border-left: 1px solid; border-right: 1px solid; height: 40px; margin-left: -36px; margin-top: 15px; position: absolute; width: 20px; }
.comment .comment-text { padding: 0 25px 10px 35px; display: table-cell; vertical-align: top; position: relative; width: 100%; border-left: 1px solid #d3d7d9; }
.comment .indented { margin-left: 40px; }
.comment-unpublished { margin-right: 5px; padding: 5px 2px 5px 5px; }
.comment .comment-text .comment-arrow { border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; }
/* Sidebar */
#wrap #sidebar-first, #wrap #sidebar-second { float:left; }
#sidebar-first .block, #sidebar-second .block { padding: 0 0 20px 0; }
/* Messages */
#messages { padding: 20px 0 5px; margin: 0 auto; }
div.messages { margin: 10px 0; }
/* -------------- User Profile -------------- */
.profile .user-picture { float: none; }
/* -------------- Form Elements ------------- */
fieldset { background: #ffffff; border: 1px solid #cccccc; margin-top: 10px; margin-bottom: 32px;
padding: 0 0 10px; position: relative; top: 12px; /* Offsets the negative margin of legends */
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.fieldset-wrapper { margin-top: 25px; }
.node-form .vertical-tabs .fieldset-wrapper { margin-top: 0; }
.filter-wrapper { top: 0; padding: 1em 0 0.2em;
-khtml-border-radius-topright: 0; -khtml-border-radius-topleft: 0; -moz-border-radius-topright: 0; -moz-border-radius-topleft: 0;
-webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; }
.filter-help a { font-size: 0.857em; padding: 2px 20px 0; }
.filter-wrapper .form-item label { margin-right: 10px; }
.filter-wrapper .form-item { padding: 0 0 0.5em 0.5em; }
.filter-guidelines { padding: 0 1.5em 0 0.5em; }
fieldset.collapsed { background: transparent; -khtml-border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
fieldset legend { background: #dbdbdb; border: 1px solid #ccc; border-bottom: none; display: block; height: 2em;
left: -1px; line-height: 2; padding: 0; position: absolute; text-indent: 10px; text-shadow: 0 1px 0 #fff; top: -12px; width: 100%;
-khtml-border-radius-topleft: 4px; -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px;
-khtml-border-radius-topright: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; }
fieldset.collapsed legend { -khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
fieldset .fieldset-wrapper { padding: 0 10px; }
fieldset .fieldset-description { margin-top: 5px; margin-bottom: 1em; line-height: 1.4; font-style: italic; }
input { margin: 2px 0; padding: 4px; }
input, textarea { font-size: 0.929em; }
textarea { line-height: 1.5; }
textarea.form-textarea, select.form-select { padding: 4px; }
input.form-text, textarea.form-textarea, select.form-select { border: 1px solid #ccc; }
.password-suggestions ul li { margin-left: 1.2em; }
.form-item { margin-bottom: 1em; margin-top: 2px; }
.form-item label { font-size: 0.929em; }
.form-type-radio label, .form-type-checkbox label { margin-left: 4px; }
.form-type-radio .description, .form-type-checkbox .description { margin-left: 2px; }
.form-actions { padding-top: 10px; }
/* Contact Form */
.contact-form #edit-name { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contact-form #edit-mail { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contact-form #edit-subject { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.contact-form #edit-message { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-top-left-radius: 4px; -khtml-border-top-right-radius: 4px; -moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px; -webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }
.contact-form .resizable-textarea .grippie { width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
-khtml-border-bottom-left-radius: 4px; -khtml-border-bottom-right-radius: 4px; -moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px; -webkit-border-bottom-left-radius: 4px; -webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
/* Animated throbber */
html.js input.form-autocomplete { background-position: 100% 4px; }
html.js input.throbbing { background-position: 100% -16px; }
/* Comment form */
.comment-form label { float: left; font-size: 0.929em; }
.comment-form input, .comment-form .form-select { margin: 0;
-khtml-border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
.comment-form .form-type-textarea label { float: none; }
.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select { margin-bottom: 10px; overflow: hidden; }
.comment-form .form-type-checkbox,
.comment-form .form-radios { margin-left: 120px; }
.comment-form .form-type-checkbox label,
.comment-form .form-radios label { float: none; margin-top: 0; }
.comment-form input.form-file { width: auto; }
.comment-form .form-text { display: block; margin: 0; width: 100%;
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.comment-form .form-item .description { font-size: 0.786em; line-height: 1.2; margin-left: 120px; }
#content h2.comment-form { margin-bottom: 0.5em; }
.comment-form .form-textarea { -khtml-border-radius-topleft: 4px; -khtml-border-radius-topright: 4px;
-moz-border-radius-topleft: 4px; -moz-border-radius-topright: 4px;
-webkit-border-top-left-radius: 4px; -webkit-border-top-right-radius: 4px;
border-top-left-radius: 4px; border-top-right-radius: 4px; }
.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item { margin-top: 0; margin-bottom: 0; }
.filter-wrapper label { width: auto; float: none; }
.filter-wrapper .form-select { min-width: 120px; }
.comment-form fieldset.filter-wrapper .tips { font-size: 0.786em; }
#comment-body-add-more-wrapper .form-type-textarea label { margin-bottom: 0.4em; }
#edit-actions input { margin-right: 0.6em; }
/* Other Overrides */
div.password-suggestions { border: 0; }
.ui-widget-overlay { background: #222222; opacity: 0.7; }
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { padding: 1em; }
#forum .name { font-size: 1.083em; }
#forum .description { font-size: 1em; }
/* --------------- Search Form ---------------- */
#block-search-form { padding-bottom: 7px; }
#block-search-form .content { margin-top: 0; }
#search-form input#edit-keys,
#block-search-form .form-item-search-block-form input { float: left; font-size: 1em; height: 1.143em; margin-right: 5px; width: 9em; }
#search-block-form input.form-submit,
#search-form input.form-submit { margin-left: 0; margin-right: 0; height: 25px; width: 34px; padding: 0; cursor: pointer;
text-indent: -9999px; border-color: #e4e4e4 #d2d2d2 #b4b4b4; background: url(../images/search-button.png) no-repeat center top; overflow: hidden;
filter:none; }
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus { background-position: center bottom; }
#search-form .form-item-keys label { display: block; }
/* Search Results */
ol.search-results { padding-left: 0; }
.search-results li { border-bottom: 1px solid #d3d7d9; padding-bottom: 0.4285em; margin-bottom: 0.5em; }
.search-results li:last-child { border-bottom: none; padding-bottom: none; margin-bottom: 1em; }
.search-results .search-snippet-info { padding-left: 0; }
/* Navigation menu*/
#navigation ul, #navigation ul li,
#navigation ul.sf-menu, #navigation ul.sf-menu li { float: left; margin: 0; padding: 0; }
#navigation ul, #navigation ul.sf-menu { width: 100%;
border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
-moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px;
border-style: solid; border-width: 1px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
/* IE10 */
background-image: -ms-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
/* Mozilla Firefox */
background-image: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
/* Opera */
background-image: -o-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
/* Webkit (Safari/Chrome 10) */
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fcfcfc), color-stop(1, #ececec));
/* Webkit (Chrome 11+) */
background-image: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
/* Proposed W3C Markup */
background-image: linear-gradient(top, #fcfcfc 0%, #ececec 100%);
/* IE6-9 */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#ececec'); }
#navigation ul li, #navigation ul.sf-menu li { position: relative; list-style:none; border-right: 1px solid #e3e3e3; background:none; }
#navigation ul li a, #navigation ul.sf-menu li a { padding: 15px 25px; text-decoration: none; line-height:120%;
display: block; font-weight: bold; text-shadow: 1px 1px 0px #fff; outline:none; }
#navigation ul li.expanded a, #navigation ul.sf-menu li.menuparent a { padding-right: 35px; }
#navigation ul li a:hover, #navigation ul.sf-menu li a:hover { position: relative; color: #545454; background-color: #f1f1f1; }
#navigation ul li:hover li a, #navigation ul.sf-menu li li a { color: #595959; font-weight: normal; }
#navigation ul li a.active, #navigation ul.sf-menu li a.active { color: #333333; background-color: #ffffff; text-shadow: 1px 1px 0px #ffffff; }
#navigation ul ul { position: absolute; top: -999em; width: 230px; }
#navigation ul.sf-menu ul li, #navigation ul ul li { width: 100%; }
#navigation ul.sf-menu li:hover, #navigation ul li:hover { visibility: inherit; }
#navigation ul.sf-menu li, #navigation ul li { float: left; position: relative; }
#navigation ul.sf-menu a, #navigation ul a { display: block; position: relative; }
#navigation ul.sf-menu li:hover ul,
#navigation ul.sf-menu li.sfHover ul,
#navigation ul li:hover ul { left: 0; top: 48px; z-index: 999; }
#navigation ul li:hover ul { top:46px; }
#navigation ul.sf-menu li:hover li ul,
#navigation ul.sf-menu li.sfHover li ul,
#navigation ul li:hover li ul { top: -999em; }
#navigation ul.sf-menu li li:hover ul,
#navigation ul.sf-menu li li.sfHover ul,
#navigation ul li li:hover ul { left: 230px; top: 0; }
#navigation ul.sf-menu li li:hover li ul,
#navigation ul.sf-menu li li.sfHover li ul,
#navigation ul li li:hover li ul { top: -999em; }
#navigation ul.sf-menu li li li:hover ul,
#navigation ul.sf-menu li li li.sfHover ul,
#navigation ul li li li:hover ul { left: 230px; top: 0; }
#navigation ul ul { background:none; filter:none; border:none; box-shadow: none;
-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0; }
#navigation ul ul li { border:none; }
#navigation ul ul li a, #navigation ul ul li a.active,
#navigation ul.sf-menu ul li a, #navigation ul.sf-menu ul li a.active {
background-color: #f0f0f0; border:none; padding: 10px; }
#navigation ul ul li a:hover,
#navigation ul.sf-menu ul li a:hover,
#navigation ul.sf-menu ul li.sfHover > a { background-color:#ffffff; }
/*css drop down menu arrows*/
#navigation li.expanded > a, #navigation li.menuparent > a {
background: transparent url('../images/light/arrow_bullet.png') no-repeat 90% 50%; }
#navigation li li.expanded > a {
background: #f0f0f0 url('../images/light/arrow_bullet.png') no-repeat 90% 50%; }
#navigation li li.expanded:hover > a { background-color:#ffffff; }
#navigation li.expanded:hover > a, #menu li.expanded:active > a,
#navigation li.menuparent:hover > a, #menu li.menuparent:active > a {
background: #f0f0f0 url('../images/dark/arrow_bullet.png') no-repeat 90% 50%; }
/*
* Superfish support: Reset background/border
*/
#navigation .sf-menu a { border:none; }
#navigation .sf-menu li { background-color:none; border-top:none; }
#navigation .sf-menu li li { border:none; }
/* iPad Portrait/Browser */
@media only screen and (max-width: 991px) {
#navigation ul, #navigation ul.sf-menu li a { border-radius:0px; }
#navigation ul li a, #navigation ul.sf-menu li a { font-size: .9em;padding: 10px 15px; }
#header #site-slogan { font-size: 1.25em; }
#navigation ul.sf-menu li:hover ul,
#navigation ul.sf-menu li.sfHover ul,
#navigation ul li:hover ul { top: 35px; }
}
/* Mobile/Browser */
@media only screen and (max-width: 767px) {
select.mnav { width:100%; padding:5px;}
}
#header-right ul.menu, #header-top ul.menu { padding:0; margin:0; display:block; overflow:hidden; text-align:right; padding:20px 0 0 0; }
#header-top ul.menu { text-align:left; padding:0; }
#header-top .region-header-top-left ul.menu { text-align:left; }
#header-top .region-header-top-right ul.menu { text-align:right; }
#header-right ul.menu li, #header-top ul.menu li { border-right:1px solid #e3e3e3; display:inline; list-style-type:none; overflow:hidden; padding:0 10px; margin:0; }
#header-right ul.menu li a, #header-top ul.menu li a { background:none; display:inline; border:none; padding:0; }
#header-right ul.menu li.first, #header-top ul.menu li.first { padding-left:0; margin:0; }
#header-right ul.menu li.last, #header-top ul.menu li.last { border-right:none; padding-right:0; margin:0; }
#header-right ul.menu ul.menu, #header-top ul.menu ul.menu { display:none; }
/* Mobile/Browser */
@media only screen and (max-width: 767px) {
#header-right ul.menu li, #header-top ul.menu li { display:block; text-align:left; border-bottom:1px solid #e3e3e3; border-right:none; padding:10px 0; }
}
/* Aggiunte Main */
.block {
margin-bottom: 14px;
}
#block-system-main {
border-color: #eaeaeb;
padding: 10px;
border-style: solid;
border-width: 1px;
}
/*Menus aggiunte*/
.sidebar-first .block-menu, .sidebar-second .block-menu {
border-color: #dcdcdc;
border-style: solid;
border-width: 1px;
box-shadow: 0 4px 4px 4px rgba(0, 0, 0, 0.03);
}
.block-menu h2 {
border-bottom-style: solid;
border-bottom-width: 1px;
border-top: 1px solid #fff;
padding: 10px;
background-color: #eaeaea;
border-bottom-color: #dcdcdc;
}
|
wp-content/plugins/dropdown-menu-widget/themes/mtv.com/default.css
|
vapvarun/MicrocerptBIZ
|
@charset "UTF-8";
/**
* MTV.com CSS Drop-Down Menu Theme
*
* @file default.css
* @name MTV
* @version 0.1
* @type transitional
* @browsers Windows: IE6+, Opera7+, Firefox1+
* Mac OS: Safari2+, Firefox2+
*
* @link http://www.lwis.net/
* @copyright 2008 Live Web Institute. All Rights Reserved.
*
* Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
* Expected directory tag - li
*
*/
/*------------------------------------------------------------------------------------------------------/
@section Style Framework */
/* First-level expected directory tag - li */
ul.dropdown li {
padding: 5px;
}
ul.dropdown *.dir {
padding-right: 30px;
background-image: none;
background-position: 100% 50%;
background-repeat: no-repeat;
}
/* Non-first level */
ul.dropdown ul *.dir {
padding-right: 15px;
background-image: url(images/nav-arrow-right.png);
background-position: 100% 50%;
background-repeat: no-repeat;
}
ul.dropdown ul ul *.dir {
background-image: url(images/nav-arrow-right2.png);
}
/* Components override */
ul.dropdown-vertical *.dir {
background-image: url(images/nav-arrow-right.png);
}
ul.dropdown-vertical-rtl *.dir {
padding-right: 15px;
background-image: url(images/nav-arrow-left.png);
background-position: 0 50%;
}
/*------------------------------------------------------------------------------------------------------/
@section Base Drop-Down Styling */
/* ALL LEVELS (incl. first) */
ul.dropdown {
font: bold 17px/normal Arial, Helvetica, sans-serif;
}
ul.dropdown li {
background-color: #333;
color: #fff;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
}
/* Links */
ul.dropdown a,
ul.dropdown a:link,
ul.dropdown a:visited { color: #fff; text-decoration: none;}
ul.dropdown a:hover {
border-top-color: #5db1e0 !important;
border-left-color: #5db1e0;
background-color: #4498c7;
color: #fff;
}
ul.dropdown ul a.dir:hover { /* proposal */
background-color: #4698ca;
background-image: url(images/comnav-arrowon.png);
color: #fff;
}
ul.dropdown a:active {
background: #058acf url(images/nav-sub-press.png) 0 0 repeat-x !important;
color: #fff;
}
/* NON-FIRST LEVEL */
ul.dropdown ul {
/*left: auto;*/
right: 0;
margin-top: -1px;
border-top: 1px solid #1a1a1a;
border-left: solid 1px #4c4c4c;
font: bold 11px/1em Tahoma, Geneva, Verdana, sans-serif;
}
ul.dropdown ul li {
background-color: #3a3a3a;
}
ul.dropdown ul ul {
top: 0;
right: auto;
left: 100%;
margin-top: 0;
/* border-top: none; */
border-left: none;
font-weight: normal;
}
ul.dropdown ul ul li {
background-color: #4c4c4c;
}
ul.dropdown ul ul ul li {
background-color: #595959;
}
/* Mixed */
ul.dropdown li a,
ul.dropdown *.dir, ul.dropdown *.parent {
border-style: solid;
border-width: 1px;
border-color: #404040 #1a1a1a #1a1a1a #505050;
}
ul.dropdown ul li a,
ul.dropdown ul *.dir, ul.dropdown ul *.parent { border-color: #4a4a4a #242424 #242424; border-left: none; }
ul.dropdown ul ul li a,
ul.dropdown ul ul *.dir, ul.dropdown ul ul *.parent { border-color: #595959 #333 #333; }
ul.dropdown ul ul ul li a,
ul.dropdown ul ul ul *.dir, ul.dropdown ul ul ul *.parent { border-color: #767676 #404040 #404040; }
/* Custom elements */
#n-movies { width: 250px; text-align: center; }
#n-movies ul { right: auto; left: 0; width: 249px; text-align: left; }
#n-movies ul ul { left: 249px; width: 150px; }
#n-movies ul a { width: 232px; }
#n-movies ul a.dir { width: 210px; }
#n-movies ul ul a { width: 133px; }
#n-movies ul ul a.dir { width: 111px; }
#n-movies ul ul ul { left: 100%; }
/** Container */
.shailan-dropdown-menu .dropdown-horizontal-container{ background-color: #3a3a3a; }
|
_variables/newperms.html
|
mgsolipa/b2evolution_phpxref
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Variable Reference: $newperms</title>
<link rel="stylesheet" href="../sample.css" type="text/css">
<link rel="stylesheet" href="../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../';
subdir='_variables';
filename='index.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
logVariable('newperms');
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
[<a href="../index.html">Top level directory</a>]<br>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h3>Variable Cross Reference</h3>
<h2><a href="index.html#newperms">$newperms</a></h2>
<b>Defined at:</b><ul>
<li><a href="../inc/files/files.ctrl.php.html">/inc/files/files.ctrl.php</A> -> <a href="../inc/files/files.ctrl.php.source.html#l1274"> line 1274</A></li>
</ul>
<br><b>Referenced 3 times:</b><ul>
<li><a href="../inc/files/files.ctrl.php.html">/inc/files/files.ctrl.php</a> -> <a href="../inc/files/files.ctrl.php.source.html#l1274"> line 1274</a></li>
<li><a href="../inc/files/files.ctrl.php.html">/inc/files/files.ctrl.php</a> -> <a href="../inc/files/files.ctrl.php.source.html#l1276"> line 1276</a></li>
<li><a href="../inc/files/files.ctrl.php.html">/inc/files/files.ctrl.php</a> -> <a href="../inc/files/files.ctrl.php.source.html#l1285"> line 1285</a></li>
</ul>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
inc/_ext/swift/classes/Swift/Encoding.php.source.html
|
mgsolipa/b2evolution_phpxref
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : /inc/_ext/swift/classes/Swift/Encoding.php source</title>
<link rel="stylesheet" href="../../../../../sample.css" type="text/css">
<link rel="stylesheet" href="../../../../../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../../../../../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../../../../../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../../../../../';
subdir='inc/_ext/swift/classes/Swift';
filename='Encoding.php.source.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../../../../../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../../../../../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../../../../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../../../../../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h2 class="listing-heading"><a href="./index.html">/inc/_ext/swift/classes/Swift/</a> -> <a href="Encoding.php.html">Encoding.php</a> (source)</h2>
<div class="listing">
<p class="viewlinks">[<a href="Encoding.php.html">Summary view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="Encoding.php.source.txt" target="_new">Text view</a>]
</p>
<pre>
<a name="l1"><span class="linenum"> 1</span></a> <?php
<a name="l2"><span class="linenum"> 2</span></a>
<a name="l3"><span class="linenum"> 3</span></a> <span class="comment">/*</span>
<a name="l4"><span class="linenum"> 4</span></a> <span class="comment"> * This file is part of SwiftMailer.</span>
<a name="l5"><span class="linenum"> 5</span></a> <span class="comment"> * (c) 2004-2009 Chris Corbyn</span>
<a name="l6"><span class="linenum"> 6</span></a> <span class="comment"> *</span>
<a name="l7"><span class="linenum"> 7</span></a> <span class="comment"> * For the full copyright and license information, please view the LICENSE</span>
<a name="l8"><span class="linenum"> 8</span></a> <span class="comment"> * file that was distributed with this source code.</span>
<a name="l9"><span class="linenum"> 9</span></a> <span class="comment"> */</span>
<a name="l10"><span class="linenum"> 10</span></a>
<a name="l11"><span class="linenum"> 11</span></a> <span class="comment">/**</span>
<a name="l12"><span class="linenum"> 12</span></a> <span class="comment"> * Provides quick access to each encoding type.</span>
<a name="l13"><span class="linenum"> 13</span></a> <span class="comment"> *</span>
<a name="l14"><span class="linenum"> 14</span></a> <span class="comment"> * @package Swift</span>
<a name="l15"><span class="linenum"> 15</span></a> <span class="comment"> * @subpackage Encoder</span>
<a name="l16"><span class="linenum"> 16</span></a> <span class="comment"> * @author Chris Corbyn</span>
<a name="l17"><span class="linenum"> 17</span></a> <span class="comment"> */</span>
<a name="l18"><span class="linenum"> 18</span></a> <span class="keyword">class </span><a class="class" onClick="logClass('Swift_Encoding')" href="../../../../../_classes/swift_encoding.html" onMouseOver="classPopup(event,'swift_encoding')">Swift_Encoding</a>
<a name="l19"><span class="linenum"> 19</span></a> {
<a name="l20"><span class="linenum"> 20</span></a> <span class="comment">/**</span>
<a name="l21"><span class="linenum"> 21</span></a> <span class="comment"> * Get the Encoder that provides 7-bit encoding.</span>
<a name="l22"><span class="linenum"> 22</span></a> <span class="comment"> *</span>
<a name="l23"><span class="linenum"> 23</span></a> <span class="comment"> * @return Swift_Mime_ContentEncoder</span>
<a name="l24"><span class="linenum"> 24</span></a> <span class="comment"> */</span>
<a name="l25"><span class="linenum"> 25</span></a> public static function <a class="function" onClick="logFunction('get7BitEncoding')" href="../../../../../_functions/get7bitencoding.html" onMouseOver="funcPopup(event,'get7bitencoding')">get7BitEncoding</a>()
<a name="l26"><span class="linenum"> 26</span></a> {
<a name="l27"><span class="linenum"> 27</span></a> return self::<a class="function" onClick="logFunction('_lookup')" href="../../../../../_functions/_lookup.html" onMouseOver="funcPopup(event,'_lookup')">_lookup</a>('mime.7bitcontentencoder');
<a name="l28"><span class="linenum"> 28</span></a> }
<a name="l29"><span class="linenum"> 29</span></a>
<a name="l30"><span class="linenum"> 30</span></a> <span class="comment">/**</span>
<a name="l31"><span class="linenum"> 31</span></a> <span class="comment"> * Get the Encoder that provides 8-bit encoding.</span>
<a name="l32"><span class="linenum"> 32</span></a> <span class="comment"> *</span>
<a name="l33"><span class="linenum"> 33</span></a> <span class="comment"> * @return Swift_Mime_ContentEncoder</span>
<a name="l34"><span class="linenum"> 34</span></a> <span class="comment"> */</span>
<a name="l35"><span class="linenum"> 35</span></a> public static function <a class="function" onClick="logFunction('get8BitEncoding')" href="../../../../../_functions/get8bitencoding.html" onMouseOver="funcPopup(event,'get8bitencoding')">get8BitEncoding</a>()
<a name="l36"><span class="linenum"> 36</span></a> {
<a name="l37"><span class="linenum"> 37</span></a> return self::<a class="function" onClick="logFunction('_lookup')" href="../../../../../_functions/_lookup.html" onMouseOver="funcPopup(event,'_lookup')">_lookup</a>('mime.8bitcontentencoder');
<a name="l38"><span class="linenum"> 38</span></a> }
<a name="l39"><span class="linenum"> 39</span></a>
<a name="l40"><span class="linenum"> 40</span></a> <span class="comment">/**</span>
<a name="l41"><span class="linenum"> 41</span></a> <span class="comment"> * Get the Encoder that provides Quoted-Printable (QP) encoding.</span>
<a name="l42"><span class="linenum"> 42</span></a> <span class="comment"> *</span>
<a name="l43"><span class="linenum"> 43</span></a> <span class="comment"> * @return Swift_Mime_ContentEncoder</span>
<a name="l44"><span class="linenum"> 44</span></a> <span class="comment"> */</span>
<a name="l45"><span class="linenum"> 45</span></a> public static function <a class="function" onClick="logFunction('getQpEncoding')" href="../../../../../_functions/getqpencoding.html" onMouseOver="funcPopup(event,'getqpencoding')">getQpEncoding</a>()
<a name="l46"><span class="linenum"> 46</span></a> {
<a name="l47"><span class="linenum"> 47</span></a> return self::<a class="function" onClick="logFunction('_lookup')" href="../../../../../_functions/_lookup.html" onMouseOver="funcPopup(event,'_lookup')">_lookup</a>('mime.qpcontentencoder');
<a name="l48"><span class="linenum"> 48</span></a> }
<a name="l49"><span class="linenum"> 49</span></a>
<a name="l50"><span class="linenum"> 50</span></a> <span class="comment">/**</span>
<a name="l51"><span class="linenum"> 51</span></a> <span class="comment"> * Get the Encoder that provides Base64 encoding.</span>
<a name="l52"><span class="linenum"> 52</span></a> <span class="comment"> *</span>
<a name="l53"><span class="linenum"> 53</span></a> <span class="comment"> * @return Swift_Mime_ContentEncoder</span>
<a name="l54"><span class="linenum"> 54</span></a> <span class="comment"> */</span>
<a name="l55"><span class="linenum"> 55</span></a> public static function <a class="function" onClick="logFunction('getBase64Encoding')" href="../../../../../_functions/getbase64encoding.html" onMouseOver="funcPopup(event,'getbase64encoding')">getBase64Encoding</a>()
<a name="l56"><span class="linenum"> 56</span></a> {
<a name="l57"><span class="linenum"> 57</span></a> return self::<a class="function" onClick="logFunction('_lookup')" href="../../../../../_functions/_lookup.html" onMouseOver="funcPopup(event,'_lookup')">_lookup</a>('mime.base64contentencoder');
<a name="l58"><span class="linenum"> 58</span></a> }
<a name="l59"><span class="linenum"> 59</span></a>
<a name="l60"><span class="linenum"> 60</span></a> <span class="comment"> // -- Private Static Methods</span>
<a name="l61"><span class="linenum"> 61</span></a>
<a name="l62"><span class="linenum"> 62</span></a> private static function <a class="function" onClick="logFunction('_lookup')" href="../../../../../_functions/_lookup.html" onMouseOver="funcPopup(event,'_lookup')">_lookup</a>(<a class="var it1021" onMouseOver="hilite(1021)" onMouseOut="lolite()" onClick="logVariable('key')" href="../../../../../_variables/key.html">$key</a>)
<a name="l63"><span class="linenum"> 63</span></a> {
<a name="l64"><span class="linenum"> 64</span></a> return <a class="class" onClick="logClass('Swift_DependencyContainer')" href="../../../../../_classes/swift_dependencycontainer.html" onMouseOver="classPopup(event,'swift_dependencycontainer')">Swift_DependencyContainer</a>::<a class="function" onClick="logFunction('getInstance')" href="../../../../../_functions/getinstance.html" onMouseOver="funcPopup(event,'getinstance')">getInstance</a>()-><a class="function" onClick="logFunction('lookup')" href="../../../../../_functions/lookup.html" onMouseOver="funcPopup(event,'lookup')">lookup</a>(<a class="var it1021" onMouseOver="hilite(1021)" onMouseOut="lolite()" onClick="logVariable('key')" href="../../../../../_variables/key.html">$key</a>);
<a name="l65"><span class="linenum"> 65</span></a> }
<a name="l66"><span class="linenum"> 66</span></a> }
</pre>
</div>
<script language="JavaScript" type="text/javascript">
FUNC_DATA={
'get8bitencoding': ['get8bitencoding', 'Get the Encoder that provides 8-bit encoding. ', [['inc/_ext/swift/classes/Swift','Encoding.php',30]], 0],
'_lookup': ['_lookup', '', [['inc/_ext/swift/classes/Swift','Encoding.php',62]], 4],
'lookup': ['lookup', 'Lookup the item with the given $itemName. ', [['inc/_ext/swift/classes/Swift','DependencyContainer.php',86]], 10],
'getinstance': ['getinstance', 'Returns a singleton of the DependencyContainer. ', [['inc/_ext/swift/classes/Swift','DependencyContainer.php',47],['inc/_ext/swift/classes/Swift','Preferences.php',27]], 29],
'getqpencoding': ['getqpencoding', 'Get the Encoder that provides Quoted-Printable (QP) encoding. ', [['inc/_ext/swift/classes/Swift','Encoding.php',40]], 0],
'get7bitencoding': ['get7bitencoding', 'Get the Encoder that provides 7-bit encoding. ', [['inc/_ext/swift/classes/Swift','Encoding.php',20]], 0],
'getbase64encoding': ['getbase64encoding', 'Get the Encoder that provides Base64 encoding. ', [['inc/_ext/swift/classes/Swift','Encoding.php',50]], 0]};
CLASS_DATA={
'swift_dependencycontainer': ['swift_dependencycontainer', 'Dependency Injection container. ', [['inc/_ext/swift/classes/Swift','DependencyContainer.php',11]], 28],
'swift_encoding': ['swift_encoding', 'Provides quick access to each encoding type. ', [['inc/_ext/swift/classes/Swift','Encoding.php',11]], 0]};
CONST_DATA={
};
</script>
<div id="func-popup" class="funcpopup"><p id="func-title" class="popup-title">title</p><p id="func-desc" class="popup-desc">Description</p><p id="func-body" class="popup-body">Body</p></div>
<div id="class-popup" class="funcpopup"><p id="class-title" class="popup-title">title</p><p id="class-desc" class="popup-desc">Description</p><p id="class-body" class="popup-body">Body</p></div>
<div id="const-popup" class="funcpopup"><p id="const-title" class="popup-title">title</p><p id="const-desc" class="popup-desc">Description</p><p id="const-body" class="popup-body">Body</p></div>
<div id="req-popup" class="funcpopup"><p id="req-title" class="popup-title">title</p><p id="req-body" class="popup-body">Body</p></div>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
readme_files/php/115-readme.html
|
lalo/readme-fads
|
<div class="announce instapaper_body md" data-path="README.md" id="readme"><article class="markdown-body entry-content" itemprop="mainContentOfPage"><h1>
<a name="user-content-doctrine2-behavioral-extensions" class="anchor" href="#doctrine2-behavioral-extensions" aria-hidden="true"><span class="octicon octicon-link"></span></a>Doctrine2 behavioral extensions</h1>
<p><strong>Version 2.3.9</strong></p>
<p><a href="http://travis-ci.org/Atlantic18/DoctrineExtensions"><img src="https://camo.githubusercontent.com/1756632918112d6fcb02a1e5712a9df7f8eed5f5/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f41746c616e74696331382f446f637472696e65457874656e73696f6e732e706e673f6272616e63683d6d6173746572" alt="Build Status" data-canonical-src="https://secure.travis-ci.org/Atlantic18/DoctrineExtensions.png?branch=master" style="max-width:100%;"></a></p>
<p><strong>Note:</strong> Extensions <strong>2.3.x</strong> are compatible with ORM and doctrine common library versions from <strong>2.2.x</strong> to <strong>2.4.x</strong></p>
<h3>
<a name="user-content-latest-updates" class="anchor" href="#latest-updates" aria-hidden="true"><span class="octicon octicon-link"></span></a>Latest updates</h3>
<p><strong>2014-03-20</strong></p>
<p><strong>DoctrineExtensions</strong> has <a href="https://github.com/Atlantic18/DoctrineExtensions">new home on github</a> under an unbrella of
<a href="http://www.orm-designer.com/">ORM designer</a> organization. I'm sure there it will find much more improvements over the
time and the original author of extensions will remain a core member of this project.
The reason why it was moved elsewhere - is mainly because more enthusiastic people would bring more ideas to the project
and remain interested in it's future, especially when it is related to their daily work and vision.</p>
<p><strong>2014-01-12</strong></p>
<ul class="task-list">
<li>
<strong>Uploadable</strong> filename support #915, #924, #910</li>
<li>
<strong>Tree-MaterializedPath</strong> fixed issue when a Proxy object was scheduled for removal #937</li>
<li>
<strong>Sluggable</strong> relation slug handler option to urlize non slug relation field #947</li>
<li>
<strong>Sluggable</strong> pass an object to urlizer #941</li>
<li>
<strong>IpTraceable</strong> new extension to trace ip addresses based on timestampable #912</li>
</ul><h3>
<a name="user-content-summary-and-features" class="anchor" href="#summary-and-features" aria-hidden="true"><span class="octicon octicon-link"></span></a>Summary and features</h3>
<p>This package contains extensions for Doctrine2 that hook into the facilities of Doctrine and
offer new functionality or tools to use Doctrine2 more efficiently. This package contains mostly
used behaviors which can be easily attached to your event system of Doctrine2 and handle the
records being flushed in the behavioral way. List of extensions:</p>
<ul class="task-list">
<li>
<strong>Tree</strong> - this extension automates the tree handling process and adds some tree specific functions on repository.
(<strong>closure</strong>, <strong>nestedset</strong> or <strong>materialized path</strong>)</li>
<li>
<strong>Translatable</strong> - gives you a very handy solution for translating records into different languages. Easy to setup, easier to use.</li>
<li>
<strong>Sluggable</strong> - urlizes your specified fields into single unique slug</li>
<li>
<strong>Timestampable</strong> - updates date fields on create, update and even property change.</li>
<li>
<strong>Blameable</strong> - updates string or reference fields on create, update and even property change with a string or object (e.g. user).</li>
<li>
<strong>Loggable</strong> - helps tracking changes and history of objects, also supports version management.</li>
<li>
<strong>Sortable</strong> - makes any document or entity sortable</li>
<li>
<strong>Translator</strong> - explicit way to handle translations</li>
<li>
<strong>Softdeleteable</strong> - allows to implicitly remove records</li>
<li>
<strong>Uploadable</strong> - provides file upload handling in entity fields</li>
<li>
<strong>References</strong> - supports linking Entities in Documents and visa versa</li>
<li>
<strong>IpTraceable</strong> - inherited from Timestampable, sets IP address instead of timestamp</li>
</ul><p>Currently these extensions support <strong>Yaml</strong>, <strong>Annotation</strong> and <strong>Xml</strong> mapping. Additional mapping drivers
can be easily implemented using Mapping extension to handle the additional metadata mapping.</p>
<p><strong>Note:</strong> Please note, that xml mapping needs to be in a different namespace, the declared namespace for
Doctrine extensions is <a href="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping">http://gediminasm.org/schemas/orm/doctrine-extensions-mapping</a>
So root node now looks like this:</p>
<p><strong>Note:</strong> Use 2.1.x tag in order to use extensions based on Doctrine2.1.x versions. Currently
master branch is based on 2.2.x versions and may not work with 2.1.x</p>
<div class="highlight highlight-xml"><pre><span class="nt"><doctrine-mapping</span> <span class="na">xmlns=</span><span class="s">"http://doctrine-project.org/schemas/orm/doctrine-mapping"</span>
<span class="na">xmlns:gedmo=</span><span class="s">"http://gediminasm.org/schemas/orm/doctrine-extensions-mapping"</span><span class="nt">></span>
...
<span class="nt"></doctrine-mapping></span>
</pre></div>
<p>XML mapping xsd schemas are also versioned and can be used by version suffix:</p>
<ul class="task-list">
<li>Latest version - <strong><a href="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping">http://gediminasm.org/schemas/orm/doctrine-extensions-mapping</a></strong>
</li>
<li>2.2.x version - <strong><a href="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-2">http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-2</a></strong>
</li>
<li>2.1.x version - <strong><a href="http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-1">http://gediminasm.org/schemas/orm/doctrine-extensions-mapping-2-1</a></strong>
</li>
</ul><h3>
<a name="user-content-odm-mongodb-support" class="anchor" href="#odm-mongodb-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>ODM MongoDB support</h3>
<p>List of extensions which support ODM</p>
<ul class="task-list">
<li>Translatable</li>
<li>Sluggable</li>
<li>Timestampable</li>
<li>Blameable</li>
<li>Loggable</li>
<li>Translator</li>
<li>Tree (Materialized Path strategy for now)</li>
<li>References</li>
</ul><p>All these extensions can be nested together and mapped in traditional ways - annotations,
xml or yaml</p>
<p>You can test these extensions on <a href="http://gediminasm.org/demo" title="Test doctrine behavioral extensions">my blog</a>.
All tutorials for basic usage examples are on <a href="http://gediminasm.org" title="Tutorials for extensions">my blog</a> too.
You can also fork or clone this blog from <a href="https://github.com/l3pp4rd/gediminasm.org">github repository</a></p>
<h3>
<a name="user-content-running-the-tests" class="anchor" href="#running-the-tests" aria-hidden="true"><span class="octicon octicon-link"></span></a>Running the tests:</h3>
<p>PHPUnit 3.6 or newer is required.
To setup and run tests follow these steps:</p>
<ul class="task-list">
<li>go to the root directory of extensions</li>
<li>download composer: <code>wget https://getcomposer.org/composer.phar</code>
</li>
<li>install dev libraries: <code>php composer.phar install</code>
</li>
<li>run: <code>phpunit -c tests</code>
</li>
<li>optional - run mongodb service if targeting mongo tests</li>
</ul><h3>
<a name="user-content-running-the-example" class="anchor" href="#running-the-example" aria-hidden="true"><span class="octicon octicon-link"></span></a>Running the example:</h3>
<p>To setup and run example follow these steps:</p>
<ul class="task-list">
<li>go to the root directory of extensions</li>
<li>download composer: <code>wget https://getcomposer.org/composer.phar</code>
</li>
<li>install dev libraries: <code>php composer.phar install</code>
</li>
<li>edit <code>example/em.php</code> and configure your database on top of the file</li>
<li>run: <code>./example/bin/console</code> or <code>php example/bin/console</code> for console commands</li>
<li>run: <code>./example/bin/console orm:schema-tool:create</code> to create schema</li>
<li>run: <code>php example/run.php</code> to run example</li>
</ul><h3>
<a name="user-content-contributors" class="anchor" href="#contributors" aria-hidden="true"><span class="octicon octicon-link"></span></a>Contributors:</h3>
<p>Thanks to <a href="http://github.com/l3pp4rd/DoctrineExtensions/contributors">everyone participating</a> in
the development of these great Doctrine2 extensions!</p>
<p>And especially ones who create and maintain new extensions:</p>
<ul class="task-list">
<li>Lukas Botsch <a href="http://github.com/lbotsch">lbotsch</a>
</li>
<li>Gustavo Adrian <a href="http://github.com/comfortablynumb">comfortablynumb</a>
</li>
<li>Boussekeyt Jules <a href="http://github.com/gordonslondon">gordonslondon</a>
</li>
<li>Kudryashov Konstantin <a href="http://github.com/everzet">everzet</a>
</li>
<li>David Buchmann <a href="https://github.com/dbu">dbu</a>
</li>
</ul></article></div>
|
src/data/css/font.css
|
netrunner-rolling/netrunner-welcome
|
/*
* Generated by Font Squirrel
* Font is available at Google Fonts
* Source Sans Pro - light, regular, semibold
*/
@font-face {
font-family: 'source_sans_prolight';
src: url('../font/sourcesanspro-light-webfont.svg#source_sans_prolight') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_proregular';
src: url('../font/sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'source_sans_prosemibold';
src: url('../font/sourcesanspro-semibold-webfont.svg#source_sans_prosemibold') format('svg');
font-weight: normal;
font-style: normal;
}
|
web/app/views/rate.html
|
asenovm/pick-me-a-song
|
<h3 class="text-center">{{ headerText }}</h3>
<h5 class="text-center info-footer"> <span ng-repeat="line in subheaderText"> {{ line }} <br ng-hide="$last" /></span><button class="btn btn-default btn-sm" ng-click="submitRatedTracks();">Submit <i class="fa fa-send-o"></i></button></h5>
<div class="alert alert-danger" role="alert" ng-show="submitError">Please rate at least {{ minNumberRatedTracks }} items.</div>
<table class="table table-bordered table-striped">
<th>Artist Name</th>
<th>Song Name</th>
<th>Listen</th>
<th>Album Cover</th>
<th>Rate</th>
<tr ng-repeat="track in recommendations">
<td>{{ track.artist.name }}</td>
<td>{{ track.name }}</td>
<td><a ng-href="{{ track.url }}">URL</a>
<td><img ng-src="{{ track.image[2]['#text'] || 'images/default_image.png'}}" /></td>
<td>Please, give this song a score between 1 and 5<br/><input id="input-id" type="number" class="rating" min=0 max=5 step=0.5 star-rating-init=""></td>
</tr>
</table>
<div ng-include="'views/loading-spinner.html'" ng-show="isLoading"></div>
|
wp-content/plugins/nextgen-gallery-plus/modules/image_protection/static/settings.min.css
|
derekhargest/guntherandco
|
#tr_image_protection_protect_images td:first-child{width:250px}
|
web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/core/ext/debug/JsoEval.html
|
JakaCikac/dScrum
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
JsoEval (Google Web Toolkit Javadoc)
</TITLE>
<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="JsoEval (Google Web Toolkit Javadoc)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JsoEval.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>
GWT 2.6.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/google/gwt/core/ext/debug/JsoEval.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsoEval.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.google.gwt.core.ext.debug</FONT>
<BR>
Class JsoEval</H2>
<PRE>
java.lang.Object
<IMG SRC="../../../../../../resources/inherit.gif" ALT="extended by "><B>com.google.gwt.core.ext.debug.JsoEval</B>
</PRE>
<HR>
<DL>
<DT><PRE>public class <B>JsoEval</B><DT>extends java.lang.Object</DL>
</PRE>
<P>
Provides facilities for debuggers to call methods on
<A HREF="../../../../../../com/google/gwt/core/client/JavaScriptObject.html" title="class in com.google.gwt.core.client"><CODE>JavaScriptObjects</CODE></A>.
<p/>
Because devmode does extensive rewriting of JSO bytecode, debuggers can't
figure out how to evaluate JSO method calls. This class can be used directly
by users to evaluate JSO methods in their debuggers. Additionally, debuggers
with GWT support use this class to transparently evaluate JSO expressions in
breakpoints, watch windows, etc.
<p>
Example uses:
<code><pre>
JsoEval.call(Element.class, myElement, "getAbsoluteTop");
JsoEval.call(Node.class, myNode, "cloneNode", Boolean.TRUE);
JsoEval.call(Element.class, element.getFirstChildElement(), "setPropertyString", "phase",
"gamma");
</pre></code>
<P>
<P>
<HR>
<P>
<!-- ========== METHOD SUMMARY =========== -->
<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)">call</A></B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</CODE>
<BR>
Reflectively invokes a method on a JavaScriptObject.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Object...)">call</A></B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Object... args)</CODE>
<BR>
A convenience form of
<A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(Class, Object, String, Class[], Object...)</CODE></A> for use directly
by users in a debugger.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#callEx(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)">callEx</A></B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</CODE>
<BR>
Reflectively invokes a method on a JavaScriptObject.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#callEx(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Object...)">callEx</A></B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Object... args)</CODE>
<BR>
A convenience form of
<A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(Class, Object, String, Class[], Object...)</CODE></A> for use directly
by users in a debugger.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#callStatic(java.lang.Class, java.lang.String, java.lang.Class[], java.lang.Object...)">callStatic</A></B>(java.lang.Class klass,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</CODE>
<BR>
Reflectively invokes a static method on a JavaScriptObject.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#callStaticEx(java.lang.Class, java.lang.String, java.lang.Class[], java.lang.Object...)">callStaticEx</A></B>(java.lang.Class klass,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</CODE>
<BR>
Reflectively invokes a static method on a JavaScriptObject.</TD>
</TR>
</TABLE>
<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
<P>
<!-- ============ METHOD DETAIL ========== -->
<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>
<A NAME="call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><!-- --></A><H3>
call</H3>
<PRE>
public static java.lang.Object <B>call</B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</PRE>
<DL>
<DD>Reflectively invokes a method on a JavaScriptObject.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>klass</CODE> - Either a class of type JavaScriptObject or an interface
implemented by a JavaScriptObject. The class must contain the method to
be invoked.<DD><CODE>obj</CODE> - The JavaScriptObject to invoke the method on. Must be null if
the method is static. Must be not-null if the method is not static<DD><CODE>methodName</CODE> - The name of the method<DD><CODE>types</CODE> - The types of the arguments<DD><CODE>args</CODE> - The values of the arguments
<DT><B>Returns:</B><DD>The result of the method invocation or the failure as a String</DL>
</DD>
</DL>
<HR>
<A NAME="call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Object...)"><!-- --></A><H3>
call</H3>
<PRE>
public static java.lang.Object <B>call</B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Object... args)</PRE>
<DL>
<DD>A convenience form of
<A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(Class, Object, String, Class[], Object...)</CODE></A> for use directly
by users in a debugger. This method guesses at the types of the method
based on the values of <code>args</code>.
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The result of the method invocation or the failure as a String</DL>
</DD>
</DL>
<HR>
<A NAME="callEx(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><!-- --></A><H3>
callEx</H3>
<PRE>
public static java.lang.Object <B>callEx</B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException</PRE>
<DL>
<DD>Reflectively invokes a method on a JavaScriptObject.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>klass</CODE> - Either a class of type JavaScriptObject or an interface
implemented by a JavaScriptObject. The class must contain the method to
be invoked.<DD><CODE>obj</CODE> - The JavaScriptObject to invoke the method on. Must be null if
the method is static. Must be not-null if the method is not static<DD><CODE>methodName</CODE> - The name of the method<DD><CODE>types</CODE> - The types of the arguments<DD><CODE>args</CODE> - The values of the arguments
<DT><B>Returns:</B><DD>The result of the method invocation
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassNotFoundException</CODE>
<DD><CODE>java.lang.NoSuchMethodException</CODE>
<DD><CODE>java.lang.reflect.InvocationTargetException</CODE>
<DD><CODE>java.lang.IllegalAccessException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="callEx(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Object...)"><!-- --></A><H3>
callEx</H3>
<PRE>
public static java.lang.Object <B>callEx</B>(java.lang.Class klass,
java.lang.Object obj,
java.lang.String methodName,
java.lang.Object... args)
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException</PRE>
<DL>
<DD>A convenience form of
<A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(Class, Object, String, Class[], Object...)</CODE></A> for use directly
by users in a debugger. This method guesses at the types of the method
based on the values of <code>args</code>.
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassNotFoundException</CODE>
<DD><CODE>java.lang.NoSuchMethodException</CODE>
<DD><CODE>java.lang.reflect.InvocationTargetException</CODE>
<DD><CODE>java.lang.IllegalAccessException</CODE></DL>
</DD>
</DL>
<HR>
<A NAME="callStatic(java.lang.Class, java.lang.String, java.lang.Class[], java.lang.Object...)"><!-- --></A><H3>
callStatic</H3>
<PRE>
public static java.lang.Object <B>callStatic</B>(java.lang.Class klass,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)</PRE>
<DL>
<DD>Reflectively invokes a static method on a JavaScriptObject. Has the same
effect as calling <A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(klass, null, methodName, types, args)</CODE></A>
<P>
<DD><DL>
<DT><B>Returns:</B><DD>The result of the method invocation or the failure as a String</DL>
</DD>
</DL>
<HR>
<A NAME="callStaticEx(java.lang.Class, java.lang.String, java.lang.Class[], java.lang.Object...)"><!-- --></A><H3>
callStaticEx</H3>
<PRE>
public static java.lang.Object <B>callStaticEx</B>(java.lang.Class klass,
java.lang.String methodName,
java.lang.Class[] types,
java.lang.Object... args)
throws java.lang.ClassNotFoundException,
java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException</PRE>
<DL>
<DD>Reflectively invokes a static method on a JavaScriptObject. Has the same
effect as calling <A HREF="../../../../../../com/google/gwt/core/ext/debug/JsoEval.html#call(java.lang.Class, java.lang.Object, java.lang.String, java.lang.Class[], java.lang.Object...)"><CODE>call(klass, null, methodName, types, args)</CODE></A>
<P>
<DD><DL>
<DT><B>Throws:</B>
<DD><CODE>java.lang.ClassNotFoundException</CODE>
<DD><CODE>java.lang.NoSuchMethodException</CODE>
<DD><CODE>java.lang.reflect.InvocationTargetException</CODE>
<DD><CODE>java.lang.IllegalAccessException</CODE></DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/JsoEval.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>
GWT 2.6.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
PREV CLASS
NEXT CLASS</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../index.html?com/google/gwt/core/ext/debug/JsoEval.html" target="_top"><B>FRAMES</B></A>
<A HREF="JsoEval.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
</BODY>
</HTML>
|
src_adms/ext/rdfapi-php/doc/phpdoc/sparql/SparqlEngineDb_FilterGenerator.html
|
Openroadvietnam/openroad
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- template designed by Marco Von Ballmoos -->
<title>Docs For Class SparqlEngineDb_FilterGenerator</title>
<link rel="stylesheet" href="../media/stylesheet.css" />
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'/>
</head>
<body>
<div class="page-body">
<h2 class="class-name">Class SparqlEngineDb_FilterGenerator</h2>
<a name="sec-description"></a>
<div class="info-box">
<div class="info-box-title">Description</div>
<div class="nav-bar">
<span class="disabled">Description</span> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
| <a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Generates SQL from Sparql FILTER parts</p>
<ul class="tags">
<li><span class="field">author:</span> Christian Weiske <<a href="mailto:cweiske@cweiske.de">cweiske@cweiske.de</a>></li>
</ul>
<p class="notes">
Located in <a class="field" href="_sparql---SparqlEngineDb---FilterGenerator.php.html">/sparql/SparqlEngineDb/FilterGenerator.php</a> (line <span class="field"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a10">10</a></span>)
</p>
<pre></pre>
</div>
</div>
<a name="sec-var-summary"></a>
<div class="info-box">
<div class="info-box-title">Variable Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<span class="disabled">Vars</span> (<a href="#sec-vars">details</a>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="var-summary">
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$arDumbOperators" title="details" class="var-name">$arDumbOperators</a>
</div>
<div class="var-title">
static <span class="var-type">array</span>
<a href="#$arFuncParamNumbers" title="details" class="var-name">$arFuncParamNumbers</a>
</div>
<div class="var-title">
static <span class="var-type">array</span>
<a href="#$arOperatorSwitches" title="details" class="var-name">$arOperatorSwitches</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeVariable" title="details" class="var-name">$typeVariable</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeXsdBoolean" title="details" class="var-name">$typeXsdBoolean</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeXsdDateTime" title="details" class="var-name">$typeXsdDateTime</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeXsdDouble" title="details" class="var-name">$typeXsdDouble</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeXsdInteger" title="details" class="var-name">$typeXsdInteger</a>
</div>
<div class="var-title">
static <span class="var-type">mixed</span>
<a href="#$typeXsdString" title="details" class="var-name">$typeXsdString</a>
</div>
<div class="var-title">
<span class="var-type">boolean</span>
<a href="#$bOptional" title="details" class="var-name">$bOptional</a>
</div>
<div class="var-title">
<span class="var-type"><a href="../sparql/SparqlEngineDb_SqlGenerator.html">SparqlEngineDb_SqlGenerator</a></span>
<a href="#$sg" title="details" class="var-name">$sg</a>
</div>
</div>
</div>
</div>
<a name="sec-method-summary"></a>
<div class="info-box">
<div class="info-box-title">Method Summary</span></div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
|
<span class="disabled">Methods</span> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<div class="method-summary">
<div class="method-definition">
static <span class="method-result">void</span>
<a href="#mkVal" title="details" class="method-name">mkVal</a>
(<span class="var-type"></span> <span class="var-name">$value</span>, [<span class="var-type"></span> <span class="var-name">$type</span> = <span class="var-default">null</span>])
</div>
<div class="method-definition">
static <span class="method-result">void</span>
<a href="#switchOperator" title="details" class="method-name">switchOperator</a>
(<span class="var-type"></span> <span class="var-name">$op</span>)
</div>
<div class="method-definition">
<span class="method-result">SparqlEngineDb_FilterGenerator</span>
<a href="#__construct" title="details" class="method-name">__construct</a>
(<span class="var-type"><a href="../sparql/SparqlEngineDb_SqlGenerator.html">SparqlEngineDb_SqlGenerator</a></span> <span class="var-name">$sg</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createBooleanValue" title="details" class="method-name">createBooleanValue</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createEquation" title="details" class="method-name">createEquation</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">string</span>
<a href="#createFilterSql" title="details" class="method-name">createFilterSql</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>, <span class="var-type">boolean</span> <span class="var-name">$bOptional</span>, <span class="var-type"></span> <span class="var-name">$nUnionCount</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction" title="details" class="method-name">createFunction</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_bound" title="details" class="method-name">createFunction_bound</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_datatype" title="details" class="method-name">createFunction_datatype</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_isblank" title="details" class="method-name">createFunction_isblank</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_isiri" title="details" class="method-name">createFunction_isiri</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_isliteral" title="details" class="method-name">createFunction_isliteral</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_isuri" title="details" class="method-name">createFunction_isuri</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_lang" title="details" class="method-name">createFunction_lang</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_langmatches" title="details" class="method-name">createFunction_langmatches</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_regex" title="details" class="method-name">createFunction_regex</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_sameterm" title="details" class="method-name">createFunction_sameterm</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_str" title="details" class="method-name">createFunction_str</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createFunction_xsd_datetime" title="details" class="method-name">createFunction_xsd_datetime</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createSingleTypeCheck" title="details" class="method-name">createSingleTypeCheck</a>
(<span class="var-type"></span> <span class="var-name">$val</span>, <span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createTreeSql" title="details" class="method-name">createTreeSql</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>, <span class="var-type"></span> <span class="var-name">$parent</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createTypeEquation" title="details" class="method-name">createTypeEquation</a>
(<span class="var-type"></span> <span class="var-name">$operator</span>, <span class="var-type"></span> <span class="var-name">$val1</span>, <span class="var-type"></span> <span class="var-name">$val2</span>, <span class="var-type"></span> <span class="var-name">$tree1</span>, <span class="var-type"></span> <span class="var-name">$tree2</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#createValue" title="details" class="method-name">createValue</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>, <span class="var-type">boolean</span> <span class="var-name">$bDumbParent</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getCol" title="details" class="method-name">getCol</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>, <span class="var-type"></span> <span class="var-name">$type</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getDatatypeCol" title="details" class="method-name">getDatatypeCol</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getDateConversionSql" title="details" class="method-name">getDateConversionSql</a>
(<span class="var-type"></span> <span class="var-name">$strValue</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getIsCol" title="details" class="method-name">getIsCol</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getLangCol" title="details" class="method-name">getLangCol</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#getValueCol" title="details" class="method-name">getValueCol</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#isNumber" title="details" class="method-name">isNumber</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">boolean</span>
<a href="#isObject" title="details" class="method-name">isObject</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">boolean</span>
<a href="#isObjectOrSubject" title="details" class="method-name">isObjectOrSubject</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">boolean</span>
<a href="#isPlainString" title="details" class="method-name">isPlainString</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">void</span>
<a href="#isValueButNotVariableNorString" title="details" class="method-name">isValueButNotVariableNorString</a>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<div class="method-definition">
<span class="method-result">boolean</span>
<a href="#isVariable" title="details" class="method-name">isVariable</a>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
</div>
</div>
</div>
<a name="sec-vars"></a>
<div class="info-box">
<div class="info-box-title">Variables</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<span class="disabled">details</span>)
|
<a href="#sec-method-summary">Methods</a> (<a href="#sec-methods">details</a>)
</div>
<div class="info-box-body">
<a name="var$arDumbOperators" id="$arDumbOperators"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$arDumbOperators</span>
= <span class="var-default">array(
<br /> '&&', '||'
<br /> )</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a56">56</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$arFuncParamNumbers" id="$arFuncParamNumbers"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">array</span>
<span class="var-name">$arFuncParamNumbers</span>
= <span class="var-default">array(
<br /> 'bound' => array(1, 1),'datatype'=>array(1,1),'isblank'=>array(1,1),'isiri'=>array(1,1),'isliteral'=>array(1,1),'isuri'=>array(1,1),'lang'=>array(1,1),'langmatches'=>array(2,2),'regex'=>array(2,3),'sameterm'=>array(2,2),'str'=>array(1,1),'xsd:datetime'=>array(1,1),)</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a29">29</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Number of parameters for the functions supported.</p>
<p class="description"><p>First value is minimum, second is maximum.</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$arOperatorSwitches" id="$arOperatorSwitches"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">array</span>
<span class="var-name">$arOperatorSwitches</span>
= <span class="var-default">array(
<br /> '>' => '<',
<br /> '<' => '>',
<br /> '>=' => '<=',
<br /> '<=' => '>=',
<br /> )</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a49">49</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">List of operators and their counterpart if operands are switched.</p>
<p class="description"><p>(a > b) => (b < a)</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeVariable" id="$typeVariable"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeVariable</span>
= <span class="var-default"> 'variable'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a65">65</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeXsdBoolean" id="$typeXsdBoolean"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeXsdBoolean</span>
= <span class="var-default"> 'http://www.w3.org/2001/XMLSchema#boolean'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a60">60</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeXsdDateTime" id="$typeXsdDateTime"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeXsdDateTime</span>
= <span class="var-default"> 'http://www.w3.org/2001/XMLSchema#dateTime'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a61">61</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeXsdDouble" id="$typeXsdDouble"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeXsdDouble</span>
= <span class="var-default"> 'http://www.w3.org/2001/XMLSchema#double'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a62">62</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeXsdInteger" id="$typeXsdInteger"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeXsdInteger</span>
= <span class="var-default"> 'http://www.w3.org/2001/XMLSchema#integer'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a63">63</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$typeXsdString" id="$typeXsdString"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
static <span class="var-type">mixed</span>
<span class="var-name">$typeXsdString</span>
= <span class="var-default"> 'http://www.w3.org/2001/XMLSchema#string'</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a64">64</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$bOptional" id="$bOptional"><!-- --></A>
<div class="evenrow">
<div class="var-header">
<span class="var-title">
<span class="var-type">boolean</span>
<span class="var-name">$bOptional</span>
= <span class="var-default"> false</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a22">22</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">If the filter is in an optional statement</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
<a name="var$sg" id="$sg"><!-- --></A>
<div class="oddrow">
<div class="var-header">
<span class="var-title">
<span class="var-type"><a href="../sparql/SparqlEngineDb_SqlGenerator.html">SparqlEngineDb_SqlGenerator</a></span>
<span class="var-name">$sg</span>
= <span class="var-default"> null</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a16">16</a></span>)
</span>
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">SQL Generator</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
</div>
</div>
</div>
<a name="sec-methods"></a>
<div class="info-box">
<div class="info-box-title">Methods</div>
<div class="nav-bar">
<a href="#sec-description">Description</a> |
<a href="#sec-var-summary">Vars</a> (<a href="#sec-vars">details</a>)
<a href="#sec-method-summary">Methods</a> (<span class="disabled">details</span>)
</div>
<div class="info-box-body">
<A NAME='method_detail'></A>
<a name="methodmkVal" id="mkVal"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">static mkVal</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a662">662</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
static <span class="method-result">void</span>
<span class="method-name">
mkVal
</span>
(<span class="var-type"></span> <span class="var-name">$value</span>, [<span class="var-type"></span> <span class="var-name">$type</span> = <span class="var-default">null</span>])
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$value</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$type</span> </li>
</ul>
</div>
<a name="methodswitchOperator" id="switchOperator"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">static switchOperator</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a799">799</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
static <span class="method-result">void</span>
<span class="method-name">
switchOperator
</span>
(<span class="var-type"></span> <span class="var-name">$op</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$op</span> </li>
</ul>
</div>
<a name="method__construct" id="__construct"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">Constructor __construct</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a69">69</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">SparqlEngineDb_FilterGenerator</span>
<span class="method-name">
__construct
</span>
(<span class="var-type"><a href="../sparql/SparqlEngineDb_SqlGenerator.html">SparqlEngineDb_SqlGenerator</a></span> <span class="var-name">$sg</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"><a href="../sparql/SparqlEngineDb_SqlGenerator.html">SparqlEngineDb_SqlGenerator</a></span>
<span class="var-name">$sg</span> </li>
</ul>
</div>
<a name="methodcreateBooleanValue" id="createBooleanValue"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createBooleanValue</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a213">213</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createBooleanValue
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateEquation" id="createEquation"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createEquation</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a270">270</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createEquation
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFilterSql" id="createFilterSql"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFilterSql</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a84">84</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates the SQL representing a Sparql FILTER.</p>
<ul class="tags">
<li><span class="field">return:</span> SQL WHERE part with prefixed AND</li>
<li><span class="field">access:</span> public</li>
</ul>
<div class="method-signature">
<span class="method-result">string</span>
<span class="method-name">
createFilterSql
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>, <span class="var-type">boolean</span> <span class="var-name">$bOptional</span>, <span class="var-type"></span> <span class="var-name">$nUnionCount</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Filter element tree as returned by SparqlParser::parseConstraintTree()</span> </li>
<li>
<span class="var-type">boolean</span>
<span class="var-name">$bOptional</span><span class="var-description">: If the filter is in an optional statement</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$nUnionCount</span> </li>
</ul>
</div>
<a name="methodcreateFunction" id="createFunction"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a243">243</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_bound" id="createFunction_bound"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_bound</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a400">400</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns if the element is a blank node</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_bound
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_datatype" id="createFunction_datatype"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_datatype</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a415">415</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_datatype
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_isblank" id="createFunction_isblank"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_isblank</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a434">434</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns if the element is a blank node</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_isblank
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_isiri" id="createFunction_isiri"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_isiri</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a450">450</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_isiri
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_isliteral" id="createFunction_isliteral"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_isliteral</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a460">460</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns the language of the object</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_isliteral
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_isuri" id="createFunction_isuri"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_isuri</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a475">475</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_isuri
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_lang" id="createFunction_lang"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_lang</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a493">493</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns the language of the object</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_lang
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_langmatches" id="createFunction_langmatches"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_langmatches</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a512">512</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that checks if the variable</p>
<p class="description"><p>matches a given language</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_langmatches
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_regex" id="createFunction_regex"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_regex</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a559">559</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that checks if the given part matches</p>
<p class="description"><p>an regex</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_regex
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_sameterm" id="createFunction_sameterm"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_sameterm</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a601">601</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that checks if both terms are the same</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_sameterm
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_str" id="createFunction_str"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createFunction_str</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a618">618</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns the string representation</p>
<p class="description"><p>of the given element</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_str
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateFunction_xsd_datetime" id="createFunction_xsd_datetime"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createFunction_xsd_datetime</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a639">639</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates an sql statement that returns the datetime representation</p>
<p class="description"><p>of the given element</p></p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createFunction_xsd_datetime
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateSingleTypeCheck" id="createSingleTypeCheck"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createSingleTypeCheck</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a376">376</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates sql to ensure the type between $val and variable $tree is the same.</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createSingleTypeCheck
</span>
(<span class="var-type"></span> <span class="var-name">$val</span>, <span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$val</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodcreateTreeSql" id="createTreeSql"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createTreeSql</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a102">102</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createTreeSql
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>, <span class="var-type"></span> <span class="var-name">$parent</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$parent</span> </li>
</ul>
</div>
<a name="methodcreateTypeEquation" id="createTypeEquation"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">createTypeEquation</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a335">335</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Generates sql code to make sure the datatypes of the two operands match</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createTypeEquation
</span>
(<span class="var-type"></span> <span class="var-name">$operator</span>, <span class="var-type"></span> <span class="var-name">$val1</span>, <span class="var-type"></span> <span class="var-name">$val2</span>, <span class="var-type"></span> <span class="var-name">$tree1</span>, <span class="var-type"></span> <span class="var-name">$tree2</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$operator</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$val1</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$val2</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$tree1</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$tree2</span> </li>
</ul>
</div>
<a name="methodcreateValue" id="createValue"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">createValue</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a141">141</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Creates the sql for an element of type "value".</p>
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
createValue
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>, <span class="var-type">boolean</span> <span class="var-name">$bDumbParent</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Element</span> </li>
<li>
<span class="var-type">boolean</span>
<span class="var-name">$bDumbParent</span><span class="var-description">: True if the parent is a boolean equation or null.</span> </li>
</ul>
</div>
<a name="methodgetCol" id="getCol"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getCol</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a668">668</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getCol
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>, <span class="var-type"></span> <span class="var-name">$type</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
<li>
<span class="var-type"></span>
<span class="var-name">$type</span> </li>
</ul>
</div>
<a name="methodgetDatatypeCol" id="getDatatypeCol"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getDatatypeCol</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a680">680</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getDatatypeCol
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodgetDateConversionSql" id="getDateConversionSql"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getDateConversionSql</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a688">688</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getDateConversionSql
</span>
(<span class="var-type"></span> <span class="var-name">$strValue</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$strValue</span> </li>
</ul>
</div>
<a name="methodgetIsCol" id="getIsCol"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getIsCol</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a695">695</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getIsCol
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodgetLangCol" id="getLangCol"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">getLangCol</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a702">702</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getLangCol
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodgetValueCol" id="getValueCol"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">getValueCol</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a710">710</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
getValueCol
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodisNumber" id="isNumber"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">isNumber</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a717">717</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
isNumber
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodisObject" id="isObject"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">isObject</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a734">734</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Checks if the given tree element is a variable and the variable is actually an object in the database.</p>
<ul class="tags">
<li><span class="field">return:</span> True if the element is an object</li>
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">boolean</span>
<span class="method-name">
isObject
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Tree element</span> </li>
</ul>
</div>
<a name="methodisObjectOrSubject" id="isObjectOrSubject"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">isObjectOrSubject</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a749">749</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Checks if the given tree element is a variable and the variable is actually an object or a subject in the database.</p>
<ul class="tags">
<li><span class="field">return:</span> True if the element is an object or an subject</li>
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">boolean</span>
<span class="method-name">
isObjectOrSubject
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Tree element</span> </li>
</ul>
</div>
<a name="methodisPlainString" id="isPlainString"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">isPlainString</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a766">766</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Checks if the given tree element is a plain string (no variable)</p>
<ul class="tags">
<li><span class="field">return:</span> True if the element is a string</li>
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">boolean</span>
<span class="method-name">
isPlainString
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Tree element</span> </li>
</ul>
</div>
<a name="methodisValueButNotVariableNorString" id="isValueButNotVariableNorString"><!-- --></a>
<div class="oddrow">
<div class="method-header">
<span class="method-title">isValueButNotVariableNorString</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a774">774</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<ul class="tags">
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">void</span>
<span class="method-name">
isValueButNotVariableNorString
</span>
(<span class="var-type"></span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type"></span>
<span class="var-name">$tree</span> </li>
</ul>
</div>
<a name="methodisVariable" id="isVariable"><!-- --></a>
<div class="evenrow">
<div class="method-header">
<span class="method-title">isVariable</span> (line <span class="line-number"><a href="../__filesource/fsource_sparql__sparqlSparqlEngineDbFilterGenerator.php.html#a789">789</a></span>)
</div>
<!-- ========== Info from phpDoc block ========= -->
<p class="short-description">Checks if the given tree element is a variable</p>
<ul class="tags">
<li><span class="field">return:</span> True if the element is a variable</li>
<li><span class="field">access:</span> protected</li>
</ul>
<div class="method-signature">
<span class="method-result">boolean</span>
<span class="method-name">
isVariable
</span>
(<span class="var-type">array</span> <span class="var-name">$tree</span>)
</div>
<ul class="parameters">
<li>
<span class="var-type">array</span>
<span class="var-name">$tree</span><span class="var-description">: Tree element</span> </li>
</ul>
</div>
</div>
</div>
<p class="notes" id="credit">
Documentation generated on Fri, 1 Jun 2007 16:49:06 +0200 by <a href="http://www.phpdoc.org" target="_blank">phpDocumentor 1.3.2</a>
</p>
</div></body>
</html>
|
administrator/components/com_jchat/css/cpanel.css
|
cuongnd/test_pro
|
div#cpanel {
float: left;
width: 40%;
}
div#help {
float: right;
width: 68%;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.25);
box-shadow: 15px 20px 10px rgba(0, 0, 0, 0.25);
position: relative;
border: 1px solid #CCC;
margin-bottom: 20px;
}
div#help div.slidercontents {
-webkit-border-top-right-radius: 20px;
-moz-border-radius-topright: 20px;
border-top-right-radius: 20px;
-webkit-border-top-left-radius: 20px;
-moz-border-radius-topleft: 20px;
border-top-left-radius: 20px;
}
div.slidercontents {
background-color: #FFF;
min-height: 200px;
}
div.component_info {
padding: 8px;
font-size: 16px;
border-bottom: 1px dotted #333;
width: 70%;
margin-left: 10px;
}
div.component_info.last {
margin-bottom: 10px;
}
div.seperator {
margin: 10px auto 10px auto;
width: 80%;
border-bottom: 1px solid #ccc;
}
div.status {
margin-left: 10px;
font-size: 14px;
}
img.statusimg {
margin-right: 5px;
}
.cpanel div.icon,#cpanel div.icon {
text-align: center;
margin-right: 15px;
float: left;
margin-bottom: 15px;
line-height: 15px;
}
.cpanel div.icon a,#cpanel div.icon a {
background-color: white;
background-position: -30px;
display: block;
float: left;
height: 97px;
width: 108px;
color: #565656;
vertical-align: middle;
text-decoration: none;
border: 1px solid #CCC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-transition-property: background-position,
-webkit-border-bottom-left-radius, -webkit-box-shadow;
-moz-transition-property: background-position,
-moz-border-radius-bottomleft, -moz-box-shadow;
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
}
#cpanel div.icon a:hover,#cpanel div.icon a:focus,#cpanel div.icon a:active,.cpanel div.icon a:hover,.cpanel div.icon a:focus,.cpanel div.icon a:active
{
background-position: 0;
-webkit-border-bottom-left-radius: 50% 20px;
-moz-border-radius-bottomleft: 50% 20px;
border-bottom-left-radius: 50% 20px;
-webkit-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
box-shadow: -5px 10px 15px rgba(0, 0, 0, 0.25);
position: relative;
z-index: 10;
}
#cpanel img,.cpanel img {
padding: 10px 0;
margin: 0 auto;
}
#cpanel span,.cpanel span {
display: block;
text-align: center;
font-size: 11px;
}
div.codeinfo:last-child {
padding-bottom: 10px;
}
div.box {
display: block;
border: 1px solid #ccc;
background: white;
text-align: center;
width: 58px;
height: 58px;
line-height: 58px;
margin: 0 0 10px 10px;
float: left;
position: relative;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
position: relative;
}
div.box span {
width: 52px;
height: 52px;
line-height: 50px;
position: relative;
top: 2px;
left: 2px;
border: 1px solid #ccc;
display: block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
span.infostat {
background-color: #f9f9f9;
background-image: url('../images/icon-16-statinfo.png');
background-repeat: no-repeat;
background-position: 50%;
}
span.infousers {
background-color: #f9f9f9;
background-image: url('../images/icon-16-statusers.png');
background-repeat: no-repeat;
background-position: 50%;
}
div.codeinfo div {
font-size: 14px;
padding: 5px;
}
div.row-fluid .icon-config::before {
color: #00F;
content: "6";
}
label.infotitle {
display: inline-block;
padding: 20px 0 0 10px;
font-size: 14px;
}
label.infotitle.stat {
font-size: 20px;
font-weight: bold;
color: #025A8D;
}
div.texttitle {
font: 16px Arial, Helvetica, sans-serif;
color: #8E8E8E;
text-align: center;
margin: 5px 0 5px 0;
height: 30px;
}
div.single_container {
padding-left: 10px;
clear: left;
}
div.panel div.jchat_logo {
top: 80px;
}
div#jchatsliders {
position: relative;
width: 60%;
float: right;
}
div.panel {
margin-bottom: 3px;
border: solid 1px #ccc;
}
div.panel h3 {
background: #fafafa;
color: #666;
margin: 0;
padding: 2px 2px 2px 5px;
cursor: pointer;
border-bottom: 1px solid #ccc;
font-size: 1.182em;
}
|
doc/perfcenter/simulator/queue/package-frame.html
|
bkdonline/perfcenter
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Mon Apr 28 11:53:48 IST 2014 -->
<title>perfcenter.simulator.queue</title>
<meta name="date" content="2014-04-28">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
</head>
<body>
<h1 class="bar"><a href="../../../perfcenter/simulator/queue/package-summary.html" target="classFrame">perfcenter.simulator.queue</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="QueueServer.html" title="interface in perfcenter.simulator.queue" target="classFrame"><i>QueueServer</i></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="QServerInstance.html" title="class in perfcenter.simulator.queue" target="classFrame">QServerInstance</a></li>
<li><a href="QueueSim.html" title="class in perfcenter.simulator.queue" target="classFrame">QueueSim</a></li>
</ul>
</div>
</body>
</html>
|
wp-content/themes/megusta/style.css
|
giacomovergnano/fb
|
@import url("css/blocks.css");
@import url("css/prettyPhoto.css");
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic);
.cosmo_floating_uploader
{
position:absolute !important;
border:none !important;
background-color:transparent !important;
width:100px!important;
height:100px!important;
overflow:hidden;
z-index:9000!important;
}
.cosmo_floating_uploader img
{
margin:0px!important;
}
.cosmo_floating_uploader .cui_add_button
{
border:none!important;
padding:0px!important;
height:80px;
}
/*General*/
html, body{height: 100%;}
body{ font:0.75em/1.6em Helvetica, Arial, sans-serif; color: #3f4950;}
/*Links*/
a,.link{ text-decoration: none; color: #303e48; cursor: pointer; transition: color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out; -webkit-transition: color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out;}
a:hover, .link:hover{ text-decoration: none; color: #ff8080; }
input[type="text"],input[type="password"], textarea{ border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border: 1px solid #E5E5E5; padding: 2px 5px; width: 70%; height: 26px; line-height: 26px; font:12px/20px Helvetica, Arial, sans-serif;}
input[type="text"].error,input[type="password"].error{ background: none #ffeaea; border: 1px solid #E5E5E5; }
textarea{ min-height: 100px; overflow: hidden; }
select{ border:1px solid #E5E5E5; padding:2px; width: 71%; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; height: 26px;}
/*Typography*/
h1, h2, h3, h4, h5, h6 {margin-bottom: 20px; font-family: 'Lato', sans-serif; font-weight: normal;}
h1 { font-size: 30px; line-height: 30px;}
h2 { font-size: 26px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }
p {line-height: 1.6em; margin-bottom: 15px;}
p:last-child{margin-bottom: 0;}
blockquote { quotes: none; }
del { text-decoration: line-through; }
table { border-collapse:collapse; border-spacing: 0; width: 100%; }
pre { font-family: "Courier 10 Pitch", Courier, monospace; }
code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }
label { display: block;}
/* Text elements */
*{ margin: 0; padding: 0; outline: none; }
a img{ border:0; }
ul li,ol li{ list-style: none; }
fieldset{ border: 0; margin: 0; padding: 0;}
ol ol { list-style: upper-alpha; }
ol ol ol { list-style: lower-roman; }
ol ol ol ol { list-style: lower-alpha; }
ul ul, ol ol, ul ol, ol ul { margin-bottom: 0; }
dl { margin: 0 0 24px 0; }
dt { font-weight: bold; }
dd { margin-bottom: 18px; }
strong { font-weight: bold; }
cite, em, i { font-style: italic; }
big { font-size: 131.25%; }
ins { background: #ffc; text-decoration: none; }
blockquote { font-style: italic; padding: 0 3em; }
blockquote cite, blockquote em, blockquote i { font-style: normal; }
pre { background: #f7f7f7; color: #222; line-height: 1.6em; margin-bottom: 18px; padding: 1.5em; }
abbr, acronym { border-bottom: 1px dotted #666; cursor: help; }
sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline; }
sup { bottom: 1ex; }
sub {top: .5ex; }
/*Miscellaneous*/
.hide{display:none;}
.inline-block{display:inline-block; }
.gray{color: gray;}
.br{ height: 1px !important; font-size: 1px !important; padding: 0px !important; margin: 0px !important; clear: both !important; float: none !important; display: block !important; width: 100% !important; border: 0 !important; }
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}
.fr{ float: right !important; }
.fl{ float: left !important; }
.txt_c{ text-align: center; }
.txt_r{ text-align: right; }
.txt_l{ text-align: left; }
.no_padding{ padding: 0!important; }
.no_margin{ margin: 0!important; }
.auto_margin { margin: 0 auto!important; }
.empty_tr,.empty_tr td{ padding: 0; margin: 0; height: 0; font-size: 0; }
.margin15 {margin-top: 15px!important;}
.padding15 {padding-bottom: 15px!important;}
.no_float {float: none!important; *float: left!important;}
.no_bg {background: none!important;}
.hidden {display: none;}
#content ul ul, #content ol ol, #content ul ol, #content ol ul { margin-bottom: 0; }
#content pre, #content kbd, #content tt, #content var { font-size: 15px; line-height: 21px; }
#content code { font-size: 13px; }
#content dt, #content th { color: #000; }
#content table { border: 1px solid #e7e7e7; margin: 0; text-align: left; width: 100%; }
#content .wp_themeSkin table {width: auto; }
#content tr th, #content thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 1.6em; padding: 9px 24px; }
#entry-author-info { background: #f2f7fc; border-top: 4px solid #000; clear: both; font-size: 14px; line-height: 20px; margin: 24px 0; overflow: hidden; padding: 18px 20px; }
#entry-author-info #author-avatar { background: #fff; border: 1px solid #e7e7e7; float: left; height: 60px; margin: 0 -104px 0 0; padding: 11px; }
#entry-author-info #author-description { float: left; margin: 0 0 0 104px; }
#entry-author-info h2 { color: #000; font-size: 100%; font-weight: bold; margin-bottom: 0; }
.entry-utility { clear: both; color: #888; font-size: 12px; line-height: 1.6em; }
.entry-utility a { color: #888; }
.entry-utility a:hover { color: #ff4b33; }
.video-player { padding: 0; }
.sticky { }
.bypostauthor { }
/*Body elements*/
.b_body { overflow: hidden; position: relative; }
.b_body_c { margin: 0;}
.b_head { height: auto; z-index: 12; position: relative; display: block; top: -4px;}
.b_content { z-index: 9; margin: 0 0 30px 0; min-height: 600px;}
.b_body_f { bottom: 0; position: relative; width: 100%; color: #3f4950; z-index: 10}
#primary, #secondary {float: left;}
#primary {background: url(images/delimiter.bg.y.png) repeat-y right top;}
#primary.fr {background: url(images/delimiter.bg.y.png) repeat-y left top;}
#primary.fr #content {margin-left: 20px;}
#primary.fullwidth {background: none;}
/*Boxed content*/
.larger .b_body{ margin-top: 30px; background: url(images/body.bg.top.png) no-repeat center top;}
.larger .b_body_c { margin-top:15px; background: url(images/body.bg.png) repeat-y center top;}
/*Buttons*/
p.button, p.form-submit, p.submit { margin: 0 20px 0 0; padding: 0; height:32px; width: auto; position: relative; cursor: pointer; background: url(images/button.bg.png) no-repeat left 0; float: left; }
p.button a, p.button input, p.form-submit input, p.submit input{ float: left; line-height:28px; margin: 0 -20px 0 0!important; padding: 0 20px; height:100%; border: none; cursor: pointer; color: #3f4950; background: url(images/button.bg.png) no-repeat right -32px; width: auto!important; text-shadow: 0 1px 0 #fff; }
p.button:hover, p.form-submit:hover, p.submit:hover {background-position: left -64px;}
p.button a:hover, p.button input:hover, p.form-submit input:hover, p.submit input:hover{text-decoration: none; background-position: right -96px;}
/*Blue*/
p.button.blue, p.form-submit.blue, p.submit.blue { background-position: left -128px; }
p.button.blue a, p.button.blue input, p.form-submit.blue input, p.submit.blue input{ background-position: right -160px; color: white; text-shadow: 0 -1px 0 #32719d; }
p.button.blue:hover, p.form-submit.blue:hover, p.submit.blue:hover { background-position: left -192px;}
p.button.blue a:hover, p.button.blue input:hover, p.form-submit.blue input:hover, p.submit.blue input:hover{ background-position: right -224px; }
/*Red*/
p.button.red, p.form-submit.red, p.submit.red { background-position: left -256px;}
p.button.red a, p.button.red input, p.form-submit.red input, p.submit.red input{ background-position: right -288px; color: white; text-shadow: 0 -1px 0 #ae2d2d;}
p.button.red:hover, p.form-submit.red:hover, p.submit.red:hover { background-position: left -320px;}
p.button.red a:hover, p.button.red input:hover, p.form-submit.red input:hover, p.submit.red input:hover{ background-position: right -352px; }
/*Delimiter*/
.delimiter {width: 100%!important; margin: 30px auto!important; background: url(images/delimiter.bg.x.png) repeat-x; height: 2px; float: left; *float: none;}
.delimiter.blank {margin: 15px auto!important; background: none; }
.widget .delimiter, #comments .delimiter, .box-related .delimiter { margin: 15px auto!important;}
.b_body_f .widget .delimiter {background: url(images/separator.darker.png) repeat-x;}
/*Mosaic overlay*/
.mosaic-overlay { display: none; z-index: 5; position: absolute!important; width: 100%; height: 100%; background: #fff; }
.circle .mosaic-overlay { bottom: 0; right: 0; background: #fff url(images/hover-magnify.png) no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00);}
.readmore .mosaic-overlay { opacity:0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter:alpha(opacity=00); background: url(images/bg.white.png); bottom: 0; right: 0;}
.readmore .mosaic-overlay .details {position: absolute; z-index: 999; bottom: 10px; right: 10px; padding: 2px 30px 2px 10px; background: #ededed; color: #303E48;}
.readmore.related {position: relative; height: 110px;}
.readmore.related .mosaic-overlay {height: 110px; top:0;}
.readmore.related .mosaic-overlay .details {right: 0; bottom: 5px; padding: 0;}
.grid-view .readmore {position: relative; height: 160px;}
.grid-view .readmore .mosaic-overlay {height: 160px; top:0;}
.grid-view .readmore .mosaic-overlay .details {right: 5px; bottom: 5px; padding: 0;}
.cosmo-arrow { font: 100% Times,sans-serif; }
.readmore .format{ position: absolute; z-index: 999; bottom: 10px; right: 10px; padding: 2px 10px; width: 10px; }
.grid-view .readmore .format {right: 5px; bottom: 5px;}
.readmore.related .format { right: 5px; bottom: 5px;}
.format-standard .readmore .format{ background: #ededed url(images/format.standard.png) no-repeat 8px center; }
.format-video .readmore .format{ background: #ededed url(images/format.video.png) no-repeat 8px center; }
.format-image .readmore .format{ background: #ededed url(images/format.image.png) no-repeat 8px center; }
.format-link .readmore .format{ background: #ededed url(images/format.file.png) no-repeat 8px center; }
.format-audio .readmore .format { background: #ededed url(images/format.audio.png) no-repeat 8px center; }
.format-video .play{ background:url(images/button.play.png) no-repeat center center; width: 100%; height: 100%; position: absolute; }
/*Gallery icon*/
.gallery-icon .mosaic-overlay { background: #fff url(images/hover-magnify-small.png) no-repeat center center; opacity: 0; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=00)"; filter: alpha(opacity=00); display: none; }
.gallery-icon .mosaic-overlay { display: none; z-index: 5; position: absolute; top: 0; left: 0; width: 100%; height: 110px; }
/*Tooltips*/
.tipsy { padding: 5px; font-size: 10px; opacity: 0.8; filter: alpha(opacity=80); background-repeat: no-repeat; background-image: url(images/tipsy.gif); }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-north { background-position: top center; }
.tipsy-south { background-position: bottom center; }
.tipsy-east { background-position: right center; }
.tipsy-west { background-position: left center; }
/*Branding*/
.branding {margin: 30px 0 0 0; float: left; *float: none; display: inline-block; width: 100%;}
/*Logo*/
.logo { display: block;}
.logo a{ cursor: pointer; float: left; width: 100%; }
.logo a span{ font-size: 12px; color: gray; display: block;}
/*Cosmo icons*/
.cosmo-icons { display: inline-block; margin-top:10px;}
.cosmo-icons.main { display: inline-block; margin-top:0;}
.cosmo-icons ul {float: left; }
.cosmo-icons ul li {float: left; background: url(images/delimiter.bg.menu.png) no-repeat left center; padding: 0 15px; height: 22px;}
.cosmo-icons ul li:first-child { background: none; padding: 0 15px 0 0;}
.cosmo-icons ul li:last-child { padding: 0 0 0 15px;}
.cosmo-icons ul li a { font: 20px "Lato"; float: left; height: 22px; line-height: 20px; background: url(images/menu.sprite.png) no-repeat 0 0; transition-property:color, background; -webkit-transition-property:color, background; -moz-transition-property:color, background; -o-transition-property:color, background; }
.cosmo-icons ul li.active a {color: #338ac7;}
.cosmo-icons ul li.hot a {background-position: 0 -22px; padding-left: 24px; }
.cosmo-icons ul li.new a {background-position: 0 -66px; padding-left: 24px;}
.cosmo-icons ul li.random a {background-position: 0 -110px; padding-left: 30px;}
.cosmo-icons ul li.login a {background-position: 0 -156px; padding-left: 24px;}
.cosmo-icons ul li a:hover {color: #338ac7;}
.cosmo-icons ul li.hot a:hover, .cosmo-icons ul li.hot.active a {background-position: 0 -44px;}
.cosmo-icons ul li.new a:hover, .cosmo-icons ul li.new.active a {background-position: 0 -88px;}
.cosmo-icons ul li.random a:hover, .cosmo-icons ul li.random.active a {background-position: 0 -132px;}
.cosmo-icons ul li.login a:hover, .cosmo-icons ul li.login.active a {background-position: 0 -178px;}
/*** Menu ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * { margin: 0; padding: 0; list-style: none; }
.sf-menu { line-height: 1.0; }
.sf-menu ul { position: absolute; top: -999em; width: 10em; }
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility: inherit; /* fixes IE7 'sticky bug' */ }
.sf-menu li { float: left; position: relative;}
.sf-menu a { display: block; position: relative; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 22px; /* match top ul list item height */ z-index: 99; }
.sf-menu li.sfHover:first-child ul { left: 0px;}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em;}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { left: 11em; /* match ul width */ top: 0; }
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul { left: 10em; /* match ul width */ top: 0;}
.sf-menu li ul li a {padding:0;}
/*** Menu SKIN ***/
.sf-menu { *float: none; width: 100%; }
.sf-menu a { text-decoration:none; }
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/ /*color: #13a;*/}
.sf-menu li { /*background: #;*/ }
.sf-menu li li { height: 40px; line-height: 44px; background: url(images/delimiter.bg.x.png) repeat-x top left; padding: 0; text-indent: 7px;}
.sf-menu li li a{ display: inline-block; }
.sf-menu li li:first-child { padding: 0; background: none; }
.sf-menu li li:last-child { padding: 0; }
.sf-menu li li li { /*background: #;*/ }
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active { background:; outline: 0; }
/*** arrows **/
.sf-menu a.sf-with-ul { min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */ }
.sf-sub-indicator { position: relative; display: inline-block; margin-left: 5px; right: 0; top: 1.05em; /* IE6 only */ width: 11px; height: 12px; text-indent: -999em; overflow: hidden; background: url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ }
a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: 0px; background-position: 0 -100px; /* use translucent arrow for modern browsers*/ }
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; /* arrow hovers for modern browsers*/ }
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position: -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; /* arrow hovers for modern browsers*/ }
/*** shadows for all but IE6 ***/
.sf-shadow ul {-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); background: white;
background: rgba(255, 255, 255, 0.90); border: 1px solid #EFEFEF; }
.sf-shadow ul.sf-shadow-off { background: transparent; }
/*Search form*/
.searchform { display: inline-block; margin-top: 5px; }
.searchform #searchform, .widget_search #searchform{ text-align: left; position: relative;}
.searchform #searchform { float: right;}
.searchform #searchbox, .widget_search #searchbox { float: left; margin: 0; }
.searchform #searchbox input.input, .widget_search #searchbox input.input{ width: 198px; font-family: Georgia; font-style: italic; color: #999999; border-top-right-radius: 0px; border-bottom-right-radius: 0px; -moz-border-top-right-radius: 0px; -moz-border-bottom-right-radius: 0px; -webkit-border-top-right-radius: 0px; -webkit-border-bottom-right-radius: 0px;}
.widget_search #searchbox input.input{ width: 162px;}
.searchform #searchform .button, .widget_search #searchform .button { margin-left: -1px; *top: 1px;}
.searchform #searchform .button input, .widget_search #searchform .button input { *padding: 0 10px!important; font-family: Helvetica, Arial, sans-serif;}
/*Floating box*/
#hide-this .message {background: #ffffe0; margin: 20px 0 30px 0; padding: 20px; border: 1px solid #fff576; border-radius: 6px;}
#hide-this .message a.close{background: url(images/close.png) no-repeat; width: 15px; height: 15px; text-indent: -9999em;}
#hide-this .message a.close:hover{background-position: 0 -15px;}
#hide-this .top-pointer{ background:url(images/top-pointer.png) 0 0 no-repeat; width:21px; height:12px; position:absolute; left:25px; top:9px; z-index:200; }
p.hint { margin: 30px 0; color: white; font-size: 15px;}
/*Love*/
.fl .love, .fullwidth .love {width: 48px; height: 42px; position: absolute; top: 0; left: -68px; *left: -96px; text-align: center; line-height: 36px; color: inherit; }
@media \0screen {
.fl .love, .fullwidth .lovec {left: -82px;}
}
.fr .love {width: 48px; height: 42px; position: absolute; top: 0; right: -107px; text-align: center; line-height: 36px; color: inherit; }
.love .voteaction {width: 48px; height: 42px; float: left; display: block; position: absolute; top: 0; background: url(images/love.png) no-repeat; cursor: pointer;}
.love .voteaction.voted { background-position: 0 -42px;}
.love .voteaction:hover {background-position: 0 -84px; }
.love div { position: relative; overflow: hidden; width: 48px; height: 42px; }
.love em { display: block; position: relative; width: 48px; height: 42px; font-style: normal; }
.love strong { position: relative; z-index: 999; color: white;}
.larger .fl .love, .larger .fullwidth .love {left: -107px; *left: -137px;}
#voteaction.fixed { position: fixed; top: 20px;}
/*Featuring image*/
.featimg {width: 100%; float: left; position: relative; clear: both; }
.featimg .img {width: 100%; float: left; position: relative; background: #EDEDED url(images/ajax-loader.gif) no-repeat center center; border-radius: 6px; text-align: center; min-height: 100px;}
.w_620 .featimg .img img{padding: 10px; display: block;margin: 0 auto; max-width: 600px !important;}
.w_940 .featimg .img img{padding: 10px; display: block;margin: 0 auto; max-width: 920px !important;}
.wp-caption-text{ display: block; text-align: center; font-family: 'Lato', sans-serif; margin: 0 auto; padding-bottom: 10px;}
.single .featimg{ margin-bottom: 20px;}
.nsfw .featimg .img{ background-color: #EDEDED;}
/*Entry header*/
.entry-header {float: left; width: 100%; clear: both; }
.entry-content {float: left; width: 100%; clear: both; margin-bottom: 20px; }
.entry-footer { float: left; width: 100%; clear: both;}
.w_620 .entry-header {width: 620px;}
.w_940 .entry-header {width: 940px;}
/*Meta*/
div.entry-meta{ position: relative; float: left; margin:0 0 20px 0; width: 100%;}
div.entry-meta ul { float: left; position: relative; top: 2px;}
div.entry-meta ul li { float: left; padding: 0 0 0 10px; margin: 0 0 0 10px; line-height: 16px; height: 16px; color: #76797c; width: auto; background: url(images/delimiter.bg.meta.png) no-repeat left center; font: italic normal 11px Georgia;}
div.entry-meta ul:first-child li:first-child {padding: 0; margin: 0; background: none!important;}
div.entry-meta ul li a, div.entry-meta ul li time{ color: #76797c; display: block; float: none; padding-left: 20px; line-height: 16px; height: 16px; transition: color 0.4s ease-in-out; -moz-transition: color 0.4s ease-in-out; -webkit-transition: color 0.4s ease-in-out; -o-transition: color 0.4s ease-in-out;}
div.entry-meta ul li a:hover{ color: #ff8080;}
div.entry-meta ul li.cosmo-comments a{ background: url(images/meta.sprite.png) no-repeat 0 0px; }
div.entry-meta ul li.edit_post a { background: url(images/meta.sprite.png) no-repeat 0 -48px; }
div.entry-meta ul li.delete_post a { background: url("images/meta.sprite.png") no-repeat scroll 0 -112px transparent; }
div.entry-meta ul li.author a { background: url("images/meta.sprite.png") no-repeat scroll 0 -64px transparent; }
div.entry-meta ul li.time time { background: url(images/meta.sprite.png) no-repeat 0 -80px;}
div.entry-meta ul li.cosmo-love a{ background: url(images/meta.sprite.png) no-repeat 0 -96px; }
/*Meta category*/
div.entry-meta ul.category { background: url(images/delimiter.bg.meta.png) no-repeat left center; margin-left:10px}
div.entry-meta ul.category li { background: none; margin: 0; padding: 0 0 0 4px;}
div.entry-meta ul.category li:first-child { background: url(images/meta.sprite.png) no-repeat 0 -16px; margin: 0 0 0 10px; padding: 0 0 0 20px;}
div.entry-meta ul.category li a { padding: 0;}
div.entry-meta ul.category li a:after { content: ","; }
div.entry-meta ul.category li:last-child a:after { content: ""; }
/*Meta tags*/
div.entry-meta ul.b_tag { background: url(images/delimiter.bg.meta.png) no-repeat left center; margin-left: 10px;}
div.entry-meta ul.b_tag li{ background: none; margin: 0; padding: 0 0 0 4px;}
div.entry-meta ul.b_tag li:first-child{ background: url(images/meta.sprite.png) no-repeat 0 -32px; margin: 0 0 0 10px; padding: 0 0 0 20px;}
div.entry-meta ul.b_tag li a{ padding: 0;}
div.entry-meta ul.b_tag li a:after { content: ","; }
div.entry-meta ul.b_tag li:last-child a:after { content: ""; }
/*Hotkeys meta*/
.hotkeys-meta {float: right; height: 22px;}
.nav-previous a, span.nav-next a{ width: 25px; height: 20px; background: url(images/arrows.sprite.png) no-repeat 0 0; text-indent: -999em; position: absolute; right: 24px; top: 0; }
span.nav-next a{ background-position:-24px 0; right: 0; }
span.nav-next a:hover{ background-position:-24px -20px;}
span.nav-previous a:hover{ background-position:0 -20px;}
span.first a{ display: none;}
.entry-header .hotkeys-meta{position:absolute;right:0;top: 10px;}
.entry-header .entry-meta .hotkeys-meta{position:relative;right:auto;top: auto;}
.fl #sticky-bar.fixed, .fullwidth #sticky-bar.fixed{position: fixed !important; top: 70px !important; margin-left: -16px; margin-left: -490px;right: auto !important;}
@media \0screen {
.fl #sticky-bar.fixed, .fullwidth #sticky-bar.fixed{margin-left: -496px;}
}
.fr #sticky-bar.fixed{position: fixed !important; top: 70px; margin-left: 690px;}
.larger .fl #sticky-bar.fixed, .larger .fullwidth #sticky-bar.fixed{position: fixed; top: 70px; margin-left: -58px; *margin-left: -535px;}
@media \0screen {
.larger .fl #sticky-bar.fixed, .larger .fullwidth #sticky-bar.fixed {margin-left: -520px;}
}
.larger .fr #sticky-bar.fixed{position: fixed; top: 70px; margin-left: 728px;}
/*Excerpt*/
.entry-footer .excerpt {margin-bottom: 20px;}
.entry-footer .attach {float: left; width: 600px; background: #ffffe0 url(images/format.file.download.png) no-repeat 10px center;; border: 1px solid #fff576; margin: 0 0 20px 0; padding: 20px 10px; border-radius: 6px;}
.entry-footer .attach a { padding-left: 42px; }
.entry-footer .attach.pdf a { background: url(images/format.file.pdf.png) no-repeat 42px center; padding-left: 58px;}
.entry-footer .attach.doc a { background: url(images/format.file.doc.png) no-repeat 42px center; padding-left: 58px;}
.entry-footer .share {float: left;}
.entry-footer .source {float: right; max-width: 270px; overflow: hidden; text-align: right;}
.entry-footer .source p{ display: inline-block; background: #EDEDED; padding: 2px 10px; border-radius: 6px; }
.share .share_button {position: relative; margin-right: 15px; top: -6px; display: inline-block;}
/*Breadcrumbs*/
.breadcrumbs { padding:0px 0 10px 0; margin-top: -20px; margin-bottom: 30px; font-size: 11px; background: url(images/delimiter.bg.x.png) repeat-x left bottom ; clear: both; *float: none;}
.breadcrumbs p{ float: left; line-height: 18px; margin: 0; }
.breadcrumbs ul{ white-space: nowrap; overflow: hidden; max-width: 900px; float: left; }
.breadcrumbs li { display: inline; margin-left: 8px; padding-left: 12px; width: auto; background: url(images/breadcrumbs.arrow.gif) no-repeat left center; color: #76797C;}
.breadcrumbs li:first-child { background: none; margin-left: 0; padding-left: 0; }
/*Single*/
.post {clear: both; position: relative; float: left; width: 100%;}
.b_text {}
/*NSFW*/
.nsfw h1.entry-title, .nsfw h2.entry-title {text-indent: 48px; background: url(images/icon.nsfw.png) no-repeat left 7px;}
.nsfw h2.entry-title {background-position: left 3px;}
/*Map*/
#map_canvas {height: 300px; margin-bottom: 15px;}
.b_text #map_canvas img { background: none;}
/*About the author*/
.box-author { position: relative; float: left; padding: 15px 0 0 0;}
.box-author a { float: left; width: 85px;}
.box-author a img{width: 60px; height: 60px; padding: 5px; border-radius: 4px; background: #f5f5f5; border: none; }
.box-author span.author-page{ float: left; width: 175px; color: #888888; font: italic 12px Georgia; line-height: 1.6em; display: block;}
span.vcard {display: inline-block;}
/*Author links*/
.widget span.links {font-size: 12px; margin-left:10px; float: right; position: relative; top: 8px;}
.widget span.links a {margin: 0 10px 0 0; padding: 0 0 0 10px; background: url(images/delimiter.bg.meta.png) no-repeat left center; font-weight: bold;}
.widget span.links a:first-child {background: none; padding: 0;}
.widget span.links a:last-child {margin: 0;}
/*Author links*/
.entry-title.author span.links {font-size: 14px; margin-left:10px; }
.entry-title.author span.links a {margin: 0 10px 0 0; padding: 0 0 0 10px; background: url(images/delimiter.bg.meta.png) no-repeat left center; font-weight: bold;}
.entry-title.author span.links a:first-child {background: none;}
.entry-title.author span.links a.active { font-weight: normal; cursor: default;}
/*Related posts*/
.box-related { position: relative; display: inline-block; float: left; width: 100%;}
.box-related div > div { position: relative; display: inline-block; clear: both;}
.box-related div > div.last { margin-bottom: 0;}
.box-related .col {float: left; display: inline-block; width: 180px; padding-bottom: 30px; position: relative; margin-left: 40px;}
.box-related .col:first-child {margin-left: 0px;}
.box-related div > div.last .col{ background: none; padding-bottom: 0;}
.box-related a.mosaic-overlay { position: relative;}
.box-related img{float: left; width: 170px; height: 100px; padding: 5px; border-radius: 4px; background: #ededed; border: none; }
.box-related h4{ float: left; width: 100%; margin: 15px 0 10px 0; font: normal 14px/18px Helvetica, Arial, sans-serif;}
.box-related .entry-meta{ margin: 0;}
.w_940 .box-related .col { width: 220px; margin-left: 20px;}
.w_940 .box-related .col:first-child { margin-left: 0px;}
.w_940 .box-related img{width: 210px;}
/*Grid Category page*/
.grid-view { position: relative; display: inline-block; float: left; clear: both;}
.grid-view .loop-container-view > div { position: relative; display: inline-block; clear: both;}
.grid-view .loop-container-view > div.last { margin-bottom: 0;}
.grid-view .col {float: left; display: inline-block; width: 295px; padding-bottom: 30px; position: relative; margin-left: 30px;}
.grid-view .col:first-child {margin-left: 0px;}
.grid-view .loop-container-view > div.last .col{ background: none; padding-bottom: 0;}
.grid-view a.mosaic-overlay { position: relative;}
.grid-view img{float: left; width: 285px; height: 150px; padding: 5px; border-radius: 4px; background: #ededed; border: none; }
.grid-view h2{ float: left; width: 100%; margin: 15px 0; font: normal 24px/26px 'Lato';}
.loop-container-view {float: left; clear: both; display: block; width: 100%;}
h1.entry-title.category, h1.entry-title.archive, h1.entry-title.search, h1.entry-title.page_title, h1.entry-title.tag, h1.entry-title.author, h1.entry-title.blog_page { margin: -7px 0 0 0; width: 570px; }
h2.entry-title { line-height: 26px;}
.w_940.grid-view .col { width: 300px; margin-left: 20px;}
.w_940.grid-view .col:first-child {margin-left: 0;}
.w_940.grid-view img{width: 290px;}
.grid-view .post, .box-related .post{clear: none;}
/*Switch*/
a.switch { display: inline-block; position: absolute; top: 4px; right: 0px; width: 49px; height: 20px; overflow: hidden; background: url(images/display.png) no-repeat right -20px; cursor: pointer; }
a.switch.swap { background-position: right 0px; }
/*Comments*/
h3#reply-title, h3.comments-title, h3.related-title{font-size: 24px; font-weight: normal; margin: 0; width: 100%;}
h3#reply-title {background: url(images/comment.icon.png) no-repeat center left; text-indent: 32px; height: 24px; margin-bottom: -5px; }
#comments {float: left; clear: both; width: 100%; margin: 0 0 30px 0;}
.cosmo-comment{}
.cosmo-comment blockquote{color:#838383;}
.cosmo-comment-list{ clear:both; list-style-position:outside; }
.cosmo-comment-list li{ list-style-type:none; position:relative; margin-bottom:20px; padding:0px; }
.cosmo-comment-list ul.children{ margin-left: 96px; clear: both; }
.comment-body { margin: 20px 0; display: block; }
.cosmo-comment-thumb{ width:50px; height:50px; padding: 5px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; background: #f5f5f5; float:left;}
.cosmo-comment-thumb img{ width:50px; height:50px; background: none; border-radius: 0; padding: 0; }
.cosmo-comment-leftpointer{ background:url(images/leftpointer.png) 0 0 no-repeat; width:12px; height:23px; position:absolute; left:75px; top:20px; z-index:200; }
.cosmo-comment-textinfo{ font-size:11px; margin:0; padding:0px; color: gray;}
.cosmo-comment-name{ font-weight:normal; }
.cosmo-comment-textinfo span.reply{ position: absolute; top: 15px; right: 15px; background: url(images/reply.png) no-repeat 0 1px; margin:0!important; text-indent: 18px; height: 16px; }
.cosmo-comment-textinfo a{ color: gray;}
.cosmo-comment-quote{ *margin-top: -20px; border:1px solid #E5E5E5; border-radius: 4px; padding:15px; margin-left:86px; line-height:18px; background-color:#fff; word-wrap: break-word;}
.cosmo-comment-quote p{ margin:0px 0px 0px 0px !important; padding:10px 0 0 0 !important; line-height:20px; background:none; clear:none; font-style:normal; }
em.comment-awaiting-moderation{ color: red!important; }
.bypostauthor .children .cosmo-comment-quote {border: 1px solid #E5E5E5;}
.bypostauthor .children .cosmo-comment-leftpointer, .bypostauthor form .cosmo-comment-leftpointer{ background-position:0 0;}
.bypostauthor .cosmo-comment-quote {border: 1px solid #ff8080;}
.bypostauthor .cosmo-comment-leftpointer{ background-position:0 -23px;}
li.pingback {margin: 15px 0 0 0; background: url(images/delimiter.bg.x.png) repeat-x top left; padding-top: 15px;}
li.pingback p {margin: 0;}
#respond { display: inline-block; width: 100%; padding: 0; margin-top: 0; position: relative;}
#respond h3#reply-title small a{ position: absolute; right: 0px; text-transform: lowercase; color: red!important; font-weight: normal; font-size: 16px;}
#respond form p, .contact-form form p { margin: 5px 0; display: inline-block; width: 70%;}
#respond form p.comment-notes{ margin: 0 0 10px 0; font-weight: bold; float: left; width: 100%;}
#respond form p.logged-in-as {display: block; margin: 0 0 10px 0; float: left; width: 100%;}
#commentform {float: left; display: none; width: 100%;}
#commentform input { float: left; width: 80%; padding-right: 80px;}
#commentform input.required { background: url(images/required.png) no-repeat center right; }
#commentform label, .contactform label{ display: block; float: left; padding: 0; line-height: 48px; margin-left: 15px;}
#commentform label{ clear: left; min-width: 85px; *width: 85px; margin: 0; line-height: 46px; }
#commentform .cosmo-comment-avatar {position: relative; float: left; width: 100%;}
#commentform p.textarea { margin-left: 26px; width: 70%;}
#commentform textarea { resize: none; width: 97%;}
#commentform p.form-submit {width: auto; margin: 10px 20px 0 85px; clear: both; display: block; }
#commentform p.form-submit input {width: auto; text-shadow: 0 1px 0 white; color: #3F4950; padding: 0 20px; }
/*Contact form*/
.contact-form form.contactform p {width: auto; float: left;}
/*Widgets general*/
.widget {margin-top: 50px; float: left; width: 100%; display: block; clear: both; position: relative;}
.widget:first-child {margin-top: 0px;}
h4.widget-title, h5.widget-title { font: normal 20px "Lato"; width: 100%; margin: 0;}
.b_body_f h5.widget-title { color: #b5bbbf; font-size: 18px;}
.b_body_f .widget ul li {background: url(images/separator.darker.png) repeat-x bottom left; font-size: 12px;}
.widget ul li h4, .widget ul li h6{font: bold 14px Helvetica, Arial, sans-serif;}
.widget ul { float: left; width: 100%;}
.widget ul li { font-size: 14px; background: url(images/delimiter.bg.x.png) repeat-x bottom left; margin-top: 15px; padding-bottom: 15px; float: left; width: 100%; position:relative;}
.widget ul li:first-child {margin-top: 0!important;}
.widget ul li:last-child {background: none; padding-bottom: 0; }
.widget ul li span{font-weight: normal; font-size: 12px;}
/*Widget menu*/
.widget ul.menu li ul.sub-menu { margin: 0;}
.widget ul.menu li ul.sub-menu li { background: url(images/delimiter.bg.x.png) repeat-x top left; padding-top: 15px; padding-bottom: 0;}
.widget ul.menu li ul.sub-menu li:first-child { margin-top: 15px!important; }
.widget ul.menu li ul.sub-menu li:last-child { padding-bottom: 0; }
.widget ul.menu li ul.sub-menu li a{ background: url(images/sub.menu.png) no-repeat left center; padding-left: 20px;}
.widget ul.menu li ul.sub-menu li ul li a{ padding-left: 40px; background-position: 20px center;}
.widget p.select {margin: 0;}
.b_text ol, .b_text ul { margin: 0 0 20px 1.5em; float: none;}
.b_text ul li {float: none; background: none; font-size: 12px; font-weight: normal; margin: 0; padding: 0; width: auto; list-style-type: disc;}
.b_text ol li { list-style: decimal; }
/*Tabber widget*/
.widget_tabber { clear: both; float: left; width: 100%; display: inline-block;}
.widget_tabber ul.widget_tabber li {float: left; background: url(images/delimiter.bg.menu.png) no-repeat left center; padding: 0 15px; height: 22px; width: auto; margin: 0;}
.widget_tabber ul.widget_tabber li:first-child { background: none; padding: 0 15px 0 0;}
.widget_tabber ul.widget_tabber li.last {padding: 0 0 0 15px;}
.widget_tabber ul.widget_tabber li a { font: normal 20px "Lato"; float: left; height: 22px; line-height: 20px; background: url(images/menu.sprite.png) no-repeat 0 0; transition-property:color, background; -webkit-transition-property:color, background; -moz-transition-property:color, background; -o-transition-property:color, background; }
.widget_tabber ul.widget_tabber li.active a {color: #338ac7;}
.b_f_c .widget_tabber ul.widget_tabber li a { font: normal 16px "Lato";}
.widget_tabber .tabs-container {padding: 0; float: left; width: 100%; }
.widget_tabber .tabs-container ul li { font-weight: normal; }
.widget_tabber .tabs-container ul li .entry-img { float: left; width: 85px;}
.widget_tabber .tabs-container ul li .entry-img img { padding: 5px; border-radius: 4px; background: #ededed; width: 60px; height: 60px; }
.widget_tabber .tabs-container ul li .entry-item { float: left; width: 175px;}
.widget_tabber .tabs-container ul li h5 { font: normal 14px/18px Helvetica, Arial, sans-serif; margin-bottom: 10px;}
.widget_tabber .tabs-container ul li h5 a {float: none;}
.widget_tabber .tabs-container ul li .entry-meta { margin: 0;}
.widget_tabber .tabs-container ul li .entry-meta ul li { background: url(images/delimiter.bg.meta.png) no-repeat left center; font-size: 11px;}
.w_300 .widget_tabber .tabs-container ul li .entry-item{ width: 215px;}
span.author_nr_views {display: block; font: italic 12px Georgia; margin-top: 5px; }
/*Top authors widget*/
.widget_top_authors.widget_tabber ul.widget_tabber { position: absolute; right: 0; top: 5px; width: auto;}
.widget_top_authors.widget_tabber ul.widget_tabber li {padding: 0 0 0 15px;}
.widget_top_authors.widget_tabber ul.widget_tabber li:first-child {padding: 0 15px 0 0;}
.widget_top_authors.widget_tabber ul.widget_tabber li a { font: normal 14px/20px Helvetica, Arial, sans-serif;}
/*Latest posts widget*/
.widget_latest_posts ul li { font-weight: normal; }
.widget_latest_posts ul li .entry-img { float: left; width: 85px;}
.widget_latest_posts ul li .entry-img img { padding: 5px; border-radius: 4px; background: #ededed; width: 60px; height: 60px; }
.widget_latest_posts ul li .entry-item { float: left; width: 175px;}
.widget_latest_posts ul li h5 { font: normal 14px/18px Helvetica, Arial, sans-serif; margin-bottom: 10px;}
.widget_latest_posts ul li .entry-meta { margin: 0;}
.widget_latest_posts ul li .entry-meta ul li { background: url(images/delimiter.bg.meta.png) no-repeat left center; font-size: 11px;}
.w_300 .widget_latest_posts ul li .entry-item { width: 215px;}
.w_300 .widget_latest_posts ul li h5 { font: normal 12px/14px Helvetica, Arial, sans-serif; }
/*Tag list*/
p.tags{ margin: 0 30px 15px 0; padding: 0; height:23px; width: auto; position: relative; cursor: pointer; background: url(images/tags.bg.png) no-repeat left 0; float: left; }
p.tags a{ float: left; line-height:23px; margin: 0 -15px 0 0!important; padding: 0 15px; height:100%; border: none; cursor: pointer; color: #3f4950; background: url(images/tags.bg.png) no-repeat right -23px; width: auto!important; text-shadow: 0 1px 0 #fff; text-indent: 5px;}
p.tags:hover {background-position: left -46px;}
p.tags a:hover{text-decoration: none; background-position: right -69px;}
/*Social media widget*/
.widget .social-media ul{float: left; }
.widget .social-media ul li{display: inline-block; float: left; background: none; margin: 0; padding: 0; margin-left: 10px; width: auto;}
.widget .social-media ul li:first-child{margin-left: 0;}
.widget .social-media ul li a{text-indent: -9999em; float: left; background: url(images/social-media.png) no-repeat; width: 32px; height: 32px;}
.b_f_c .widget .social-media ul li.fb a{background-position: 0 0;}
.b_f_c .widget .social-media ul li.twitter a{background-position: 0 -32px;}
.b_f_c .widget .social-media ul li.linked a{background-position: 0 -64px;}
.b_f_c .widget .social-media ul li.flickr a{background-position: 0 -96px;}
.b_f_c .widget .social-media ul li.email a{background-position: 0 -128px;}
.b_f_c .widget .social-media ul li.rss a{background-position: 0 -160px;}
.widget .social-media ul li.fb a{background-position: 0 -192px;}
.widget .social-media ul li.twitter a{background-position: 0 -224px;}
.widget .social-media ul li.linked a{background-position: 0 -256px;}
.widget .social-media ul li.flickr a{background-position: 0 -288px;}
.widget .social-media ul li.email a{background-position: 0 -320px;}
.widget .social-media ul li.rss a{background-position: 0 -352px;}
/*Submit content widget*/
.widget_submit p a {height:67px; width: 100%; float: left; background: url(images/submit.bg.png) no-repeat; clear: both; font: 20px/67px 'Lato'; padding-left: 78px;}
.widget_submit p a:hover{background-position: 0 -67px; }
/*Categories with icons widget*/
.widget .cat-item-icon a {float: left; width: 100%;}
.widget .cat-item-icon img{width: 16px; height: 16px; vertical-align: middle;}
.widget .cat-item-icon span{ padding-left: 10px; font-size: 14px;}
/*Other widgets*/
#wp_tag_cloud div { line-height: 1.6em; }
.widget_archive select, .widget_categories select{margin-bottom: 15px;width: 100%;}
/*Calendar*/
#calendar_wrap { margin-bottom: 15px;}
#wp-calendar { width: 100%; }
#wp-calendar caption { font-size: 14px; font-weight: bold; padding: 0 0 20px 0; text-align: center; }
#wp-calendar thead { font-size: 11px; }
#wp-calendar thead th { }
#wp-calendar tbody { }
#wp-calendar tbody td { padding: 3px 0 2px; text-align: center; }
#wp-calendar tbody .pad { background: none; }
#wp-calendar tfoot #next, #wp-calendar tfoot #prev {padding: 20px 0 0 0; }
#wp-calendar tfoot #next { text-align: right; }
#wp-calendar tfoot #next { text-align: right; }
/*Twitter widget*/
.cosmo-twit-container { height:auto!important; width: 100%; position: relative; float: left; }
.cosmo-twit-container .cosmo_twitter{ padding: 15px; border: 1px solid #e5e5e5; border-bottom: none; background: white;}
.cosmo-twit-container .cosmo_twitter p{ margin:0; width: 230px;}
.cosmo-twit-container ul li div{padding: 15px 0; }
.cosmo-twit-container span.date{ display: block; }
.cosmo-twit-container span.date a{ color: #AFAFAF; text-decoration: none; }
.i_join_us{ float: left; background: url(images/bird.png) no-repeat; width:100%; height: 32px; line-height: 45px; display: block; margin: 0; text-align: right; font-weight: bold; position:relative;}
/*Static Twitter widget*/
.static.cosmo-twit-container { top: -1px; width: 100%; }
.static .cosmo_twitter{ padding: 0; border: none; background: none;}
.static .cosmo_twitter .tweet_item{ background: url(images/delimiter.bg.x.png) repeat-x bottom left; padding: 13px 0 15px 0; }
.static .cosmo_twitter .tweet_item:first-child{ padding-top: 0; }
.static .cosmo_twitter p{ width: auto;}
.static .slides_container { padding: 0; }
.static.i_join_us, .b_body_f .i_join_us{ background: url(images/bird.static.png) no-repeat; margin-top: 15px; height: 22px; line-height: 22px; padding-left: 40px; text-align: left;}
/*Footer Twitter widget*/
.b_body_f .cosmo-twit-container { top: -1px; }
.b_body_f .cosmo_twitter{ padding: 0; border: none; background: none;}
.b_body_f .cosmo-twit-container a{ color: #fff; }
.b_body_f .cosmo-twit-container a:hover{ color: #afafaf; }
.b_body_f .cosmo-twit-container p{ margin:0; color: white;}
.b_body_f .cosmo_twitter .tweet_item{ background: url(images/separator.darker.png) repeat-x bottom left; padding-bottom: 15px;}
.b_body_f .cosmo-twit-container .cosmo_twitter p{ width: 300px;}
/*Flickr*/
.flickr_badge_image{ float:left; margin:0px 25px 25px 0px; }
.flickr_badge_image.last { margin:0px 0 25px 0px; }
.widget .flickr {margin: 0 0 -25px 0; float: left; width: 100%; }
.widget .flickr_badge_image img {padding: 5px; border-radius: 4px; background: #ededed; border: none; width: 60px; height: 60px; }
.w_300 .flickr_badge_image{ margin:0px 45px 25px 0px; }
/*Quick contact form*/
form.b_contact {clear: both;}
form.b_contact p.input input{width:248px; }
form.b_contact p.textarea { float: left;}
form.b_contact textarea { height: 150px; width: 248px; resize: none;}
#send_mail_result {line-height: 32px; text-align: right;}
.w_300 form.b_contact p.input input{width:288px; }
.w_300 form.b_contact textarea { width: 288px; }
/*Contact form*/
form.contactform {clear: both}
form.contactform p.input input{width:284px;}
form.contactform p.textarea{width: 620px; height: 190px; float: left;}
form.contactform textarea{ height: 190px; width: 570px; resize: none;}
/*Resize images to fit the main content area.*/
img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img { max-width: 620px; height: auto; }
.w_940 img.size-auto, .w_940 img.size-full, .w_940 img.size-large, .w_940 img.size-medium, .w_940 .attachment img { max-width: 940px;}
#fullResImage {max-width: none;}
.alignleft, img.alignleft { display: inline; float: left; margin-right: 20px;}
.alignright, img.alignright { display: inline; float: right; margin-left: 20px;}
.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }
img.alignleft, img.alignright, img.aligncenter { margin-bottom: 20px; }
.wp-caption { max-width: 620px !important;}
.wp-smiley { margin: 0; }
.gallery { margin: 0 auto 18px; float: left; display: inline-block; }
.gallery .gallery-item { float: left; margin: 10px 20px 10px 0!important; text-align: left; width: 220px!important; position: relative;}
.gallery .gallery-item:nth-child(5n+4) { margin:10px 0 10px 0!important; }
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery-columns-2 .attachment-medium { max-width: 92%; height: auto; }
.gallery-columns-4 .attachment-thumbnail { max-width: 84%; height: auto; }
.gallery .gallery-caption { text-align: left; font-size: 14px; line-height: 20px; margin-bottom: 15px; font-family: 'Lato', Helvetica, Arial, sans-serif; font-weight: normal }
.gallery dl { margin: 0; }
.gallery img { padding: 5px; background: #ededed; width: 210px; border: none!important;}
.gallery br+br { display: none; }
p.attachment img { display: block; margin: 0 auto; }
/* Pagination */
.b_pag{ display: inline-block; }
.b_pag.center{ text-align: center; display: block; width: 100%; }
.b_pag li{ display: inline; margin: 0 7px; }
.b_pag li.active,.b_pag li.active a{ color: #000; text-decoration: none; font-weight: bold; }
.b_pag li.next,.b_pag li.previous,.b_pag li.previous a,.b_pag li.next a{ width: 15px; display: inline-block; text-decoration: none; }
.b_pag li.next,.b_pag li.previous{ display: inline !important; }
.pag {width: 100%; float: left; text-align: center; padding-top: 30px; margin: 30px auto 0 auto; background: url(images/delimiter.bg.x.png) repeat-x}
/*Registration*/
.widecolumn { width: 1040px; margin: 30px auto; position: relative; min-height: 513px; }
.mu_register { width: 90%; margin:0 auto; }
.mu_register form { margin-top: 2em; }
.mu_register input[type="submit"],
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name { width:300px; font-size: 14px; margin:5px 0; }
.mu_register .prefix_address,
.mu_register .suffix_address {font-size: 18px;display:inline; }
.mu_register label { font-weight:700; font-size:14px; display:block; margin:20px 0 0 0; }
.mu_register label.checkbox { display:inline; }
.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
/*Footer*/
.b_f_c {color: white; width: 1000px; margin:0 auto; position: relative;}
.b_f_c a {color: white; }
.b_f_c a:hover {color: #B5BBBF; }
.b_f_c .footer-area{padding: 30px 0}
/*Footer menu*/
.b_f_c ul.footer-menu{ float: right; line-height: 40px; height: 40px; text-align: right;}
.b_f_c ul.footer-menu li{ display: inline-block; float: left; margin-left: 12px; width: auto; }
.b_f_c ul.footer-menu li:first-child{ margin-left: 0px; }
.b_f_c ul.footer-menu li:first-child a{ padding:0; }
.b_f_c ul.footer-menu li.active a{ color: #B5BBBF;}
.b_f_c ul.footer-menu li a { padding: 0 0 0 12px; color: #fff; }
.b_f_c ul.footer-menu li a:hover {color: #B5BBBF; }
.b_f_c ul.footer-menu li ul{ display: none; }
.b_f_c .bottom {background: url(images/black.png) repeat; width: 100%; height: 40px;}
.b_f_c .bottom .copyright{ color: white; line-height: 40px;}
/*Demo style switcher*/
.style_switcher{position: fixed; z-index: 999;}
.cosmo-tabs.style_switcher{left:-152px; color:#000; top: 40px; width: 150px; margin: 0; border: 1px solid #cecece;}
.cosmo-tabs.style_switcher .tabs-container {-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; padding: 10px; text-align: center; float: left;}
.cosmo-tabs.style_switcher .tabs-container p { margin: 10px 0; display:inline-block; font-weight: bold; clear: both; width: 100%; line-height: 1em; }
.cosmo-tabs.style_switcher .tabs-container select { width: 100%; padding: 0;}
.cosmo-tabs.style_switcher a.cosmo-colors, .cosmo-tabs.style_switcher a.cosmo-pattern{width: 20px; height: 20px; display: block; float: left; margin-right: 2px; margin-left: 2px; margin-bottom: 5px; border: 1px solid #CACACA; text-indent: -9999em; cursor: pointer;}
.cosmo-tabs.style_switcher input#pick_b_f_bg_color, .cosmo-tabs.style_switcher input#pick_content_bg_color, .cosmo-tabs.style_switcher input#pick_mid_bar_bg_color {margin:0 0 0 10px; float: left; padding: 3px 5px; width: 85px;}
.pickcolor { display: inline-block; background: url(images/color-picker.png) no-repeat center center; height: 22px; width: 22px; float: left; margin-top: 1px;}
.colorPickerDiv {left: 150px!important; top: 100px!important;}
.show_colors {background: url(images/settings.png) no-repeat center center; height: 100px; width: 31px; position: absolute; top: 30%; left: 150px; cursor: pointer;}
/*Advertisement*/
.cosmo-ads {padding:30px 0; clear: both; text-align: center; float: left; width: 100%;}
.cosmo-ads.zone-1 {padding:0px 0 30px 0; margin-bottom: 30px; background: url(images/delimiter.bg.x.png) repeat-x left bottom;}
.cosmo-ads.zone-2 {margin-top: 30px; background: url(images/delimiter.bg.x.png) repeat-x left top; border-bottom: 1px dotted #cccccc;}
.cosmo-ads.zone-3 {padding: 0;}
/*Night/Day mode
.night {background: url(lib/images/pattern/pattern.night.jpg) fixed center top;}
.day {background: url(lib/images/pattern/pattern.day.jpg) fixed center top;}
*/
.night {background: #acc0ed;}
.day {background: #dbe1ef;}
p#day_night_mode {width: 47px; height: 22px; cursor: pointer; }
p#day_night_mode.day_mode {background: url(images/switcher.png) no-repeat 0 0; }
p#day_night_mode.night_mode {background: url(images/switcher.png) no-repeat 0 -22px; }
p#day_night_mode span {text-indent: -999em; float: left;}
/*Keyboard demo*/
.keyboard-demo {position: fixed; right: 0; top: 50px; z-index: 999;}
#simplemodal-keyboard-overlay { background-color: #000; }
#lightbox-shadow{ background:#000; width:100%; margin:0px; top:0; position:fixed; z-index:9999; height:8000px; display:none; opacity:0.8; -moz-pacity:0.8; -khtml-opacity: 0.8; filter: alpha(opacity=80); }
#keyboard-container #img{ position:fixed; z-index:9999; display:none; }
#keyboard-container img{ width:50px; }
#wpstats {position: absolute; bottom: 0; left: 0;}
.fbFeedbackContent .fbFeedbackContentHeader {border: none!important; padding: 0!important;}
/*Front-end submission*/
.cosmo-tabs.submit {float: left; margin: 0; border-radius: 0px; border: none; }
.cosmo-tabs.submit ul.tabs-nav {background: #F4F4F4; padding: 20px 20px 32px 20px; float: left; border-radius: 0px; border: none; }
.w_620 .cosmo-tabs.submit ul.tabs-nav { width:580px; }
.w_940 .cosmo-tabs.submit ul.tabs-nav { width:900px; }
.cosmo-tabs.submit ul.tabs-nav li {border: none; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; height: 32px; width: 32px; margin: 0 0 0 50px; min-width: 0px;}
.cosmo-tabs.submit ul.tabs-nav li:first-child {margin-left: 0;}
.cosmo-tabs.submit ul.tabs-nav li a {height: 32px; width: 32px; padding: 32px 0 0 0; text-align: center; color: #3f4950;}
.cosmo-tabs.submit ul.tabs-nav li a span {padding: 5px 0 0 0; min-width: 0;}
.cosmo-tabs.submit ul.tabs-nav li.video a {background: url(images/video.photo.png) no-repeat 0 0;}
.cosmo-tabs.submit ul.tabs-nav li.image a {background: url(images/video.photo.png) no-repeat -32px 0;}
.cosmo-tabs.submit ul.tabs-nav li.text a {background: url(images/video.photo.png) no-repeat -64px 0;}
.cosmo-tabs.submit ul.tabs-nav li.attach a {background: url(images/video.photo.png) no-repeat -96px 0;}
.cosmo-tabs.submit ul.tabs-nav li.audio a {background: url(images/video.photo.png) no-repeat -128px 0;}
.cosmo-tabs.submit ul.tabs-nav li.tabs-selected { background: none!important;}
.cosmo-tabs.submit ul.tabs-nav li.tabs-selected a { color: #888;}
.cosmo-tabs.submit ul.tabs-nav li.video.tabs-selected a { background-position: -160px 0;}
.cosmo-tabs.submit ul.tabs-nav li.image.tabs-selected a { background-position: -192px 0;}
.cosmo-tabs.submit ul.tabs-nav li.text.tabs-selected a { background-position: -224px 0;}
.cosmo-tabs.submit ul.tabs-nav li.attach.tabs-selected a { background-position: -256px 0;}
.cosmo-tabs.submit ul.tabs-nav li.audio.tabs-selected a { background-position: -288px 0;}
.cosmo-tabs.submit .tabs-container {padding: 30px 0 0 0; float: left; width: 100%;}
.cosmo-tabs.submit .tabs-container h3 { margin-bottom: 30px; font-size: 26px;}
.cosmo-tabs.submit .tabs-container .field { margin-bottom: 40px; position: relative; float: left; width: 100%; display: block; clear: both;}
.cosmo-tabs.submit .tabs-container .field label { overflow: hidden; display: block; font-size: 12px;}
.cosmo-tabs.submit .tabs-container .field h4 { float: left; font-weight: normal; margin: 0 20px 0 0; line-height: 36px; }
.w_620 .cosmo-tabs.submit .tabs-container .field h4 {width: 154px;}
.w_940 .cosmo-tabs.submit .tabs-container .field h4 {width: 200px;}
.w_940 .cosmo-tabs.submit .tabs-container .field .front_post_input {width: 75%;}
.w_940 .cosmo-tabs.submit .tabs-container .field select.postform {width: 76%;}
.cosmo-tabs.submit .wp-editor-wrap {overflow: hidden;}
.w_620 .cosmo-tabs.submit .wp-editor-wrap {width: 446px}
.w_940 .cosmo-tabs.submit .wp-editor-wrap {width: 720px}
.cosmo-tabs.submit .field p.info{ color: #AAA; font-size: 11px; line-height: 20px; clear: both; position: absolute; bottom: -20px; left: 0;}
.w_620 .cosmo-tabs.submit .field p.info, .w_620 #loading_, .w_620 #success_msg, .w_620 .cosmo-tabs.submit .tabs-container .field label.nsfw { margin: 0 0 0 175px;}
.w_940 .cosmo-tabs.submit .field p.info, .w_940 #loading_, .w_940 #success_msg, .w_940 .cosmo-tabs.submit .tabs-container .field label.nsfw { margin: 0 0 0 220px;}
.cosmo-tabs.submit .field p.info a.upload_photo, .field p.info a.post_link { color: #338AC7;}
.w_620 .cosmo-tabs.submit .field.button p.button {margin: 0 20px 0 175px; *margin: 0 20px 0 0px;}
.w_940 .cosmo-tabs.submit .field.button p.button {margin: 0 20px 0 220px; *margin: 0 20px 0 0px;}
/*Upload button*/
#upload_file_btn { width: auto;}
#file_upload, #audio_upload {border: none; }
#file_upload.invalid, #audio_upload.invalid {border: none!important; }
.w_620 #file_upload, .w_620 #audio_upload { width:50%; }
.w_940 #file_upload, .w_940 #audio_upload { width:60%; }
/*Upload modal box*/
#TB_window { width: 656px!important}
#TB_window #TB_iframeContent { width: 655px!important}
/*Upload messages*/
#success_msg {float: left; padding: 15px; background:#EAFAE6; border: 1px solid #BCE5B6; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#success_msg a{ font-weight: bold;}
.w_620 #success_msg {width: 415px;}
.w_940 #success_msg {width: 640px; }
.cosmo-tabs.submit .tabs-container .field .warning {color: red;}
.invalid {border: 1px solid red!important}
/*Buttons and textarea*/
#text_content_ifr, #video_content_ifr, #image_content_ifr, #file_content_ifr, #audio_content_ifr {min-height:150px !important;}
#image_content_spellchecker, #video_content_spellchecker, #text_content_spellchecker,#file_content_spellchecker, #audio_content_spellchecker { display: none; }
/*Misc*/
.top_love{ width: 50px; height: 50px; z-index: 9999 !important; display:none; }
.simplemodal-login.link {color:#338AC7;}
.fb_connect {text-align: center; padding: 15px 0 5px 0; }
/*To top*/
#toTop { background: rgba(255, 255, 255, 0.80); padding: 4px 10px; color: #3F4950; position: fixed; bottom: 40px; right: 0px; cursor: pointer; display: none; z-index: 999; text-transform: lowercase;}
#toTop .arrow{ font: 100% Times,sans-serif;}
/*My profile*/
#adduser .tabs-container {padding:0 0 30px 0; float: left; width: 100%;}
#adduser img.avatar {float: left; margin-right: 20px; }
#adduser #avatar_upload { width: auto; float: left; border: none;}
#adduser #avatar_upload { width: auto; float: left; border: none;}
#adduser label { float: left; margin: 0 20px 0 0; font: normal 12px/24px Helvetica, Arial, sans-serif; }
.w_620 #adduser label {width: 134px;}
.w_940 #adduser label {width: 180px;}
.w_940 #adduser input.text-input, .w_940 #adduser textarea {width: 75%;}
.w_620 #adduser p.form-submit {margin: 0 20px 0 155px; *margin: 0 20px 0 0px;}
.w_940 #adduser p.form-submit {margin: 0 20px 0 200px; *margin: 0 20px 0 0px;}
.w_620 #adduser label.remove-avatar { margin: 10px 0 0 155px; width: 100%}
.w_940 #adduser label.remove-avatar { margin: 10px 0 0 200px; width: 100%}
p.error{padding: 15px; background:#FAEBE6; border: 1px solid #E5C5B6; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
p.success {padding: 15px; background:#EAFAE6; border: 1px solid #BCE5B6; -moz-border-radius: 3px; -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
/*Profile*/
.login-form {z-index: 99;}
@media \0screen {
.login-form {margin: 0 0 0 10px;}
}
.profile-pic { float: left; margin-right: 10px; }
.login-form .cosmo-icons ul li.signin { white-space: nowrap; }
.login-form .cosmo-icons ul li.signin a { font-weight: normal; max-width: 60px; overflow: hidden; }
.login-form .cosmo-icons ul li:first-child { padding: 0;}
.login-form .cosmo-icons ul li a:hover { color: #3F4950;}
.login-form .cosmo-icons ul{ box-shadow: none;}
.login-form .sf-menu li.sfHover:first-child ul { left: 0px;}
.login-form .cosmo-icons ul li ul{ margin: 0 0 0 -42px; padding-top: 10px; background: none; border: none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;}
.login-form .cosmo-icons ul li li{ padding: 10px 0; height: auto; line-height: normal; text-indent: 10px; background: white; background: rgba(255, 255, 255, 0.95); border: 1px solid #EFEFEF; border-bottom: none; -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);}
.login-form .cosmo-icons ul li li:first-child{ padding: 10px 0; }
.login-form .cosmo-icons ul li li:last-child{ padding: 10px 0; }
.login-form .cosmo-icons ul li.signin li a{ max-width: none; padding-left: 15px; background: url(images/my.profile.png) no-repeat; height: 16px; font: normal 12px Helvetica, Arial, sans-serif; transition-property: background; -webkit-transition-property: background; -moz-transition-property: background; -o-transition-property: background;}
.login-form .cosmo-icons ul li li.my-settings a{ background-position: 0 0px}
.login-form .cosmo-icons ul li li.my-settings a:hover{ background-position: 0 -16px}
.login-form .cosmo-icons ul li li.my-profile a{ background-position: 0 -32px}
.login-form .cosmo-icons ul li li.my-profile a:hover{ background-position: 0 -48px}
.login-form .cosmo-icons ul li li.my-posts a{background-position: 0 -64px }
.login-form .cosmo-icons ul li li.my-posts a:hover{background-position: 0 -80px }
.login-form .cosmo-icons ul li li.my-likes a{background-position: 0 -96px; }
.login-form .cosmo-icons ul li li.my-likes a:hover{background-position: 0 -112px; }
.login-form .cosmo-icons ul li li.my-logout a{background-position: 0 -128px; }
.login-form .cosmo-icons ul li li.my-logout a:hover{background-position: 0 -144px; }
.login-form .cosmo-icons ul li li.my-add a{background-position: 0 -160px; }
.login-form .cosmo-icons ul li li.my-add a:hover{background-position: 0 -176px; }
.mask {position: absolute; right: 0; top: 0;}
/*More posts*/
.get-more {float: left; width: 100%; margin-top: 30px;}
.get-more p.button a{text-align: center; }
.w_940 .get-more p.button a{ width: 900px!important;}
.w_620 .get-more p.button a{ width: 580px!important;}
/*Upload images*/
.disabled { opacity:0.3; filter: alpha(opacity=30); }
.attached_imgs_gallery { width:100%; }
.attached_imgs_gallery-element { width:155px; height:155px; display:inline-block; margin:0 0 15px 15px; text-align:center; padding: 5px; background: whiteSmoke; border: none!important; vertical-align:middle; }
.attached_imgs_gallery-element:first-child { margin:0 0 15px 0; text-align:center; padding: 5px; background: whiteSmoke; border: none!important; vertical-align:middle; }
.cosmo_uploader_label p.info { position:relative !important; bottom:auto !important; }
.cosmo_uploader_interface { background-color:white; border-color: rgb(229, 229, 229); border-style: solid;border-width: 1px; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-top-left-radius: 4px; border-top-right-radius: 4px; font-family: "Helvetica", "Arial", sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; padding-bottom: 2px; padding-left: 5px; padding-right: 5px; padding-top: 2px; position:relative; width: 70%; display:inline-block; }
.cui_add_button, .cui_thumbnail { position:relative; float:left; overflow:hidden; margin:10px; display:inline-block; direction: 'ltr'; width:70px; height:95px; padding-top:10px; text-align:center; border-style:solid; border-width:1px; border-color:white; }
.cui_thumbnail img { cursor:pointer; }
.cui_upload_button_container input { position:absolute; right:0px; bottom:0px; opacity:0; filter: alpha(opacity=0); cursor:pointer; font-size:460px; padding:0px; margin:0px; }
.cui_add_button img { margin-top:1.7em; }
.cui_spinner_container { text-align:center; clear:both; }
.fb-login-button-cosmo{width:181px; height:27px; background: url('images/facebook.connect.png') no-repeat ; margin: 0 auto 10px auto; cursor:pointer;}
|
wp-content/themes/mystique/ie7.css
|
rjbaniel/upoor
|
/* Internet Explorer 7 bug-fixes */
pre{word-wrap:break-word;}
.clearfix{zoom:1;}
.box ul.menuList .fadeThis{position:static;}
ul.sidebar-blocks li.block{}
.tabbed-content div.section{position:static;}
li.comment .comment-head{height:60px;}
#footer-blocks ul.slides li.slide .slide-content{width:92%;}
/* 12852-1333369299 */
|
include/descriptions-de/apg_create_keys.html
|
corvusmo/HowToPGP
|
<h2>Erstelle ein Schlüsselpaar</h2>
<p>Öffne die APG-App und tippe auf den <img src="image/apg_create.png" height="30"> Button. Fülle die Felder mit deinen Daten aus und überlege dir eine starke Passphrase.
Deine Passphrase sollte mindestens 12 Zeichen lang sein und mindestens je einen Kleinbuchstaben und Großbuchstaben und mindestens eine Zahl oder ein Satzzeichen enthalten.
Vergiss das Passwort nicht, sonst ist diese gesamte Arbeit umsonst! Wenn du fertig bist, tippe auf den "save" Button in der oberen rechten Ecke. Nun hast du dir dein PGP-Schlüsselpaar erstellt.</p>
|
wp-content/themes/fifteen/style.css
|
emelielindstrom/wordpress
|
/*
Theme Name: Fifteen
Theme URI: http://inkhive.com/product/fifteen/
Author: Rohit Tripathi
Author URI: http://inkhive.com/
Description: Fifteen is the Photography or Portfolio based WordPress theme, best suitable for Professional Artists. This theme is built on the HTML5 and CSS3 Framework, Bootstrap 3.0 From Twitter. With a Very Modern Design, this theme is 100% Responsive. 3 Column Grid Layout for Home and Archive Pages, make it look very stunning. It supports Featured images, Custom Widgets, Cool Animations, Full Width Pages and much more.
Version: 1.0.0.3
License: GNU General Public License
License URI: license.txt
Text Domain: fifteen
Domain Path: /languages/
Tags: light, custom-background, two-columns, right-sidebar, responsive-layout, custom-menu, sticky-post, theme-options, threaded-comments, translation-ready, gray, left-sidebar, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, photoblogging
Fifteen is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Fifteen WordPress Theme, Copyright 2013 Rohit Tripathi.
Fifteen WordPress Theme is distributed under the terms of the GNU GPL v3.
*/
/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: inherit;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
word-wrap: break-word;
-ms-word-wrap: break-word;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
font-weight: normal;
text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
outline: 0;
}
a img {
border: 0;
margin-top: 0.7em;
margin-bottom: 0.7em;
}
/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1.6rem;
line-height: 1.5;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
clear: both;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
/* Text elements */
p {
margin-bottom: 1.5em;
}
ul, ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b, strong {
font-weight: bold;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
img {
height: auto; /* Make sure images are scaled correctly. */
max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
font-size: 100%; /* Corrects font size not being inherited in all browsers */
margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
vertical-align: baseline; /* Improves appearance and consistency in all browsers */
*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, .8);
cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
font-size: 12px;
font-size: 1.2rem;
line-height: 1;
padding: .6em 1em .4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
-moz-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
padding-left: 3px;
vertical-align: top; /* Improves readability and alignment in all browsers */
width: 98%;
}
/* Alignment */
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 0 auto;
}
/* Text meant only for screen readers */
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; /* Above WP toolbar */
}
/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: '';
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
/* =Content
----------------------------------------------- */
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
}
/* =Asides
----------------------------------------------- */
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/* =Media
----------------------------------------------- */
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 1.2% auto 0;
max-width: 98%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-main .gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-main .gallery dd {
margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
max-width: 100%;
}
/* =Navigation
----------------------------------------------- */
.site-main [class*="navigation"] {
margin: 0 0 1.5em;
overflow: hidden;
}
[class*="navigation"] .nav-previous {
float: left;
width: 50%;
}
[class*="navigation"] .nav-next {
float: right;
text-align: right;
width: 50%;
}
/* =Comments
----------------------------------------------- */
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
}
/* =Widgets
----------------------------------------------- */
.widget {
margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets */
.widget select {
max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
display: none;
}
/* =Infinite Scroll
----------------------------------------------- */
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
display: block;
}
.byline {
display: inline !important;
}
ol.comment-list {
margin-left: 0;
}
/* = Fix for equalHeights
----------------------------------------------- */
@media screen and (min-width: 1200px) {
.featured-thumb {
min-height: 207px !important;
overflow: hidden;
}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
.featured-thumb {
min-height: 170px !important;
overflow: hidden;
}
}
|
htmls/evidence/34_Faulkner1.html
|
KlavierCat/tzd
|
<!DOCTYPE html>
<html lang=en>
<head>
<meta charset=utf-8 />
<title>TZD - Evidence #34</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1.2'/>
<meta name="description" content="Trinity Zombie Dublin - Evidence #34"/>
<meta name="Keywords" content="TCD, Zombie, TZD, Trinity, Trinity College Dublin"/>
<meta name="author" content="Kenny Fergus, Ben Hardy, Panpan Lin, Kyle Murphy, Ryan Yates"/>
<script src="../assets/jquery-1.11.1.min.js"></script>
<link href='../assets/site.css' rel="stylesheet"/>
<!--<script type="text/javascript" src="http://code.jquery.com/jquery-1.10.2.min.js"></script>-->
<script type="text/javascript" src="assets/cloud-zoom.js"></script>
<link rel="stylesheet" href="assets/cloud-zoom.css" type="text/css">
<link rel="icon" type="image/png" href="../images/favicon.png">
<script src='../assets/datastore.js'></script>
<link href='assets/evidence.css' rel="stylesheet"/>
</head>
<body onunload="resume()">
<!-- beginning of the item part in template-->
<div class="item-wrapper">
<div class="item-description">
<table>
<thead><th colspan='2'>EVIDENCE #34</th></thead>
<tr>
<td>LOCATION:</td>
<td>College Park</td>
</tr>
<tr>
<td>DATE:</td>
<td>Mar 4 2020</td>
</tr>
</table>
</div>
<div class="item-content" >
<div class='item-content-holder'>
<a href="items/Stage1.png" class="cloud-zoom" rel="position: 'inside', adjustX: 0, adjustY: 0, showTitle: false">
<img src="items/Stage1.png" />
</a>
</div>
</div>
</div>
<!-- end of the item part in tempalte-->
<div class="item-wrapper" id="animation">
<div class="item-description">
<table>
<thead><th colspan='2'>EVIDENCE #34</th></thead>
<tr>
<td>LOCATION:</td>
<td>College Park</td>
</tr>
<tr>
<td>DATE:</td>
<td>Mar 4 2020</td>
</tr>
</table>
</div>
<div class="item-content" >
<div class='item-content-holder'>
<img src="items/Stage1.png" />
</div>
</div>
</div>
<!--beginning of header and footer in template-->
<div id="corner-logo-container">
<a href="../index.html">
<div id="corner-logo"></div>
</a>
</div>
<div id="corner-mute" onclick="toggleMuteAudio()">
<div id="corner-mute-false" ></div>
<!--<img src="images/icon-mute-false.png" alt="sound control">-->
<div id="corner-mute-true" ></div>
</div>
<div class="corner" id="corner-footer">
<footer>
<a href="https://www.facebook.com/trinityzombiedublin"><div class="footer-icon" id="icon-facebook"></div></a>
<a href="https://twitter.com/TZDwebsite"><div class="footer-icon" id="icon-twitter"></div></a>
</footer>
</div>
<div class="corner" id="corner-about-only">
<a href="../about.html"><div class="footer-icon" id="icon-about"></div></a>
</div>
<div class="footer-wrapper">
<div class="icon-menu-background">
<div class="middle">
<a href="../map.html">
<div id="map-corner"></div>
</a>
<a href="../inventory.html#34">
<div id="inventory-corner"></div>
</a>
</div>
</div>
</div>
<div class="diagonal-line" id="southWest"></div>
<div class="diagonal-line" id="southEast"></div>
<div class="nav-arrow" id="nav-arrow-left"></div>
<div class="nav-arrow" id="nav-arrow-right"></div>
<!--end of header and footer in template-->
<script src='assets/evidence.js'></script>
<script src='../assets/audiostore.js'></script>
<audio id = "song" loop>
<source src="items/zombie.ogg" type="audio/ogg""></source>
<source src="items/zombie.mp3" type="audio/mp3""></source>
</audio>
</body>
</html>
|
PyPedal/doc_old/pypedal/node74.html
|
wintermind/pypedal
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="pypedal.css" type='text/css' />
<link rel="SHORTCUT ICON" href="manicons/pyfav.png" type="image/png" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="pypedal.html" title='A Manual for use of PyPedal
<BR>
A software package for pedigree analysis' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<link rel="next" href="node75.html" />
<link rel="prev" href="node73.html" />
<link rel="parent" href="node70.html" />
<link rel="next" href="node75.html" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name='aesop' content='information' />
<title>7.4.4 Generation Coefficients</title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel' xml:id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="7.4.3 Partial Inbreeding"
href="node73.html"><img src='manicons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="7.4 Computational Details"
href="node70.html"><img src='manicons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="7.4.5 Effective Founder Number"
href="node75.html"><img src='manicons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">A Manual for use of PyPedal
<BR>
A software package for pedigree analysis</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='manicons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><img src='manicons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='manicons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node73.html">7.4.3 Partial Inbreeding</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="node70.html">7.4 Computational Details</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node75.html">7.4.5 Effective Founder Number</A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->
<H2><A NAME="SECTION047440000000000000000"></A>
<A NAME="sec:methodology-computation-generation-coefficients"></A><a id='l2h-74' xml:id='l2h-74'></a>
<BR>
7.4.4 Generation Coefficients
</H2>
Generation coefficients are assigned using the method of [<A
HREF="node124.html#Pattie1965">PattiePattie1965</A>]. Founders, defined as individuals with unknown parents, are assigned generation codes of 0. All other animals are assigned generation codes as:
<P>
<P><!-- MATH
\begin{displaymath}
GC_o = \dfrac{ ( GC_s + GC_d ) } { 2 } + 1
\end{displaymath}
-->
</P>
<DIV ALIGN="CENTER" CLASS="mathdisplay">
<IMG
WIDTH="181" HEIGHT="55" ALIGN="MIDDLE" BORDER="0"
SRC="img52.png"
ALT="$\displaystyle GC_o = \dfrac{ ( GC_s + GC_d ) } { 2 } + 1 $">
</DIV><P>
</P>
<P>
where <SPAN CLASS="MATH"><IMG
WIDTH="35" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img53.png"
ALT="$ GC_o$"></SPAN>
, <SPAN CLASS="MATH"><IMG
WIDTH="35" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img54.png"
ALT="$ GC_s$"></SPAN>
, <SPAN CLASS="MATH"><IMG
WIDTH="35" HEIGHT="30" ALIGN="MIDDLE" BORDER="0"
SRC="img55.png"
ALT="$ GC_d$"></SPAN>
represent offspring, sire, and dam codes, respectively.
<DIV CLASS="navigation">
<div class='online-navigation'>
<p></p><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="7.4.3 Partial Inbreeding"
href="node73.html"><img src='manicons/previous.png'
border='0' height='32' alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="7.4 Computational Details"
href="node70.html"><img src='manicons/up.png'
border='0' height='32' alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="7.4.5 Effective Founder Number"
href="node75.html"><img src='manicons/next.png'
border='0' height='32' alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">A Manual for use of PyPedal
<BR>
A software package for pedigree analysis</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents"
href="contents.html"><img src='manicons/contents.png'
border='0' height='32' alt='Contents' width='32' /></A></td>
<td class='online-navigation'><img src='manicons/blank.png'
border='0' height='32' alt='' width='32' /></td>
<td class='online-navigation'><a rel="index" title="Index"
href="genindex.html"><img src='manicons/index.png'
border='0' height='32' alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="node73.html">7.4.3 Partial Inbreeding</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="node70.html">7.4 Computational Details</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="node75.html">7.4.5 Effective Founder Number</A>
</div>
</div>
<hr />
<span class="release-info">Release 2.0.3, documentation updated on November 29, 2005
<BR>
Revised May 15, 2012.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>
|
qucs-help/docs/en/subcircuit.html
|
sufism/qucs_chs
|
<html>
<head>
<meta http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<meta name="Author" content="Michael Margraf">
<title>Qucs - Working with Subcircuits</title>
</head>
<body>
<a name="top" id="top"></a>
<center><h3>
- Qucs -<br>
Working with Subcircuits<br>
</h3></center>
Subcircuits are used to bring more clarity into a schematic. This is
very useful in large circuits or in circuits, in which a component
block appears several times.<br>
In Qucs, each schematic containing a subcircuit port is a subcircuit.
You can get a subcircuit port by using the toolbar, the components
listview (in lumped components) or the menu (Insert->Insert port).
After placing all subcircuit ports (two for example) you need to save
the schematic (e.g. CTRL-S). By taking a look into the content
listview (figure 1) you see that now there is a "2-port" right beside
the schematic name (column "Note"). This note marks all documents
which are subcircuits. Now change to a schematic where you want to
use the subcircuit. Then press on the subcircuit name (content
listview). By entering the document area again, you see that you now
can place the subcirciut into the main circuit. Do so and complete
the schematic. You can now perform a simulation. The result is the
same as if all the components of the subcircuit are placed into the
circuit directly.<br>
<center>
<img src="subcircuit.png"><br>Figure 1 - Accesing a subcircuit<br><br>
</center>
If you select a subcircuit component (click on its symbol in the
schematic) you can step into the subcircuit schematic by pressing
CTRL-I (of course, this function is also reachable via toolbar
and via menu). You can step back by pressing CTRL-H.
<br><br><br>
If you do not like the component symbol of a subcircuit, you can
draw your own symbol and put the component text at your favourite
position. Just make the subcircuit schematic the current
and go to the menu: File->Edit Circuit Symbol. If you have not yet
drawn a symbol for this circuit. A simple symbol is created
automatically. You now can edit this symbol by painting lines and
arcs. After finished, save it. Now place it on another schematic,
and you have a new symbol.
<br><br>
Just like all other components, subcircuits can have parameters.
To create your own parameters, go back to the editor where you
edited the subcircuit symbol and double-click on the subcircuit
parameter text. A dialog apperas and you now can fill in parameters
with default values and descriptions. When you are ready, close
the dialog and save the subcircuit. In every schematic where the
subcircuit is placed, it owns the new parameters which can be
edited as in all other components.
<br><a href="#top">back to the top</a><br>
</body>
</html>
|
Unify-v1.8/HTML/RTL/shortcode_form_layouts_advanced.html
|
neeravbm/unify
|
<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html dir="rtl" lang="en"> <!--<![endif]-->
<head>
<title>Advanced Layout Forms | Unify - Responsive Website Template</title>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.ico">
<!-- Web Fonts -->
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,600&subset=cyrillic,latin">
<!-- CSS Global Compulsory -->
<link rel="stylesheet" href="../assets/plugins/bootstrap/css/bootstrap-rtl.min.css">
<link rel="stylesheet" href="../assets/css/css-rtl/style-rtl.css">
<!-- CSS Header and Footer -->
<link rel="stylesheet" href="../assets/css/css-rtl/headers/header-default-rtl.css">
<link rel="stylesheet" href="../assets/css/css-rtl/footers/footer-v1-rtl.css">
<!-- CSS Implementing Plugins -->
<link rel="stylesheet" href="../assets/plugins/animate.css">
<link rel="stylesheet" href="../assets/plugins/line-icons/line-icons.css">
<link rel="stylesheet" href="../assets/plugins/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="../assets/plugins/sky-forms-pro/skyforms/css/sky-forms-rtl.css">
<link rel="stylesheet" href="../assets/plugins/sky-forms-pro/skyforms/custom/custom-sky-forms-rtl.css">
<!--[if lt IE 9]><link rel="stylesheet" href="../assets/plugins/sky-forms-pro/skyforms/css/sky-forms-ie8-rtl.css"><![endif]-->
<!-- Style Switcher -->
<link rel="stylesheet" href="../assets/css/plugins/style-switcher.css">
<!-- CSS Theme -->
<link rel="stylesheet" href="../assets/css/css-rtl/theme-colors/default.css" id="style_color">
<link rel="stylesheet" href="../assets/css/css-rtl/theme-skins/dark.css">
<!-- RTL Customization -->
<link rel="stylesheet" href="../assets/css/css-rtl/rtl.css">
<!-- CSS Customization -->
<link rel="stylesheet" href="../assets/css/css-rtl/custom-rtl.css">
</head>
<body>
<div class="wrapper">
<!--=== Header ===-->
<div class="header">
<div class="container">
<!-- Logo -->
<a class="logo" href="index.html">
<img src="../assets/img/logo1-default.png" alt="Logo">
</a>
<!-- End Logo -->
<!-- Topbar -->
<div class="topbar">
<ul class="loginbar pull-right">
<li class="hoverSelector">
<i class="fa fa-globe"></i>
<a>Languages</a>
<ul class="languages hoverSelectorBlock">
<li class="active">
<a href="#">English <i class="fa fa-check"></i></a>
</li>
<li><a href="#">Spanish</a></li>
<li><a href="#">Russian</a></li>
<li><a href="#">German</a></li>
</ul>
</li>
<li class="topbar-devider"></li>
<li><a href="page_faq.html">Help</a></li>
<li class="topbar-devider"></li>
<li><a href="page_login.html">Login</a></li>
</ul>
</div>
<!-- End Topbar -->
<!-- Toggle get grouped for better mobile display -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="fa fa-bars"></span>
</button>
<!-- End Toggle -->
</div><!--/end container-->
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse mega-menu navbar-responsive-collapse">
<div class="container">
<ul class="nav navbar-nav">
<!-- Home -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Home
</a>
<ul class="dropdown-menu">
<li><a href="index.html">Option 1: Default Page</a></li>
<!-- One Page -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 2: One Page</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="../One-Page/RTL/index.html">- One Page Template</a></li>
<li><a target="_blank" href="../One-Page/RTL/dark-page-example.html">- One Page Dark Theme</a></li>
</ul>
</li>
<!-- End One Page -->
<!-- Shop UI Page -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 3: Shop UI</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="../Shop-UI/RTL/index.html">- Home Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-inner.html">- Product Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-filter-grid.html">- Filter Grid Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-filter-list.html">- Filter List Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-add-to-cart.html">- Checkout Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-login.html">- Login Page</a></li>
<li><a target="_blank" href="../Shop-UI/RTL/shop-ui-register.html">- Registration Page</a></li>
</ul>
</li>
<!-- End Shop UI -->
<li><a href="page_home8.html">Option 4: Home Discover</a></li>
<li><a href="page_home9.html">Option 5: Home Creative</a></li>
<li><a href="page_home10.html">Option 6: Home Inspire</a></li>
<li><a href="page_home11.html">Option 7: Home Desire</a></li>
<li><a href="page_jobs.html">Option 8: Home Jobs</a></li>
<li><a href="page_home3.html">Option 9: Amazing Content</a></li>
<li><a href="page_home6.html">Option 10: Home Magazine</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Option 11: Home Sidebar</a>
<ul class="dropdown-menu">
<li><a href="page_home12.html">- Home Left Sidebar</a></li>
<li><a href="page_home13.html">- Home Right Sidebar</a></li>
</ul>
</li>
<li><a href="page_home1.html">Option 12: Home Basic v1</a></li>
<li><a href="page_home2.html">Option 13: Home Basic v2</a></li>
<li><a href="page_home5.html">Option 14: Home Basic v3</a></li>
<li><a href="page_home4.html">Option 15: Home Basic v4</a></li>
<li><a href="page_home7.html">Option 16: Home Basic v5</a></li>
</ul>
</li>
<!-- End Home -->
<!-- Pages -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Pages
</a>
<ul class="dropdown-menu">
<!-- About Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">About Pages</a>
<ul class="dropdown-menu">
<li><a href="page_about2.html">About Us </a></li>
<li><a href="page_about3.html">About Us 1</a></li>
<li><a href="page_about1.html">About Us 2</a></li>
<li><a href="page_about.html">About Us 3</a></li>
<li><a href="page_about_me.html">About Me </a></li>
<li><a href="page_about_me1.html">About Me 1</a></li>
<li><a href="page_about_me2.html">About Me 2</a></li>
<li><a href="page_about_our_team.html">About Our Team</a></li>
<li><a href="page_about_our_team1.html">About Our Team 1</a></li>
<li><a href="page_about_our_team2.html">About Our Team 2</a></li>
</ul>
</li>
<!-- End About Pages -->
<!-- Service Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Service Pages</a>
<ul class="dropdown-menu">
<li><a href="page_services.html">Our Services</a></li>
<li><a href="page_services1.html">Our Services 1</a></li>
<li><a href="page_services2.html">Our Services 2</a></li>
<li><a href="page_services3.html">Our Services 3</a></li>
</ul>
</li>
<!-- End Service Pages -->
<!-- Contacts -->
<li class="dropdown-submenu">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Contact Pages
</a>
<ul class="dropdown-menu">
<li><a href="page_contact1.html">Contacts Default</a></li>
<li><a href="page_contact2.html">Contacts Option 1</a></li>
<li><a href="page_contact3.html">Contacts Option 2</a></li>
<li><a href="page_contact4.html">Contacts Option 3</a></li>
<li><a href="page_contact_advanced.php">Contacts Advanced</a></li>
</ul>
</li>
<!-- End Contacts -->
<!-- Profile Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Profile Pages</a>
<ul class="dropdown-menu">
<li><a href="page_profile.html">Profile Main Page</a></li>
<li><a href="page_profile_me.html">Profile Overview</a></li>
<li><a href="page_profile_users.html">Profile Users</a></li>
<li><a href="page_profile_projects.html">Profile Projects</a></li>
<li><a href="page_profile_comments.html">Profile Comments</a></li>
<li><a href="page_profile_history.html">Profile History</a></li>
<li><a href="page_profile_settings.html">Profile Settings</a></li>
</ul>
</li>
<!-- End Profile Pages -->
<!-- Job Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Job Pages</a>
<ul class="dropdown-menu">
<li><a href="page_jobs.html">Jobs Main Page</a></li>
<li><a href="page_jobs1.html">Jobs Main Page 1</a></li>
<li><a href="page_jobs_inner.html">Jobs Description Default</a></li>
<li><a href="page_jobs_inner1.html">Jobs Description Basic</a></li>
<li><a href="page_jobs_inner2.html">Jobs Description Min</a></li>
</ul>
</li>
<!-- End Job Pages -->
<!-- Pricing Tables -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Pricing Tables</a>
<ul class="dropdown-menu">
<li><a href="page_pricing_colorful.html">Colorful Pricing Tables</a></li>
<li><a href="page_pricing_flat.html">Flat Pricing Tables</a></li>
<li><a href="page_pricing_light.html">Light Pricing Tables</a></li>
<li><a href="page_pricing_mega.html">Mega Pricing Tables</a></li>
<li><a href="page_pricing.html">Default Pricing Tables</a></li>
</ul>
</li>
<!-- End Pricing Tables -->
<!-- Login and Registration -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Login and Registration</a>
<ul class="dropdown-menu">
<li><a href="page_registration.html">Registration Page</a></li>
<li><a href="page_login.html">Login Page</a></li>
<li><a href="page_registration1.html">Registration Option</a></li>
<li><a href="page_login1.html">Login Option</a></li>
</ul>
</li>
<!-- End Login and Registration -->
<!-- FAQs Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">FAQs Pages</a>
<ul class="dropdown-menu">
<li><a href="page_faq1.html">FAQs Page</a></li>
<li><a href="page_faq.html">FAQs Basic</a></li>
</ul>
</li>
<!-- End FAQs Pages -->
<!-- Email Tempaltes -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Templates</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Corporate</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_aqua.html">Corporate Aqua Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_blue.html">Corporate Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_brown.html">Corporate Brown Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_dark_blue.html">Corporate Dark Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_green.html">Corporate Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_light_green.html">Corporate Light Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_grey.html">Corporate Grey Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_orange.html">Corporate Orange Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_purple.html">Corporate Purple Color</a></li>
<li><a target="_blank" href="../Email-Templates/corporate/email_corporate_red.html">Corporate Red Color</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Flat</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="../Email-Templates/flat/email_flat_aqua.html">Flat Aqua Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_blue.html">Flat Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_brown.html">Flat Brown Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_dark_blue.html">Flat Dark Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_green.html">Flat Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_light_green.html">Flat Light Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_grey.html">Flat Grey Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_orange.html">Flat Orange Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_purple.html">Flat Purple Color</a></li>
<li><a target="_blank" href="../Email-Templates/flat/email_flat_red.html">Flat Red Color</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Email Modern</a>
<ul class="dropdown-menu">
<li><a target="_blank" href="../Email-Templates/modern/email_modern_aqua.html">Modern Aqua Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_blue.html">Modern Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_brown.html">Modern Brown Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_dark_blue.html">Modern Dark Blue Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_green.html">Modern Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_light_green.html">Modern Light Green Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_grey.html">Modern Grey Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_orange.html">Modern Orange Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_purple.html">Modern Purple Color</a></li>
<li><a target="_blank" href="../Email-Templates/modern/email_modern_red.html">Modern Red Color</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Email Tempaltes -->
<!-- Search Results -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Search Results</a>
<ul class="dropdown-menu">
<li><a href="page_search_inner_full_width.html">Search Results Full Width</a></li>
<li><a href="page_search_inner_left_sidebar.html">Search Result Left Sidebar</a></li>
<li><a href="page_search_table.html">Search Result Tables</a></li>
</ul>
</li>
<!-- End Search Results -->
<!-- Coming Soon -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Coming Soon Pages</a>
<ul class="dropdown-menu">
<li><a href="page_coming_soon.html">Coming Soon</a></li>
<li><a href="page_coming_soon1.html">Coming Soon 1</a></li>
</ul>
</li>
<!-- End Coming Soon -->
<!-- Error Pages -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Error Pages</a>
<ul class="dropdown-menu">
<li><a href="page_404_error.html">404 Error Default</a></li>
<li><a href="page_404_error1.html">404 Error Option 1</a></li>
<li><a href="page_404_error2.html">404 Error Option 2</a></li>
<li><a href="page_404_error3.html">404 Error Option 3</a></li>
</ul>
</li>
<!-- End Error Pages -->
<!-- Invoice Page -->
<li><a href="page_invoice.html">Invoice Page</a></li>
<!-- End Invoice Page -->
<!-- Clients Page -->
<li><a href="page_clients.html">Clients Page</a></li>
<!-- End Clients Page -->
<!-- Column Pages -->
<li><a href="page_3_columns.html">Three Columns Page</a></li>
<!-- End Column Pages -->
<!-- Privacy Policy -->
<li><a href="page_privacy.html">Privacy Policy</a></li>
<!-- End Privacy Policy -->
<!-- Terms of Service -->
<li><a href="page_terms.html">Terms of Service</a></li>
<!-- End Terms of Service -->
<!-- Sub Level Menu -->
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 1</a>
<ul class="dropdown-menu no-bottom-space">
<li><a href="index.hmtl">Sub Level 2</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 2</a>
<ul class="dropdown-menu">
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
</ul>
</li>
<li><a href="index.hmtl">Sub Level 2</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Sub Level 2</a>
<ul class="dropdown-menu no-bottom-space">
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
<li><a href="index.hmtl">Sub Level 3</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Sub Level Menu -->
</ul>
</li>
<!-- End Pages -->
<!-- Blog -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Blog
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Large Image</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar1.html">Right Sidebar</a></li>
<li><a href="blog_large_left_sidebar1.html">Left Sidebar</a></li>
<li><a href="blog_large_full_width1.html">Full Width</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Medium Image</a>
<ul class="dropdown-menu">
<li><a href="blog_medium_right_sidebar1.html">Right Sidebar</a></li>
<li><a href="blog_medium_left_sidebar1.html">Left Sidebar</a></li>
<li><a href="blog_medium_full_width1.html">Full Width</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Item Pages</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar_item1.html">Right Sidebar Item</a></li>
<li><a href="blog_large_left_sidebar_item1.html">Left Sidebar Item</a></li>
<li><a href="blog_large_full_width_item1.html">Full Width Item</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Blog Simple Pages</a>
<ul class="dropdown-menu">
<li><a href="blog_large_right_sidebar.html">Right Sidebar Large</a></li>
<li><a href="blog_medium_right_sidebar.html">Right Sidebar Medium</a></li>
<li><a href="blog_large_full_width.html">Full Width</a></li>
<li><a href="blog_large_right_sidebar_item.html">Right Sidebar Item</a></li>
<li><a href="blog_large_full_width_item.html">Full Width Item</a></li>
</ul>
</li>
<li><a href="blog_masonry_3col.html">Masonry Grid Blog</a></li>
<li><a href="blog_timeline.html">Blog Timeline</a></li>
</ul>
</li>
<!-- End Blog -->
<!-- Portfolio -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Portfolio
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">No Space Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid_no_space.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid_no_space.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid_no_space.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Text Boxed</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_grid_text.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_grid_text.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_grid_text.html">4 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">No Space Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth_no_space.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth_no_space.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth_no_space.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth_no_space.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth_no_space.html">6 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth.html">6 Columns</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Grid Text Full Width</a>
<ul class="dropdown-menu">
<li><a href="portfolio_2_columns_fullwidth_text.html">2 Columns</a></li>
<li><a href="portfolio_3_columns_fullwidth_text.html">3 Columns</a></li>
<li><a href="portfolio_4_columns_fullwidth_text.html">4 Columns</a></li>
<li><a href="portfolio_5_columns_fullwidth_text.html">5 Columns</a></li>
<li><a href="portfolio_6_columns_fullwidth_text.html">6 Columns</a></li>
</ul>
</li>
<li><a href="portfolio_hover_colors.html">Portfolio Hover Colors</a></li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Portfolio Items</a>
<ul class="dropdown-menu">
<li><a href="portfolio_single_item.html">Single Item</a></li>
<li><a href="portfolio_old_item.html">Basic Item 1</a></li>
<li><a href="portfolio_old_item1.html">Basic Item 2</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Portfolio Basic Pages</a>
<ul class="dropdown-menu">
<li><a href="portfolio_old_text_blocks.html">Basic Grid Text</a></li>
<li><a href="portfolio_old_2_column.html">Basic 2 Columns</a></li>
<li><a href="portfolio_old_3_column.html">Basic 3 Columns</a></li>
<li><a href="portfolio_old_4_column.html">Basic 4 Columns</a></li>
</ul>
</li>
</ul>
</li>
<!-- End Portfolio -->
<!-- Features -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Features
</a>
<ul class="dropdown-menu">
<li class="dropdown-submenu">
<a href="javascript:void(0);">Headers</a>
<ul class="dropdown-menu">
<li><a href="feature_header_default.html">Header Default</a></li>
<li><a href="feature_header_v1.html">Header v1</a></li>
<li><a href="feature_header_v2.html">Header v2</a></li>
<li><a href="feature_header_v3.html">Header v3</a></li>
<li><a href="feature_header_v4.html">Header v4</a></li>
<li><a href="feature_header_v5.html">Header v5</a></li>
<li><a href="feature_header_v6_transparent.html">Header v6 Transparent</a></li>
<li><a href="feature_header_v6_semi_dark_transparent.html">Header v6 Dark Transparent</a></li>
<li><a href="feature_header_v6_semi_white_transparent.html">Header v6 White Transparent</a></li>
<li><a href="feature_header_v6_border_bottom.html">Header v6 Border Bottom</a></li>
<li><a href="feature_header_v6_classic_dark.html">Header v6 Classic Dark</a></li>
<li><a href="feature_header_v6_classic_white.html">Header v6 Classic White</a></li>
<li><a href="feature_header_v6_dark_dropdown.html">Header v6 Dark Dropdown</a></li>
<li><a href="feature_header_v6_dark_scroll.html">Header v6 Dark on Scroll</a></li>
<li><a href="feature_header_v6_dark_search.html">Header v6 Dark Search</a></li>
<li><a href="feature_header_v6_dark_res_nav.html">Header v6 Dark in Responsive</a></li>
</ul>
</li>
<li class="dropdown-submenu">
<a href="javascript:void(0);">Footers</a>
<ul class="dropdown-menu">
<li><a href="feature_footer_default.html#footer-default">Footer Default</a></li>
<li><a href="feature_footer_v1.html#footer-v1">Footer v1</a></li>
<li><a href="feature_footer_v2.html#footer-v2">Footer v2</a></li>
<li><a href="feature_footer_v3.html#footer-v3">Footer v3</a></li>
<li><a href="feature_footer_v4.html#footer-v4">Footer v4</a></li>
<li><a href="feature_footer_v5.html#footer-v5">Footer v5</a></li>
<li><a href="feature_footer_v6.html#footer-v6">Footer v6</a></li>
<li><a href="feature_footer_v7.html#footer-v7">Footer v7</a></li>
</ul>
</li>
<li><a href="feature_gallery.html">Gallery Examples</a></li>
<li><a href="feature_animations.html">Animations on Scroll</a></li>
<li><a href="feature_parallax_counters.html">Parallax Counters</a></li>
<li><a href="feature_parallax_blocks.html">Parallax Blocks</a></li>
<li><a href="feature_funny_boxes.html">Funny Boxes</a></li>
</ul>
</li>
<!-- End Features -->
<!-- Shortcodes -->
<li class="dropdown mega-menu-fullwidth active">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Shortcodes
</a>
<ul class="dropdown-menu">
<li>
<div class="mega-menu-content disable-icons">
<div class="container">
<div class="row equal-height">
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Typography & Components</h3></li>
<!-- Typography -->
<li><a href="shortcode_typo_general.html"><i class="fa fa-sort-alpha-asc"></i> General Typography</a></li>
<li><a href="shortcode_typo_headings.html"><i class="fa fa-magic"></i> Headings Options</a></li>
<li><a href="shortcode_typo_dividers.html"><i class="fa fa-ellipsis-h"></i> Dividers</a></li>
<li><a href="shortcode_typo_blockquote.html"><i class="fa fa-quote-left"></i> Blockquote Blocks</a></li>
<li><a href="shortcode_typo_boxshadows.html"><i class="fa fa-asterisk"></i> Box Shadows</a></li>
<li><a href="shortcode_typo_testimonials.html"><i class="fa fa-comments"></i> Testimonials</a></li>
<li><a href="shortcode_typo_tagline_boxes.html"><i class="fa fa-tasks"></i> Tagline Boxes</a></li>
<li><a href="shortcode_typo_grid.html"><i class="fa fa-align-justify"></i> Grid Layouts</a></li>
<!-- End Typography -->
<!-- Components -->
<li><a href="shortcode_compo_messages.html"><i class="fa fa-comment"></i> Alerts & Messages</a></li>
<li><a href="shortcode_compo_labels.html"><i class="fa fa-tags"></i> Labels & Badges</a></li>
<li><a href="shortcode_compo_media.html"><i class="fa fa-volume-down"></i> Audio/Videos & Images</a></li>
<li><a href="shortcode_compo_pagination.html"><i class="fa fa-arrows-h"></i> Paginations</a></li>
<!-- End Components -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Buttons & Icons</h3></li>
<!-- Buttons -->
<li><a href="shortcode_btn_general.html"><i class="fa fa-flask"></i> General Buttons</a></li>
<li><a href="shortcode_btn_brands.html"><i class="fa fa-html5"></i> Brand & Social Buttons</a></li>
<li><a href="shortcode_btn_effects.html"><i class="fa fa-bolt"></i> Loading & Hover Effects</a></li>
<!-- End Buttons -->
<!-- Icons -->
<li><a href="shortcode_icon_general.html"><i class="fa fa-chevron-circle-right"></i> General Icons</a></li>
<li><a href="shortcode_icon_fa.html"><i class="fa fa-chevron-circle-right"></i> Font Awesome Icons</a></li>
<li><a href="shortcode_icon_line.html"><i class="fa fa-chevron-circle-right"></i> Line Icons</a></li>
<li><a href="shortcode_icon_glyph.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons Icons (Bootstrap)</a></li>
<li><a href="shortcode_icon_glyph_pro.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons Icons Pro</a></li>
<!-- End Icons -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Common elements</h3></li>
<!-- Content Boxes -->
<li><a href="shortcode_box_general.html"><i class="fa fa-cog"></i> General Content Boxes</a></li>
<li><a href="shortcode_box_colored.html"><i class="fa fa-align-center"></i> Colored Boxes</a></li>
<li><a href="shortcode_thumbnails.html"><i class="fa fa-image"></i> Thumbnails</a></li>
<li><a href="shortcode_accordion_and_tabs.html"><i class="fa fa-list-ol"></i> Accordion & Tabs</a></li>
<li><a href="shortcode_timeline1.html"><i class="fa fa-dot-circle-o"></i> Timeline Option 1</a></li>
<li><a href="shortcode_timeline2.html"><i class="fa fa-dot-circle-o"></i> Timeline Option 2</a></li>
<li><a href="shortcode_table_general.html"><i class="fa fa-table"></i> Tables</a></li>
<li><a href="shortcode_compo_progress_bars.html"><i class="fa fa-align-left"></i> Progress Bars</a></li>
<li><a href="shortcode_compo_panels.html"><i class="fa fa-columns"></i> Panels</a></li>
<!-- End Common Elements -->
</ul>
</div>
<div class="col-md-3 equal-height-in">
<ul class="list-unstyled equal-height-list">
<li><h3>Forms & Infographics</h3></li>
<!-- Forms -->
<li><a href="shortcode_form_general.html"><i class="fa fa-bars"></i> Common Bootstrap Forms</a></li>
<li><a href="shortcode_form_general1.html"><i class="fa fa-bars"></i> General Unify Forms</a></li>
<li><a href="shortcode_form_advanced.html"><i class="fa fa-bars"></i> Advanced Forms</a></li>
<li><a href="shortcode_form_layouts.html"><i class="fa fa-bars"></i> Form Layouts</a></li>
<li class="active"><a href="shortcode_form_layouts_advanced.html"><i class="fa fa-bars"></i> Advanced Layout Forms</a></li>
<li><a href="shortcode_form_states.html"><i class="fa fa-bars"></i> Form States</a></li>
<li><a href="shortcode_form_sliders.html"><i class="fa fa-bars"></i> Form Sliders</a></li>
<li><a href="shortcode_form_modals.html"><i class="fa fa-bars"></i> Modals</a></li>
<!-- End Forms -->
<!-- Infographics -->
<li><a href="shortcode_carousels.html"><i class="fa fa-sliders"></i> Carousel Examples</a></li>
<li><a href="shortcode_compo_charts.html"><i class="fa fa-pie-chart"></i> Charts & Countdowns</a></li>
<li><a href="shortcode_maps_google.html"><i class="fa fa-map-marker"></i> Google Maps</a></li>
<li><a href="shortcode_maps_vector.html"><i class="fa fa-align-center"></i> Vector Maps</a></li>
<!-- End Infographics -->
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</li>
<!-- End Shortcodes -->
<!-- Misc Pages -->
<li class="dropdown">
<a href="javascript:void(0);" class="dropdown-toggle" data-toggle="dropdown">
Misc
</a>
<ul class="dropdown-menu pull-right">
<li><a href="page_misc_blank.html">Blank page</a></li>
<li><a href="page_misc_boxed.html">Boxed Page</a></li>
<li><a href="page_misc_boxed_img.html">Boxed Image Page</a></li>
<li><a href="page_misc_boxed_fixed_header.html">Boxed Fixed Menu</a></li>
<li><a href="page_misc_fixed_header.html">Fixed Menu</a></li>
<li><a href="page_misc_dark.html">Dark Page</a></li>
<li><a href="page_misc_dark_boxed.html">Dark Boxed Page</a></li>
<li><a href="page_misc_dark_other_color.html">Dark Page with Theme Color</a></li>
<li><a href="page_misc_sticky_footer.html">Sticky Footer Example</a></li>
</ul>
</li>
<!-- End Misc Pages -->
<!-- Search Block -->
<li>
<i class="search fa fa-search search-btn"></i>
<div class="search-open">
<div class="input-group animated fadeInDown">
<input type="text" class="form-control" placeholder="Search">
<span class="input-group-btn">
<button class="btn-u" type="button">Go</button>
</span>
</div>
</div>
</li>
<!-- End Search Block -->
</ul>
</div><!--/end container-->
</div><!--/navbar-collapse-->
</div>
<!--=== End Header ===-->
<!--=== Breadcrumbs ===-->
<div class="breadcrumbs">
<div class="container">
<h1 class="pull-left">Advanced Layout Forms</h1>
<ul class="pull-right breadcrumb">
<li><a href="index.html">Home</a></li>
<li><a href="">Features</a></li>
<li class="active">Advanced Layout Forms</li>
</ul>
</div>
</div><!--/breadcrumbs-->
<!--=== End Breadcrumbs ===-->
<!--=== Content Part ===-->
<div class="container content">
<div class="row">
<!-- Begin Sidebar Menu -->
<div class="col-md-3">
<ul class="list-group sidebar-nav-v1" id="sidebar-nav">
<!-- Typography -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-typography">Typography</a>
<ul id="collapse-typography" class="collapse">
<li><a href="shortcode_typo_general.html"><i class="fa fa-sort-alpha-asc"></i> General Typography</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_typo_headings.html"><i class="fa fa-magic"></i> Heading Options</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_typo_dividers.html"><i class="fa fa-ellipsis-h"></i> Dividers</a>
</li>
<li><a href="shortcode_typo_blockquote.html"><i class="fa fa-quote-left"></i> Blockquote Blocks</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_typo_boxshadows.html"><i class="fa fa-asterisk"></i> Box Shadows</a>
</li>
<li><a href="shortcode_typo_testimonials.html"><i class="fa fa-comments"></i> Testimonials</a></li>
<li><a href="shortcode_typo_tagline_boxes.html"><i class="fa fa-tasks"></i> Tagline Boxes</a></li>
<li><a href="shortcode_typo_grid.html"><i class="fa fa-align-justify"></i> Grid Layout</a></li>
</ul>
</li>
<!-- End Typography -->
<!-- Buttons UI -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-buttons">Buttons UI</a>
<ul id="collapse-buttons" class="collapse">
<li><a href="shortcode_btn_general.html"><i class="fa fa-flask"></i> General Buttons</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_btn_brands.html"><i class="fa fa-html5"></i> Brand & Social Buttons</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_btn_effects.html"><i class="fa fa-bolt"></i> Loading & Hover Effects</a>
</li>
</ul>
</li>
<!-- End Buttons UI -->
<!-- Icons -->
<li class="list-group-item list-toggle">
<a data-toggle="collapse" data-parent="#sidebar-nav" href="#collapse-icons">Icons</a>
<ul id="collapse-icons" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_icon_general.html"><i class="fa fa-chevron-circle-right"></i> General Icons</a>
</li>
<li><a href="shortcode_icon_fa.html"><i class="fa fa-chevron-circle-right"></i> Font Awesome Icons</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_icon_line.html"><i class="fa fa-chevron-circle-right"></i> Line Icons</a>
</li>
<li><a href="shortcode_icon_glyph.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons (Bootstrap)</a></li>
<li><a href="shortcode_icon_glyph_pro.html"><i class="fa fa-chevron-circle-right"></i> Glyphicons Pro Icons</a></li>
</ul>
</li>
<!-- End Icons -->
<!-- Content Boxes -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-content-boxes" data-toggle="collapse">Content Boxes</a>
<ul id="collapse-content-boxes" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_box_general.html"><i class="fa fa-cog"></i> General Content Boxes</a>
</li>
<li><a href="shortcode_box_colored.html"><i class="fa fa-align-center"></i> Colored Boxes</a></li>
</ul>
</li>
<!-- End Content Boxes -->
<!-- Thumbails -->
<li class="list-group-item"><a href="shortcode_thumbnails.html">Thumbnails</a></li>
<!-- End Thumbails -->
<!-- Components -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-components" data-toggle="collapse">Components</a>
<ul id="collapse-components" class="collapse">
<li><a href="shortcode_compo_messages.html"><i class="fa fa-comment"></i> Alerts & Messages</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_compo_labels.html"><i class="fa fa-tags"></i> Labels & Badges</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_compo_progress_bars.html"><i class="fa fa-align-left"></i> Progress Bars</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_compo_media.html"><i class="fa fa-volume-down"></i> Audio/Videos & Images</a>
</li>
<li><a href="shortcode_compo_panels.html"><i class="fa fa-columns"></i> Panels</a></li>
<li><a href="shortcode_compo_pagination.html"><i class="fa fa-arrows-h"></i> Pagination</a></li>
</ul>
</li>
<!-- End Components -->
<!-- Accordion and Tabs -->
<li class="list-group-item"><a href="shortcode_accordion_and_tabs.html">Accordion and Tabs</a></li>
<!-- End Accordion and Tabs -->
<!-- Timeline -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-timeline" data-toggle="collapse">Timeline</a>
<ul id="collapse-timeline" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_timeline1.html"><i class="fa fa-dot-circle-o"></i> Timeline 1</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_timeline2.html"><i class="fa fa-dot-circle-o"></i> Timeline 2</a>
</li>
</ul>
</li>
<!-- End Timeline -->
<!-- Carousel Exampls -->
<li class="list-group-item">
<span class="badge badge-u">New</span>
<a href="shortcode_carousels.html">Carousel Exampls</a>
</li>
<!-- End Carousel Exampls -->
<!-- Forms -->
<li class="list-group-item list-toggle active">
<a class="accordion-toggle" href="#collapse-forms" data-toggle="collapse">Forms</a>
<ul id="collapse-forms" class="collapse in">
<li><a href="shortcode_form_general.html"><i class="fa fa-bars"></i> Common Bootstrap Forms</a></li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_general1.html"><i class="fa fa-bars"></i> General Unify Forms</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_advanced.html"><i class="fa fa-bars"></i> Advanced Forms</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_layouts.html"><i class="fa fa-bars"></i> Form Layouts</a>
</li>
<li class="active">
<span class="badge badge-u">New</span>
<a href="shortcode_form_layouts_advanced.html"><i class="fa fa-bars"></i> Advanced Form Layouts</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_states.html"><i class="fa fa-bars"></i> Form States</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_sliders.html"><i class="fa fa-bars"></i> Form Sliders</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_form_modals.html"><i class="fa fa-bars"></i> Modals</a>
</li>
</ul>
</li>
<!-- End Forms -->
<!-- Tables -->
<li class="list-group-item"><a href="shortcode_table_general.html">Tables</a></li>
<!-- End Tables -->
<!-- Maps -->
<li class="list-group-item list-toggle">
<a class="accordion-toggle" href="#collapse-maps" data-toggle="collapse">Maps</a>
<ul id="collapse-maps" class="collapse">
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_maps_google.html"><i class="fa fa-map-marker"></i> Google Maps</a>
</li>
<li>
<span class="badge badge-u">New</span>
<a href="shortcode_maps_vector.html"><i class="fa fa-align-center"></i> Vector Maps</a>
</li>
</ul>
</li>
<!-- End Maps -->
<!-- Charts -->
<li class="list-group-item">
<span class="badge badge-u">New</span>
<a href="shortcode_compo_charts.html">Charts & Countdowns</a>
</li>
<!-- End Charts -->
</ul>
</div>
<!-- End Sidebar Menu -->
<!-- Begin Content -->
<div class="col-md-9">
<!-- Checkout-Form -->
<form action="#" id="sky-form" class="sky-form">
<header>Checkout form</header>
<fieldset>
<div class="row">
<section class="col col-6">
<label class="input">
<i class="icon-prepend fa fa-user"></i>
<input type="text" name="fname" placeholder="First name">
</label>
</section>
<section class="col col-6">
<label class="input">
<i class="icon-prepend fa fa-user"></i>
<input type="text" name="lname" placeholder="Last name">
</label>
</section>
</div>
<div class="row">
<section class="col col-6">
<label class="input">
<i class="icon-prepend fa fa-envelope"></i>
<input type="email" name="email" placeholder="E-mail">
</label>
</section>
<section class="col col-6">
<label class="input">
<i class="icon-prepend fa fa-phone"></i>
<input type="tel" name="phone" placeholder="Phone">
</label>
</section>
</div>
</fieldset>
<fieldset>
<div class="row">
<section class="col col-5">
<label class="select">
<select name="country">
<option value="0" selected disabled>Country</option>
<option value="244">Aaland Islands</option>
<option value="1">Afghanistan</option>
<option value="2">Albania</option>
<option value="3">Algeria</option>
<option value="4">American Samoa</option>
<option value="5">Andorra</option>
<option value="6">Angola</option>
<option value="7">Anguilla</option>
<option value="8">Antarctica</option>
<option value="9">Antigua and Barbuda</option>
<option value="10">Argentina</option>
<option value="11">Armenia</option>
<option value="12">Aruba</option>
<option value="13">Australia</option>
<option value="14">Austria</option>
<option value="15">Azerbaijan</option>
<option value="16">Bahamas</option>
<option value="17">Bahrain</option>
<option value="18">Bangladesh</option>
<option value="19">Barbados</option>
<option value="20">Belarus</option>
<option value="21">Belgium</option>
<option value="22">Belize</option>
<option value="23">Benin</option>
<option value="24">Bermuda</option>
<option value="25">Bhutan</option>
<option value="26">Bolivia</option>
<option value="245">Bonaire, Sint Eustatius and Saba</option>
<option value="27">Bosnia and Herzegovina</option>
<option value="28">Botswana</option>
<option value="29">Bouvet Island</option>
<option value="30">Brazil</option>
<option value="31">British Indian Ocean Territory</option>
<option value="32">Brunei Darussalam</option>
<option value="33">Bulgaria</option>
<option value="34">Burkina Faso</option>
<option value="35">Burundi</option>
<option value="36">Cambodia</option>
<option value="37">Cameroon</option>
<option value="38">Canada</option>
<option value="251">Canary Islands</option>
<option value="39">Cape Verde</option>
<option value="40">Cayman Islands</option>
<option value="41">Central African Republic</option>
<option value="42">Chad</option>
<option value="43">Chile</option>
<option value="44">China</option>
<option value="45">Christmas Island</option>
<option value="46">Cocos (Keeling) Islands</option>
<option value="47">Colombia</option>
<option value="48">Comoros</option>
<option value="49">Congo</option>
<option value="50">Cook Islands</option>
<option value="51">Costa Rica</option>
<option value="52">Cote D'Ivoire</option>
<option value="53">Croatia</option>
<option value="54">Cuba</option>
<option value="246">Curacao</option>
<option value="55">Cyprus</option>
<option value="56">Czech Republic</option>
<option value="237">Democratic Republic of Congo</option>
<option value="57">Denmark</option>
<option value="58">Djibouti</option>
<option value="59">Dominica</option>
<option value="60">Dominican Republic</option>
<option value="61">East Timor</option>
<option value="62">Ecuador</option>
<option value="63">Egypt</option>
<option value="64">El Salvador</option>
<option value="65">Equatorial Guinea</option>
<option value="66">Eritrea</option>
<option value="67">Estonia</option>
<option value="68">Ethiopia</option>
<option value="69">Falkland Islands (Malvinas)</option>
<option value="70">Faroe Islands</option>
<option value="71">Fiji</option>
<option value="72">Finland</option>
<option value="74">France, skypolitan</option>
<option value="75">French Guiana</option>
<option value="76">French Polynesia</option>
<option value="77">French Southern Territories</option>
<option value="126">FYROM</option>
<option value="78">Gabon</option>
<option value="79">Gambia</option>
<option value="80">Georgia</option>
<option value="81">Germany</option>
<option value="82">Ghana</option>
<option value="83">Gibraltar</option>
<option value="84">Greece</option>
<option value="85">Greenland</option>
<option value="86">Grenada</option>
<option value="87">Guadeloupe</option>
<option value="88">Guam</option>
<option value="89">Guatemala</option>
<option value="241">Guernsey</option>
<option value="90">Guinea</option>
<option value="91">Guinea-Bissau</option>
<option value="92">Guyana</option>
<option value="93">Haiti</option>
<option value="94">Heard and Mc Donald Islands</option>
<option value="95">Honduras</option>
<option value="96">Hong Kong</option>
<option value="97">Hungary</option>
<option value="98">Iceland</option>
<option value="99">India</option>
<option value="100">Indonesia</option>
<option value="101">Iran (Islamic Republic of)</option>
<option value="102">Iraq</option>
<option value="103">Ireland</option>
<option value="104">Israel</option>
<option value="105">Italy</option>
<option value="106">Jamaica</option>
<option value="107">Japan</option>
<option value="240">Jersey</option>
<option value="108">Jordan</option>
<option value="109">Kazakhstan</option>
<option value="110">Kenya</option>
<option value="111">Kiribati</option>
<option value="113">Korea, Republic of</option>
<option value="114">Kuwait</option>
<option value="115">Kyrgyzstan</option>
<option value="116">Lao People's Democratic Republic</option>
<option value="117">Latvia</option>
<option value="118">Lebanon</option>
<option value="119">Lesotho</option>
<option value="120">Liberia</option>
<option value="121">Libyan Arab Jamahiriya</option>
<option value="122">Liechtenstein</option>
<option value="123">Lithuania</option>
<option value="124">Luxembourg</option>
<option value="125">Macau</option>
<option value="127">Madagascar</option>
<option value="128">Malawi</option>
<option value="129">Malaysia</option>
<option value="130">Maldives</option>
<option value="131">Mali</option>
<option value="132">Malta</option>
<option value="133">Marshall Islands</option>
<option value="134">Martinique</option>
<option value="135">Mauritania</option>
<option value="136">Mauritius</option>
<option value="137">Mayotte</option>
<option value="138">Mexico</option>
<option value="139">Micronesia, Federated States of</option>
<option value="140">Moldova, Republic of</option>
<option value="141">Monaco</option>
<option value="142">Mongolia</option>
<option value="242">Montenegro</option>
<option value="143">Montserrat</option>
<option value="144">Morocco</option>
<option value="145">Mozambique</option>
<option value="146">Myanmar</option>
<option value="147">Namibia</option>
<option value="148">Nauru</option>
<option value="149">Nepal</option>
<option value="150">Netherlands</option>
<option value="151">Netherlands Antilles</option>
<option value="152">New Caledonia</option>
<option value="153">New Zealand</option>
<option value="154">Nicaragua</option>
<option value="155">Niger</option>
<option value="156">Nigeria</option>
<option value="157">Niue</option>
<option value="158">Norfolk Island</option>
<option value="112">North Korea</option>
<option value="159">Northern Mariana Islands</option>
<option value="160">Norway</option>
<option value="161">Oman</option>
<option value="162">Pakistan</option>
<option value="163">Palau</option>
<option value="247">Palestinian Territory, Occupied</option>
<option value="164">Panama</option>
<option value="165">Papua New Guinea</option>
<option value="166">Paraguay</option>
<option value="167">Peru</option>
<option value="168">Philippines</option>
<option value="169">Pitcairn</option>
<option value="170">Poland</option>
<option value="171">Portugal</option>
<option value="172">Puerto Rico</option>
<option value="173">Qatar</option>
<option value="174">Reunion</option>
<option value="175">Romania</option>
<option value="176">Russian Federation</option>
<option value="177">Rwanda</option>
<option value="178">Saint Kitts and Nevis</option>
<option value="179">Saint Lucia</option>
<option value="180">Saint Vincent and the Grenadines</option>
<option value="181">Samoa</option>
<option value="182">San Marino</option>
<option value="183">Sao Tome and Principe</option>
<option value="184">Saudi Arabia</option>
<option value="185">Senegal</option>
<option value="243">Serbia</option>
<option value="186">Seychelles</option>
<option value="187">Sierra Leone</option>
<option value="188">Singapore</option>
<option value="189">Slovak Republic</option>
<option value="190">Slovenia</option>
<option value="191">Solomon Islands</option>
<option value="192">Somalia</option>
<option value="193">South Africa</option>
<option value="194">South Georgia & South Sandwich Islands</option>
<option value="248">South Sudan</option>
<option value="195">Spain</option>
<option value="196">Sri Lanka</option>
<option value="249">St. Barthelemy</option>
<option value="197">St. Helena</option>
<option value="250">St. Martin (French part)</option>
<option value="198">St. Pierre and Miquelon</option>
<option value="199">Sudan</option>
<option value="200">Suriname</option>
<option value="201">Svalbard and Jan Mayen Islands</option>
<option value="202">Swaziland</option>
<option value="203">Sweden</option>
<option value="204">Switzerland</option>
<option value="205">Syrian Arab Republic</option>
<option value="206">Taiwan</option>
<option value="207">Tajikistan</option>
<option value="208">Tanzania, United Republic of</option>
<option value="209">Thailand</option>
<option value="210">Togo</option>
<option value="211">Tokelau</option>
<option value="212">Tonga</option>
<option value="213">Trinidad and Tobago</option>
<option value="214">Tunisia</option>
<option value="215">Turkey</option>
<option value="216">Turkmenistan</option>
<option value="217">Turks and Caicos Islands</option>
<option value="218">Tuvalu</option>
<option value="219">Uganda</option>
<option value="220">Ukraine</option>
<option value="221">United Arab Emirates</option>
<option value="222">United Kingdom</option>
<option value="223">United States</option>
<option value="224">United States Minor Outlying Islands</option>
<option value="225">Uruguay</option>
<option value="226">Uzbekistan</option>
<option value="227">Vanuatu</option>
<option value="228">Vatican City State (Holy See)</option>
<option value="229">Venezuela</option>
<option value="230">Viet Nam</option>
<option value="231">Virgin Islands (British)</option>
<option value="232">Virgin Islands (U.S.)</option>
<option value="233">Wallis and Futuna Islands</option>
<option value="234">Western Sahara</option>
<option value="235">Yemen</option>
<option value="238">Zambia</option>
<option value="239">Zimbabwe</option>
</select>
<i></i>
</label>
</section>
<section class="col col-4">
<label class="input">
<input type="text" name="city" placeholder="City">
</label>
</section>
<section class="col col-3">
<label class="input">
<input type="text" name="code" placeholder="Post code">
</label>
</section>
</div>
<section>
<label for="file" class="input">
<input type="text" id="file" placeholder="Address">
</label>
</section>
<section>
<label class="textarea">
<textarea rows="3" name="info" placeholder="Additional info"></textarea>
</label>
</section>
</fieldset>
<fieldset>
<section>
<div class="inline-group">
<label class="radio"><input type="radio" name="radio-inline" checked><i class="rounded-x"></i>Visa</label>
<label class="radio"><input type="radio" name="radio-inline"><i class="rounded-x"></i>MasterCard</label>
<label class="radio"><input type="radio" name="radio-inline"><i class="rounded-x"></i>PayPal</label>
</div>
</section>
<section>
<label class="input">
<input type="text" name="name" placeholder="Name on card">
</label>
</section>
<div class="row">
<section class="col col-10">
<label class="input">
<input type="text" name="card" id="card" placeholder="Card number">
</label>
</section>
<section class="col col-2">
<label class="input">
<input type="text" name="cvv" id="cvv" placeholder="CVV2">
</label>
</section>
</div>
<div class="row">
<label class="label col col-4">Expiration date</label>
<section class="col col-5">
<label class="select">
<select name="month">
<option value="0" selected disabled>Month</option>
<option value="1">January</option>
<option value="1">February</option>
<option value="3">March</option>
<option value="4">April</option>
<option value="5">May</option>
<option value="6">June</option>
<option value="7">July</option>
<option value="8">August</option>
<option value="9">September</option>
<option value="10">October</option>
<option value="11">November</option>
<option value="12">December</option>
</select>
<i></i>
</label>
</section>
<section class="col col-3">
<label class="input">
<input type="text" name="year" id="year" placeholder="Year">
</label>
</section>
</div>
</fieldset>
<footer>
<button type="submit" class="btn-u">Continue</button>
</footer>
</form>
<!-- End Checkout-Form -->
<div class="margin-bottom-40"></div>
<!-- Order Form -->
<form action="../assets/php/demo-order.php" method="post" enctype="multipart/form-data" id="sky-form1" class="sky-form">
<header>Order Form</header>
<fieldset>
<div class="row">
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-user"></i>
<input type="text" name="name" placeholder="Name">
</label>
</section>
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-briefcase"></i>
<input type="text" name="company" placeholder="Company">
</label>
</section>
</div>
<div class="row">
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-envelope"></i>
<input type="email" name="email" placeholder="E-mail">
</label>
</section>
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-phone"></i>
<input type="tel" name="phone" placeholder="Phone">
</label>
</section>
</div>
</fieldset>
<fieldset>
<div class="row">
<section class="col col-6">
<label class="select">
<select name="interested">
<option value="none" selected disabled>Interested in</option>
<option value="design">design</option>
<option value="development">development</option>
<option value="illustration">illustration</option>
<option value="branding">branding</option>
<option value="video">video</option>
</select>
<i></i>
</label>
</section>
<section class="col col-6">
<label class="select">
<select name="budget">
<option value="0" selected disabled>Budget</option>
<option value="less than 5000$">less than 5000$</option>
<option value="5000$ - 10000$">5000$ - 10000$</option>
<option value="10000$ - 20000$">10000$ - 20000$</option>
<option value="more than 20000$">more than 20000$</option>
</select>
<i></i>
</label>
</section>
</div>
<div class="row">
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-calendar"></i>
<input type="text" name="start" id="start" placeholder="Expected start date">
</label>
</section>
<section class="col col-6">
<label class="input">
<i class="icon-append fa fa-calendar"></i>
<input type="text" name="finish" id="finish" placeholder="Expected finish date">
</label>
</section>
</div>
<section>
<label for="file" class="input input-file">
<div class="button"><input type="file" name="file" multiple onchange="this.parentNode.nextSibling.value = this.value">Browse</div><input type="text" placeholder="Include some file" readonly>
</label>
</section>
<section>
<label class="textarea">
<i class="icon-append fa fa-comment"></i>
<textarea rows="5" name="comment" placeholder="Tell us about your project"></textarea>
</label>
</section>
</fieldset>
<footer>
<button type="submit" class="btn-u">Send request</button>
<div class="progress"></div>
</footer>
<div class="message">
<i class="rounded-x fa fa-check"></i>
<p>Thanks for your order!<br>We'll contact you very soon.</p>
</div>
</form>
<!-- End Order Form -->
<div class="margin-bottom-40"></div>
<!-- Review Form-->
<form action="#" id="sky-form2" class="sky-form">
<header>Review form</header>
<fieldset>
<section>
<label class="input">
<i class="icon-append fa fa-user"></i>
<input type="text" name="name" id="name" placeholder="Your name">
</label>
</section>
<section>
<label class="input">
<i class="icon-append fa fa-envelope"></i>
<input type="email" name="email" id="email" placeholder="Your e-mail">
</label>
</section>
<section>
<label class="label"></label>
<label class="textarea">
<i class="icon-append fa fa-comment"></i>
<textarea rows="3" name="review" id="review" placeholder="Text of the review"></textarea>
</label>
</section>
<section>
<div class="rating">
<input type="radio" name="quality" id="quality-5">
<label for="quality-5"><i class="fa fa-star"></i></label>
<input type="radio" name="quality" id="quality-4">
<label for="quality-4"><i class="fa fa-star"></i></label>
<input type="radio" name="quality" id="quality-3">
<label for="quality-3"><i class="fa fa-star"></i></label>
<input type="radio" name="quality" id="quality-2">
<label for="quality-2"><i class="fa fa-star"></i></label>
<input type="radio" name="quality" id="quality-1">
<label for="quality-1"><i class="fa fa-star"></i></label>
Quality of the product
</div>
<div class="rating">
<input type="radio" name="reliability" id="reliability-5">
<label for="reliability-5"><i class="fa fa-star"></i></label>
<input type="radio" name="reliability" id="reliability-4">
<label for="reliability-4"><i class="fa fa-star"></i></label>
<input type="radio" name="reliability" id="reliability-3">
<label for="reliability-3"><i class="fa fa-star"></i></label>
<input type="radio" name="reliability" id="reliability-2">
<label for="reliability-2"><i class="fa fa-star"></i></label>
<input type="radio" name="reliability" id="reliability-1">
<label for="reliability-1"><i class="fa fa-star"></i></label>
Reliability of the product
</div>
<div class="rating">
<input type="radio" name="overall" id="overall-5">
<label for="overall-5"><i class="fa fa-star"></i></label>
<input type="radio" name="overall" id="overall-4">
<label for="overall-4"><i class="fa fa-star"></i></label>
<input type="radio" name="overall" id="overall-3">
<label for="overall-3"><i class="fa fa-star"></i></label>
<input type="radio" name="overall" id="overall-2">
<label for="overall-2"><i class="fa fa-star"></i></label>
<input type="radio" name="overall" id="overall-1">
<label for="overall-1"><i class="fa fa-star"></i></label>
Overall rating
</div>
</section>
</fieldset>
<footer>
<button type="submit" class="btn-u">Submit a review</button>
</footer>
</form>
<!-- End Review Form-->
</div>
<!-- End Content -->
</div>
</div><!--/container-->
<!--=== End Content Part ===-->
<!--=== Footer Version 1 ===-->
<div class="footer-v1">
<div class="footer">
<div class="container">
<div class="row">
<!-- About -->
<div class="col-md-3 md-margin-bottom-40">
<a href="index.html"><img id="logo-footer" class="footer-logo" src="../assets/img/logo2-default.png" alt=""></a>
<p>About Unify dolor sit amet, consectetur adipiscing elit. Maecenas eget nisl id libero tincidunt sodales.</p>
<p>Duis eleifend fermentum ante ut aliquam. Cras mi risus, dignissim sed adipiscing ut, placerat non arcu.</p>
</div><!--/col-md-3-->
<!-- End About -->
<!-- Latest -->
<div class="col-md-3 md-margin-bottom-40">
<div class="posts">
<div class="headline"><h2>Latest Posts</h2></div>
<ul class="list-unstyled latest-list">
<li>
<a href="#">Incredible content</a>
<small>May 8, 2014</small>
</li>
<li>
<a href="#">Best shoots</a>
<small>June 23, 2014</small>
</li>
<li>
<a href="#">New Terms and Conditions</a>
<small>September 15, 2014</small>
</li>
</ul>
</div>
</div><!--/col-md-3-->
<!-- End Latest -->
<!-- Link List -->
<div class="col-md-3 md-margin-bottom-40">
<div class="headline"><h2>Useful Links</h2></div>
<ul class="list-unstyled link-list">
<li><a href="#">About us</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Portfolio</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Latest jobs</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Community</a><i class="fa fa-angle-right"></i></li>
<li><a href="#">Contact us</a><i class="fa fa-angle-right"></i></li>
</ul>
</div><!--/col-md-3-->
<!-- End Link List -->
<!-- Address -->
<div class="col-md-3 map-img md-margin-bottom-40">
<div class="headline"><h2>Contact Us</h2></div>
<address class="md-margin-bottom-40">
25, Lorem Lis Street, Orange <br />
California, US <br />
Phone: 800 123 3456 <br />
Fax: 800 123 3456 <br />
Email: <a href="mailto:info@anybiz.com" class="">info@anybiz.com</a>
</address>
</div><!--/col-md-3-->
<!-- End Address -->
</div>
</div>
</div><!--/footer-->
<div class="copyright">
<div class="container">
<div class="row">
<div class="col-md-6">
<p>
2015 © All Rights Reserved.
<a href="#">Privacy Policy</a> | <a href="#">Terms of Service</a>
</p>
</div>
<!-- Social Links -->
<div class="col-md-6">
<ul class="footer-socials list-inline">
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Facebook">
<i class="fa fa-facebook"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Skype">
<i class="fa fa-skype"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Google Plus">
<i class="fa fa-google-plus"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Linkedin">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Pinterest">
<i class="fa fa-pinterest"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Twitter">
<i class="fa fa-twitter"></i>
</a>
</li>
<li>
<a href="#" class="tooltips" data-toggle="tooltip" data-placement="top" title="" data-original-title="Dribbble">
<i class="fa fa-dribbble"></i>
</a>
</li>
</ul>
</div>
<!-- End Social Links -->
</div>
</div>
</div><!--/copyright-->
</div>
<!--=== End Footer Version 1 ===-->
</div><!--/End Wrapepr-->
<!-- JS Global Compulsory -->
<script src="../assets/plugins/jquery/jquery.min.js"></script>
<script src="../assets/plugins/jquery/jquery-migrate.min.js"></script>
<script src="../assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<!-- JS Implementing Plugins -->
<script src="../assets/plugins/back-to-top.js"></script>
<script src="../assets/plugins/smoothScroll.js"></script>
<script src="../assets/plugins/sky-forms-pro/skyforms/js/jquery.validate.min.js"></script>
<script src="../assets/plugins/sky-forms-pro/skyforms/js/jquery.maskedinput.min.js"></script>
<script src="../assets/plugins/sky-forms-pro/skyforms/js/jquery-ui.min.js"></script>
<script src="../assets/plugins/sky-forms-pro/skyforms/js/jquery.form.min.js"></script>
<!-- JS Customization -->
<script src="../assets/js/custom.js"></script>
<!-- JS Page Level -->
<script src="../assets/js/app.js"></script>
<script src="../assets/js/forms/order.js"></script>
<script src="../assets/js/forms/review.js"></script>
<script src="../assets/js/forms/checkout.js"></script>
<script src="../assets/js/plugins/style-switcher-rtl.js"></script>
<script>
jQuery(document).ready(function() {
App.init();
OrderForm.initOrderForm();
ReviewForm.initReviewForm();
CheckoutForm.initCheckoutForm();
StyleSwitcher.initStyleSwitcher();
});
</script>
<!--[if lt IE 9]>
<script src="../assets/plugins/respond.js"></script>
<script src="../assets/plugins/html5shiv.js"></script>
<script src="../assets/plugins/placeholder-IE-fixes.js"></script>
<script src="../assets/plugins/sky-forms-pro/skyforms/js/sky-forms-ie8.js"></script>
<![endif]-->
<!--[if lt IE 10]>
<script src="../assets/plugins/sky-forms/version-2.0.1/js/jquery.placeholder.min.js"></script>
<![endif]-->
</body>
</html>
|
public/www/titles/title11.html
|
prgra/jgshop
|
<HTML>
<HEAD>
<META NAME="Author" CONTENT="Jumpgate(TM) developed by NetDevil(R) - http://www.netdevil.com">
<TITLE>Jumpgate(TM) - Database:Titles</TITLE>
<LINK REL=stylesheet TYPE="text/css" HREF="../../in_game.css">
</HEAD>
<SCRIPT LANGUAGE="JavaScript">
var isIE = navigator.appName.indexOf("Microsoft") != -1;
function updateLocation()
{
if (top.JG_top && top.JG_top.exists)
{
top.JG_top.updateLocation(2,"database");
top.JG_top.updateLocation(3,"titles");
}
}
</SCRIPT>
<BODY BACKGROUND="../../media/background.gif" onLoad="updateLocation();">
<!-- BEGIN CONTENT -->
<H1 ALIGN="right">title definition </H1>
<BR CLEAR="all">
<CENTER>
<!-- BEGIN DESCRIPTION -->
<TABLE CELLPADDING=5 CELLSPACING=1 BORDER=0 BGCOLOR="#222222" ALIGN="center" WIDTH="500">
<TR ALIGN="middle" VALIGN="top">
<TD BGCOLOR="#334466" COLSPAN="7"><FONT SIZE="+1"><B>"Master Bounty Hunter"</B></FONT></TD>
</TR>
<TR ALIGN="middle" VALIGN="center">
<TD ROWSPAN="3" COLSPAN="2" BGCOLOR="#000000" WIDTH="120"><A href="title11_large.html"><IMG SRC="media/title11t.jpg" ALT="Zoom In" BORDER="0"></A> </TD>
</TR>
<TR BGCOLOR="#222222" ALIGN="middle" VALIGN="top">
<TD BGCOLOR="#222222" ROWSPAN="2"><IMG SRC="../../media/pixel.gif" BORDER="0" WIDTH="1" HEIGHT="1"></FONT></TD>
<TD BGCOLOR="#444444" HEIGHT="15"><B>Small Trophy</B></TD>
<TD BGCOLOR="#222222" ROWSPAN="2"><IMG SRC="../../media/pixel.gif" BORDER="0" WIDTH="1" HEIGHT="1"></FONT></TD>
</TR>
<TR BGCOLOR="#000000" VALIGN="top" ALIGN="right">
<TD BGCOLOR="#222222" ALIGN="left" height="200"><FONT SIZE="-1">this title is only awarded to bounty hunters of the highest caliber. the recipient of such an award is currently receiving the highest average bounty per hour. since bounty is scaled dependant on the value of each ship, this award signifies that this pilot is likely pitting himself against pilots of considerably superior means, tech, and weaponry. this pilot is also consistently engaging in combat.<BR>
<BR>
"TRI awards you with this title for superlative and exemplary combat service. you are hereby granted all the rights and privileges associated with this award."</I></FONT></TD>
</TR>
</TABLE>
<BR CLEAR="all">
<!-- END DESCRIPTION -->
</CENTER>
<!-- END CONTENT -->
</BODY>
</HTML>
|
doc/org/hypknowsys/wumprep/config/class-use/WUMprepConfigSetting.html
|
hypknowsys/WUMprep4Weka
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_04) on Sun Oct 30 19:56:07 CET 2005 -->
<TITLE>
Uses of Class org.hypknowsys.wumprep.config.WUMprepConfigSetting
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
parent.document.title="Uses of Class org.hypknowsys.wumprep.config.WUMprepConfigSetting";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</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=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/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config"><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/hypknowsys/wumprep/config/\class-useWUMprepConfigSetting.html" target="_top"><B>FRAMES</B></A>
<A HREF="WUMprepConfigSetting.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.hypknowsys.wumprep.config.WUMprepConfigSetting</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/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#org.hypknowsys.wumprep.config"><B>org.hypknowsys.wumprep.config</B></A></TD>
<TD>Provides classes for dealing with WUMprep configuration files in Java. </TD>
</TR>
</TABLE>
<P>
<A NAME="org.hypknowsys.wumprep.config"><!-- --></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/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A> in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</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">Subclasses of <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A> in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</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/hypknowsys/wumprep/config/WUMprepConfigBlank.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigBlank</A></B></CODE>
<BR>
This is class is just a dummy, representing blank lines in wumprep.conf</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/hypknowsys/wumprep/config/WUMprepConfigValue.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigValue</A></B></CODE>
<BR>
This is class represents a value-key pair in wumprep.conf</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/hypknowsys/wumprep/config/WUMprepConfigValueList.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigValueList</A></B></CODE>
<BR>
A value list configuration setting from a WUMprep configuration file.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Fields in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</A> with type parameters of type <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>private java.util.LinkedHashMap<java.lang.String,<A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A>></CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSection.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#settingsMap">settingsMap</A></B></CODE>
<BR>
This section's settings</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</A> that return <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSetting.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html#getClone()">getClone</A></B>()</CODE>
<BR>
Creates a 1-to-1 copy of the setting.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSection.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#getSetting(java.lang.String)">getSetting</A></B>(java.lang.String name)</CODE>
<BR>
Gets a setting from this section.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</A> that return types with arguments of type <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> java.util.LinkedHashMap<java.lang.String,<A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A>></CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSection.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#getSettings()">getSettings</A></B>()</CODE>
<BR>
Getter of the property <tt>settings</tt></TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Methods in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</A> with parameters of type <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSection.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#addSetting(org.hypknowsys.wumprep.config.WUMprepConfigSetting)">addSetting</A></B>(<A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A> setting)</CODE>
<BR>
Add a setting to this section.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left" COLSPAN="2">Method parameters in <A HREF="../../../../../org/hypknowsys/wumprep/config/package-summary.html">org.hypknowsys.wumprep.config</A> with type arguments of type <A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE> void</CODE></FONT></TD>
<TD><CODE><B>WUMprepConfigSection.</B><B><A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSection.html#setSettings(java.util.LinkedHashMap)">setSettings</A></B>(java.util.LinkedHashMap<java.lang.String,<A HREF="../../../../../org/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config">WUMprepConfigSetting</A>> settings)</CODE>
<BR>
Setter of the property <tt>settings</tt></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/hypknowsys/wumprep/config/WUMprepConfigSetting.html" title="class in org.hypknowsys.wumprep.config"><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/hypknowsys/wumprep/config/\class-useWUMprepConfigSetting.html" target="_top"><B>FRAMES</B></A>
<A HREF="WUMprepConfigSetting.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>
|
myodd/boost/libs/asio/doc/html/boost_asio/reference/basic_socket/async_connect.html
|
FFMG/myoddweb.piger
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_socket::async_connect</title>
<link rel="stylesheet" href="../../../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
<link rel="home" href="../../../index.html" title="Boost.Asio">
<link rel="up" href="../basic_socket.html" title="basic_socket">
<link rel="prev" href="assign/overload2.html" title="basic_socket::assign (2 of 2 overloads)">
<link rel="next" href="at_mark.html" title="basic_socket::at_mark">
</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="assign/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.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="at_mark.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.basic_socket.async_connect"></a><a class="link" href="async_connect.html" title="basic_socket::async_connect">basic_socket::async_connect</a>
</h4></div></div></div>
<p>
<a class="indexterm" name="idm45465019660880"></a>
Start an asynchronous connect.
</p>
<pre class="programlisting"><span class="keyword">template</span><span class="special"><</span>
<span class="keyword">typename</span> <a class="link" href="../ConnectHandler.html" title="Connect handler requirements">ConnectHandler</a><span class="special">></span>
<a class="link" href="../asynchronous_operations.html#boost_asio.reference.asynchronous_operations.return_type_of_an_initiating_function"><span class="emphasis"><em>void-or-deduced</em></span></a> <span class="identifier">async_connect</span><span class="special">(</span>
<span class="keyword">const</span> <span class="identifier">endpoint_type</span> <span class="special">&</span> <span class="identifier">peer_endpoint</span><span class="special">,</span>
<span class="identifier">ConnectHandler</span> <span class="identifier">handler</span><span class="special">);</span>
</pre>
<p>
This function is used to asynchronously connect a socket to the specified
remote endpoint. The function call always returns immediately.
</p>
<p>
The socket is automatically opened if it is not already open. If the connect
fails, and the socket was automatically opened, the socket is not returned
to the closed state.
</p>
<h6>
<a name="boost_asio.reference.basic_socket.async_connect.h0"></a>
<span class="phrase"><a name="boost_asio.reference.basic_socket.async_connect.parameters"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.parameters">Parameters</a>
</h6>
<div class="variablelist">
<p class="title"><b></b></p>
<dl class="variablelist">
<dt><span class="term">peer_endpoint</span></dt>
<dd><p>
The remote endpoint to which the socket will be connected. Copies
will be made of the endpoint object as required.
</p></dd>
<dt><span class="term">handler</span></dt>
<dd>
<p>
The handler to be called when the connection operation completes.
Copies will be made of the handler as required. The function signature
of the handler must be:
</p>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">handler</span><span class="special">(</span>
<span class="keyword">const</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">error</span> <span class="comment">// Result of operation</span>
<span class="special">);</span>
</pre>
<p>
Regardless of whether the asynchronous operation completes immediately
or not, the handler will not be invoked from within this function.
Invocation of the handler will be performed in a manner equivalent
to using <code class="computeroutput"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">io_service</span><span class="special">::</span><span class="identifier">post</span><span class="special">()</span></code>.
</p>
</dd>
</dl>
</div>
<h6>
<a name="boost_asio.reference.basic_socket.async_connect.h1"></a>
<span class="phrase"><a name="boost_asio.reference.basic_socket.async_connect.example"></a></span><a class="link" href="async_connect.html#boost_asio.reference.basic_socket.async_connect.example">Example</a>
</h6>
<pre class="programlisting"><span class="keyword">void</span> <span class="identifier">connect_handler</span><span class="special">(</span><span class="keyword">const</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">error</span><span class="special">)</span>
<span class="special">{</span>
<span class="keyword">if</span> <span class="special">(!</span><span class="identifier">error</span><span class="special">)</span>
<span class="special">{</span>
<span class="comment">// Connect succeeded.</span>
<span class="special">}</span>
<span class="special">}</span>
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">endpoint</span> <span class="identifier">endpoint</span><span class="special">(</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">address</span><span class="special">::</span><span class="identifier">from_string</span><span class="special">(</span><span class="string">"1.2.3.4"</span><span class="special">),</span> <span class="number">12345</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">async_connect</span><span class="special">(</span><span class="identifier">endpoint</span><span class="special">,</span> <span class="identifier">connect_handler</span><span class="special">);</span>
</pre>
</div>
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
<td align="left"></td>
<td align="right"><div class="copyright-footer">Copyright © 2003-2016 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="assign/overload2.html"><img src="../../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_socket.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="at_mark.html"><img src="../../../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
Raffys_files/Laravel/laravel-4-doc-chm-master/source/api/class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html
|
rafaelgandi/Raffys-Notepad-plus2
|
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Illuminate\Foundation\Providers\MaintenanceServiceProvider</title>
<script type="text/javascript" src="resources/combined.js"></script>
<script type="text/javascript" src="elementlist.js"></script>
<link rel="stylesheet" type="text/css" media="all" href="resources/style514a.css" />
</head>
<body>
<div id="left">
<div id="menu">
<a href="index-2.html" title="Overview"><span>Overview</span></a>
<div id="groups">
<h3>Namespaces</h3>
<ul>
<li class="active"><a href="namespace-Illuminate.html">Illuminate<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Auth.html">Auth<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Auth.Console.html">Console</a>
</li>
<li><a href="namespace-Illuminate.Auth.Reminders.html">Reminders</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Cache.html">Cache<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Cache.Console.html">Console</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Config.html">Config</a>
</li>
<li><a href="namespace-Illuminate.Console.html">Console</a>
</li>
<li><a href="namespace-Illuminate.Container.html">Container</a>
</li>
<li><a href="namespace-Illuminate.Cookie.html">Cookie</a>
</li>
<li><a href="namespace-Illuminate.Database.html">Database<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Database.Capsule.html">Capsule</a>
</li>
<li><a href="namespace-Illuminate.Database.Connectors.html">Connectors</a>
</li>
<li><a href="namespace-Illuminate.Database.Console.html">Console<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Database.Console.Migrations.html">Migrations</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Database.Eloquent.html">Eloquent<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Database.Eloquent.Relations.html">Relations</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Database.Migrations.html">Migrations</a>
</li>
<li><a href="namespace-Illuminate.Database.Query.html">Query<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Database.Query.Grammars.html">Grammars</a>
</li>
<li><a href="namespace-Illuminate.Database.Query.Processors.html">Processors</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Database.Schema.html">Schema<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Database.Schema.Grammars.html">Grammars</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-Illuminate.Encryption.html">Encryption</a>
</li>
<li><a href="namespace-Illuminate.Events.html">Events</a>
</li>
<li><a href="namespace-Illuminate.Exception.html">Exception</a>
</li>
<li><a href="namespace-Illuminate.Filesystem.html">Filesystem</a>
</li>
<li class="active"><a href="namespace-Illuminate.Foundation.html">Foundation<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Foundation.Console.html">Console</a>
</li>
<li class="active"><a href="namespace-Illuminate.Foundation.Providers.html">Providers</a>
</li>
<li><a href="namespace-Illuminate.Foundation.Testing.html">Testing</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Hashing.html">Hashing</a>
</li>
<li><a href="namespace-Illuminate.Html.html">Html</a>
</li>
<li><a href="namespace-Illuminate.Http.html">Http</a>
</li>
<li><a href="namespace-Illuminate.Log.html">Log</a>
</li>
<li><a href="namespace-Illuminate.Mail.html">Mail</a>
</li>
<li><a href="namespace-Illuminate.Pagination.html">Pagination</a>
</li>
<li><a href="namespace-Illuminate.Queue.html">Queue<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Queue.Connectors.html">Connectors</a>
</li>
<li><a href="namespace-Illuminate.Queue.Console.html">Console</a>
</li>
<li><a href="namespace-Illuminate.Queue.Jobs.html">Jobs</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Redis.html">Redis</a>
</li>
<li><a href="namespace-Illuminate.Routing.html">Routing<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Routing.Console.html">Console</a>
</li>
<li><a href="namespace-Illuminate.Routing.Controllers.html">Controllers</a>
</li>
<li><a href="namespace-Illuminate.Routing.Generators.html">Generators</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Session.html">Session<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Session.Console.html">Console</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Support.html">Support<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Support.Contracts.html">Contracts</a>
</li>
<li><a href="namespace-Illuminate.Support.Facades.html">Facades</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Translation.html">Translation</a>
</li>
<li><a href="namespace-Illuminate.Validation.html">Validation</a>
</li>
<li><a href="namespace-Illuminate.View.html">View<span></span></a>
<ul>
<li><a href="namespace-Illuminate.View.Compilers.html">Compilers</a>
</li>
<li><a href="namespace-Illuminate.View.Engines.html">Engines</a>
</li>
</ul></li>
<li><a href="namespace-Illuminate.Workbench.html">Workbench<span></span></a>
<ul>
<li><a href="namespace-Illuminate.Workbench.Console.html">Console</a>
</li>
</ul></li></ul></li>
<li><a href="namespace-None.html">None</a>
</li>
<li><a href="namespace-PHP.html">PHP</a>
</li>
</ul>
</div>
<hr />
<div id="elements">
<h3>Classes</h3>
<ul>
<li><a href="class-Illuminate.Foundation.Providers.ArtisanServiceProvider.html">ArtisanServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.CommandCreatorServiceProvider.html">CommandCreatorServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.ComposerServiceProvider.html">ComposerServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.KeyGeneratorServiceProvider.html">KeyGeneratorServiceProvider</a></li>
<li class="active"><a href="class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html">MaintenanceServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.OptimizeServiceProvider.html">OptimizeServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.PublisherServiceProvider.html">PublisherServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.RouteListServiceProvider.html">RouteListServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.ServerServiceProvider.html">ServerServiceProvider</a></li>
<li><a href="class-Illuminate.Foundation.Providers.TinkerServiceProvider.html">TinkerServiceProvider</a></li>
</ul>
</div>
</div>
</div>
<div id="splitter"></div>
<div id="right">
<div id="rightInner">
<div id="navigation">
<ul>
<li>
<a href="index-2.html" title="Overview"><span>Overview</span></a>
</li>
<li>
<a href="namespace-Illuminate.Foundation.Providers.html" title="Summary of Illuminate\Foundation\Providers"><span>Namespace</span></a>
</li>
<li class="active">
<span>Class</span> </li>
</ul>
<ul>
<li>
<a href="tree.html" title="Tree view of classes, interfaces, traits and exceptions"><span>Tree</span></a>
</li>
</ul>
<ul>
</ul>
</div>
<div id="content" class="class">
<h1>Class MaintenanceServiceProvider</h1>
<dl class="tree">
<dd style="padding-left:0px">
<a href="class-Illuminate.Support.ServiceProvider.html"><span>Illuminate\Support\ServiceProvider</span></a>
</dd>
<dd style="padding-left:30px">
<img src="resources/inherit.png" alt="Extended by" />
<b><span>Illuminate\Foundation\Providers\MaintenanceServiceProvider</span></b>
</dd>
</dl>
<div class="info">
<b>Namespace:</b> <a href="namespace-Illuminate.html">Illuminate</a>\<a href="namespace-Illuminate.Foundation.html">Foundation</a>\<a href="namespace-Illuminate.Foundation.Providers.html">Providers</a><br />
<b>Located at</b> <a href="source-class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html#7-46" title="Go to source code">Illuminate/Foundation/Providers/MaintenanceServiceProvider.php</a><br />
</div>
<table class="summary" id="methods">
<caption>Methods summary</caption>
<tr data-order="register" id="_register">
<td class="attributes"><code>
public
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_register">#</a>
<code><a href="source-class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html#16-34" title="Go to source code">register</a>( )</code>
<div class="description short">
<p>Register the service provider.</p>
</div>
<div class="description detailed hidden">
<p>Register the service provider.</p>
</div>
</div></td>
</tr>
<tr data-order="provides" id="_provides">
<td class="attributes"><code>
public
array
</code>
</td>
<td class="name"><div>
<a class="anchor" href="#_provides">#</a>
<code><a href="source-class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html#36-44" title="Go to source code">provides</a>( )</code>
<div class="description short">
<p>Get the services provided by the provider.</p>
</div>
<div class="description detailed hidden">
<p>Get the services provided by the provider.</p>
<h4>Returns</h4>
<div class="list">
<code>array</code><br />
</div>
<h4>Overrides</h4>
<div class="list"><code><a href="class-Illuminate.Support.ServiceProvider.html#_provides">Illuminate\Support\ServiceProvider::provides()</a></code></div>
</div>
</div></td>
</tr>
</table>
<table class="summary inherited">
<caption>Methods inherited from <a href="class-Illuminate.Support.ServiceProvider.html#methods">Illuminate\Support\ServiceProvider</a></caption>
<tr>
<td><code>
<a href="class-Illuminate.Support.ServiceProvider.html#___construct">__construct()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_boot">boot()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_commands">commands()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_getAppViewPath">getAppViewPath()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_getClassChain">getClassChain()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_getPackageNamespace">getPackageNamespace()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_guessPackagePath">guessPackagePath()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_isDeferred">isDeferred()</a>,
<a href="class-Illuminate.Support.ServiceProvider.html#_package">package()</a>
</code></td>
</tr>
</table>
<table class="summary" id="properties">
<caption>Properties summary</caption>
<tr data-order="defer" id="$defer">
<td class="attributes"><code>
protected
boolean
</code></td>
<td class="name">
<a href="source-class-Illuminate.Foundation.Providers.MaintenanceServiceProvider.html#9-14" title="Go to source code"><var>$defer</var></a>
</td>
<td class="value"><code><span class="php-keyword1">true</span></code></td>
<td class="description"><div>
<a href="#$defer" class="anchor">#</a>
<div class="description short">
<p>Indicates if loading of the provider is deferred.</p>
</div>
<div class="description detailed hidden">
<p>Indicates if loading of the provider is deferred.</p>
</div>
</div></td>
</tr>
</table>
<table class="summary inherited">
<caption>Properties inherited from <a href="class-Illuminate.Support.ServiceProvider.html#properties">Illuminate\Support\ServiceProvider</a></caption>
<tr>
<td><code>
<a href="class-Illuminate.Support.ServiceProvider.html#$app"><var>$app</var></a>
</code></td>
</tr>
</table>
</div>
<div id="footer">
API documentation generated by <a href="http://apigen.org/">ApiGen 2.8.0</a>
</div>
</div>
</div>
</body>
</html>
|
src/css/layout/grid.css
|
mismith0227/wp-theme-modernize
|
/* grid */
.mdr-columns {
display: block;
@media (--lmd) {
display: flex;
}
&.is-responsive {
@media (--md) {
display: flex;
}
}
&.is-multiline {
flex-wrap: wrap;
}
}
.mdr-column,
.mdr-tile {
flex-grow: 1;
flex-shrink: 1;
@media (--md) {
&.is-2, &.is-3, &.is-4, &.is-5, &.is-6, &.is-7, &.is-8, &.is-9, &.is-10, &.is-11 {
display: block;
width: 100%;
}
}
@media (--lmd) {
&.is-2, &.is-3, &.is-4, &.is-5, &.is-6, &.is-7, &.is-8, &.is-9, &.is-10, &.is-11 {
flex: none;
}
&.is-2 {
width: 16.66667%;
}
&.is-3 {
width: 25%;
}
&.is-4 {
width: 33.33333%;
}
&.is-5 {
width: 41.66667%;
}
&.is-6 {
width: 50%;
}
&.is-7 {
width: 58.33333%;
}
&.is-8 {
width: 66.66667%;
}
&.is-9 {
width: 75%;
}
&.is-10 {
width: 83.33333%;
}
&.is-11 {
width: 91.66667%;
}
}
}
.mdr-column {
display: block;
flex-basis: 0;
padding: 10px;
}
.mdr-tile {
display: block;
@media (--lmd) {
display: flex;
align-items: stretch;
flex-basis: auto;
min-height: min-content;
}
&.is-vertical {
flex-direction: column;
}
}
|
doc/html/asteriskmanager.html
|
muromec/qtopia-ezx
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>AsteriskManager Class Reference</title>
<link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><img src="images/qpelogo.png" align="left" width="32" height="32" border="0" /></td>
<td width="1"> </td><td class="postheader" 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="groups.html"><font color="#004faf">Grouped Classes</font></a> · <a href="annotated.html"><font color="#004faf">Annotated</font></a> · <a href="functions.html"><font color="#004faf">Functions</font></a></td>
<td align="right" valign="top"><img src="images/codeless.png" align="right" border="0" /></td></tr></table><h1 class="title">AsteriskManager Class Reference</h1>
<p>The AsteriskManager class maintains information about the active Asterisk telephony service. <a href="#details">More...</a></p>
<pre> #include <AsteriskManager></pre><p>Inherits <a href="qabstractcallpolicymanager.html">QAbstractCallPolicyManager</a>.</p>
<ul>
<li><a href="asteriskmanager-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h3>Public Functions</h3>
<ul>
<li><div class="fn"/><b><a href="asteriskmanager.html#AsteriskManager">AsteriskManager</a></b> ( QObject * <i>parent</i> = 0 )</li>
<li><div class="fn"/><b><a href="asteriskmanager.html#dtor.AsteriskManager">~AsteriskManager</a></b> ()</li>
</ul>
<ul>
<li><div class="fn"/>8 public functions inherited from <a href="qabstractcallpolicymanager.html#public-functions">QAbstractCallPolicyManager</a></li>
<li><div class="fn"/>29 public functions inherited from <a href="qobject.html#public-functions">QObject</a></li>
</ul>
<h3>Additional Inherited Members</h3>
<ul>
<li><div class="fn"/>1 property inherited from <a href="qobject.html#properties">QObject</a></li>
<li><div class="fn"/>1 public slot inherited from <a href="qobject.html#public-slots">QObject</a></li>
<li><div class="fn"/>1 signal inherited from <a href="qabstractcallpolicymanager.html#signals">QAbstractCallPolicyManager</a></li>
<li><div class="fn"/>1 signal inherited from <a href="qobject.html#signals">QObject</a></li>
<li><div class="fn"/>1 public type inherited from <a href="qobject.html#public-variables">QObject</a></li>
<li><div class="fn"/>4 static public members inherited from <a href="qobject.html#static-public-members">QObject</a></li>
<li><div class="fn"/>7 protected functions inherited from <a href="qobject.html#protected-functions">QObject</a></li>
<li><div class="fn"/>2 protected variables inherited from <a href="qobject.html#protected-variables">QObject</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The AsteriskManager class maintains information about the active Asterisk telephony service.</p>
<p>This class provides access to some of the common facilities of the <tt>asterisk</tt> telephony service, if it is running within the system, to ease the implementation of Asterisk-specific user interfaces in the server. The telephony service itself is started by <a href="phoneserver.html">PhoneServer</a> at system start up.</p>
<p>This class is part of the Qtopia server and cannot be used by other Qtopia applications.</p>
<p>See also <a href="phoneserver.html">PhoneServer</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<h3 class="fn"><a name="AsteriskManager"></a>AsteriskManager::AsteriskManager ( <a href="qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
<p>Create a new Asterisk telephony service manager and attach it to <i>parent</i>.</p>
<h3 class="fn"><a name="dtor.AsteriskManager"></a>AsteriskManager::~AsteriskManager ()</h3>
<p>Destroys this Asterisk telephony service manager.</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td align="left">Copyright © 2008 Trolltech</td>
<td align="center"><a href="trademarks.html">Trademarks</a></td>
<td align="right"><div align="right">Qtopia 4.3.4</div></td>
</tr></table></div></address></body>
</html>
|
webroot/LigatureSymbols/style.css
|
adrianquirozf0/omsa
|
@charset 'UTF-8';
@font-face {
font-family: 'LigatureSymbols';
src: url('LigatureSymbols-2.07.eot');
src: url('LigatureSymbols-2.07.eot?#iefix') format('embedded-opentype'),
url('LigatureSymbols-2.07.woff') format('woff'),
url('LigatureSymbols-2.07.ttf') format('truetype'),
url('LigatureSymbols-2.07.svg#LigatureSymbols') format('svg');
font-weight: normal;
font-style: normal;
}
.lsf {
font-family: 'LigatureSymbols';
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-font-feature-settings: "liga" 1, "dlig" 1;
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga" 1, "dlig" 1;
-o-font-feature-settings: "liga" 1, "dlig" 1;
font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
content:attr(title);
margin-right:0.3em;
font-size:130%;
font-family: 'LigatureSymbols';
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-font-feature-settings: "liga" 1, "dlig" 1;
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga" 1, "dlig" 1;
-o-font-feature-settings: "liga" 1, "dlig" 1;
font-feature-settings: "liga" 1, "dlig" 1;
}
/* RESET */
html, body,
div,
ul, ol, li,
dl, dt, dd, td, th,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote, fieldset,
form, input, button, textarea {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6,
pre, code, address, caption, cite, code,
em, strong, th {
font-size: 1.0em;
font-weight: normal;
font-style: normal;
}
ul, ol, li {
list-style: none;
}
fieldset, img {
border: none;
}
img {
-ms-interpolation-mode: bicubic;
}
caption, th {
text-align: left;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input,textarea,select {
font-family: inherit;
font-size: inherit;
font-weight: inherit;
}
input,textarea,select {
*font-size: 100%;
}
button {
background-color: transparent;
text-decoration: none;
}
label {
cursor: pointer;
}
/* IEPNGFIX */
img { behavior: url(lib/iepngfix.htc); }
.main-image {
position:absolute;
top:-1000px;
width:400px;
}
/* ELEMENT */
body {
clear: both;
background-color: #ffffff;
text-align: center;
color: #333;
font-size: 16px;
font-weight: normal;
font-style: normal;
line-height: 1.5;
font-family :
Meiryo,
'メイリオ',
'Lucida Grande',
Verdana,
'Hiragino Kaku Gothic Pro',
'ヒラギノ角ゴ Pro W3',
'MS Pゴシック',
'MS P Gothic',
sans-serif;
}
a {
color: #006DBE;
font-weight: normal;
font-style: normal;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
html{
font-size:100%;
-webkit-text-size-adjust:100%;
-ms-text-size-adjust:100%;
-webkit-font-smoothing:antialiased;
text-align:center;
}
#body {
width:900px;
margin:0 auto;
}
#copyright {
margin:60px 0 20px;
text-align:center;
font-size:14px;
}
#copyright,
#copyright a {
color:#ccc;
}
h1 {
margin:60px 0 0px;
font-size:48px;
}
h2 {
clear:both;
padding:60px 7px 2px;
margin-bottom:30px;
border-bottom:1px solid #ccc;
text-align:left;
font-size:20px;
font-weight:bold;
}
p {
margin:10px 0;
color:#999;
text-align:left;
}
.lsf-input {
margin:60px 0 40px;
font-size:48px;
text-align:center;
}
.lsf-input input {
width:860px;
padding:10px 20px;
border:1px solid #ccc;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
text-align:center;
-webkit-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1);
-moz-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1);
-ms-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1);
-o-box-shadow:inset 0 2px 6px rgba(0,0,0,0.1);
box-shadow:inset 0 2px 6px rgba(0,0,0,0.1);
}
.lsf-input::-webkit-input-placeholder {
text-align:center;
}
.table {
float:left;
width:420px;
}
.table:nth-child(2n-1) {
float:right;
}
.table table {
width:100%;
}
.table td,
.table th {
vertical-align:middle;
}
.table tr:nth-child(2n) th,
.table tr:nth-child(2n) td {
background:#f0f0f0;
}
.table th {
padding-bottom:5px;
text-align:center;
font-size:12px;
color:#999;
}
.table td.symbol {
width:60px;
font-size:36px;
text-align:center;
}
.table td.ligature {
text-align:left;
padding-left:10px;
}
.table td.unicode {
width:100px;
border-left:2px solid #fff;
}
.lsf-html,
.lsf-css {
overflow:auto;
width:860px;
min-height:170px;
padding:20px;
border:1px solid #ddd;
font-size:14px;
text-align:left;
background:#f9f9f9;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
-webkit-overflow-scrolling:touch;
}
.lsf-css {
min-height:940px;
margin-top:10px;
}
.download {
min-height:170px;
}
.download-button {
display:inline-block;
padding:2px 30px 10px;
font-size:25px;
color: #666;
-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
-moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
-ms-box-shadow:0 1px 3px rgba(0,0,0,0.3);
-o-box-shadow:0 1px 3px rgba(0,0,0,0.3);
box-shadow:0 1px 3px rgba(0,0,0,0.3);
-webkit-border-radius:10px;
-moz-border-radius:10px;
-ms-border-radius:10px;
-o-border-radius:10px;
border-radius:10px;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-ms-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f6f6));
background: linear-gradient(top, #fff #f6f6f6);
background: -webkit-linear-gradient(top, #fff #f6f6f6);
background: -moz-linear-gradient(top, #fff #f6f6f6);
background: -ms-linear-gradient(top, #fff #f6f6f6);
background: -o-linear-gradient(top, #fff #f6f6f6);
}
.download-button:hover {
color: #006DBE;
text-decoration:none;
-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.3);
-moz-box-shadow:0 3px 9px rgba(0,0,0,0.3);
-ms-box-shadow:0 3px 9px rgba(0,0,0,0.3);
-o-box-shadow:0 3px 9px rgba(0,0,0,0.3);
box-shadow:0 3px 9px rgba(0,0,0,0.3);
}
.download-button:active {
margin-top:3px;
color: #333;
-webkit-transition:0s;
-moz-transition:0s;
transition:0s;
-webkit-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2);
-moz-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2);
-ms-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2);
-o-box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2);
box-shadow:0 0px 2px rgba(0,0,0,0.5), inset 0 2px 2px rgba(0,0,0,0.2);
background: #f0f0f0;
background: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f0f0f0));
background: linear-gradient(top, #fcfcfc #f0f0f0);
background: -webkit-linear-gradient(top, #fcfcfc #f0f0f0);
background: -moz-linear-gradient(top, #fcfcfc #f0f0f0);
background: -ms-linear-gradient(top, #fcfcfc #f0f0f0);
background: -o-linear-gradient(top, #fcfcfc #f0f0f0);
}
.download-button span {
display:block;
font-size:13px;
}
.profile {
overflow:hidden;
}
.profile-image {
float:left;
width:120px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
opacity:0.8;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-ms-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
}
.profile-image:hover {
opacity:1;
}
.profile-text {
float:left;
width:400px;
margin-top:5px;
margin-left:40px;
}
.profile-text h3 {
font-size:24px;
text-align:left;
}
.profile-text h3 span {
font-size:18px;
color:#999;
}
.profile-acount {
float:left;
padding-left:80px;
margin-left:60px;
border-left:1px solid #eee;
text-align:left;
}
.profile-acount li {
padding:1px 0;
}
.profile-acount li a {
font-size:16px;
}
@media (max-width: 900px){
#body {
width:100%;
margin:0 auto 20px;
font-size:14px;
}
h1 {
margin-top:15px;
font-size:24px;
}
h2 {
padding:50px 10px 2px;
margin-bottom:10px;
}
p {
margin-left:10px;
margin-right:10px;
}
.name {
font-size:12px;
}
.lsf-input {
margin:15px 0 25px;
font-size:22px;
}
.lsf-input input {
width:80%;
margin:0 5%;
padding-left:5%;
padding-right:5%;
}
.table {
float:none !important;
width:100%;
}
.table th {
font-size:8px;
}
.table td.symbol {
width:60px;
font-size:32px;
}
.table td.ligature {
padding-left:5px;
}
.table td.unicode {
width:70px;
font-size:11px;
}
.lsf-html, .lsf-css {
width:80%;
min-height:80px;
max-height:80px;
margin:5px 5%;
padding-left:5%;
padding-right:5%;
}
.profile-image {
width:48px;
margin:0 10px;
}
.profile-text {
float:none;
width:auto;
margin:0 10px 0 0;
}
.profile-text h3 {
font-size:18px;
}
.profile-text h3 span {
display:block;
font-size:12px;
}
.profile-acount {
width:100%;
padding:0;
margin:20px 0 0;
border:0;
border-top:1px solid #ddd;
}
.profile-acount li {
border-bottom:1px solid #ddd;
}
.profile-acount li a {
display:block;
padding:10px 20px;
color:#555;
font-size:20px;
background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
background: linear-gradient(top, #fff #f0f0f0);
background: -webkit-linear-gradient(top, #fff #f0f0f0);
background: -moz-linear-gradient(top, #fff #f0f0f0);
background: -ms-linear-gradient(top, #fff #f0f0f0);
background: -o-linear-gradient(top, #fff #f0f0f0);
}
.profile-acount li a:after {
content:"right";
float:right;
color:#999;
line-height:1.7;
font-size:120%;
font-family: 'LigatureSymbols';
text-shadow:0 2px 0 #fff;
-webkit-text-rendering: optimizeLegibility;
-moz-text-rendering: optimizeLegibility;
-ms-text-rendering: optimizeLegibility;
-o-text-rendering: optimizeLegibility;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-ms-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
-webkit-font-feature-settings: "liga" 1, "dlig" 1;
-moz-font-feature-settings: "liga=1, dlig=1";
-ms-font-feature-settings: "liga" 1, "dlig" 1;
-o-font-feature-settings: "liga" 1, "dlig" 1;
font-feature-settings: "liga" 1, "dlig" 1;
}
#copyright {
margin:20px 0;
font-size:10px;
}
}
|
modules/mod_tabs_gk4/admin/style.css
|
emelynelisboa/studiosummo
|
::-moz-selection {
background: #415e7f;
color: #fff
}
::selection { background: #415e7f; color: #fff }
#jform_params_about_us-lbl,
#jform_params_tabs_data-lbl,
#jform_params___field1-lbl,
#invisible { display: none; }
.switcher-on,
.switcher-off { width:94px; height:27px; background:transparent url('switcher.png') no-repeat 0 0; cursor:pointer; float: left; margin-top: 3px; }
.switcher-off { background-position:-94px 0; }
span.unit { line-height:34px; }
span.readonly { padding: 20px; font-family: Arial; font-size:13px !important; font-weight: normal !important; text-align: justify; color: #4d4d4d; line-height: 24px; }
span.readonly h1 { clear:both; font-family: Georgia, sans-serif; font-size:38px; margin:30px 20px 23px; padding:0px 0px 24px 10px; color:#333; border-bottom: 1px solid #eee; font-weight: normal; }
span.readonly p { margin: 0 26px 10px }
span.readonly p a { color: #2F4C6D }
span.readonly p.homepage { margin-top: 30px }
span.readonly p.license { border-top: 1px solid #eee; font-size: 11px; margin: 30px 26px 0; padding: 6px 0; }
/* togglers */
.pane-sliders .panel { border: none !important; }
div.panel > h3 { height: 43px; background: transparent url('interface.png') repeat-x 0 0 !important; border: 1px solid #d8d8d8; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; font: bold 12px/43px Arial, Helvetica, sans-serif; text-transform: uppercase; }
div.panel > h3 a { color: #333; text-shadow: 0 1px 1px #fff; }
div.panel > h3 a:hover,
div.panel h3.pane-toggler-down a { color: #415e7f }
div.panel h3.pane-toggler-down { border-bottom: 4px solid #415e7f !important }
.pane-toggler span { background: transparent url('j_arrow.png') no-repeat 5px 50% !important; }
.pane-toggler-down span { background: transparent url('j_arrow_down.png') no-repeat 5px 50% !important; }
.pane-sliders .content { margin: 4px auto; width: 99%; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
.gkHelpLink { float: right !important; width: 22px; height: 21px; cursor: pointer; margin: 11px 12px 0 10px; background: transparent url('interface.png') repeat-x 0 -70px !important; }
a:hover.gkHelpLink { background-position: 0 -47px !important; }
/* form elements in the container */
.panel fieldset.panelform > ul > li > label { color: #444; font-size: 11px; font-weight: bold; height: 24px; line-height: 24px; padding: 0 20px 0 10px; text-align: right; max-width: 30%!important; min-width: 30%!important; }
.panel fieldset.panelform > ul > li fieldset { line-height:28px; }
fieldset.panelform input { height: 16px; color: #555; line-height: 16px; padding: 4px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
fieldset.panelform input.small { width: 40px; }
fieldset.panelform input.tright { text-align: right; }
fieldset.panelform input[type=button] { height: 26px; line-height: 26px; }
fieldset.panelform select { height: 26px; color: #555; line-height: 24px; padding: 4px; font-size:11px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
fieldset.panelform select.position { width: 80px!important; }
fieldset.panelform textarea { padding: 4px; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; }
fieldset.panelform select[multiple=multiple] { height: 150px; }
.fltrt ul.adminformlist li { overflow: hidden; border-bottom: 1px solid #eee; padding: 1px 10px; margin: 0; }
fieldset.panelform .label { font-size: 11px; font-weight: bold; width: auto; padding: 0 5px; line-height:34px; }
fieldset.panelform .desc { font-size: 11px; font-weight: normal; width: auto; padding: 10px; }
/* tabs manager */
#gk_tab_add_header,
.gk_tab_item .gk_tab_item_desc { background: #f8fbff url('interface.png') repeat-x 0 -90px; line-height: 38px; font-weight: bold; height: 38px; font-size: 12px; padding: 0 10px; margin: 21px 0 0; border: 1px solid #d2dbe5; border-top-color: #dee8f5; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
.gk_tab_edit_submit a,
.gk_tab_add_submit a,
#gk_tab_add_header a { background: #415e7f; display: block; float: right; height: 22px; line-height: 22px; text-transform:uppercase; color: #fff!important; font-size: 10px; padding: 0 14px; font-weight: bold; margin-top: 7px; border-radius: 26px; -moz-border-radius: 26px; -webkit-border-radius: 26px; }
#gk_tab_add_header a { background: #fff; color: #415e7f !important; border: 1px solid #d2dbe5; }
.gk_tab_edit_submit a:hover,
.gk_tab_add_submit a:hover { background: #222; text-decoration:none; }
#gk_tab_add_header a:hover { background: #415E7F; border: none; color: #fff!important; text-decoration:none; }
.gk_tab_editor_scroll > div,
.gk_tab_add { margin: 0 5px; background: #fbfbfb; overflow: hidden; padding: 10px; }
.gk_tab_editor_scroll label,
.gk_tab_add label { color: #444; font-size: 11px; font-weight: bold; height: 24px; line-height: 24px; padding: 0 20px 0 10px; text-align: right; min-width: 20%!important; max-width: 20%!important; }
.gk_tab_editor_scroll textarea,
.gk_tab_add textarea { width: 65%; height: 100px; }
.gk_tab_editor_scroll .gk_tab_edit_content_module,
.gk_tab_add .gk_tab_add_content_module { display: none; }
.gk_tab_edit_submit,
.gk_tab_add_submit { clear: both; padding: 10px; }
.gk_tab_edit_submit a,
.gk_tab_add_submit a { float: none; margin: 0 4px; display: inline-block; color:#fff; }
.gk_tab_edit_submit a:first-child,
.gk_tab_add_submit a:first-child { margin-left: 30px; }
.gk_tab_edit_submit,
.gk_tab_add_submit { padding-left: 20%; }
.gk_tab_editor_scroll,
#gk_tab_add_form .height_scroll { overflow: hidden; height: 0; }
.gk_tab_item .gk_tab_item_desc { background: #fdfeff url('interface.png') repeat-x 0 -128px; clear: both; margin: 6px 0 0; font-size: 11px; cursor: pointer; }
.gk_tab_item_order_up,
.gk_tab_item_order_down { display: block; float: right; margin: 10px 0 0 4px; width: 16px; height: 16px; background: url('icons.png') no-repeat -32px 0; cursor: pointer }
.gk_tab_item_order_up:hover { background-position: -48px 0; }
.gk_tab_item_order_down { background-position: 0 0; }
.gk_tab_item_order_down:hover { background-position: -16px 0; }
.gk_tab_item_access,
.gk_tab_item_type,
.gk_tab_item_state { float: right; margin: 0 16px 0 0; width: 40px; font-weight: normal}
#gkDemoLink { color: #415e7f; line-height: 36px; margin: 0 0 0 10px; }
#gkDemoLink:hover { text-decoration:none; color: #222; }
#jform_params_tabs_data { display: none; }
.gk_tab_item_desc a { display: block; float: right; height: 19px; width: 19px; margin: 9px 5px 0 0; background: url('icons.png') no-repeat -64px 0; text-indent: -9999em; }
.gk_tab_item_desc a:hover.gk_tab_item_edit { background-position: -83px 0 }
.gk_tab_item_desc a.gk_tab_item_remove { background-position: -102px 0 }
.gk_tab_item_desc a:hover.gk_tab_item_remove { background-position: -121px 0 }
.gk_tab_item_state { float: right; width: 18px; height: 19px; margin-top: 10px; background: url('icons.png') no-repeat -140px 0; cursor: pointer }
.gk_tab_item_state.published:hover { background-position: -176px 0; }
.gk_tab_item_state.unpublished { background-position: -158px 0; }
/* Updates */
#gk_module_updates { margin: 20px -10px 0; border-right: 1px solid #eee }
#gk_module_updates li { margin: 0; padding: 0; border: none; line-height: 34px; color: #555; border-top: 1px solid #eee }
#gk_module_updates li span strong { padding: 0 12px 0 0 }
#gk_module_updates li span { display: block; float: left; height: 34px; line-height: 34px; padding: 0 0 0 20px; border-left: 1px solid #eee }
span.gk_update_version { width: 110px; background: #f5faff; }
span.gk_update_data { width: 150px; background: #f9f9f9; }
span.gk_update_link a { padding: 4px 12px; -moz-border-radius: 26px; background: #415e7f; text-transform: uppercase; font: bold 10px Arial, Helvetica, sans-serif; color: #fff; line-height: 34px; }
span.gk_update_link a:hover { background: #222; text-decoration: none; }
#gk_module_updates p { color: #555 }
|
web/WEB-INF/classes/gwt-2.6.0/doc/javadoc/com/google/gwt/editor/ui/client/adapters/package-tree.html
|
JakaCikac/dScrum
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<TITLE>
com.google.gwt.editor.ui.client.adapters Class Hierarchy (Google Web Toolkit Javadoc)
</TITLE>
<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="com.google.gwt.editor.ui.client.adapters Class Hierarchy (Google Web Toolkit Javadoc)";
}
}
</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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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>
GWT 2.6.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../com/google/gwt/editor/ui/client/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../com/google/gwt/event/dom/client/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/google/gwt/editor/ui/client/adapters/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
Hierarchy For Package com.google.gwt.editor.ui.client.adapters
</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="../../../../../../../overview-tree.html">All Packages</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.Object<UL>
<LI TYPE="circle">com.google.gwt.editor.ui.client.adapters.<A HREF="../../../../../../../com/google/gwt/editor/ui/client/adapters/HasTextEditor.html" title="class in com.google.gwt.editor.ui.client.adapters"><B>HasTextEditor</B></A> (implements com.google.gwt.editor.client.<A HREF="../../../../../../../com/google/gwt/editor/client/LeafValueEditor.html" title="interface in com.google.gwt.editor.client">LeafValueEditor</A><T>)
<LI TYPE="circle">com.google.gwt.editor.client.adapters.<A HREF="../../../../../../../com/google/gwt/editor/client/adapters/TakesValueEditor.html" title="class in com.google.gwt.editor.client.adapters"><B>TakesValueEditor</B></A><T> (implements com.google.gwt.editor.client.<A HREF="../../../../../../../com/google/gwt/editor/client/LeafValueEditor.html" title="interface in com.google.gwt.editor.client">LeafValueEditor</A><T>)
<UL>
<LI TYPE="circle">com.google.gwt.editor.ui.client.adapters.<A HREF="../../../../../../../com/google/gwt/editor/ui/client/adapters/ValueBoxEditor.html" title="class in com.google.gwt.editor.ui.client.adapters"><B>ValueBoxEditor</B></A><T> (implements com.google.gwt.editor.client.<A HREF="../../../../../../../com/google/gwt/editor/client/HasEditorDelegate.html" title="interface in com.google.gwt.editor.client">HasEditorDelegate</A><T>)
</UL>
</UL>
</UL>
<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"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT> </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>
GWT 2.6.0</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../com/google/gwt/editor/ui/client/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../../../com/google/gwt/event/dom/client/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../../../index.html?com/google/gwt/editor/ui/client/adapters/package-tree.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-tree.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>
|
css/gridstack.css
|
NeAn-nodejs-dashboard/frontend
|
:root .grid-stack-item > .ui-resizable-handle {
filter: none;
}
.grid-stack {
position: relative;
background: white;
}
.grid-stack .grid-stack-placeholder > .placeholder-content {
border: 1px dashed lightgray;
margin: 0;
position: absolute;
top: 0;
left: 10px;
right: 10px;
bottom: 0;
width: auto;
z-index: 0 !important;
}
.grid-stack > .grid-stack-item {
min-width: 8.33333333%;
position: absolute;
padding: 0;
}
.grid-stack > .grid-stack-item > .grid-stack-item-content {
margin: 0;
position: absolute;
top: 0;
left: 11px;
right: 11px;
bottom: 0;
width: auto;
z-index: 0 !important;
overflow-x: hidden;
overflow-y: auto;
color: #2c3e50;
background-color: #e6e6e6;
text-align: center;
}
.grid-stack > .grid-stack-item > .ui-resizable-handle {
position: absolute;
font-size: 0.1px;
display: block;
-ms-touch-action: none;
touch-action: none;
}
.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle, .grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
display: none;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
z-index: 100;
}
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
opacity: 0.8;
}
.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
text-align: right;
color: gray;
padding: 2px 3px 0 0;
margin: 0;
font: normal normal normal 10px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.grid-stack > .grid-stack-item > .ui-resizable-se::before,
.grid-stack > .grid-stack-item > .ui-resizable-sw::before {
content: "\f065";
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
display: inline-block;
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);
}
.grid-stack > .grid-stack-item > .ui-resizable-nw {
cursor: nw-resize;
width: 20px;
height: 20px;
left: 10px;
top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-n {
cursor: n-resize;
height: 10px;
top: 0;
left: 25px;
right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-ne {
cursor: ne-resize;
width: 20px;
height: 20px;
right: 10px;
top: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-e {
cursor: e-resize;
width: 10px;
right: 10px;
top: 15px;
bottom: 15px;
}
.grid-stack > .grid-stack-item > .ui-resizable-se {
cursor: se-resize;
width: 20px;
height: 20px;
right: 10px;
bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-s {
cursor: s-resize;
height: 10px;
left: 25px;
bottom: 0;
right: 25px;
}
.grid-stack > .grid-stack-item > .ui-resizable-sw {
cursor: sw-resize;
width: 20px;
height: 20px;
left: 10px;
bottom: 0;
}
.grid-stack > .grid-stack-item > .ui-resizable-w {
cursor: w-resize;
width: 10px;
left: 10px;
top: 15px;
bottom: 15px;
}
.grid-stack > .grid-stack-item[data-gs-width='1'] {
width: 8.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='1'] {
left: 8.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
min-width: 8.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
max-width: 8.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='2'] {
width: 16.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='2'] {
left: 16.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
min-width: 16.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
max-width: 16.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='3'] {
width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-x='3'] {
left: 25%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
min-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
max-width: 25%;
}
.grid-stack > .grid-stack-item[data-gs-width='4'] {
width: 33.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='4'] {
left: 33.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
min-width: 33.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
max-width: 33.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='5'] {
width: 41.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='5'] {
left: 41.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
min-width: 41.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
max-width: 41.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='6'] {
width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-x='6'] {
left: 50%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
min-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
max-width: 50%;
}
.grid-stack > .grid-stack-item[data-gs-width='7'] {
width: 58.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='7'] {
left: 58.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
min-width: 58.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
max-width: 58.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='8'] {
width: 66.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='8'] {
left: 66.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
min-width: 66.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
max-width: 66.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='9'] {
width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-x='9'] {
left: 75%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
min-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
max-width: 75%;
}
.grid-stack > .grid-stack-item[data-gs-width='10'] {
width: 83.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-x='10'] {
left: 83.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
min-width: 83.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
max-width: 83.33333333%;
}
.grid-stack > .grid-stack-item[data-gs-width='11'] {
width: 91.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-x='11'] {
left: 91.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
min-width: 91.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
max-width: 91.66666667%;
}
.grid-stack > .grid-stack-item[data-gs-width='12'] {
width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-x='12'] {
left: 100%;
}
.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
min-width: 100%;
}
.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
max-width: 100%;
}
.grid-stack.grid-stack-animate, .grid-stack.grid-stack-animate .grid-stack-item {
-webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
-moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
-ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
-o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}
.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging, .grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing, .grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
-webkit-transition: left 0s, top 0s, height 0s, width 0s;
-moz-transition: left 0s, top 0s, height 0s, width 0s;
-ms-transition: left 0s, top 0s, height 0s, width 0s;
-o-transition: left 0s, top 0s, height 0s, width 0s;
transition: left 0s, top 0s, height 0s, width 0s;
}
/** Uncomment this to show bottom-left resize handle **/
/*
.grid-stack > .grid-stack-item > .ui-resizable-sw {
display: inline-block;
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
@include vendor(transform, rotate(180deg));
}
*/
@media (max-width: 768px) {
.grid-stack-item {
position: relative !important;
width: auto !important;
left: 0 !important;
top: auto !important;
margin-bottom: 20px;
}
.grid-stack-item .ui-resizable-handle {
display: none;
}
.grid-stack {
height: auto !important;
}
}
|
Documentation/html/classc_spell_comps-members.html
|
drudgedance/UAS2
|
<!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>UAS2: Member List</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.6.2 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li class="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Class Members</span></a></li>
</ul>
</div>
</div>
<div class="contents">
<h1>cSpellComps Member List</h1>This is the complete list of members for <a class="el" href="classc_spell_comps.html">cSpellComps</a>, including all inherited members.<table>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#a2938751a312804522db723e8120808c1">Action</a>(cClient *who)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>AdjustBar</b>(DWORD dwGUID, DWORD F7B0Sequence) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Animation</b>(WORD wAnim, float flPlaySpeed) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Animation</b>(WORD wAnim, float flPlaySpeed, BYTE bActivity) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#a3956c03c527b8c82c8420fe7a61c865f">Assess</a>(cClient *pcAssesser)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Attack</b>(cClient *pcAttacker, float flDamageSlider, DWORD F7B0Sequence) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>CalculateDamage</b>(int strength, float flPower, float flResistance) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ChangeCombatMode</b>(bool fMode) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_object.html#a880a13339708597d53cfed35471dd9af">cObject</a>(cLocation *pcLoc)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_object.html#ae98752182985569372cc076132432d78">cObject</a>()</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>CombatAnimation</b>(DWORD dwTarget, WORD wAttackAnim) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>CoordLoc</b>(float dNS, float dEW) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#a0da78670ab3ef6a3aa2ef2c5f21e8362">CreatePacket</a>()</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [virtual]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#acfa1abea8a8c83cd8a0679c1b1832196">CreatePacketContainer</a>(DWORD Container, DWORD ItemModelID)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td></td></tr>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#ac83bf59d907fc1a7ab5ea4a3f80f764e">cSpellComps</a>(DWORD dwGUID, cLocation &Loc, DWORD dwModel, float flScale, BOOL fSolid, DWORD dwIcon, std::string strName, std::string strDescription)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline]</code></td></tr>
<tr class="memlist"><td><a class="el" href="classc_spell_comps.html#a82459e7a97881d1bea0ffbf11286ee40">cSpellComps</a>(DWORD dwGUID, DWORD dwContainer, DWORD dwModel, DWORD dwIcon, std::string strName, std::string strDescription, DWORD dwValue, WORD wStack, WORD wWeight)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>cSpellComps</b>() (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>EstimateLoc</b>(float flHeading, float flSpeed, float flDistToTarget, float flTime) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetContainer</b>(DWORD dwGUID) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetContainerID</b>() (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetGUID</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetHeadingTarget</b>(DWORD dwTargetLandblock, float flTarX, float flTarY, float flTarZ) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetItemModelID</b>() (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline, virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetMonsterModelID</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline, virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetRange</b>(DWORD dwTargetLandblock, float flTarX, float flTarY, float flTarZ) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetState</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>GetType</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>IsStatic</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>item_type</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>LocationPacket</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bIdleAnim</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bInventorySequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bPaletteChange</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bStatSequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bWearPaletteChange</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_bWearSeq</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwActivate_Req_Skill_Level</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwActivate_Req_SkillID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwAmount</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwArmor_Level</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwChase</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwConfirmSequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwContainer</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwDecay</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwDoorState</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwExp_Value</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwF7B0Sequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwFlagCount</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwGUID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwHouseGUID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwInfluence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwItemModelID</b> (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwMode</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwModel</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwMonsterModel</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwObjectFlags1</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwObjectFlags2</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwOwnerID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwQuantity</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwReSpawn</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwSpellID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwSpellModel</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwValue</b> (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_dwVitalID</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fApproachDistance</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fCombatMode</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fDeadOrAlive</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fEquipped</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fIsCasting</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fIsOwned</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_flScale</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Acid</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Bludgeon</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Cold</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Electric</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Fire</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Piercing</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fProt_Slashing</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fSelectable</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_fStatic</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_HRLoc</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_intColor</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_Location</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_LSLoc</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_lstEnchantments</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_SpawnLoc</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_strDescription</b> (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_strName</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_vectorPal</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_Velocity</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wCurAnim</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_WearVectorPal</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wIcon</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wMeleeSequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wModelSeq</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wNumAnims</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wNumEquips</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wNumLogins</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wNumPortals</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wPaletteVector</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wPortalMode</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wPositionSequence</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wStack</b> (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wStackLimit</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wState</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wUses</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wWearPaletteVector</b> (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>m_wWeight</b> (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [protected]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>MoveTarget</b>(cClient *pcWho) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>MoveToTarget</b>(cClient *pcWho) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>Name</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>RemoveObj</b>(DWORD dwGUID) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [static]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ReSpawn</b>(cObject *pcObject) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>ReturnToSpawn</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetGUID</b>(cObject *pcObj, DWORD nGUID) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetLocation</b>(double dNS, double dEW) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetLocation</b>(cLocation &Loc) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetLocation</b>(cLocation *pcLoc) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetLocation</b>(DWORD dwLandBlock, float flX, float flY, float flZ, float flA, float flW) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetPosition</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetSpawnLoc</b>(cLocation *pcLoc) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetSpawnLoc</b>(cLocation &Loc) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetState</b>(int state) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetStatic</b>(BOOL state) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SetType</b>(int type) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>SpellAttack</b>(cClient *pcAttacker, cObject *pcWarSpell, DWORD F7B0Sequence) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>TokenlessName</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>TurnToTarget</b>(float flHeading, DWORD dwTargetGUID) (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>~cObject</b>() (defined in <a class="el" href="classc_object.html">cObject</a>)</td><td><a class="el" href="classc_object.html">cObject</a></td><td><code> [inline, virtual]</code></td></tr>
<tr bgcolor="#f0f0f0"><td><b>~cSpellComps</b>() (defined in <a class="el" href="classc_spell_comps.html">cSpellComps</a>)</td><td><a class="el" href="classc_spell_comps.html">cSpellComps</a></td><td><code> [inline, virtual]</code></td></tr>
</table></div>
<hr size="1"/><address style="text-align: right;"><small>Generated by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.2 </small></address>
</body>
</html>
|
wp-content/plugins/bb-plugin/css/fl-icon-selector.css
|
isabisa/nccdi
|
.fl-lightbox-wrap.fl-icon-selector {
z-index: 1000111;
}
.fl-icon-selector .fl-lightbox {
height: 100%;
}
.fl-icons-filter {
height: auto !important;
margin: 0 !important;
position: absolute !important;
right: 0px;
top: 0px;
padding: 10px 16px;
display: flex;
flex-direction: row;
}
.fl-icons-filter select {
vertical-align: middle;
width: 195px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
box-sizing: border-box;
color: #000;
border: 2px solid #e4e7ea !important;
border-right: none !important;
margin: 0;
padding: 2px 10px;
background: white url("../img/svg/select-arrow-down-alt2.svg") no-repeat center right 10px !important;
flex: 1 1 195px;
border-radius:0px;
}
.fl-icons-filter input[type="text"] {
line-height: 18px;
vertical-align: middle;
width: 160px;
flex: 1 1 160px;
border: 2px solid #e4e7ea !important;
border-radius:0px !important;
padding:2px 10px !important;
}
.fl-icons-filter input[type="text"]:focus,
.fl-icons-filter select:focus {
border: 2px solid #00A0D2 !important;
}
.fl-icons-list {
bottom: 52px;
left: 0;
overflow: auto;
padding: 20px;
position: absolute;
right: 0;
top: 48px;
}
.fl-icons-list::-webkit-scrollbar {
background-color: #ccc;
-webkit-appearance: none;
width: 10px;
}
.fl-icons-list::-webkit-scrollbar-thumb {
background-color: #666;
border: 1px solid #ccc;
}
.fl-icons-section {
text-align: center;
}
.fl-icons-section h2 {
border-bottom: 1px solid #dfdfdf;
color: #333 !important;
font-family: Helvetica, Verdana, sans-serif !important;
font-size: 16px !important;
font-weight: bold !important;
margin: 0 0 20px 0 !important;
padding: 0 0 10px 0 !important;
text-align: left;
}
.fl-icons-list i,
.fl-icons-list i:before {
cursor: pointer;
display: inline-block;
font-size: 40px;
height: 100px;
line-height: 100px;
width: 100px;
background: transparent;
}
.fl-icons-list i:hover {
background: white;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
border-radius: 4px;
}
.fl-icon-selector-footer {
bottom: 0;
left: 0;
position: absolute;
right: 0;
}
|
client/pages/teacher/teacher.html
|
MaciekChudek/classroom_strategic_games
|
<template name="teacher">
{{#if currentUser}}
{{> teacher_main_menu}}
{{else}}
{{> teacher_login}}
{{/if}}
</template>
<template name="teacher_main_menu">
<table id='teacher_main_menu_table'>
<tr>
<th><div id='teacher_design_new_button' class='button'>New</div></th>
</tr>
<tr>
<th>Name</th>
<th>Number of Phases</th>
<th></th>
<th></th>
</tr>
{{#each games}}
<tr>
<td>{{name}}</td>
<td>{{phase_count}}</td>
<td><a href='{{pathFor "teacher_design" _id}}' class=' button'>Design</a></td>
<td><a href='{{pathFor "teacher_play" _id}}' class=' button'>Play</a></td>
<td><a href='#' data-id='{{_id}}' class=' button delete_button'>Delete</a></td>
<td><a href='#' data-id='{{_id}}' class=' button reset_button'>Reset</a></td>
<td><a href='{{pathFor "teacher_results" _id}}' class=' button'>Results</a></td>
</tr>
{{/each}}
</table>
</template>
<template name="teacher_login">
<div class='full_screen_div'>
<span>
<p>Log in:</p>
<table>
<tr><td>Username: <input type="text" name="password" id='teacher_login_username' value=''> </td></tr>
<tr><td>Password: <input type="password" name="password" id='teacher_login_password' value=''> </td></tr>
<tr><td><button type="button" id='teacher_login_button'> Submit </button> </td></tr>
</table>
</span>
</div>
</template>
|
show/index.html
|
scommab/impressor
|
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title> Impressor </title>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:regular,semibold,italic,italicsemibold|PT+Sans:400,700,400italic,700italic|PT+Serif:400,700,400italic,700italic" rel="stylesheet" />
<link href="css/morris-0.4.2.min.css" rel="stylesheet" />
<link href="css/styles.css" rel="stylesheet" />
</head>
<body class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser.</p>
</div>
<div id="impress">
<!-- SLIDES -->
<div id='title' class='step notslide just_title' data-x='1000' data-y='0' data-z='0' data-rotate='90' data-scale='1'><h1>Impressor</h1>
<div class='slide_number'>1<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='2000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1><a href="http://scommab.github.com/impressor/">Impressor</a> is a tool for generating <a href="http://github.com/bartaz/impress.js/">impress.js</a> presentations</h1>
<div class='slide_number'>2<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='3000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>What does Impressor do?</h1>
<ul>
<li>It generates interesting looking presentations in a snap</li>
<li>It lets you write your slides in simple markdown</li>
<li>It gives you slide templates for both slide style and slide placement</li>
</ul>
<div class='slide_number'>3<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='4000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>What do the different slide placement templates look like?</h1>
<div class='slide_number'>4<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='4000' data-y='0' data-z='-2500' data-rotate='0' data-scale='1'><h1>Slides can be behind other slides</h1>
<div class='slide_number'>5<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='4000' data-y='1000' data-z='-2500' data-rotate='0' data-scale='1'><h1>Slides can be under other slides</h1>
<div class='slide_number'>6<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='4000' data-y='2000' data-z='-2500' data-rotate='180' data-scale='1'><h1>Slides can be Rotated</h1>
<div class='slide_number'>7<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='5000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>And Slides can be reset back to the base line</h1>
<div class='slide_number'>8<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='6000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>Slides can also be in different colors</h1>
<div class='slide_number'>9<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title blue slide' data-x='6000' data-y='1000' data-z='0' data-rotate='0' data-scale='1'><h1>Blue</h1>
<div class='slide_number'>10<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title red slide' data-x='6000' data-y='2000' data-z='0' data-rotate='0' data-scale='1'><h1>Red</h1>
<div class='slide_number'>11<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title background_img slide' data-x='6000' data-y='3000' data-z='0' data-rotate='0' data-scale='1'><h1>Or with background images</h1>
<div class='slide_number'>12<span class='total_slide_number'>/35</span></div></div><div id='' class='step notslide' data-x='6000' data-y='4000' data-z='0' data-rotate='0' data-scale='1'><h1>Slides can even have no background</h1>
<div class='slide_number'>13<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title hidden_slide slide' data-x='7000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>Slides can be hidden until they are selected</h1>
<div class='slide_number'>14<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='8000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>What do the slide format templates look like</h1>
<div class='slide_number'>15<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='8000' data-y='1000' data-z='0' data-rotate='0' data-scale='1'><h1>This is a slide with large text</h1>
<div class='slide_number'>16<span class='total_slide_number'>/35</span></div></div><div id='' class='step subtitles slide' data-x='8000' data-y='2000' data-z='0' data-rotate='0' data-scale='1'><h2>Slides with multiple sections</h2>
<ul>
<li>These slides work well with lists on them</li>
</ul>
<h2>And multiple topics</h2>
<p>With multiple bits of information</p>
<div class='slide_number'>17<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='9000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>And the default styling</h1>
<div class='slide_number'>18<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='10000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>All these slide styles and types can be mixed and matched</h1>
<div class='slide_number'>19<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='11000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>There are also default text styles</h1>
<div class='slide_number'>20<span class='total_slide_number'>/35</span></div></div><div id='' class='step subtitles slide' data-x='11000' data-y='1000' data-z='0' data-rotate='0' data-scale='1'><h2>Text Stylings</h2>
<ul>
<li><span class="tiny">Tiny Text</span></li>
<li><div class="note">Notes</div></li>
</ul>
<h2>Code sections</h2>
<pre><code>This could be some code
Or anything else you want monospaced
</code></pre>
<div class='slide_number'>21<span class='total_slide_number'>/35</span></div></div><div id='' class='step subtitles slide' data-x='11000' data-y='2000' data-z='0' data-rotate='0' data-scale='1'><h2>Animated Stylings</h2>
<ul>
<li><b class="positioning">Positioning</b></li>
<li><b class="scaling">Scaling</b></li>
<li>Rotating <b class="rotating90">90 degrees</b></li>
</ul>
<div class='slide_number'>22<span class='total_slide_number'>/35</span></div></div><div id='' class='step subtitles slide' data-x='11000' data-y='3000' data-z='0' data-rotate='0' data-scale='1'><h2>Using Images</h2>
<p><img src="img/hey-girl.png" alt="Hey Girl" /></p>
<div class='slide_number'>23<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='12000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>You can also manually place slides</h1>
<div class='slide_number'>24<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='12000' data-y='1500' data-z='-10000' data-rotate='0' data-scale='1'><h1>Either with absolute distances</h1>
<div class='slide_number'>25<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='12000' data-y='3000' data-z='0' data-rotate='0' data-scale='1'><h1>or relative distances</h1>
<div class='slide_number'>26<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='13000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>And back to normal</h1>
<div class='slide_number'>27<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='14000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>Now with Graphs</h1>
<div class='slide_number'>28<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='14000' data-y='1000' data-z='0' data-rotate='0' data-scale='1'><h1>Bar graphs</h1>
<div class="bar_chart"
id="graph1"
xkey='graphs'
ykeys='["awesome"]'
labels='["Awesomeness"]'
data='[
{"graphs": 1, "awesome": 2},
{"graphs": 2, "awesome": 4},
{"graphs": 3, "awesome": 8}
]'
></div>
<div class='slide_number'>29<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='14000' data-y='2000' data-z='0' data-rotate='0' data-scale='1'><h1>Line graphs</h1>
<div class="line_chart"
id="graph2"
xkey='date'
ykeys='["awesome"]'
labels='["Awesomeness"]'
data='[
{"date": "2010", "awesome": 0},
{"date": "2011", "awesome": 2},
{"date": "2012", "awesome": 8}
]'
> </div>
<div class='slide_number'>30<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='14000' data-y='3000' data-z='0' data-rotate='0' data-scale='1'><h1>Donut graphs</h1>
<div class="donut_chart"
id="graph3"
data='[
{"label": "Graph 1", "value": 2},
{"label": "Graph 2", "value": 4},
{"label": "Graph 3", "value": 8}
]'
></div>
<div class='slide_number'>31<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='15000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>Customizable Template Files</h1>
<ul>
<li>HTML Template - <a href="https://github.com/scommab/impressor/blob/master/templates/template.html"><code>templates/template.html</code></a></li>
<li>Slide templates - <a href="https://github.com/scommab/impressor/blob/master/templates/types.json"><code>templates/types.json</code></a></li>
<li>CSS Styles - <a href="https://github.com/scommab/impressor/blob/master/show/css/styles.css"><code>show/styles.css</code></a></li>
</ul>
<div class='slide_number'>32<span class='total_slide_number'>/35</span></div></div><div id='' class='step slide' data-x='16000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>Example Slides</h1>
<pre><code>=== {"styles": ["notslide", "just_title"]}
# A simple slide show
=== {"styles": ["just_title"]}
# A single slide
=== {"type":"under"}
some interesting content
</code></pre>
<div class='slide_number'>33<span class='total_slide_number'>/35</span></div></div><div id='' class='step just_title slide' data-x='17000' data-y='0' data-z='0' data-rotate='0' data-scale='1'><h1>This presentation's source: <a href="https://github.com/scommab/impressor/blob/master/slides.md"><code>slides.md</code></a></h1>
<div class='slide_number'>34<span class='total_slide_number'>/35</span></div></div><div id='overview' class='step notslide hidden_slide' data-x='7000' data-y='1500' data-z='0' data-rotate='0' data-scale='15'><p><br/><br/> <br/><br/> <br/><br/></p>
<div style="font-size: 30%; padding-top: 100px; text-align: right;">
If you like the presentation try <a href="https://github.com/scommab/impressor">impressor</a>
</div>
<div class='slide_number'>35<span class='total_slide_number'>/35</span></div></div>
<!-- /SLIDES -->
</div>
<div class="hint">
<p>Use a spacebar or arrow keys to navigate</p>
</div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<script src="js/jquery.js"></script>
<script src="js/impress.js"></script>
<script src="js/raphael-min.js"></script>
<script src="js/morris-0.4.2.min.js"></script>
<script src="js/graph-util.js"></script>
<script>impress().init();</script>
<script>window.drawGraphs();</script>
<script>
</script>
</body>
</html>
|
plugins/wikitables_plugin/_utf_normal_util.inc.php.html
|
mgsolipa/b2evolution_phpxref
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<title>PHPXRef 0.7.1 : Unnamed Project : Detail view of _utf_normal_util.inc.php</title>
<link rel="stylesheet" href="../../sample.css" type="text/css">
<link rel="stylesheet" href="../../sample-print.css" type="text/css" media="print">
<style id="hilight" type="text/css"></style>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
</head>
<body bgcolor="#ffffff" text="#000000" link="#801800" vlink="#300540" alink="#ffffff">
<table class="pagetitle" width="100%">
<tr>
<td valign="top" class="pagetitle">
[ <a href="../../index.html">Index</a> ]
</td>
<td align="right" class="pagetitle">
<h2 style="margin-bottom: 0px">PHP Cross Reference of Unnamed Project</h2>
</td>
</tr>
</table>
<!-- Generated by PHPXref 0.7.1 at Sat Nov 21 22:13:19 2015 -->
<!-- PHPXref (c) 2000-2010 Gareth Watts - gareth@omnipotent.net -->
<!-- http://phpxref.sourceforge.net/ -->
<script src="../../phpxref.js" type="text/javascript"></script>
<script language="JavaScript" type="text/javascript">
<!--
ext='.html';
relbase='../../';
subdir='plugins/wikitables_plugin';
filename='_utf_normal_util.inc.php.html';
cookiekey='phpxref';
handleNavFrame(relbase, subdir, filename);
// -->
</script>
<script language="JavaScript" type="text/javascript">
if (gwGetCookie('xrefnav')=='off')
document.write('<p class="navlinks">[ <a href="javascript:navOn()">Show Explorer<\/a> ]<\/p>');
else
document.write('<p class="navlinks">[ <a href="javascript:navOff()">Hide Explorer<\/a> ]<\/p>');
</script>
<noscript>
<p class="navlinks">
[ <a href="../../nav.html" target="_top">Show Explorer</a> ]
[ <a href="index.html" target="_top">Hide Navbar</a> ]
</p>
</noscript>
<script language="JavaScript" type="text/javascript">
<!--
document.writeln('<table align="right" class="searchbox-link"><tr><td><a class="searchbox-link" href="javascript:void(0)" onMouseOver="showSearchBox()">Search</a><br>');
document.writeln('<table border="0" cellspacing="0" cellpadding="0" class="searchbox" id="searchbox">');
document.writeln('<tr><td class="searchbox-title">');
document.writeln('<a class="searchbox-title" href="javascript:showSearchPopup()">Search History +</a>');
document.writeln('<\/td><\/tr>');
document.writeln('<tr><td class="searchbox-body" id="searchbox-body">');
document.writeln('<form name="search" style="margin:0px; padding:0px" onSubmit=\'return jump()\'>');
document.writeln('<a class="searchbox-body" href="../../_classes/index.html">Class<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="classname"><br>');
document.writeln('<a id="funcsearchlink" class="searchbox-body" href="../../_functions/index.html">Function<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="funcname"><br>');
document.writeln('<a class="searchbox-body" href="../../_variables/index.html">Variable<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="varname"><br>');
document.writeln('<a class="searchbox-body" href="../../_constants/index.html">Constant<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="constname"><br>');
document.writeln('<a class="searchbox-body" href="../../_tables/index.html">Table<\/a>: ');
document.writeln('<input type="text" size=10 value="" name="tablename"><br>');
document.writeln('<input type="submit" class="searchbox-button" value="Search">');
document.writeln('<\/form>');
document.writeln('<\/td><\/tr><\/table>');
document.writeln('<\/td><\/tr><\/table>');
// -->
</script>
<div id="search-popup" class="searchpopup"><p id="searchpopup-title" class="searchpopup-title">title</p><div id="searchpopup-body" class="searchpopup-body">Body</div><p class="searchpopup-close"><a href="javascript:gwCloseActive()">[close]</a></p></div>
<h2 class="details-heading"><a href="./index.html">/plugins/wikitables_plugin/</a> -> <a href="_utf_normal_util.inc.php.source.html">_utf_normal_util.inc.php</a> (summary)</h2>
<div class="details-summary">
<p class="viewlinks">[<a href="_utf_normal_util.inc.php.source.html">Source view</a>]
[<a href="javascript:window.print();">Print</a>]
[<a href="../../_stats.html">Project Stats</a>]</p>
<p><b>Some of these functions are adapted from places in MediaWiki. Should probably merge them for consistency. Copyright © 2004 Brion Vibber <brion@pobox.com> http://www.mediawiki.org/</b></p>
<table>
<tr><td align="right">File Size: </td><td>140 lines (4 kb)</td></tr>
<tr><td align="right">Included or required:</td><td>0 times</td></tr>
<tr><td align="right" valign="top">Referenced: </td><td>0 times</td></tr>
<tr><td align="right" valign="top">Includes or requires: </td><td>0 files</td></tr>
</table>
<h3>Defines 5 functions</h3>
<div class="inset">
<a href="#codepointtoutf8">codepointToUtf8</a>()<br>
<a href="#hexsequencetoutf8">hexSequenceToUtf8</a>()<br>
<a href="#utf8tohexsequence">utf8ToHexSequence</a>()<br>
<a href="#utf8tocodepoint">utf8ToCodepoint</a>()<br>
<a href="#escapesinglestring">escapeSingleString</a>()<br>
</div>
</div>
<br><div class="details-funclist">
<div class="details-classtitle"><a name="functions"><b>Functions</b></a></div>
<div class="details-classinfo">
Functions that are not part of a class:<br><br>
<div class="inset"><table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td>
<a name="codepointtoutf8" onClick="logFunction('codepointtoutf8', '_utf_normal_util.inc.php.source.html#l28')" href="_utf_normal_util.inc.php.source.html#l28">codepointToUtf8</a>( <a href="../../_variables/codepoint.html">$codepoint</a> )
<a href="../../_functions/codepointtoutf8.html"><small>X-Ref</small></a>
</td></tr><tr class="funcinfo-body"><td><b>Return UTF-8 sequence for a given Unicode code point.<BR>
May die if fed out of range data.<BR>
</b><BR><b>param:</b> $codepoint Integer:<br>
<b>return:</b> String<br>
</td></tr></table>
<br>
<table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td>
<a name="hexsequencetoutf8" onClick="logFunction('hexsequencetoutf8', '_utf_normal_util.inc.php.source.html#l52')" href="_utf_normal_util.inc.php.source.html#l52">hexSequenceToUtf8</a>( <a href="../../_variables/sequence.html">$sequence</a> )
<a href="../../_functions/hexsequencetoutf8.html"><small>X-Ref</small></a>
</td></tr><tr class="funcinfo-body"><td><b>Take a series of space-separated hexadecimal numbers representing<BR>
Unicode code points and return a UTF-8 string composed of those<BR>
characters. Used by UTF-8 data generation and testing routines.<BR>
</b><BR><b>param:</b> $sequence String<br>
<b>return:</b> String<br>
</td></tr></table>
<br>
<table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td>
<a name="utf8tohexsequence" onClick="logFunction('utf8tohexsequence', '_utf_normal_util.inc.php.source.html#l70')" href="_utf_normal_util.inc.php.source.html#l70">utf8ToHexSequence</a>( <a href="../../_variables/str.html">$str</a> )
<a href="../../_functions/utf8tohexsequence.html"><small>X-Ref</small></a>
</td></tr><tr class="funcinfo-body"><td><b>Take a UTF-8 string and return a space-separated series of hex<BR>
numbers representing Unicode code points. For debugging.<BR>
</b><BR><b>param:</b> string $str UTF-8 string.<br>
<b>return:</b> string<br>
</td></tr></table>
<br>
<table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td>
<a name="utf8tocodepoint" onClick="logFunction('utf8tocodepoint', '_utf_normal_util.inc.php.source.html#l86')" href="_utf_normal_util.inc.php.source.html#l86">utf8ToCodepoint</a>( <a href="../../_variables/char.html">$char</a> )
<a href="../../_functions/utf8tocodepoint.html"><small>X-Ref</small></a>
</td></tr><tr class="funcinfo-body"><td><b>Determine the Unicode codepoint of a single-character UTF-8 sequence.<BR>
Does not check for invalid input data.<BR>
</b><BR><b>param:</b> $char String<br>
<b>return:</b> Integer<br>
</td></tr></table>
<br>
<table border="0" width="80%" class="funcinfo"><tr class="funcinfo-title"><td>
<a name="escapesinglestring" onClick="logFunction('escapesinglestring', '_utf_normal_util.inc.php.source.html#l127')" href="_utf_normal_util.inc.php.source.html#l127">escapeSingleString</a>( <a href="../../_variables/string.html">$string</a> )
<a href="../../_functions/escapesinglestring.html"><small>X-Ref</small></a>
</td></tr><tr class="funcinfo-body"><td><b>Escape a string for inclusion in a PHP single-quoted string literal.<BR>
</b><BR><b>param:</b> string $string string to be escaped.<br>
<b>return:</b> String: escaped string.<br>
</td></tr></table>
<br>
</div></div>
</div>
<!-- A link to the phpxref site in your customized footer file is appreciated ;-) -->
<br><hr>
<table width="100%">
<tr><td>Generated: Sat Nov 21 22:13:19 2015</td>
<td align="right"><i>Cross-referenced by <a href="http://phpxref.sourceforge.net/">PHPXref 0.7.1</a></i></td>
</tr>
</table>
</body></html>
|
coflo-0.0.4/third_party/boost_1_48_0/doc/html/boost_asio/reference/basic_raw_socket/send_low_watermark.html
|
charlesDGY/coflo
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
<title>basic_raw_socket::send_low_watermark</title>
<link rel="stylesheet" href="../../../../../doc/src/boostbook.css" type="text/css">
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="../../../boost_asio.html" title="Boost.Asio">
<link rel="up" href="../basic_raw_socket.html" title="basic_raw_socket">
<link rel="prev" href="send_buffer_size.html" title="basic_raw_socket::send_buffer_size">
<link rel="next" href="send_to.html" title="basic_raw_socket::send_to">
</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="send_buffer_size.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.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="send_to.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.basic_raw_socket.send_low_watermark"></a><a class="link" href="send_low_watermark.html" title="basic_raw_socket::send_low_watermark">basic_raw_socket::send_low_watermark</a>
</h4></div></div></div>
<p>
<span class="emphasis"><em>Inherited from socket_base.</em></span>
</p>
<p>
<a class="indexterm" name="id1019624"></a>
Socket option for the send low watermark.
</p>
<pre class="programlisting"><span class="keyword">typedef</span> <span class="identifier">implementation_defined</span> <span class="identifier">send_low_watermark</span><span class="special">;</span>
</pre>
<p>
Implements the SOL_SOCKET/SO_SNDLOWAT socket option.
</p>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h0"></a>
<span><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.examples"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.examples">Examples</a>
</h6>
<p>
Setting the option:
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_low_watermark</span> <span class="identifier">option</span><span class="special">(</span><span class="number">1024</span><span class="special">);</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">set_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
</pre>
<p>
Getting the current option value:
</p>
<pre class="programlisting"><span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">ip</span><span class="special">::</span><span class="identifier">tcp</span><span class="special">::</span><span class="identifier">socket</span> <span class="identifier">socket</span><span class="special">(</span><span class="identifier">io_service</span><span class="special">);</span>
<span class="special">...</span>
<span class="identifier">boost</span><span class="special">::</span><span class="identifier">asio</span><span class="special">::</span><span class="identifier">socket_base</span><span class="special">::</span><span class="identifier">send_low_watermark</span> <span class="identifier">option</span><span class="special">;</span>
<span class="identifier">socket</span><span class="special">.</span><span class="identifier">get_option</span><span class="special">(</span><span class="identifier">option</span><span class="special">);</span>
<span class="keyword">int</span> <span class="identifier">size</span> <span class="special">=</span> <span class="identifier">option</span><span class="special">.</span><span class="identifier">value</span><span class="special">();</span>
</pre>
<h6>
<a name="boost_asio.reference.basic_raw_socket.send_low_watermark.h1"></a>
<span><a name="boost_asio.reference.basic_raw_socket.send_low_watermark.requirements"></a></span><a class="link" href="send_low_watermark.html#boost_asio.reference.basic_raw_socket.send_low_watermark.requirements">Requirements</a>
</h6>
<p>
<span class="bold"><strong>Header: </strong></span><code class="literal">boost/asio/basic_raw_socket.hpp</code>
</p>
<p>
<span class="bold"><strong>Convenience header: </strong></span><code class="literal">boost/asio.hpp</code>
</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-2011 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="send_buffer_size.html"><img src="../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../basic_raw_socket.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="send_to.html"><img src="../../../../../doc/src/images/next.png" alt="Next"></a>
</div>
</body>
</html>
|
wp-content/plugins/oqey-gallery/css/jquery.jcrop.css
|
dovinsth/wordpress1
|
/* Fixes issue here http://code.google.com/p/jcrop/issues/detail?id=1 */
.jcrop-holder { text-align: left; }
.jcrop-vline, .jcrop-hline
{
font-size: 0;
position: absolute;
background: white url('jcrop.gif') top left repeat;
}
.jcrop-vline { height: 100%; width: 1px !important; }
.jcrop-hline { width: 100%; height: 1px !important; }
.jcrop-handle {
font-size: 1px;
width: 7px !important;
height: 7px !important;
border: 1px #eee solid;
background-color: #333;
/* background-color: transparent;*/
*width: 9px;
*height: 9px;
}
.jcrop-tracker { width: 100%; height: 100%; }
.custom .jcrop-vline,
.custom .jcrop-hline
{
background: yellow;
}
.custom .jcrop-handle
{
border-color: black;
background-color: #fffff;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
|
build/2002390172/index.html
|
flowsta/mi-news-app
|
<!doctype html>
<html lang="es">
<head>
<title>Incendio en RIONANSA en CANTABRIA</title>
<link rel="stylesheet" href="../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.css" />
<script type="text/javascript" src="http://cdn.leafletjs.com/leaflet-0.7.2/leaflet.js?2"></script>
</head>
<body>
<div id="map" style="width:100%; height:400px;"></div>
<h1>Incendio en RIONANSA (CANTABRIA)</h1>
<p>El incendio que afectó al municipio de RIONANSA quemó una superficie forestal de 115.0000} de la comarca de COMARCA 3 de la provincia de CANTABRIA (CANTABRIA).</p>
<p>Se inició en 2002-01-26, se controló en 601 y se extinguió en 661.</p>
<p>La causa del incendio fue Provocados por pastores y ganaderos para regenerar el pasto. En la extinción del incendio participaron 16 personas, 1 vehiculos pesados y 0 medios aereos. Hubo 0 muertos y 0 heridos.</p>
<script type="text/javascript">
var map = L.map('map').setView([43.22185700, -4.41931900], 8);
var mapquestLayer = new L.TileLayer('http://{s}.mqcdn.com/tiles/1.0.0/map/{z}/{x}/{y}.png', {
maxZoom: 18,
attribution: 'Data, imagery and map information provided by <a href="http://open.mapquest.co.uk" target="_blank">MapQuest</a>,<a href="http://www.openstreetmap.org/" target="_blank">OpenStreetMap</a> and contributors.',
subdomains: ['otile1','otile2','otile3','otile4']
});
map.addLayer(mapquestLayer);
var marker = L.marker([43.22185700, -4.41931900]).addTo(map);
</script>
</body>
</html>
|
components/com_tz_portfolio/css/flexslider.css
|
davidguillemet/fashionphotosub
|
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flexslider li {
list-style: none;
}
.TzBlogMedia .flexslider,
.TzBlogSlider .flexslider {
margin: 0;
width: auto;
}
.flexslider .slides > li {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
max-width: 100%;
display: block;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.slides:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .slides {
display: block;
}
* html .slides {
height: 1%;
}
.no-js .slides > li:first-child {
display: block;
}
.flexslider {
background: #fff;
position: relative;
}
.flexslider .slides {
zoom: 1;
padding: 0 !important;
margin: 0;
}
.flexslider .slides > li {
position: relative;
background: none;
padding: 0;
margin-bottom: 0;
}
.flexslider ul,
.flexslider ol {
margin: 0;
}
.flexslider ul.flex-direction-nav li,
.flexslider ul.flex-direction-nav li a {
margin: 0;
}
.flex-container {
zoom: 1;
position: relative;
}
.flex-caption {
background: none;
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
zoom: 1;
}
.flex-caption {
width: 96%;
padding: 2%;
margin: 0;
position: absolute;
left: 0;
bottom: 0;
background: rgba(0,0,0,0.3);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
font-size: 14px;
line-height: 18px;
}
.flex-direction-nav {
height: 0;
}
.flex-direction-nav li a {
width: 35px;
height: 35px;
margin: -13px 0 0;
display: block;
background: url(../assets/bg_direction_nav.png) no-repeat;
position: absolute;
top: 50%;
cursor: pointer;
text-indent: -999em;
}
.flex-direction-nav li .flex-next {
background-position: -42px 0;
right: 0px;
}
.flex-direction-nav li .flex-prev {
left: -1px;
}
.flex-direction-nav li .disabled {
opacity: .3;
filter: alpha(opacity=30);
cursor: default;
}
.flex-control-nav {
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
}
.flex-control-nav li {
margin: 0 0 0 5px;
display: inline-block;
zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
margin: 0;
}
div.flexslider .flex-control-nav li a {
width: 13px;
height: 13px;
display: block;
background: url(../assets/bg_control_nav.png) no-repeat;
cursor: pointer;
text-indent: -999em;
}
div.flexslider .flex-control-nav li a:hover {
background-position: 0 -13px;
}
div.flexslider .flex-control-nav li a.active {
background-position: 0 -26px;
cursor: default;
}
.flexslider {
margin: auto;
}
@media screen and (max-width: 860px) {
.flex-direction-nav .flex-prev {
opacity: 1;
left: 0;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 0;
}
}
|
app/src/main/assets/html/sa/BG_C09_V31.html
|
SrirangaDigital/shankara-android
|
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/stylesheet-sa.css" />
</head>
<body>
<div class='verse' id='BG_C09_V31' type='shloka'>
<div class='leading_bhashya' id='BG_C09_V31_I01'>उत्सृज्य च बाह्यां दुराचारतां अन्तः सम्यग्व्यवसायसामर्थ्यात् —</div>
<div class='versetext'>क्षिप्रं भवति धर्मात्मा <br/> शश्वच्छान्तिं निगच्छति । <br/>कौन्तेय प्रतिजानीहि <br/> न मे भक्तः प्रणश्यति ॥ ३१ ॥ </div>
<div class='bhashya' id='BG_C09_V31_B01'>क्षिप्रं शीघ्रं भवति धर्मात्मा धर्मचित्तः एव । शश्वत् नित्यं शान्तिं च उपशमं निगच्छति प्राप्नोति । शृणु परमार्थम् , कौन्तेय प्रतिजानीहि निश्चितां प्रतिज्ञां कुरु, न मे मम भक्तः मयि समर्पितान्तरात्मा मद्भक्तः न प्रणश्यति इति ॥ ३१ ॥ </div>
</div>
</body>
</html>
|
src/Kriegspiel/doc/view/package-tree.html
|
Kriegspiel-Team/Kriegspiel
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (version 1.7.0_51) on Tue Apr 08 11:58:13 CEST 2014 -->
<title>view Class Hierarchy</title>
<meta name="date" content="2014-04-08">
<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="view Class Hierarchy";
}
//-->
</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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../test/package-tree.html">Prev</a></li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../index.html?view/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package view</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.awt.Component (implements java.awt.image.ImageObserver, java.awt.MenuContainer, java.io.Serializable)
<ul>
<li type="circle">java.awt.Container
<ul>
<li type="circle">javax.swing.JComponent (implements java.io.Serializable)
<ul>
<li type="circle">javax.swing.JPanel (implements javax.accessibility.Accessible)
<ul>
<li type="circle">view.<a href="../view/MenuDisplayer.html" title="class in view"><span class="strong">MenuDisplayer</span></a> (implements java.awt.event.ItemListener, java.awt.event.MouseListener)</li>
</ul>
</li>
</ul>
</li>
<li type="circle">java.awt.Window (implements javax.accessibility.Accessible)
<ul>
<li type="circle">java.awt.Frame (implements java.awt.MenuContainer)
<ul>
<li type="circle">javax.swing.JFrame (implements javax.accessibility.Accessible, javax.swing.RootPaneContainer, javax.swing.WindowConstants)
<ul>
<li type="circle">view.<a href="../view/BoardDisplayer.html" title="class in view"><span class="strong">BoardDisplayer</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</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>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</li>
<li><a href="../deprecated-list.html">Deprecated</a></li>
<li><a href="../index-files/index-1.html">Index</a></li>
<li><a href="../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../test/package-tree.html">Prev</a></li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="../index.html?view/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</body>
</html>
|
src/007-Знакомство_с_CSS/012-CSS.css
|
MER-GROUP/HtmlAcademy
|
p {
padding: 10px;
}
.green {
background-color: #dff0d8;
}
.blue {
background-color: #aaddff;
}
.nice-box {
border-radius: 15px;
box-shadow: 3px 3px 4px #cccccc;
}
|
Resources/Private/Templates/Backend/AdministrationModule/WizardController/EnterDefaultValues.html
|
jacksonpieper/aliovalpmet
|
{namespace tv=Schnitzler\TemplaVoila\View\ViewHelpers}
<h1>{tv:ll( index:'newsitewizard_step2' )}</h1>
<p>
{tv:ll( index:'newsitewizard_templateselected', arguments: file )}
</p>
<iframe src="{file}" style="height:600px"></iframe>
<p>
{tv:ll( index:'newsitewizard_step2next' )}
</p>
<form action="{action}" method="post">
<div class="form-group">
<label for="title">{tv:ll( index:'newsitewizard_step2_name' )} {tv:ll( index:'newsitewizard_step2_required' )}</label>
<input type="text" name="title" class="form-control" data-required value="{title}" id="title">
<p class="help-block">{tv:ll( index:'newsitewizard_step2_valuename' )}</p>
</div>
<div class="form-group">
<label for="url">{tv:ll( index:'newsitewizard_step2_url' )} {tv:ll( index:'newsitewizard_step2_optional' )}</label>
<input type="text" name="url" class="form-control" value="{url}" id="url">
<p class="help-block">{tv:ll( index:'newsitewizard_step2_valueurl' )}</p>
</div>
<div class="form-group">
<label for="username">{tv:ll( index:'newsitewizard_step2_editor' )} {tv:ll( index:'newsitewizard_step2_required' )}</label>
<input type="text" name="username" class="form-control" data-required value="{username}" id="username">
<p class="help-block">{tv:ll( index:'newsitewizard_step2_username' )}</p>
</div>
<button type="submit" class="btn btn-primary">{tv:ll( index:'newsitewizard_step2_createnewsite' )}</button>
</form>
|
css/simplemde.css
|
nuvoleweb/simplemde
|
body.toolbar-fixed.toolbar-horizontal .CodeMirror-fullscreen {
top: 130px;
z-index: 20;
}
body.toolbar-fixed.toolbar-horizontal .editor-toolbar.fullscreen {
top: 80px;
z-index: 20;
}
body.toolbar-fixed.toolbar-horizontal .editor-preview-side.editor-preview-active-side {
top: 80px;
z-index: 20;
}
.js-form-type-textarea {
position: relative;
}
.js-form-type-textarea .editor-statusbar {
position: absolute;
top: -10px;
right: 0;
}
.js-text-format-wrapper .filter-wrapper {
overflow: hidden !important;
}
|
gramps42/gramps/example_NAVWEB1/ppl/r/2/TVUKQCW4B70NK5HD2R.html
|
belissent/testing-example-reports
|
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Reed, Thomas</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/ancestortree.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<h1 id="SiteTitle">My Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li class = "CurrentSection"><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
<li><a href="../../../addressbook.html" title="Address Book">Address Book</a></li>
</ul>
</div>
</div>
<div class="content" id="IndividualDetail">
<h3>Reed, Thomas<sup><small> <a href="#sref1">1</a></small></sup></h3>
<div id="summaryarea">
<table class="infolist">
<tr>
<td class="ColumnAttribute">Birth Name</td>
<td class="ColumnValue">
Reed, Thomas
</td>
</tr>
<tr>
<td class="ColumnAttribute">Gramps ID</td>
<td class="ColumnValue">I1881</td>
</tr>
<tr>
<td class="ColumnAttribute">Gender</td>
<td class="ColumnValue">male</td>
</tr>
</table>
</div>
<div class="subsection" id="parents">
<h4>Parents</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnAttribute">Relation to main person</th>
<th class="ColumnValue">Name</th>
<th class="ColumnValue">Relation within this family (if not by birth)</th>
</tr>
</thead>
<tbody>
</tbody>
<tr>
<td class="ColumnAttribute">Father</td>
<td class="ColumnValue">
<a href="../../../ppl/a/w/ZSUKQCOOUBAMZRCIWA.html">Reed, Thomas<span class="grampsid"> [I1876]</span></a>
</td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/k/t/GTUKQCSEC5SRQMSHTK.html">Reed, Carmel<span class="grampsid"> [I1877]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Sister</td>
<td class="ColumnValue"> <a href="../../../ppl/3/4/SUUKQC27K878ZO5Q43.html">Reed, Maureen<span class="grampsid"> [I1879]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Brother</td>
<td class="ColumnValue"> <a href="../../../ppl/6/1/AVUKQCQE2Y8G9O5916.html">Reed, John Noel<span class="grampsid"> [I1880]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> </td>
<td class="ColumnValue"> <a href="../../../ppl/r/2/TVUKQCW4B70NK5HD2R.html">Reed, Thomas<span class="grampsid"> [I1881]</span></a></td>
<td class="ColumnValue"></td>
</tr>
<tr>
<td class="ColumnAttribute"> Brother</td>
<td class="ColumnValue"> <a href="../../../ppl/d/y/8WUKQCRO3TGTCTMOYD.html">Reed, Brendan<span class="grampsid"> [I1882]</span></a></td>
<td class="ColumnValue"></td>
</tr>
</table>
</div>
<div class="subsection" id="pedigree">
<h4>Pedigree</h4>
<ol class="pedigreegen">
<li>
<a href="../../../ppl/a/w/ZSUKQCOOUBAMZRCIWA.html">Reed, Thomas<span class="grampsid"> [I1876]</span></a>
<ol>
<li>
<a href="../../../ppl/k/t/GTUKQCSEC5SRQMSHTK.html">Reed, Carmel<span class="grampsid"> [I1877]</span></a>
</li>
<li>
<a href="../../../ppl/3/4/SUUKQC27K878ZO5Q43.html">Reed, Maureen<span class="grampsid"> [I1879]</span></a>
</li>
<li>
<a href="../../../ppl/6/1/AVUKQCQE2Y8G9O5916.html">Reed, John Noel<span class="grampsid"> [I1880]</span></a>
</li>
<li class="thisperson">
Reed, Thomas
</li>
<li>
<a href="../../../ppl/d/y/8WUKQCRO3TGTCTMOYD.html">Reed, Brendan<span class="grampsid"> [I1882]</span></a>
</li>
</ol>
</li>
</ol>
</div>
<div class="subsection" id="tree">
<h4>Ancestors</h4>
<div id="treeContainer" style="width:735px; height:602px;">
<div class="boxbg male AncCol0" style="top: 269px; left: 6px;">
<a class="noThumb" href="../../../ppl/r/2/TVUKQCW4B70NK5HD2R.html">
Reed, Thomas
</a>
</div>
<div class="shadow" style="top: 274px; left: 10px;"></div>
<div class="bvline" style="top: 301px; left: 165px; width: 15px"></div>
<div class="gvline" style="top: 306px; left: 165px; width: 20px"></div>
<div class="boxbg male AncCol1" style="top: 119px; left: 196px;">
<a class="noThumb" href="../../../ppl/a/w/ZSUKQCOOUBAMZRCIWA.html">
Reed, Thomas
</a>
</div>
<div class="shadow" style="top: 124px; left: 200px;"></div>
<div class="bvline" style="top: 151px; left: 180px; width: 15px;"></div>
<div class="gvline" style="top: 156px; left: 185px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 180px; height: 150px;"></div>
<div class="gvline" style="top: 156px; left: 185px; height: 150px;"></div>
<div class="bvline" style="top: 151px; left: 355px; width: 15px"></div>
<div class="gvline" style="top: 156px; left: 355px; width: 20px"></div>
<div class="boxbg male AncCol2" style="top: 44px; left: 386px;">
<a class="noThumb" href="../../../ppl/d/n/1SUKQCX7P6VHL8U8ND.html">
Reed, Michael
</a>
</div>
<div class="shadow" style="top: 49px; left: 390px;"></div>
<div class="bvline" style="top: 76px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 81px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 76px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 81px; left: 375px; height: 75px;"></div>
<div class="boxbg female AncCol2" style="top: 194px; left: 386px;">
<a class="noThumb" href="../../../ppl/4/z/LSUKQCCT3K2V67C1Z4.html">
Gibbs, Mary
</a>
</div>
<div class="shadow" style="top: 199px; left: 390px;"></div>
<div class="bvline" style="top: 226px; left: 370px; width: 15px;"></div>
<div class="gvline" style="top: 231px; left: 375px; width: 20px;"></div>
<div class="bhline" style="top: 151px; left: 370px; height: 75px;"></div>
<div class="gvline" style="top: 156px; left: 375px; height: 75px;"></div>
</div>
</div>
<div class="subsection" id="sourcerefs">
<h4>Source References</h4>
<ol>
<li>
<a href="../../../src/x/a/X5TJQC9JXU4RKT6VAX.html" title="Import from test2.ged" name ="sref1">
Import from test2.ged
<span class="grampsid"> [S0003]</span>
</a>
</li>
</ol>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Last change was the 2007-07-26 08:34:25<br />Created for <a href="../../../ppl/h/o/GNUJQCL9MD64AM56OH.html">Garner von Zieliński, Lewis Anderson Sr</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
Android/METAppLayouts/doc/edu/url/salle/metapp02/class-use/R.string.html
|
dryrain/MET_Arduino_Android_Robot
|
<!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_65) on Sun Jun 21 20:16:32 CEST 2015 -->
<TITLE>
Uses of Class edu.url.salle.metapp02.R.string
</TITLE>
<META NAME="date" CONTENT="2015-06-21">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class edu.url.salle.metapp02.R.string";
}
}
</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="../../../../../edu/url/salle/metapp02/R.string.html" title="class in edu.url.salle.metapp02"><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?edu/url/salle/metapp02//class-useR.string.html" target="_top"><B>FRAMES</B></A>
<A HREF="R.string.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>edu.url.salle.metapp02.R.string</B></H2>
</CENTER>
No usage of edu.url.salle.metapp02.R.string
<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="../../../../../edu/url/salle/metapp02/R.string.html" title="class in edu.url.salle.metapp02"><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?edu/url/salle/metapp02//class-useR.string.html" target="_top"><B>FRAMES</B></A>
<A HREF="R.string.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>
|
docs/snap_ga/html/notoc/PM_mallocShared.html
|
OS2World/DEV-UTIL-SNAP
|
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="Generator" content="ReWorX 1.1 (021204) - http://www.republico.com" />
<meta name="Originator" content="Microsoft Word 9" />
<title>PM_mallocShared</title>
<link rel="StyleSheet" type="text/css" href="SNAP%20Graphics%20Architecture.css" />
<script type="text/javascript" src="RePublico.js">
</script>
</head>
<body style="tab-interval:.5in;" lang="EN-US" link="blue" vlink="purple" class="rpomain" onbeforeprint="JavaScript:RePublicoOnBeforePrint();" onafterprint="JavaScript:RePublicoOnAfterPrint();" onload="RePublicoShowHide();RePublicoBanner(1);">
<div class="Section4">
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="FuncHeading3">
PM_mallocShared
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText">
Allocate a block of system global shared memory
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
Declaration
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="Preformatted">
void * PMAPI PM_mallocShared(<br />
    long size)
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
Prototype In
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText">
pmapi.h
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
Parameters
</p>
<div align="center">
<table style="border-collapse:collapse;" border="0" cellspacing="0" cellpadding="0">
<tr>
<td style="width:74.5pt;padding:'0in .5pt 0in .5pt';" width="124" valign="top">
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="ParameterName">
size
</p>
</td>
<td style="width:325.0pt;padding:'0in .5pt 0in .5pt';" width="542" valign="top">
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="Parameter">
Size of the shared memory block to allocate
</p>
</td>
</tr>
</table>
</div>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="SingleSpace">
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
Return Value
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText">
Pointer to the shared memory block, NULL on failure.
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
Description
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText">
This function is used to allocate a block of shared memory, such that the
linear address returned for this shared memory is identical for all
processes in the system. If this cannot be provided, this function will
return NULL.
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MethodSection">
See Also
</p>
<p style="tab-stops:'.45in .7in .95in 1.2in';" class="MsoBodyText">
<a href="PM_freeShared.html">PM_freeShared</a>
</p>
</div>
<p class="CitationBody">
Copyright © 2002 SciTech Software, Inc. Visit our web site at <a href="http://www.scitechsoft.com" target="_top">http://www.scitechsoft.com<a>
</p>
</body>
</html>
|
html/functions_0x77.html
|
neurosuite/ndmanager
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>ndmanager.kdevelop: Class Members</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.5.1 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li id="current"><a href="annotated.html"><span>Classes</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="dirs.html"><span>Directories</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Class List</span></a></li>
<li id="current"><a href="functions.html"><span>Class Members</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li id="current"><a href="functions.html"><span>All</span></a></li>
<li><a href="functions_func.html"><span>Functions</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="functions.html#index_a"><span>a</span></a></li>
<li><a href="functions_0x63.html#index_c"><span>c</span></a></li>
<li><a href="functions_0x65.html#index_e"><span>e</span></a></li>
<li><a href="functions_0x66.html#index_f"><span>f</span></a></li>
<li><a href="functions_0x67.html#index_g"><span>g</span></a></li>
<li><a href="functions_0x68.html#index_h"><span>h</span></a></li>
<li><a href="functions_0x69.html#index_i"><span>i</span></a></li>
<li><a href="functions_0x6b.html#index_k"><span>k</span></a></li>
<li><a href="functions_0x6c.html#index_l"><span>l</span></a></li>
<li><a href="functions_0x6d.html#index_m"><span>m</span></a></li>
<li><a href="functions_0x6e.html#index_n"><span>n</span></a></li>
<li><a href="functions_0x6f.html#index_o"><span>o</span></a></li>
<li><a href="functions_0x70.html#index_p"><span>p</span></a></li>
<li><a href="functions_0x72.html#index_r"><span>r</span></a></li>
<li><a href="functions_0x73.html#index_s"><span>s</span></a></li>
<li><a href="functions_0x75.html#index_u"><span>u</span></a></li>
<li id="current"><a href="functions_0x77.html#index_w"><span>w</span></a></li>
<li><a href="functions_0x78.html#index_x"><span>x</span></a></li>
<li><a href="functions_0x7e.html#index_~"><span>~</span></a></li>
</ul>
</div>
<p>
Here is a list of all documented class members with links to the class documentation for each member:
<p>
<h3><a class="anchor" name="index_w">- w -</a></h3><ul>
<li>write()
: <a class="el" href="classConfiguration.html#a75c026a728e50c5c9608083190b7a8e">Configuration</a>
<li>writeTofile()
: <a class="el" href="classXmlWriter.html#fa37613003bf5826e2e9545f4169cdd6">XmlWriter</a>
, <a class="el" href="classDescriptionWriter.html#821fee6f63632388ba9d703b1c26cb4f">DescriptionWriter</a>
</ul>
<hr size="1"><address style="align: right;"><small>Generated on Sat Sep 15 16:04:45 2007 for ndmanager.kdevelop by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.1 </small></address>
</body>
</html>
|
docs/_docdevel/emulib_javadoc/emulib/runtime/internal/package-summary.html
|
vbmacher/emuStudio
|
<!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_112) on Sat Mar 04 13:30:06 CET 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>emulib.runtime.internal (emuLib 9.0.0 API)</title>
<meta name="date" content="2017-03-04">
<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="emulib.runtime.internal (emuLib 9.0.0 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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../emulib/runtime/interfaces/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?emulib/runtime/internal/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package emulib.runtime.internal</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../emulib/runtime/internal/Unchecked.RunnableWhichCanThrow.html" title="interface in emulib.runtime.internal">Unchecked.RunnableWhichCanThrow</a></td>
<td class="colLast"> </td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../emulib/runtime/internal/Unchecked.html" title="class in emulib.runtime.internal">Unchecked</a></td>
<td class="colLast">
<div class="block">This code was borrowed from:
http://stackoverflow.com/questions/19757300/java-8-lambda-streams-filter-by-method-with-exception</div>
</td>
</tr>
</tbody>
</table>
</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 class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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-all.html">Index</a></li>
<li><a href="../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../emulib/runtime/interfaces/package-summary.html">Prev Package</a></li>
<li>Next Package</li>
</ul>
<ul class="navList">
<li><a href="../../../index.html?emulib/runtime/internal/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.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 © 2017. All rights reserved.</small></p>
</body>
</html>
|
layouts/sidebar-content-sidebar.css
|
braden337/rv
|
/*
Theme Name: thirtyseven
Layout: Sidebar-Content-Sidebar
*/
.content-area {
float: left;
width: 100%;
}
.site-content {
margin: 0 20%;
}
.site-main .widget-area {
float: left;
margin: 0 0 0 -100%;
overflow: hidden;
width: 20%;
}
.site-footer {
clear: both;
width: 100%;
}
|
p1-evaluable/periodico/economia/pruebas_europeas_someteran_banca_20140425.html
|
rogegg/Tecnologias_Web
|
<!doctype html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" href="../style.css">
<title> Periódico </title>
</head>
<body>
<aside id="adLeft">
<a href="http://www.samsung.com/global/microsite/galaxys5/">
<img src="../img/samsunggalaxys5_l.jpg" alt="Publicidad izquierda">
</a>
</aside>
<aside id="adRight">
<a href="http://www.samsung.com/global/microsite/galaxys5/">
<img src="../img/samsunggalaxys5_r.jpg" alt="Publicidad derecha">
</a>
</aside>
<section class="advertising">
<header id="adTop">
<a href="http://www.samsung.com/global/microsite/galaxys5/">
<img src="../img/samsunggalaxys5_top.jpg" alt="Publcidad arriba">
</a>
</header>
<section class="bodyPage">
<header>
<a href="../index.html">
<h1>El Periódico</h1>
</a>
<hr>
<section id="title_section">
<h1 id="title_economia">Economía</h1>
</section>
<nav>
<ul>
<li><a id="internacional" href="../internacional.html">Internacional</a></li>
<li><a id="politica" href="../politica.html">Política</a></li>
<li><a id="economia" href="../economia.html">Economía</a></li>
<li><a id="cultura" href="../cultura.html">Cultura</a></li>
</ul>
</nav>
</header>
<section class="art">
<article class="artEconomia">
<a href="../economia/pruebas_europeas_someteran_banca_20140425.html">
<img src="../economia/pruebas_europeas_someteran_banca/pruebas_europeas_someteran_banca.jpg"
alt="Una empleada vincula a Cascos en la trama Gürtel">
</a>
<h2><a id="title_art" href="../economia/pruebas_europeas_someteran_banca_20140425.html">
Las pruebas europeas someterán a la banca a un escenario extremo
</a></h2>
<section class="autor_seccion">
<section class="autor">
<h5> Rogelio GG </h5>
</section>
<p> || </p>
<section class="seccion">
<h5> Economía </h5>
</section>
</section>
<br><hr>
<section id="artText">
<p>Los funcionarios de la Unión Europea se preparan para someter a los bancos del bloque al escenario de recesión más duro que se haya aplicado en una prueba de resistencia, según tres fuentes informadas sobre el asunto.</p>
<p>La Autoridad Bancaria Europea y el Banco Central Europeo presentarán la próxima semana un escenario adverso para las pruebas de resistencia, que comienzan en mayo, que supone que la economía defraude las expectativas por mayor margen que en los exámenes celebrados en 2010 y 2011, dijeron las fuentes, que pidieron no ser identificadas porque los detalles aún no son públicos. Las anteriores pruebas fueron criticadas por no revelar las debilidades de los bancos que luego fracasaron .</p>
<p>En esta ocasión, el escenario adverso de las pruebas de resistencia se basa en que la evolución del producto interior bruto (PIB) se queda por debajo de las previsiones previsiones de crecimiento de la Comisión Europea en 2,2 puntos porcentuales en 2014; 3,4 puntos en 2015, y 1,4 puntos en 2016, dijeron las fuentes, citando un documento de la EBA. Probablemente eso se traduzca en dos años de recesión seguidas de un crecimiento anémico en el último año cubierto por el ejercicio. La EBA tiene previsto anunciar los detalles en Londres el 29 de abril. Un portavoz de la EBA y una portavoz del BCE declinaron hacer comentarios.</p>
<h3>La tercera recesión en España</h3>
<p>[En el caso español, donde la Comisión Europea prevé un crecimiento del 1% para este año y del 1,7% para 2015, ese diferencial implicaría una caída del PIB del 1,2% este año y del 1,7% en 2015. Para 2016 el resultado sería un crecimiento mínimo. Aunque Bruselas revise algo al alza sus previsiones en mayo, pues esas estimaciones son las que servirán de referencia, el escenario seguirá siendo durísimo e implicaría la tercera recesión de la crisis, con tasas de paro aún muy superiores a las actuales, que ya están en niveles de máximos históricos].</p>
<p>El BCE tiene en marcha una evaluación de 128 bancos con la que se prepara para asumir la plena supervisión de los bancos de la zona euro en noviembre, tratando de evitar una repetición de la crisis financiera que amenazó con fragmentar el bloque de la moneda única. El examen, que se aplica a los bancos en toda la UE, obliga a los bancos a mantener un mínimo exigido de capital del 5,5% de los activos ponderados por riesgo.</p>
<h3>Las previsiones de mayo</h3>
<p>El BCE ha dicho que el escenario base tomará como referencia las previsiones económicas de primavera de la Comisión Europea, que se publicarán en mayo y ofrecerán una previsión para el año 2016 por primera vez. Las previsiones de invierno de la Comisión, que los funcionarios han utilizado antes de que los nuevos números estén disponibles, suponen un crecimiento del 1.5% este año y un 2% en 2015.</p>
<p>Los reguladores están tratando de evitar las comparaciones con las últimas pruebas de resistencia para toda la UE de 2011, que fueron criticadas por no detectar los problemas en los bancos que luego cayeron. Los exámenes tomaron en cuenta el efecto de una caída de la producción del 0,4% en 2011, o una desviación de 2,1 puntos porcentuales desde una tasa de crecimiento de referencia del 1,7%, seguido por un año de crecimiento estático en 2012 .</p>
<p>Los escenarios adversos fueron superados por la realidad. La actividad económica cayó un 0,4% en 2012, según datos compilados por Eurostat.</p>
<h3>Las pruebas de Estados Unidos</h3>
<p>El ejercicio del BCE y la EBA probablemente también se comparará con una prueba de resistencia realizada recientemente por la Reserva Federal de Estados Unidos, en la que un banco ha suspendido a y otras tres entidades se les advirtió acerca de su planificación de capital. En ese escenario, los tipos de interés y el desempleo aumentaban y los precios de las acciones bajaban . Las autoridades de Estados Unidos pusieron a prueba sus bancos frente a un escenario adverso y otro extremadamente adverso.</p>
<p>El vicepresidente del BCE, Vítor Constâncio dijo en febrero que el BCE utilizará el resultado de su examen sobre calidad de los activos actualmente en curso, que examina las cuentas de 128 bancos de la zona euro, para mejorar los datos de entrada para la prueba de resistencia, por lo que será más creíble.</p>
<p>"El objetivo es no haya más dudas sobre los bancos europeos", dijo el 3 de febrero. "El balance de los bancos europeos será totalmente sólido y transparente para todos los inversores". </p>
</section>
</article>
<section id="coment">
<header><h2>Comentarios</h2></header>
<article>
<header><h3>Anonimo:</h3></header>
<p>Comentario sobre el periódico para la asignatura Tecnologías Web - ETSIIT - Granada</p>
</article>
<article>
<header><h3>Anonimo:</h3></header>
<p>Comentario sobre el periódico para la asignatura Tecnologías Web - ETSIIT - Granada</p>
</article>
<article>
<header><h3>Anonimo:</h3></header>
<p>Comentario sobre el periódico para la asignatura Tecnologías Web - ETSIIT - Granada</p>
</article>
<article>
<header><h3>Anonimo:</h3></header>
<p>Comentario sobre el periódico para la asignatura Tecnologías Web - ETSIIT - Granada</p>
</article>
</section>
<section id="newComent">
<header><h2>Envíanos tu opinión</h2></header>
<form action="" enctype="text/plain" method="get">
<fieldset>
<label for="nombre">Nombre:</label>
<input id="nombre" type="text" name="nombre" placeholder="Nombre" required="yes"/>
<br>
<textarea rows="4" cols="50" name="comment" form="usrform" required="yes" placeholder="Comentario..."></textarea>
<br>
<input id="submit" type="submit" name="submit" value="Enviar" />
</fieldset>
</form>
</section>
</section>
<section class="columnRight">
<section id="newArt">
<h3> Relacionadas... </h3>
<a href="../politica/rechaza_demanda_aznar_elpais_20140425.html">
<article id="new">
<h4>Rechazada la demanda de Aznar contra EL PAÍS</h4>
<p>por los sobresueldos. La sentencia sostiene que el expresidente no acreditó que lo cobrado del PP cuando ya estaba en el </p>
</article>
</a>
<hr>
<a href="../politica/rechaza_demanda_aznar_elpais_20140425.html">
<article id="new">
<h4>Rechazada la demanda de Aznar contra EL PAÍS</h4>
<p>por los sobresueldos. La sentencia sostiene que el expresidente no acreditó que lo cobrado del PP cuando ya estaba en el </p>
</article>
</a>
<hr>
<a href="../politica/rechaza_demanda_aznar_elpais_20140425.html">
<article id="new">
<h4>Rechazada la demanda de Aznar contra EL PAÍS</h4>
<p>por los sobresueldos. La sentencia sostiene que el expresidente no acreditó que lo cobrado del PP cuando ya estaba en el </p>
</article>
</a>
</section>
<hr><hr>
<section id="bodyAd">
<a href="http://www.juegos.com/juego/goodgame-empire">
<img src="../img/godgame_empire.jpg">
</a>
<a href="http://www.amazon.es/b/ref=amb_link_180495467_2?ie=UTF8&node=4368893031&pf_rd_m=A1AT7YVPFBWXBL&pf_rd_s=right-3&pf_rd_r=0CM6YGX0WY3RNN3YDQ61&pf_rd_t=101&pf_rd_p=482330927&pf_rd_i=602357031">
<img src="../img/prepara_coche_moto.png">
</a>
<a href="http://www.amazon.es/gp/feature.html/ref=amb_link_181085367_2?ie=UTF8&docId=1000714053&pf_rd_m=A1AT7YVPFBWXBL&pf_rd_s=right-csm-3&pf_rd_r=0CM6YGX0WY3RNN3YDQ61&pf_rd_t=101&pf_rd_p=486656047&pf_rd_i=602357031">
<img src="../img/pack_app_musicales.jpg">
</a>
<a href="http://www.amazon.es/gp/feature.html/ref=o_disp_euhouse_mobile?ie=UTF8&docId=1000658923">
<img src="../img/amazon.png">
</a>
</section>
</section>
<footer>
<h2>El Periódico</h2>
<section id="description">
<h3>Encuentranos en:</h3>
<p>C\ Jacinto Benavente nº 16</p>
<p>18620   Alhendín (Granada)</p>
<p>info@elperiodico.es    +34 958 000 000</p>
</section>
<nav>
<ul>
<li><a id="" href="../index.html">Secciones</a></li>
<li><a id="" href="../.html">Contacto</a></li>
<li><a id="" href="../suscripcion.html">Suscripción</a></li>
<li><a id="navEnd" href="../como_se_hizo.pdf">Cómo se hizo</a></li>
</ul>
</nav>
</footer>
</section>
</section>
</body>
</html>
|
docs/com/marginallyclever/makelangeloRobot/machineStyles/package-frame.html
|
MarginallyClever/Makelangelo
|
<!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_66) on Sun Jun 07 10:57:48 PDT 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>com.marginallyclever.makelangeloRobot.machineStyles (Makelangelo 7.23.0 API)</title>
<meta name="date" content="2020-06-07">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../script.js"></script>
</head>
<body>
<h1 class="bar"><a href="../../../../com/marginallyclever/makelangeloRobot/machineStyles/package-summary.html" target="classFrame">com.marginallyclever.makelangeloRobot.machineStyles</a></h1>
<div class="indexContainer">
<h2 title="Interfaces">Interfaces</h2>
<ul title="Interfaces">
<li><a href="MachineStyle.html" title="interface in com.marginallyclever.makelangeloRobot.machineStyles" target="classFrame"><span class="interfaceName">MachineStyle</span></a></li>
</ul>
<h2 title="Classes">Classes</h2>
<ul title="Classes">
<li><a href="CoreXY.html" title="class in com.marginallyclever.makelangeloRobot.machineStyles" target="classFrame">CoreXY</a></li>
<li><a href="Polargraph.html" title="class in com.marginallyclever.makelangeloRobot.machineStyles" target="classFrame">Polargraph</a></li>
<li><a href="TraditionalXY.html" title="class in com.marginallyclever.makelangeloRobot.machineStyles" target="classFrame">TraditionalXY</a></li>
<li><a href="Zarplotter.html" title="class in com.marginallyclever.makelangeloRobot.machineStyles" target="classFrame">Zarplotter</a></li>
</ul>
</div>
</body>
</html>
|
public/tags/anova/page/1/index.html
|
knausb/knausb.github.io
|
<!DOCTYPE html><html><head><title>https://knausb.github.io/tags/anova/</title><link rel="canonical" href="https://knausb.github.io/tags/anova/"/><meta name="robots" content="noindex"><meta charset="utf-8" /><meta http-equiv="refresh" content="0; url=https://knausb.github.io/tags/anova/" /></head></html>
|
style.css
|
jungchinet/jungchinet
|
body, td, p, input, button, textarea, select, .c1 { font-family:Tahoma,굴림; font-size:9pt; color:#222222; }
form { margin:0; }
img {border:0px none; -ms-interpolation-mode: bicubic; }
a:link, a:visited, a:active { text-decoration:none; color:#466C8A; }
a:hover { text-decoration:underline; }
a.menu:link, a.menu:visited, a.menu:active { text-decoration:none; color:#454545; }
a.menu:hover { text-decoration:none; }
.member {font-weight:bold;color:#888888;}
.guest {font-weight:normal;color:#888888;}
.lh { line-height: 150%; }
.jt { text-align:justify; }
.li { font-weight:bold; font-size:18px; vertical-align:-4px; color:#66AEAD; }
.ul { list-style-type:square; color:#66AEAD; }
.ct { font-family: Verdana, 굴림; color:#222222; word-break:keep-all; }
.ed { border:1px solid #CCCCCC; }
.tx { border:1px solid #CCCCCC; }
.small { font-size:8pt; font-family:돋움; }
.cloudy, a.cloudy {color:#888888;} /* 흐림 */
input.ed { width:110px; height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; }
input.ed_password { height:20px; border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:3px 2px 0 2px; font:10px Tahoma; }
textarea.tx { border:1px solid #9A9A9A; border-right:1px solid #D8D8D8; border-bottom:1px solid #D8D8D8; padding:2px; }
.keep { word-break:keep-all; }
.break { word-break:break-all; }
.clear { clear:both; }
.pointer {cursor:pointer;}
|
docs/html/coverage/raspy_servers_onewire.html
|
bibi21000/RasPy
|
<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' />
<title>Coverage for raspy.servers.onewire: 82%</title>
<link rel='stylesheet' href='style.css' type='text/css'>
<script type='text/javascript' src='jquery.min.js'></script>
<script type='text/javascript' src='jquery.hotkeys.js'></script>
<script type='text/javascript' src='jquery.isonscreen.js'></script>
<script type='text/javascript' src='coverage_html.js'></script>
<script type='text/javascript' charset='utf-8'>
jQuery(document).ready(coverage.pyfile_ready);
</script>
</head>
<body id='pyfile'>
<div id='header'>
<div class='content'>
<h1>Coverage for <b>raspy.servers.onewire</b> :
<span class='pc_cov'>82%</span>
</h1>
<img id='keyboard_icon' src='keybd_closed.png'>
<h2 class='stats'>
50 statements
<span class='run hide_run shortkey_r button_toggle_run'>41 run</span>
<span class='mis shortkey_m button_toggle_mis'>9 missing</span>
<span class='exc shortkey_x button_toggle_exc'>3 excluded</span>
</h2>
</div>
</div>
<div class='help_panel'>
<img id='panel_icon' src='keybd_open.png'>
<p class='legend'>Hot-keys on this page</p>
<div>
<p class='keyhelp'>
<span class='key'>r</span>
<span class='key'>m</span>
<span class='key'>x</span>
<span class='key'>p</span> toggle line displays
</p>
<p class='keyhelp'>
<span class='key'>j</span>
<span class='key'>k</span> next/prev highlighted chunk
</p>
<p class='keyhelp'>
<span class='key'>0</span> (zero) top of page
</p>
<p class='keyhelp'>
<span class='key'>1</span> (one) first highlighted chunk
</p>
</div>
</div>
<div id='source'>
<table cellspacing='0' cellpadding='0'>
<tr>
<td class='linenos' valign='top'>
<p id='n1' class='pln'><a href='#n1'>1</a></p>
<p id='n2' class='pln'><a href='#n2'>2</a></p>
<p id='n3' class='pln'><a href='#n3'>3</a></p>
<p id='n4' class='stm run hide_run'><a href='#n4'>4</a></p>
<p id='n5' class='pln'><a href='#n5'>5</a></p>
<p id='n6' class='pln'><a href='#n6'>6</a></p>
<p id='n7' class='pln'><a href='#n7'>7</a></p>
<p id='n8' class='pln'><a href='#n8'>8</a></p>
<p id='n9' class='pln'><a href='#n9'>9</a></p>
<p id='n10' class='pln'><a href='#n10'>10</a></p>
<p id='n11' class='pln'><a href='#n11'>11</a></p>
<p id='n12' class='pln'><a href='#n12'>12</a></p>
<p id='n13' class='pln'><a href='#n13'>13</a></p>
<p id='n14' class='pln'><a href='#n14'>14</a></p>
<p id='n15' class='pln'><a href='#n15'>15</a></p>
<p id='n16' class='pln'><a href='#n16'>16</a></p>
<p id='n17' class='pln'><a href='#n17'>17</a></p>
<p id='n18' class='pln'><a href='#n18'>18</a></p>
<p id='n19' class='pln'><a href='#n19'>19</a></p>
<p id='n20' class='stm run hide_run'><a href='#n20'>20</a></p>
<p id='n21' class='stm run hide_run'><a href='#n21'>21</a></p>
<p id='n22' class='stm run hide_run'><a href='#n22'>22</a></p>
<p id='n23' class='pln'><a href='#n23'>23</a></p>
<p id='n24' class='stm run hide_run'><a href='#n24'>24</a></p>
<p id='n25' class='stm run hide_run'><a href='#n25'>25</a></p>
<p id='n26' class='stm run hide_run'><a href='#n26'>26</a></p>
<p id='n27' class='stm run hide_run'><a href='#n27'>27</a></p>
<p id='n28' class='stm run hide_run'><a href='#n28'>28</a></p>
<p id='n29' class='stm run hide_run'><a href='#n29'>29</a></p>
<p id='n30' class='pln'><a href='#n30'>30</a></p>
<p id='n31' class='pln'><a href='#n31'>31</a></p>
<p id='n32' class='stm run hide_run'><a href='#n32'>32</a></p>
<p id='n33' class='pln'><a href='#n33'>33</a></p>
<p id='n34' class='stm run hide_run'><a href='#n34'>34</a></p>
<p id='n35' class='pln'><a href='#n35'>35</a></p>
<p id='n36' class='pln'><a href='#n36'>36</a></p>
<p id='n37' class='pln'><a href='#n37'>37</a></p>
<p id='n38' class='pln'><a href='#n38'>38</a></p>
<p id='n39' class='pln'><a href='#n39'>39</a></p>
<p id='n40' class='pln'><a href='#n40'>40</a></p>
<p id='n41' class='pln'><a href='#n41'>41</a></p>
<p id='n42' class='pln'><a href='#n42'>42</a></p>
<p id='n43' class='pln'><a href='#n43'>43</a></p>
<p id='n44' class='pln'><a href='#n44'>44</a></p>
<p id='n45' class='pln'><a href='#n45'>45</a></p>
<p id='n46' class='pln'><a href='#n46'>46</a></p>
<p id='n47' class='pln'><a href='#n47'>47</a></p>
<p id='n48' class='pln'><a href='#n48'>48</a></p>
<p id='n49' class='pln'><a href='#n49'>49</a></p>
<p id='n50' class='pln'><a href='#n50'>50</a></p>
<p id='n51' class='pln'><a href='#n51'>51</a></p>
<p id='n52' class='pln'><a href='#n52'>52</a></p>
<p id='n53' class='pln'><a href='#n53'>53</a></p>
<p id='n54' class='pln'><a href='#n54'>54</a></p>
<p id='n55' class='pln'><a href='#n55'>55</a></p>
<p id='n56' class='pln'><a href='#n56'>56</a></p>
<p id='n57' class='pln'><a href='#n57'>57</a></p>
<p id='n58' class='pln'><a href='#n58'>58</a></p>
<p id='n59' class='pln'><a href='#n59'>59</a></p>
<p id='n60' class='pln'><a href='#n60'>60</a></p>
<p id='n61' class='pln'><a href='#n61'>61</a></p>
<p id='n62' class='pln'><a href='#n62'>62</a></p>
<p id='n63' class='pln'><a href='#n63'>63</a></p>
<p id='n64' class='pln'><a href='#n64'>64</a></p>
<p id='n65' class='pln'><a href='#n65'>65</a></p>
<p id='n66' class='pln'><a href='#n66'>66</a></p>
<p id='n67' class='pln'><a href='#n67'>67</a></p>
<p id='n68' class='pln'><a href='#n68'>68</a></p>
<p id='n69' class='pln'><a href='#n69'>69</a></p>
<p id='n70' class='pln'><a href='#n70'>70</a></p>
<p id='n71' class='pln'><a href='#n71'>71</a></p>
<p id='n72' class='pln'><a href='#n72'>72</a></p>
<p id='n73' class='pln'><a href='#n73'>73</a></p>
<p id='n74' class='pln'><a href='#n74'>74</a></p>
<p id='n75' class='pln'><a href='#n75'>75</a></p>
<p id='n76' class='pln'><a href='#n76'>76</a></p>
<p id='n77' class='pln'><a href='#n77'>77</a></p>
<p id='n78' class='pln'><a href='#n78'>78</a></p>
<p id='n79' class='pln'><a href='#n79'>79</a></p>
<p id='n80' class='stm run hide_run'><a href='#n80'>80</a></p>
<p id='n81' class='pln'><a href='#n81'>81</a></p>
<p id='n82' class='pln'><a href='#n82'>82</a></p>
<p id='n83' class='pln'><a href='#n83'>83</a></p>
<p id='n84' class='stm run hide_run'><a href='#n84'>84</a></p>
<p id='n85' class='stm run hide_run'><a href='#n85'>85</a></p>
<p id='n86' class='stm run hide_run'><a href='#n86'>86</a></p>
<p id='n87' class='stm run hide_run'><a href='#n87'>87</a></p>
<p id='n88' class='stm run hide_run'><a href='#n88'>88</a></p>
<p id='n89' class='pln'><a href='#n89'>89</a></p>
<p id='n90' class='stm run hide_run'><a href='#n90'>90</a></p>
<p id='n91' class='pln'><a href='#n91'>91</a></p>
<p id='n92' class='pln'><a href='#n92'>92</a></p>
<p id='n93' class='pln'><a href='#n93'>93</a></p>
<p id='n94' class='stm run hide_run'><a href='#n94'>94</a></p>
<p id='n95' class='pln'><a href='#n95'>95</a></p>
<p id='n96' class='stm run hide_run'><a href='#n96'>96</a></p>
<p id='n97' class='stm run hide_run'><a href='#n97'>97</a></p>
<p id='n98' class='stm run hide_run'><a href='#n98'>98</a></p>
<p id='n99' class='stm run hide_run'><a href='#n99'>99</a></p>
<p id='n100' class='stm run hide_run'><a href='#n100'>100</a></p>
<p id='n101' class='stm run hide_run'><a href='#n101'>101</a></p>
<p id='n102' class='stm run hide_run'><a href='#n102'>102</a></p>
<p id='n103' class='stm run hide_run'><a href='#n103'>103</a></p>
<p id='n104' class='stm run hide_run'><a href='#n104'>104</a></p>
<p id='n105' class='stm run hide_run'><a href='#n105'>105</a></p>
<p id='n106' class='stm run hide_run'><a href='#n106'>106</a></p>
<p id='n107' class='stm run hide_run'><a href='#n107'>107</a></p>
<p id='n108' class='stm run hide_run'><a href='#n108'>108</a></p>
<p id='n109' class='stm run hide_run'><a href='#n109'>109</a></p>
<p id='n110' class='stm run hide_run'><a href='#n110'>110</a></p>
<p id='n111' class='stm run hide_run'><a href='#n111'>111</a></p>
<p id='n112' class='stm mis'><a href='#n112'>112</a></p>
<p id='n113' class='stm mis'><a href='#n113'>113</a></p>
<p id='n114' class='stm mis'><a href='#n114'>114</a></p>
<p id='n115' class='pln'><a href='#n115'>115</a></p>
<p id='n116' class='stm mis'><a href='#n116'>116</a></p>
<p id='n117' class='stm mis'><a href='#n117'>117</a></p>
<p id='n118' class='stm mis'><a href='#n118'>118</a></p>
<p id='n119' class='stm run hide_run'><a href='#n119'>119</a></p>
<p id='n120' class='stm run hide_run'><a href='#n120'>120</a></p>
<p id='n121' class='stm run hide_run'><a href='#n121'>121</a></p>
<p id='n122' class='pln'><a href='#n122'>122</a></p>
<p id='n123' class='stm run hide_run'><a href='#n123'>123</a></p>
<p id='n124' class='stm run hide_run'><a href='#n124'>124</a></p>
<p id='n125' class='stm mis'><a href='#n125'>125</a></p>
<p id='n126' class='stm mis'><a href='#n126'>126</a></p>
<p id='n127' class='stm mis'><a href='#n127'>127</a></p>
<p id='n128' class='pln'><a href='#n128'>128</a></p>
<p id='n129' class='exc'><a href='#n129'>129</a></p>
<p id='n130' class='exc'><a href='#n130'>130</a></p>
<p id='n131' class='exc'><a href='#n131'>131</a></p>
<p id='n132' class='pln'><a href='#n132'>132</a></p>
</td>
<td class='text' valign='top'>
<p id='t1' class='pln'><span class='com'>#!/usr/bin/python</span><span class='strut'> </span></p>
<p id='t2' class='pln'><span class='com'># -*- coding: utf-8 -*-</span><span class='strut'> </span></p>
<p id='t3' class='pln'><span class='strut'> </span></p>
<p id='t4' class='stm run hide_run'><span class='nam'>__license__</span> <span class='op'>=</span> <span class='str'>"""</span><span class='strut'> </span></p>
<p id='t5' class='pln'><span class='str'> This file is part of RasPy.</span><span class='strut'> </span></p>
<p id='t6' class='pln'><span class='strut'> </span></p>
<p id='t7' class='pln'><span class='str'> RasPy is free software: you can redistribute it and/or modify</span><span class='strut'> </span></p>
<p id='t8' class='pln'><span class='str'> it under the terms of the GNU General Public License as published by</span><span class='strut'> </span></p>
<p id='t9' class='pln'><span class='str'> the Free Software Foundation, either version 3 of the License, or</span><span class='strut'> </span></p>
<p id='t10' class='pln'><span class='str'> (at your option) any later version.</span><span class='strut'> </span></p>
<p id='t11' class='pln'><span class='strut'> </span></p>
<p id='t12' class='pln'><span class='str'> RasPy is distributed in the hope that it will be useful,</span><span class='strut'> </span></p>
<p id='t13' class='pln'><span class='str'> but WITHOUT ANY WARRANTY; without even the implied warranty of</span><span class='strut'> </span></p>
<p id='t14' class='pln'><span class='str'> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the</span><span class='strut'> </span></p>
<p id='t15' class='pln'><span class='str'> GNU General Public License for more details.</span><span class='strut'> </span></p>
<p id='t16' class='pln'><span class='strut'> </span></p>
<p id='t17' class='pln'><span class='str'> You should have received a copy of the GNU General Public License</span><span class='strut'> </span></p>
<p id='t18' class='pln'><span class='str'> along with RasPy. If not, see <http://www.gnu.org/licenses/>.</span><span class='strut'> </span></p>
<p id='t19' class='pln'><span class='str'>"""</span><span class='strut'> </span></p>
<p id='t20' class='stm run hide_run'><span class='nam'>__copyright__</span> <span class='op'>=</span> <span class='str'>"Copyright © 2013-2014 Sébastien GALLET aka bibi21000"</span><span class='strut'> </span></p>
<p id='t21' class='stm run hide_run'><span class='nam'>__author__</span> <span class='op'>=</span> <span class='str'>'Sébastien GALLET aka bibi21000'</span><span class='strut'> </span></p>
<p id='t22' class='stm run hide_run'><span class='nam'>__email__</span> <span class='op'>=</span> <span class='str'>'bibi21000@gmail.com'</span><span class='strut'> </span></p>
<p id='t23' class='pln'><span class='strut'> </span></p>
<p id='t24' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>threading</span><span class='strut'> </span></p>
<p id='t25' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>traceback</span><span class='strut'> </span></p>
<p id='t26' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>os</span><span class='strut'> </span></p>
<p id='t27' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>raspy</span><span class='op'>.</span><span class='nam'>common</span><span class='op'>.</span><span class='nam'>MDP</span> <span class='key'>as</span> <span class='nam'>MDP</span><span class='strut'> </span></p>
<p id='t28' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>raspy</span><span class='op'>.</span><span class='nam'>common</span><span class='op'>.</span><span class='nam'>server</span> <span class='key'>import</span> <span class='nam'>Server</span><span class='strut'> </span></p>
<p id='t29' class='stm run hide_run'><span class='key'>from</span> <span class='nam'>raspy</span><span class='op'>.</span><span class='nam'>common</span><span class='op'>.</span><span class='nam'>mdwrkapi</span> <span class='key'>import</span> <span class='nam'>MajorDomoWorker</span><span class='strut'> </span></p>
<p id='t30' class='pln'><span class='com'>#from raspy.common.zhelpers import dump</span><span class='strut'> </span></p>
<p id='t31' class='pln'><span class='strut'> </span></p>
<p id='t32' class='stm run hide_run'><span class='key'>import</span> <span class='nam'>logging</span><span class='strut'> </span></p>
<p id='t33' class='pln'><span class='strut'> </span></p>
<p id='t34' class='stm run hide_run'><span class='key'>class</span> <span class='nam'>OneWire</span><span class='op'>(</span><span class='nam'>Server</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t35' class='pln'> <span class='str'>"""</span><span class='strut'> </span></p>
<p id='t36' class='pln'><span class='str'> The OneWire server</span><span class='strut'> </span></p>
<p id='t37' class='pln'><span class='strut'> </span></p>
<p id='t38' class='pln'><span class='str'> **Configuration**</span><span class='strut'> </span></p>
<p id='t39' class='pln'><span class='strut'> </span></p>
<p id='t40' class='pln'><span class='str'> You need to load kernel module :</span><span class='strut'> </span></p>
<p id='t41' class='pln'><span class='strut'> </span></p>
<p id='t42' class='pln'><span class='str'> .. code-block:: bash</span><span class='strut'> </span></p>
<p id='t43' class='pln'><span class='strut'> </span></p>
<p id='t44' class='pln'><span class='str'> sudo vim /etc/modules</span><span class='strut'> </span></p>
<p id='t45' class='pln'><span class='strut'> </span></p>
<p id='t46' class='pln'><span class='str'> .. code-block:: bash</span><span class='strut'> </span></p>
<p id='t47' class='pln'><span class='strut'> </span></p>
<p id='t48' class='pln'><span class='str'> # /etc/modules: kernel modules to load at boot time.</span><span class='strut'> </span></p>
<p id='t49' class='pln'><span class='str'> #</span><span class='strut'> </span></p>
<p id='t50' class='pln'><span class='str'> # This file contains the names of kernel modules that should be loaded</span><span class='strut'> </span></p>
<p id='t51' class='pln'><span class='str'> # at boot time, one per line. Lines beginning with "#" are ignored.</span><span class='strut'> </span></p>
<p id='t52' class='pln'><span class='str'> # Parameters can be specified after the module name.</span><span class='strut'> </span></p>
<p id='t53' class='pln'><span class='str'> w1-therm</span><span class='strut'> </span></p>
<p id='t54' class='pln'><span class='str'> w1-gpio pullup=1</span><span class='strut'> </span></p>
<p id='t55' class='pln'><span class='str'> i2c-dev</span><span class='strut'> </span></p>
<p id='t56' class='pln'><span class='str'> i2c-bcm2708</span><span class='strut'> </span></p>
<p id='t57' class='pln'><span class='str'> spi-bcm2708</span><span class='strut'> </span></p>
<p id='t58' class='pln'><span class='str'> snd-bcm2835</span><span class='strut'> </span></p>
<p id='t59' class='pln'><span class='strut'> </span></p>
<p id='t60' class='pln'><span class='str'> And check that blacklist is correct :</span><span class='strut'> </span></p>
<p id='t61' class='pln'><span class='strut'> </span></p>
<p id='t62' class='pln'><span class='str'> .. code-block:: bash</span><span class='strut'> </span></p>
<p id='t63' class='pln'><span class='strut'> </span></p>
<p id='t64' class='pln'><span class='str'> sudo vim /etc/modprobe.d/raspi-blacklist.conf</span><span class='strut'> </span></p>
<p id='t65' class='pln'><span class='strut'> </span></p>
<p id='t66' class='pln'><span class='str'> .. code-block:: bash</span><span class='strut'> </span></p>
<p id='t67' class='pln'><span class='strut'> </span></p>
<p id='t68' class='pln'><span class='str'> # blacklist spi and i2c by default (many users don't need them)</span><span class='strut'> </span></p>
<p id='t69' class='pln'><span class='str'> blacklist spi-bcm2708</span><span class='strut'> </span></p>
<p id='t70' class='pln'><span class='str'> blacklist i2c-bcm2708</span><span class='strut'> </span></p>
<p id='t71' class='pln'><span class='str'> blacklist snd-soc-pcm512x</span><span class='strut'> </span></p>
<p id='t72' class='pln'><span class='str'> blacklist snd-soc-wm8804</span><span class='strut'> </span></p>
<p id='t73' class='pln'><span class='strut'> </span></p>
<p id='t74' class='pln'><span class='str'> At last, we must load the module in init script sothat we don't need to update this.</span><span class='strut'> </span></p>
<p id='t75' class='pln'><span class='strut'> </span></p>
<p id='t76' class='pln'><span class='str'> From https://www.modmypi.com/blog/ds18b20-one-wire-digital-temperature-sensor-and-the-raspberry-pi</span><span class='strut'> </span></p>
<p id='t77' class='pln'><span class='strut'> </span></p>
<p id='t78' class='pln'><span class='str'> """</span><span class='strut'> </span></p>
<p id='t79' class='pln'><span class='strut'> </span></p>
<p id='t80' class='stm run hide_run'> <span class='key'>def</span> <span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>hostname</span><span class='op'>=</span><span class='str'>'localhost'</span><span class='op'>,</span> <span class='nam'>service</span><span class='op'>=</span><span class='str'>"onewire"</span><span class='op'>,</span> <span class='nam'>broker_ip</span><span class='op'>=</span><span class='str'>'127.0.0.1'</span><span class='op'>,</span> <span class='nam'>broker_port</span><span class='op'>=</span><span class='num'>5514</span><span class='op'>,</span> <span class='xx'>\</span><span class='strut'> </span></p>
<p id='t81' class='pln'> <span class='nam'>devices_dir</span><span class='op'>=</span><span class='str'>'/sys/bus/w1/devices'</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t82' class='pln'> <span class='str'>"""Initialize the server</span><span class='strut'> </span></p>
<p id='t83' class='pln'><span class='str'> """</span><span class='strut'> </span></p>
<p id='t84' class='stm run hide_run'> <span class='nam'>Server</span><span class='op'>.</span><span class='nam'>__init__</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>,</span> <span class='nam'>hostname</span><span class='op'>,</span> <span class='nam'>service</span><span class='op'>,</span> <span class='nam'>broker_ip</span><span class='op'>,</span> <span class='nam'>broker_port</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t85' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>devices_dir</span> <span class='op'>=</span> <span class='nam'>devices_dir</span><span class='strut'> </span></p>
<p id='t86' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>worker_devices_thread</span> <span class='op'>=</span> <span class='nam'>threading</span><span class='op'>.</span><span class='nam'>Thread</span><span class='op'>(</span><span class='nam'>target</span><span class='op'>=</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>worker_devices</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t87' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>worker_devices_thread</span><span class='op'>.</span><span class='nam'>daemon</span> <span class='op'>=</span> <span class='nam'>True</span><span class='strut'> </span></p>
<p id='t88' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>_active_threads</span><span class='op'>.</span><span class='nam'>append</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>worker_devices_thread</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t89' class='pln'><span class='strut'> </span></p>
<p id='t90' class='stm run hide_run'> <span class='key'>def</span> <span class='nam'>worker_devices</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t91' class='pln'> <span class='str'>"""Create a worker to handle devices requests</span><span class='strut'> </span></p>
<p id='t92' class='pln'><span class='strut'> </span></p>
<p id='t93' class='pln'><span class='str'> """</span><span class='strut'> </span></p>
<p id='t94' class='stm run hide_run'> <span class='nam'>worker</span> <span class='op'>=</span> <span class='nam'>MajorDomoWorker</span><span class='op'>(</span><span class='str'>"tcp://%s:%s"</span> <span class='op'>%</span> <span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>broker_ip</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>broker_port</span><span class='op'>)</span><span class='op'>,</span> <span class='xx'>\</span><span class='strut'> </span></p>
<p id='t95' class='pln'> <span class='str'>"%s.devices"</span> <span class='op'>%</span> <span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>routing_key</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>hostname</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>service</span><span class='op'>)</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t96' class='stm run hide_run'> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>_active_workers</span><span class='op'>.</span><span class='nam'>append</span><span class='op'>(</span><span class='nam'>worker</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t97' class='stm run hide_run'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='nam'>None</span><span class='strut'> </span></p>
<p id='t98' class='stm run hide_run'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>debug</span><span class='op'>(</span><span class='str'>"Start worker for service %s"</span><span class='op'>,</span> <span class='str'>"%s.devices"</span><span class='op'>%</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>routing_key</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>hostname</span><span class='op'>,</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>service</span><span class='op'>)</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t99' class='stm run hide_run'> <span class='key'>while</span> <span class='key'>not</span> <span class='nam'>self</span><span class='op'>.</span><span class='nam'>_stopevent</span><span class='op'>.</span><span class='nam'>isSet</span><span class='op'>(</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t100' class='stm run hide_run'> <span class='nam'>request</span> <span class='op'>=</span> <span class='nam'>worker</span><span class='op'>.</span><span class='nam'>recv</span><span class='op'>(</span><span class='nam'>reply</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t101' class='stm run hide_run'> <span class='key'>if</span> <span class='key'>not</span> <span class='nam'>request</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t102' class='stm run hide_run'> <span class='key'>break</span> <span class='com'># Interrupted, exit</span><span class='strut'> </span></p>
<p id='t103' class='stm run hide_run'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_ERROR</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t104' class='stm run hide_run'> <span class='key'>try</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t105' class='stm run hide_run'> <span class='nam'>action</span> <span class='op'>=</span> <span class='nam'>request</span><span class='op'>.</span><span class='nam'>pop</span><span class='op'>(</span><span class='num'>0</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t106' class='stm run hide_run'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>debug</span><span class='op'>(</span><span class='str'>"worker_devices received action %s"</span><span class='op'>,</span> <span class='nam'>action</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t107' class='stm run hide_run'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>action</span><span class='op'>]</span> <span class='op'>+</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_ERROR</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t108' class='stm run hide_run'> <span class='key'>if</span> <span class='nam'>action</span> <span class='op'>==</span> <span class='str'>"list_keys"</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t109' class='stm run hide_run'> <span class='key'>try</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t110' class='stm run hide_run'> <span class='nam'>res</span> <span class='op'>=</span> <span class='str'>""</span><span class='strut'> </span></p>
<p id='t111' class='stm run hide_run'> <span class='key'>for</span> <span class='nam'>key</span> <span class='key'>in</span> <span class='nam'>os</span><span class='op'>.</span><span class='nam'>listdir</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>devices_dir</span><span class='op'>)</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t112' class='stm mis'> <span class='key'>if</span> <span class='nam'>os</span><span class='op'>.</span><span class='nam'>path</span><span class='op'>.</span><span class='nam'>isfile</span><span class='op'>(</span><span class='nam'>os</span><span class='op'>.</span><span class='nam'>path</span><span class='op'>.</span><span class='nam'>join</span><span class='op'>(</span><span class='nam'>self</span><span class='op'>.</span><span class='nam'>devices_dir</span><span class='op'>,</span> <span class='nam'>key</span><span class='op'>)</span><span class='op'>)</span> <span class='op'>==</span> <span class='nam'>True</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t113' class='stm mis'> <span class='key'>if</span> <span class='nam'>res</span> <span class='op'>==</span> <span class='nam'>None</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t114' class='stm mis'> <span class='nam'>res</span> <span class='op'>=</span> <span class='nam'>key</span><span class='strut'> </span></p>
<p id='t115' class='pln'> <span class='key'>else</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t116' class='stm mis'> <span class='nam'>res</span> <span class='op'>=</span> <span class='nam'>res</span> <span class='op'>+</span> <span class='str'>'|'</span> <span class='op'>+</span> <span class='nam'>key</span><span class='strut'> </span></p>
<p id='t117' class='stm mis'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>res</span><span class='op'>]</span> <span class='op'>+</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_OK</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t118' class='stm mis'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>debug</span><span class='op'>(</span><span class='str'>"worker_devices send [%s][%s]"</span><span class='op'>,</span> <span class='nam'>action</span><span class='op'>,</span> <span class='nam'>res</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t119' class='stm run hide_run'> <span class='key'>except</span> <span class='nam'>OSError</span> <span class='key'>as</span> <span class='nam'>exc</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t120' class='stm run hide_run'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>exception</span><span class='op'>(</span><span class='str'>"OSError Exception in worker_devices for action %s"</span><span class='op'>,</span> <span class='nam'>action</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t121' class='stm run hide_run'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_ERROR</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t122' class='pln'> <span class='key'>else</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t123' class='stm run hide_run'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>action</span><span class='op'>]</span> <span class='op'>+</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_NOTIMPLEMENTED</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t124' class='stm run hide_run'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>debug</span><span class='op'>(</span><span class='str'>"worker_devices send [%s][%s]"</span><span class='op'>,</span> <span class='nam'>action</span><span class='op'>,</span> <span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_NOTIMPLEMENTED</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t125' class='stm mis'> <span class='key'>except</span> <span class='nam'>IndexError</span><span class='op'>:</span><span class='strut'> </span></p>
<p id='t126' class='stm mis'> <span class='nam'>logging</span><span class='op'>.</span><span class='nam'>exception</span><span class='op'>(</span><span class='str'>"Exception in worker_devices"</span><span class='op'>)</span><span class='strut'> </span></p>
<p id='t127' class='stm mis'> <span class='nam'>reply</span> <span class='op'>=</span> <span class='op'>[</span><span class='nam'>MDP</span><span class='op'>.</span><span class='nam'>T_ERROR</span><span class='op'>]</span><span class='strut'> </span></p>
<p id='t128' class='pln'><span class='strut'> </span></p>
<p id='t129' class='exc'><span class='key'>if</span> <span class='nam'>__name__</span> <span class='op'>==</span> <span class='str'>'__main__'</span><span class='op'>:</span> <span class='com'># pragma: no cover</span><span class='strut'> </span></p>
<p id='t130' class='exc'> <span class='nam'>mywire</span> <span class='op'>=</span> <span class='nam'>OneWire</span><span class='op'>(</span><span class='op'>)</span> <span class='com'># pragma: no cover</span><span class='strut'> </span></p>
<p id='t131' class='exc'> <span class='nam'>mywire</span><span class='op'>.</span><span class='nam'>run</span><span class='op'>(</span><span class='op'>)</span> <span class='com'># pragma: no cover</span><span class='strut'> </span></p>
<p id='t132' class='pln'><span class='strut'> </span></p>
</td>
</tr>
</table>
</div>
<div id='footer'>
<div class='content'>
<p>
<a class='nav' href='index.html'>« index</a> <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
</p>
</div>
</div>
</body>
</html>
|
Coding/W3School/W3Schools_Offline_2015/www.w3schools.com/tags/tryhtml5_av_event_playing_html.html
|
platinhom/ManualHom
|
<!DOCTYPE html>
<html>
<!-- Mirrored from www.w3schools.com/tags/tryhtml5_av_event_playing_html.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:35:40 GMT -->
<body>
<p>Play, pause and then play the video again.</p>
<video controls width="320" height="176" onplaying="alert('The video is now playing')">
<source src="mov_bbb.mp4" type="video/mp4">
<source src="mov_bbb.ogg" type="video/ogg">
Your browser does not support HTML5 video.
</video>
<p>Video courtesy of <a href="http://www.bigbuckbunny.org/" target="_blank">Big Buck Bunny</a>.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryhtml5_av_event_playing_html.htm by HTTrack Website Copier/3.x [XR&CO'2014], Fri, 23 Jan 2015 08:35:40 GMT -->
</html>
|
project/templates/base.html
|
CodeforLeipzig/kidsle
|
{% load compress %} {% load static from staticfiles %} {% load leaflet_tags %}
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>
{% block title %} kidlse {% endblock %}
</title>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
{% block styles %}
{% if debug %}
<!-- This is the client-side way to compile less and an ok choice for local dev -->
<link rel="stylesheet/less" type="text/css" media="all" href="{% static 'less/style.less' %}" />
{% else %}
{% compress css %}
<!-- This is the nifty django-compressor way to compile your less files in css -->
<link rel="stylesheet" type="text/less" media="all" href="{% static 'less/style.less' %}" /> {% endcompress %}
{% endif %}
{% endblock %}
</head>
<body>
{% include 'icons.svg' %}
<div class="navmenu navmenu-default navmenu-fixed-left">
<div class="navmenu-brand">
<h1>Kids in Leipzig</h1>
</div>
<div class="filter">
{% if 'daycare' in active_apps %}
<button id="kit" type="button" class="btn btn-lg btn-primary btn-block">Kitas ausblenden</button>
{% endif %}
{% if 'playgrounds' in active_apps %}
<button id="play" type="button" class="btn btn-lg btn-primary btn-block">Spielplätze ausblenden</button>
{% endif %}
{% if 'schools' in active_apps %}
<button id="school" type="button" class="btn btn-lg btn-primary btn-block">Schulen ausblenden</button>
{% endif %}
</div>
<div class="statics">
<button id="contact" type="button" class="btn btn-lg btn-link btn-block">Kontakt</button>
<button id="imprint" type="button" class="btn btn-lg btn-link btn-block">Impressum</button>
</div>
</div>
<div class="canvas">
<div class="navbar navbar-default navbar-fixed-top">
<button type="button" class="navbar-toggle" data-toggle="offcanvas" data-recalc="false" data-target=".navmenu" data-canvas=".canvas">
<svg class="icon-kid icon-sm ">
<use xlink:href="#icon-layer" />
</svg>
</button>
<button id="locate" type="button" class="navbar-toggle">
<svg class="icon-kid icon-sm ">
<use xlink:href="#icon-locate" />
</svg>
</button>
</div>
<div class="container">
{% leaflet_map "map" callback="window.setUpMap" %}
</div>
<!-- /.container -->
</div>
<!-- /.canvas -->
<!-- Contact Modal -->
<div class="modal fade" id="contactModal" tabindex="-1" role="dialog" aria-labelledby="contactModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close pull-right" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
<h4 class="modal-title" id="contactModal">Kontakt</h4>
</div>
<div class="modal-body">
{% include 'contact.html' %}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Schliessen</button>
</div>
</div>
</div>
</div>
<!-- Imprint Modal -->
<div class="modal fade" id="imprintModal" tabindex="-1" role="dialog" aria-labelledby="imprintModal" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close pull-right" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span>
</button>
<h4 class="modal-title" id="imprintModal">Impressum</h4>
</div>
<div class="modal-body">
{% include 'imprint.html' %}
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Schliessen</button>
</div>
</div>
</div>
</div>
{% block js %}
<!-- Leaflet -->
{% leaflet_js %}
<script type="text/javascript" charset="utf-8" src="{% static 'js/leaflet.markercluster.js' %}"></script>
<script type="text/javascript" charset="utf-8" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
{% if debug %}
<script type="text/javascript" charset="utf-8" src="{% static 'js/less-1.7.0.min.js' %}"></script>
{% endif %}
<script type="text/javascript" charset="utf-8">
var daycarecenterIcon = '{% static "img/kita.svg" %}';
var playgroundIcon = '{% static "img/playground3.svg" %}';
var schoolIcon = '{% static "img/school.svg" %}';
var posIcon = '{% static "img/marker-circle.svg" %}';
var daycarecenterDataUrl = '{% url "daycarecenter-list" %}';
var playgroundDataUrl = '{% url "playground-list" %}';
var schoolDataUrl = '{% url "school-list" %}';
var schoolsActive = {% if 'schools' in active_apps %}true{% else %}false{% endif %};
var daycareActive = {% if 'daycare' in active_apps %}true{% else %}false{% endif %};
var playgroundsActive = {% if 'playgrounds' in active_apps %}true{% else %}false{% endif %};
</script>
<script type="text/javascript" charset="utf-8" src="{% static 'js/leaveme.js' %}"></script>
<script type="text/javascript" charset="utf-8" src="{% static 'js/offcanvas.js' %}"></script>
<script>
(function($) {
$('#contact').on('click', function() {
$('#contactModal').modal('show');
});
$('#imprint').on('click', function() {
$('#imprintModal').modal('show');
});
})(jQuery);
</script>
{% endblock %}
</body>
</html>
|
Code/GetMetaDataFromCRAN/raw_html/plfMA.html
|
esander91/NamespacePollution
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>CRAN - Package plfMA</title>
<link rel="stylesheet" type="text/css" href="../../CRAN_web.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
table td { vertical-align: top; }
</style>
</head>
<body>
<h2>plfMA: A GUI to View, Design and Export Various Graphs of Data</h2>
<p>Provides a graphical user interface for viewing and designing various types of graphs of the data. The graphs can be saved in different formats of an image.</p>
<table summary="Package plfMA summary">
<tr>
<td>Version:</td>
<td>1.0.3</td>
</tr>
<tr>
<td>Imports:</td>
<td><a href="../gWidgets/index.html">gWidgets</a>, <a href="http://www.bioconductor.org/packages/release/bioc/html/limma.html"><span class="BioC">limma</span></a>, <a href="../gWidgetsRGtk2/index.html">gWidgetsRGtk2</a>, tcltk, <a href="../cairoDevice/index.html">cairoDevice</a>, grDevices, graphics, stats</td>
</tr>
<tr>
<td>Published:</td>
<td>2016-06-10</td>
</tr>
<tr>
<td>Author:</td>
<td>Dhammapal Bharne, Vaibhav Vindal</td>
</tr>
<tr>
<td>Maintainer:</td>
<td>Dhammapal Bharne <dhammapalb at uohyd.ac.in></td>
</tr>
<tr>
<td>License:</td>
<td><a href="../../licenses/GPL-2">GPL-2</a></td>
</tr>
<tr>
<td>NeedsCompilation:</td>
<td>no</td>
</tr>
<tr>
<td>CRAN checks:</td>
<td><a href="../../checks/check_results_plfMA.html">plfMA results</a></td>
</tr>
</table>
<h4>Downloads:</h4>
<table summary="Package plfMA downloads">
<tr>
<td> Reference manual: </td>
<td> <a href="plfMA.pdf"> plfMA.pdf </a> </td>
</tr>
<tr>
<td> Package source: </td>
<td> <a href="../../../src/contrib/plfMA_1.0.3.tar.gz"> plfMA_1.0.3.tar.gz </a> </td>
</tr>
<tr>
<td> Windows binaries: </td>
<td> r-devel: <a href="../../../bin/windows/contrib/3.5/plfMA_1.0.3.zip">plfMA_1.0.3.zip</a>, r-release: <a href="../../../bin/windows/contrib/3.4/plfMA_1.0.3.zip">plfMA_1.0.3.zip</a>, r-oldrel: <a href="../../../bin/windows/contrib/3.3/plfMA_1.0.3.zip">plfMA_1.0.3.zip</a> </td>
</tr>
<tr>
<td> OS X El Capitan binaries: </td>
<td> r-release: not available </td>
</tr>
<tr>
<td> OS X Mavericks binaries: </td>
<td> r-oldrel: <a href="../../../bin/macosx/mavericks/contrib/3.3/plfMA_1.0.3.tgz">plfMA_1.0.3.tgz</a> </td>
</tr>
<tr>
<td> Old sources: </td>
<td> <a href="../../../src/contrib/Archive/plfMA"> plfMA archive </a> </td>
</tr>
</table>
<h4>Linking:</h4>
<p>Please use the canonical form
<a href="https://CRAN.R-project.org/package=plfMA"><samp>https://CRAN.R-project.org/package=plfMA</samp></a>
to link to this page.</p>
</body>
</html>
|
rezerviTable/yui/examples/yuiloader/yl-basic_source.html
|
utilo-web-app-development/REZERVI
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>YUI Loader Utility Example: Loading YUI TreeView and Calendar with the YUI Loader Utility</title>
</head>
<body class="yui-skin-sam">
<h1>YUI Loader Utility Example: Loading the YUI Calendar Control with the YUI Loader Utility</h1>
<p>In this example, we bring a YUI component onto the page using the <a href="http://developer.yahoo.com/yui/loader/">YUI Loader Utility</a>. This example implements YUI Loader via the <code>YAHOO_config</code> object. We load the YUI Loader script file, then specify in <code>YAHOO_config</code> which component we want loaded on the page — and what we want to do once it <em>is</em> loaded.</p>
<div id="calendar_container"></div>
<script>
YAHOO_config = {
//we don't have loader on the page, so we'll use our
//"listener" to log to the console if supported by the
//browser. "listener" is a method that will be fired
//by the YAHOO Global Object each time a new YUI module
//is successfully loaded.
listener: function(moduleInformation) {
//if(console) {console.log(moduleInformation);}
},
//the "load" member of YAHOO_config is where we provide
//information to the YUI Loader Utility about what components
//we want to load, where they exist, and what to do once
//they're loaded.
load: {
require: ['calendar'], //what components?
base: '../../build/', //where do they live?
//loadOptional: true, //load all optional dependencies?
//filter: "DEBUG", //use debug versions (or apply some
//some other filter?
//onLoadComplete is the function that YUI Loader
//should call when all components are successfully loaded.
onLoadComplete: function(loader) {
//Once the YUI Calendar Control and dependencies are on
//the page, we'll verify that our target container is
//available in the DOM and then instantiate a default
//calendar into it:
YAHOO.util.Event.onAvailable("calendar_container", function() {
var myCal = new YAHOO.widget.Calendar("mycal_id", "calendar_container");
myCal.render();
})
}
}
}
</script>
<!--Having created our YAHOO_config object, we now load the YUI
Loader Utility; it will consume the object and follow the
instructions we provided there.-->
<script src="../../build/yuiloader/yuiloader-beta.js"></script>
</body>
</html>
|
account/templates/account/base.html
|
Applied-GeoSolutions/geokit
|
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>GeoKit</title>
{% block extra_head %}
{% endblock %}
</head>
{% block body_class %}<body>{% endblock %}
{% block body %}
{% endblock %}
</body>
</html>
|
wp-content/themes/unite/css/ie6.css
|
mandino/espressoshakespeare.com
|
.nav .sf-sub-indicator { display:none; }
.nav li a:hover { text-decoration:none; }
.nav li a.sf-with-ul { padding-right:10px; }
.button, .button:visited { margin:0; color:#555 !important; font-weight:normal; } .reply a { color:#555 !important; }
#quicklinks { position: absolute; left: 0px; top: 0px; }
#quicklinks {
left: expression( ( 320 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
top: expression( ( 20 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
|
docs/lists/2.0.4/tests/WBG/assets/css/gui.css
|
WestpacCXTeam/GUI-source
|
/*!_colors v3.0.0*/
/*
* SETTINGS
*/
/*!_fonts v2.0.3*/
/*
* SETTINGS
*/
/*
* SETTINGS
*/
.body-font {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.brand-font {
font-family: "Times New Roman", "Times", serif;
}
/*!_grid v2.0.0*/
.clearfix:before,
.clearfix:after,
.container-fluid:before,
.container-fluid:after,
.container:before,
.container:after,
.row:before,
.row:after {
content: " ";
display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
clear: both;
}
*,
*:after,
*:before {
box-sizing: border-box;
}
.container,
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 12px;
padding-right: 12px;
}
@media (min-width: 768px) {
.container {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 992px) {
.container {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 1200px) {
.container {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 768px) {
.container {
width: 744px;
}
}
@media (min-width: 992px) {
.container {
width: 960px;
}
}
@media (min-width: 1200px) {
.container {
width: 1164px;
}
}
@media (min-width: 768px) {
.container-fluid {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 992px) {
.container-fluid {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 1200px) {
.container-fluid {
padding-left: 12px;
padding-right: 12px;
}
}
.row {
margin-left: -6px;
margin-right: -6px;
}
@media (min-width: 768px) {
.row {
margin-left: -12px;
margin-right: -12px;
}
}
@media (min-width: 992px) {
.row {
margin-left: -12px;
margin-right: -12px;
}
}
@media (min-width: 1200px) {
.row {
margin-left: -12px;
margin-right: -12px;
}
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
position: relative;
min-height: 1px;
padding-left: 6px;
padding-right: 6px;
}
@media (min-width: 768px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 992px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding-left: 12px;
padding-right: 12px;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
padding-left: 12px;
padding-right: 12px;
}
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0;
}
@media (min-width: 768px) {
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0;
}
}
@media (min-width: 992px) {
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-pull-11 {
right: 91.66666667%;
}
.col-md-pull-10 {
right: 83.33333333%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-8 {
right: 66.66666667%;
}
.col-md-pull-7 {
right: 58.33333333%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-5 {
right: 41.66666667%;
}
.col-md-pull-4 {
right: 33.33333333%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-2 {
right: 16.66666667%;
}
.col-md-pull-1 {
right: 8.33333333%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-push-12 {
left: 100%;
}
.col-md-push-11 {
left: 91.66666667%;
}
.col-md-push-10 {
left: 83.33333333%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-8 {
left: 66.66666667%;
}
.col-md-push-7 {
left: 58.33333333%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-5 {
left: 41.66666667%;
}
.col-md-push-4 {
left: 33.33333333%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-2 {
left: 16.66666667%;
}
.col-md-push-1 {
left: 8.33333333%;
}
.col-md-push-0 {
left: auto;
}
.col-md-offset-12 {
margin-left: 100%;
}
.col-md-offset-11 {
margin-left: 91.66666667%;
}
.col-md-offset-10 {
margin-left: 83.33333333%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-8 {
margin-left: 66.66666667%;
}
.col-md-offset-7 {
margin-left: 58.33333333%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-5 {
margin-left: 41.66666667%;
}
.col-md-offset-4 {
margin-left: 33.33333333%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-2 {
margin-left: 16.66666667%;
}
.col-md-offset-1 {
margin-left: 8.33333333%;
}
.col-md-offset-0 {
margin-left: 0;
}
}
@media (min-width: 1200px) {
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.33333333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-pull-11 {
right: 91.66666667%;
}
.col-lg-pull-10 {
right: 83.33333333%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-8 {
right: 66.66666667%;
}
.col-lg-pull-7 {
right: 58.33333333%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-5 {
right: 41.66666667%;
}
.col-lg-pull-4 {
right: 33.33333333%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-2 {
right: 16.66666667%;
}
.col-lg-pull-1 {
right: 8.33333333%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-push-11 {
left: 91.66666667%;
}
.col-lg-push-10 {
left: 83.33333333%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-8 {
left: 66.66666667%;
}
.col-lg-push-7 {
left: 58.33333333%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-5 {
left: 41.66666667%;
}
.col-lg-push-4 {
left: 33.33333333%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-2 {
left: 16.66666667%;
}
.col-lg-push-1 {
left: 8.33333333%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-offset-12 {
margin-left: 100%;
}
.col-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-lg-offset-0 {
margin-left: 0;
}
}
.container {
padding-right: 12px;
padding-left: 12px;
}
@media (min-width: 768px) {
.container {
padding-right: 24px;
padding-left: 24px;
}
}
@media (min-width: 992px) {
.container {
padding-right: 24px;
padding-left: 24px;
}
}
@media (min-width: 1200px) {
.container {
padding-right: 24px;
padding-left: 24px;
}
}
/*!_text-styling v4.0.3*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
* 1. Change the default font family in all browsers (opinionated).
* 2. Correct the line height in all browsers.
* 3. Prevent adjustments of font size after orientation changes in IE and iOS.
*/
/* Document
========================================================================== */
html {
font-family: sans-serif;
/* 1 */
line-height: 1.15;
/* 2 */
-ms-text-size-adjust: 100%;
/* 3 */
-webkit-text-size-adjust: 100%;
/* 3 */
}
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
display: block;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
/* 1 */
display: block;
}
/**
* Add the correct margin in IE 8.
*/
figure {
margin: 1em 40px;
}
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
background-color: transparent;
/* 1 */
-webkit-text-decoration-skip: objects;
/* 2 */
}
/**
* Remove the outline on focused links when they are also active or hovered
* in all browsers (opinionated).
*/
a:active,
a:hover {
outline-width: 0;
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font style in Android 4.3-.
*/
dfn {
font-style: italic;
}
/**
* Add the correct background and color in IE 9-.
*/
mark {
background-color: #ff0;
color: #000;
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
display: inline-block;
}
/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Remove the border on images inside links in IE 10-.
*/
img {
border-style: none;
}
/**
* Hide the overflow in IE.
*/
svg:not(:root) {
overflow: hidden;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
* controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
/* 2 */
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Change the border, margin, and padding in all browsers (opinionated).
*/
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
display: inline-block;
}
/**
* Add the correct display in IE.
*/
template {
display: none;
}
/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
display: none;
}
/*
* SETTINGS
*/
body {
font-size: 0.875em;
line-height: 1.428571429;
color: #000;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
abbr[title] {
cursor: help;
border-bottom: 1px dotted #000;
text-decoration: none;
}
address {
font-style: normal;
}
blockquote {
font-size: 16px;
font-weight: 300;
}
button,
input,
optgroup,
select,
textarea {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
mark {
background-color: #f7ccd5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: #000;
}
p {
margin: 0.8571428572em 0;
}
dl dt {
font-weight: 700;
}
dl dd {
margin: 0;
}
::-moz-selection {
background-color: #f7ccd5;
}
::selection {
background-color: #f7ccd5;
}
a {
color: #d5002b;
text-decoration: underline;
}
a:hover,
a:focus {
text-decoration: underline;
}
a:focus {
outline: none;
}
.is-keyboarduser a:focus {
outline: 2px dotted #000;
outline-offset: 0.5rem;
}
label {
display: inline-block;
margin-bottom: 6px;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: #fff !important;
box-shadow: none !important;
border-color: #000 !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
padding: 6px;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
p a {
word-wrap: break-word;
}
select {
background: #fff !important;
}
.container,
.container-fluid {
margin: auto;
width: auto;
}
}
/*!lists v2.0.4 WBG*/
/*
* lists mixins
*
*/
/*
* SETTINGS
*/
ul.lists {
padding: 0;
margin: 0;
list-style: none;
}
ul.lists > li {
display: block;
margin: 6px 0;
padding: 0px 0px 0px 15px;
position: relative;
}
ul.lists > li:after {
content: " ";
position: absolute;
left: 0;
top: 6px;
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
border: 1px solid #d5002b;
background-color: #d5002b;
}
ul.lists.lists-hero > li:after {
border-color: #495761;
background-color: #495761;
}
ul.lists.lists-neutral > li:after {
border-color: #263238;
background-color: #263238;
}
ul.lists > li > .lists > li:after {
background-color: transparent;
}
ul.lists.lists-linklist > li {
padding-left: 14px;
}
ul.lists.lists-linklist > li:after {
border-radius: 0;
border: 0 none;
background-color: transparent;
width: 8px;
height: 13px;
top: 4px;
}
ul.lists.lists-linklist > li > a {
color: #000;
text-decoration: none;
}
ul.lists.lists-linklist > li > a:hover {
text-decoration: underline;
}
ul.lists.lists-tick > li {
padding-left: 21px;
}
ul.lists.lists-tick > li:after {
border-radius: 0;
border: 0 none;
background-color: transparent;
width: 16px;
height: 16px;
top: 1px;
}
ul.lists.lists-icon > li {
padding-left: 21px;
position: relative;
}
ul.lists.lists-icon > li > .icon,
ul.lists.lists-icon > li > .icon svg {
background-size: 16px 16px;
width: 16px;
height: 16px;
}
ul.lists.lists-icon > li > .icon {
position: absolute;
left: 0;
top: 1px;
}
ul.lists.lists-icon > li:after {
display: none;
}
ul.lists.lists-icon.lists-primary > li > .icon .icons-background,
ul.lists.lists-icon.lists-primary > li > .icon svg {
fill: #d5002b;
}
ul.lists.lists-icon.lists-hero > li > .icon .icons-background,
ul.lists.lists-icon.lists-hero > li > .icon svg {
fill: #495761;
}
ul.lists.lists-icon.lists-neutral > li > .icon .icons-background,
ul.lists.lists-icon.lists-neutral > li > .icon svg {
fill: #263238;
}
.lists.lists-lg > li {
margin: 12px 0;
}
ol.lists {
margin: 0;
padding: 0 0 0 1.9em;
}
ol.lists > li {
margin: 6px 0;
}
@media print {
.lists > li:after,
.lists.lists-hero > li:after,
.lists.lists-neutral > li:after,
.lists.lists-linklist > li:after {
border-color: #000;
background-color: #000;
}
.lists.lists-linklist > li:after {
background-color: transparent;
}
.lists.lists-tick > li:after {
background: none;
content: "\2713";
}
}
|
gramps42/gramps/example_NAVWEB1/maps/v/6/RNXJQCOC61TJFQUQ6V.html
|
belissent/testing-example-reports
|
<!DOCTYPE html>
<html xml:lang="en-US" lang="en-US" xmlns="http://www.w3.org/1999/xhtml">
<head lang="en-US">
<title>My Family Tree - Family Map</title>
<meta charset="UTF-8" />
<meta name ="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" />
<meta name ="apple-mobile-web-app-capable" content="yes" />
<meta name="generator" content="Gramps 4.2.2 http://gramps-project.org/" />
<meta name="author" content="" />
<link href="../../../images/favicon2.ico" rel="shortcut icon" type="image/x-icon" />
<link href="../../../css/narrative-screen.css" media="screen" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-print.css" media="print" rel="stylesheet" type="text/css" />
<link href="../../../css/narrative-maps.css" media="screen" rel="stylesheet" type="text/css" />
<script src="http://maps.googleapis.com/maps/api/js?sensor=false" type="text/javascript"></script>
<script deter="deter" style="width =100%; height =100%;" type="text/javascript">
var tracelife = [
new google.maps.LatLng(41.29639500, -92.64435930),
new google.maps.LatLng(33.74899540, -84.38798240),
new google.maps.LatLng(40.48642700, -86.13360330),
new google.maps.LatLng(42.08979650, -76.80773380),
new google.maps.LatLng(31.80876780, -85.96995100)
];
function initialize() {
var myLatLng = new google.maps.LatLng(36.94928200, -84.72604500);
var mapOptions = {
scaleControl: true,
panControl: true,
backgroundColor: '#000000',
zoom: 4,
center: myLatLng,
mapTypeId: google.maps.MapTypeId.ROADMAP
}
var map = new google.maps.Map(document.getElementById("map_canvas"), mapOptions);
var flightPath = new google.maps.Polyline({
path: tracelife,
strokeColor: "#FF0000",
strokeOpacity: 1.0,
strokeWeight: 2
});
flightPath.setMap(map);
}
</script>
</head>
<body id ="FamilyMap" onload ="initialize()">
<div id="header">
<h1 id="SiteTitle">My Family Tree</h1>
</div>
<div class="wrapper" id="nav" role="navigation">
<div class="container">
<ul class="menu" id="dropmenu">
<li><a href="../../../individuals.html" title="Individuals">Individuals</a></li>
<li><a href="../../../index.html" title="Surnames">Surnames</a></li>
<li><a href="../../../families.html" title="Families">Families</a></li>
<li><a href="../../../places.html" title="Places">Places</a></li>
<li><a href="../../../sources.html" title="Sources">Sources</a></li>
<li><a href="../../../repositories.html" title="Repositories">Repositories</a></li>
<li><a href="../../../media.html" title="Media">Media</a></li>
<li><a href="../../../thumbnails.html" title="Thumbnails">Thumbnails</a></li>
<li><a href="../../../addressbook.html" title="Address Book">Address Book</a></li>
</ul>
</div>
</div>
<div class="content" id="FamilyMapDetail">
<h3>Tracking Page, Andrew Vincent</h3>
<p id="description">
This map page represents that person and any descendants with all of their event/ places. If you place your mouse over the marker it will display the place name. The markers and the Reference list are sorted in date order (if any?). Clicking on a place’s name in the Reference section will take you to that place’s page.
</p>
<div id="map_canvas">
</div>
<div class="subsection" id="references">
<h4>References</h4>
<table class="infolist">
<thead>
<tr>
<th class="ColumnDate">Date</th>
<th class="ColumnPlace">Place Title</th>
<th class="ColumnType">Event Type</th>
</tr>
</thead>
<tbody>
<tr>
<td class="ColumnDate">1887-02-05</td>
<td class="ColumnPlace"><a href="../../../plc/c/1/HGUJQCJHF90978DD1C.html" title="Oskaloosa, Mahaska, IA, USA">Oskaloosa, Mahaska, IA, USA</a></td>
<td class="ColumnType">Birth</td>
</tr>
<tr>
<td class="ColumnDate">1890-05-20</td>
<td class="ColumnPlace"><a href="../../../plc/u/e/7RAKQCY8ZYM37RBEEU.html" title="Atlanta, Fulton, GA, USA">Atlanta, Fulton, GA, USA</a></td>
<td class="ColumnType">Birth</td>
</tr>
<tr>
<td class="ColumnDate">1962-12-21</td>
<td class="ColumnPlace"><a href="../../../plc/7/r/KPTJQCZHFU0ZUVS1R7.html" title="Kokomo, Howard, IN, USA">Kokomo, Howard, IN, USA</a></td>
<td class="ColumnType">Death</td>
</tr>
<tr>
<td class="ColumnDate">1979-09-27</td>
<td class="ColumnPlace"><a href="../../../plc/n/h/7OXJQCUNUKYW7O5HN.html" title="Elmira, Chemung, NY, USA">Elmira, Chemung, NY, USA</a></td>
<td class="ColumnType">Death</td>
</tr>
<tr>
<td class="ColumnDate">0000-00-00</td>
<td class="ColumnPlace"><a href="../../../plc/b/h/PH0KQCXU2AQ7P3TFHB.html" title="Troy, Pike, AL, USA">Troy, Pike, AL, USA</a></td>
<td class="ColumnType">Birth</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="fullclear"></div>
<div id="footer">
<p id="createdate">
Generated by <a href="http://gramps-project.org/">Gramps</a> 4.2.2 on 2015-12-25<br />Created for <a href="../../../ppl/h/o/GNUJQCL9MD64AM56OH.html">Garner von Zieliński, Lewis Anderson Sr</a>
</p>
<p id="copyright">
</p>
</div>
</body>
</html>
|
HWManageStress_files/hw2014-responsive.css
|
syslabcom/hw2014theme
|
@media (max-width: 1015px) {
#tagline {
padding-top: 47px;
font-size: 100%;
}
.banner-text1 {
padding: 10px 20px 0 70px;
}
}
@media (max-width: 1200px) {
.banner-text{
background: url(../HWManageStress_files/images/bannerCopy.png) no-repeat scroll right top transparent;
padding: 10px 20px 0 100px;
max-height: 400px;
}
.banner-text h2{
padding-top: 100px;
background-size: 50%;
}
#banner {
}
#footer {
background-size: contain;
}
}
@media (max-width: 979px) {
.hiddenStructure {
display: block !important;
}
#portal-logo {
width: 140px;
}
.banner-text, .banner-text1{
background: #fff;
padding: 10px 10px 0 10px;
width: 220px !important;
line-height: 160%;
height: 326px;
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
behavior: url(./HWManageStress_files/PIE.htc);
}
.banner-text1 img{
width: 35%;
}
.banner-text1 p {
font-size: 110%;
}
.banner-text h2{
padding-top: 65px;
background-size: 35%;
margin-top: 0;
margin-bottom: 0px;
}
#banner {
height: 320px;
}
#banner .btn {
margin-top: 5px;
}
.nav-collapse .nav > li > a:hover,
.nav-collapse .nav > li > a:focus,
.nav-collapse .dropdown-menu a:hover,
.nav-collapse .dropdown-menu a:focus {
color: #666
}
.nav-collapse .nav {
margin: 5px;
}
.navbar .nav > li {
text-align: left;
}
.navbar .nav > li br{
display: none;
}
.navbar .nav > li > a {
border-right: 0;
height: auto;
padding: 5px;
margin: 0;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
padding: 5px 5px 5px 30px;
text-transform: none;
}
.partners-logos .row-fluid .span2 {
width: 30% !important;
display: inline !important;
float: left;
}
.partners-menu .nav-pills > li {
display: inline-block;
float: none;
width: 100%;
text-align: left;
}
.partners-menu .row-fluid .span2 {
width: 100% !important;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
background-color: #fff !important;
background-image: none;
}
.navbar .btn-navbar {
background-color: #8fa504;
*background-color: #8fa504;
background-image: -moz-linear-gradient(top, #5d6b01, #8fa504);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5d6b01), to(#8fa504));
background-image: -webkit-linear-gradient(top, #5d6b01, #8fa504);
background-image: -o-linear-gradient(top, #5d6b01, #8fa504);
background-image: linear-gradient(to bottom, #5d6b01, #8fa504);
}
.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
color: #ffffff;
background-color: #5d6b01 !important;
*background-color: #5d6b01;
}
.navbar .nav > li > a {
background: none;
padding: 10px;
}
.dropdown-menu > li > a {
white-space: normal;
line-height: 18px;
}
}
@media (max-width: 480px) {
#language .dropdown-menu{
right: 10px;
left: auto;
}
#menu ul.nav li.dropdown:hover > ul.dropdown-menu {
display: inherit;
}
#contentext {
padding: 0;
}
#logo-container .offset2{
margin: 0 0 0 !important;
padding: 80px 0 10px;
}
.form-search {
display: none;
}
.navbar-language {
padding: 5px 0;
}
#osha-logo {
width: 42%;
margin-top: 10px;
}
#portal-logo {
width: 25%;
padding-left: 10px;
}
#tagline {
padding: 75px 0 5px 0px;
}
#banner {
height: auto;
margin: 1em 0 1em !important;
}
.banner-image .pull-left{
float: none;
}
.banner-text, .banner-text1{
position: relative;
float: left;
display: block;
width: 100% !important;
background: url(../HWManageStress_files/images/bannerCopy.png) no-repeat scroll right top transparent;
padding: 0px;
margin-top: 0px;
line-height: 180%;
right:0;
height: auto;
}
.banner-text1 p{
text-align:center;
font-size: 125%;
}
.banner-text1 img{
display: none;
}
.banner-text h2 {
background: url("../HWManageStress_files/images/toolkit.png") no-repeat scroll center top transparent;
background-size: 18%;
}
#footer {
padding-bottom: 1em;
}
.tagline1 {
padding: 10px 5px 0 5px;
font-size: 110%;
}
.supported{
margin-bottom: 20px;
}
.material-item .span6{
text-align: left;
}
.material-info, .material-icon {
bottom: 0;
position: relative;
}
.partners-menu img {
padding: 5px;
}
/************events*********************************/
.vevent div.cal_date {
display: inline-block;
float: none;
}
.vevent div.cal_info {
margin-left:0;
min-height: 86px;
}
dl.portletFollowUs dd {
margin: 0;
padding: 0.5em;
}
dd {
line-height: 1.5em;
margin-bottom: 1em;
}
dl.portletFollowUs {
text-align: center;
}
#portal-column-two {
font-size: 85%;
}
body {
color: #191919;
font: 80% Verdana,Helvetica,"Lucida Grande",Lucida,Arial,sans-serif;
}
.news-events .item h3 {
min-height:auto;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.