text
stringlengths 2
1.05M
| repo_name
stringlengths 5
101
| path
stringlengths 4
991
| language
stringclasses 3
values | license
stringclasses 5
values | size
int64 2
1.05M
|
---|---|---|---|---|---|
<!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.6.0_27) on Thu Jan 09 20:23:01 EST 2014 -->
<title>Index (Battlecode 2014)</title>
<meta name="date" content="2014-01-09">
<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="Index (Battlecode 2014)";
}
//-->
</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="./battlecode/common/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./battlecode/common/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">FRAMES</a></li>
<li><a href="index-all.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="contentContainer"><a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#_X_">X</a> <a href="#_Y_">Y</a> <a name="_A_">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#actionDelay">actionDelay</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">Action delay of the robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#add(battlecode.common.Direction)">add(Direction)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Returns a new MapLocation object representing a location
one square from this one in the given direction.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#add(battlecode.common.Direction, int)">add(Direction, int)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Returns a new MapLocation object representing a location
<code>multiple</code> squares from this one in the given direction.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#add(int, int)">add(int, int)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Returns a new MapLocation object translated from this location
by a fixed amount</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#addMatchObservation(java.lang.String)">addMatchObservation(String)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Adds a custom observation to the match file, such that when it is analyzed, this observation will appear.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#ATTACK_SCARE_RANGE">ATTACK_SCARE_RANGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Range in which attacking scares cows (from the target location of the attack)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackAngle">attackAngle</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Not used for 2014 (all angles allowable by default).</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackCosHalfTheta">attackCosHalfTheta</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackDelay">attackDelay</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Action delay due to attacks.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackPower">attackPower</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The amount of damage that this robot does when it attacks.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackRadiusMaxSquared">attackRadiusMaxSquared</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The square of the maximum distance that the robot can attack.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#attackRadiusMinSquared">attackRadiusMinSquared</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The square of the minimum distance that the robot can attack.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#attackSquare(battlecode.common.MapLocation)">attackSquare(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Attacks the given location
Also applies to NOISETOWER, but does not deal damage in that case
Creates a long-range noise at the targeted location</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#attackSquareLight(battlecode.common.MapLocation)">attackSquareLight(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">NOISETOWER only
'Attacks' the given location
Does not deal damage, but creates a short-range noise at the targeted location</div>
</dd>
</dl>
<a name="_B_">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="./battlecode/common/package-summary.html">battlecode.common</a> - package battlecode.common</dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#breakpoint()">breakpoint()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">If breakpoints are enabled, calling this method causes the game engine to
pause execution at the end of this round, until the user decides to
resume execution.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#broadcast(int, int)">broadcast(int, int)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Broadcasts a message to the global message board.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#BROADCAST_MAX_CHANNELS">BROADCAST_MAX_CHANNELS</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The maximum read/write-able of radio channel number</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#BYTECODE_LIMIT">BYTECODE_LIMIT</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The base number of bytecodes a robot can execute each round</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#BYTECODE_PENALTY">BYTECODE_PENALTY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Actiondelay per extra bytecode</div>
</dd>
</dl>
<a name="_C_">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#canAttack">canAttack</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Whether or not the robot can attack units.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#canAttack(battlecode.common.RobotLevel)">canAttack(RobotLevel)</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Returns true if the robot can attack robots at the given level.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#canAttackSquare(battlecode.common.MapLocation)">canAttackSquare(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns whether the given location is within the robot's attack range.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#canMove(battlecode.common.Direction)">canMove(Direction)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Tells whether this robot can move in the given direction.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#canSenseObject(battlecode.common.GameObject)">canSenseObject(GameObject)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns true if the given object is within the robot's sensor range</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#canSenseSquare(battlecode.common.MapLocation)">canSenseSquare(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns true if the given location is within the robot's sensor range</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#captureTurns">captureTurns</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">How many turns it takes to build this building.</div>
</dd>
<dt><a href="./battlecode/common/Clock.html" title="class in battlecode.common"><span class="strong">Clock</span></a> - Class in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">A robot's internal clock, used for measuring "time" in bytecodes and rounds.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#construct(battlecode.common.RobotType)">construct(RobotType)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">After a delay, kills the soldier and spawns a robot of the given building type</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#constructingRounds">constructingRounds</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The number of constructing rounds remaining.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#constructingType">constructingType</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The type of building being constructed.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#count">count</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Amount the robot counts towards the total robot count.</div>
</dd>
</dl>
<a name="_D_">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><a href="./battlecode/common/Direction.html" title="enum in battlecode.common"><span class="strong">Direction</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">This enumeration represents a direction from one MapLocation to another.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#direction">direction</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The direction this Robot is facing.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#directionTo(battlecode.common.MapLocation)">directionTo(MapLocation)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Returns the Direction from this MapLocation to <code>location</code>.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#distanceSquaredTo(battlecode.common.MapLocation)">distanceSquaredTo(MapLocation)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Computes the square of the distance from this location to the specified
location.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#dx">dx</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#dy">dy</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd> </dd>
</dl>
<a name="_E_">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#equals(java.lang.Object)">equals(Object)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Two MapLocations are regarded as equal iff
their coordinates are the same.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#EXCEPTION_BYTECODE_PENALTY">EXCEPTION_BYTECODE_PENALTY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The bytecode penalty that is imposed each time an exception is thrown</div>
</dd>
</dl>
<a name="_F_">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#FREE_BYTECODES">FREE_BYTECODES</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Number of bytecodes per turn that are not converted into actiondelay</div>
</dd>
</dl>
<a name="_G_">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><a href="./battlecode/common/GameActionException.html" title="class in battlecode.common"><span class="strong">GameActionException</span></a> - Exception in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">An exception caused by a robot's interaction with the game world.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameActionException.html#GameActionException(battlecode.common.GameActionExceptionType, java.lang.String)">GameActionException(GameActionExceptionType, String)</a></span> - Constructor for exception battlecode.common.<a href="./battlecode/common/GameActionException.html" title="class in battlecode.common">GameActionException</a></dt>
<dd>
<div class="block">Creates a GameActionException with the given type and message.</div>
</dd>
<dt><a href="./battlecode/common/GameActionExceptionType.html" title="enum in battlecode.common"><span class="strong">GameActionExceptionType</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Enumerates the possible errors in GameWorld interactions that cause a GameActionException to be thrown.</div>
</dd>
<dt><a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common"><span class="strong">GameConstants</span></a> - Interface in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Defines constants that affect gameplay.</div>
</dd>
<dt><a href="./battlecode/common/GameObject.html" title="interface in battlecode.common"><span class="strong">GameObject</span></a> - Interface in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">A GameObject instance represents an object in the game world.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getActionDelay()">getActionDelay()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets the robot's current action delay.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#getAllMapLocationsWithinRadiusSq(battlecode.common.MapLocation, int)">getAllMapLocationsWithinRadiusSq(MapLocation, int)</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/Clock.html#getBytecodeNum()">getBytecodeNum()</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/Clock.html" title="class in battlecode.common">Clock</a></dt>
<dd>
<div class="block">Returns the number of bytecodes the current robot has executed since the beginning
of the current round.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Clock.html#getBytecodesLeft()">getBytecodesLeft()</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/Clock.html" title="class in battlecode.common">Clock</a></dt>
<dd>
<div class="block">Returns the number of bytecodes this robot has left in this round.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getConstructingRounds()">getConstructingRounds()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the number of turns left in the current construction.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getConstructingType()">getConstructingType()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the RobotType of the structure the robot is constructing.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getControlBits()">getControlBits()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets this robot's 'control bits' for debugging purposes.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getHealth()">getHealth()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets the robot's current health (hitpoints).</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotLevel.html#getHeight()">getHeight()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/RobotLevel.html" title="enum in battlecode.common">RobotLevel</a></dt>
<dd>
<div class="block">Returns an integral height-wise ordering of the height type.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameObject.html#getID()">getID()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/GameObject.html" title="interface in battlecode.common">GameObject</a></dt>
<dd>
<div class="block">Gives the globally unique integer ID of this GameObject</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getLocation()">getLocation()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets the robot's current location.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getMapHeight()">getMapHeight()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getMapWidth()">getMapWidth()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getRobot()">getRobot()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Use this method to access your robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameObject.html#getRobotLevel()">getRobotLevel()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/GameObject.html" title="interface in battlecode.common">GameObject</a></dt>
<dd>
<div class="block">Gives the level at which this object appears.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Clock.html#getRoundNum()">getRoundNum()</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/Clock.html" title="class in battlecode.common">Clock</a></dt>
<dd>
<div class="block">Returns the current round number, where round 0 is the first round of the match.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameObject.html#getTeam()">getTeam()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/GameObject.html" title="interface in battlecode.common">GameObject</a></dt>
<dd>
<div class="block">Gives this GameObject's team</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getTeam()">getTeam()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets the Team of this robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getTeamMemory()">getTeamMemory()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the team memory from the last game of the match.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameActionException.html#getType()">getType()</a></span> - Method in exception battlecode.common.<a href="./battlecode/common/GameActionException.html" title="class in battlecode.common">GameActionException</a></dt>
<dd>
<div class="block">Gives the type of gameworld interaction that caused this GameActionException, which
was specified when this instance was constructed.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#getType()">getType()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets this robot's type (SOLDIER, HQ, etc.)</div>
</dd>
</dl>
<a name="_H_">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#hashCode()">hashCode()</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#hashCode()">hashCode()</a></span> - Method in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#HAT_MILK_COST">HAT_MILK_COST</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Amount of milk required to wear a hat</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#HEAL_RATE">HEAL_RATE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Amount of health a regenerating robot or structure heals per turn</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#HEAL_TURN_DELAY">HEAL_TURN_DELAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Number of turns after taking damage before a robot or structure begins regenerating</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#health">health</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The energon of this Robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#HQ_SPAWN_DELAY_CONSTANT_1">HQ_SPAWN_DELAY_CONSTANT_1</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Constant used to calculate how suppliers factor into the HQ spawn delay</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#HQ_SPAWN_DELAY_CONSTANT_2">HQ_SPAWN_DELAY_CONSTANT_2</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Constant used to calculate how suppliers factor into the HQ spawn delay</div>
</dd>
</dl>
<a name="_I_">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#isActive()">isActive()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns if the robot is active (able to move, construct, and attack)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#isAdjacentTo(battlecode.common.MapLocation)">isAdjacentTo(MapLocation)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Determines whether this location is adjacent to the specified
location.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#isBuilding">isBuilding</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Whether the robot must be built.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#isConstructing()">isConstructing()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns whether the robot is currently constructing a structure.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#isConstructing">isConstructing</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">Whether the robot is constructing anything.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#isDiagonal()">isDiagonal()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Determines whether or not this direction is a diagonal one.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/TerrainTile.html#isTraversableAtHeight(battlecode.common.RobotLevel)">isTraversableAtHeight(RobotLevel)</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/TerrainTile.html" title="enum in battlecode.common">TerrainTile</a></dt>
<dd>
<div class="block">Returns <code>true</code> if robots at the given
height can traverse this terrain tile.</div>
</dd>
</dl>
<a name="_L_">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#level">level</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The robot's level.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#location">location</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The location of this Robot.</div>
</dd>
</dl>
<a name="_M_">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/MapEditor.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/MapEditor.html" title="class in battlecode.common">MapEditor</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MAP_MAX_HEIGHT">MAP_MAX_HEIGHT</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The maximum possible map height.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MAP_MAX_WIDTH">MAP_MAX_WIDTH</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The maxiumum possible map width.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MAP_MIN_HEIGHT">MAP_MIN_HEIGHT</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The minimum possible map height.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MAP_MIN_WIDTH">MAP_MIN_WIDTH</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The minumum possible map width.</div>
</dd>
<dt><a href="./battlecode/common/MapEditor.html" title="class in battlecode.common"><span class="strong">MapEditor</span></a> - Class in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Not valid for Battlecode 2014.</div>
</dd>
<dt><a href="./battlecode/common/MapLocation.html" title="class in battlecode.common"><span class="strong">MapLocation</span></a> - Class in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">This class is an immutable representation of two-dimensional coordinates
in the battlecode world.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#MapLocation(int, int)">MapLocation(int, int)</a></span> - Constructor for class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Creates a new MapLocation representing the location
with the given coordinates.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MAX_ROBOTS">MAX_ROBOTS</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The maximum number of robots you are allowed.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#maxHealth">maxHealth</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The maximum amount of health the robot can have.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MILK_GAIN_FACTOR">MILK_GAIN_FACTOR</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor of WIN_QTY milk that is gained after destroying an enemy PASTR</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MILK_PENALTY_FACTOR">MILK_PENALTY_FACTOR</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor of WIN_QTY milk that is given to your opponent if your PASTR self destructs</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MIN_DISTANCE_BETWEEN_SPAWN_POINTS">MIN_DISTANCE_BETWEEN_SPAWN_POINTS</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The minimum distance between spawn points on the map.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#move(battlecode.common.Direction)">move(Direction)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Move in the given direction if possible
Creates a short-range noise at the destination location</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#MOVEMENT_SCARE_RANGE">MOVEMENT_SCARE_RANGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Range in which non-sneaking movement scares cows (from the destination location of the movement)</div>
</dd>
<dt><a href="./battlecode/common/MovementType.html" title="enum in battlecode.common"><span class="strong">MovementType</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Representing the different types of movement.</div>
</dd>
</dl>
<a name="_N_">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#NEUTRALS_TURN_DECAY">NEUTRALS_TURN_DECAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Cow value decay per turn</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#NOISE_SCARE_RANGE_LARGE">NOISE_SCARE_RANGE_LARGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Range in which NOISETOWER normal attacks scare cows</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#NOISE_SCARE_RANGE_SMALL">NOISE_SCARE_RANGE_SMALL</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Range in which NOISETOWER light attacks scare cows</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#NUMBER_OF_INDICATOR_STRINGS">NUMBER_OF_INDICATOR_STRINGS</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The number of indicator strings that a player can associate with a robot</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Upgrade.html#numRounds">numRounds</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/Upgrade.html" title="enum in battlecode.common">Upgrade</a></dt>
<dd> </dd>
</dl>
<a name="_O_">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/Team.html#opponent()">opponent()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/Team.html" title="enum in battlecode.common">Team</a></dt>
<dd>
<div class="block">Determines the team that is the opponent of this team.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#OPPONENT_MILK_SENSE_ACCURACY">OPPONENT_MILK_SENSE_ACCURACY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Accuracy of milk quantity of your opponent when sensing.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#opposite()">opposite()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Computes the direction opposite this one.</div>
</dd>
</dl>
<a name="_P_">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#PASTR_RANGE">PASTR_RANGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Range in which a PASTR contains and milks cows</div>
</dd>
</dl>
<a name="_R_">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#readBroadcast(int)">readBroadcast(int)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Retrieves the message stored at the given radio channel.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#resign()">resign()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Causes your team to lose the game.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#ROAD_ACTION_DELAY_FACTOR">ROAD_ACTION_DELAY_FACTOR</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor at which movement-related and sneaking-related actiondelay is discounted on a road</div>
</dd>
<dt><a href="./battlecode/common/Robot.html" title="interface in battlecode.common"><span class="strong">Robot</span></a> - Interface in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">A Robot instance represents a robot in the game world.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#robot">robot</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The robot that was sensed.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#ROBOT_MILK_PERCENTAGE">ROBOT_MILK_PERCENTAGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor at which SOLDIERs herd milk</div>
</dd>
<dt><a href="./battlecode/common/RobotController.html" title="interface in battlecode.common"><span class="strong">RobotController</span></a> - Interface in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">A RobotController allows contestants to make their robot sense and interact
with the game world.</div>
</dd>
<dt><a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common"><span class="strong">RobotInfo</span></a> - Class in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Struct that stores basic information that was 'sensed' of another Robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#RobotInfo(battlecode.common.Robot, battlecode.common.MapLocation, double, battlecode.common.Direction, battlecode.common.RobotType, battlecode.common.Team, double, boolean, battlecode.common.RobotType, int)">RobotInfo(Robot, MapLocation, double, Direction, RobotType, Team, double, boolean, RobotType, int)</a></span> - Constructor for class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd> </dd>
<dt><a href="./battlecode/common/RobotLevel.html" title="enum in battlecode.common"><span class="strong">RobotLevel</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Not used in 2014 because all robots are at the same level.</div>
</dd>
<dt><a href="./battlecode/common/RobotType.html" title="enum in battlecode.common"><span class="strong">RobotType</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Contains details on various attributes of the different robots.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#rotateLeft()">rotateLeft()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Computes the direction 45 degrees to the left (counter-clockwise)
of this one.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#rotateRight()">rotateRight()</a></span> - Method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Computes the direction 45 degrees to the right (clockwise)
of this one.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#ROUND_MAX_LIMIT">ROUND_MAX_LIMIT</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The maximum possible round at which the game may be forced to end</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#ROUND_MIN_LIMIT">ROUND_MIN_LIMIT</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The minimum possible round at which the game may be forced to end</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#roundsUntilActive()">roundsUntilActive()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the number of rounds until the robot is active again</div>
</dd>
</dl>
<a name="_S_">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SELF_DESTRUCT_BASE_DAMAGE">SELF_DESTRUCT_BASE_DAMAGE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Flat damage dealt by a self destruct</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SELF_DESTRUCT_DAMAGE_FACTOR">SELF_DESTRUCT_DAMAGE_FACTOR</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor at which robot's health is converted to damage</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#selfDestruct()">selfDestruct()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Kills your robot and deals area damage within distanceSquared 2 equal to <code>GameConstants.SELF_DESTRUCT_BASE_DAMAGE</code> plus the robot's current hp multiplied by <code>GameConstants.SELF_DESTRUCT_DAMAGE_FACTOR</code>.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseBroadcastingRobotLocations()">senseBroadcastingRobotLocations()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns an array of all the locations of the robots that have broadcasted in the last round (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseBroadcastingRobotLocations(battlecode.common.Team)">senseBroadcastingRobotLocations(Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns an array of all the locations of the robots that have broadcasted in the last round, filtered by team (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseBroadcastingRobots()">senseBroadcastingRobots()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns an array of all the robots that have broadcasted in the last round (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseBroadcastingRobots(battlecode.common.Team)">senseBroadcastingRobots(Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns an array of all the robots that have broadcasted in the last round, filtered by team (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseCowGrowth()">senseCowGrowth()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gives a representation of the cow growths of each location of the map (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseCowsAtLocation(battlecode.common.MapLocation)">senseCowsAtLocation(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the number of cows currently at a given location</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseEnemyHQLocation()">senseEnemyHQLocation()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns location of the enemy team's HQ (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseHQLocation()">senseHQLocation()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns location of the allied team's HQ (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseLocationOf(battlecode.common.GameObject)">senseLocationOf(GameObject)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sense the location of the given object.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseNearbyGameObjects(java.lang.Class)">senseNearbyGameObjects(Class<T>)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns all game objects of a given type nearby the robot</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseNearbyGameObjects(java.lang.Class, int)">senseNearbyGameObjects(Class<T>, int)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns all game objects of a given type nearby the robot</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseNearbyGameObjects(java.lang.Class, int, battlecode.common.Team)">senseNearbyGameObjects(Class<T>, int, Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns all game objects of a given type nearby the robot of a given team</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseNearbyGameObjects(java.lang.Class, battlecode.common.MapLocation, int, battlecode.common.Team)">senseNearbyGameObjects(Class<T>, MapLocation, int, Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Senses all game objects of a given type within a given search area specified by the parameters</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseObjectAtLocation(battlecode.common.MapLocation)">senseObjectAtLocation(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the object at the given location, or <code>null</code>
if there is no object there.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#sensePastrLocations(battlecode.common.Team)">sensePastrLocations(Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Returns the locations of PASTRS filtered by a team (unconstrained by sensor range or distance)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseRobotCount()">senseRobotCount()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Gets the team's current robot count (with weighting).</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseRobotInfo(battlecode.common.Robot)">senseRobotInfo(Robot)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sense the RobotInfo for the given robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseTeamMilkQuantity(battlecode.common.Team)">senseTeamMilkQuantity(Team)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sense the milk level for a given team.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#senseTerrainTile(battlecode.common.MapLocation)">senseTerrainTile(MapLocation)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Senses the terrain at the given location.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#sensorAngle">sensorAngle</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Not used for 2014 (all angles allowable by default).</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#sensorCosHalfTheta">sensorCosHalfTheta</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#sensorRadiusSquared">sensorRadiusSquared</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">The square of the maximum distance that the robot can sense.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#setIndicatorString(int, java.lang.String)">setIndicatorString(int, String)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sets one of this robot's 'indicator strings' for debugging purposes.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#setTeamMemory(int, long)">setTeamMemory(int, long)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sets the team's "memory", which is saved for the next game in the
match.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#setTeamMemory(int, long, long)">setTeamMemory(int, long, long)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sets this team's "memory".</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#sneak(battlecode.common.Direction)">sneak(Direction)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Sneak in the given direction if possible</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_ATTACK_ACTION_DELAY">SOLDIER_ATTACK_ACTION_DELAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Actiondelay gained every time a SOLDIER attacks.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_DIAGONAL_MOVEMENT_ACTION_DELAY_FACTOR">SOLDIER_DIAGONAL_MOVEMENT_ACTION_DELAY_FACTOR</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Factor of increase for actiondelay for diagonal movement</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_HEAL_RATE">SOLDIER_HEAL_RATE</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">DEPRECATED.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_HEAL_TURN_DELAY">SOLDIER_HEAL_TURN_DELAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">DEPRECATED.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_MOVE_ACTION_DELAY">SOLDIER_MOVE_ACTION_DELAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Actiondelay gained every time a SOLDIER moves (runs)</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#SOLDIER_SNEAK_ACTION_DELAY">SOLDIER_SNEAK_ACTION_DELAY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Actiondelay gained every time a SOLDIER sneaks</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#spawn(battlecode.common.Direction)">spawn(Direction)</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">HQ ONLY.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#splashPower">splashPower</a></span> - Variable in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Splash damage of attack.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#subtract(battlecode.common.Direction)">subtract(Direction)</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">Returns a new MapLocation object representing a location
one square from this one in the opposite of the given direction.</div>
</dd>
</dl>
<a name="_T_">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#team">team</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The team of this Robot.</div>
</dd>
<dt><a href="./battlecode/common/Team.html" title="enum in battlecode.common"><span class="strong">Team</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">This enum represents the team of a GameObject; each GameObject has
exactly one team.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#TEAM_MEMORY_LENGTH">TEAM_MEMORY_LENGTH</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">The number of longs that your team can remember between games.</div>
</dd>
<dt><a href="./battlecode/common/TerrainTile.html" title="enum in battlecode.common"><span class="strong">TerrainTile</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Represents data of the terrain of a location on the map.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#toString()">toString()</a></span> - Method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dt><span class="strong"><a href="./battlecode/common/RobotInfo.html#type">type</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/RobotInfo.html" title="class in battlecode.common">RobotInfo</a></dt>
<dd>
<div class="block">The type of this Robot.</div>
</dd>
</dl>
<a name="_U_">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="./battlecode/common/Upgrade.html" title="enum in battlecode.common"><span class="strong">Upgrade</span></a> - Enum in <a href="./battlecode/common/package-summary.html">battlecode.common</a></dt>
<dd>
<div class="block">Not used for Battlecode 2014</div>
</dd>
</dl>
<a name="_V_">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameActionExceptionType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/GameActionExceptionType.html" title="enum in battlecode.common">GameActionExceptionType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd> </dd>
<dt><span class="strong"><a href="./battlecode/common/MovementType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/MovementType.html" title="enum in battlecode.common">MovementType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotLevel.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/RobotLevel.html" title="enum in battlecode.common">RobotLevel</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Team.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Team.html" title="enum in battlecode.common">Team</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/TerrainTile.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/TerrainTile.html" title="enum in battlecode.common">TerrainTile</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Upgrade.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Upgrade.html" title="enum in battlecode.common">Upgrade</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Direction.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Direction.html" title="enum in battlecode.common">Direction</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameActionExceptionType.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/GameActionExceptionType.html" title="enum in battlecode.common">GameActionExceptionType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/MovementType.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/MovementType.html" title="enum in battlecode.common">MovementType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotLevel.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/RobotLevel.html" title="enum in battlecode.common">RobotLevel</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotType.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/RobotType.html" title="enum in battlecode.common">RobotType</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Team.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Team.html" title="enum in battlecode.common">Team</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/TerrainTile.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/TerrainTile.html" title="enum in battlecode.common">TerrainTile</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/Upgrade.html#values()">values()</a></span> - Static method in enum battlecode.common.<a href="./battlecode/common/Upgrade.html" title="enum in battlecode.common">Upgrade</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a name="_W_">
<!-- -->
</a>
<h2 class="title">W</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#wearHat()">wearHat()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Puts a hat on the robot.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/GameConstants.html#WIN_QTY">WIN_QTY</a></span> - Static variable in interface battlecode.common.<a href="./battlecode/common/GameConstants.html" title="interface in battlecode.common">GameConstants</a></dt>
<dd>
<div class="block">Amount of milk necessary for victory</div>
</dd>
</dl>
<a name="_X_">
<!-- -->
</a>
<h2 class="title">X</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#x">x</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">The x-coordinate.</div>
</dd>
</dl>
<a name="_Y_">
<!-- -->
</a>
<h2 class="title">Y</h2>
<dl>
<dt><span class="strong"><a href="./battlecode/common/MapLocation.html#y">y</a></span> - Variable in class battlecode.common.<a href="./battlecode/common/MapLocation.html" title="class in battlecode.common">MapLocation</a></dt>
<dd>
<div class="block">The y-coordinate.</div>
</dd>
<dt><span class="strong"><a href="./battlecode/common/RobotController.html#yield()">yield()</a></span> - Method in interface battlecode.common.<a href="./battlecode/common/RobotController.html" title="interface in battlecode.common">RobotController</a></dt>
<dd>
<div class="block">Ends the current round.</div>
</dd>
</dl>
<a href="#_A_">A</a> <a href="#_B_">B</a> <a href="#_C_">C</a> <a href="#_D_">D</a> <a href="#_E_">E</a> <a href="#_F_">F</a> <a href="#_G_">G</a> <a href="#_H_">H</a> <a href="#_I_">I</a> <a href="#_L_">L</a> <a href="#_M_">M</a> <a href="#_N_">N</a> <a href="#_O_">O</a> <a href="#_P_">P</a> <a href="#_R_">R</a> <a href="#_S_">S</a> <a href="#_T_">T</a> <a href="#_U_">U</a> <a href="#_V_">V</a> <a href="#_W_">W</a> <a href="#_X_">X</a> <a href="#_Y_">Y</a> </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="./battlecode/common/package-summary.html">Package</a></li>
<li>Class</li>
<li><a href="./battlecode/common/package-tree.html">Tree</a></li>
<li><a href="./deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</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?index-all.html" target="_top">FRAMES</a></li>
<li><a href="index-all.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>
| sigtryggurk/battlecode2014 | doc/index-all.html | HTML | mit | 75,652 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `SelectionCache` struct in crate `rustc_typeck`.">
<meta name="keywords" content="rust, rustlang, rust-lang, SelectionCache">
<title>rustc_typeck::middle::traits::SelectionCache - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../../rustc_typeck/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a></p><script>window.sidebarCurrent = {name: 'SelectionCache', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../../index.html'>rustc_typeck</a>::<wbr><a href='../index.html'>middle</a>::<wbr><a href='index.html'>traits</a>::<wbr><a class='struct' href=''>SelectionCache</a><wbr><a class='stability Unstable' title=''>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-161427' href='../../../rustc/middle/traits/select/struct.SelectionCache.html?gotosrc=161427'>[src]</a></span></h1>
<pre class='rust struct'>pub struct SelectionCache<'tcx> {
// some fields omitted
}</pre><h2 id='methods'>Methods</h2><h3 class='impl'><a class='stability Unstable' title='Unstable'></a><code>impl<'tcx> <a class='struct' href='../../../rustc_typeck/middle/traits/struct.SelectionCache.html' title='rustc_typeck::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h3><div class='impl-items'><h4 id='method.new' class='method'><a class='stability Unstable' title='Unstable'></a><code>fn <a href='#method.new' class='fnname'>new</a>() -> <a class='struct' href='../../../rustc_typeck/middle/traits/struct.SelectionCache.html' title='rustc_typeck::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h4>
</div><h2 id='implementations'>Trait Implementations</h2><h3 id='derived_implementations'>Derived Implementations </h3><h3 class='impl'><a class='stability Stable' title='Stable'></a><code>impl<'tcx> <a class='trait' href='../../../core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='../../../rustc_typeck/middle/traits/struct.SelectionCache.html' title='rustc_typeck::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h3><div class='impl-items'><h4 id='method.clone' class='method'><a class='stability Stable' title='Stable'></a><code>fn <a href='#method.clone' class='fnname'>clone</a>(&self) -> <a class='struct' href='../../../rustc_typeck/middle/traits/struct.SelectionCache.html' title='rustc_typeck::middle::traits::SelectionCache'>SelectionCache</a><'tcx></code></h4>
<h4 id='method.clone_from' class='tymethod'><a class='stability Unstable' title='Unstable: this function is rarely used'></a><code>fn <a href='#tymethod.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code></h4>
</div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../../";
window.currentCrate = "rustc_typeck";
window.playgroundUrl = "";
</script>
<script src="../../../jquery.js"></script>
<script src="../../../main.js"></script>
<script async src="../../../search-index.js"></script>
</body>
</html> | ArcherSys/ArcherSys | Rust/share/doc/rust/html/rustc_typeck/middle/traits/struct.SelectionCache.html | HTML | mit | 5,681 |
---
layout: default
---
{% if page.categories %}
{% assign category = page.categories[0] %}
{% assign posts = site.categories[category] %}
{% for post in posts %}
{% if post.url == page.url %}
{% assign post_index0 = forloop.index0 %}
{% assign post_index1 = forloop.index %}
{% endif %}
{% endfor %}
{% for post in posts %}
{% if post_index0 == forloop.index %}
{% assign next_post = post %}
{% endif %}
{% if post_index1 == forloop.index0 %}
{% assign prev_post = post %}
{% endif %}
{% endfor %}
{% endif %}
{% if prev_post %}
« <a href="{{ prev_post.url }}" title="{{ prev_post.title }}" desc="{{ prev_post.title }}">Previous</a> |
{% endif %}
{% if next_post %}
<a href="{{ next_post.url }}" title="{{ next_post.title }}" desc="{{ next_post.title }}">Next</a> »
{% endif %}
<div class="post">
<div class="post__head">
<div class="post__title">
<h1>{{ page.title }}</h1>
</div>
<div class="post__date">
<p>{{ page.date | date: '%B %-d, %Y' }}</p>
</div>
<div class="post__meta">
<p>{{ tags_content }}</p>
</div>
</div>
<div class="post__content"?>
{{ content }}
</div>
{% if prev_post %}
« <a href="{{ prev_post.url }}" title="{{ prev_post.title }}" desc="{{ prev_post.title }}">Previous</a> |
{% endif %}
{% if next_post %}
<a href="{{ next_post.url }}" title="{{ next_post.title }}" desc="{{ next_post.title }}">Next</a> »
{% endif %}
</div>
| noo-se/noo-se.github.com | _layouts/post.html | HTML | mit | 1,502 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Demo</title>
</head>
<body>
<p>
<input type="text" name="FirstName" value="enter Name here">
</p>
<input type="button" name="name" value="" >
<textarea name="name" rows="8" cols="40">this is text area</textarea>
<input type="radio" name="city" value="LOM">LOm
<input type="radio" name="city" value="Ruse"> ruse
<fieldset>
<input type="text" name="name" value="" pattern="[@^]" placeholder="enter some text">
<legend>legend</legend>
<input type="button" name="name" value="">
<input type="text" name="name" value="enter name">
</fieldset>
</body>
</html>
| nmarazov/TA-Homework | Courses 2016-spring/HTML/htmlDemo.html | HTML | mit | 661 |
{% extends 'base.html' %}
{% load l10n %}
{% load staticfiles %}
{% block title %}
Explore events.
{% endblock %}
{% block style-top %}
<link href="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.5.1/fullcalendar.min.css" rel="stylesheet">
{% endblock %}
{% block style %}
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-wcw6ts8Anuw10Mzh9Ytw4pylW8+NAD4ch3lqm9lzAsTxg0GFeJgoAtxuCLREZSC5lUXdVyo/7yfsqFjQ4S+aKw=="
crossorigin=""/>
{% endblock %}
{% block content %}
{% include 'events/snippets/map_calendar.html' %}
<div class="events">
{% include 'events/snippets/event_list_pagination.html' %}
</div>
{% endblock %}
{% block script-bottom %}
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-mNqn2Wg7tSToJhvHcqfzLMU6J4mkOImSPTxVZAdo+lcPlk+GhZmYgACEe0x35K7YzW1zJ7XyJV/TT1MrdXvMcA=="
crossorigin="">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment-with-locales.min.js" integrity="sha256-/ioiJhI6NkoUDkSyBru7JZUGXGQhdml6amBC3ApTf5A=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.13/moment-timezone-with-data.min.js" integrity="sha256-Mbm+oB/+8ujzEer9u83ZRKEhlPohbY9USJ4VpxiNR9w=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.5.1/fullcalendar.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fullcalendar/3.5.1/locale-all.js"></script>
<script src="{% static 'js/maps.js' %}"></script>
<script> var url_events_ajax = "{{ request.path }}"</script>
<script src="{% static 'js/events/events_pagination.js' %}"></script>
<script>
mainMapCalInit()
</script>
{% endblock %} | kosior/eventful | eventful/templates/events/events.html | HTML | mit | 1,854 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>LmvAppSvr</title>
</head>
<body>
<div>
Test API call to LmvAuthTokenServer
<br/>
</div>
<script src="_scripts/get-access-token.js"></script>
<script type="text/javascript">
document.write((getAccessToken()));
</script>
</body>
</html>
| icpmtech/WebApi | WebApiAngularJsUploader/Index-Test.html | HTML | mit | 362 |
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>2144-08-3.smi.png.html</title>
</head>
<body>ID2144-08-3<br/>
<img border="0" src="2144-08-3.smi.png" alt="2144-08-3.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>2144-08-3</td><td>16086</td><td>C7H6O4</td><td>154.1201</td><td>31473</td><td>97358</td><td>57684</td><td>8425</td><td>2,3,4-Trihydroxybenzaldehyde</td><td></td><td>2144-08-3</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C7H6O4</td><td>154.1201</td><td>defined organic</td><td>parent</td><td>2,3,4-trihydroxybenzaldehyde</td><td>Oc1ccc(C=O)c(O)c1O</td><td>Oc1ccc(C=O)c(O)c1O</td><td>20131018</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 04:05:36 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/Tox21_nnm/WorkHere/2144-08-3.smi.png.html | HTML | mit | 1,614 |
<!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 http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
<title>1009-61-6.smi.png.html</title>
</head>
<body>ID1009-61-6<br/>
<img border="0" src="1009-61-6.smi.png" alt="1009-61-6.smi.png"></img><br/>
<br/>
<table border="1">
<tr>
<td></td><td>ID</td><td>Formula</td><td>FW</td><td>DSSTox_CID</td><td>DSSTox_RID</td><td>DSSTox_GSID</td><td>DSSTox_FileID_Sort</td><td>TS_ChemName</td><td>TS_ChemName_Synonyms</td><td>TS_CASRN</td><td>CASRN_ChemName_Relationship</td><td>TS_Description</td><td>ChemNote</td><td>STRUCTURE_Shown</td><td>STRUCTURE_Formula</td><td>STRUCTURE_MW</td><td>STRUCTURE_ChemType</td><td>STRUCTURE_DefinedOrganicForm</td><td>STRUCTURE_IUPAC</td><td>STRUCTURE_SMILES</td><td>STRUCTURE_SMILES_Desalt</td><td>Substance_modify_yyyymmdd</td></tr>
<tr>
<td>1009-61-6</td><td>1594</td><td>C10H10O2</td><td>162.1852</td><td>1657</td><td>76269</td><td>21657</td><td>953</td><td>1,1-(1,4-Phenylene)bis-ethanone</td><td></td><td>1009-61-6</td><td>primary</td><td>single chemical compound</td><td></td><td>tested chemical</td><td>C10H10O2</td><td>162.1852</td><td>defined organic</td><td>parent</td><td>1,1'-benzene-1,4-diyldiethanone</td><td>O=C(C)c1ccc(cc1)C(C)=O</td><td>O=C(C)c1ccc(cc1)C(C)=O</td><td>20080429</td></tr>
</table>
<br/><br/><font size="-2">(Page generated on Wed Sep 17 01:51:23 2014 by <a href="http://www.embl.de/~gpau/hwriter/index.html">hwriter</a> 1.3)</font><br/>
</body></html> | andrewdefries/ToxCast | Figure3/ToxCast_nnm/WorkHere/1009-61-6.smi.png.html | HTML | mit | 1,629 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ECharts">
<meta name="author" content="[email protected]">
<title>ECharts · Example</title>
<link rel="shortcut icon" href="../asset/ico/favicon.png">
<link href="../asset/css/font-awesome.min.css" rel="stylesheet">
<link href="../asset/css/bootstrap.css" rel="stylesheet">
<link href="../asset/css/carousel.css" rel="stylesheet">
<link href="../asset/css/echartsHome.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src="./www/js/echarts.js"></script>
<script src="../asset/js/codemirror.js"></script>
<script src="../asset/js/javascript.js"></script>
<link href="../asset/css/codemirror.css" rel="stylesheet">
<link href="../asset/css/monokai.css" rel="stylesheet">
</head>
<body>
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation"
id="head"></div>
<div class="container-fluid">
<div class="row-fluid example">
<div id="sidebar-code" class="col-md-4">
<div class="well sidebar-nav">
<div class="nav-header">
<a href="#" onclick="autoResize()"
class="glyphicon glyphicon-resize-full" id="icon-resize"></a>option
</div>
<textarea id="code" name="code">
var dataStyle = {
normal: {
label: {show:false},
labelLine: {show:false}
}
};
var placeHolderStyle = {
normal : {
color: 'rgba(0,0,0,0)',
label: {show:false},
labelLine: {show:false}
},
emphasis : {
color: 'rgba(0,0,0,0)'
}
};
option = {
title: {
text: '你幸福吗?',
subtext: 'From ExcelHome',
sublink: 'http://e.weibo.com/1341556070/AhQXtjbqh',
x: 'center',
y: 'center',
itemGap: 20,
textStyle : {
color : 'rgba(30,144,255,0.8)',
fontFamily : '微软雅黑',
fontSize : 35,
fontWeight : 'bolder'
}
},
tooltip : {
show: true,
formatter: "{a} <br />{b} : {c} ({d}%)"
},
legend: {
orient : 'vertical',
x : document.getElementById('main').offsetWidth / 2,
y : 45,
itemGap:12,
data:['68%的人表示过的不错','29%的人表示生活压力很大','3%的人表示“我姓曾”']
},
toolbox: {
show : true,
feature : {
mark : {show: true},
dataView : {show: true, readOnly: false},
restore : {show: true},
saveAsImage : {show: true}
}
},
series : [
{
name:'1',
type:'pie',
clockWise:false,
radius : [125, 150],
itemStyle : dataStyle,
data:[
{
value:68,
name:'68%的人表示过的不错'
},
{
value:32,
name:'invisible',
itemStyle : placeHolderStyle
}
]
},
{
name:'2',
type:'pie',
clockWise:false,
radius : [100, 125],
itemStyle : dataStyle,
data:[
{
value:29,
name:'29%的人表示生活压力很大'
},
{
value:71,
name:'invisible',
itemStyle : placeHolderStyle
}
]
},
{
name:'3',
type:'pie',
clockWise:false,
radius : [75, 100],
itemStyle : dataStyle,
data:[
{
value:3,
name:'3%的人表示“我姓曾”'
},
{
value:97,
name:'invisible',
itemStyle : placeHolderStyle
}
]
}
]
};
</textarea>
</div>
<!--/.well -->
</div>
<!--/span-->
<div id="graphic" class="col-md-8">
<div id="main" class="main"></div>
<div>
<button type="button" class="btn btn-sm btn-success"
onclick="refresh(true)">刷 新</button>
<span class="text-primary">切换主题</span> <select id="theme-select"></select>
<span id='wrong-message' style="color: red"></span>
</div>
</div>
<!--/span-->
</div>
<!--/row-->
</div>
<!--/.fluid-container-->
<footer id="footer"></footer>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../asset/js/jquery.min.js"></script>
<script type="text/javascript" src="../asset/js/echartsHome.js"></script>
<script src="../asset/js/bootstrap.min.js"></script>
<script src="../asset/js/echartsExample.js"></script>
</body>
</html>
| yangshenghui/graduationProject | usst-console-web/src/main/webapp/resources/lib/echarts/2.2.7/doc/example/pie6.html | HTML | mit | 5,325 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>成語 </b></th><td class="ztd2">走頭沒路</td></tr>
<tr><th class="ztd1"><b>注音 </b></th><td class="ztd2">ㄗㄡ<sup class="subfont">ˇ</sup> ㄊㄡ<sup class="subfont">ˊ</sup> ㄇㄟ<sup class="subfont">ˊ</sup> ㄌㄨ<sup class="subfont">ˋ</sup></td></tr>
<tr><th class="ztd1"><b>漢語拼音 </b></th><td class="ztd2"><font class="english_word">zǒu tóu méi lù</font></td></tr>
<tr><th class="ztd1"><b>釋義 </b></th><td class="ztd2"> 義參「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000394%22.%26v%3D-1" class="clink" target=_blank>走投無路</a>」。見「<a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000394%22.%26v%3D-1" class="clink" target=_blank>走投無路</a>」條。</font></td></tr>
<tr><th class="ztd1"><b><style>.tableoutfmt2 .std1{width:3%;}</style></b></th><td class="ztd2"><table class="fmt16_table"><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>參考詞語︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><a href="/cgi-bin/cydic/gsweb.cgi?o=dcydic&schfmt=text&gourl=%3De0%26sec%3Dsec1%26op%3Dsid%3D%22CW0000000394%22.%26v%3D-1" class="clink" target=_blank>走投無路</a></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>注音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" >ㄗㄡ<sup class="subfont">ˇ</sup> ㄊㄡ<sup class="subfont">ˊ</sup> ㄨ<sup class="subfont">ˊ</sup> ㄌㄨ<sup class="subfont">ˋ</sup></td></tr><tr><td width=150 style="text-align:left;" class="fmt16_td1" ><b>漢語拼音︰</b></td><td width=150 style="text-align:left;" class="fmt16_td2" ><font class="english_word">zǒu tóu wú lù</font></td></tr></table><br><br></td></tr>
</td></tr></table></div> <!-- layoutclass_first_pic --><div class="layoutclass_second_pic"></div> <!-- layoutclass_second_pic --></div> <!-- layoutclass_pic --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/4000-4999/4719-34.html | HTML | mit | 2,336 |
<h3>Model-driven form</h3>
<div class="row">
<div class="col-sm-3">
<ul class="persons list-group">
<li class="list-group-item" *ngFor="let p of people" (click)="setFormModel(p)">{{p.person.name}}</li>
</ul>
<div class="buttons-wrapper">
<button class="btn btn-primary" (click)="addNew()">New</button>
<button class="btn btn-default" (click)="setRadioValue()">Set radio value</button>
<button class="btn btn-default" (click)="toggleRadioDisabled()">Toggle radio disabled</button>
</div>
<div class="form-status col-sm">
<h4>Form status</h4>
<ul class="list-group">
<li class="list-group-item"><span class="emoji">{{formGroup.valid ? '😇' : '👿'}}</span>{{formGroup.valid ? 'Valid' : 'Invalid'}}</li>
<li class="list-group-item"><span class="emoji">{{formGroup.touched ? '👇' : '✋'}}</span>{{formGroup.touched ? 'Touched' : 'Untouched'}}</li>
<li class="list-group-item"><span class="emoji">{{formGroup.dirty ? '🤢' : '😎'}}</span>{{formGroup.dirty ? 'Dirty' : 'Pristine'}}</li>
</ul>
</div>
</div>
<div class="main-col col-sm-9">
<div class="row">
<form class="form-wrapper col-sm-6" [formGroup]="formGroup" (submit)="submit(formGroup)">
<fieldset formGroupName="person">
<div class="form-group">
<label class="required">Name:</label>
<input type="text" class="form-control" formControlName="name" #name="">
<span class="status-message" *ngIf="formGroup.controls.person.controls.name.pending">
Fetching data from the server...
</span>
<span class="error-display">{{formGroup.controls.person.controls.name?.errors | json}}</span>
</div>
<div class="form-group">
<label class="required">Age:</label>
<input type="number" class="form-control" formControlName="age">
<span class="error-display">{{formGroup.controls.person.controls.age?.errors | json}}</span>
</div>
<div class="form-group">
<label>Gender:</label>
<radio formControlName="gender" [items]="genders" [nameOption]="gender" class="radio-wrapper"></radio>
</div>
</fieldset>
<fieldset formGroupName="address">
<div class="form-group">
<label class="required">E-mail:</label>
<input type="text" class="form-control" formControlName="email">
<span class="error-display">{{formGroup.controls.address.controls.email?.errors | json}}</span>
</div>
<div class="form-group">
<label>City:</label>
<input type="text" class="form-control" formControlName="city">
<span class="error-display">{{formGroup.controls.address.controls.city?.errors | json}}</span>
</div>
</fieldset>
<button class="btn btn-primary" [disabled]="formGroup.invalid" type="submit">Submit</button>
</form>
<div class="row">
<div class="col-sm-6">
<h4>Form value</h4>
<pre class="form-json">{{formGroup.value | json}}</pre>
</div>
<div class="col-sm-6">
<h4>Submitted</h4>
<pre class="form-json">{{value | json }}</pre>
</div>
</div>
</div>
</div>
</div>
| LeraKruchek/ng2-training | app/forms/model-driven/model-driven.component.html | HTML | mit | 3,899 |
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/modernizr-2.8.3.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header>
<h1>Jedi Force</h1>
<h3>Feel the power</h3>
</header>
<nav>
<a href="#">Link 1</a>
<a href="#">Link 2</a>
<a href="#">Link 3</a>
</nav>
<section>
<h1>London</h1>
<p>London is the capital city of England. It is the most populous city in the United Kingdom,
with a metropolitan area of over 13 million inhabitants.</p>
<p>Standing on the River Thames, London has been a major settlement for two millennia,
its history going back to its founding by the Romans, who named it Londinium.</p>
</section>
<footer>
Copyright © W3Schools.com
</footer>
<script src="https://code.jquery.com/jquery-{{JQUERY_VERSION}}.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-{{JQUERY_VERSION}}.min.js"><\/script>')</script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>
| Rolands777/JediForce | src/index.html | HTML | mit | 2,480 |
<md-button class="md-fab addEventFab" aria-label="Eat cake" ng-click="addNewLifetime($event)">
<md-icon class="addEventFabIcon" md-svg-src="img/icons/add.svg"></md-icon>
</md-button>
| rishabh1403/agenda | public/templates/addFabIcon.html | HTML | mit | 203 |
---
layout: page
title: Bukkit
---
Welcome to my Bukkit plugin development information page.<br />
<br />
Here you can find some available resources for developers using my projects along with information about my plugin commission service.<br />
<br />
<div align="center">
<table>
<tr>
<td><a href="http://forums.bukkit.org/members/stealth2800.97612"><img hspace="20" src="http://dl.st28.me/website/images/BukkitForums.png"></a>
<td><a href="http://dev.bukkit.org/profiles/stealth2800/"><img hspace="20" src="http://dl.st28.me/website/images/BukkitDev.png"></a>
<td><a href="https://github.com/Stealth2800"><img hspace="20" src="http://dl.st28.me/website/images/GitHub.png"></a>
<td><a href="https://bitbucket.org/Stealth2800"><img hspace="20" src="http://dl.st28.me/website/images/Bitbucket.png"></a>
</tr>
</table>
</div>
<br />
<br />
<div align="center">
<table cellpadding="10">
<tr>
<th><div align="center"><h3>Developer Resources</h3></div></th>
<th><div align="center"><h3>Plugin Commissions</h3></div></th>
</tr>
<tr>
<td>
If you're a developer looking to use any of my projects, you can find information about both my public Maven repository and Jenkins build server on my <a href="developer-resources">developer resources</a> page.
</td>
<td>
<br />
I periodically browse the <a href="http://forums.bukkit.org/forums/plugin-requests.13/">Plugin Requests</a> subforum on the Bukkit forums and create plugins I find there. If you want me to take a look at your request, just contact me.<br />
<br />
I also offer private plugin commissions for a fee. Visit the <a href="commissions">commissions</a> page for more information.
</td>
</tr>
</table>
</div>
| Stealth2800/stealth2800.github.io | bukkit/index.html | HTML | mit | 1,935 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>a30_entityAspect.js</title>
<link rel="stylesheet" href="http://yui.yahooapis.com/3.5.1/build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="stylesheet" href="../assets/css/main.css" id="site_styles">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="http://yui.yahooapis.com/combo?3.5.1/build/yui/yui-min.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-34729465-1']);
_gaq.push(['_setDomainName', 'breezejs.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body class="yui3-skin-sam">
<script type="text/javascript">
var uvOptions = {};
(function() {
var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/GHug452CgVREu58xjoDg.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
})();
</script>
<div id="wrap">
<div id="doc">
<div class="header">
<div class="logo">
<a href="http://www.breezejs.com/home"><img src="http://breeze.github.io/images/logos/breeze_large.png" /></a>
</div>
<div class="primary-nav">
<ul>
<li>
<a href="http://breeze.github.io/doc-js/download.html" target="_blank">Download</a></li>
<li>
<a href="http://learn.breezejs.com/" target="_blank">Tutorials</a></li>
<li>
<a href="http://breeze.github.io/doc-js">Docs</a></li>
<li>
<a href="http://breeze.github.io/doc-samples/">Samples</a></li>
<li>
<a href="http://www.getbreezenow.com/support" target="_blank">Support</a></li>
<li>
<a href="http://www.getbreezenow.com/blog" target="_blank">Blog</a></li>
</ul>
</div>
</div>
<div id="bd" class="yui3-g">
<div class="yui3-u-1-4">
<div id="docs-sidebar" class="sidebar apidocs">
<div id="api-list">
<h2 class="off-left">APIs</h2>
<div id="api-tabview" class="tabview">
<ul class="tabs">
<li><a href="#api-classes">Classes</a></li>
<li><a href="#api-modules">Modules</a></li>
</ul>
<div id="api-tabview-filter">
<input type="search" id="api-filter" placeholder="Type to filter APIs">
</div>
<div id="api-tabview-panel">
<ul id="api-classes" class="apis classes">
<li><a href="../classes/AutoGeneratedKeyType.html">AutoGeneratedKeyType</a></li>
<li><a href="../classes/ComplexAspect.html">ComplexAspect</a></li>
<li><a href="../classes/ComplexType.html">ComplexType</a></li>
<li><a href="../classes/config.html">config</a></li>
<li><a href="../classes/DataProperty.html">DataProperty</a></li>
<li><a href="../classes/DataService.html">DataService</a></li>
<li><a href="../classes/DataType.html">DataType</a></li>
<li><a href="../classes/EntityAction.html">EntityAction</a></li>
<li><a href="../classes/EntityAspect.html">EntityAspect</a></li>
<li><a href="../classes/EntityKey.html">EntityKey</a></li>
<li><a href="../classes/EntityManager.html">EntityManager</a></li>
<li><a href="../classes/EntityQuery.html">EntityQuery</a></li>
<li><a href="../classes/EntityState.html">EntityState</a></li>
<li><a href="../classes/EntityType.html">EntityType</a></li>
<li><a href="../classes/Enum.html">Enum</a></li>
<li><a href="../classes/EnumSymbol.html">EnumSymbol</a></li>
<li><a href="../classes/Event.html">Event</a></li>
<li><a href="../classes/FetchStrategy.html">FetchStrategy</a></li>
<li><a href="../classes/FilterQueryOp.html">FilterQueryOp</a></li>
<li><a href="../classes/HttpResponse.html">HttpResponse</a></li>
<li><a href="../classes/JsonResultsAdapter.html">JsonResultsAdapter</a></li>
<li><a href="../classes/LocalQueryComparisonOptions.html">LocalQueryComparisonOptions</a></li>
<li><a href="../classes/MergeStrategy.html">MergeStrategy</a></li>
<li><a href="../classes/MetadataStore.html">MetadataStore</a></li>
<li><a href="../classes/NamingConvention.html">NamingConvention</a></li>
<li><a href="../classes/NavigationProperty.html">NavigationProperty</a></li>
<li><a href="../classes/Predicate.html">Predicate</a></li>
<li><a href="../classes/Promise.html">Promise</a></li>
<li><a href="../classes/QueryOptions.html">QueryOptions</a></li>
<li><a href="../classes/SaveOptions.html">SaveOptions</a></li>
<li><a href="../classes/ValidationError.html">ValidationError</a></li>
<li><a href="../classes/ValidationOptions.html">ValidationOptions</a></li>
<li><a href="../classes/Validator.html">Validator</a></li>
<li><a href="../classes/~ajax_interface.html">~ajax_interface</a></li>
<li><a href="../classes/~complexArray.html">~complexArray</a></li>
<li><a href="../classes/~keyGenerator_interface.html">~keyGenerator_interface</a></li>
<li><a href="../classes/~primitiveArray.html">~primitiveArray</a></li>
<li><a href="../classes/~relationArray.html">~relationArray</a></li>
</ul>
<ul id="api-modules" class="apis modules">
<li><a href="../modules/breeze.html">breeze</a></li>
<li><a href="../modules/core.html">core</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="yui3-u-3-4">
<div id="api-options">
Show:
<label for="api-show-inherited">
<input type="checkbox" id="api-show-inherited" checked>
Inherited
</label>
<label for="api-show-protected">
<input type="checkbox" id="api-show-protected">
Protected
</label>
<label for="api-show-private">
<input type="checkbox" id="api-show-private">
Private
</label>
<label for="api-show-deprecated">
<input type="checkbox" id="api-show-deprecated">
Deprecated
</label>
</div>
<div class="apidocs">
<div id="docs-main">
<div class="content">
<h1 class="file-heading">File: a30_entityAspect.js</h1>
<div class="file">
<pre class="code prettyprint linenums">
/**
@module breeze
**/
var EntityAspect = (function () {
/**
An EntityAspect instance is associated with every attached entity and is accessed via the entity's 'entityAspect' property.
The EntityAspect itself provides properties to determine and modify the EntityState of the entity and has methods
that provide a variety of services including validation and change tracking.
An EntityAspect will almost never need to be constructed directly. You will usually get an EntityAspect by accessing
an entities 'entityAspect' property. This property will be automatically attached when an entity is created via either
a query, import or EntityManager.createEntity call.
@example
// assume order is an order entity attached to an EntityManager.
var aspect = order.entityAspect;
var currentState = aspect.entityState;
@class EntityAspect
**/
var ctor = function (entity) {
if (entity === null) {
var nullInstance = EntityAspect._nullInstance;
if (nullInstance) return nullInstance;
EntityAspect._nullInstance = this;
} else if (entity === undefined) {
throw new Error("The EntityAspect ctor requires an entity as its only argument.");
} else if (entity.entityAspect) {
return entity.entityAspect;
}
// if called without new
if (!(this instanceof EntityAspect)) {
return new EntityAspect(entity);
}
this.entity = entity;
// TODO: keep public or not?
this.entityGroup = null;
this.entityManager = null;
this.entityState = EntityState.Detached;
this.isBeingSaved = false;
this.originalValues = {};
this.hasValidationErrors = false;
this._validationErrors = {};
// Uncomment when we implement entityAspect.isNavigationPropertyLoaded method
// this._loadedNavPropMap = {};
this.validationErrorsChanged = new Event("validationErrorsChanged", this);
this.propertyChanged = new Event("propertyChanged", this);
// in case this is the NULL entityAspect. - used with ComplexAspects that have no parent.
// lists that control many-to-many links between entities
this.resetLinks();
if (entity != null) {
entity.entityAspect = this;
// entityType should already be on the entity from 'watch'
var entityType = entity.entityType || entity._$entityType;
if (!entityType) {
var typeName = entity.prototype._$typeName;
if (!typeName) {
throw new Error("This entity is not registered as a valid EntityType");
} else {
throw new Error("Metadata for this entityType has not yet been resolved: " + typeName);
}
}
var entityCtor = entityType.getEntityCtor();
__modelLibraryDef.getDefaultInstance().startTracking(entity, entityCtor.prototype);
}
};
var proto = ctor.prototype;
proto.resetLinks = function () {
this.inseredLinks = [];
this.removedLinks = [];
};
proto.insertLink = function (childEntity, np) {
var removedLink = __arrayFirst(this.removedLinks, function (link) {
return link.entity === childEntity && (link.np == np || link.np == np.inverse);
});
if (removedLink !== null) {
var removedIndexOf = this.removedLinks.indexOf(removedLink);
this.removedLinks.splice(removedIndexOf, 1);
return;
}
var inseredLink = __arrayFirst(this.inseredLinks, function (link) {
return link.entity === childEntity && (link.np == np || link.np == np.inverse);
});
if (inseredLink == null) {
this.inseredLinks.push({ entity: childEntity, np: np });
if (this.entityManager !== null
&& !this.entityState.isAdded() && !this.entityState.isDeleted())
this.setModified();
}
};
proto.removeLink = function (childEntity, np) {
var inseredLink = __arrayFirst(this.inseredLinks, function (link) {
return link.entity === childEntity && (link.np == np || link.np == np.inverse);
});
if (inseredLink !== null) {
var inseredIndexOf = this.inseredLinks.indexOf(inseredLink);
this.inseredLinks.splice(inseredIndexOf, 1);
return;
}
var removedLink = __arrayFirst(this.removedLinks, function (link) {
return link.entity === childEntity && (link.np == np || link.np == np.inverse);
});
if (removedLink == null) {
this.removedLinks.push({ entity: childEntity, np: np });
if (!this.entityState.isAdded() && !this.entityState.isDeleted())
this.setModified();
}
};
Event.bubbleEvent(proto, function () {
return this.entityManager;
});
/**
The Entity that this aspect is associated with.
__readOnly__
@property entity {Entity}
**/
/**
The {{#crossLink "EntityManager"}}{{/crossLink}} that contains this entity.
__readOnly__
@property entityManager {EntityManager}
**/
/**
The {{#crossLink "EntityState"}}{{/crossLink}} of this entity.
__readOnly__
@property entityState {EntityState}
**/
/**
Extra metadata about this entity such as the entity's etag.
You may extend this object with your own metadata information.
Breeze (de)serializes this object when importing/exporting the entity.
@property extraMetadata {Object}
**/
/**
Whether this entity is in the process of being saved.
__readOnly__
@property isBeingSaved {Boolean}
**/
/**
Whether this entity has any validation errors.
__readOnly__
@property hasValidationErrors {Boolean}
**/
/**
The 'original values' of this entity where they are different from the 'current values'.
This is a map where the key is a property name and the value is the 'original value' of the property.
__readOnly__
@property originalValues {Object}
**/
/**
An {{#crossLink "Event"}}{{/crossLink}} that fires whenever a value of one of this entity's properties change.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.propertyChanged.subscribe(
function (propertyChangedArgs) {
// this code will be executed anytime a property value changes on the 'order' entity.
var entity = propertyChangedArgs.entity; // Note: entity === order
var propertyNameChanged = propertyChangedArgs.propertyName;
var oldValue = propertyChangedArgs.oldValue;
var newValue = propertyChangedArgs.newValue;
});
@event propertyChanged
@param entity {Entity} The entity whose property has changed.
@param property {DataProperty} The DataProperty that changed.
@param propertyName {String} The name of the property that changed. This value will be 'null' for operations that replace the entire entity. This includes
queries, imports and saves that require a merge. The remaining parameters will not exist in this case either. This will actually be a "property path"
for any properties of a complex type.
@param oldValue {Object} The old value of this property before the change.
@param newValue {Object} The new value of this property after the change.
@param parent {Object} The immediate parent object for the changed property. This will be different from the 'entity' for any complex type or nested complex type properties.
@readOnly
**/
/**
An {{#crossLink "Event"}}{{/crossLink}} that fires whenever any of the validation errors on this entity change.
Note that this might be the removal of an error when some data on the entity is fixed.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.validationErrorsChanged.subscribe(
function (validationChangeArgs) {
// this code will be executed anytime a property value changes on the 'order' entity.
var entity == validationChangeArgs.entity; // Note: entity === order
var errorsAdded = validationChangeArgs.added;
var errorsCleared = validationChangeArgs.removed;
});
@event validationErrorsChanged
@param entity {Entity} The entity on which the validation errors are being added or removed.
@param added {Array of ValidationError} An array containing any newly added {{#crossLink "ValidationError"}}{{/crossLink}}s
@param removed {Array of ValidationError} An array containing any newly removed {{#crossLink "ValidationError"}}{{/crossLink}}s. This is those
errors that have been 'fixed'
@readOnly
**/
/**
Returns the {{#crossLink "EntityKey"}}{{/crossLink}} for this Entity.
@example
// assume order is an order entity attached to an EntityManager.
var entityKey = order.entityAspect.getKey();
@method getKey
@param [forceRefresh=false] {Boolean} Forces the recalculation of the key. This should normally be unnecessary.
@return {EntityKey} The {{#crossLink "EntityKey"}}{{/crossLink}} associated with this Entity.
**/
proto.getKey = function (forceRefresh) {
forceRefresh = assertParam(forceRefresh, "forceRefresh").isBoolean().isOptional().check(false);
if (forceRefresh || !this._entityKey) {
var entityType = this.entity.entityType;
var keyProps = entityType.keyProperties;
var values = keyProps.map(function (p) {
return this.entity.getProperty(p.name);
}, this);
this._entityKey = new EntityKey(entityType, values);
}
return this._entityKey;
};
/**
Returns the entity to an {{#crossLink "EntityState"}}{{/crossLink}} of 'Unchanged' by committing all changes made since the entity was last queried
had 'acceptChanges' called on it.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.acceptChanges();
// The 'order' entity will now be in an 'Unchanged' state with any changes committed.
@method acceptChanges
**/
proto.acceptChanges = function () {
this._checkOperation("acceptChanges");
var em = this.entityManager;
if (this.entityState.isDeleted()) {
em.detachEntity(this.entity);
} else {
this.setUnchanged();
}
em.entityChanged.publish({ entityAction: EntityAction.AcceptChanges, entity: this.entity });
};
/**
Returns the entity to an EntityState of 'Unchanged' by rejecting all changes made to it since the entity was last queried
had 'rejectChanges' called on it.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.rejectChanges();
// The 'order' entity will now be in an 'Unchanged' state with any changes rejected.
@method rejectChanges
**/
proto.rejectChanges = function () {
this._checkOperation("rejectChanges");
var entity = this.entity;
var entityManager = this.entityManager;
if (entityManager) {
// we do not want PropertyChange or EntityChange events to occur here
__using(entityManager, "isRejectingChanges", true, function () {
rejectChangesCore(entity);
});
if (this.entityState.isAdded()) {
// next line is needed because the following line will cause this.entityManager -> null;
entityManager.detachEntity(entity);
// need to tell em that an entity that needed to be saved no longer does.
entityManager._notifyStateChange(entity, false);
} else {
if (this.entityState.isDeleted()) {
this.entityManager._linkRelatedEntities(entity);
}
this.setUnchanged();
// propertyChanged propertyName is null because more than one property may have changed.
this.propertyChanged.publish({ entity: entity, propertyName: null });
this.entityManager.entityChanged.publish({ entityAction: EntityAction.RejectChanges, entity: entity });
}
}
};
function rejectChangesCore(target) {
var aspect = target.entityAspect || target.complexAspect;
var stype = target.entityType || target.complexType;
var originalValues = aspect.originalValues;
for (var propName in originalValues) {
target.setProperty(propName, originalValues[propName]);
}
stype.complexProperties.forEach(function (cp) {
var cos = target.getProperty(cp.name);
if (cp.isScalar) {
rejectChangesCore(cos);
} else {
cos._rejectChanges();
cos.forEach(rejectChangesCore);
}
});
}
proto.getPropertyPath = function (propName) {
return propName;
}
/**
Sets the entity to an EntityState of 'Added'. This is NOT the equivalent of calling {{#crossLink "EntityManager/addEntity"}}{{/crossLink}}
because no key generation will occur for autogenerated keys as a result of this operation. As a result this operation can be problematic
unless you are certain that the entity being marked 'Added' does not already exist in the database and does not have an autogenerated key.
The same operation can be performed by calling {{#crossLink "EntityAspect/setEntityState"}}{{/crossLink}}.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setAdded();
// The 'order' entity will now be in an 'Added' state.
@method setAdded
**/
proto.setAdded = function () {
return this.setEntityState(EntityState.Added);
}
/**
Sets the entity to an EntityState of 'Unchanged'. This is also the equivalent of calling {{#crossLink "EntityAspect/acceptChanges"}}{{/crossLink}}.
The same operation can be performed by calling {{#crossLink "EntityAspect/setEntityState"}}{{/crossLink}}.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setUnchanged();
// The 'order' entity will now be in an 'Unchanged' state with any changes committed.
@method setUnchanged
**/
proto.setUnchanged = function () {
this.resetLinks();
return this.setEntityState(EntityState.Unchanged);
};
/**
Sets the entity to an EntityState of 'Modified'. This can also be achieved by changing the value of any property on an 'Unchanged' entity.
The same operation can be performed by calling {{#crossLink "EntityAspect/setEntityState"}}{{/crossLink}}.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setModified();
// The 'order' entity will now be in a 'Modified' state.
@method setModified
**/
proto.setModified = function () {
return this.setEntityState(EntityState.Modified);
};
/**
Sets the entity to an EntityState of 'Deleted'. This both marks the entity as being scheduled for deletion during the next 'Save' call
but also removes the entity from all of its related entities.
The same operation can be performed by calling {{#crossLink "EntityAspect/setEntityState"}}{{/crossLink}}.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setDeleted();
// The 'order' entity will now be in a 'Deleted' state and it will no longer have any 'related' entities.
@method setDeleted
**/
proto.setDeleted = function () {
return this.setEntityState(EntityState.Deleted);
};
/**
Sets the entity to an EntityState of 'Detached'. This removes the entity from all of its related entities, but does NOT change the EntityState of any existing entities.
The same operation can be performed by calling {{#crossLink "EntityAspect/setEntityState"}}{{/crossLink}}.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setDetached();
// The 'order' entity will now be in a 'Detached' state and it will no longer have any 'related' entities.
@method setDetached
**/
proto.setDetached = function () {
return this.setEntityState(EntityState.Detached);
}
/**
Sets the entity to the specified EntityState. See also 'setUnchanged', 'setModified', 'setDetached', etc.
@example
// assume order is an order entity attached to an EntityManager.
order.entityAspect.setEntityState(EntityState.Unchanged);
// The 'order' entity will now be in a 'Unchanged' state.
@method setEntityState
**/
proto.setEntityState = function (entityState) {
if (this.entityState === entityState) return false;
this._checkOperation("setEntityState");
if (this.entityState.isDetached()) {
throw new Error("You cannot set the 'entityState' of an entity when it is detached - except by first attaching it to an EntityManager");
}
var entity = this.entity;
var em = this.entityManager;
var needsSave = true;
if (entityState === EntityState.Unchanged) {
clearOriginalValues(entity);
delete this.hasTempKey;
needsSave = false;
} else if (entityState === EntityState.Added) {
clearOriginalValues(entity);
// TODO: more to do here... like regenerating key ???
} else if (entityState === EntityState.Deleted) {
if (this.entityState.isAdded()) {
// turn it into a detach and exit early
this.setEntityState(EntityState.Detached);
return true;
} else {
// TODO: think about cascade deletes
// entityState needs to be set it early in this one case to insure that fk's are not cleared.
this.entityState = EntityState.Deleted;
removeFromRelations(entity, EntityState.Deleted);
}
} else if (entityState === EntityState.Modified) {
// nothing extra needed
} else if (entityState === EntityState.Detached) {
var group = this.entityGroup;
// no group === already detached.
if (!group) return false;
group.detachEntity(entity);
// needs to occur early here - so this IS deliberately redundent with the same code later in this method.
this.entityState = entityState;
removeFromRelations(entity, EntityState.Detached);
this._detach();
em.entityChanged.publish({ entityAction: EntityAction.Detach, entity: entity });
needsSave = false;
}
this.entityState = entityState;
em._notifyStateChange(entity, needsSave);
return true;
}
function clearOriginalValues(target) {
var aspect = target.entityAspect || target.complexAspect;
aspect.originalValues = {};
var stype = target.entityType || target.complexType;
stype.complexProperties.forEach(function (cp) {
var cos = target.getProperty(cp.name);
if (cp.isScalar) {
clearOriginalValues(cos);
} else {
cos._acceptChanges();
cos.forEach(clearOriginalValues);
}
});
}
/**
Performs a query for the value of a specified {{#crossLink "NavigationProperty"}}{{/crossLink}}.
@example
emp.entityAspect.loadNavigationProperty("Orders").then(function (data) {
var orders = data.results;
}).fail(function (exception) {
// handle exception here;
});
@method loadNavigationProperty
@async
@param navigationProperty {NavigationProperty|String} The NavigationProperty or the name of the NavigationProperty to 'load'.
@param [callback] {Function} Function to call on success.
@param [errorCallback] {Function} Function to call on failure.
@return {Promise}
- properties of success promise
- results {Array of Entity}
- query {EntityQuery} The original query
- httpResponse {httpResponse} The HttpResponse returned from the server.
**/
proto.loadNavigationProperty = function (navigationProperty, callback, errorCallback) {
var entity = this.entity;
var navProperty = entity.entityType._checkNavProperty(navigationProperty);
var query = EntityQuery.fromEntityNavigation(entity, navProperty);
// return entity.entityAspect.entityManager.executeQuery(query, callback, errorCallback);
var promise = entity.entityAspect.entityManager.executeQuery(query);
var that = this;
return promise.then(function (data) {
that._markAsLoaded(navProperty.name);
if (callback) callback(data);
return Q.resolve(data);
}, function (error) {
if (errorCallback) errorCallback(error);
return Q.reject(error);
});
};
/**
Marks this navigationProperty on this entity as already having been loaded.
@example
emp.entityAspect.markNavigationPropertyAsLoaded("Orders");
@method markAsLoaded
@async
@param navigationProperty {NavigationProperty|String} The NavigationProperty or name of NavigationProperty to 'load'.
**/
proto.markNavigationPropertyAsLoaded = function (navigationProperty) {
var navProperty = this.entity.entityType._checkNavProperty(navigationProperty);
this._markAsLoaded(navProperty.name);
}
/**
Determines whether a navigationProperty on this entity has already been loaded.
@example
A navigation property is considered loaded when any of the following three conditions applies:
1) It was fetched from the backend server.
a) This can be the result of an expand query or a call to the EntityAspect.loadNavigationProperty method.
b) Note that even if the fetch returns nothing the property is still marked as loaded in this case.
2) The property is scalar and has been set to a nonnull value.
3) The EntityAspect.markNavigationPropertyAsLoaded was called.
@example
var wasLoaded = emp.entityAspect.isNavigationPropertyLoaded("Orders");
@method isNavigationPropertyLoaded
@param navigationProperty {NavigationProperty|String} The NavigationProperty or name of NavigationProperty to 'load'.
**/
proto.isNavigationPropertyLoaded = function (navigationProperty) {
var navProperty = this.entity.entityType._checkNavProperty(navigationProperty);
if (navProperty.isScalar && this.entity.getProperty(navProperty.name) != null) {
return true;
}
return this._loadedNps && this._loadedNps.indexOf(navProperty.name) >= 0;
}
proto._markAsLoaded = function (navPropName) {
this._loadedNps = this._loadedNps || [];
__arrayAddItemUnique(this._loadedNps, navPropName);
}
/**
Performs validation on the entity, any errors encountered during the validation are available via the
{{#crossLink "EntityAspect.getValidationErrors"}}{{/crossLink}} method. Validating an entity means executing
all of the validators on both the entity itself as well as those on each of its properties.
@example
// assume order is an order entity attached to an EntityManager.
var isOk = order.entityAspect.validateEntity();
// isOk will be 'true' if there are no errors on the entity.
if (!isOk) {
var errors = order.entityAspect.getValidationErrors();
}
@method validateEntity
@return {Boolean} Whether the entity passed validation.
**/
proto.validateEntity = function () {
var ok = true;
this._processValidationOpAndPublish(function (that) {
ok = validateTarget(that.entity);
});
return ok;
};
// coIndex is only used where target is a complex object that is part of an array of complex objects
// in which case ctIndex is the index of the target within the array.
function validateTarget(target, coIndex) {
var ok = true;
var stype = target.entityType || target.complexType;
var aspect = target.entityAspect || target.complexAspect;
var entityAspect = target.entityAspect || target.complexAspect.getEntityAspect();
var context = { entity: entityAspect.entity };
if (coIndex !== undefined) {
context.index = coIndex;
}
stype.getProperties().forEach(function (p) {
var value = target.getProperty(p.name);
var validators = p.getAllValidators();
if (validators.length > 0) {
context.property = p;
context.propertyName = aspect.getPropertyPath(p.name);
ok = entityAspect._validateProperty(value, context) && ok;
}
if (p.isComplexProperty) {
if (p.isScalar) {
ok = validateTarget(value) && ok;
} else {
ok = value.reduce(function (pv, cv, ix) {
return validateTarget(cv, ix) && pv;
}, ok);
}
}
});
// then target level
stype.getAllValidators().forEach(function (validator) {
ok = validate(entityAspect, validator, target) && ok;
});
return ok;
}
/**
Performs validation on a specific property of this entity, any errors encountered during the validation are available via the
{{#crossLink "EntityAspect.getValidationErrors"}}{{/crossLink}} method. Validating a property means executing
all of the validators on the specified property. This call is also made automatically anytime a property
of an entity is changed.
@example
// assume order is an order entity attached to an EntityManager.
var isOk = order.entityAspect.validateProperty("Order");
or
@example
var orderDateProperty = order.entityType.getProperty("OrderDate");
var isOk = order.entityAspect.validateProperty(OrderDateProperty);
@method validateProperty
@param property {DataProperty|NavigationProperty|String} The {{#crossLink "DataProperty"}}{{/crossLink}} or
{{#crossLink "NavigationProperty"}}{{/crossLink}} to validate or a string with the name of the property or a property path with
the path to a property of a complex object.
@param [context] {Object} A context object used to pass additional information to each {{#crossLink "Validator"}}{{/crossLink}}
@return {Boolean} Whether the entity passed validation.
**/
proto.validateProperty = function (property, context) {
var value = this.getPropertyValue(property); // performs validations
if (value && value.complexAspect) {
return validateTarget(value);
}
context = context || {};
context.entity = this.entity;
if (typeof (property) === 'string') {
context.property = this.entity.entityType.getProperty(property, true);
context.propertyName = property;
} else {
context.property = property;
context.propertyName = property.name;
}
return this._validateProperty(value, context);
};
/**
Returns the validation errors associated with either the entire entity or any specified property.
@example
This method can return all of the errors for an Entity
@example
// assume order is an order entity attached to an EntityManager.
var valErrors = order.entityAspect.getValidationErrors();
as well as those for just a specific property.
@example
// assume order is an order entity attached to an EntityManager.
var orderDateErrors = order.entityAspect.getValidationErrors("OrderDate");
which can also be expressed as
@example
// assume order is an order entity attached to an EntityManager.
var orderDateProperty = order.entityType.getProperty("OrderDate");
var orderDateErrors = order.entityAspect.getValidationErrors(orderDateProperty);
@method getValidationErrors
@param [property] {DataProperty|NavigationProperty} The property for which validation errors should be retrieved.
If omitted, all of the validation errors for this entity will be returned.
@return {Array of ValidationError}
**/
proto.getValidationErrors = function (property) {
assertParam(property, "property").isOptional().isEntityProperty().or().isString().check();
var result = __getOwnPropertyValues(this._validationErrors);
if (property) {
var propertyName = typeof (property) === 'string' ? property : property.name;
result = result.filter(function (ve) {
return ve.property && (ve.property.name === propertyName || (propertyName.indexOf(".") != -1 && ve.propertyName == propertyName));
});
}
return result;
};
/**
Adds a validation error.
@method addValidationError
@param validationError {ValidationError}
**/
proto.addValidationError = function (validationError) {
assertParam(validationError, "validationError").isInstanceOf(ValidationError).check();
this._processValidationOpAndPublish(function (that) {
that._addValidationError(validationError);
});
};
/**
Removes a validation error.
@method removeValidationError
@param validationErrorOrKey {ValidationError|String} Either a ValidationError or a ValidationError 'key' value
**/
proto.removeValidationError = function (validationErrorOrKey) {
assertParam(validationErrorOrKey, "validationErrorOrKey").isString().or().isInstanceOf(ValidationError).or().isInstanceOf(Validator).check();
var key = (typeof (validationErrorOrKey) === "string") ? validationErrorOrKey : validationErrorOrKey.key;
this._processValidationOpAndPublish(function (that) {
that._removeValidationError(key);
});
};
/**
Removes all of the validation errors for a specified entity
@method clearValidationErrors
**/
proto.clearValidationErrors = function () {
this._processValidationOpAndPublish(function (that) {
__objectForEach(that._validationErrors, function (key, valError) {
if (valError) {
delete that._validationErrors[key];
that._pendingValidationResult.removed.push(valError);
}
});
that.hasValidationErrors = !__isEmpty(that._validationErrors);
});
};
// returns null for np's that do not have a parentKey
proto.getParentKey = function (navigationProperty) {
// NavigationProperty doesn't yet exist
// assertParam(navigationProperty, "navigationProperty").isInstanceOf(NavigationProperty).check();
var fkNames = navigationProperty.foreignKeyNames;
if (fkNames.length === 0) return null;
var that = this;
var fkValues = fkNames.map(function (fkn) {
return that.entity.getProperty(fkn);
});
return new EntityKey(navigationProperty.entityType, fkValues);
};
proto.getPropertyValue = function (property) {
assertParam(property, "property").isString().or().isEntityProperty().check();
var value;
if (typeof (property) === 'string') {
var propNames = property.trim().split(".");
var propName = propNames.shift();
value = this.entity;
value = value.getProperty(propName);
while (propNames.length > 0) {
propName = propNames.shift();
value = value.getProperty(propName);
}
} else {
if (!(property.parentType instanceof EntityType)) {
throw new Error("The validateProperty method does not accept a 'property' parameter whose parentType is a ComplexType; " +
"Pass a 'property path' string as the 'property' parameter instead ");
}
value = this.entity.getProperty(property.name);
}
return value;
};
// internal methods
proto._checkOperation = function(operationName) {
if (this.isBeingSaved) {
throw new Error("Cannot perform a '" + operationName + "' on an entity that is in the process of being saved");
}
// allows chaining
return this;
}
proto._detach = function () {
this.entityGroup = null;
this.entityManager = null;
this.entityState = EntityState.Detached;
this.originalValues = {};
this._validationErrors = {};
this.hasValidationErrors = false;
this.validationErrorsChanged.clear();
this.propertyChanged.clear();
};
// called from defaultInterceptor.
proto._validateProperty = function (value, context) {
var ok = true;
this._processValidationOpAndPublish(function (that) {
context.property.getAllValidators().forEach(function (validator) {
ok = validate(that, validator, value, context) && ok;
});
});
return ok;
};
proto._processValidationOpAndPublish = function (validationFn) {
if (this._pendingValidationResult) {
// only top level processValidations call publishes
validationFn(this);
} else {
try {
this._pendingValidationResult = { entity: this.entity, added: [], removed: [] };
validationFn(this);
if (this._pendingValidationResult.added.length > 0 || this._pendingValidationResult.removed.length > 0) {
this.validationErrorsChanged.publish(this._pendingValidationResult);
// this might be a detached entity hence the guard below.
this.entityManager && this.entityManager.validationErrorsChanged.publish(this._pendingValidationResult);
}
} finally {
this._pendingValidationResult = undefined;
}
}
};
proto._addValidationError = function (validationError) {
this._validationErrors[validationError.key] = validationError;
this.hasValidationErrors = true;
this._pendingValidationResult.added.push(validationError);
};
proto._removeValidationError = function (key) {
var valError = this._validationErrors[key];
if (valError) {
delete this._validationErrors[key];
this.hasValidationErrors = !__isEmpty(this._validationErrors);
this._pendingValidationResult.removed.push(valError);
}
};
function removeFromRelations(entity, entityState) {
// remove this entity from any collections.
// mark the entity deleted or detached
var isDeleted = entityState.isDeleted();
if (isDeleted) {
removeFromRelationsCore(entity);
} else {
__using(entity.entityAspect.entityManager, "isLoading", true, function () {
removeFromRelationsCore(entity);
});
}
}
function removeFromRelationsCore(entity) {
entity.entityType.navigationProperties.forEach(function (np) {
var inverseNp = np.inverse;
var npValue = entity.getProperty(np.name);
if (np.isScalar) {
if (npValue) {
if (inverseNp) {
if (inverseNp.isScalar) {
// Verify if child entity of a deleted entity has a required navigation property
// then set child as detached to pass responsibility to server..
var property = inverseNp.relatedDataProperties ?
inverseNp.relatedDataProperties[0] : null;
if (property && !property.isNullable) {
npValue.entityAspect.setDetached();
} else {
npValue.setProperty(inverseNp.name, null);
}
} else {
var collection = npValue.getProperty(inverseNp.name);
if (collection.length) {
__arrayRemoveItem(collection, entity);
}
}
}
entity.setProperty(np.name, null);
}
} else {
if (inverseNp) {
// npValue is a live list so we need to copy it first.
npValue.slice(0).forEach(function (v) {
if (inverseNp.isScalar) {
// Verify if child entity of a deleted entity has a required navigation property
// then set child as detached to pass responsibility to server..
var property = inverseNp.relatedDataProperties ?
inverseNp.relatedDataProperties[0] : null;
if (property && !property.isNullable) {
v.entityAspect.setDetached();
} else {
v.setProperty(inverseNp.name, null);
}
} else {
// TODO: many to many - not yet handled.
}
});
}
// now clear it.
npValue.length = 0;
}
});
};
// note entityAspect only - ( no complex aspect allowed on the call).
function validate(entityAspect, validator, value, context) {
var ve = validator.validate(value, context);
if (ve) {
entityAspect._addValidationError(ve);
return false;
} else {
var key = ValidationError.getKey(validator, context ? context.propertyName : null);
entityAspect._removeValidationError(key);
return true;
}
}
return ctor;
})();
var ComplexAspect = (function () {
/**
An ComplexAspect instance is associated with every complex object instance and is accessed via the complex object's 'complexAspect' property.
The ComplexAspect itself provides properties to determine the parent object, parent property and original values for the complex object.
A ComplexAspect will almost never need to be constructed directly. You will usually get an ComplexAspect by accessing
an entities 'complexAspect' property. This property will be automatically attached when an complex object is created as part of an
entity via either a query, import or EntityManager.createEntity call.
@example
// assume address is a complex property on the 'Customer' type
var aspect = aCustomer.address.complexAspect;
// aCustomer === aspect.parent;
@class ComplexAspect
**/
var ctor = function ComplexAspect(complexObject, parent, parentProperty) {
if (!complexObject) {
throw new Error("The ComplexAspect ctor requires an entity as its only argument.");
}
if (complexObject.complexAspect) {
return complexObject.complexAspect;
}
// if called without new
if (!(this instanceof ComplexAspect)) {
return new ComplexAspect(complexObject, parent, parentProperty);
}
// entityType should already be on the entity from 'watch'
this.complexObject = complexObject;
complexObject.complexAspect = this;
// TODO: keep public or not?
this.originalValues = {};
// if a standalone complexObject
if (parent != null) {
this.parent = parent;
this.parentProperty = parentProperty;
}
var complexType = complexObject.complexType;
if (!complexType) {
var typeName = complexObject.prototype._$typeName;
if (!typeName) {
throw new Error("This entity is not registered as a valid ComplexType");
} else {
throw new Error("Metadata for this complexType has not yet been resolved: " + typeName);
}
}
var complexCtor = complexType.getCtor();
__modelLibraryDef.getDefaultInstance().startTracking(complexObject, complexCtor.prototype);
};
var proto = ctor.prototype;
/**
The complex object that this aspect is associated with.
__readOnly__
@property complexObject {Entity}
**/
/**
The parent object that to which this aspect belongs; this will either be an entity or another complex object.
__readOnly__
@property parent {Entity|ComplexObject}
**/
/**
The {{#crossLink "DataProperty"}}{{/crossLink}} on the 'parent' that contains this complex object.
__readOnly__
@property parentProperty {DataProperty}
**/
/**
The 'original values' of this complex object where they are different from the 'current values'.
This is a map where the key is a property name and the value is the 'original value' of the property.
__readOnly__
@property originalValues {Object}
**/
/**
Returns the EntityAspect for the top level entity tht contains this complex object.
@method getEntityAspect
@return {String}
**/
proto.getEntityAspect = function () {
var parent = this.parent;
if (!parent) return new EntityAspect(null);
var entityAspect = parent.entityAspect;
while (parent && !entityAspect) {
parent = parent.complexAspect && parent.complexAspect.parent;
entityAspect = parent && parent.entityAspect;
}
return entityAspect || new EntityAspect(null);
}
/**
Executes the specified query against this EntityManager's local cache.
@method getPropertyPath
@param propName {String} The property name of a property on this complex aspect for which we want the full path.
@return {String} The 'property path' from the top level entity that contains this complex object to this object.
**/
proto.getPropertyPath = function (propName) {
var parent = this.parent;
if (!parent) return null;
var aspect = parent.complexAspect || parent.entityAspect;
return aspect.getPropertyPath(this.parentProperty.name + "." + propName);
}
return ctor;
})();
breeze.EntityAspect = EntityAspect;
breeze.ComplexAspect = ComplexAspect;
</pre>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="primary-nav-foot">
<ul>
<li>
<a href="http://breeze.github.io/doc-js/download.html" target="_blank">Download</a></li>
<li>
<a href="http://learn.breezejs.com/" target="_blank">Tutorials</a></li>
<li>
<a href="http://breeze.github.io/doc-js/">Docs</a></li>
<li>
<a href="http://breeze.github.io/doc-samples/">Samples</a></li>
<li>
<a href="http://stackoverflow.com/questions/tagged/breeze?sort=newest" target="_blank">Questions</a></li>
<li>
<a href="http://www.getbreezenow.com/support" target="_blank">Support</a></li>
</ul>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script src="../assets/js/yui-prettify.js"></script>
<script src="../assets/../api.js"></script>
<script src="../assets/js/api-filter.js"></script>
<script src="../assets/js/api-list.js"></script>
<script src="../assets/js/api-search.js"></script>
<script src="../assets/js/apidocs.js"></script>
</body>
</html>
| Iarly/breeze.js | docs/api-docs/files/a30_entityAspect.js.html | HTML | mit | 53,213 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="generator" content="PHPDoctor 2RC4 (http://peej.github.com/phpdoctor/)">
<meta name="when" content="Fri, 26 Jul 2013 09:03:27 +0000">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
<link rel="start" href="../../../overview-summary.html">
<title>InputText (Citrus)</title>
</head>
<div class="header">
<ul>
<li><a href="../../../overview-summary.html">Overview</a></li>
<li><a href="../../../citrus/html/form/package-summary.html">Namespace</a></li>
<li class="active">Class</li>
<li><a href="../../../citrus/html/form/package-tree.html">Tree</a></li>
<li><a href="../../../overview-files.html">Files</a></li>
<li><a href="../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../todo-list.html">Todo</a></li>
<li><a href="../../../index-all.html">Index</a></li>
</ul>
</div>
<div class="apiContent"><div class="small_links">
</div>
<div class="small_links">
Summary: <a href="#summary_field">Field</a> | <a href="#summary_method">Method</a> | <a href="#summary_constr">Constr</a>
Detail: <a href="#detail_field">Field</a> | <a href="#detail_method">Method</a> | <a href="#summary_constr">Constr</a>
</div>
<hr>
<div class="qualifiedName">Citrus\html\form\InputText</div>
<a href="../../../source/html/form/inputtext.php.html#line32" class="location">html/form/InputText.php at line 32</a>
<h1>Class InputText</h1>
<pre class="tree"><a href="../../../citrus/html/element.html">Element</a><br> └─<a href="../../../citrus/html/form/formelement.html">FormElement</a><br> └─<strong>InputText</strong><br /></pre>
<hr>
<p class="signature">public class <strong>InputText</strong><br>extends <a href="../../../citrus/html/form/formelement.html">FormElement</a>
</p>
<div class="comment" id="overview_description"><p></p></div>
<dl>
<dt>Subpackage:</dt>
<dd>Citrus\html\form\InputText</dd>
<dt>Author:</dt>
<dd>Rémi Cazalet <[email protected]></dd>
<dt>License:</dt>
<dd>http://opensource.org/licenses/mit-license.php The MIT License</dd>
</dl>
<hr>
<table class="inherit">
<tr><th colspan="2">Fields inherited from Citrus\html\form\FormElement</th></tr>
<tr><td><a href="../../../citrus/html/form/formelement.html#classes">classes</a>, <a href="../../../citrus/html/form/formelement.html#label">label</a>, <a href="../../../citrus/html/form/formelement.html#name">name</a>, <a href="../../../citrus/html/form/formelement.html#value">value</a></td></tr></table>
<table class="inherit">
<tr><th colspan="2">Fields inherited from Citrus\html\Element</th></tr>
<tr><td><a href="../../../citrus/html/element.html#attributes">attributes</a>, <a href="../../../citrus/html/element.html#children">children</a>, <a href="../../../citrus/html/element.html#classes">classes</a>, <a href="../../../citrus/html/element.html#closeTag">closeTag</a>, <a href="../../../citrus/html/element.html#id">id</a>, <a href="../../../citrus/html/element.html#inline">inline</a>, <a href="../../../citrus/html/element.html#innerHtml">innerHtml</a>, <a href="../../../citrus/html/element.html#tagName">tagName</a></td></tr></table>
<table class="inherit">
<tr><th colspan="2">Methods inherited from Citrus\html\form\FormElement</th></tr>
<tr><td><a href="../../../citrus/html/form/formelement.html#__construct()">__construct</a>, <a href="../../../citrus/html/form/formelement.html#classesString()">classesString</a></td></tr></table>
<table class="inherit">
<tr><th colspan="2">Methods inherited from Citrus\html\Element</th></tr>
<tr><td><a href="../../../citrus/html/element.html#__construct()">__construct</a>, <a href="../../../citrus/html/element.html#addChild()">addChild</a>, <a href="../../../citrus/html/element.html#addChildren()">addChildren</a>, <a href="../../../citrus/html/element.html#addClass()">addClass</a>, <a href="../../../citrus/html/element.html#addHtml()">addHtml</a>, <a href="../../../citrus/html/element.html#removeClass()">removeClass</a>, <a href="../../../citrus/html/element.html#renderHtml()">renderHtml</a></td></tr></table>
<p id="footer">This document was generated by <a href="http://peej.github.com/phpdoctor/">PHPDoctor: The PHP Documentation Creator</a></p>
</div>
</body>
</html> | studiocaramia/Citrus | var/doc/citrus/html/form/inputtext.html | HTML | mit | 4,361 |
<!DOCTYPE HTML>
<html>
<head>
<title>com.PhoneGap.c2dm</title>
</head>
<body>
<script type="text/javascript" charset="utf-8" src="cordova-2.7.0.js"></script>
<script type="text/javascript" charset="utf-8" src="jquery-mobile/jquery_1.5.2.min.js"></script>
<script type="text/javascript" src="PushNotification.js"></script>
<script type="text/javascript">
var pushNotification;
function onDeviceReady() {
$("#app-status-ul").append('<li>deviceready event received</li>');
try
{
pushNotification = window.plugins.pushNotification;
if (device.platform == 'android' || device.platform == 'Android') {
$("#app-status-ul").append('<li>registering android</li>');
pushNotification.register(successHandler, errorHandler, {"senderID":"XXXXXXX","ecb":"onNotificationGCM"}); // required!
} else {
$("#app-status-ul").append('<li>registering iOS</li>');
pushNotification.register(tokenHandler, errorHandler, {"badge":"true","sound":"true","alert":"true","ecb":"onNotificationAPN"}); // required!
}
}
catch(err)
{
txt="There was an error on this page.\n\n";
txt+="Error description: " + err.message + "\n\n";
alert(txt);
}
}
// handle APNS notifications for iOS
function onNotificationAPN(e) {
if (e.alert) {
$("#app-status-ul").append('<li>push-notification: ' + e.alert + '</li>');
navigator.notification.alert(e.alert);
}
if (e.sound) {
var snd = new Media(e.sound);
snd.play();
}
if (e.badge) {
pushNotification.setApplicationIconBadgeNumber(successHandler, e.badge);
}
}
// handle GCM notifications for Android
function onNotificationGCM(e) {
$("#app-status-ul").append('<li>EVENT -> RECEIVED:' + e.event + '</li>');
switch( e.event )
{
case 'registered':
if ( e.regid.length > 0 )
{
$("#app-status-ul").append('<li>REGISTERED -> REGID:' + e.regid + "</li>");
// Your GCM push server needs to know the regID before it can push to this device
// here is where you might want to send it the regID for later use.
}
break;
case 'message':
// if this flag is set, this notification happened while we were in the foreground.
// you might want to play a sound to get the user's attention, throw up a dialog, etc.
if (e.foreground)
{
$("#app-status-ul").append('<li>--INLINE NOTIFICATION--' + '</li>');
// if the notification contains a soundname, play it.
var my_media = new Media("/android_asset/www/"+e.soundname);
my_media.play();
}
else
{ // otherwise we were launched because the user touched a notification in the notification tray.
if (e.coldstart)
$("#app-status-ul").append('<li>--COLDSTART NOTIFICATION--' + '</li>');
else
$("#app-status-ul").append('<li>--BACKGROUND NOTIFICATION--' + '</li>');
}
$("#app-status-ul").append('<li>MESSAGE -> MSG: ' + e.payload.message + '</li>');
$("#app-status-ul").append('<li>MESSAGE -> MSGCNT: ' + e.payload.msgcnt + '</li>');
break;
case 'error':
$("#app-status-ul").append('<li>ERROR -> MSG:' + e.msg + '</li>');
break;
default:
$("#app-status-ul").append('<li>EVENT -> Unknown, an event was received and we do not know what it is</li>');
break;
}
}
function tokenHandler (result) {
$("#app-status-ul").append('<li>token: '+ result +'</li>');
// Your iOS push server needs to know the token before it can push to this device
// here is where you might want to send it the token for later use.
}
function successHandler (result) {
$("#app-status-ul").append('<li>success:'+ result +'</li>');
}
function errorHandler (error) {
$("#app-status-ul").append('<li>error:'+ error +'</li>');
}
document.addEventListener('deviceready', onDeviceReady, true);
</script>
<div id="home">
<div id="app-status-div">
<ul id="app-status-ul">
<li>Cordova PushNotification Plugin Demo</li>
</ul>
<button id="sendRegistrationID">Save Registration ID</button>
<button id="getRegistrationID">Get Registration ID</button>
</div>
</div>
</body>
</html> | jennlo22/remember-me | assets/www/index.html | HTML | mit | 5,682 |
<?xml version="1.0" encoding="utf-8"?>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.7/css/materialize.min.css" />
<style>
.replacement, span.repeat {
font-style: italic;
}
</style>
</head>
<body>
<div class="container">
<div class="row">
<div class="col s12">
<h3>
<span class="replacement">Options.StoreName</span> Receipt
</h3>
</div>
</div>
<div class="row">
<div class="col s12">
<p>
Thank you for purchasing items at the <span class="replacement">Options.StoreName</span>.
Below is your receipt from this time along with a brief history of previous purchases at the <span class="replacement">Options.StoreName</span>.
</p>
</div>
</div>
<div class="row">
<div class="col s12">
<p>
Your current balance is: <span class="replacement">Customer.Balance</span>
</p>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="collection with-header">
<span class="repeat" data-repeat="Purchases">
<a class="collection-item">
<span class="replacement">Purchase.Name</span>
(<span class="replacement">Purchase.Quantity</span> x <span class="replacement">Purchase.UnitPrice</span>)
</a>
</span>
<a class="collection-item">
<h4>
Total:
<span class="replacement">Purchases.Total</span>
</h4>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col s12">
<div class="collection with-header">
<a class="collection-item">
<h4>
Recent Purchases:
</h4>
</a>
<span class="repeat" data-repeat="RecentPurchases">
<a class="collection-item">
<span class="replacement">RecentPurchase.Date</span>:
<span class="replacement">RecentPurchase.Amount</span>
</a>
</span>
</div>
</div>
</div>
<br />
<div class="row">
<div class="col s12">
If you have any questions, please contact
<a class="replacement">Options.AdminEmail</a>.
</div>
</div>
<div class="row">
<div class="col s12">
<small>
<span class="replacement">Options.MailingAddress</span>
<br />
To unsubscribe, please email <a class="replacement">Options.AdminEmail</a>.
</small>
</div>
</div>
</div>
</body>
</html>
| desotohs/cats-closet-point-of-sale | PurchaseEmail.html | HTML | mit | 2,418 |
<section>
<div class="grey-header">
<h1>{{ 'user.create.title' | translate }}</h1>
<p ng-show="ctrl.data.company_id">{{'company.create.description' | translate}}</p>
<p ng-show="!ctrl.data.company_id">{{'user.create.description' | translate}}</p>
</div>
<div class="register-form">
<form name="form" novalidate ng-submit="ctrl.process()">
<div class="material-input">
<validation2 form="form" field="ssn" errormsg="user.form.ssn.validation">
<div class="group">
<input name="ssn" type="text" required ng-pattern="/^[\d\-]+$/" ng-minlength="10"
ng-model="ctrl.data.ssn"
ng-keyup="form.ssn.error_detail = undefined"
ng-blur="ctrl.checkSSN();"/>
<label>{{ 'user.form.ssn' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="first_name" errormsg="user.form.first_name.validation">
<div class="group">
<input name="first_name" type="text" required
ng-model="ctrl.data.first_name" ng-keyup="form.first_name.error_detail = undefined">
<label>{{ 'user.form.first_name' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="last_name" errormsg="user.form.last_name.validation">
<div class="group">
<input name="last_name" type="text" required ng-model="ctrl.data.last_name"
ng-keyup="form.last_name.error_detail = undefined">
<label>{{'user.form.last_name' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="description" errormsg="profile.form.presentation.validation"
ng-hide="!ctrl.data.company_id">
<div class="group">
<textarea name="description" msd-elastic ng-required='ctrl.data.company_id' ng-minlength="5"
ng-model="ctrl.data.description"
ng-keyup="form.description.error_detail = undefined"></textarea>
<label>{{ 'profile.form.presentation' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="phone" errormsg="user.form.phone.validation">
<div class="group">
<input name="phone" type="text" required ng-minlength="9" ng-model="ctrl.data.phone"
ng-keyup="form.phone.error_detail = undefined">
<label>{{ 'user.form.phone' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="street" errormsg="user.form.street.validation"
ng-hide="!ctrl.data.company_id">
<div class="group">
<input name="street" type="text" ng-required='ctrl.data.company_id' ng-minlength="5"
ng-model="ctrl.data.street" ng-keyup="form.street.error_detail = undefined">
<label>{{ 'user.form.street' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="zip" errormsg="user.form.zip.validation"
ng-hide="!ctrl.data.company_id">
<div class="group">
<input name="zip" type="text" ng-required='ctrl.data.company_id' ng-minlength="5"
ng-model="ctrl.data.zip" ng-keyup="form.zip.error_detail = undefined">
<label>{{ 'user.form.zip' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="email" errormsg="user.form.email.validation">
<div class="group">
<input name="email" type="email" required
ng-pattern="/^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/"
ng-model="ctrl.data.email"
ng-keyup="form.email.error_detail = undefined">
<label>{{ 'user.form.email' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="current_status" errormsg="user.form.current_status.validation">
<div class="group group-select">
<select name="current_status" ng-model="ctrl.data['current-status']" required>
<option value="" hidden/>
<option ng-repeat="status in ctrl.statuses" value="{{status.id}}">
{{status.attributes['en-name']}}
</option>
</select>
<label class="control-label">{{ 'user.form.current_status' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="at_und" errormsg="user.form.at_und.validation">
<div class="group group-select">
<select name="at_und" ng-model="ctrl.data['at-und']" required>
<option value="" hidden/>
<option ng-repeat="atUnd in ctrl.atUnds" value="{{atUnd.value}}">
{{atUnd['en-name']}}
</option>
</select>
<label class="control-label">{{ 'user.form.at_und' | translate }}</label>
</div>
</validation2>
<div class="job-date">
<validation2 form="form" field="arrived_at" errormsg="user.form.arrived_at.validation">
<div class="group">
<input type="date" id="arrived_at" name="arrived_at" required
ng-pattern='/^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$/'
ng-model="ctrl.data['arrived-at']"
placeholder="YYYY-MM-DD" ng-keyup="form.arrived_at.error_detail = undefined">
<label>{{'user.form.arrived_at' | translate}}</label>
</div>
</validation2>
</div>
<div class="cate-group">
<label>{{'user.form.country_of_origin' | translate}}</label>
<div custom-select="country['country-code'] as country['en-name'] for country in searchAsync($searchTerm)"
custom-select-options="countryOptions" ng-model="ctrl.data['country-of-origin']"></div>
<validation2 form="form" field="country_of_origin" errormsg="user.form.country_of_origin.validation">
<input type="hidden" name="country_of_origin" required ng-model="ctrl.data['country-of-origin']"/>
</validation2>
</div>
<validation2 form="form" field="password" errormsg="user.form.password.validation">
<div class="group">
<input name="password" type="password" required ng-minlength="8" ng-model="ctrl.data.password"
ng-keyup="form.password.error_detail = undefined">
<label>{{ 'user.form.password' | translate }}</label>
</div>
</validation2>
<validation2 form="form" field="passwordCompare" errormsg="user.form.passwordCompare.validation">
<div class="group">
<input name="passwordCompare" type="password" required password-match="ctrl.data.password" ng-model="ctrl.data.passwordCompare"
ng-keyup="form.passwordCompare.error_detail = undefined">
<label>{{ 'user.form.password' | translate }}</label>
</div>
</validation2>
<div class="group register-image">
<!--<input type="file" id="file_upload" name="file" onchange="angular.element(this).scope().fileNameChanged()" accept="image/*">-->
<input type="file" id="file_upload" name="file" custom-on-change="fileNameChanged" accept="image/*">
<label>{{ 'user.form.picture' | translate }}</label>
</div>
</div>
<div>
<div class="terms">
<p><input id="chk_terms" type="checkbox" ng-true-value="1" required name="terms" ng-model="terms"> <label for="chk_terms">{{'terms.accept' | translate}} {{'terms' | translate}}</label> <a href="assets/terms/160523_2051-2_Terms_and_Conditions_(en).pdf" target="_blank"> PDF EN</a>, <a href="assets/terms/160520_2051-2_Anvandarvillkor_(sv).pdf" target="_blank"> PDF SV</a></p>
</div>
<div>
<button class="form-control button primary" type="submit" ng-disabled="form.$invalid || ctrl.uploading">{{'common.continue' | translate}}</button>
</div>
<div class="bottom-text-center">
<p>
{{'common.have_account' | translate}}
<br>
<a href="#{{routes.user.signin.url}}">{{'common.login' | translate}}</a>
</p>
</div>
</div>
</form>
</div>
</section>
| justarrived/just-match-frontend | src/app/common/templates/register.html | HTML | mit | 9,973 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./dc8627bec37257c43781b74fc8f98f4076165c962790fed3b210ef37ae94e1ac.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/6bab0e087b565acbd187dc6aebd3bc41003578470b847c7245cde62b91293e09.html | HTML | mit | 550 |
<html>
<head>
<title>Dani King's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Dani King's panel show appearances</h1>
<p>Dani King (born 1990-11-21<sup><a href="https://en.wikipedia.org/wiki/Dani_King">[ref]</a></sup>) has appeared in <span class="total">2</span> episodes between 2014-2015. <a href="https://en.wikipedia.org/wiki/Dani_King">Dani King on Wikipedia</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2014</span></td>
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">2015</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>2015-04-03</strong> / <a href="../shows/qos.html">A Question of Sport</a></li>
<li><strong>2014-01-06</strong> / <a href="../shows/qos.html">A Question of Sport</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/4xk4hj09.html | HTML | mit | 1,261 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Titus 3 (WEB)</title>
<link href="../../../build/mobile.css" rel="stylesheet" />
<script src="../../../build/mobile.js"></script>
</head>
<body dir="ltr" class="section-document">
<div class="header"><div class="nav">
<a class="name" href="TT.html">World English Bible</a><a class="location" href="TT.html">Titus 3</a><a class="prev" href="TT2.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="PM1.html">></a>
</div></div>
<div class="section chapter TT TT3 eng_web eng " dir="ltr" lang="en" data-id="TT3" data-nextid="PM1" data-previd="TT2">
<div class="c">3</div>
<div class="p">
<span class="v-num v-1">1 </span><span class="v TT3_1" data-id="TT3_1">Remind them to be in subjection to rulers and to authorities, to be obedient, to be ready for every good work,</span>
<span class="v-num v-2">2 </span><span class="v TT3_2" data-id="TT3_2">to speak evil of no one, not to be contentious, to be gentle, showing all humility toward all men.</span>
<span class="v-num v-3">3 </span><span class="v TT3_3" data-id="TT3_3">For we were also once foolish, disobedient, deceived, serving various lusts and pleasures, living in malice and envy, hateful, and hating one another. </span>
<span class="v-num v-4">4 </span><span class="v TT3_4" data-id="TT3_4">But when the kindness of God our Savior and his love toward mankind appeared,</span>
<span class="v-num v-5">5 </span><span class="v TT3_5" data-id="TT3_5">not by works of righteousness which we did ourselves, but according to his mercy, he saved us through the washing of regeneration and renewing by the Holy Spirit, </span>
<span class="v-num v-6">6 </span><span class="v TT3_6" data-id="TT3_6">whom he poured out on us richly, through Jesus Christ our Savior;</span>
<span class="v-num v-7">7 </span><span class="v TT3_7" data-id="TT3_7">that being justified by his grace, we might be made heirs according to the hope of eternal life.</span>
<span class="v-num v-8">8 </span><span class="v TT3_8" data-id="TT3_8">This saying is faithful, and concerning these things I desire that you affirm confidently, so that those who have believed God may be careful to maintain good works. These things are good and profitable to men;</span>
<span class="v-num v-9">9 </span><span class="v TT3_9" data-id="TT3_9">but shun foolish questionings, genealogies, strife, and disputes about the law; for they are unprofitable and vain.</span>
<span class="v-num v-10">10 </span><span class="v TT3_10" data-id="TT3_10">Avoid a factious man after a first and second warning,</span>
<span class="v-num v-11">11 </span><span class="v TT3_11" data-id="TT3_11">knowing that such a one is perverted and sins, being self-condemned.</span>
</div>
<div class="p">
<span class="v-num v-12">12 </span><span class="v TT3_12" data-id="TT3_12">When I send Artemas to you, or Tychicus, be diligent to come to me to Nicopolis, for I have determined to winter there.</span>
<span class="v-num v-13">13 </span><span class="v TT3_13" data-id="TT3_13">Send Zenas, the lawyer, and Apollos on their journey speedily, that nothing may be lacking for them.</span>
<span class="v-num v-14">14 </span><span class="v TT3_14" data-id="TT3_14">Let our people also learn to maintain good works for necessary uses, that they may not be unfruitful.</span>
</div>
<div class="p">
<span class="v-num v-15">15 </span><span class="v TT3_15" data-id="TT3_15">All who are with me greet you. Greet those who love us in faith. Grace be with you all. Amen. </span>
</div>
</div>
<div class="footnotes">
</div>
<div class="footer"><div class="nav">
<a class="prev" href="TT2.html"><</a>
<a class="home" href="index.html">=</a>
<a class="next" href="PM1.html">></a>
</div></div>
</body>
</html> | khangpng/VietnameseBible | app/content/texts/eng_web/TT3.html | HTML | mit | 3,951 |
<html>
<head>
<title>User agent detail - Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="container">
<div class="section">
<h1 class="header center orange-text">User agent detail</h1>
<div class="row center">
<h5 class="header light">
Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
</h5>
</div>
</div>
<div class="section">
<table class="striped"><tr><th></th><th colspan="3">General</th><th colspan="5">Device</th><th colspan="3">Bot</th><th colspan="2"></th></tr><tr><th>Provider</th><th>Browser</th><th>Engine</th><th>OS</th><th>Brand</th><th>Model</th><th>Type</th><th>Is mobile</th><th>Is touch</th><th>Is bot</th><th>Name</th><th>Type</th><th>Parse time</th><th>Actions</th></tr><tr><th colspan="14" class="green lighten-3">Source result (test suite)</th></tr><tr><td>ua-parser/uap-core<br /><small>vendor/thadafinser/uap-core/tests/test_device.yaml</small></td><td> </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>6720c-1b</td><td></td><td></td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td></td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-test">Detail</a>
<!-- Modal Structure -->
<div id="modal-test" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Testsuite result detail</h4>
<p><pre><code class="php">Array
(
[user_agent_string] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
[family] => Nokia 6720c-1b
[brand] => Nokia
[model] => 6720c-1b
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><th colspan="14" class="green lighten-3">Providers</th></tr><tr><td>BrowscapPhp<br /><small>6012</small></td><td>Nokia </td><td> </td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td></td><td>Mobile Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.158</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-215ac98d-ccf8-4615-916e-5a819d6a59c9">Detail</a>
<!-- Modal Structure -->
<div id="modal-215ac98d-ccf8-4615-916e-5a819d6a59c9" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>BrowscapPhp result detail</h4>
<p><pre><code class="php">stdClass Object
(
[browser_name_regex] => /^.*nokia.*$/
[browser_name_pattern] => *nokia*
[parent] => Nokia
[comment] => Nokia
[browser] => Nokia
[browser_type] => Browser
[browser_bits] => 0
[browser_maker] => Nokia
[browser_modus] => unknown
[version] => 0.0
[majorver] => 0
[minorver] => 0
[platform] => unknown
[platform_version] => unknown
[platform_description] => unknown
[platform_bits] => 0
[platform_maker] => unknown
[alpha] =>
[beta] =>
[win16] =>
[win32] =>
[win64] =>
[frames] => 1
[iframes] => 1
[tables] => 1
[cookies] => 1
[backgroundsounds] =>
[javascript] => 1
[vbscript] =>
[javaapplets] =>
[activexcontrols] =>
[ismobiledevice] => 1
[istablet] =>
[issyndicationreader] =>
[crawler] =>
[cssversion] => 0
[aolversion] => 0
[device_name] => general Mobile Device
[device_maker] => Nokia
[device_type] => Mobile Phone
[device_pointing_method] => unknown
[device_code_name] => general Mobile Device
[device_brand_name] => Nokia
[renderingengine_name] => unknown
[renderingengine_version] => unknown
[renderingengine_description] => unknown
[renderingengine_maker] => unknown
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>DonatjUAParser<br /><small>v0.5.0</small></td><td>AppleWebKit 530.13</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661">Detail</a>
<!-- Modal Structure -->
<div id="modal-f1436016-fdf1-4aea-b4be-1d7c99ab0661" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>DonatjUAParser result detail</h4>
<p><pre><code class="php">Array
(
[platform] =>
[browser] => AppleWebKit
[version] => 530.13
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>NeutrinoApiCom<br /><small></small></td><td>Mobile Safari </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"></td><td></td><td>mobile-browser</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.18202</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc">Detail</a>
<!-- Modal Structure -->
<div id="modal-9b0fa449-ec1b-40c8-8b1c-9486eb3b9cbc" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>NeutrinoApiCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[mobile_screen_height] => 90
[is_mobile] => 1
[type] => mobile-browser
[mobile_brand] =>
[mobile_model] =>
[version] =>
[is_android] =>
[browser_name] => Mobile Safari
[operating_system_family] => unknown
[operating_system_version] =>
[is_ios] =>
[producer] => Apple Inc.
[operating_system] => unknown
[mobile_screen_width] => 90
[mobile_browser] =>
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>PiwikDeviceDetector<br /><small>3.5.2</small></td><td>UC Browser 8.7</td><td>WebKit </td><td>Symbian OS Series 60 V3</td><td style="border-left: 1px solid #555">Nokia</td><td>6720c-1b</td><td>smartphone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.008</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-21638055-738d-46ba-a1b1-f5114bc26475">Detail</a>
<!-- Modal Structure -->
<div id="modal-21638055-738d-46ba-a1b1-f5114bc26475" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>PiwikDeviceDetector result detail</h4>
<p><pre><code class="php">Array
(
[client] => Array
(
[type] => browser
[name] => UC Browser
[short_name] => UC
[version] => 8.7
[engine] => WebKit
)
[operatingSystem] => Array
(
[name] => Symbian OS Series 60
[short_name] => S60
[version] => V3
[platform] =>
)
[device] => Array
(
[brand] => NK
[brandName] => Nokia
[model] => 6720c-1b
[device] => 1
[deviceName] => smartphone
)
[bot] =>
[extra] => Array
(
[isBot] =>
[isBrowser] => 1
[isFeedReader] =>
[isMobileApp] =>
[isPIM] =>
[isLibrary] =>
[isMediaPlayer] =>
[isCamera] =>
[isCarBrowser] =>
[isConsole] =>
[isFeaturePhone] =>
[isPhablet] =>
[isPortableMediaPlayer] =>
[isSmartDisplay] =>
[isSmartphone] => 1
[isTablet] =>
[isTV] =>
[isDesktop] =>
[isMobile] => 1
[isTouchEnabled] =>
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>SinergiBrowserDetector<br /><small>6.0.0</small></td><td>Nokia S60 OSS Browser 530.13</td><td><i class="material-icons">close</i></td><td>Nokia </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td></td><td><i class="material-icons">close</i></td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c">Detail</a>
<!-- Modal Structure -->
<div id="modal-5415e7f2-ef7b-434c-abe0-b71ba9f6707c" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>SinergiBrowserDetector result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Sinergi\BrowserDetector\Browser Object
(
[userAgent:Sinergi\BrowserDetector\Browser:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
)
[name:Sinergi\BrowserDetector\Browser:private] => Nokia S60 OSS Browser
[version:Sinergi\BrowserDetector\Browser:private] => 530.13
[isRobot:Sinergi\BrowserDetector\Browser:private] =>
[isChromeFrame:Sinergi\BrowserDetector\Browser:private] =>
)
[operatingSystem] => Sinergi\BrowserDetector\Os Object
(
[name:Sinergi\BrowserDetector\Os:private] => Nokia
[version:Sinergi\BrowserDetector\Os:private] => unknown
[isMobile:Sinergi\BrowserDetector\Os:private] => 1
[userAgent:Sinergi\BrowserDetector\Os:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
)
)
[device] => Sinergi\BrowserDetector\Device Object
(
[name:Sinergi\BrowserDetector\Device:private] => unknown
[userAgent:Sinergi\BrowserDetector\Device:private] => Sinergi\BrowserDetector\UserAgent Object
(
[userAgentString:Sinergi\BrowserDetector\UserAgent:private] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
)
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UAParser<br /><small>v3.4.5</small></td><td>UC Browser 8.7.1</td><td><i class="material-icons">close</i></td><td>Symbian OS </td><td style="border-left: 1px solid #555">Nokia</td><td>6720c-1b</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.008</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b">Detail</a>
<!-- Modal Structure -->
<div id="modal-346c1a98-5fd3-454f-b6c8-350f2f505d8b" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UAParser result detail</h4>
<p><pre><code class="php">UAParser\Result\Client Object
(
[ua] => UAParser\Result\UserAgent Object
(
[major] => 8
[minor] => 7
[patch] => 1
[family] => UC Browser
)
[os] => UAParser\Result\OperatingSystem Object
(
[major] =>
[minor] =>
[patch] =>
[patchMinor] =>
[family] => Symbian OS
)
[device] => UAParser\Result\Device Object
(
[brand] => Nokia
[model] => 6720c-1b
[family] => Nokia 6720c-1b
)
[originalUserAgent] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>UserAgentStringCom<br /><small></small></td><td>UC Browser </td><td><i class="material-icons">close</i></td><td> </td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td></td><td>0.045</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4">Detail</a>
<!-- Modal Structure -->
<div id="modal-9cdd8b45-a2eb-406b-bd27-7e48af38ffd4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>UserAgentStringCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[agent_type] => Mobile Browser
[agent_name] => UC Browser
[agent_version] => --
[os_type] => unknown
[os_name] => unknown
[os_versionName] =>
[os_versionNumber] =>
[os_producer] =>
[os_producerURL] =>
[linux_distibution] => Null
[agent_language] => English - United States
[agent_languageTag] => en-us
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhatIsMyBrowserCom<br /><small></small></td><td>UC Browser 8.7.1.234</td><td>WebKit 530.13</td><td> </td><td style="border-left: 1px solid #555">Nokia</td><td>Mobile</td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.40104</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-9795f66f-7271-430e-973a-a5c0e14dc35a">Detail</a>
<!-- Modal Structure -->
<div id="modal-9795f66f-7271-430e-973a-a5c0e14dc35a" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhatIsMyBrowserCom result detail</h4>
<p><pre><code class="php">stdClass Object
(
[operating_system_name] =>
[simple_sub_description_string] =>
[simple_browser_string] => UC Browser 8.7 on Mobile
[browser_version] => 8.7
[extra_info] => Array
(
)
[operating_platform] => Mobile
[extra_info_table] => Array
(
)
[layout_engine_name] => WebKit
[detected_addons] => Array
(
)
[operating_system_flavour_code] =>
[hardware_architecture] =>
[operating_system_flavour] =>
[operating_system_frameworks] => Array
(
)
[browser_name_code] => uc-browser
[operating_system_version] =>
[simple_operating_platform_string] =>
[is_abusive] =>
[layout_engine_version] => 530.13
[browser_capabilities] => Array
(
)
[operating_platform_vendor_name] => Nokia
[operating_system] =>
[operating_system_version_full] =>
[operating_platform_code] =>
[browser_name] => UC Browser
[operating_system_name_code] =>
[user_agent] => Mozilla/5.0 (S60V3; U; en-us; NOKIA6720c-1b) AppleWebKit/530.13 (KHTML, like Gecko) UCBrowser/8.7.1.234/28/352/UCWEB Mobile
[browser_version_full] => 8.7.1.234
[browser] => UC Browser 8.7
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>WhichBrowser<br /><small>2.0.10</small></td><td>UC Browser 8.7</td><td>Gecko </td><td>Series60 3</td><td style="border-left: 1px solid #555">Nokia</td><td>6720 classic</td><td>mobile:smart</td><td>yes</td><td><i class="material-icons">close</i></td><td style="border-left: 1px solid #555"></td><td></td><td><i class="material-icons">close</i></td><td>0.007</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4">Detail</a>
<!-- Modal Structure -->
<div id="modal-342c8d32-4765-40a8-8a5c-af3a38d19ae4" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>WhichBrowser result detail</h4>
<p><pre><code class="php">Array
(
[browser] => Array
(
[name] => UC Browser
[version] => 8.7
[type] => browser
)
[engine] => Array
(
[name] => Gecko
)
[os] => Array
(
[name] => Series60
[family] => Symbian
[version] => 3
)
[device] => Array
(
[type] => mobile
[subtype] => smart
[manufacturer] => Nokia
[model] => 6720 classic
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr><tr><td>Woothee<br /><small>v1.2.0</small></td>
<td colspan="12" class="center-align red lighten-1">
<strong>No result found</strong>
</td>
</tr><tr><td>Wurfl<br /><small>1.6.4</small></td><td>UC Browser 8</td><td><i class="material-icons">close</i></td><td>Android 4.0</td><td style="border-left: 1px solid #555"></td><td></td><td>Feature Phone</td><td>yes</td><td></td><td style="border-left: 1px solid #555"></td><td><i class="material-icons">close</i></td><td><i class="material-icons">close</i></td><td>0.021</td><td>
<!-- Modal Trigger -->
<a class="modal-trigger btn waves-effect waves-light" href="#modal-1a1aee36-7ce7-4111-a391-8e2c501f1532">Detail</a>
<!-- Modal Structure -->
<div id="modal-1a1aee36-7ce7-4111-a391-8e2c501f1532" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Wurfl result detail</h4>
<p><pre><code class="php">Array
(
[virtual] => Array
(
[is_android] => false
[is_ios] => false
[is_windows_phone] => false
[is_app] => false
[is_full_desktop] => false
[is_largescreen] => false
[is_mobile] => true
[is_robot] => false
[is_smartphone] => false
[is_touchscreen] => false
[is_wml_preferred] => false
[is_xhtmlmp_preferred] => true
[is_html_preferred] => false
[advertised_device_os] => Android
[advertised_device_os_version] => 4.0
[advertised_browser] => UC Browser
[advertised_browser_version] => 8
[complete_device_name] =>
[form_factor] => Feature Phone
[is_phone] => true
[is_app_webview] => false
)
[all] => Array
(
[brand_name] =>
[model_name] =>
[unique] => true
[ununiqueness_handler] =>
[is_wireless_device] => true
[device_claims_web_support] => false
[has_qwerty_keyboard] => false
[can_skip_aligned_link_row] => true
[uaprof] =>
[uaprof2] =>
[uaprof3] =>
[nokia_series] => 0
[nokia_edition] => 0
[device_os] =>
[mobile_browser] => UCWeb
[mobile_browser_version] => browser_root_ucweb
[device_os_version] =>
[pointing_method] =>
[release_date] => 2002_july
[marketing_name] =>
[model_extra_info] =>
[nokia_feature_pack] => 0
[can_assign_phone_number] => true
[is_tablet] => false
[manufacturer_name] =>
[is_bot] => false
[is_google_glass] => false
[proportional_font] => false
[built_in_back_button_support] => false
[card_title_support] => true
[softkey_support] => false
[table_support] => true
[numbered_menus] => false
[menu_with_select_element_recommended] => false
[menu_with_list_of_links_recommended] => true
[icons_on_menu_items_support] => false
[break_list_of_links_with_br_element_recommended] => true
[access_key_support] => false
[wrap_mode_support] => false
[times_square_mode_support] => false
[deck_prefetch_support] => false
[elective_forms_recommended] => true
[wizards_recommended] => false
[image_as_link_support] => false
[insert_br_element_after_widget_recommended] => false
[wml_can_display_images_and_text_on_same_line] => false
[wml_displays_image_in_center] => false
[opwv_wml_extensions_support] => false
[wml_make_phone_call_string] => wtai://wp/mc;
[chtml_display_accesskey] => false
[emoji] => false
[chtml_can_display_images_and_text_on_same_line] => false
[chtml_displays_image_in_center] => false
[imode_region] => none
[chtml_make_phone_call_string] => tel:
[chtml_table_support] => false
[xhtml_honors_bgcolor] => false
[xhtml_supports_forms_in_table] => false
[xhtml_support_wml2_namespace] => false
[xhtml_autoexpand_select] => false
[xhtml_select_as_dropdown] => false
[xhtml_select_as_radiobutton] => false
[xhtml_select_as_popup] => false
[xhtml_display_accesskey] => false
[xhtml_supports_invisible_text] => false
[xhtml_supports_inline_input] => false
[xhtml_supports_monospace_font] => false
[xhtml_supports_table_for_layout] => false
[xhtml_supports_css_cell_table_coloring] => false
[xhtml_format_as_css_property] => false
[xhtml_format_as_attribute] => false
[xhtml_nowrap_mode] => false
[xhtml_marquee_as_css_property] => false
[xhtml_readable_background_color1] => #FFFFFF
[xhtml_readable_background_color2] => #FFFFFF
[xhtml_allows_disabled_form_elements] => false
[xhtml_document_title_support] => true
[xhtml_preferred_charset] => utf8
[opwv_xhtml_extensions_support] => false
[xhtml_make_phone_call_string] => tel:
[xhtmlmp_preferred_mime_type] => application/vnd.wap.xhtml+xml
[xhtml_table_support] => true
[xhtml_send_sms_string] => none
[xhtml_send_mms_string] => none
[xhtml_file_upload] => not_supported
[cookie_support] => true
[accept_third_party_cookie] => true
[xhtml_supports_iframe] => none
[xhtml_avoid_accesskeys] => false
[xhtml_can_embed_video] => none
[ajax_support_javascript] => false
[ajax_manipulate_css] => false
[ajax_support_getelementbyid] => false
[ajax_support_inner_html] => false
[ajax_xhr_type] => none
[ajax_manipulate_dom] => false
[ajax_support_events] => false
[ajax_support_event_listener] => false
[ajax_preferred_geoloc_api] => none
[xhtml_support_level] => 1
[preferred_markup] => html_wi_oma_xhtmlmp_1_0
[wml_1_1] => true
[wml_1_2] => false
[wml_1_3] => false
[html_wi_w3_xhtmlbasic] => true
[html_wi_oma_xhtmlmp_1_0] => true
[html_wi_imode_html_1] => false
[html_wi_imode_html_2] => false
[html_wi_imode_html_3] => false
[html_wi_imode_html_4] => false
[html_wi_imode_html_5] => false
[html_wi_imode_htmlx_1] => false
[html_wi_imode_htmlx_1_1] => false
[html_wi_imode_compact_generic] => false
[html_web_3_2] => false
[html_web_4_0] => false
[voicexml] => false
[multipart_support] => false
[total_cache_disable_support] => false
[time_to_live_support] => false
[resolution_width] => 128
[resolution_height] => 92
[columns] => 11
[max_image_width] => 120
[max_image_height] => 92
[rows] => 6
[physical_screen_width] => 27
[physical_screen_height] => 27
[dual_orientation] => false
[density_class] => 1.0
[wbmp] => true
[bmp] => false
[epoc_bmp] => false
[gif_animated] => true
[jpg] => true
[png] => true
[tiff] => false
[transparent_png_alpha] => false
[transparent_png_index] => false
[svgt_1_1] => false
[svgt_1_1_plus] => false
[greyscale] => false
[gif] => true
[colors] => 256
[webp_lossy_support] => false
[webp_lossless_support] => false
[post_method_support] => true
[basic_authentication_support] => true
[empty_option_value_support] => true
[emptyok] => false
[nokia_voice_call] => false
[wta_voice_call] => false
[wta_phonebook] => false
[wta_misc] => false
[wta_pdc] => false
[https_support] => true
[phone_id_provided] => false
[max_data_rate] => 9
[wifi] => false
[sdio] => false
[vpn] => false
[has_cellular_radio] => true
[max_deck_size] => 10000
[max_url_length_in_requests] => 256
[max_url_length_homepage] => 0
[max_url_length_bookmark] => 0
[max_url_length_cached_page] => 0
[max_no_of_connection_settings] => 0
[max_no_of_bookmarks] => 0
[max_length_of_username] => 0
[max_length_of_password] => 0
[max_object_size] => 0
[downloadfun_support] => false
[directdownload_support] => false
[inline_support] => false
[oma_support] => false
[ringtone] => false
[ringtone_3gpp] => false
[ringtone_midi_monophonic] => false
[ringtone_midi_polyphonic] => false
[ringtone_imelody] => false
[ringtone_digiplug] => false
[ringtone_compactmidi] => false
[ringtone_mmf] => false
[ringtone_rmf] => false
[ringtone_xmf] => false
[ringtone_amr] => false
[ringtone_awb] => false
[ringtone_aac] => false
[ringtone_wav] => false
[ringtone_mp3] => false
[ringtone_spmidi] => false
[ringtone_qcelp] => false
[ringtone_voices] => 1
[ringtone_df_size_limit] => 0
[ringtone_directdownload_size_limit] => 0
[ringtone_inline_size_limit] => 0
[ringtone_oma_size_limit] => 0
[wallpaper] => false
[wallpaper_max_width] => 0
[wallpaper_max_height] => 0
[wallpaper_preferred_width] => 0
[wallpaper_preferred_height] => 0
[wallpaper_resize] => none
[wallpaper_wbmp] => false
[wallpaper_bmp] => false
[wallpaper_gif] => false
[wallpaper_jpg] => false
[wallpaper_png] => false
[wallpaper_tiff] => false
[wallpaper_greyscale] => false
[wallpaper_colors] => 2
[wallpaper_df_size_limit] => 0
[wallpaper_directdownload_size_limit] => 0
[wallpaper_inline_size_limit] => 0
[wallpaper_oma_size_limit] => 0
[screensaver] => false
[screensaver_max_width] => 0
[screensaver_max_height] => 0
[screensaver_preferred_width] => 0
[screensaver_preferred_height] => 0
[screensaver_resize] => none
[screensaver_wbmp] => false
[screensaver_bmp] => false
[screensaver_gif] => false
[screensaver_jpg] => false
[screensaver_png] => false
[screensaver_greyscale] => false
[screensaver_colors] => 2
[screensaver_df_size_limit] => 0
[screensaver_directdownload_size_limit] => 0
[screensaver_inline_size_limit] => 0
[screensaver_oma_size_limit] => 0
[picture] => false
[picture_max_width] => 0
[picture_max_height] => 0
[picture_preferred_width] => 0
[picture_preferred_height] => 0
[picture_resize] => none
[picture_wbmp] => false
[picture_bmp] => false
[picture_gif] => false
[picture_jpg] => false
[picture_png] => false
[picture_greyscale] => false
[picture_colors] => 2
[picture_df_size_limit] => 0
[picture_directdownload_size_limit] => 0
[picture_inline_size_limit] => 0
[picture_oma_size_limit] => 0
[video] => false
[oma_v_1_0_forwardlock] => false
[oma_v_1_0_combined_delivery] => false
[oma_v_1_0_separate_delivery] => false
[streaming_video] => false
[streaming_3gpp] => false
[streaming_mp4] => false
[streaming_mov] => false
[streaming_video_size_limit] => 0
[streaming_real_media] => none
[streaming_flv] => false
[streaming_3g2] => false
[streaming_vcodec_h263_0] => -1
[streaming_vcodec_h263_3] => -1
[streaming_vcodec_mpeg4_sp] => -1
[streaming_vcodec_mpeg4_asp] => -1
[streaming_vcodec_h264_bp] => -1
[streaming_acodec_amr] => none
[streaming_acodec_aac] => none
[streaming_wmv] => none
[streaming_preferred_protocol] => rtsp
[streaming_preferred_http_protocol] => none
[wap_push_support] => false
[connectionless_service_indication] => false
[connectionless_service_load] => false
[connectionless_cache_operation] => false
[connectionoriented_unconfirmed_service_indication] => false
[connectionoriented_unconfirmed_service_load] => false
[connectionoriented_unconfirmed_cache_operation] => false
[connectionoriented_confirmed_service_indication] => false
[connectionoriented_confirmed_service_load] => false
[connectionoriented_confirmed_cache_operation] => false
[utf8_support] => true
[ascii_support] => false
[iso8859_support] => false
[expiration_date] => false
[j2me_cldc_1_0] => false
[j2me_cldc_1_1] => false
[j2me_midp_1_0] => false
[j2me_midp_2_0] => false
[doja_1_0] => false
[doja_1_5] => false
[doja_2_0] => false
[doja_2_1] => false
[doja_2_2] => false
[doja_3_0] => false
[doja_3_5] => false
[doja_4_0] => false
[j2me_jtwi] => false
[j2me_mmapi_1_0] => false
[j2me_mmapi_1_1] => false
[j2me_wmapi_1_0] => false
[j2me_wmapi_1_1] => false
[j2me_wmapi_2_0] => false
[j2me_btapi] => false
[j2me_3dapi] => false
[j2me_locapi] => false
[j2me_nokia_ui] => false
[j2me_motorola_lwt] => false
[j2me_siemens_color_game] => false
[j2me_siemens_extension] => false
[j2me_heap_size] => 0
[j2me_max_jar_size] => 0
[j2me_storage_size] => 0
[j2me_max_record_store_size] => 0
[j2me_screen_width] => 0
[j2me_screen_height] => 0
[j2me_canvas_width] => 0
[j2me_canvas_height] => 0
[j2me_bits_per_pixel] => 0
[j2me_audio_capture_enabled] => false
[j2me_video_capture_enabled] => false
[j2me_photo_capture_enabled] => false
[j2me_capture_image_formats] => none
[j2me_http] => false
[j2me_https] => false
[j2me_socket] => false
[j2me_udp] => false
[j2me_serial] => false
[j2me_gif] => false
[j2me_gif89a] => false
[j2me_jpg] => false
[j2me_png] => false
[j2me_bmp] => false
[j2me_bmp3] => false
[j2me_wbmp] => false
[j2me_midi] => false
[j2me_wav] => false
[j2me_amr] => false
[j2me_mp3] => false
[j2me_mp4] => false
[j2me_imelody] => false
[j2me_rmf] => false
[j2me_au] => false
[j2me_aac] => false
[j2me_realaudio] => false
[j2me_xmf] => false
[j2me_wma] => false
[j2me_3gpp] => false
[j2me_h263] => false
[j2me_svgt] => false
[j2me_mpeg4] => false
[j2me_realvideo] => false
[j2me_real8] => false
[j2me_realmedia] => false
[j2me_left_softkey_code] => 0
[j2me_right_softkey_code] => 0
[j2me_middle_softkey_code] => 0
[j2me_select_key_code] => 0
[j2me_return_key_code] => 0
[j2me_clear_key_code] => 0
[j2me_datefield_no_accepts_null_date] => false
[j2me_datefield_broken] => false
[receiver] => false
[sender] => false
[mms_max_size] => 0
[mms_max_height] => 0
[mms_max_width] => 0
[built_in_recorder] => false
[built_in_camera] => false
[mms_jpeg_baseline] => false
[mms_jpeg_progressive] => false
[mms_gif_static] => false
[mms_gif_animated] => false
[mms_png] => false
[mms_bmp] => false
[mms_wbmp] => false
[mms_amr] => false
[mms_wav] => false
[mms_midi_monophonic] => false
[mms_midi_polyphonic] => false
[mms_midi_polyphonic_voices] => 0
[mms_spmidi] => false
[mms_mmf] => false
[mms_mp3] => false
[mms_evrc] => false
[mms_qcelp] => false
[mms_ota_bitmap] => false
[mms_nokia_wallpaper] => false
[mms_nokia_operatorlogo] => false
[mms_nokia_3dscreensaver] => false
[mms_nokia_ringingtone] => false
[mms_rmf] => false
[mms_xmf] => false
[mms_symbian_install] => false
[mms_jar] => false
[mms_jad] => false
[mms_vcard] => false
[mms_vcalendar] => false
[mms_wml] => false
[mms_wbxml] => false
[mms_wmlc] => false
[mms_video] => false
[mms_mp4] => false
[mms_3gpp] => false
[mms_3gpp2] => false
[mms_max_frame_rate] => 0
[nokiaring] => false
[picturemessage] => false
[operatorlogo] => false
[largeoperatorlogo] => false
[callericon] => false
[nokiavcard] => false
[nokiavcal] => false
[sckl_ringtone] => false
[sckl_operatorlogo] => false
[sckl_groupgraphic] => false
[sckl_vcard] => false
[sckl_vcalendar] => false
[text_imelody] => false
[ems] => false
[ems_variablesizedpictures] => false
[ems_imelody] => false
[ems_odi] => false
[ems_upi] => false
[ems_version] => 0
[siemens_ota] => false
[siemens_logo_width] => 101
[siemens_logo_height] => 29
[siemens_screensaver_width] => 101
[siemens_screensaver_height] => 50
[gprtf] => false
[sagem_v1] => false
[sagem_v2] => false
[panasonic] => false
[sms_enabled] => true
[wav] => false
[mmf] => false
[smf] => false
[mld] => false
[midi_monophonic] => false
[midi_polyphonic] => false
[sp_midi] => false
[rmf] => false
[xmf] => false
[compactmidi] => false
[digiplug] => false
[nokia_ringtone] => false
[imelody] => false
[au] => false
[amr] => false
[awb] => false
[aac] => false
[mp3] => false
[voices] => 1
[qcelp] => false
[evrc] => false
[flash_lite_version] =>
[fl_wallpaper] => false
[fl_screensaver] => false
[fl_standalone] => false
[fl_browser] => false
[fl_sub_lcd] => false
[full_flash_support] => false
[css_supports_width_as_percentage] => true
[css_border_image] => none
[css_rounded_corners] => none
[css_gradient] => none
[css_spriting] => false
[css_gradient_linear] => none
[is_transcoder] => false
[transcoder_ua_header] => user-agent
[rss_support] => false
[pdf_support] => false
[progressive_download] => false
[playback_vcodec_h263_0] => -1
[playback_vcodec_h263_3] => -1
[playback_vcodec_mpeg4_sp] => -1
[playback_vcodec_mpeg4_asp] => -1
[playback_vcodec_h264_bp] => -1
[playback_real_media] => none
[playback_3gpp] => false
[playback_3g2] => false
[playback_mp4] => false
[playback_mov] => false
[playback_acodec_amr] => none
[playback_acodec_aac] => none
[playback_df_size_limit] => 0
[playback_directdownload_size_limit] => 0
[playback_inline_size_limit] => 0
[playback_oma_size_limit] => 0
[playback_acodec_qcelp] => false
[playback_wmv] => none
[hinted_progressive_download] => false
[html_preferred_dtd] => xhtml_mp1
[viewport_supported] => false
[viewport_width] =>
[viewport_userscalable] =>
[viewport_initial_scale] =>
[viewport_maximum_scale] =>
[viewport_minimum_scale] =>
[mobileoptimized] => false
[handheldfriendly] => false
[canvas_support] => none
[image_inlining] => false
[is_smarttv] => false
[is_console] => false
[nfc_support] => false
[ux_full_desktop] => false
[jqm_grade] => none
[is_sencha_touch_ok] => false
[controlcap_is_smartphone] => default
[controlcap_is_ios] => default
[controlcap_is_android] => default
[controlcap_is_robot] => default
[controlcap_is_app] => default
[controlcap_advertised_device_os] => default
[controlcap_advertised_device_os_version] => default
[controlcap_advertised_browser] => default
[controlcap_advertised_browser_version] => default
[controlcap_is_windows_phone] => default
[controlcap_is_full_desktop] => default
[controlcap_is_largescreen] => default
[controlcap_is_mobile] => default
[controlcap_is_touchscreen] => default
[controlcap_is_wml_preferred] => default
[controlcap_is_xhtmlmp_preferred] => default
[controlcap_is_html_preferred] => default
[controlcap_form_factor] => default
[controlcap_complete_device_name] => default
)
)
</code></pre></p>
</div>
<div class="modal-footer">
<a href="#!" class="modal-action modal-close waves-effect waves-green btn-flat ">close</a>
</div>
</div>
</td></tr></table>
</div>
<div class="section">
<h1 class="header center orange-text">About this comparison</h1>
<div class="row center">
<h5 class="header light">
The primary goal of this project is simple<br />
I wanted to know which user agent parser is the most accurate in each part - device detection, bot detection and so on...<br />
<br />
The secondary goal is to provide a source for all user agent parsers to improve their detection based on this results.<br />
<br />
You can also improve this further, by suggesting ideas at <a href="https://github.com/ThaDafinser/UserAgentParserComparison">ThaDafinser/UserAgentParserComparison</a><br />
<br />
The comparison is based on the abstraction by <a href="https://github.com/ThaDafinser/UserAgentParser">ThaDafinser/UserAgentParser</a>
</h5>
</div>
</div>
<div class="card">
<div class="card-content">
Comparison created <i>2016-02-13 13:29:03</i> | by
<a href="https://github.com/ThaDafinser">ThaDafinser</a>
</div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/js/materialize.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/list.js/1.1.1/list.min.js"></script>
<script>
$(document).ready(function(){
// the "href" attribute of .modal-trigger must specify the modal ID that wants to be triggered
$('.modal-trigger').leanModal();
});
</script>
</body>
</html> | ThaDafinser/UserAgentParserComparison | v4/user-agent-detail/35/aa/35aa65e9-0e3a-4bfc-93e0-670d97b21017.html | HTML | mit | 44,678 |
---
layout: default
meta: Blog - Ricard Panadès Nadal
title: Blog
---
<div class="blog wrapper">
<div class="row">
<div class="column">
<h1 class="site__title">{{ page.title }}</h1>
</div>
</div>
<div class="row">
<div class="column">
<section class="post-list row">
{% for post in site.posts %}
<article class="post-list__post column{% if forloop.first == false %} column--half{% endif %}">
<a href="{{ post.url }}">
{% if post.featured-img %}
<div class="post-list__featured-img">
<img src="{{post.featured-img}}" alt="">
</div>
{% endif %}
<div class="post-list__content">
<span class="post-list__data">{{ post.data }}</span>
<h2 class="post-list__post-title">{{ post.title }}</h2>
<!-- <p class="post-list__post-excerpt">
<a href="{{ post.url }}">{{ post.excerpt }}</a>
</p> -->
<span class="post-list__read-more link">Continuar llegint <span class="icon-arrow-right">➝</span></span>
</div>
</a>
</article>
{% endfor %}
</section>
</div>
</div>
</div>
| ricardpanades/ricardpanades.com | blog/index.html | HTML | mit | 1,119 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="dataTables.bootstrap.js.html#">Sign Up »</a>
<a href="dataTables.bootstrap.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="dataTables.bootstrap.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/images/photon/plugins/elrte/js/bootstrap/js/bootstrap/images/photon/js/plugins/dataTables.bootstrap.js.html | HTML | mit | 14,059 |
<!--买家订单关闭-退款阶段(暂时不需要,内容整合到订单关闭页面)-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<!--[if IE 8]> <html xmlns:ng="http://angularjs.org" class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html xmlns:ng="http://angularjs.org" class="no-js">
<!--<![endif]-->
<html lang="en" ng-app="njyApp">
<head>
<meta charset="UTF-8">
<meta name="renderer" content="webkit"><!-- 国产双核浏览器,启用极速模式 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<base href="/">
<title>买家订单关闭-退款</title>
<link rel="stylesheet" href="./css/common.css">
<link rel="stylesheet" href="./css/su-pu/seller-qr.css">
<link rel="stylesheet" href="./css/su-pu/buy-fk.css">
<link rel="stylesheet" href="./css/su-pu/buy-gb.css">
</head>
<body ng-controller="myapp" ng-cloak class="ng-cloak">
<!--头部-->
<div njy-pageheader></div>
<!--农加易-->
<div njy-pagelogo data-title="订单详情"></div>
<div class="content w1200">
<div class="content-header">
<div class="content-header-l clearfix">
<p class="fz12 color3">订单号:59668039107</p>
<strong>订单关闭</strong><br>
<span class="fz12 color9">关闭类型:订单商品全部退款成功</span><br>
<span></span>
</div>
<div class="content-header-r clearfix">
<span class="fz12 color9">订单创建时间:2017-07-19 12:37:12</span><br>
<span class="fz12 color9">订单关闭时间:2017-07-19 12:37:12</span>
</div>
</div>
<!--订单信息-->
<div class="order-xx">
<p class="fz16 color6">订单信息</p>
<div class="order-main">
<div class="order-mian-shr">
<span class="fz14 color6">收货人信息</span>
<p class="fz12 color3"><i class="color6">收货信息:</i>老王,156022164,广州市天河区林和中路125号天宇花样二期裙楼4楼3wcoffice天宇清创社区4852900</p>
</div>
<div class="order-mian-gy">
<p class="gy fz14 color6">供应商信息</p>
<div class="gy-l fz12 color3">
<p class="xx"><i class="color6">供应商信息:</i>广东省梅州李银河合作社</p>
<p class="szd"><i class="color6">所在地:</i>广东省梅州市蕉岭县葱花大道123号</p>
</div>
<div class="gy-r fz12 color3">
<p class="lxr"><i class="color6">联系人:</i>李银河</p>
<p class="lxfs"><i class="color6">联系方式:</i>1561204032</p>
</div>
</div>
<div class="order-sh-ps">
<p class="gy fz14 color6">配送信息</p>
<div class="gy-l fz12 color3">
<p><i class="color6">物流方式:</i>走快递</p>
<p class="p0"><i class="color6">运费:</i>22.00元</p>
</div>
<div class="gy-l fz12 color3">
<p class="p55"><i class="w88 color6">发货方式:</i>第三方物流</p>
<p class="p0 p55"><i class="w88 color6">预计到达时间:</i>2017年8月30</p>
</div>
<div class="gy-l brn fz12 color3">
<p class="p55"><i class="color6">物流公司:</i>顺丰速运</p>
<p class="p0 p55"><i class="color6">物流单号:</i>654645345453</p>
</div>
</div>
<div class="order-sh-ps">
<p class="gy fz14 color6">配送信息</p>
<div class="gy-l fz12 color3">
<p><i class="color6">物流方式:</i>走快递</p>
<p class="p0"><i class="color6">运费:</i>22.00元</p>
</div>
<div class="gy-l fz12 color3">
<p class="p55"><i class="w88 color6">发货方式:</i>私人司机</p>
<p class="p0 p55"><i class="w88 color6">预计到达时间:</i>2017年8月30</p>
</div>
<div class="gy-l fz12 color3">
<p class="p55"><i class="color6">司机姓名:</i>欧阳顺丰</p>
<p class="p0 p55"><i class="color6">手机号码:</i>654645345453</p>
</div>
<div class="gy-l brn fz12 color3">
<p class="p55"><i class="color6">车牌号码:</i>粤AK364</p>
<p class="p0 p55"><i class="color6">车辆外观:</i>白色</p>
</div>
</div>
<div class="order-mian-mjly">
<p class="mjly fz14 color6">买家留言</p>
<span class="fz12 color3">买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,买家留言,</span>
</div>
<div class="order-mian-spxx">
<p class="fz14 color6">商品信息</p>
<div class="spxx-list">
<ul class="spxx-title clearfix fz12 color3">
<li class="spxx-title-sp1">商品名称</li>
<li class="spxx-title-sp2">状态</li>
<li class="spxx-title-sp3">单价/规格</li>
<li class="spxx-title-sp4">数量</li>
<li class="spxx-title-sp5">小计</li>
</ul>
<div class="spxx-order fz12 color3">
<ul class="clearfix">
<li class="spxx-order-l1">
<div class="spxx-order-img">
<img src="./img/su-pu/commodity.jpg" alt="">
</div>
<div class="spxx-order-a">
<a href="javascript:;">抬升有机红枫岭小番茄 mahota农产品新鲜素材上海同城配送</a>
</div>
</li>
<li class="spxx-order-l2">待确认</li>
<li class="spxx-order-l3"><strong>¥7.00</strong>/ <i class="color6">斤</i></li>
<li class="spxx-order-l4">350</li>
<li class="spxx-order-l5"><strong>¥2450.00</strong></li>
</ul>
</div>
<div class="spxx-order fz12 color3">
<ul class="clearfix">
<li class="spxx-order-l1">
<div class="spxx-order-img">
<img src="./img/su-pu/commodity.jpg" alt="">
</div>
<div class="spxx-order-a">
<a href="javascript:;">抬升有机红枫岭小番茄 mahota农产品新鲜素材上海同城配送</a>
</div>
</li>
<li class="spxx-order-l2">待确认</li>
<li class="spxx-order-l3"><strong>¥7.00</strong>/ <i class="color6">斤</i></li>
<li class="spxx-order-l4">350</li>
<li class="spxx-order-l5"><strong>¥2450.00</strong></li>
</ul>
</div>
<p class="zje fz12 color3">
商品总金额(不含运费): <strong class="zjecur">Y2450</strong>
</p>
<!--<p class="gj">-->
<!--(供应商改价): <strong>Y2450</strong>-->
<!--</p>-->
<p class="yf fz12 color3">
运费: <strong>Y2450</strong>
</p>
<p class="yf2 fz12 color3">
已付: <strong class="fz16" style="color: #999">¥2450.00</strong>元
</p>
</div>
</div>
</div>
</div>
</div>
<!--尾部-->
<div njy-pagefoot></div>
<!--确认订单弹窗-->
<div class="qrddAlert" style="display: none">
<div class="qrAlert">
确认订单成功,请等待采购商付款
<button class="qrbtn">
确认
</button>
</div>
</div>
<!--js-->
<script src="./js/My97DatePicker/WdatePicker.js"></script>
<script src="./js/vendor/jquery-1.8.2.min.js"></script>
<script src="./js/vendor/jquery.placeholder.js"></script>
<script src="./js/lib/angular-1.2.32/angular.js"></script>
<script src="./js/vendor/modernizr-2.6.2.min.js"></script>
<script src="./js/config.js"></script>
<script src="./js/util.js"></script>
<script src="./js/directive/directives.js"></script>
<script src="./js/model/model.js"></script>
<script src="./js/index.js"></script>
<script src="./js/su-pu/buy-gb-tk.js"></script>
</body>
</html>
| souths/njy2 | view/manage/purchase/buy-gb-tk.html | HTML | mit | 9,588 |
{% extends '../common/base.html' %}
{% block css %}
<!-- jvectormap -->
<link rel="stylesheet" href="{{ static_url('bower_components/jvectormap/jquery-jvectormap.css') }}">
{% end %}
{% block content %}
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<!-- Content Header (Page header) -->
<section class="content-header">
<h1>
Dashboard
<small>Version 2.0</small>
</h1>
<ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
</ol>
</section>
<!-- Main content -->
<section class="content">
<!-- Info boxes -->
<div class="row">
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-aqua"><i class="ion ion-ios-gear-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">CPU Traffic</span>
<span class="info-box-number">90<small>%</small></span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
</div>
<!-- /.col -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-red"><i class="fa fa-google-plus"></i></span>
<div class="info-box-content">
<span class="info-box-text">Likes</span>
<span class="info-box-number">41,410</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
</div>
<!-- /.col -->
<!-- fix for small devices only -->
<div class="clearfix visible-sm-block"></div>
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-green"><i class="ion ion-ios-cart-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">Sales</span>
<span class="info-box-number">760</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
</div>
<!-- /.col -->
<div class="col-md-3 col-sm-6 col-xs-12">
<div class="info-box">
<span class="info-box-icon bg-yellow"><i class="ion ion-ios-people-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">New Members</span>
<span class="info-box-number">2,000</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<div class="row">
<div class="col-md-12">
<div class="box">
<div class="box-header with-border">
<h3 class="box-title">Monthly Recap Report</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<div class="btn-group">
<button type="button" class="btn btn-box-tool dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-wrench"></i></button>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</div>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="row">
<div class="col-md-8">
<p class="text-center">
<strong>Sales: 1 Jan, 2014 - 30 Jul, 2014</strong>
</p>
<div class="chart">
<!-- Sales Chart Canvas -->
<canvas id="salesChart" style="height: 180px;"></canvas>
</div>
<!-- /.chart-responsive -->
</div>
<!-- /.col -->
<div class="col-md-4">
<p class="text-center">
<strong>Goal Completion</strong>
</p>
<div class="progress-group">
<span class="progress-text">Add Products to Cart</span>
<span class="progress-number"><b>160</b>/200</span>
<div class="progress sm">
<div class="progress-bar progress-bar-aqua" style="width: 80%"></div>
</div>
</div>
<!-- /.progress-group -->
<div class="progress-group">
<span class="progress-text">Complete Purchase</span>
<span class="progress-number"><b>310</b>/400</span>
<div class="progress sm">
<div class="progress-bar progress-bar-red" style="width: 80%"></div>
</div>
</div>
<!-- /.progress-group -->
<div class="progress-group">
<span class="progress-text">Visit Premium Page</span>
<span class="progress-number"><b>480</b>/800</span>
<div class="progress sm">
<div class="progress-bar progress-bar-green" style="width: 80%"></div>
</div>
</div>
<!-- /.progress-group -->
<div class="progress-group">
<span class="progress-text">Send Inquiries</span>
<span class="progress-number"><b>250</b>/500</span>
<div class="progress sm">
<div class="progress-bar progress-bar-yellow" style="width: 80%"></div>
</div>
</div>
<!-- /.progress-group -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- ./box-body -->
<div class="box-footer">
<div class="row">
<div class="col-sm-3 col-xs-6">
<div class="description-block border-right">
<span class="description-percentage text-green"><i class="fa fa-caret-up"></i> 17%</span>
<h5 class="description-header">$35,210.43</h5>
<span class="description-text">TOTAL REVENUE</span>
</div>
<!-- /.description-block -->
</div>
<!-- /.col -->
<div class="col-sm-3 col-xs-6">
<div class="description-block border-right">
<span class="description-percentage text-yellow"><i class="fa fa-caret-left"></i> 0%</span>
<h5 class="description-header">$10,390.90</h5>
<span class="description-text">TOTAL COST</span>
</div>
<!-- /.description-block -->
</div>
<!-- /.col -->
<div class="col-sm-3 col-xs-6">
<div class="description-block border-right">
<span class="description-percentage text-green"><i class="fa fa-caret-up"></i> 20%</span>
<h5 class="description-header">$24,813.53</h5>
<span class="description-text">TOTAL PROFIT</span>
</div>
<!-- /.description-block -->
</div>
<!-- /.col -->
<div class="col-sm-3 col-xs-6">
<div class="description-block">
<span class="description-percentage text-red"><i class="fa fa-caret-down"></i> 18%</span>
<h5 class="description-header">1200</h5>
<span class="description-text">GOAL COMPLETIONS</span>
</div>
<!-- /.description-block -->
</div>
</div>
<!-- /.row -->
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<!-- Main row -->
<div class="row">
<!-- Left col -->
<div class="col-md-8">
<!-- MAP & BOX PANE -->
<div class="box box-success">
<div class="box-header with-border">
<h3 class="box-title">Visitors Report</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body no-padding">
<div class="row">
<div class="col-md-9 col-sm-8">
<div class="pad">
<!-- Map will be created here -->
<div id="world-map-markers" style="height: 325px;"></div>
</div>
</div>
<!-- /.col -->
<div class="col-md-3 col-sm-4">
<div class="pad box-pane-right bg-green" style="min-height: 280px">
<div class="description-block margin-bottom">
<div class="sparkbar pad" data-color="#fff">90,70,90,70,75,80,70</div>
<h5 class="description-header">8390</h5>
<span class="description-text">Visits</span>
</div>
<!-- /.description-block -->
<div class="description-block margin-bottom">
<div class="sparkbar pad" data-color="#fff">90,50,90,70,61,83,63</div>
<h5 class="description-header">30%</h5>
<span class="description-text">Referrals</span>
</div>
<!-- /.description-block -->
<div class="description-block">
<div class="sparkbar pad" data-color="#fff">90,50,90,70,61,83,63</div>
<h5 class="description-header">70%</h5>
<span class="description-text">Organic</span>
</div>
<!-- /.description-block -->
</div>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.box-body -->
</div>
<!-- /.box -->
<div class="row">
<div class="col-md-6">
<!-- DIRECT CHAT -->
<div class="box box-warning direct-chat direct-chat-warning">
<div class="box-header with-border">
<h3 class="box-title">Direct Chat</h3>
<div class="box-tools pull-right">
<span data-toggle="tooltip" title="3 New Messages" class="badge bg-yellow">3</span>
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-toggle="tooltip" title="Contacts"
data-widget="chat-pane-toggle">
<i class="fa fa-comments"></i></button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i>
</button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<!-- Conversations are loaded here -->
<div class="direct-chat-messages">
<!-- Message. Default to the left -->
<div class="direct-chat-msg">
<div class="direct-chat-info clearfix">
<span class="direct-chat-name pull-left">Alexander Pierce</span>
<span class="direct-chat-timestamp pull-right">23 Jan 2:00 pm</span>
</div>
<!-- /.direct-chat-info -->
<img class="direct-chat-img" src="{{ static_url('dist/img/user1-128x128.jpg') }}" alt="message user image">
<!-- /.direct-chat-img -->
<div class="direct-chat-text">
Is this template really for free? That's unbelievable!
</div>
<!-- /.direct-chat-text -->
</div>
<!-- /.direct-chat-msg -->
<!-- Message to the right -->
<div class="direct-chat-msg right">
<div class="direct-chat-info clearfix">
<span class="direct-chat-name pull-right">Sarah Bullock</span>
<span class="direct-chat-timestamp pull-left">23 Jan 2:05 pm</span>
</div>
<!-- /.direct-chat-info -->
<img class="direct-chat-img" src="{{ static_url('dist/img/user3-128x128.jpg') }}" alt="message user image">
<!-- /.direct-chat-img -->
<div class="direct-chat-text">
You better believe it!
</div>
<!-- /.direct-chat-text -->
</div>
<!-- /.direct-chat-msg -->
<!-- Message. Default to the left -->
<div class="direct-chat-msg">
<div class="direct-chat-info clearfix">
<span class="direct-chat-name pull-left">Alexander Pierce</span>
<span class="direct-chat-timestamp pull-right">23 Jan 5:37 pm</span>
</div>
<!-- /.direct-chat-info -->
<img class="direct-chat-img" src="{{ static_url('dist/img/user1-128x128.jpg') }}" alt="message user image">
<!-- /.direct-chat-img -->
<div class="direct-chat-text">
Working with AdminLTE on a great new app! Wanna join?
</div>
<!-- /.direct-chat-text -->
</div>
<!-- /.direct-chat-msg -->
<!-- Message to the right -->
<div class="direct-chat-msg right">
<div class="direct-chat-info clearfix">
<span class="direct-chat-name pull-right">Sarah Bullock</span>
<span class="direct-chat-timestamp pull-left">23 Jan 6:10 pm</span>
</div>
<!-- /.direct-chat-info -->
<img class="direct-chat-img" src="{{ static_url('dist/img/user3-128x128.jpg') }}" alt="message user image">
<!-- /.direct-chat-img -->
<div class="direct-chat-text">
I would love to.
</div>
<!-- /.direct-chat-text -->
</div>
<!-- /.direct-chat-msg -->
</div>
<!--/.direct-chat-messages-->
<!-- Contacts are loaded here -->
<div class="direct-chat-contacts">
<ul class="contacts-list">
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user1-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
Count Dracula
<small class="contacts-list-date pull-right">2/28/2015</small>
</span>
<span class="contacts-list-msg">How have you been? I was...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user7-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
Sarah Doe
<small class="contacts-list-date pull-right">2/23/2015</small>
</span>
<span class="contacts-list-msg">I will be waiting for...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user3-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
Nadia Jolie
<small class="contacts-list-date pull-right">2/20/2015</small>
</span>
<span class="contacts-list-msg">I'll call you back at...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user5-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
Nora S. Vans
<small class="contacts-list-date pull-right">2/10/2015</small>
</span>
<span class="contacts-list-msg">Where is your new...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user6-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
John K.
<small class="contacts-list-date pull-right">1/27/2015</small>
</span>
<span class="contacts-list-msg">Can I take a look at...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
<li>
<a href="#">
<img class="contacts-list-img" src="{{ static_url('dist/img/user8-128x128.jpg') }}" alt="User Image">
<div class="contacts-list-info">
<span class="contacts-list-name">
Kenneth M.
<small class="contacts-list-date pull-right">1/4/2015</small>
</span>
<span class="contacts-list-msg">Never mind I found...</span>
</div>
<!-- /.contacts-list-info -->
</a>
</li>
<!-- End Contact Item -->
</ul>
<!-- /.contatcts-list -->
</div>
<!-- /.direct-chat-pane -->
</div>
<!-- /.box-body -->
<div class="box-footer">
<form action="#" method="post">
<div class="input-group">
<input type="text" name="message" placeholder="Type Message ..." class="form-control">
<span class="input-group-btn">
<button type="button" class="btn btn-warning btn-flat">Send</button>
</span>
</div>
</form>
</div>
<!-- /.box-footer-->
</div>
<!--/.direct-chat -->
</div>
<!-- /.col -->
<div class="col-md-6">
<!-- USERS LIST -->
<div class="box box-danger">
<div class="box-header with-border">
<h3 class="box-title">Latest Members</h3>
<div class="box-tools pull-right">
<span class="label label-danger">8 New Members</span>
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i>
</button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body no-padding">
<ul class="users-list clearfix">
<li>
<img src="{{ static_url('dist/img/user1-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Alexander Pierce</a>
<span class="users-list-date">Today</span>
</li>
<li>
<img src="{{ static_url('dist/img/user8-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Norman</a>
<span class="users-list-date">Yesterday</span>
</li>
<li>
<img src="{{ static_url('dist/img/user7-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Jane</a>
<span class="users-list-date">12 Jan</span>
</li>
<li>
<img src="{{ static_url('dist/img/user6-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">John</a>
<span class="users-list-date">12 Jan</span>
</li>
<li>
<img src="{{ static_url('dist/img/user2-160x160.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Alexander</a>
<span class="users-list-date">13 Jan</span>
</li>
<li>
<img src="{{ static_url('dist/img/user5-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Sarah</a>
<span class="users-list-date">14 Jan</span>
</li>
<li>
<img src="{{ static_url('dist/img/user4-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Nora</a>
<span class="users-list-date">15 Jan</span>
</li>
<li>
<img src="{{ static_url('dist/img/user3-128x128.jpg') }}" alt="User Image">
<a class="users-list-name" href="#">Nadia</a>
<span class="users-list-date">15 Jan</span>
</li>
</ul>
<!-- /.users-list -->
</div>
<!-- /.box-body -->
<div class="box-footer text-center">
<a href="javascript:void(0)" class="uppercase">View All Users</a>
</div>
<!-- /.box-footer -->
</div>
<!--/.box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
<!-- TABLE: LATEST ORDERS -->
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title">Latest Orders</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="table-responsive">
<table class="table no-margin">
<thead>
<tr>
<th>Order ID</th>
<th>Item</th>
<th>Status</th>
<th>Popularity</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="/examples/invoice">OR9842</a></td>
<td>Call of Duty IV</td>
<td><span class="label label-success">Shipped</span></td>
<td>
<div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR1848</a></td>
<td>Samsung Smart TV</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR7429</a></td>
<td>iPhone 6 Plus</td>
<td><span class="label label-danger">Delivered</span></td>
<td>
<div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR7429</a></td>
<td>Samsung Smart TV</td>
<td><span class="label label-info">Processing</span></td>
<td>
<div class="sparkbar" data-color="#00c0ef" data-height="20">90,80,-90,70,-61,83,63</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR1848</a></td>
<td>Samsung Smart TV</td>
<td><span class="label label-warning">Pending</span></td>
<td>
<div class="sparkbar" data-color="#f39c12" data-height="20">90,80,-90,70,61,-83,68</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR7429</a></td>
<td>iPhone 6 Plus</td>
<td><span class="label label-danger">Delivered</span></td>
<td>
<div class="sparkbar" data-color="#f56954" data-height="20">90,-80,90,70,-61,83,63</div>
</td>
</tr>
<tr>
<td><a href="/examples/invoice">OR9842</a></td>
<td>Call of Duty IV</td>
<td><span class="label label-success">Shipped</span></td>
<td>
<div class="sparkbar" data-color="#00a65a" data-height="20">90,80,90,-70,61,-83,63</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- /.table-responsive -->
</div>
<!-- /.box-body -->
<div class="box-footer clearfix">
<a href="javascript:void(0)" class="btn btn-sm btn-info btn-flat pull-left">Place New Order</a>
<a href="javascript:void(0)" class="btn btn-sm btn-default btn-flat pull-right">View All Orders</a>
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
<div class="col-md-4">
<!-- Info Boxes Style 2 -->
<div class="info-box bg-yellow">
<span class="info-box-icon"><i class="ion ion-ios-pricetag-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">Inventory</span>
<span class="info-box-number">5,200</span>
<div class="progress">
<div class="progress-bar" style="width: 50%"></div>
</div>
<span class="progress-description">
50% Increase in 30 Days
</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
<div class="info-box bg-green">
<span class="info-box-icon"><i class="ion ion-ios-heart-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">Mentions</span>
<span class="info-box-number">92,050</span>
<div class="progress">
<div class="progress-bar" style="width: 20%"></div>
</div>
<span class="progress-description">
20% Increase in 30 Days
</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
<div class="info-box bg-red">
<span class="info-box-icon"><i class="ion ion-ios-cloud-download-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">Downloads</span>
<span class="info-box-number">114,381</span>
<div class="progress">
<div class="progress-bar" style="width: 70%"></div>
</div>
<span class="progress-description">
70% Increase in 30 Days
</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
<div class="info-box bg-aqua">
<span class="info-box-icon"><i class="ion-ios-chatbubble-outline"></i></span>
<div class="info-box-content">
<span class="info-box-text">Direct Messages</span>
<span class="info-box-number">163,921</span>
<div class="progress">
<div class="progress-bar" style="width: 40%"></div>
</div>
<span class="progress-description">
40% Increase in 30 Days
</span>
</div>
<!-- /.info-box-content -->
</div>
<!-- /.info-box -->
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title">Browser Usage</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<div class="row">
<div class="col-md-8">
<div class="chart-responsive">
<canvas id="pieChart" height="150"></canvas>
</div>
<!-- ./chart-responsive -->
</div>
<!-- /.col -->
<div class="col-md-4">
<ul class="chart-legend clearfix">
<li><i class="fa fa-circle-o text-red"></i> Chrome</li>
<li><i class="fa fa-circle-o text-green"></i> IE</li>
<li><i class="fa fa-circle-o text-yellow"></i> FireFox</li>
<li><i class="fa fa-circle-o text-aqua"></i> Safari</li>
<li><i class="fa fa-circle-o text-light-blue"></i> Opera</li>
<li><i class="fa fa-circle-o text-gray"></i> Navigator</li>
</ul>
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</div>
<!-- /.box-body -->
<div class="box-footer no-padding">
<ul class="nav nav-pills nav-stacked">
<li><a href="#">United States of America
<span class="pull-right text-red"><i class="fa fa-angle-down"></i> 12%</span></a></li>
<li><a href="#">India <span class="pull-right text-green"><i class="fa fa-angle-up"></i> 4%</span></a>
</li>
<li><a href="#">China
<span class="pull-right text-yellow"><i class="fa fa-angle-left"></i> 0%</span></a></li>
</ul>
</div>
<!-- /.footer -->
</div>
<!-- /.box -->
<!-- PRODUCT LIST -->
<div class="box box-primary">
<div class="box-header with-border">
<h3 class="box-title">Recently Added Products</h3>
<div class="box-tools pull-right">
<button type="button" class="btn btn-box-tool" data-widget="collapse"><i class="fa fa-minus"></i>
</button>
<button type="button" class="btn btn-box-tool" data-widget="remove"><i class="fa fa-times"></i></button>
</div>
</div>
<!-- /.box-header -->
<div class="box-body">
<ul class="products-list product-list-in-box">
<li class="item">
<div class="product-img">
<img src="{{ static_url('dist/img/default-50x50.gif') }}" alt="Product Image">
</div>
<div class="product-info">
<a href="javascript:void(0)" class="product-title">Samsung TV
<span class="label label-warning pull-right">$1800</span></a>
<span class="product-description">
Samsung 32" 1080p 60Hz LED Smart HDTV.
</span>
</div>
</li>
<!-- /.item -->
<li class="item">
<div class="product-img">
<img src="{{ static_url('dist/img/default-50x50.gif') }}" alt="Product Image">
</div>
<div class="product-info">
<a href="javascript:void(0)" class="product-title">Bicycle
<span class="label label-info pull-right">$700</span></a>
<span class="product-description">
26" Mongoose Dolomite Men's 7-speed, Navy Blue.
</span>
</div>
</li>
<!-- /.item -->
<li class="item">
<div class="product-img">
<img src="{{ static_url('dist/img/default-50x50.gif') }}" alt="Product Image">
</div>
<div class="product-info">
<a href="javascript:void(0)" class="product-title">Xbox One <span
class="label label-danger pull-right">$350</span></a>
<span class="product-description">
Xbox One Console Bundle with Halo Master Chief Collection.
</span>
</div>
</li>
<!-- /.item -->
<li class="item">
<div class="product-img">
<img src="{{ static_url('dist/img/default-50x50.gif') }}" alt="Product Image">
</div>
<div class="product-info">
<a href="javascript:void(0)" class="product-title">PlayStation 4
<span class="label label-success pull-right">$399</span></a>
<span class="product-description">
PlayStation 4 500GB Console (PS4)
</span>
</div>
</li>
<!-- /.item -->
</ul>
</div>
<!-- /.box-body -->
<div class="box-footer text-center">
<a href="javascript:void(0)" class="uppercase">View All Products</a>
</div>
<!-- /.box-footer -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
</div>
<!-- /.row -->
</section>
<!-- /.content -->
</div>
{% end %}
{% block js %}
<!-- Sparkline -->
<script src="{{ static_url('bower_components/jquery-sparkline/dist/jquery.sparkline.min.js') }}"></script>
<!-- jvectormap -->
<script src="{{ static_url('plugins/jvectormap/jquery-jvectormap-1.2.2.min.js') }}"></script>
<script src="{{ static_url('plugins/jvectormap/jquery-jvectormap-world-mill-en.js') }}"></script>
<!-- SlimScroll -->
<script src="{{ static_url('bower_components/jquery-slimscroll/jquery.slimscroll.min.js') }}"></script>
<!-- ChartJS -->
<script src="{{ static_url('bower_components/chart.js/Chart.js') }}"></script>
<!-- AdminLTE dashboard demo (This is only for demo purposes) -->
<script src="{{ static_url('dist/js/pages/dashboard2.js') }}"></script>
{% end %}
| owlsn/h_crawl | display/display/public/templates/index/index2.html | HTML | mit | 42,272 |
<!doctype html>
<html lang="en">
{% include head.html %}
<body class="cv">
{% include navbar.html %}
<!-- <div class="space"></div> -->
<div class="content-wrapper">
<div class="container">
<div class="row" style=" margin-right: 0px ;" >
<!-- This part is dedicated to the design of the left column -->
<!-- <div class="col-xs-12 col-md-10"> -->
<!-- <div class="col-md-9"> -->
<div class="title-wrapper">
<h1 class="content-title" id="sec0">
Summary
<h1>
</div>
<div class="subcontent-wrapper">
<!--
<div class="profilpic">
<img src="/img/profilpic.png" alt="Profil picture" />
</div>
-->
<p class="content-paragraph">
Hello, I am a researcher in computer science at the Karlsruhe Institute of Technology (KIT). I am currently interested in problems involving sequential decision making, in particular concerning dynamic, non-stationary settings. I study new methods, based on Bandit Algorithms or Reinforcement Learning, to tackle important real-world challenges. I am also interested in tasks like outlier detection, clustering, correlation analysis, and generally, learning from high-dimensional data streams.
</p>
<p class="content-paragraph" style="text-indent:2em">
My dissertation, "Estimating Dependency, Monitoring, and Knowledge Discovery in High-Dimensional Data Streams" (Advisor: Prof. Klemens Böhm) received the highest distinction (Summa Cum Laude) and the Helmholtz Doctoral Prize 2020. I hold a Master's degree in Computer Science from KIT and a Master's degree in Engineering from ESIEE Paris. I have advised 10+ students for their Master/Bachelor's theses and conducted multiple projects with major industry actors (such as Daimler, BMW, IBM, ...). I also have recently graduated from an MBA at the Quantic School of Business and Technology.
</p>
<p class="content-paragraph">
You will find my resume below. See also my list of <a href="/publications/">publications</a>.
</p>
</div>
<div class="title-wrapper">
<h1 class="content-title" id="sec1">
Curriculum Vitae
<h1>
</div>
<div class="subcontent-wrapper">
<object data="/Resume_CV_FOUCHE.pdf" type="application/pdf" style="min-height:100vh;width:100%">
<p>It appears that this browser does not support embedded PDFs. Please download the PDF to view it: <a href="/Resume_CV_FOUCHE.pdf">Download PDF</a>.</p>
</object>
</div>
<!--
<div class="title-wrapper">
<h1 class="content-title" id="sec1">
Experience
<h1>
</div>
<div class="subcontent-wrapper">
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4_f">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Postdoctoral Researcher in Data Science
</h2>
<p class="grade-diplom">
@ Karlsruhe Institute of Technology
</p>
<p class="from-to">
From 08/20 to <span style="color:#00828d">now</span>
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4_f" style="text-indent:2em">
<p>
- Conducting independent research, collaborations and student theses.
</p>
<p>
- Co-supervision of 4+ doctoral students, Data Science lecturer.
</p>
<p>
- Organizer for chair-wide meetings, coaching and mentoring.
</p>
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4_e">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Researcher & Ph.D. Candidate in Data Science
</h2>
<p class="grade-diplom">
@ Karlsruhe Institute of Technology
</p>
<p class="from-to">
From 11/16 to 07/20
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4_e" style="text-indent:2em">
<p>
- Advised 10+ student theses (Master/Bachelor level).
</p>
<p>
- Worked with 2 research labs (UIUC, U of Tokyo) and 5 industry partners.
</p>
<p>
- Published 8 peer-reviewed papers and a doctoral thesis.
</p>
<p>
- Member of the DFG Research Training group 2153: <a href="https://www.energystatusdata.kit.edu/">"Energy Status Data"</a>.
</p>
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4_d">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Graduate Research Intern
</h2>
<p class="grade-diplom">
@ IBM Deutschland R&D GmbH - Böblingen
</p>
<p class="from-to">
From 04/15 to 10/16 (1.5 year)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/ibm100x50.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4_d" style="text-indent:2em">
<p>
- Created ibmdbpy, an open-source interface between Python and DB2.
</p>
<p>
- Co-supervision of two fellow interns. Python coaching.
</p>
<p>
- Talk at LWA 2015 conference and PyData Berlin 2016 meet-up.
</p>
</div>
</div>
-->
<!--
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4_c">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Teaching Assistant - CRM & Data Mining
</h2>
<p class="grade-diplom">
@ Karlsruhe Institute of Technology
</p>
<p class="from-to">
From 10/15 to 07/16 (10 months)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4_c" style="text-indent:2em">
<p>
Tutor in Customer Relationship Management (Winter term 15/16) at KIT for undergraduate students. Giving 1.5 hour presentation every two weeks. Preparation of slides and assignments.
</p>
<p>
Teaching assistant in the Data Mining Lab (Summer term 16) at KIT for a group of 24 students in the participation to a data mining contest. Weekly Meetings with the students. Organized a field trip at IBM Lab.
</p>
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4_b">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Big Data Research Assistant
</h2>
<p class="grade-diplom">
@ Karlsruhe Institute of Technology
</p>
<p class="from-to">
From 05/14 to 08/14 (3 months)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4_b" style="text-indent:2em">
Assisting Big Data Research Team in the field of climatology. Developing tools for extracting metadata from NetCDF files, using Python and MongoDB. Deploying Web Processing Services on Ubuntu. Administration of scientific websites with OpenText.
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_5">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Software Developer Intern
</h2>
<p class="grade-diplom">
@ GDF SUEZ (recently renamed as "Engie")
</p>
<p class="from-to">
From 07/12 to 08/12 (2 months)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/gdfsuez100x56.jpg" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_5" style="text-indent:2em" >
Development of internal software for Business Intelligence to help business decision-making process, based on indicators and dashboards. Design and development of UI, using Oracle Forms and PL/SQL language.
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_4">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Working Student
</h2>
<p class="grade-diplom">
@ ESIEE PARIS
</p>
<p class="from-to">
From 01/12 to 01/14 (2 years)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/esiee100x47.jpg" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_4" style="text-indent:2em">
Contacting companies by phone, organization of events in my university and photo reporting.
</div>
</div>
-->
<!--
<div class="space"></div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<a class="dropdownbutton" id="dropdown_6">
<img src="/img/xp.png" alt="icon" />
See more
</a>
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Technical Agent
</h2>
<p class="grade-diplom">
@ COFELY GDF SUEZ
</p>
<p class="from-to">
From 07/11 to 08/11 (2 months)
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/cofely100x42.jpg" alt="uni-icon" />
</div>
</div>
</div>
<div class="more-info" id="dropdownwrap_6" style="text-indent:2em">
During Summer 2011, I have been working at Centre George Pompidou, in Paris. I have been helping the electrician team which was responsible of the electric system of the building. So I have been able to discover it and to participate in the work of improving and maintaining it.
</div>
-->
<!--
</div>
<div class="space"></div>
<div class="title-wrapper">
<h1 class="content-title" id="sec2">
Education
<h1>
</div>
<div class="subcontent-wrapper">
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<img src="/img/diplome.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Karlsruhe Institute of Technology
</h2>
<p class="grade-diplom">
Ph.D. in Data Science (Dr.-Ing.)
</p>
<p class="from-to">
From 2016 to 2020
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_1" style="text-indent:2em" style="text-indent:2em">
Still in construction
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<img src="/img/diplome.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Quantic
</h2>
<p class="grade-diplom">
Master of Business Administration (MBA)
</p>
<p class="grade-diplom">
Online, 7% admission rate. Topics: Accounting, Market & Economies, Data & Decisions, Leading Organizations, Marketing & Pricing, Finance, Supply Chain & Operations, Strategy, Entrepreneurship.
</p>
<p class="from-to">
From 2020 to 2021
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/quantic_2.jpg" alt="uni-icon" width="100" />
</div>
</div>
<div class="more-info" id="dropdownwrap_1" style="text-indent:2em" style="text-indent:2em">
Still in construction
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<img src="/img/diplome.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Software Campus
</h2>
<p class="grade-diplom">
Selected participant in the <a href="http://www.softwarecampus.de/en/home/">Software Campus</a> Program.
</p>
<p class="grade-diplom">
Founded and trained to become a top IT executive.
</p>
<p class="grade-diplom">
Includes a €100K research grant.
</p>
<p class="from-to">
From 2017 to 2019
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/softwarecampus.png" alt="uni-icon" width="100" />
</div>
</div>
<div class="more-info" id="dropdownwrap_1" style="text-indent:2em" style="text-indent:2em">
Still in construction
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
<img src="/img/diplome.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Karlsruhe Institute of Technology
</h2>
<p class="grade-diplom">
Master of Science (M.Sc.) in Computer Science
</p>
<p class="from-to">
From 2013 to 2016
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_1" style="text-indent:2em" style="text-indent:2em">
Still in construction
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
</div>
<div class="name-and-diplom">
<h2 class="university-name">
ESIEE PARIS
</h2>
<p class="grade-diplom">
Master of Engineering (M.Eng.)
</p>
<p class="from-to">
From 2010 to 2015
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/esiee100x47.jpg" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_2" style="text-indent:2em">
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="info-icon">
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Université Paris-Est MLV
</h2>
<p class="grade-diplom">
B.Sc. in Computer Science & Mathematics
</p>
<p class="from-to">
From 2010 to 2013
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/upem51x53.png" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_3" style="text-indent:2em">
Still in construction
</div>
</div>
</div>
<div class="information-line">
<div class="main-info">
<div class="name-and-diplom">
<h2 class="university-name">
Lycée Cours Notre-Dame Providence
</h2>
<p class="grade-diplom">
Baccalaureate in Science
</p>
<p class="from-to">
From 2007 to 2010
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/nd75x64.jpg" alt="uni-icon" />
</div>
</div>
<div class="more-info" id="dropdownwrap_7" style="text-indent:2em">
<div class="information-line">
Still in construction
</div>
</div>
</div>
<div class="space"></div>
<div class="title-wrapper">
<h1 class="content-title" id="sec3">
Skills
<h1>
</div>
<h2 class="subtitle">
Computer Science
</h2>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Data Science, Neural Networks
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_5-5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Python, R, Scala
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_4_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Spark, SQL
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_4_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Algorithms, Databases
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_4-5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Spark
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_3_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Web
</h2>
</div>
<h4 class="subtitle" style="font-size: 20px">
+ Prior exposition to Java, C++, C#, C
</h4>
<h2 class="subtitle">
Languages
</h2>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
French
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_5-5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
English
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_5-5_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
German
</h2>
</div>
<div class="skills-line">
<div class="skills-icon">
<img src="/img/skills_2_5_200x50.png" alt="icon" />
</div>
<h2 class="skills-name">
Spanish
</h2>
</div>
<div class="space"></div>
<h2 class="subtitle">
I like to talk and hear about...
<ul>
<li>Data Mining, Machine Learning</li>
<li>Research, Entrepreneurship</li>
<li>Leadership, Self-improvement</li>
</ul>
</h2>
<div class="space"></div>
<div class="title-wrapper">
<h1 class="content-title" id="sec4">
Test scores
<h1>
</div>
<div class="subcontent-wrapper">
<div class="information-line">
<div class="info-icon">
<img src="/img/test.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Ph.D. (Dr.-Ing.) in Data Science
</h2>
<p class="grade-diplom">
Summa Cum Laude (Highest Distinction)
</p>
<p class="from-to">
July 2020
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/test.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Master of Computer Science (M.Sc.)
</h2>
<p class="grade-diplom">
Score = 1.4 (Very Good)
</p>
<p class="from-to">
October 2016
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/kit100x46.png" alt="uni-icon" />
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/test.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Master of Engineering (M.Eng.)
</h2>
<p class="grade-diplom">
Score ≈ 16/20 (Very Good) - <span class="expected-graduation"> With jury congratulations </span>
</p>
<p class="grade-diplom">
- Ranked first in my class (out of > 200 students) <br>
- Award "Outstanding International Academic Career"
</p>
<p class="from-to">
October 2015
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/esiee100x47.jpg" alt="uni-icon" />
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/test.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Bachelor of Computer Science/Mathematics
</h2>
<p class="grade-diplom">
Score = 16.25/20 (Very Good) - <span class="expected-graduation"> With highest honours </span>
</p>
<p class="from-to">
July 2013
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/upem51x53.png" alt="uni-icon" />
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/test.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Baccalaureate in Science, Mathematics
</h2>
<p class="grade-diplom">
Score = 17.5/20 (Very Good) - <span class="expected-graduation"> With highest honours </span>
</p>
<p class="from-to">
June 2010
</p>
</div>
<div class="university-icon collapsemewhentoosmall1">
<img src="/img/nd75x64.jpg" alt="uni-icon" />
</div>
</div>
</div>
<div class="space"></div>
<div class="title-wrapper">
<h1 class="content-title" id="sec5">
Awards & Honours
<h1>
</div>
<div class="subcontent-wrapper">
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Helmholtz Doctoral Prize 2020
</h2>
<p class="grade-diplom">
The prize recognizes outstanding achievements during the doctoral phase.
<br>
The Helmholtz Association is the largest german scientific organisation.
</p>
<p class="from-to">
May 2021
</p>
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Best Paper Award
</h2>
<p class="grade-diplom">
Scientific and Statistical Database Management (SSDBM19).
</p>
<p class="from-to">
July 2019
</p>
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Outstanding International Academic Career
</h2>
<p class="grade-diplom">
"Parcours d'excellence" ESIEE PARIS 2015 (Top 1% of the cohort)
</p>
<p class="from-to">
November 2015
</p>
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Data Mining Cup : 2nd place worldwide
</h2>
<p class="grade-diplom">
Karlsruhe Institute of Technology - Prudsys AG
</p>
<p class="from-to">
April - July 2014
</p>
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Descartes Photographic Contest : 1st Place
</h2>
<p class="grade-diplom">
Descartes Developpement, “Nature & Environment”
</p>
<p class="from-to">
July 2012
</p>
</div>
</div>
<div class="information-line">
<div class="info-icon">
<img src="/img/award.png" alt="icon" />
</div>
<div class="name-and-diplom">
<h2 class="university-name">
Best Management Project of year 2011
</h2>
<p class="grade-diplom">
ESIEE PARIS - Project's day contest
</p>
<p class="from-to">
June 2011
</p>
</div>
</div>
<div class="space"></div>
</div>
<div class="title-wrapper">
<h1 class="content-title" id="sec6">
Interests
<h1>
</div>
<p></p>
<div class="subcontent-wrapper">
<p id="gallery-title">
I really like to take photographs, and more generally everything that is related to this field.
I like to go to the museum, visit exhibitions and meet photographers and artists.
</p>
<div id="gallery" class="content" >
<div class="slideshow-container">
<div id="loading" class="loader"></div>
<div id="slideshow" class="slideshow"></div>
</div>
<div id="caption" class="caption-container"></div>
</div>
<div id="thumbs" class="navigation">
<ul class="thumbs noscript">
<li>
<a class="thumb" href="/img/gallery/picture_3.png" title="">
<img src="/img/gallery/picture_3_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_2.png" title="">
<img src="/img/gallery/picture_2_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_1.png" title="">
<img src="/img/gallery/picture_1_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_4.png" title="">
<img src="/img/gallery/picture_4_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_5.png" title="">
<img src="/img/gallery/picture_5_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_6.png" title="">
<img src="/img/gallery/picture_6_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_7.png" title="">
<img src="/img/gallery/picture_7_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_8.png" title="">
<img src="/img/gallery/picture_8_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_9.png" title="">
<img src="/img/gallery/picture_9_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_10.png" title="">
<img src="/img/gallery/picture_10_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_11.png" title="">
<img src="/img/gallery/picture_11_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_12.png" title="">
<img src="/img/gallery/picture_12_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_13.png" title="">
<img src="/img/gallery/picture_13_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_14.png" title="">
<img src="/img/gallery/picture_14_s.png" alt="Title #0" />
</a>
</li>
<li>
<a class="thumb" href="/img/gallery/picture_15.png" title="">
<img src="/img/gallery/picture_15_s.png" alt="Title #0" />
</a>
</li>
</ul>
</div>
<div style="clear: both;"></div>
<p id="gallery-title">
If you would like to see more, you can check my <a href="https://www.flickr.com/photos/edouardf">Flickr</a> or <a href="https://www.instagram.com/edouardfouche/">Instagram</a>!
<br>
I also enjoy travelling, hiking and roller skating !
</p>
</div>
-->
<div class="space"></div>
{% include footer.html %}
</div>
<!--
<div class="col-xs-2 col-md-2" id="leftCol">
<ul class="nav nav-stacked" id="sidebar">
<li><a class="sidebar-line" href="#sec0">Summary</a></li>
<li><a class="sidebar-line" href="#sec1">Experience</a></li>
<li><a class="sidebar-line" href="#sec2">Education</a></li>
<li><a class="sidebar-line" href="#sec3">Skills</a></li>
<li><a class="sidebar-line" href="#sec4">Test Scores</a></li>
<li><a class="sidebar-line" href="#sec5">Awards & Honours</a></li>
<li><a class="sidebar-line" href="#sec6">Interests</a></li>
</ul>
</div>
-->
</div>
</div>
</div>
<!-- jQuery for gallerific plugin -->
<!--
<script type="text/javascript" src="/js_gallery/jquery.galleriffic.js"></script>
<script type="text/javascript" src="/js_gallery/jquery.opacityrollover.js"></script>
<script type="text/javascript">
document.write('<style>.noscript { display: none; }</style>');
</script>
-->
<!-- Javascript jQuery for the dropdownbuttons -->
<!--
<script>
$(document).ready(function(e) {
$('#dropdown_1').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_1').slideFadeToggle();
});
$('#dropdown_2').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_2').slideFadeToggle();
});
$('#dropdown_3').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_3').slideFadeToggle();
});
$('#dropdown_4').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4').slideFadeToggle();
});
$('#dropdown_4_b').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4_b').slideFadeToggle();
});
$('#dropdown_4_c').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4_c').slideFadeToggle();
});
$('#dropdown_4_d').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4_d').slideFadeToggle();
});
$('#dropdown_4_e').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4_e').slideFadeToggle();
});
$('#dropdown_4_f').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_4_f').slideFadeToggle();
});
$('#dropdown_5').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_5').slideFadeToggle();
});
$('#dropdown_6').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_6').slideFadeToggle();
});
$('#dropdown_7').on('click',function(){
/* $('#dropdownwrap_1').fadeToogle(); */
$('#dropdownwrap_7').slideFadeToggle();
});
});
</script>
-->
<!-- Petit script just pour combiner fade et slide -->
<!--
<script>
$.fn.slideFadeToggle = function(speed, easing, callback)
{
return this.animate({opacity: 'toggle', height: 'toggle'}, speed, easing, callback);
};
</script>
-->
<!-- Javascript jQuery for the galleriffic -->
<!--
<script type="text/javascript">
jQuery(document).ready(function($) {
// We only want these styles applied when javascript is enabled
$('div.navigation').css({'width' : '300px', 'float' : 'left'});
$('div.content').css('display', 'block');
// Initially set opacity on thumbs and add
// additional styling for hover effect on thumbs
var onMouseOutOpacity = 0.67;
$('#thumbs ul.thumbs li').opacityrollover({
mouseOutOpacity: onMouseOutOpacity,
mouseOverOpacity: 1.0,
fadeSpeed: 'fast',
exemptionSelector: '.selected'
});
// Initialize Advanced Galleriffic Gallery
var gallery = $('#thumbs').galleriffic({
delay: 2500,
numThumbs: 15,
preloadAhead: 10,
enableTopPager: true,
enableBottomPager: true,
maxPagesToShow: 7,
imageContainerSel: '#slideshow',
controlsContainerSel: '#controls',
captionContainerSel: '#caption',
loadingContainerSel: '#loading',
renderSSControls: true,
renderNavControls: true,
playLinkText: 'Play Slideshow',
pauseLinkText: 'Pause Slideshow',
prevLinkText: '‹ Previous Photo',
nextLinkText: 'Next Photo ›',
nextPageLinkText: 'Next ›',
prevPageLinkText: '‹ Prev',
enableHistory: false,
autoStart: false,
syncTransitions: true,
defaultTransitionDuration: 900,
onSlideChange: function(prevIndex, nextIndex) {
// 'this' refers to the gallery, which is an extension of $('#thumbs')
this.find('ul.thumbs').children()
.eq(prevIndex).fadeTo('fast', onMouseOutOpacity).end()
.eq(nextIndex).fadeTo('fast', 1.0);
},
onPageTransitionOut: function(callback) {
this.fadeTo('fast', 0.0, callback);
},
onPageTransitionIn: function() {
this.fadeTo('fast', 1.0);
}
});
});
</script>
-->
<!-- JavaScript jQuery for the sidebar -->
<!--
<script type='text/javascript'>
$(document).ready(function() {
$('#sidebar').affix(
{
offset:
{
/* top: 235 */
top: 110 /* v2 110 */
}
});
var $body = $(document.body);
var navHeight = $('.navbar').outerHeight(true) + 20; /* ???? */
var FF = !(window.mozInnerScreenX == null);
if(FF) {
$('#content').scrollspy(
{
target: '#leftCol',
offset: navHeight
});
}
else
{
$body.scrollspy(
{
target: '#leftCol',
offset: navHeight
});
}
/* smooth scrolling sections */
$('a[href*=#]:not([href=#])').click(function()
{
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname)
{
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length)
{
$('html,body').animate(
{
/* scrollTop: target.offset().top - 50 */
scrollTop: target.offset().top - 14 /* Quand on clique sur un des titres, décalage du scroller */
}, 750); /* MODIFY HERE TO CHANGE THE SPEED */
return false;
}
}
});
});
</script>
-->
{% include script.html %}
</body>
</html> | edouardfouche/edouardfouche.github.io | _layouts/cv.html | HTML | mit | 49,677 |
<h2 class="panel-heading">Task list</h2>
<div class="panel-body">
<table ng-show="tasks.length" class="table table-striped table-hover table-condensed">
<thead>
<th></th>
<th>Name</th>
<th>Dependencies</th>
<th class="text-center">Done?</th>
</thead>
<tbody>
<tr ng-repeat="task in tasks" ng-class="{'active':task.isSelected, task: true}" ng-click="selectTask(task)">
<td class="text-center">
<a ng-click="removeTask(task)" class="clickable">
<span class="glyphicon glyphicon-small glyphicon-remove"></span>
</a>
</td>
<td>{{task.name}}</td>
<td>{{getDependsOnText(task) || '(no dependencies)'}}</td>
<td class="text-center">
<input type="checkbox" ng-model="task.isCompleted" />
</td>
</tr>
<tr>
<td class="text-center">
<a ng-click="addTask()" class="clickable">
<span class="glyphicon glyphicon-small glyphicon-plus"></span>
</a>
</td>
<td colspan="5" class="clarification">← (Click to add a new task)</td>
</tr>
</tbody>
</table>
<p ng-hide="tasks.length">Nothing over here yet. Why don't you try <a ng-click="addTask()" class="clickable">adding some tasks</a>?</p>
</div>
| AlphaGit/what-now | app/views/taskList.html | HTML | mit | 1,299 |
<HTML><HEAD>
<TITLE>Review for Girl, Interrupted (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0172493">Girl, Interrupted (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?James+Brundage">James Brundage</A></H3><HR WIDTH="40%" SIZE="4">
<P>filmcritic.com presents a review from staff member James Brundage.
You can find the review with full credits at
<A HREF="http://www.filmcritic.com/misc/emporium.nsf/2a460f93626cd4678625624c007f2b46/3bc21da0ff283afb08256867005e860a?OpenDocument">http://www.filmcritic.com/misc/emporium.nsf/2a460f93626cd4678625624c007f2b46/3bc21da0ff283afb08256867005e860a?OpenDocument</A></P>
<PRE>Girl, Interrupted (1999, R)</PRE>
<PRE>Directed by James Mangold</PRE>
<P>Written by James Mangold, Lisa Loomer, and Anne Hamilton Phelan</P>
<PRE>Based on the memoir by Susanna Kaysen</PRE>
<P>Starring Winona Ryder, Angelina Jolie, Clea DuVall, Brittany Murphy,
Elizabeth Moss, Whoopi Goldberg, and Vanessa Redgrave</P>
<P> As near as I can tell, the 60s were about being crazy. Whether it was
being crazy while fighting communists in Vietnam, or being crazy while
burning bras, or being crazy while marching on Washington, the 60s
resounded with insanity. So what better way to tell the story of the
60s than from within the walls of a mental ward known as Claymoore?
Hence is the promise given to us in the ads of Girl, Interrupted.</P>
<PRE> The reality is a bit different.</PRE>
<P> In the reality, the 60s are little more than a backdrop, an added
boo-hoo to an already lengthy list of depression. The decade is briefly
touched upon. It is only mentioned in the sense of the possibility of
someone being drafted for the Vietnam War.</P>
<P> The rest of the movie is basically a One Flew Over the Cookoo's Nest in
an all-female ward.</P>
<P> Unlike One Flew Over the Cookoo's Nest, which focused very strongly on
patients rights, Girl, Interrupted gets stuck in the same crisis as its
protagonist (Suzanne, played by Winona Ryder): it is unable to decide
what to do with itself.</P>
<P> Stuck inside of Claymoore, we have an all-female cast of characters
that range from the ultra-bizarre to the downright surreal. We have
Borderline Personality Suzanne, Sociopath Lisa (Angelina Jolie),
Compulsive Liar Georgina (Clea DuVall), Chicken-Fetishist Daisy
(Brittany Murphy), and half-burned Polly (Elizabeth Moss). Add to this
bit roles by Whoopi Goldberg as a much more fun Nurse Ratchett and
Vanessa Redgrave as a psychiatrist rumored to have same-sex tendencies,
and you have the makings of a great comedy with mild touches of
seriousness. However, Girl, Interrupted's director James Mangold (Cop
Land) never quite figures that out. Instead, he vacillates between
making a movie that takes itself too seriously and a movie that doesn't
take itself seriously at all.</P>
<P> Regardless, Mangold is able to pull off the difficult task of making an
insane-asylum movie that does not feel overwhelmingly political. As a
result of its ability to not meddle in patients rights or politics,
Girl, Interrupted ends up being beyond the highly bearable that it could
have ended up as. Going out on a limb, I will state that the film is
even moderately enjoyable.</P>
<P> Angelina Jolie works wonders in her role as a sociopath, giving a
performance that makes you absolutely believe in the amorality of her
character. Winona Ryder, on the other hand, proves that she and Keanu
Reeves would make a great couple, for they both have about the same
amount of thespian ability. Clea DuVall once again proves to be a
darling up-and-comer.</P>
<P> Despite these mixed performances (a bad main role and a great
supporting cast), Girl, Interrupted still results in being an incredibly
unfocused film. This may be due to the fact that the film springs from
Suzanne's journal, which she describes as "the litter of her mind." In
the end of it all, this is what hurts the film the most. Coming out of
the theatre, you feel like Suzanne coming out of Claymoore: confused,
slightly empty, and mixed up.</P>
<PRE>2.5 stars</PRE>
<P>--
Christopher Null - <A HREF="mailto:[email protected]">[email protected]</A> - <A HREF="http://www.filmcritic.com">http://www.filmcritic.com</A></P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/22679.html | HTML | mit | 5,214 |
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Handshake</title>
</head>
| emworks/meteor-handshake | client/templates/head.html | HTML | mit | 140 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
</head>
<body>
<h1>購入完了</h1>
<p>ご購入ありがとうございました。</p>
<p><a href="./index.html">トップに戻る</a>
</body>
</html> | smizy/DemoWebviewApsalar_android | app/src/main/assets/www2/thanks.html | HTML | mit | 253 |
<table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="flayoutclass"><div class="flayoutclass_first"><table class="tableoutfmt2"><tr><th class="std1"><b>條目 </b></th><td class="std2">成人之美</td></tr>
<tr><th class="std1"><b>注音 </b></th><td class="std2">ㄔㄥ<sup class="subfont">ˊ</sup> ㄖㄣ<sup class="subfont">ˊ</sup> ㄓ ㄇㄟ<sup class="subfont">ˇ</sup></td></tr>
<tr><th class="std1"><b>漢語拼音 </b></th><td class="std2"><font class="english_word">chéng rén zhī měi</font></td></tr>
<tr><th class="std1"><b>釋義 </b></th><td class="std2">成全別人的好事。論語˙顏淵:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>君子成人之美,不成人之惡,小人反是。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center>官場現形記˙第六十回:<img src=/cydic/dicword/fa40.gif border=0 alt=* class=fontimg valign=center>妹夫見他有志向上,而且人情是勢利的,見他如此,也就樂得成人之美。<img src=/cydic/dicword/fa41.gif border=0 alt=* class=fontimg valign=center></td></tr>
<tr><th class="std1"><b><font class="fltypefont">附錄</font> </b></th><td class="std2">修訂本參考資料</td></tr>
</td></tr></table></div> <!-- flayoutclass_first --><div class="flayoutclass_second"></div> <!-- flayoutclass_second --></div> <!-- flayoutclass --></td></tr></table>
| BuzzAcademy/idioms-moe-unformatted-data | all-data/6000-6999/6839-22.html | HTML | mit | 1,598 |
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<title>TestHelpFunctions - lostvaults.tests.TestHelpFunctions</title>
<meta name="description" content="TestHelpFunctions - lostvaults.tests.TestHelpFunctions" />
<meta name="keywords" content="TestHelpFunctions lostvaults.tests.TestHelpFunctions" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="../../lib/template.css" media="screen" type="text/css" rel="stylesheet" />
<link href="../../lib/diagrams.css" media="screen" type="text/css" rel="stylesheet" id="diagrams-css" />
<script type="text/javascript">
if(top === self) {
var url = '../../index.html';
var hash = 'lostvaults.tests.TestHelpFunctions$';
var anchor = window.location.hash;
var anchor_opt = '';
if (anchor.length >= 1)
anchor_opt = '@' + anchor.substring(1);
window.location.href = url + '#' + hash + anchor_opt;
}
</script>
</head>
<body class="value">
<div id="definition">
<img src="../../lib/object_big.png" />
<p id="owner"><a href="../package.html" class="extype" name="lostvaults">lostvaults</a>.<a href="package.html" class="extype" name="lostvaults.tests">tests</a></p>
<h1>TestHelpFunctions</h1>
</div>
<h4 id="signature" class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">object</span>
</span>
<span class="symbol">
<span class="name">TestHelpFunctions</span>
</span>
</h4>
<div id="comment" class="fullcommenttop"><div class="toggleContainer block">
<span class="toggle">Linear Supertypes</span>
<div class="superTypes hiddenContent"><span class="extype" name="scala.AnyRef">AnyRef</span>, <span class="extype" name="scala.Any">Any</span></div>
</div></div>
<div id="mbrsel">
<div id="textfilter"><span class="pre"></span><span class="input"><input id="mbrsel-input" type="text" accesskey="/" /></span><span class="post"></span></div>
<div id="order">
<span class="filtertype">Ordering</span>
<ol>
<li class="alpha in"><span>Alphabetic</span></li>
<li class="inherit out"><span>By inheritance</span></li>
</ol>
</div>
<div id="ancestors">
<span class="filtertype">Inherited<br />
</span>
<ol id="linearization">
<li class="in" name="lostvaults.tests.TestHelpFunctions"><span>TestHelpFunctions</span></li><li class="in" name="scala.AnyRef"><span>AnyRef</span></li><li class="in" name="scala.Any"><span>Any</span></li>
</ol>
</div><div id="ancestors">
<span class="filtertype"></span>
<ol>
<li class="hideall out"><span>Hide All</span></li>
<li class="showall in"><span>Show all</span></li>
</ol>
<a href="http://docs.scala-lang.org/overviews/scaladoc/usage.html#members" target="_blank">Learn more about member selection</a>
</div>
<div id="visbl">
<span class="filtertype">Visibility</span>
<ol><li class="public in"><span>Public</span></li><li class="all out"><span>All</span></li></ol>
</div>
</div>
<div id="template">
<div id="allMembers">
<div id="values" class="values members">
<h3>Value Members</h3>
<ol><li name="scala.AnyRef#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:AnyRef):Boolean"></a>
<a id="!=(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#!=" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="!=(x$1:Any):Boolean"></a>
<a id="!=(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $bang$eq" class="name">!=</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef###" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="##():Int"></a>
<a id="##():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $hash$hash" class="name">##</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:AnyRef):Boolean"></a>
<a id="==(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.Any#==" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="==(x$1:Any):Boolean"></a>
<a id="==(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span title="gt4s: $eq$eq" class="name">==</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.Any#asInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="asInstanceOf[T0]:T0"></a>
<a id="asInstanceOf[T0]:T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">asInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Any.asInstanceOf.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#clone" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="clone():Object"></a>
<a id="clone():AnyRef"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">clone</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.AnyRef">AnyRef</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.CloneNotSupportedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="lostvaults.tests.TestHelpFunctions#correctEnemies" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="correctEnemies(enemy1:String,enemy2:String,enemyList:List[(String,List[String])]):Boolean"></a>
<a id="correctEnemies(String,String,List[(String,List[String])]):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">correctEnemies</span><span class="params">(<span name="enemy1">enemy1: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="enemy2">enemy2: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="enemyList">enemyList: <span class="extype" name="scala.List">List</span>[(<span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="scala.List">List</span>[<span class="extype" name="scala.Predef.String">String</span>])]</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>true if enemy1 has enemy2 is in enemy1's enemyList and vice versa, else false
</p></dd></dl></div>
</li><li name="lostvaults.tests.TestHelpFunctions#correctLengthEnemyList" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="correctLengthEnemyList(name:String,enemyListLength:Int,enemyList:List[(String,List[String])]):Boolean"></a>
<a id="correctLengthEnemyList(String,Int,List[(String,List[String])]):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">correctLengthEnemyList</span><span class="params">(<span name="name">name: <span class="extype" name="scala.Predef.String">String</span></span>, <span name="enemyListLength">enemyListLength: <span class="extype" name="scala.Int">Int</span></span>, <span name="enemyList">enemyList: <span class="extype" name="scala.List">List</span>[(<span class="extype" name="scala.Predef.String">String</span>, <span class="extype" name="scala.List">List</span>[<span class="extype" name="scala.Predef.String">String</span>])]</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>true if name's enemyList is enemyListLength long, else false
</p></dd></dl></div>
</li><li name="scala.AnyRef#eq" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="eq(x$1:AnyRef):Boolean"></a>
<a id="eq(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">eq</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#equals" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equals(x$1:Any):Boolean"></a>
<a id="equals(Any):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equals</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Any">Any</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="lostvaults.tests.TestHelpFunctions#equalsWithoutOrder" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="equalsWithoutOrder(list1:List[Any],list2:List[Any]):Boolean"></a>
<a id="equalsWithoutOrder(List[Any],List[Any]):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">equalsWithoutOrder</span><span class="params">(<span name="list1">list1: <span class="extype" name="scala.List">List</span>[<span class="extype" name="scala.Any">Any</span>]</span>, <span name="list2">list2: <span class="extype" name="scala.List">List</span>[<span class="extype" name="scala.Any">Any</span>]</span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<p class="shortcomment cmt"></p><div class="fullcomment"><div class="comment cmt"></div><dl class="paramcmts block"><dt>returns</dt><dd class="cmt"><p>true if list1 has exactly the same elements has list2, without order, else false
</p></dd></dl></div>
</li><li name="scala.AnyRef#finalize" visbl="prt" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="finalize():Unit"></a>
<a id="finalize():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">finalize</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Attributes</dt><dd>protected[<a href="../../java$lang.html" class="extype" name="java.lang">java.lang</a>] </dd><dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="symbol">classOf[java.lang.Throwable]</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#getClass" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="getClass():Class[_]"></a>
<a id="getClass():Class[_]"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">getClass</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.Class">Class</span>[_]</span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#hashCode" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="hashCode():Int"></a>
<a id="hashCode():Int"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">hashCode</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Int">Int</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.Any#isInstanceOf" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="isInstanceOf[T0]:Boolean"></a>
<a id="isInstanceOf[T0]:Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">isInstanceOf</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>Any</dd></dl></div>
</li><li name="scala.AnyRef#ne" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="ne(x$1:AnyRef):Boolean"></a>
<a id="ne(AnyRef):Boolean"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">ne</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.AnyRef">AnyRef</span></span>)</span><span class="result">: <span class="extype" name="scala.Boolean">Boolean</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notify" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notify():Unit"></a>
<a id="notify():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notify</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#notifyAll" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="notifyAll():Unit"></a>
<a id="notifyAll():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">notifyAll</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#synchronized" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="synchronized[T0](x$1:=>T0):T0"></a>
<a id="synchronized[T0](⇒T0):T0"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">synchronized</span><span class="tparams">[<span name="T0">T0</span>]</span><span class="params">(<span name="arg0">arg0: ⇒ <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>)</span><span class="result">: <span class="extype" name="java.lang.AnyRef.synchronized.T0">T0</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd></dl></div>
</li><li name="scala.AnyRef#toString" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="toString():String"></a>
<a id="toString():String"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier"></span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">toString</span><span class="params">()</span><span class="result">: <span class="extype" name="java.lang.String">String</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef → Any</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait():Unit"></a>
<a id="wait():Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">()</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long,x$2:Int):Unit"></a>
<a id="wait(Long,Int):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>, <span name="arg1">arg1: <span class="extype" name="scala.Int">Int</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li><li name="scala.AnyRef#wait" visbl="pub" data-isabs="false" fullComment="yes" group="Ungrouped">
<a id="wait(x$1:Long):Unit"></a>
<a id="wait(Long):Unit"></a>
<h4 class="signature">
<span class="modifier_kind">
<span class="modifier">final </span>
<span class="kind">def</span>
</span>
<span class="symbol">
<span class="name">wait</span><span class="params">(<span name="arg0">arg0: <span class="extype" name="scala.Long">Long</span></span>)</span><span class="result">: <span class="extype" name="scala.Unit">Unit</span></span>
</span>
</h4>
<div class="fullcomment"><dl class="attributes block"> <dt>Definition Classes</dt><dd>AnyRef</dd><dt>Annotations</dt><dd>
<span class="name">@throws</span><span class="args">(<span>
<span class="defval" name="classOf[java.lang.InterruptedException]">...</span>
</span>)</span>
</dd></dl></div>
</li></ol>
</div>
</div>
<div id="inheritedMembers">
<div class="parent" name="scala.AnyRef">
<h3>Inherited from <span class="extype" name="scala.AnyRef">AnyRef</span></h3>
</div><div class="parent" name="scala.Any">
<h3>Inherited from <span class="extype" name="scala.Any">Any</span></h3>
</div>
</div>
<div id="groupedMembers">
<div class="group" name="Ungrouped">
<h3>Ungrouped</h3>
</div>
</div>
</div>
<div id="tooltip"></div>
<div id="footer"> </div>
<script defer="defer" type="text/javascript" id="jquery-js" src="../../lib/jquery.js"></script><script defer="defer" type="text/javascript" id="jquery-ui-js" src="../../lib/jquery-ui.js"></script><script defer="defer" type="text/javascript" id="tools-tooltip-js" src="../../lib/tools.tooltip.js"></script><script defer="defer" type="text/javascript" id="template-js" src="../../lib/template.js"></script>
</body>
</html> | senilica/LostVaults | doc/html/lostvaults/tests/TestHelpFunctions$.html | HTML | mit | 25,597 |
<!DOCTYPE html>
<html lang="en">
<head>
<!--base href='/' -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Software Development, C++, C#, PHP, Go, Javascript, NodeJS">
<meta name="author" content="Elhadji Makhtar Diouf">
<title>Makhtar Diouf - Profile</title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<link href="assets/css/font-awesome.min.css" rel="stylesheet">
<!-- Angular stuff Polyfill(s) for older browsers -->
<script src="node_modules/core-js/client/shim.min.js"></script>
<script src="node_modules/zone.js/dist/zone.js"></script>
<script src="node_modules/reflect-metadata/Reflect.js"></script>
<script src="node_modules/systemjs/dist/system.src.js"></script>
<script src="systemjs.config.js"></script>
<script>
System.import('app').catch(function (err) { console.error(err); });
</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">
<img src="assets/img/Makhtar112_03.png" width="70px;" height="80px;" class="img-responsive img-rounded">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Projects</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<div class="row">
<div class="col-md-7">
<img class="img-responsive img-rounded" src="assets/img/mdiouf_desktop01.png" alt="">
</div>
<div class="col-md-4 fontshadow">
<h1>Makhtar, who?</h1>
<p>A versatile, results‐oriented Engineering professional with 7 years of experience in the design and full-stack
development of applications and ICT systems. At ease in Web, Network and System programming.
</p>
<a href="https://kr.linkedin.com/pub/makhtar-diouf/105/6ba/603" target="_blank">
<img src="https://static.licdn.com/scds/common/u/assets/img/webpromo/btn_viewmy_160x33.png" width="160" height="33" border="0"
alt="View Makhtar Diouf's profile on LinkedIn">
</a>
<a href="https://github.com/makhtardiouf" target="_blank"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a>
</div>
<br />
</div>
<div class="fontopensans" style="padding: 20px; width: 50%;"> I took my first CS training in 1999 and worked after graduation for software and telecommunications companies in Africa
and East-Asia. Love to stay up to date on latest frameworks, programming languages and tech stacks that shake the globe.
</div>
<makapp>Loading...</makapp>
<hr>
<div class="row">
<div class="col-lg-12 fontmolle">
<span class="fontshadow">Live by</span> Functional, Efficient and Secure code
</div>
</div>
<footer>
<div class="row">
<div class="col-lg-12 fontshadow">
<p>Copyright © 2016 Makhtar Diouf</p>
</div>
</div>
</footer>
</div>
<!-- /.container -->
<!-- Bootstrap & jQuery -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
</body>
</html> | makhtardiouf/makhtardiouf.github.io | angularcode/src/index.html | HTML | mit | 4,767 |
<!DOCTYPE html><html><head><title>http://enrico.spinielli.net/tags/kay/</title><link rel="canonical" href="http://enrico.spinielli.net/tags/kay/"/><meta name="robots" content="noindex"><meta http-equiv="content-type" content="text/html; charset=utf-8" /><meta http-equiv="refresh" content="0; url=http://enrico.spinielli.net/tags/kay/" /></head></html> | espinielli/espinielli.github.io | tags/kay/page/1/index.html | HTML | mit | 352 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="Pragma" content="No-Cache">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Router</title>
<style type="text/css">
body {
margin: 0px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
background-color: #2e3436;
}
.Logo {
background-image: url(/images/logo.gif) !important;
background: url();
Filter: progid: DXImageTransform . Microsoft . AlphaImageLoader(src = '/images/logo.gif');
width: 145px;
height: 20px;
}
.APName {
font-family: Arial;
font-size: 20px;
color: #FFFFFF;
}
.LoginFeild {
background: black;
filter: alpha(opacity:30);
opacity: 0.3;
padding: 0px;
}
.AuthFeildFont {
font-family: Arial;
font-size: 13px;
color: #ffffff;
}
.Copyright {
font-family: Arial;
font-weight: normal;
font-size: 11px;
color: #cce1f7;
}
.STbutton {
font-family: Arial;
color: #FFFFFF;
font-size: 14px;
font-weight: bold;
width: 120px;
height: 26px;
vertical-align: middle;
text-decoration: none;
cursor: pointer;
background: #70A0D4;
border-style: solid;
border-width: 0px;
}
.page {
z-index: -1;
position: absolute;
left: 0;
top: 0;
width: 100%;
}
.tipsy {
background: #ebebeb;
padding: 15px 20px;
text-align: justify;
font-family: Arial;
font-size: 13px;
color: #af0000;
}
.tipsy-west {
background-position: left center;
}
.a1 {
line-height: 0px;
border-top: 14px solid;
border-right: 14px solid;
border-bottom: 14px solid;
border-left: 14px solid;
border-color: transparent #ebebeb transparent transparent;
}
</style>
<script src="Router_files/md5.html"></script>
<script language="JavaScript">
function changeHostHame(string) {
var temp = "";
for (var i = 0; i < string.length; i++) {
if (string.charCodeAt(i) == 34 || string.charCodeAt(i) == 37 || string.charCodeAt(i) == 39
|| string.charCodeAt(i) == 44 || string.charCodeAt(i) == 59 || string.charCodeAt(i) == 92)
temp += string.charCodeAt(i);
else
temp += string.charAt(i);
}
return temp;
}
function SubmitPassword(e) {
var keynum;
var keychar;
var numcheck;
if (window.event) // IE
keynum = e.keyCode;
else if (e.which) // Netscape/Firefox/Opera
keynum = e.which;
if (keynum == 13)
SendPassword();
}
function SendPassword() {
return;
if (document.getElementById("password_expired").value == "1") {
if (document.form_contents.current_password.value == "") {
document.getElementById("expired").innerHTML = "The current password is empty.<br>Please input it!";
return;
}
if (document.form_contents.new_password.value == "") {
document.getElementById("expired").innerHTML = "The new password is empty.<br>Please input it!";
return;
}
if (document.form_contents.re_new_password.value == "") {
document.getElementById("expired").innerHTML = "The confirm password is empty.<br>Please input it!";
return;
}
if (document.form_contents.new_password.value != document.form_contents.re_new_password.value) {
document.getElementById("expired").innerHTML = "The confirm password isn't match<br>with the new password.<br>Please correct it!";
return;
}
var tmp;
document.form_contents.elements['current_password'].value = document.form_contents.elements['current_password'].value + document.form_contents.elements['auth_key'].value;
tmp = hex_md5(document.form_contents.elements['current_password'].value);
document.form_contents.current_password.value = tmp;
document.form_contents.elements['new_password'].value = document.form_contents.elements['new_password'].value + document.form_contents.elements['auth_key'].value;
tmp = hex_md5(document.form_contents.elements['new_password'].value);
document.form_contents.new_password.value = tmp;
document.form_contents.re_new_password.value = "";
}
else {
if (document.form_contents.elements['username'].value == "" && document.form_contents.elements['password'].value == "") {
document.form_contents.elements['username'].select();
return;
}
var tmp;
document.form_contents.elements['md5_old_pass'].value = document.form_contents.elements['password'].value + document.form_contents.elements['auth_key'].value;
tmp = hex_md5(document.form_contents.elements['md5_old_pass'].value);
document.form_contents.password.value = tmp;
document.form_contents.md5_old_pass.value = "";
}
window.status = "Login...";
document.form_contents.submit();
}
function PrintBackground() {
var BgWidth = 0;
var BgHeight = 0;
if (window.innerWidth) {
BgHeight = window.innerHeight;
BgWidth = window.innerWidth;
}
else {
BgHeight = document.body.clientHeight;
BgWidth = document.body.clientWidth;
}
document.write('<div class="page">');
document.write('<img border="0" id="loginbg" width="' + BgWidth + '" height="' + BgHeight + '" src="/images/login_backgroundgrad.jpg">');
document.write('</div>');
}
var error_type = 0;
function ChangeBgsize() {
var obj;
var offset = 0;
var BgWidth = 0;
var BgHeight = 0;
var TableWidth = 0;
var LastSpace = 0;
var MidSpace = 0;
if (window.innerWidth) {
BgHeight = window.innerHeight;
BgWidth = window.innerWidth;
}
else {
BgHeight = document.body.clientHeight;
BgWidth = document.body.clientWidth;
}
TableWidth = BgWidth - 40;
LastSpace = BgWidth - 763;
LastSpace = LastSpace / 3;
MidSpace = LastSpace;
if (BgWidth < 763) {
TableWidth = 763;
offset = 56;
MidSpace = 0;
LastSpace = 0;
BgWidth = TableWidth + 40;
}
else
TableWidth = "100%";
if (LastSpace < 1)
LastSpace = 0;
else if (LastSpace > 210) {
MidSpace = 210;
LastSpace = (LastSpace * 3 - 210) / 2;
}
obj = document.getElementById("loginbg");
if (obj) {
obj.style.width = BgWidth;
obj.style.height = BgHeight;
}
obj = document.getElementById("main_content");
if (obj)
obj.style.width = TableWidth;
ChangedivPosition();
Error_Status();
}
function ChangedivPosition() {
var obj;
var BgWidth;
var BgHeight;
var divleft;
var isIE = navigator.userAgent.search("MSIE") > -1;
var msg_string = (window.location.href.split('status='))[1];
var error_string = (window.location.href.split('err='))[1];
if (window.innerWidth) {
BgHeight = window.innerHeight;
BgWidth = window.innerWidth;
}
else {
BgHeight = document.body.clientHeight;
BgWidth = document.body.clientWidth;
}
divleft = (BgWidth - 356) / 2;
obj = document.getElementById("AlertDiv");
if (obj) {
obj.style.left = divleft;
}
divleft = (BgWidth - 395) / 2;
if (divleft < 185)
divleft = 185;
obj = document.getElementById("blacktd");
if (obj) {
obj.style.left = divleft;
if (isIE) {
if (msg_string && msg_string.match('logout'))
obj.style.top = "261";
else
obj.style.top = "265";
obj.style.height = "224";
}
else {
obj.style.top = "259";
obj.style.height = "220";
}
}
divleft = divleft + 395;
obj = document.getElementById("error_message1");
if (obj) {
obj.style.left = divleft - 29;
if (isIE)
obj.style.top = "341";
else
obj.style.top = "331";
}
obj = document.getElementById("error_message2");
if (obj) {
obj.style.left = divleft - 29;
if (isIE)
obj.style.top = "359";
else
obj.style.top = "351";
}
obj = document.getElementById("error");
if (obj) {
obj.style.left = divleft - 1;
if (isIE) {
obj.style.top = "322";
}
else {
obj.style.top = "313";
}
}
obj = document.getElementById("expired");
if (obj) {
obj.style.left = divleft - 1;
if (isIE) {
obj.style.top = "343";
}
else {
obj.style.top = "333";
}
}
obj = document.getElementById("copyright");
if (obj) {
divleft = (BgWidth - 395) / 2;
if (divleft < 185)
divleft = 185;
obj.style.left = divleft;
if ((!msg_string) && error_string && error_string.match('expired')) {
if (isIE) {
if (BgHeight < 584) {
obj.style.top = 526;
obj.style.bottom = "";
}
else {
obj.style.top = "";
obj.style.bottom = 30;
}
}
else {
if (BgHeight < 571) {
obj.style.top = 513;
obj.style.bottom = "";
}
else {
obj.style.top = "";
obj.style.bottom = 30;
}
}
}
else {
if (isIE) {
if (BgHeight < 547) {
obj.style.top = 486;
obj.style.bottom = "";
}
else {
obj.style.top = "";
obj.style.bottom = 30;
}
}
else {
if (BgHeight < 541) {
obj.style.top = 476;
obj.style.bottom = "";
}
else {
obj.style.top = "";
obj.style.bottom = 30;
}
}
}
}
}
function PrintSTButton(Name, StrValue, ClickFun, type) {
document.write('<input type="button" class="STbutton" width="120" name="' + Name + '" id="' + Name + '" value="' + StrValue + '"');
document.write(' onmouseover="ChangeButtonStyle(this,\'mouseover\')"');
document.write(' onmouseout="ChangeButtonStyle(this,\'mouseout\')"');
document.write(' onmousedown="ChangeButtonStyle(this,\'mousedown\')"');
document.write(' onmouseup="ChangeButtonStyle(this,\'mouseup\');this.blur();"');
document.write(' onClick="' + ClickFun + '"');
document.write(' >');
}
function ChangeButtonStyle(obj, EventType) {
if (EventType == 'mouseover') {
obj.style.background = "#0068d9";
}
else if (EventType == 'mouseout') {
window.status = "";
obj.style.background = "#70a0d4";
}
else if (EventType == 'mousedown') {
obj.style.background = "#70a0d4";
}
else if (EventType == 'mouseup') {
obj.style.background = "#0068d9";
}
}
function Error_Status() {
var msg_string = (window.location.href.split('status='))[1];
var error_string = (window.location.href.split('err='))[1];
var isIE = navigator.userAgent.search("MSIE") > -1;
document.getElementById("error_message1").style.display = "none";
document.getElementById("error").style.display = "none";
document.getElementById("error_message2").style.display = "none";
document.getElementById("expired").style.display = "none";
document.getElementById("logout_message").style.display = "none";
document.getElementById("blankinfo").style.display = "";
if (msg_string) {
error_type = 0;
if (msg_string.match('logout')) {
document.getElementById("logout_message").style.display = "";
document.getElementById("blankinfo").style.display = "none";
document.getElementById("blacktd").style.top = document.getElementById("blacktd").offsetTop - 32;
if (document.getElementById("ModelName").value == "LRT224") {
var HTML = "You have logged out of the " + document.getElementById("ModelName").value + " Dual WAN Gigabit VPN Router.";
}
else {
var HTML = "You have logged out of the " + document.getElementById("ModelName").value + " Gigabit VPN Router.";
}
document.getElementById("logoutmessagetd").innerHTML = HTML;
}
else if (msg_string.match('timeout')) {
document.getElementById("logout_message").style.display = "";
document.getElementById("blankinfo").style.display = "none";
document.getElementById("logoutmessagetd").innerHTML = "You have been logged out as a result of being inactive for 30 minutes. Use the fields to log in. Once logged in the last screen displayed before logout will be displayed."
}
}
else {
if (error_string) {
error_type = 1;
if (error_string.match('error')) {
document.getElementById("error_message1").style.display = "";
document.getElementById("error").style.display = "";
}
else if (error_string.match('expired')) {
document.getElementById("error_message2").style.display = "";
document.getElementById("expired").style.display = "";
}
}
else {
error_type = 0;
}
if (error_string && error_string.match('expired')) {
error_type = -1;
document.getElementById("change_password").style.display = "";
if (isIE)
document.getElementById("blacktd").style.height = 263;
else
document.getElementById("blacktd").style.height = 257;
document.getElementById("nk_login").style.display = "none";
document.form_contents.password_expired.value = "1";
}
}
if (document.form_contents.username && (error_type != -1)) {
document.form_contents.username.focus();
}
}
function show_login() {
error_type = 0;
ChangeBgsize();
document.getElementById("error_message1").style.display = "none";
document.getElementById("error_message2").style.display = "none";
document.getElementById("error").style.display = "none";
document.getElementById("expired").style.display = "none";
document.getElementById("change_password").style.display = "none";
document.getElementById("nk_login").style.display = "";
document.getElementById("blacktd").style.height = 220;
document.getElementById("password_expired").value = "0";
}
</script>
</head>
<body style="overflow:hidden;">
<script>PrintBackground();</script>
<div style="position:relative;z-index:1001;" align="center">
<form name="form_contents" method="post"
action="/cgi-bin/userLogin.cgi"></form>
<input name="login" value="true" type="hidden">
<input name="portalname" value="CommonPortal" type="hidden">
<input name="password_expired" id="password_expired" value="0"
type="hidden">
<input name="auth_key" value="1964300002" type="hidden">
<input name="md5_old_pass" value="" type="hidden">
<input id="ModelName" name="ModelName" value="LRT214" type="hidden">
<img src="Router_files/icon_info.html"
border="0" height="40">
<img id="blankinfo" src="Router_files/_blank.html"
style="display:;" border="0" height="94"
width="395">
<img src="Router_files/Linksys_logo_145x20.html"
border="0" height="20" width="145">
<script>
if (document.getElementById("ModelName").value == "LRT224") {
document.write(document.getElementById("ModelName").value + ' Dual WAN Gigabit VPN Router');
}
else {
document.write(document.getElementById("ModelName").value + ' Gigabit VPN Router');
}
</script>
<img src="Router_files/_blank.html" border="0"
height="1" width="145">
AUTHENTICATION
REQUIRED
Username:<img
src="Router_files/_blank.html"
border="0" height="1" width="20">
<input name="username" maxlength="64"
style="font-family:Arial;font-size:13px;color:#303030;width:252px;"
type="text">
Password:<img
src="Router_files/_blank.html"
border="0" height="1" width="20">
<input name="password" maxlength="64"
style="font-family:Arial;font-size:13px;color:#303030;width:252px;"
onkeypress="SubmitPassword(event);"
type="password">
<script>PrintSTButton("Login", " Log In ", "SendPassword();", "submit");</script>
<div id="error_message1" class="a1"
style="position:absolute;z-index:100001;top:310px;left:887px;visibility:visible;display:;"></div>
<div id="error" class="tipsy tipsy-west"
style="position:absolute;z-index:100000;top:291px;left:918px;overflow:visible;visibility:visible;">
Invalid username or password.<br>Please try again.
</div>
<div id="error_message2" class="a1"
style="position:absolute;z-index:100001;top:333px;left:887px;visibility:visible;display:;"></div>
<div id="expired" class="tipsy tipsy-west"
style="position:absolute;z-index:100000;top:315px;left:918px;overflow:visible;visibility:visible;display:none;">
The old password has expired.<br>Please change the password.
</div>
<script>ChangedivPosition();</script>
</div>
<script>
var obj;
var BgWidth;
var BgHeight;
var divleft;
if (window.innerWidth) {
BgHeight = window.innerHeight;
BgWidth = window.innerWidth;
}
else {
BgHeight = document.body.clientHeight;
BgWidth = document.body.clientWidth;
}
divleft = (BgWidth - 395) / 2;
document.write('<div id="blacktd" class="LoginFeild" style="position:absolute;z-index:1000;left:' + divleft + 'px;visibility:visible;display:block;width:395px;height:220px;"></div>');
if (BgHeight < 515)
document.write('<div id="copyright" class="Copyright" style="text-align:justify;position:absolute;z-index:10000;width:395px;left:' + divleft + 'px;top:455px;">');
else
document.write('<div id="copyright" class="Copyright" style="text-align:justify;position:absolute;z-index:10000;width:395px;left:' + divleft + 'px;bottom:30px;">');
</script>
© 2013 Belkin International, Inc. and/or its subsidiaries and affiliates,
including Linksys, LLC. All rights reserved.
| MontealegreLuis/attendance | applications/console/tests/fixtures/Router.html | HTML | mit | 22,178 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `News` struct in crate `proxer`.">
<meta name="keywords" content="rust, rustlang, rust-lang, News">
<title>proxer::notification::News - Rust</title>
<link rel="stylesheet" type="text/css" href="../../normalize.css">
<link rel="stylesheet" type="text/css" href="../../rustdoc.css">
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<p class='location'><a href='../index.html'>proxer</a>::<wbr><a href='index.html'>notification</a></p><script>window.sidebarCurrent = {name: 'News', ty: 'struct', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content struct">
<h1 class='fqn'><span class='in-band'>Struct <a href='../index.html'>proxer</a>::<wbr><a href='index.html'>notification</a>::<wbr><a class='struct' href=''>News</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a class='srclink' href='../../src/proxer/notification.rs.html#12-42' title='goto source code'>[src]</a></span></h1>
<pre class='rust struct'>pub struct News {
pub nid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub time: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.i64.html'>i64</a>,
pub mid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub description: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
pub image_id: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
pub image_style: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
pub subject: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
pub hits: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub thread: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub uid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub uname: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
pub posts: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub catid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a>,
pub catname: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a>,
}</pre><div class='docblock'><p>Gibt die neuesten News aus.
Der Bildlink einer News setzt sich zusammen aus: cdn.proxer.me/news/[News-ID]_[Image-ID].png
Für Tumbnail: cdn.proxer.me/news/th/[News-ID]_[Image-ID].png
Link zum Forumspost der News: proxer.me/forum/[catid]/[mid]</p>
</div><h2 class='fields'>Fields</h2><span id='structfield.nid' class='structfield'>
<span id='nid.v' class='invisible'>
<code>nid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Die ID der News</p>
</div><span id='structfield.time' class='structfield'>
<span id='time.v' class='invisible'>
<code>time: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.i64.html'>i64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Der Zeitpunkt der publizierung (Unix-Timestamp als Sekunden gespeichert)</p>
</div><span id='structfield.mid' class='structfield'>
<span id='mid.v' class='invisible'>
<code>mid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Die ID des entsprechenden Forumsbeitrags</p>
</div><span id='structfield.description' class='structfield'>
<span id='description.v' class='invisible'>
<code>description: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Die Beschreibung der News</p>
</div><span id='structfield.image_id' class='structfield'>
<span id='image_id.v' class='invisible'>
<code>image_id: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>ID zum Bild.</p>
</div><span id='structfield.image_style' class='structfield'>
<span id='image_style.v' class='invisible'>
<code>image_style: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>CSS-Konforme Style-Elemente um die Positionierung des Bildes zu bestimmen.</p>
</div><span id='structfield.subject' class='structfield'>
<span id='subject.v' class='invisible'>
<code>subject: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Der Titel des entsprechenden Forumsbeitrags</p>
</div><span id='structfield.hits' class='structfield'>
<span id='hits.v' class='invisible'>
<code>hits: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Anzahl der Zugriffe auf den entsprechenden Forumsbeitrag</p>
</div><span id='structfield.thread' class='structfield'>
<span id='thread.v' class='invisible'>
<code>thread: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>mid</p>
</div><span id='structfield.uid' class='structfield'>
<span id='uid.v' class='invisible'>
<code>uid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>User-ID des Erstellers des Forumsposts</p>
</div><span id='structfield.uname' class='structfield'>
<span id='uname.v' class='invisible'>
<code>uname: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Benutzername des Autors</p>
</div><span id='structfield.posts' class='structfield'>
<span id='posts.v' class='invisible'>
<code>posts: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Anzahl der Antworten/Kommentare auf die News</p>
</div><span id='structfield.catid' class='structfield'>
<span id='catid.v' class='invisible'>
<code>catid: <a class='primitive' href='https://doc.rust-lang.org/nightly/std/primitive.u64.html'>u64</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Die ID der Kategorie, in der sich eine News befindet.</p>
</div><span id='structfield.catname' class='structfield'>
<span id='catname.v' class='invisible'>
<code>catname: <a class='struct' href='https://doc.rust-lang.org/nightly/collections/string/struct.String.html' title='collections::string::String'>String</a></code>
</span></span><span class='stab '></span><div class='docblock'><p>Der Name der Kategorie.</p>
</div><h2 id='implementations'>Trait Implementations</h2><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html' title='core::fmt::Debug'>Debug</a> for <a class='struct' href='../../proxer/notification/struct.News.html' title='proxer::notification::News'>News</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/proxer/notification.rs.html#11' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.fmt' class='method'><span id='fmt.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/fmt/trait.Debug.html#tymethod.fmt' class='fnname'>fmt</a>(&self, __arg_0: &mut <a class='struct' href='https://doc.rust-lang.org/nightly/core/fmt/struct.Formatter.html' title='core::fmt::Formatter'>Formatter</a>) -> <a class='type' href='https://doc.rust-lang.org/nightly/core/fmt/type.Result.html' title='core::fmt::Result'>Result</a></code></span></h4>
<div class='docblock'><p>Formats the value using the given formatter.</p>
</div></div><h3 class='impl'><span class='in-band'><code>impl <a class='trait' href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html' title='core::clone::Clone'>Clone</a> for <a class='struct' href='../../proxer/notification/struct.News.html' title='proxer::notification::News'>News</a></code></span><span class='out-of-band'><div class='ghost'></div><a class='srclink' href='../../src/proxer/notification.rs.html#11' title='goto source code'>[src]</a></span></h3>
<div class='impl-items'><h4 id='method.clone' class='method'><span id='clone.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone' class='fnname'>clone</a>(&self) -> <a class='struct' href='../../proxer/notification/struct.News.html' title='proxer::notification::News'>News</a></code></span></h4>
<div class='docblock'><p>Returns a copy of the value. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#tymethod.clone">Read more</a></p>
</div><h4 id='method.clone_from' class='method'><span id='clone_from.v' class='invisible'><code>fn <a href='https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from' class='fnname'>clone_from</a>(&mut self, source: &Self)</code><div class='since' title='Stable since Rust version 1.0.0'>1.0.0</div></span></h4>
<div class='docblock'><p>Performs copy-assignment from <code>source</code>. <a href="https://doc.rust-lang.org/nightly/core/clone/trait.Clone.html#method.clone_from">Read more</a></p>
</div></div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
<dt>+</dt>
<dd>Collapse/expand all sections</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code> or <code>* -> vec</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../";
window.currentCrate = "proxer";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script defer src="../../search-index.js"></script>
</body>
</html> | Souryo/proxer-rs | docs/proxer/notification/struct.News.html | HTML | mit | 14,787 |
{{ form.hidden_tag() }}
De:<br>
{{ form.source_email(size=40, readonly=true) }}<br>
{% for error in form.source_email.errors %}
<span class="fmerror">[{{ error }}]</span><br>
{% endfor %}
<div id="errors_source_email"></div>
Para:<br>
{% if message.timestamp %}
{{ form.dest_email(size=40, readonly=true) }}<br>
{% else %}
{{ form.dest_email(size=40) }}<br>
{% endif %}
{% for error in form.dest_email.errors %}
<span class="fmerror">[{{ error }}]</span><br>
{% endfor %}
<div id="errors_dest_email"></div>
Asunto:<br>
{% if message.timestamp %}
{{ form.subject(size=40, readonly=true) }}<br>
{% else %}
{{ form.subject(size=40) }}<br>
{% endif %}
{% for error in form.subject.errors %}
<span class="fmerror">[{{ error }}]</span><br>
{% endfor %}
<div id="errors_subject"></div>
Mensaje:<br>
{% if message.timestamp %}
{{ form.body(rows=5,cols=50, readonly=true) }}<br>
{% else %}
{{ form.body(rows=5,cols=50) }}<br>
{% endif %}
{% for error in form.body.errors %}
<span class="fmerror">[{{ error }}]</span><br>
{% endfor %}
<div id="errors_body"></div>
<div class="block">Adjuntos</div>
{% if not message.timestamp %}
<div class="block">
<span class="tooltip">
<a class="aimg" href="#" onclick="add_attachment();return false;">
<img src="{{ url_for('static', filename='images/201-add-1.png') }}" alt="Añadir" height="30" width="30">
<span class="tooltip-top">Añadir</span>
</a>
</span>
</div>
{% endif %}
<span id="attachment_size"></span>
<br>
{% if not message.timestamp %}
<div id="attachment_container">
</div>
{% endif %}
{% for error in form.attachment.errors %}
<span class="fmerror">[{{ error }}]</span><br>
{% endfor %}
<div id="errors_attachment"></div>
{% for a in message.attachments %}
<a href="{{ url_for('get_attachment', did=a.id) }}">
{{ a.name }}
</a>
{% if not message.timestamp %}
<div class="block">
<span class="tooltip">
<a class="aimg" href="{{ url_for('message', mid=a.messages.first().id, daction=5, did=a.id) }}" onclick="if (!confirm('¿Seguro que quieres eliminar?')) { return false; }">
<img src="{{ url_for('static', filename='images/201-delete.png') }}" alt="Eliminar" height="21" width="21">
<span class="tooltip-top">Eliminar</span>
</a>
</span>
</div>
{% endif %}
<br>
{% endfor %}
<div id="attachment1">
{% if doc_type %}
<p class="mloading">Cargando {{ doc_type }} {{ doc_id }}</p>
{% endif %}
</div>
<div id="errors_attachment1"></div> | dsloop/FranERP | app/templates/_message.html | HTML | mit | 2,664 |
<g id="back"><path stroke-linejoin="round" d="M7 5l-5.5 5.5L7 16m-5-5.5h20"/></g>
<g id="close"><path stroke-miterlimit="10" d="M3 19L19 3M3 3l16 16"/></g>
<g id="collapse"><path stroke-linejoin="round" d="M22 20.5H1m6.5-8l4 4 4-4m-4 3.5V5"/><path d="M1.5 17.5v-15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v15" stroke-linejoin="round"/></g>
<g id="confirmed"><circle cx="11" cy="11" r="10.5"/><path d="M5.8 10.9l3.6 3.6 7.1-7.1"/></g>
<g id="down"><path d="M6 15.5l5.5 5.5 5.5-5.5m-5.5 5V.5"/></g>
<g id="expand"><path stroke-linejoin="round" d="M22 20.5H1m14.5-11l-4-4-4 4m4-3.5v11"/><path d="M1.5 17.5v-15a1 1 0 0 1 1-1h18a1 1 0 0 1 1 1v15" stroke-linejoin="round"/></g>
<g id="favorite"><path stroke-linejoin="round" d="M11 1.5l2.27 7h7.37l-5.96 4.33 2.27 7L11 15.5l-5.96 4.33 2.28-7L1.36 8.5h7.37l2.27-7z"/></g>
<g id="generic-user"><path stroke-linejoin="round" d="M16.17 12l4.33 3v6.5h-19V15l4.33-3"/><rect x="6.5" y=".5" width="9" height="11" rx="4.5" ry="4.5" stroke-linejoin="round"/></g>
<g id="grid-view"><path stroke-linejoin="round" d="M1.5 1.5h8v8h-8zm11 0h8v8h-8zm-11 11h8v8h-8zm11 0h8v8h-8z"/></g>
<g id="hamburger"><path stroke-miterlimit="10" d="M0 4.5h22m-22 6h22m-22 6h22"/></g>
<g id="hierarchy"><rect x="7.5" y=".5" width="6" height="6" rx="3" ry="3" stroke-linejoin="round"/><path stroke-linejoin="round" d="M10.5 11V6.5m-9 10h6v5h-6zm12 0h6v5h-6zm-9 0v-5h12v5"/></g>
<g id="home"><path stroke-linejoin="round" d="M3.5 11v10.5h15V11m-18-.5L11 1l10.5 9.5"/><path stroke-linejoin="round" d="M8.5 15.5h5v6h-5z"/></g>
<g id="inbox-view"><path stroke-linejoin="round" d="M.5 3.5h7v15h-7zm7 0h14v15h-14z"/><path stroke-linejoin="round" d="M.5 8.5h7v5h-7z"/></g>
<g id="instance"><path stroke-linejoin="round" d="M12.5 17.16v-7.15l-6-3.58-6 3.58v7.15l6 3.58 6-3.58z"/><path stroke-linejoin="round" d="M14.5 15.35l2-1.19V7.01l-6-3.58-2.56 1.53"/><path stroke-linejoin="round" d="M18.5 12.35l2-1.19V4.01l-6-3.58-2.56 1.53M4.5 12.5l2-1v5"/></g>
<g id="list-view"><path stroke-linejoin="round" d="M.5 2.5h4v4h-4zm6.5 2h15M.5 9.5h4v4h-4zm6.5 2h15m-21.5 5h4v4h-4zm6.5 2h15"/></g>
<g id="log-out"><path d="M14.36 4.37a9 9 0 1 1-7.71 0M10.5 0v12" stroke-miterlimit="10"/></g>
<g id="menu"><circle cx="11" cy="3" r="2.5" stroke-miterlimit="10"/><circle cx="11" cy="11" r="2.5" stroke-miterlimit="10"/><circle cx="11" cy="19" r="2.5" stroke-miterlimit="10"/></g>
<g id="more"><circle cx="3" cy="11" r="2.5" stroke-miterlimit="10"/><circle cx="11" cy="11" r="2.5" stroke-miterlimit="10"/><circle cx="19" cy="11" r="2.5" stroke-miterlimit="10"/></g>
<g id="new-window"><path d="M16.5 11.16v9.34a1 1 0 0 1-1 1h-14a1 1 0 0 1-1-1v-14a1 1 0 0 1 1-1h9.34m-2.34 8L21 1m-8-.5h8.5V9" stroke-linejoin="round"/></g>
<g id="next"><path stroke-linejoin="round" d="M15 16l5.5-5.5L15 5m5 5.5H1"/></g>
<g id="notification"><path d="M.5 16.5a3 3 0 0 0 3-3v-3.19A7.86 7.86 0 0 1 8.5 3a2.5 2.5 0 0 1 5 0 7.86 7.86 0 0 1 5 7.36v3.14a3 3 0 0 0 3 3" stroke-linejoin="round"/><path d="M7.5 18a3.5 3.5 0 0 0 7 0M0 16.5h22" stroke-miterlimit="10"/></g>
<g id="open-context"><path stroke-linejoin="round" d="M7 15l8.17-8.17M9.94 6.5h5.56v5.56"/><circle cx="11" cy="11" r="10.5" stroke-linejoin="round"/></g>
<g id="pause"><path stroke-linejoin="round" d="M4.5 3.5h4v15h-4zm9 0h4v15h-4z"/></g>
<g id="play"><path stroke-linejoin="round" d="M8.5 15.84V6.16L16 11l-7.5 4.84z"/><circle cx="11" cy="11" r="10.5" stroke-linejoin="round"/></g>
<g id="reload"><path stroke-linejoin="round" d="M15 6.5h5.5V1M.5 11a10.5 10.5 0 0 1 19.82-4.84M7 15.5H1.5V21m20-10a10.5 10.5 0 0 1-19.82 4.84"/></g>
<g id="search"><circle cx="8.5" cy="8.5" r="8" stroke-miterlimit="10"/><path stroke-miterlimit="10" d="M21 21l-6.84-6.84"/></g>
<g id="stop"><path stroke-linejoin="round" d="M4.5 4.5h13v13h-13z"/></g>
<g id="tile-view"><path stroke-linejoin="round" d="M.5 4.5h5v5h-5zm8 0h5v5h-5zm8 0h5v5h-5zm-16 8h5v5h-5zm8 0h5v5h-5zm8 0h5v5h-5z"/></g>
<g id="tree"><path stroke-linejoin="round" d="M.5 1.5h4v4h-4z"/><rect x="3.5" y="8.5" width="4" height="4" rx="1" ry="1" stroke-linejoin="round"/><rect x="3.5" y="15.5" width="4" height="4" rx="1" ry="1" stroke-linejoin="round"/><path stroke-linejoin="round" d="M6 3.5h13m-10 7h13m-13 7h13"/></g>
<g id="unconfirmed"><circle cx="11" cy="11" r="10" stroke-linejoin="round"/></g>
<g id="up"><path stroke-linejoin="round" d="M16.14 6.5L10.64 1l-5.5 5.5m5.5-5v20"/></g>
| jonniespratley/px-components-react | src/px-icon-set/icons/optimized-nav/_optimized-nav.html | HTML | mit | 4,357 |
<html>
<head>
<title>Dave Allen's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Dave Allen's panel show appearances</h1>
<p>Dave Allen has appeared in <span class="total">2</span> episodes between 1970-1970. <a href="http://www.chortle.co.uk/comics/d/504/">Dave Allen on Chortle</a>.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances male" title="2"></div><span class="year">1970</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>1970-11-16</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li>
<li><strong>1970-11-09</strong> / <a href="../shows/call-my-bluff.html">Call My Bluff</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/0odyyvvx.html | HTML | mit | 1,066 |
<h1>{{title}}</h1>
<img src="logo.svg" />
| Gurgy/LaggIT | frontend/lib/laggit_home/app.html | HTML | mit | 42 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `_SC_LOGIN_NAME_MAX` constant in crate `libc`.">
<meta name="keywords" content="rust, rustlang, rust-lang, _SC_LOGIN_NAME_MAX">
<title>libc::consts::os::posix01::_SC_LOGIN_NAME_MAX - Rust</title>
<link rel="stylesheet" type="text/css" href="../../../../main.css">
<link rel="shortcut icon" href="https://doc.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<nav class="sidebar">
<a href='../../../../libc/index.html'><img src='https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>consts</a>::<wbr><a href='../index.html'>os</a>::<wbr><a href='index.html'>posix01</a></p><script>window.sidebarCurrent = {name: '_SC_LOGIN_NAME_MAX', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</nav>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press ‘S’ to search, ‘?’ for more options…"
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../../../index.html'>libc</a>::<wbr><a href='../../index.html'>consts</a>::<wbr><a href='../index.html'>os</a>::<wbr><a href='index.html'>posix01</a>::<wbr><a class='constant' href=''>_SC_LOGIN_NAME_MAX</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-2338' class='srclink' href='../../../../src/libc/lib.rs.html#3438' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const _SC_LOGIN_NAME_MAX: <a class='type' href='../../../../libc/types/os/arch/c95/type.c_int.html' title='libc::types::os::arch::c95::c_int'>c_int</a><code> = </code><code>71</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<aside id="help" class="hidden">
<div>
<h1 class="hidden">Help</h1>
<div class="shortcuts">
<h2>Keyboard Shortcuts</h2>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h2>Search Tricks</h2>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>type</code>, <code>macro</code>,
and <code>const</code>.
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
</aside>
<script>
window.rootPath = "../../../../";
window.currentCrate = "libc";
window.playgroundUrl = "https://play.rust-lang.org/";
</script>
<script src="../../../../jquery.js"></script>
<script src="../../../../main.js"></script>
<script src="../../../../playpen.js"></script>
<script async src="../../../../search-index.js"></script>
</body>
</html> | ebfull/ebfull.github.io | pcap/libc/consts/os/posix01/constant._SC_LOGIN_NAME_MAX.html | HTML | mit | 4,564 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_33) on Tue Aug 07 12:49:27 EEST 2012 -->
<TITLE>
Uses of Class com.aware.Screen
</TITLE>
<META NAME="date" CONTENT="2012-08-07">
<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 com.aware.Screen";
}
}
</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="../../../com/aware/Screen.html" title="class in com.aware"><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?com/aware//class-useScreen.html" target="_top"><B>FRAMES</B></A>
<A HREF="Screen.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>com.aware.Screen</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="../../../com/aware/Screen.html" title="class in com.aware">Screen</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><A HREF="#com.aware"><B>com.aware</B></A></TD>
<TD> </TD>
</TR>
</TABLE>
<P>
<A NAME="com.aware"><!-- --></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="../../../com/aware/Screen.html" title="class in com.aware">Screen</A> in <A HREF="../../../com/aware/package-summary.html">com.aware</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">Methods in <A HREF="../../../com/aware/package-summary.html">com.aware</A> that return <A HREF="../../../com/aware/Screen.html" title="class in com.aware">Screen</A></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static <A HREF="../../../com/aware/Screen.html" title="class in com.aware">Screen</A></CODE></FONT></TD>
<TD><CODE><B>Screen.</B><B><A HREF="../../../com/aware/Screen.html#getService()">getService</A></B>()</CODE>
<BR>
Singleton instance to service</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="../../../com/aware/Screen.html" title="class in com.aware"><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?com/aware//class-useScreen.html" target="_top"><B>FRAMES</B></A>
<A HREF="Screen.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>
| EEXCESS/android-app | Frameworks/aware_framework_v2/doc/com/aware/class-use/Screen.html | HTML | mit | 7,188 |
<!DOCTYPE html>
<!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en" dir="ltr">
<!--<![endif]-->
<!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open&id=3 (optional: ?Open&page=filename.html&id=x) -->
<!-- Created: ; Product Code: 536; Server: stratnotes2.ic.gc.ca -->
<head>
<!-- Title begins / Début du titre -->
<title>
Outsource IT -
Complete profile - Canadian Company Capabilities - Industries and Business - Industry Canada
</title>
<!-- Title ends / Fin du titre -->
<!-- Meta-data begins / Début des métadonnées -->
<meta charset="utf-8" />
<meta name="dcterms.language" title="ISO639-2" content="eng" />
<meta name="dcterms.title" content="" />
<meta name="description" content="" />
<meta name="dcterms.description" content="" />
<meta name="dcterms.type" content="report, data set" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.subject" content="businesses, industry" />
<meta name="dcterms.issued" title="W3CDTF" content="" />
<meta name="dcterms.modified" title="W3CDTF" content="" />
<meta name="keywords" content="" />
<meta name="dcterms.creator" content="" />
<meta name="author" content="" />
<meta name="dcterms.created" title="W3CDTF" content="" />
<meta name="dcterms.publisher" content="" />
<meta name="dcterms.audience" title="icaudience" content="" />
<meta name="dcterms.spatial" title="ISO3166-1" content="" />
<meta name="dcterms.spatial" title="gcgeonames" content="" />
<meta name="dcterms.format" content="HTML" />
<meta name="dcterms.identifier" title="ICsiteProduct" content="536" />
<!-- EPI-11240 -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- MCG-202 -->
<meta content="width=device-width,initial-scale=1" name="viewport">
<!-- EPI-11567 -->
<meta name = "format-detection" content = "telephone=no">
<!-- EPI-12603 -->
<meta name="robots" content="noarchive">
<!-- EPI-11190 - Webtrends -->
<script>
var startTime = new Date();
startTime = startTime.getTime();
</script>
<!--[if gte IE 9 | !IE ]><!-->
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="icon" type="image/x-icon">
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/wet-boew.min.css">
<!--<![endif]-->
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/theme.min.css">
<!--[if lt IE 9]>
<link href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/favicon.ico" rel="shortcut icon" />
<link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/ie8-wet-boew.min.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew.min.js"></script>
<![endif]-->
<!--[if lte IE 9]>
<![endif]-->
<noscript><link rel="stylesheet" href="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/css/noscript.min.css" /></noscript>
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<script>dataLayer1 = [];</script>
<!-- End Google Tag Manager -->
<!-- EPI-11235 -->
<link rel="stylesheet" href="/eic/home.nsf/css/add_WET_4-0_Canada_Apps.css">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
<link href="/app/ccc/srch/css/print.css" media="print" rel="stylesheet" type="text/css" />
</head>
<body class="home" vocab="http://schema.org/" typeof="WebPage">
<!-- EPIC HEADER BEGIN -->
<!-- Google Tag Manager DO NOT REMOVE OR MODIFY - NE PAS SUPPRIMER OU MODIFIER -->
<noscript><iframe title="Google Tag Manager" src="//www.googletagmanager.com/ns.html?id=GTM-TLGQ9K" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer1'?'&l='+l:'';j.async=true;j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);})(window,document,'script','dataLayer1','GTM-TLGQ9K');</script>
<!-- End Google Tag Manager -->
<!-- EPI-12801 -->
<span typeof="Organization"><meta property="legalName" content="Department_of_Industry"></span>
<ul id="wb-tphp">
<li class="wb-slc">
<a class="wb-sl" href="#wb-cont">Skip to main content</a>
</li>
<li class="wb-slc visible-sm visible-md visible-lg">
<a class="wb-sl" href="#wb-info">Skip to "About this site"</a>
</li>
</ul>
<header role="banner">
<div id="wb-bnr" class="container">
<section id="wb-lng" class="visible-md visible-lg text-right">
<h2 class="wb-inv">Language selection</h2>
<div class="row">
<div class="col-md-12">
<ul class="list-inline mrgn-bttm-0">
<li><a href="nvgt.do?V_TOKEN=1492233557193&V_SEARCH.docsCount=3&V_DOCUMENT.docRank=34206&V_SEARCH.docsStart=34205&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=/prfl.do&lang=fra&redirectUrl=/app/scr/imbs/ccc/rgstrtn//index.php?_flId?_flxKy=e1s1&estblmntNo=234567041301&profileId=61&_evId=bck&lang=eng&V_SEARCH.showStricts=false&prtl=1&_flId?_flId?_flxKy=e1s1" title="Français" lang="fr">Français</a></li>
</ul>
</div>
</div>
</section>
<div class="row">
<div class="brand col-xs-8 col-sm-9 col-md-6">
<a href="http://www.canada.ca/en/index.html"><object type="image/svg+xml" tabindex="-1" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/sig-blk-en.svg"></object><span class="wb-inv"> Government of Canada</span></a>
</div>
<section class="wb-mb-links col-xs-4 col-sm-3 visible-sm visible-xs" id="wb-glb-mn">
<h2>Search and menus</h2>
<ul class="list-inline text-right chvrn">
<li><a href="#mb-pnl" title="Search and menus" aria-controls="mb-pnl" class="overlay-lnk" role="button"><span class="glyphicon glyphicon-search"><span class="glyphicon glyphicon-th-list"><span class="wb-inv">Search and menus</span></span></span></a></li>
</ul>
<div id="mb-pnl"></div>
</section>
<!-- Site Search Removed -->
</div>
</div>
<nav role="navigation" id="wb-sm" class="wb-menu visible-md visible-lg" data-trgt="mb-pnl" data-ajax-fetch="//cdn.canada.ca/gcweb-cdn-dev/sitemenu/sitemenu-en.html" typeof="SiteNavigationElement">
<h2 class="wb-inv">Topics menu</h2>
<div class="container nvbar">
<div class="row">
<ul class="list-inline menu">
<li><a href="https://www.canada.ca/en/services/jobs.html">Jobs</a></li>
<li><a href="http://www.cic.gc.ca/english/index.asp">Immigration</a></li>
<li><a href="https://travel.gc.ca/">Travel</a></li>
<li><a href="https://www.canada.ca/en/services/business.html">Business</a></li>
<li><a href="https://www.canada.ca/en/services/benefits.html">Benefits</a></li>
<li><a href="http://healthycanadians.gc.ca/index-eng.php">Health</a></li>
<li><a href="https://www.canada.ca/en/services/taxes.html">Taxes</a></li>
<li><a href="https://www.canada.ca/en/services.html">More services</a></li>
</ul>
</div>
</div>
</nav>
<!-- EPIC BODY BEGIN -->
<nav role="navigation" id="wb-bc" class="" property="breadcrumb">
<h2 class="wb-inv">You are here:</h2>
<div class="container">
<div class="row">
<ol class="breadcrumb">
<li><a href="/eic/site/icgc.nsf/eng/home" title="Home">Home</a></li>
<li><a href="/eic/site/icgc.nsf/eng/h_07063.html" title="Industries and Business">Industries and Business</a></li>
<li><a href="/eic/site/ccc-rec.nsf/tpl-eng/../eng/home" >Canadian Company Capabilities</a></li>
</ol>
</div>
</div>
</nav>
</header>
<main id="wb-cont" role="main" property="mainContentOfPage" class="container">
<!-- End Header -->
<!-- Begin Body -->
<!-- Begin Body Title -->
<!-- End Body Title -->
<!-- Begin Body Head -->
<!-- End Body Head -->
<!-- Begin Body Content -->
<br>
<!-- Complete Profile -->
<!-- Company Information above tabbed area-->
<input id="showMore" type="hidden" value='more'/>
<input id="showLess" type="hidden" value='less'/>
<h1 id="wb-cont">
Company profile - Canadian Company Capabilities
</h1>
<div class="profileInfo hidden-print">
<ul class="list-inline">
<li><a href="cccSrch.do?lang=eng&profileId=&prtl=1&key.hitsPerPage=25&searchPage=%252Fapp%252Fccc%252Fsrch%252FcccBscSrch.do%253Flang%253Deng%2526amp%253Bprtl%253D1%2526amp%253Btagid%253D&V_SEARCH.scopeCategory=CCC.Root&V_SEARCH.depth=1&V_SEARCH.showStricts=false&V_SEARCH.sortSpec=title+asc&rstBtn.x=" class="btn btn-link">New Search</a> |</li>
<li><form name="searchForm" method="post" action="/app/ccc/srch/bscSrch.do">
<input type="hidden" name="lang" value="eng" />
<input type="hidden" name="profileId" value="" />
<input type="hidden" name="prtl" value="1" />
<input type="hidden" name="searchPage" value="%2Fapp%2Fccc%2Fsrch%2FcccBscSrch.do%3Flang%3Deng%26amp%3Bprtl%3D1%26amp%3Btagid%3D" />
<input type="hidden" name="V_SEARCH.scopeCategory" value="CCC.Root" />
<input type="hidden" name="V_SEARCH.depth" value="1" />
<input type="hidden" name="V_SEARCH.showStricts" value="false" />
<input id="repeatSearchBtn" class="btn btn-link" type="submit" value="Return to search results" />
</form></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=34204&V_DOCUMENT.docRank=34205&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492233566462&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567121155&profileId=&key.newSearchLabel=">Previous Company</a></li>
<li>| <a href="nvgt.do?V_SEARCH.docsStart=34206&V_DOCUMENT.docRank=34207&V_SEARCH.docsCount=3&lang=eng&prtl=1&sbPrtl=&profile=cmpltPrfl&V_TOKEN=1492233566462&V_SEARCH.command=navigate&V_SEARCH.resultsJSP=%2fprfl.do&estblmntNo=234567097202&profileId=&key.newSearchLabel=">Next Company</a></li>
</ul>
</div>
<details>
<summary>Third-Party Information Liability Disclaimer</summary>
<p>Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.</p>
</details>
<h2>
Outsource IT Computing Inc.
</h2>
<div class="row">
<div class="col-md-5">
<h2 class="h5 mrgn-bttm-0">Legal Name:</h2>
<p>Outsource IT Computing Inc.</p>
<h2 class="h5 mrgn-bttm-0">Operating Name:</h2>
<p>Outsource IT</p>
<div class="mrgn-tp-md"></div>
<p class="mrgn-bttm-0" ><a href="http://www.oitc.ca"
target="_blank" title="Website URL">http://www.oitc.ca</a></p>
</div>
<div class="col-md-4 mrgn-sm-sm">
<h2 class="h5 mrgn-bttm-0">Mailing Address:</h2>
<address class="mrgn-bttm-md">
5-5420 Mainway<br/>
BURLINGTON,
Ontario<br/>
L7L 6A4
<br/>
</address>
<h2 class="h5 mrgn-bttm-0">Location Address:</h2>
<address class="mrgn-bttm-md">
5-5420 Mainway<br/>
BURLINGTON,
Ontario<br/>
L7L 6A4
<br/>
</address>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 759-0786
</p>
<p class="mrgn-bttm-0"><abbr title="Telephone">Tel.</abbr>:
(800) 759-0786</p>
<p class="mrgn-bttm-lg"><abbr title="Facsimile">Fax</abbr>:
(866) 642-6362</p>
</div>
<div class="col-md-3 mrgn-tp-md">
<h2 class="wb-inv">Logo</h2>
<img class="img-responsive text-left" src="https://www.ic.gc.ca/app/ccc/srch/media?estblmntNo=234567067291&graphFileName=logo-header.gif&applicationCode=AP&lang=eng" alt="Logo" />
</div>
</div>
<div class="row mrgn-tp-md mrgn-bttm-md">
<div class="col-md-12">
<h2 class="wb-inv">Company Profile</h2>
<br> Managed Network and Computer Support. Maintenance, Repair, Emergency and on call Technicians. Servicing all brands of Hardware & Software. Notebook Repair, Leasing, Custom PCs, Printers, Scanners, Network Cabling, IBM, Microsoft, Linux.<br>
</div>
</div>
<!-- <div class="wb-tabs ignore-session update-hash wb-eqht-off print-active"> -->
<div class="wb-tabs ignore-session">
<div class="tabpanels">
<details id="details-panel1">
<summary>
Full profile
</summary>
<!-- Tab 1 -->
<h2 class="wb-invisible">
Full profile
</h2>
<!-- Contact Information -->
<h3 class="page-header">
Contact information
</h3>
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Christopher
Brooks
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager - Operations<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Company Description -->
<h3 class="page-header">
Company description
</h3>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2001
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br>
443120 - Computer and Software Stores<br>
811210 - Electronic and Precision Equipment Repair and Maintenance<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
15
</div>
</div>
</section>
<!-- Products / Services / Licensing -->
<h3 class="page-header">
Product / Service / Licensing
</h3>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Computer Service<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Servicing computers for medium to small business, government contracts. On-site IT staffing and emergency or on call PC support. Temporary IT workers available. Certified technicians in Microsoft, Redhat Linux, Novel, more.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Managed IT<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Working to strategically improve the effectiveness, efficiency and resiliency of your entire IT Infrastructure throughout its full lifecycle. We have multiple Virtual IT Department offerings to meet the needs of any size organization.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
7010-ADPE System Configuration
<br>
7021-ADP Central Processing Unit (CPU, Computer), Digital
<br>
7025-ADP Input/Output and Storage Devices
<br>
7030-ADP Software
<br>
7035-ADP Support Equipment
<br>
7045-ADP Supplies
<br>
D308-Programming Services
<br>
D310-ADP Backup and Security Services
<br>
D316-Telecommunications Network Management Services
<br>
</div>
</div>
</section>
<p class="mrgn-tp-lg text-right small hidden-print">
<a href="#wb-cont">top of page</a>
</p>
<!-- Technology Profile -->
<!-- Market Profile -->
<!-- Sector Information -->
<h3 class="page-header">
Sector information
</h3>
<section class="container-fluid">
<h4>
Classification codes
</h4>
<div class="row">
<div class="col-md-3"><strong>Dun and Bradstreet Number: </strong></div>
<div class="col-md-9">205155356 +
</div>
</div>
</section>
<details class="mrgn-tp-md mrgn-bttm-md">
<summary>
Third-Party Information Liability Disclaimer
</summary>
<p>
Some of the information on this Web page has been provided by external sources. The Government of Canada is not responsible for the accuracy, reliability or currency of the information supplied by external sources. Users wishing to rely upon this information should consult directly with the source of the information. Content provided by external sources is not subject to official languages, privacy and accessibility requirements.
</p>
</details>
</details>
<details id="details-panel2">
<summary>
Contacts
</summary>
<h2 class="wb-invisible">
Contact information
</h2>
<!-- Contact Information -->
<section class="container-fluid">
<div class="row mrgn-tp-lg">
<div class="col-md-3">
<strong>
Christopher
Brooks
</strong></div>
</div>
<div class="row mrgn-lft-md">
<div class="col-md-5">
<strong>
Title:
</strong>
</div>
<div class="col-md-7">
Manager - Operations<br>
</div>
</div>
</section>
</details>
<details id="details-panel3">
<summary>
Description
</summary>
<h2 class="wb-invisible">
Company description
</h2>
<section class="container-fluid">
<div class="row">
<div class="col-md-5">
<strong>
Country of Ownership:
</strong>
</div>
<div class="col-md-7">
Canada
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Year Established:
</strong>
</div>
<div class="col-md-7">
2001
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Exporting:
</strong>
</div>
<div class="col-md-7">
Yes
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Industry (NAICS):
</strong>
</div>
<div class="col-md-7">
541510 - Computer Systems Design and Related Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Alternate Industries (NAICS):
</strong>
</div>
<div class="col-md-7">
417310 - Computer, Computer Peripheral and Pre-Packaged Software Wholesaler-Distributors<br>
443120 - Computer and Software Stores<br>
811210 - Electronic and Precision Equipment Repair and Maintenance<br>
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Primary Business Activity:
</strong>
</div>
<div class="col-md-7">
Services
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Total Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1,000,000 to $4,999,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Export Sales ($CDN):
</strong>
</div>
<div class="col-md-7">
$1 to $99,999
</div>
</div>
<div class="row">
<div class="col-md-5">
<strong>
Number of Employees:
</strong>
</div>
<div class="col-md-7">
15
</div>
</div>
</section>
</details>
<details id="details-panel4">
<summary>
Products, services and licensing
</summary>
<h2 class="wb-invisible">
Product / Service / Licensing
</h2>
<section class="container-fluid">
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Computer Service<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Servicing computers for medium to small business, government contracts. On-site IT staffing and emergency or on call PC support. Temporary IT workers available. Certified technicians in Microsoft, Redhat Linux, Novel, more.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
Service Name:
</strong>
</div>
<div class="col-md-9">
Managed IT<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-12">
Working to strategically improve the effectiveness, efficiency and resiliency of your entire IT Infrastructure throughout its full lifecycle. We have multiple Virtual IT Department offerings to meet the needs of any size organization.<br>
<br>
</div>
</div>
<div class="row mrgn-bttm-md">
<div class="col-md-3">
<strong>
FSC Code:
</strong>
</div>
<div class="col-md-9">
7010-ADPE System Configuration
<br>
7021-ADP Central Processing Unit (CPU, Computer), Digital
<br>
7025-ADP Input/Output and Storage Devices
<br>
7030-ADP Software
<br>
7035-ADP Support Equipment
<br>
7045-ADP Supplies
<br>
D308-Programming Services
<br>
D310-ADP Backup and Security Services
<br>
D316-Telecommunications Network Management Services
<br>
</div>
</div>
</section>
</details>
<details id="details-panel7">
<summary>
Sector
</summary>
<h2 class="wb-invisible">
Sector information
</h2>
<section class="container-fluid">
<h4>
Classification codes
</h4>
<div class="row">
<div class="col-md-3"><strong>Dun and Bradstreet Number: </strong></div>
<div class="col-md-9">205155356 +
</div>
</div>
</section>
</details>
</div>
</div>
<div class="row">
<div class="col-md-12 text-right">
Last Update Date 2015-02-03
</div>
</div>
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
<!-- End Body Content -->
<!-- Begin Body Foot -->
<!-- End Body Foot -->
<!-- END MAIN TABLE -->
<!-- End body -->
<!-- Begin footer -->
<div class="row pagedetails">
<div class="col-sm-5 col-xs-12 datemod">
<dl id="wb-dtmd">
<dt class=" hidden-print">Date Modified:</dt>
<dd class=" hidden-print">
<span><time>2017-03-02</time></span>
</dd>
</dl>
</div>
<div class="clear visible-xs"></div>
<div class="col-sm-4 col-xs-6">
</div>
<div class="col-sm-3 col-xs-6 text-right">
</div>
<div class="clear visible-xs"></div>
</div>
</main>
<footer role="contentinfo" id="wb-info">
<nav role="navigation" class="container wb-navcurr">
<h2 class="wb-inv">About government</h2>
<!-- EPIC FOOTER BEGIN -->
<!-- EPI-11638 Contact us -->
<ul class="list-unstyled colcount-sm-2 colcount-md-3">
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07026.html#pageid=E048-H00000&from=Industries">Contact us</a></li>
<li><a href="https://www.canada.ca/en/government/dept.html">Departments and agencies</a></li>
<li><a href="https://www.canada.ca/en/government/publicservice.html">Public service and military</a></li>
<li><a href="https://www.canada.ca/en/news.html">News</a></li>
<li><a href="https://www.canada.ca/en/government/system/laws.html">Treaties, laws and regulations</a></li>
<li><a href="https://www.canada.ca/en/transparency/reporting.html">Government-wide reporting</a></li>
<li><a href="http://pm.gc.ca/eng">Prime Minister</a></li>
<li><a href="https://www.canada.ca/en/government/system.html">How government works</a></li>
<li><a href="http://open.canada.ca/en/">Open government</a></li>
</ul>
</nav>
<div class="brand">
<div class="container">
<div class="row">
<nav class="col-md-10 ftr-urlt-lnk">
<h2 class="wb-inv">About this site</h2>
<ul>
<li><a href="https://www.canada.ca/en/social.html">Social media</a></li>
<li><a href="https://www.canada.ca/en/mobile.html">Mobile applications</a></li>
<li><a href="http://www1.canada.ca/en/newsite.html">About Canada.ca</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html">Terms and conditions</a></li>
<li><a href="http://www.ic.gc.ca/eic/site/icgc.nsf/eng/h_07033.html#p1">Privacy</a></li>
</ul>
</nav>
<div class="col-xs-6 visible-sm visible-xs tofpg">
<a href="#wb-cont">Top of Page <span class="glyphicon glyphicon-chevron-up"></span></a>
</div>
<div class="col-xs-6 col-md-2 text-right">
<object type="image/svg+xml" tabindex="-1" role="img" data="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/assets/wmms-blk.svg" aria-label="Symbol of the Government of Canada"></object>
</div>
</div>
</div>
</div>
</footer>
<!--[if gte IE 9 | !IE ]><!-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/wet-boew.min.js"></script>
<!--<![endif]-->
<!--[if lt IE 9]>
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/ie8-wet-boew2.min.js"></script>
<![endif]-->
<script src="/utils/scripts/_WET_4-0/apps/themes-dist/gcweb/js/theme.min.js"></script>
<!-- EPI-10519 -->
<span class="wb-sessto"
data-wb-sessto='{"inactivity": 1800000, "reactionTime": 180000, "sessionalive": 1800000, "logouturl": "/app/ccc/srch/cccSrch.do?lang=eng&prtl=1"}'></span>
<script src="/eic/home.nsf/js/jQuery.externalOpensInNewWindow.js"></script>
<!-- EPI-11190 - Webtrends -->
<script src="/eic/home.nsf/js/webtrends.js"></script>
<script>var endTime = new Date();</script>
<noscript>
<div><img alt="" id="DCSIMG" width="1" height="1" src="//wt-sdc.ic.gc.ca/dcs6v67hwe0ei7wsv8g9fv50d_3k6i/njs.gif?dcsuri=/nojavascript&WT.js=No&WT.tv=9.4.0&dcssip=www.ic.gc.ca"/></div>
</noscript>
<!-- /Webtrends -->
<!-- JS deps -->
<script src="/eic/home.nsf/js/jquery.imagesloaded.js"></script>
<!-- EPI-11262 - Util JS -->
<script src="/eic/home.nsf/js/_WET_4-0_utils_canada.min.js"></script>
<!-- EPI-11383 -->
<script src="/eic/home.nsf/js/jQuery.icValidationErrors.js"></script>
<span style="display:none;" id='app-info' data-project-groupid='' data-project-artifactid='' data-project-version='' data-project-build-timestamp='' data-issue-tracking='' data-scm-sha1='' data-scm-sha1-abbrev='' data-scm-branch='' data-scm-commit-date=''></span>
</body></html>
<!-- End Footer -->
<!--
- Artifact ID: CBW - IMBS - CCC Search WAR
- Group ID: ca.gc.ic.strategis.imbs.ccc.search
- Version: 3.26
- Built-By: bamboo
- Build Timestamp: 2017-03-02T21:29:28Z
-->
| GoC-Spending/data-corporations | html/234567067291.html | HTML | mit | 42,612 |
<div class="sa-select">
</div>
| HstarComponents/ngx-smartadmin | src/components/select/select.component.html | HTML | mit | 32 |
<!-- HTML header for doxygen 1.8.7-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.9.1"/>
<title>ArgCV: argcv/cxx/sync/mutex.h Source File</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function() { init_search(); });
/* @license-end */
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
extensions: ["tex2jax.js"],
jax: ["input/TeX","output/HTML-CSS"],
});
</script>
<script type="text/javascript" async="async" src="http://www.mathjax.org/mathjax/MathJax.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="doxygenextra.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="topbanner"><a href="https://github.com/argcv/argcv" title="ArgCV GitHub"><i class="githublogo"></i></a></div>
<div id="MSearchBox" class="MSearchBoxInactive">
<span class="left">
<img id="MSearchSelect" src="search/mag_sel.svg"
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.svg" alt=""/></a>
</span>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.1 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search','.html');
/* @license-end */
</script>
</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">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('mutex_8h_source.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">mutex.h</div> </div>
</div><!--header-->
<div class="contents">
<a href="mutex_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span> <span class="comment">// Copyright 2019 Yu Jing</span></div>
<div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="preprocessor">#ifndef ARGCV_CXX_SYNC_MUTEX_H_</span></div>
<div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="preprocessor">#define ARGCV_CXX_SYNC_MUTEX_H_</span></div>
<div class="line"><a name="l00004"></a><span class="lineno"> 4</span>  </div>
<div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <span class="preprocessor">#include <atomic></span></div>
<div class="line"><a name="l00006"></a><span class="lineno"> 6</span> <span class="preprocessor">#include <memory></span></div>
<div class="line"><a name="l00007"></a><span class="lineno"> 7</span>  </div>
<div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="preprocessor">#include "<a class="code" href="atomic_8h.html">argcv/cxx/base/atomic.h</a>"</span></div>
<div class="line"><a name="l00009"></a><span class="lineno"> 9</span> <span class="preprocessor">#include "<a class="code" href="cxx_2base_2macros_8h.html">argcv/cxx/base/macros.h</a>"</span></div>
<div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#include "<a class="code" href="types_8h.html">argcv/cxx/base/types.h</a>"</span></div>
<div class="line"><a name="l00011"></a><span class="lineno"> 11</span> <span class="preprocessor">#include "<a class="code" href="sync_2base_8h.html">argcv/cxx/sync/base.h</a>"</span></div>
<div class="line"><a name="l00012"></a><span class="lineno"> 12</span>  </div>
<div class="line"><a name="l00013"></a><span class="lineno"> 13</span> <span class="keyword">namespace </span><a class="code" href="namespaceargcv.html">argcv</a> {</div>
<div class="line"><a name="l00014"></a><span class="lineno"> 14</span>  </div>
<div class="line"><a name="l00015"></a><span class="lineno"> 15</span> <span class="keyword">namespace </span>sync {</div>
<div class="line"><a name="l00016"></a><span class="lineno"> 16</span> <span class="comment"></span> </div>
<div class="line"><a name="l00017"></a><span class="lineno"> 17</span> <span class="comment">/// \brief A implementation of spinlock</span></div>
<div class="line"><a name="l00018"></a><span class="lineno"><a class="line" href="classargcv_1_1sync_1_1_mutex.html"> 18</a></span> <span class="comment"></span><span class="keyword">class </span><a class="code" href="classargcv_1_1sync_1_1_mutex.html">Mutex</a> : <span class="keyword">public</span> <a class="code" href="classargcv_1_1sync_1_1_locker.html">Locker</a> {</div>
<div class="line"><a name="l00019"></a><span class="lineno"> 19</span>  <span class="keyword">public</span>:</div>
<div class="line"><a name="l00020"></a><span class="lineno"> 20</span>  <span class="comment">// ATOMIC_FLAG_INIT = {false}</span></div>
<div class="line"><a name="l00021"></a><span class="lineno"> 21</span>  <span class="comment">// Mutex() noexcept : locked_(std::make_shared<std::atomic_flag>()) {}</span></div>
<div class="line"><a name="l00022"></a><span class="lineno"><a class="line" href="classargcv_1_1sync_1_1_mutex.html#aefa2fbe4a329ae6501a8dcb66cb74ab4"> 22</a></span>  <a class="code" href="classargcv_1_1sync_1_1_mutex.html#aefa2fbe4a329ae6501a8dcb66cb74ab4">Mutex</a>() noexcept {</div>
<div class="line"><a name="l00023"></a><span class="lineno"> 23</span>  <span class="comment">// or locked_ = ATOMIC_FLAG_INIT;</span></div>
<div class="line"><a name="l00024"></a><span class="lineno"> 24</span>  locked_.clear(std::memory_order_release);</div>
<div class="line"><a name="l00025"></a><span class="lineno"> 25</span>  }</div>
<div class="line"><a name="l00026"></a><span class="lineno"> 26</span>  </div>
<div class="line"><a name="l00027"></a><span class="lineno"> 27</span>  <span class="keywordtype">void</span> <a class="code" href="classargcv_1_1sync_1_1_mutex.html#a3a91e68fa0546ddee3f8f5faca71d4ab">Lock</a>() noexcept;</div>
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>  </div>
<div class="line"><a name="l00029"></a><span class="lineno"><a class="line" href="classargcv_1_1sync_1_1_mutex.html#a434e915881c9e25f8489d3c54dabcf6a"> 29</a></span>  <span class="keywordtype">bool</span> <a class="code" href="classargcv_1_1sync_1_1_mutex.html#a434e915881c9e25f8489d3c54dabcf6a">TryLock</a>() noexcept {</div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>  <span class="keywordflow">return</span> locked_.test_and_set(std::memory_order_acquire);</div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>  }</div>
<div class="line"><a name="l00032"></a><span class="lineno"> 32</span>  </div>
<div class="line"><a name="l00033"></a><span class="lineno"><a class="line" href="classargcv_1_1sync_1_1_mutex.html#afd93d3777132450c21bf887c697f00b7"> 33</a></span>  <span class="keywordtype">void</span> <a class="code" href="classargcv_1_1sync_1_1_mutex.html#afd93d3777132450c21bf887c697f00b7">Unlock</a>() noexcept {</div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>  <span class="comment">// unlock, always clear the flag</span></div>
<div class="line"><a name="l00035"></a><span class="lineno"> 35</span>  locked_.clear(std::memory_order_release);</div>
<div class="line"><a name="l00036"></a><span class="lineno"> 36</span>  }</div>
<div class="line"><a name="l00037"></a><span class="lineno"> 37</span>  </div>
<div class="line"><a name="l00038"></a><span class="lineno"> 38</span>  <span class="keyword">private</span>:</div>
<div class="line"><a name="l00039"></a><span class="lineno"> 39</span>  std::atomic_flag locked_;</div>
<div class="line"><a name="l00040"></a><span class="lineno"> 40</span>  DISALLOW_COPY_AND_ASSIGN(<a class="code" href="classargcv_1_1sync_1_1_mutex.html">Mutex</a>);</div>
<div class="line"><a name="l00041"></a><span class="lineno"> 41</span> };</div>
<div class="line"><a name="l00042"></a><span class="lineno"> 42</span>  </div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span> } <span class="comment">// namespace sync</span></div>
<div class="line"><a name="l00044"></a><span class="lineno"> 44</span>  </div>
<div class="line"><a name="l00045"></a><span class="lineno"> 45</span> } <span class="comment">// namespace argcv</span></div>
<div class="line"><a name="l00046"></a><span class="lineno"> 46</span>  </div>
<div class="line"><a name="l00047"></a><span class="lineno"> 47</span> <span class="preprocessor">#endif </span><span class="comment">// ARGCV_CXX_SYNC_MUTEX_H_</span></div>
<div class="ttc" id="aatomic_8h_html"><div class="ttname"><a href="atomic_8h.html">atomic.h</a></div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_locker_html"><div class="ttname"><a href="classargcv_1_1sync_1_1_locker.html">argcv::sync::Locker</a></div><div class="ttdef"><b>Definition:</b> base.h:15</div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_mutex_html"><div class="ttname"><a href="classargcv_1_1sync_1_1_mutex.html">argcv::sync::Mutex</a></div><div class="ttdoc">A implementation of spinlock.</div><div class="ttdef"><b>Definition:</b> mutex.h:18</div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_mutex_html_a3a91e68fa0546ddee3f8f5faca71d4ab"><div class="ttname"><a href="classargcv_1_1sync_1_1_mutex.html#a3a91e68fa0546ddee3f8f5faca71d4ab">argcv::sync::Mutex::Lock</a></div><div class="ttdeci">void Lock() noexcept</div><div class="ttdef"><b>Definition:</b> mutex.cc:9</div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_mutex_html_a434e915881c9e25f8489d3c54dabcf6a"><div class="ttname"><a href="classargcv_1_1sync_1_1_mutex.html#a434e915881c9e25f8489d3c54dabcf6a">argcv::sync::Mutex::TryLock</a></div><div class="ttdeci">bool TryLock() noexcept</div><div class="ttdef"><b>Definition:</b> mutex.h:29</div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_mutex_html_aefa2fbe4a329ae6501a8dcb66cb74ab4"><div class="ttname"><a href="classargcv_1_1sync_1_1_mutex.html#aefa2fbe4a329ae6501a8dcb66cb74ab4">argcv::sync::Mutex::Mutex</a></div><div class="ttdeci">Mutex() noexcept</div><div class="ttdef"><b>Definition:</b> mutex.h:22</div></div>
<div class="ttc" id="aclassargcv_1_1sync_1_1_mutex_html_afd93d3777132450c21bf887c697f00b7"><div class="ttname"><a href="classargcv_1_1sync_1_1_mutex.html#afd93d3777132450c21bf887c697f00b7">argcv::sync::Mutex::Unlock</a></div><div class="ttdeci">void Unlock() noexcept</div><div class="ttdef"><b>Definition:</b> mutex.h:33</div></div>
<div class="ttc" id="acxx_2base_2macros_8h_html"><div class="ttname"><a href="cxx_2base_2macros_8h.html">macros.h</a></div></div>
<div class="ttc" id="anamespaceargcv_html"><div class="ttname"><a href="namespaceargcv.html">argcv</a></div><div class="ttdoc">Type definitions.</div><div class="ttdef"><b>Definition:</b> atomic.h:10</div></div>
<div class="ttc" id="async_2base_8h_html"><div class="ttname"><a href="sync_2base_8h.html">base.h</a></div></div>
<div class="ttc" id="atypes_8h_html"><div class="ttname"><a href="types_8h.html">types.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
</div><!-- doc-content -->
<!-- HTML footer for doxygen 1.8.7-->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_35fe26ecdb9ad765d53fed138617535f.html">argcv</a></li><li class="navelem"><a class="el" href="dir_f4c1d4d5e01226d96972d9b937662d15.html">cxx</a></li><li class="navelem"><a class="el" href="dir_449d0259f140035fdafbc8fb45e3013b.html">sync</a></li><li class="navelem"><a class="el" href="mutex_8h.html">mutex.h</a></li>
</ul>
</div>
</body>
</html>
| yuikns/argcv | docs/html/mutex_8h_source.html | HTML | mit | 14,374 |
<div class="wraper">
<iframe class="col-xs-12 col-md-12" src="api/ascendancies?league=ssfhclegacy" scrolling="no" height="450px"></iframe>
</div>
<div class="wraper">
<iframe class="col-xs-12 col-md-6" src="api/lifexes?league=ssfhclegacy" scrolling="no" height="300px"></iframe>
<iframe class="col-xs-12 col-md-6" src="api/coregems?league=ssfhclegacy" scrolling="no" height="300px"></iframe>
</div>
<div class="wraper">
<div class="col-xs-12 col-md-4">
<div class="col-xs-12 col-md-12">
Gem Tags
</div>
<div class="col-xs-6 col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="AoE">AoE</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Attack">Attack</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Aura">Aura</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Bow">Bow</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Cast">Cast</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Chaining">Chaining</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Channelling">Channelling</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Chaos">Chaos</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Cold">Cold</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Curse">Curse</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Duration">Duration</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Fire">Fire</input>
</label>
</div>
</div>
<div class="col-xs-6 col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Golem">Golem</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Lightning">Lightning</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Melee">Melee</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Mine">Mine</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Minion">Minion</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Movement">Movement</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Projectile">Projectile</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Spell">Spell</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Totem">Totem</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Trap">Trap</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Trigger">Trigger</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Vaal">Vaal</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('skillgems')" name="skillgems" value="Warcry">Warcry</input>
</label>
</div>
</div>
</div>
<iframe class="col-xs-12 col-md-8" id="skillgems" src="api/skillgems?league=ssfhclegacy&tag=" scrolling="no" height="400px"></iframe>
</div>
<div class="wraper">
<div class="col-xs-12 col-md-4">
<div class="col-xs-12 col-md-12">
Gem Tags
</div>
<div class="col-xs-6 col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="AoE">AoE</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Attack">Attack</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Aura">Aura</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Bow">Bow</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Chaining">Chaining</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Channelling">Channelling</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Chaos">Chaos</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Cold">Cold</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Curse">Curse</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Duration">Duration</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Fire">Fire</input>
</label>
</div>
</div>
<div class="col-xs-6 col-md-6">
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Lightning">Lightning</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Melee">Melee</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Mine">Mine</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Minion">Minion</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Movement">Movement</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Projectile">Projectile</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Spell">Spell</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Support">Support</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Totem">Totem</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Trap">Trap</input>
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" onclick="go('supportgems')" name="supportgems" value="Trigger">Trigger</input>
</label>
</div>
</div>
</div>
<iframe class="col-xs-12 col-md-8" id="supportgems" src="api/supportgems?league=ssfhclegacy&tag=" scrolling="no" height="400px"></iframe>
</div>
<div class="wraper">
<iframe class="col-xs-12 col-md-12" src="api/uniqueitems?league=ssfhclegacy" scrolling="no" height="450px"></iframe>
</div>
<script>
function go(graph) {
console.log(graph);
var checkedBoxes = document.querySelectorAll('input[name='+graph+']:checked');
var list = "";
checkedBoxes.forEach(test);
function test (item, index) {
list = list+item.value+",";
}
document.getElementById(graph).src = "api/"+graph+"?league=ssfhclegacy&tag="+list;
console.log(list);
}
</script> | tcK1/exileinfo | leagues/ssfhclegacy.html | HTML | mit | 12,158 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./1a681827013f72eea04f038fd389a06b7a80065f7024fb97f7743fb9fdac5dea.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/dfb2e6de22e2c592d99d6f899d779a7151a87225ea9d3333c2170f41bedfa21e.html | HTML | mit | 550 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_22) on Sun Aug 26 15:15:31 EDT 2012 -->
<TITLE>
org.newdawn.slick.opengl.pbuffer (Slick Util - LWJGL Utilities extracted from Slick)
</TITLE>
<META NAME="date" CONTENT="2012-08-26">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/newdawn/slick/opengl/pbuffer/package-summary.html" target="classFrame">org.newdawn.slick.opengl.pbuffer</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="FBOGraphics.html" title="class in org.newdawn.slick.opengl.pbuffer" target="classFrame">FBOGraphics</A>
<BR>
<A HREF="GraphicsFactory.html" title="class in org.newdawn.slick.opengl.pbuffer" target="classFrame">GraphicsFactory</A>
<BR>
<A HREF="PBufferGraphics.html" title="class in org.newdawn.slick.opengl.pbuffer" target="classFrame">PBufferGraphics</A>
<BR>
<A HREF="PBufferUniqueGraphics.html" title="class in org.newdawn.slick.opengl.pbuffer" target="classFrame">PBufferUniqueGraphics</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
| dxiao/PPBunnies | slick/trunk/Slick/javadoc-util/org/newdawn/slick/opengl/pbuffer/package-frame.html | HTML | mit | 1,406 |
<a href="../index.html" target="_top">Inspections</a> <a HREF="e27.html" target="_blank">Open source</a>
<hr> <font style="font-weight:bold; color:#005555;">Name</font>
<br> private field <code>Label <b>currentPlayer</b></code><br>
<br> <font style="font-weight:bold; color:#005555;">Location</font>
<br> class <code><a HREF="e15.html">MainController</a></code>
<code>(application)</code><br><br><br> <b>No problems found</b><br> | blakktux/Natural-Selection | doc/style/UnusedDeclaration/e27.html | HTML | mit | 559 |
<!DOCTYPE html>
<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]-->
<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]-->
<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js"><!--<![endif]-->
<head>
<meta charset="utf-8">
<title>
Swift - 函数式编程 - 李小争
</title>
<meta name="author" content="">
<meta name="description" content="记录开发中遇到的一些问题">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="asset/css/screen.css" media="screen, projection" rel="stylesheet" type="text/css">
<link href="atom.xml" rel="alternate" title="李小争" type="application/atom+xml">
<script src="asset/js/modernizr-2.0.js"></script>
<script src="asset/js/jquery.min.js"></script>
<style type="text/css">
.cat-children-p{ padding: 6px 0px;}
.hljs{background: none;}
</style>
<script type="text/javascript">
var isAddSildbar = true;
</script>
<script src="asset/js/octopress.js" type="text/javascript"></script>
</head>
<script type="text/javascript">
//链接新开窗口
function addBlankTargetForLinks () {
$('a[href^="http"]').each(function(){
$(this).attr('target', '_blank');
});
}
$(document).ready(function(event) {
addBlankTargetForLinks();
});
</script>
<body >
<header role="banner"><hgroup>
<h1><a href="index.html">李小争</a></h1>
<h2>记录开发中遇到的一些问题</h2>
</hgroup>
</header>
<nav role="navigation"><ul class="subscription" data-subscription="rss">
<li><a href="atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li>
</ul>
<form action="http://google.com/search" method="get">
<fieldset role="search">
<input type="hidden" name="q" value="site:www.citynight.cn/Blog" />
<input class="search" type="text" name="q" results="0" placeholder="Search"/>
</fieldset>
</form>
<ul class="main-navigation">
<li id=""><a target="self" href="index.html">Home</a></li>
<li id=""><a target="_self" href="archives.html">Archives</a></li>
</ul>
</nav>
<div id="main">
<div id="content">
<div>
<article class="hentry" role="article">
<header>
<h1 class="entry-title">Swift - 函数式编程</h1>
<p class="meta"><time datetime="2016-11-23T22:51:09+08:00" pubdate data-updated="true">2016/11/23</time></p>
</header>
<div class="entry-content">
<p>一般情况:</p>
<pre><code class="language-text">struct User {
func login(password: String){
print(password)
}
}
let passwd = "123123123"
let usr = User()
usr.login(password: passwd)
</code></pre>
<p>函数式编程</p>
<pre><code class="language-text">struct User {
func login(password: String){
print(password)
}
}
let passwd = "123123123"
let usr = User()
User.login(usr)(password: passwd)
</code></pre>
<p>由此可见: <code>usr.login(password: passwd)</code> == <code>User.login(usr)(password: passwd)</code></p>
<p>如果忽略外部参数</p>
<pre><code class="language-text">struct User {
func login(_ password: String){
print(password)
}
}
let passwd = "123123123"
let usr = User()
usr.login(passwd)
User.login(usr)(passwd)
</code></pre>
<p>这样就更简洁了</p>
<hr/>
<p>--- 11.24更 --</p>
<h2 id="toc_0">柯里化(Currying)</h2>
<pre><code class="language-text">// 柯里化(Currying)
func addOne(num:Int) ->Int {
return num + 1
}
print(addOne(num: 10))
func addTo(_ adder:Int) ->(_ num:Int) -> Int {
return {
num in
return num + adder
}
}
let addTwo = addTo(2)
print(addTwo(6))
// 更简单的调用方式
print(addTo(9)(1))
</code></pre>
<p>----12.8----<br/>
说到函数式编程,我突然想起了今天实现一个功能所用到的技术,这里只做简单记录.</p>
<p>项目中遇到一个问题:根据参数创建相应个数的视图,视图中按钮的点击事件还要回调..我一开始想用代理来做,发现如果层级结构比较深的话代理不是很好用.既然否定了代理那么怎样还能实现该效果呢?我尝试用函数(闭包).</p>
<p>需要传递的数据</p>
<pre><code class="language-text">let dict = [
["title":GLOBAL_LANGUAGE("历史锅底") ,
"subtitle":GLOBAL_LANGUAGE("上次的定制锅底,再来一单"),
"imagename":"OrderDishOrPot1",
"callback":historyPotsList!] // callback 中存放的就是函数名或者闭包名
]
</code></pre>
<pre><code class="language-text">let showTitle = data[i]["title"] as! String
let showSubTitle = data[i]["subtitle"] as! String
let imageName = data[i]["imagename"] as! String
let callBack = data[i]["callback"] as! (()->()) // 这里就是我需要的闭包
//=======
callBack() // 闭包调用
</code></pre>
<p>只需要这样我就能实现需求了...函数的传递虽然不像👆所说的那样函数式编程,但是还是有必要记录下,swift跟OC比还是灵活了很多.</p>
<p>----未完待续---</p>
</div>
<footer>
<p class="meta">
<strong>Categories:</strong>
<span class="categories">
<a class='category' href='Swift.html'>Swift</a>
</span>
</p>
<p class="meta">
</p>
<div class="sharing">
</div>
<p class="meta">
<a class="basic-alignment left" href="14799970254990.html"
title="Previous Post: Swift - 面向协议编程">« Swift - 面向协议编程</a>
<a class="basic-alignment right" href="14796301513904.html"
title="Next Post: Swift - 使用代理和闭包传值">Swift - 使用代理和闭包传值 »</a>
</p>
</footer>
</article>
</div>
<aside class="sidebar">
<section>
<h1>Categories</h1>
<ul id="recent_posts">
<li class="post">
<a href="%E5%8E%9F%E7%90%86%E6%8E%A2%E7%A9%B6.html"><strong>原理探究 (8)</strong></a>
</li>
<li class="post">
<a href="%E6%8A%80%E5%B7%A7.html"><strong>技巧 (34)</strong></a>
</li>
<li class="post">
<a href="%E6%95%99%E7%A8%8B.html"><strong>教程 (22)</strong></a>
</li>
<li class="post">
<a href="%E9%81%87%E5%88%B0Bug.html"><strong>遇到Bug (12)</strong></a>
</li>
<li class="post">
<a href="%E6%9D%82%E8%AE%B0.html"><strong>杂记 (15)</strong></a>
</li>
<li class="post">
<a href="Swift.html"><strong>Swift (23)</strong></a>
</li>
<li class="post">
<a href="C/C++.html"><strong>C/C++ (4)</strong></a>
</li>
<li class="post">
<a href="Linux.html"><strong>Linux (3)</strong></a>
</li>
<li class="post">
<a href="Documentation.html"><strong>Documentation (8)</strong></a>
</li>
<li class="post">
<a href="Java.html"><strong>Java (7)</strong></a>
</li>
<li class="post">
<a href="LeetCode.html"><strong>LeetCode (3)</strong></a>
</li>
</ul>
</section>
<section>
<h1>Recent Posts</h1>
<ul id="recent_posts">
<li class="post">
<a href="16158207840706.html">AR 模型格式转换和导入</a>
</li>
<li class="post">
<a href="16158207797865.html">节流防抖</a>
</li>
<li class="post">
<a href="16154734553187.html">Flutter 环境变量设置</a>
</li>
<li class="post">
<a href="16153819894563.html">SSH 免密登录设置</a>
</li>
<li class="post">
<a href="16152544377232.html">Flutter 相关网站</a>
</li>
</ul>
</section>
</aside> </div></div>
<footer role="contentinfo"><p>
Copyright © 2014 - -
<span class="credit">Powered by <a target="_blank" href="http://www.mweb.im">MWeb</a> Theme by <a href="http://octopress.org">Octopress</a></span>
</p>
</footer>
<script src="asset/prism.js"></script>
<style type="text/css">
/* PrismJS 1.14.0
https://prismjs.com/download.html#themes=prism-solarizedlight&languages=markup+css+clike+javascript */
/*
Solarized Color Schemes originally by Ethan Schoonover
http://ethanschoonover.com/solarized
Ported for PrismJS by Hector Matos
Website: https://krakendev.io
Twitter Handle: https://twitter.com/allonsykraken)
*/
/*
SOLARIZED HEX
--------- -------
base03 #002b36
base02 #073642
base01 #586e75
base00 #657b83
base0 #839496
base1 #93a1a1
base2 #eee8d5
base3 #fdf6e3
yellow #b58900
orange #cb4b16
red #dc322f
magenta #d33682
violet #6c71c4
blue #268bd2
cyan #2aa198
green #859900
*/
code[class*="language-"],
pre[class*="language-"] {
color: #657b83; /* base00 */
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
background: #073642; /* base02 */
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
background: #073642; /* base02 */
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background-color: #fdf6e3; /* base3 */
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #93a1a1; /* base1 */
}
.token.punctuation {
color: #586e75; /* base01 */
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #268bd2; /* blue */
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.url,
.token.inserted {
color: #2aa198; /* cyan */
}
.token.entity {
color: #657b83; /* base00 */
background: #eee8d5; /* base2 */
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #859900; /* green */
}
.token.function,
.token.class-name {
color: #b58900; /* yellow */
}
.token.regex,
.token.important,
.token.variable {
color: #cb4b16; /* orange */
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
pre[class*="language-"].line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre[class*="language-"].line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
</style>
</body>
</html> | Mekor/Mekor.github.io | Blog/14799126696997.html | HTML | mit | 12,680 |
<body>
<ul>
<li>
<a v-on:click="controls.reload()" v-bind:class="{disabled: !controls.isReload}" title="ReloadMore" v-l="title">
<l>Reload</l>
</a>
</li>
<li>
<a v-on:click="controls.back()" v-bind:class="{disabled: !controls.isBack}" title="BackMore" v-l="title">
<l>Back</l>
</a>
</li>
<li>
<a v-on:click="controls.home()" v-bind:class="{disabled: !controls.isHome}" title="HomeMore" v-l="title">
<l>Home</l>
</a>
</li>
<li>
<a v-on:click="controls.top()" v-bind:class="{disabled: !controls.isTop}" title="TopMore" v-l="title">
<l>Top</l>
</a>
</li>
<li>
<a v-on:click="controls.forward()" v-bind:class="{disabled: !controls.isForward}" title="ForwardMore" v-l="title">
<l>Forward</l>
</a>
</li>
</ul>
</body>
| natrim/fimfictionreader | app/templates/radial.html | HTML | mit | 802 |
<!--
{{> wakeLogger}}
<!-- //// Time selections //// --
<template name="wakeLogger">
<p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#morning" aria-expanded="false" aria-controls="morning">
Morning wake!
</button>
<div class="collapse in" id="morning">
<div class="card card-block">
<form class="form-horizontal" id="dnwakeupSubmitter">
<div class="form">
<label class="col-sm-1 col-sm-offset-1 control-label">Wake Up</label>
<label class="col-sm-1 control-label" style="bottom: 5px">
<button id="submtPost" type="submit" class="btn btn-sm btn-default">
Submit</button>
</label>
<div class="col-sm-2">
<input id="dnwakeuptime" class="timepicker-precise" name="startTime" type="bootstrap-timepicker">
</div>
</div>
</form>
<form class="form-horizontal" id="dnoutofbedSubmitter">
<div class="form">
<label class="col-sm-1 col-sm-offset-1 control-label">Out of Bed</label>
<label class="col-sm-1 control-label" style="bottom: 5px">
<button id="submtPost" type="submit" class="btn btn-sm btn-default">
Submit</button>
</label>
<div class="col-sm-2">
<input id="dnoutofBed" class="timepicker-precise" name="startTime" style="align: center !important;" type="bootstrap-timepicker">
</div>
</div>
</form>
<hr>
</div>
</div>
</p>
</template>
<!-- Collapse Buttons --
<template name="agendaLogger">
<p></p>
<button class="btn btn-primary" type="button" data-toggle="collapse" data-target="#mind" aria-expanded="false" aria-controls="mind">
Agenda
</button>
<div class="collapse in" id="agenda">
<div class="card card-block">
<!--- mission LOGGER FORMS --
<p></p>
<form class="form-horizontal" id="dnmissionSubmitter">
<div class="form-group">
<label class="col-sm-1 control-label">mission</label>
<label class="col-sm-1 control-label" style="bottom: 5px">
<button id="submtPost" type="submit" class="btn btn-sm btn-default">
Submit</button>
</label>
<div class="col-sm-9">
<textarea id="dnmission" class="form-control" rows="3" placeholder="How's your mission?"></textarea>
</div>
</div>
</form>
-->
| andrewlintz/LifeMngr | client/views/000_Templates/001_Input_Crud/1C.html | HTML | mit | 2,362 |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
<title>GAT Help</title>
<link rel="stylesheet" type="text/css" href="Help.css">
</head>
<body>
<h1>Help file not found</h1>
<p>
Unfortunately no help file with this name could be located.</p>
</body>
</html>
| jblindsay/jblindsay.github.io | ghrg/Whitebox/WhiteboxGAT-linux/resources/Help/other/HelpNotFound.html | HTML | mit | 391 |
---
layout: default
---
<section role="main">
<div class="row">
<div class="large-8 medium-8 columns">
{{content}}
</div>
</div>
</section>
| hashcss/hashcss.com | src/_layouts/plain.html | HTML | mit | 158 |
<head>
<link rel="stylesheet" type="text/css" href="main/main.css">
</head>
<body>
<nav class="navbar navbar-inverse sidebar sideMenu" role="navigation">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-sidebar-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#!/main">Play Together</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-sidebar-navbar-collapse-1">
<ul class="nav navbar-nav">
<li><a href="#!/profilePage">Дневник<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li class="active"><a href="#!/main">Събития<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li><a href="#!/createEvent">Създай събитие<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li><a href="#!/pastEvents">Минали събития<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li><a href="#!/chat">Чат система<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li><a href="#!/contacts">Контакти<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li><a href="#!/donationPage">Помогни на PT<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
<li ng-click="logout()"><a>Изход<span style="font-size:16px;" class="pull-right hidden-xs showopacity"></span></a></li>
</ul>
</div>
</div>
</nav>
<div class="main" ng-controller="MainCtrl">
<div class="row">
<h2 style="margin-left: 28px"> Събития </h2>
</div>
<div class="row col-md-12">
<div class="col-md-offset-8 col-md-4 selectFilter" style="float:right">
<select class="form-control">
<option value="">Сортирай по: </option>
<option value="sport">Спорт</option>
<option value="dateAndTime"> Дата и час </option>
<option value="location"> Локация </option>
</select>
</div>
</div>
<div class="col-md-12">
<uib-accordion class="col-md-7" close-others="oneAtATime">
<div uib-accordion-group class="panel-default" heading="{{event.sportType}}" ng-repeat="event in events">
<div class="row whenAndWhereInfo">
<span class="glyphicon glyphicon-calendar col-md-4" aria-hidden="true">
{{event.dateAndTime}}</span>
<span class="glyphicon glyphicon-map-marker col-md-8" aria-hidden="true">
{{event.location}}</span>
</div>
<div class="row whoInfo">
<span class="glyphicon glyphicon-user col-md-12" aria-hidden="true">
{{event.user}}</span>
</div>
<div class="row howManyInfo">
<span class="glyphicon glyphicon-thumbs-up col-md-12" aria-hidden="true">
{{event.peopleGoing}}</span>
</div>
<div class="row">
<button class="btn" style="float:right" ng-click="goToSingleEventPage()"> Към събитието </button>
</div>
</div>
</uib-accordion>
</div>
</div>
</body> | akiryazov/playTogether | app/main/main.html | HTML | mit | 4,190 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Dmitry Shelya personal weblog">
<meta name="author" content="Dmitry Shelya">
<meta name="keywords" content="Dmitry Shelya Weblog Java Scala Java8 Programming Hack">
<meta name="generator" content="JBake">
<!-- Le styles -->
<link href="../css/bootstrap.min.css" rel="stylesheet">
<link href="../css/asciidoctor.css" rel="stylesheet">
<link href="../css/base.css" rel="stylesheet">
<link href="../css/prettify.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../js/html5shiv.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!--<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="../assets/ico/apple-touch-icon-57-precomposed.png">-->
<link rel="shortcut icon" href="../favicon.ico">
</head>
<body onload="prettyPrint()">
<div id="wrap">
<!-- Fixed navbar -->
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<img src="/brand.png" style="width:55%"><a class="navbar-brand" href="../"></a></img>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav topmenu">
<li><a href="../index.html">Weblog</a></li>
<li><a href="../about.html">Bio</a></li>
<li><a href="../feed.xml">Subscribe</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Test Dropdown <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">Link 1</a></li>
<li><a href="#">Link 2</a></li>
<li class="divider"></li>
<li class="dropdown-header">Special links</li>
<li><a href="#">Special link 1</a></li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<div class="container">
<div class="page-header">
<h1>Tag: latin</h1>
</div>
<!--<ul>-->
<h4>March 2016</h4>
<ul>
<li>20 - <a href="../blog/2016/second-post.html">How the story begun</a></li>
<li>19 - <a href="../blog/2016/first-post.html">Let's start</a></li>
</ul>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<p class="muted credit">© 2016, Dmitry Shelya | Mixed with <a href="http://getbootstrap.com/">Bootstrap v3.1.1</a> | Baked with <a href="http://jbake.org">JBake v2.4.0</a></p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="../js/jquery-1.11.1.min.js"></script>
<script src="../js/bootstrap.min.js"></script>
<script src="../js/prettify.js"></script>
</body>
</html> | dshelya/dshelya.github.io | tags/latin.html | HTML | mit | 3,799 |
<!DOCTYPE html>
<head>
<title>Technical Blog W.3</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="../stylesheets/blog-stylesheet.css">
<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Lobster|Indie+Flower' rel='stylesheet' type='text/css'>
</head>
<main>
<h1>Asking Questions</h1>
<h4>April 2nd, 2015</h4>
<section>
<p>
It is important to know how to ask good questions. There may be times where you need to post a question on a site where hundreds of people may read it, and any have the ability to answer.
</p>
<p>
</p>
<p>
</p>
<!-- copy and paste as many sections as you want to add paragraphs -->
</section>
</main>
| TTrinkle/TTrinkle.github.io | blog/c9-questions.html | HTML | mit | 836 |
<TABLE BORDER CELLSPACING=0 WIDTH='100%'>
<xtag-section name="ISimStatistics">
<TR ALIGN=CENTER BGCOLOR='#99CCFF'><TD COLSPAN=1><B>ISim Statistics</B></TD></TR>
<TR><TD><xtag-isim-property-name>Xilinx HDL Libraries Used</xtag-isim-property-name>=<xtag-isim-property-value>ieee, std, unisim</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Fuse Resource Usage</xtag-isim-property-name>=<xtag-isim-property-value>1046 ms, 60500 KB</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Total Signals</xtag-isim-property-name>=<xtag-isim-property-value>286</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Total Nets</xtag-isim-property-name>=<xtag-isim-property-value>883</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Total Blocks</xtag-isim-property-name>=<xtag-isim-property-value>27</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Total Processes</xtag-isim-property-name>=<xtag-isim-property-value>107</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Total Simulation Time</xtag-isim-property-name>=<xtag-isim-property-value>50 ms</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Simulation Resource Usage</xtag-isim-property-name>=<xtag-isim-property-value>175.266 sec, 436084 KB</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Simulation Mode</xtag-isim-property-name>=<xtag-isim-property-value>gui</xtag-isim-property-value></TD></TR>
<TR><TD><xtag-isim-property-name>Hardware CoSim</xtag-isim-property-name>=<xtag-isim-property-value>0</xtag-isim-property-value></TD></TR>
</xtag-section>
</TABLE>
| Godoakos/conway-vhdl | isim/isim_usage_statistics.html | HTML | mit | 1,688 |
<!-- HTML header for doxygen 1.8.8-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- For Mobile Devices -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<title>CubbyFlow: Member List</title>
<!--<link href="tabs.css" rel="stylesheet" type="text/css"/>-->
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
<link href="customdoxygen.css" rel="stylesheet" type="text/css"/>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<link href="jquery.smartmenus.bootstrap.css" rel="stylesheet">
<script type="text/javascript" src="jquery.smartmenus.js"></script>
<!-- SmartMenus jQuery Bootstrap Addon -->
<script type="text/javascript" src="jquery.smartmenus.bootstrap.js"></script>
<!-- SmartMenus jQuery plugin -->
</head>
<body>
<nav class="navbar navbar-default" role="navigation">
<div class="container">
<div class="navbar-header">
<a class="navbar-brand">CubbyFlow v0.71</a>
</div>
</div>
</nav>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div class="content" id="content">
<div class="container">
<div class="row">
<div class="col-sm-12 panel " style="padding-bottom: 15px;">
<div style="margin-bottom: 15px;">
<!-- 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="namespace_cubby_flow.html">CubbyFlow</a></li><li class="navelem"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">GridSystemData</a></li> </ul>
</div>
</div><!-- top -->
<div class="header">
<div class="headertitle">
<div class="title">CubbyFlow::GridSystemData< N > Member List</div> </div>
</div><!--header-->
<div class="contents">
<p>This is the complete list of members for <a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a3178b12863fa58c966847d6893c46797">AddAdvectableScalarData</a>(const std::shared_ptr< ScalarGridBuilder< N >> &builder, double initialVal=0.0)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a4a2654ac719b350c5fb4a11f403ab4aa">AddAdvectableVectorData</a>(const std::shared_ptr< VectorGridBuilder< N >> &builder, const Vector< double, N > &initialVal=Vector< double, N >{})</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a7d34040a23bc27b86d30c8a30458ad8a">AddScalarData</a>(const std::shared_ptr< ScalarGridBuilder< N >> &builder, double initialVal=0.0)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a7682e7e3a889f4fefc11c8e88ebef16c">AddVectorData</a>(const std::shared_ptr< VectorGridBuilder< N >> &builder, const Vector< double, N > &initialVal=Vector< double, N >{})</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a4352d6153f4f84076f83a9fe515cf0f7">AdvectableScalarDataAt</a>(size_t idx) const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a29052bddb959440b199c37b7646db45c">AdvectableVectorDataAt</a>(size_t idx) const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a35f45b37a176b8d040b67f3e6d4c2910">Deserialize</a>(const std::vector< uint8_t > &buffer) override</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#adfae9f0b67a1de065dfa0dbcea5e6e21">GetBoundingBox</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a89fd5d601019d8669bfc4c361d0a31a0">GridSpacing</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a3b713ac9bd5d16de4f4b7d63061071d8">GridSystemData</a>()</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#aa1756c1caefbc3deb505c26c77e8350e">GridSystemData</a>(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a0e457b24ee73ade97cbf5375ea3ccf69">GridSystemData</a>(const GridSystemData &other)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#ab887457d315cf2442c1acf6d78e8ade8">GridSystemData</a>(GridSystemData &&other) noexcept</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a3fa8c3cd48fcd32871580229db20e002">NumberOfAdvectableScalarData</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a380140a0011cf21b88e2dbbd702d4f09">NumberOfAdvectableVectorData</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#ae3515cf08051549a672509916de91ec0">NumberOfScalarData</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a9aaf3120c9f014e55c77f8462c28456d">NumberOfVectorData</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a49cdbeb4fe880ed950cd3865d8258676">operator=</a>(const GridSystemData &other)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a01ab883c503cab6f7370f4cc1c7e559b">operator=</a>(GridSystemData &&other) noexcept</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#a085d817ae9605712da92e0ef41788fbb">CubbyFlow::Serializable::operator=</a>(const Serializable &)=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#a4c011308b5839b659da879f2316caba6">CubbyFlow::Serializable::operator=</a>(Serializable &&) noexcept=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a6b48e4535331a5edcce92ce0e7c0977b">Origin</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a6a4474b4d7bcaffe9d43cfb342ef7ee9">Resize</a>(const Vector< size_t, N > &resolution, const Vector< double, N > &gridSpacing, const Vector< double, N > &origin)</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a726072c8e7befa2886dcafeab3a0a3cc">Resolution</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#adacbb8db10ade286d5c1ed4d7489e972">ScalarDataAt</a>(size_t idx) const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#a6e29612e6ed7b033c498d0e28b84df44">Serializable</a>()=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#ac6e4480e758510c84c0ebf323886d729">Serializable</a>(const Serializable &)=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#a4334fa7ab8c4c38db89fcc78653743d0">Serializable</a>(Serializable &&) noexcept=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a1522053e79aec5c55d11d349b9b8553d">Serialize</a>(std::vector< uint8_t > *buffer) const override</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a6d11ae0c98ef6a731569228f670bce60">VectorDataAt</a>(size_t idx) const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a362d276c05885e99acd69897aea48b9c">Velocity</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#a46443a5c8b998a2313ed3a8ecb9b6c76">VelocityIndex</a>() const</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html#ae423e7c16674e384a04165f5931fcc80">~GridSystemData</a>() override=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_grid_system_data.html">CubbyFlow::GridSystemData< N ></a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html#ad435d9c88afe5787f508d15ff20492b5">~Serializable</a>()=default</td><td class="entry"><a class="el" href="class_cubby_flow_1_1_serializable.html">CubbyFlow::Serializable</a></td><td class="entry"><span class="mlabel">virtual</span></td></tr>
</table></div><!-- contents -->
<!-- HTML footer for doxygen 1.8.8-->
<!-- start footer part -->
</div>
</div>
</div>
</div>
</div>
<hr class="footer"/><address class="footer"><small>
Generated on Thu Jul 15 2021 02:18:15 for CubbyFlow by  <a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.13
</small></address>
</body>
<script type="text/javascript" src="doxy-boot.js"></script>
</html>
| utilForever/CubbyFlow | class_cubby_flow_1_1_grid_system_data-members.html | HTML | mit | 16,361 |
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>resource_helpers.rb</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="../../../../../../../../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../../../../../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../../../../../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../../../../../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
</head>
<body>
<div class="banner">
<span>Ruby on Rails 4.0.0</span><br />
<h1>
resource_helpers.rb
</h1>
<ul class="files">
<li>
/home/jude/.gem/ruby/2.0.0/gems/railties-4.0.0/lib/rails/generators/resource_helpers.rb
</li>
<li>Last modified: 2013-10-17 23:46:45 +0800</li>
</ul>
</div>
<div id="bodyContent">
<div id="content">
<!-- File only: requires -->
<div class="sectiontitle">Required Files</div>
<ul>
<li>rails/generators/active_model</li>
</ul>
<!-- Namespace -->
<div class="sectiontitle">Namespace</div>
<ul>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../classes/Rails.html">Rails</a>
</li>
<li>
<span class="type">MODULE</span>
<a href="../../../../../../../../../../../classes/Rails/Generators.html">Rails::Generators</a>
</li>
</ul>
<!-- Methods -->
</div>
</div>
</body>
</html> | zhuzhang/auc | doc/api/files/home/jude/_gem/ruby/2_0_0/gems/railties-4_0_0/lib/rails/generators/resource_helpers_rb.html | HTML | mit | 2,402 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0967221c75975ae2a4a588794d427de973832c2cf2e2c8d51a9676f788293a27.html">Teleport</a>
<hr>
<a href="./../../about.md">About</a> (Spoilers! )
<script src="./../../assets/md5.js"></script>
<script>
window.currentLevel = 7;
</script>
<script src="./../../assets/script.js"></script>
</body>
</html> | simonmysun/praxis | TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/361aaa8d5d10b6b8b878f75146885d2584a906b640ab0095ac91446a47bd335f.html | HTML | mit | 550 |
<!DOCTYPE html>
<html>
<head>
<title>InteractiveGrid</title>
<script type="text/javascript" src="/apps/2.0rc3/sdk.js"></script>
<script type="text/javascript">
Rally.onReady(function () {
Ext.define('CustomApp', {
extend: 'Rally.app.App',
componentCls: 'app',
items:{ html:'<a href="https://help.rallydev.com/apps/2.0rc3/doc/">App SDK 2.0rc3 Docs</a>'},
launch: function() {
//Write app code here
}
});
Rally.launchApp('CustomApp', {
name:"InteractiveGrid",
parentRepos:""
});
});
</script>
<style type="text/css">
.app {
/* Add app styles here */
}
</style>
</head>
<body></body>
</html>
| edorsett/InteractiveGrid | deploy/App-uncompressed.html | HTML | mit | 744 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>coqeal: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.13.2 / coqeal - 1.0.1</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
coqeal
<small>
1.0.1
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-22 00:16:09 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-22 00:16:09 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
conf-gmp 3 Virtual package relying on a GMP lib system installation
coq 8.13.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.07.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.07.1 Official release 4.07.1
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
zarith 1.12 Implements arithmetic and logical operations over arbitrary-precision integers
# opam file:
opam-version: "2.0"
maintainer: "Cyril Cohen <[email protected]>"
homepage: "https://github.com/coq-community/coqeal"
dev-repo: "git+https://github.com/coq-community/coqeal.git"
bug-reports: "https://github.com/coq-community/coqeal/issues"
license: "MIT"
synopsis: "CoqEAL - The Coq Effective Algebra Library"
description: """
This Coq library contains a subset of the work that was developed in the context
of the ForMath EU FP7 project (2009-2013). It has two parts:
- theory, which contains developments in algebra and optimized algorithms on mathcomp data structures.
- refinements, which is a framework to ease change of data representations during a proof."""
build: [make "-j%{jobs}%"]
install: [make "install"]
depends: [
"coq" {(>= "8.7" & < "8.12~")}
"coq-bignums" {(>= "8.7" & < "8.12~")}
"coq-paramcoq" {(>= "1.1.1")}
"coq-mathcomp-multinomials" {(>= "1.2" & < "1.4~")}
"coq-mathcomp-algebra" {(>= "1.8.0" & < "1.10~")}
]
tags: [
"category:Computer Science/Decision Procedures and Certified Algorithms/Correctness proofs of algorithms"
"keyword:effective algebra"
"keyword:elementary divisor rings"
"keyword:Smith normal form"
"keyword:mathematical components"
"keyword:Bareiss"
"keyword:Karatsuba multiplication"
"keyword:refinements"
"logpath:CoqEAL"
]
authors: [
"Guillaume Cano"
"Cyril Cohen"
"Maxime Dénès"
"Anders Mörtberg"
"Vincent Siles"
]
url {
src: "https://github.com/coq-community/coqeal/archive/refs/tags/1.0.1.tar.gz"
checksum: "sha512=e41a97f89aca2ac18cffdf5795e16b60b44eac4e46512e4f5779ce49e2edff6d66b5ab89dd21e9255ba2facde4925e2ddf5e6bd594aea4a427f0916711e09f75"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-coqeal.1.0.1 coq.8.13.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.13.2).
The following dependencies couldn't be met:
- coq-coqeal -> coq < 8.12~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-coqeal.1.0.1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.07.1-2.0.6/released/8.13.2/coqeal/1.0.1.html | HTML | mit | 7,950 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>io-system-ocaml: 16 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+1 / io-system-ocaml - 2.2.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
io-system-ocaml
<small>
2.2.0
<span class="label label-success">16 s 🏆</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2022-01-05 21:09:41 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2022-01-05 21:09:41 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+1 Formal proof management system
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.03.0 The OCaml compiler (virtual package)
ocaml-base-compiler 4.03.0 Official 4.03.0 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/clarus/io-system-ocaml"
dev-repo: "git+https://github.com/clarus/io-system-ocaml.git"
bug-reports: "https://github.com/clarus/io-system-ocaml/issues"
authors: ["Guillaume Claret"]
license: "MIT"
build: [
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
depends: [
"lwt" {< "5"}
"ocaml" {>= "4.00.0" & < "4.06.0"}
"ocamlbuild" {build}
"ocamlfind" {build}
"num"
]
conflicts: [
"ocaml-secondary-compiler"
]
tags: [
"date:2015-03-19"
"keyword:effects"
"keyword:extraction"
]
synopsis: "Extraction to OCaml of system effects"
url {
src: "https://github.com/coq-io/system-ocaml/archive/2.2.0.tar.gz"
checksum: "md5=14ca13ea6480df063255ebcadc0d4ca6"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-io-system-ocaml.2.2.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 4000000; timeout 4h opam install -y --deps-only coq-io-system-ocaml.2.2.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>1 m 59 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam list; echo; ulimit -Sv 16000000; timeout 4h opam install -y -v coq-io-system-ocaml.2.2.0 coq.8.7.1+1</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>16 s</dd>
</dl>
<h2>Installation size</h2>
<p>Total: 40 K</p>
<ul>
<li>29 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.a</code></li>
<li>6 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.cma</code></li>
<li>3 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.cmi</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.cmx</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.cmxa</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/META</code></li>
<li>1 K <code>../ocaml-base-compiler.4.03.0/lib/io-system/ioSystem.mllib</code></li>
</ul>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq-io-system-ocaml.2.2.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.03.0-2.0.5/released/8.7.1+1/io-system-ocaml/2.2.0.html | HTML | mit | 7,314 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>relation-algebra: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.4.6~camlp4 / relation-algebra - 1.7</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
relation-algebra
<small>
1.7
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 10:22:40 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 10:22:40 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-num base Num library distributed with the OCaml compiler
base-ocamlbuild base OCamlbuild binary and libraries distributed with the OCaml compiler
base-threads base
base-unix base
camlp4 4.02+7 Camlp4 is a system for writing extensible parsers for programming languages
conf-findutils 1 Virtual package relying on findutils
conf-which 1 Virtual package relying on which
coq 8.4.6~camlp4 Formal proof management system.
num 0 The Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.02.3 The OCaml compiler (virtual package)
ocaml-base-compiler 4.02.3 Official 4.02.3 release
ocaml-config 1 OCaml Switch Configuration
ocamlbuild 0 Build system distributed with the OCaml compiler since OCaml 3.10.0
# opam file:
opam-version: "2.0"
name: "coq-relation-algebra"
maintainer: "Damien Pous <[email protected]>"
homepage: "http://perso.ens-lyon.fr/damien.pous/ra/"
license: "LGPL"
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
depopts: [ "coq-mathcomp-ssreflect" ]
build: [
["sh" "-exc" "./configure --%{coq-mathcomp-ssreflect:enable}%-ssr"]
[make "-j%{jobs}%"]
]
install: [make "install"]
remove: [ "sh" "-exc" "rm -r '%{lib}%/coq/user-contrib/RelationAlgebra'" ]
tags: [
"keyword:relation algebra"
"keyword:Kleene algebra with tests"
"keyword:KAT"
"keyword:allegories"
"keyword:residuated structures"
"keyword:automata"
"keyword:regular expressions"
"keyword:matrices"
"category:Mathematics/Algebra"
"logpath:RelationAlgebra"
]
authors: [
"Damien Pous <[email protected]>"
"Christian Doczkal <[email protected]>"
]
synopsis: "Relation Algebra and KAT"
description:
"A modular library about relation algebra, from idempotent semirings to residuated Kleene allegories, including a decision tactic for Kleene algebra with Tests (KAT)."
url {
src: "https://github.com/damien-pous/relation-algebra/archive/v1.7.tar.gz"
checksum: "md5=5cb2d207797949dd688f5c6c3499ad55"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-relation-algebra.1.7 coq.8.4.6~camlp4</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.4.6~camlp4).
The following dependencies couldn't be met:
- coq-relation-algebra -> coq >= 8.8 -> ocaml >= 4.05.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-relation-algebra.1.7</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.02.3-2.0.6/released/8.4.6~camlp4/relation-algebra/1.7.html | HTML | mit | 7,699 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>mtac2: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.11.2 / mtac2 - 1.1+8.10</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
mtac2
<small>
1.1+8.10
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-26 20:00:27 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-26 20:00:27 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
conf-findutils 1 Virtual package relying on findutils
coq 8.11.2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/Mtac2/Mtac2"
dev-repo: "git+https://github.com/Mtac2/Mtac2.git"
bug-reports: "https://github.com/Mtac2/Mtac2/issues"
authors: ["Beta Ziliani <[email protected]>" "Jan-Oliver Kaiser <[email protected]>" "Robbert Krebbers <[email protected]>" "Yann Régis-Gianas <[email protected]>" "Derek Dreyer <[email protected]>"]
license: "MIT"
build: [
["./configure.sh"]
[make "-j%{jobs}%"]
]
install: [
[make "install"]
]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/Mtac2"]
depends: [
"ocaml"
"coq" {>= "8.10.0" & < "8.11~"}
"coq-unicoq" {>= "1.3~" & < "2~"}
]
synopsis: "Mtac2: Typed Tactics for Coq"
flags: light-uninstall
url {
src: "https://github.com/Mtac2/Mtac2/archive/v1.1-coq8.10.tar.gz"
checksum: "md5=6d4457dabcba26f49d6272cab4e15156"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-mtac2.1.1+8.10 coq.8.11.2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.11.2).
The following dependencies couldn't be met:
- coq-mtac2 -> coq < 8.11~ -> ocaml < 4.06.0
base of this switch (use `--unlock-base' to force)
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-mtac2.1.1+8.10</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.11.2/mtac2/1.1+8.10.html | HTML | mit | 6,832 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Murali Krishna</title>
<meta name="description" content="">
<meta name="author" content="Murali Krishna">
<!-- Enable responsive viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Bootstrap styles -->
<link href="/assets/themes/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Optional theme -->
<link href="/assets/themes/bootstrap/css/bootstrap-theme.min.css" rel="stylesheet">
<!-- Sticky Footer -->
<link href="/assets/themes/bootstrap/css/bs-sticky-footer.css" rel="stylesheet">
<!-- Custom styles -->
<link href="/assets/themes/css/style.css?body=1" rel="stylesheet" type="text/css" media="all">
<link href="/assets/themes/css/lightbox.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<!-- Update these with your own images
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
-->
<!-- atom & rss feed -->
<link href="/atom.xml" type="application/atom+xml" rel="alternate" title="Sitewide ATOM Feed">
<link href="/rss.xml" type="application/rss+xml" rel="alternate" title="Sitewide RSS Feed">
</head>
<body>
<div id="wrap">
<nav class="navbar navbar-default" role="navigation">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#jb-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">Murali Krishna</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="jb-navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/archive">Archive</a></li>
<li><a href="/categories">Categories</a></li>
<li><a href="/pages">Pages</a></li>
<li><a href="/tags">Tags</a></li>
</ul>
<form class="navbar-form navbar-right" role="search">
<div class="form-group">
<input type="text" class="form-control" placeholder="Search">
</div>
<button type="submit" class="btn btn-default">Submit</button>
</form>
</div><!-- /.navbar-collapse -->
</nav>
<div class="container">
<div class="page-header">
<h1>
<img src="/images/title.png" class="title">
</h1>
</div>
<ul>
<li><a href="/bio">Bio</a></li>
<li><a href="/works">Works</a></li>
<li><a href="/video">Video</a></li>
<li><a href="/news">News</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
<div class="row">
<div class="col-xs-12">
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<p>© 2016 Murali Krishna
</p>
<p><a class="dark" href="https://www.facebook.com/muralikrishnaart/">facebook</a>
</div>
</div>
<!-- Latest compiled and minified JavaScript, requires jQuery 1.x (2.x not supported in IE8) -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="/assets/themes/bootstrap/js/bootstrap.min.js"></script>
<script src="/assets/themes/js/lightbox.js"></script>
<script src="/assets/themes/js/masonry.min.js"></script>
<script src="/assets/themes/js/imageloaded.pkgd.js"></script>
<script>
lightbox.option({
'resizeDuration': 200,
'wrapAround': true
})
// external js: masonry.pkgd.js, imagesloaded.pkgd.js
// init Masonry after all images have loaded
var $grid = $('.grid').imagesLoaded( function() {
$grid.masonry({
itemSelector: '.grid-item',
percentPosition: true,
columnWidth: '.grid-sizer'
});
});
</script>
</body>
</html>
| sant0sh/Murali-Arts | _site/contact/index.html | HTML | mit | 5,242 |
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>遍历二叉树</title>
<link rel="stylesheet" href="task22.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div class="root">
<div class="child_1">
<div class="child_2">
<div class="child_3"></div>
<div class="child_3"></div>
</div>
<div class="child_2">
<div class="child_3"></div>
<div class="child_3"></div>
</div>
</div>
<div class="child_1">
<div class="child_2">
<div class="child_3"></div>
<div class="child_3"></div>
</div>
<div class="child_2">
<div class="child_3"></div>
<div class="child_3"></div>
</div>
</div>
</div>
<input type="button" name="name" value="前序">
<input type="button" name="name" value="中序">
<input type="button" name="name" value="后序">
<script type="text/javascript" src = "task22.js"></script>
</body>
</html>
| chaiqingshan/chaiqingshan.github.io | effects/demo/tree-ergodic/index.html | HTML | mit | 1,096 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/favicon.ico"/>
<link rel="apple-touch-icon" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/iosicon.png"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/css/css_compiled/photon-min.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/css/css_compiled/photon-min-part2.css?v1.1" media="all"/>
<link rel="stylesheet" href="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/css/css_compiled/photon-responsive-min.css?v1.1" media="all"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie-only-min.css?v1.1" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="css/css_compiled/ie8-only-min.css?v1.1" />
<script type="text/javascript" src="js/plugins/excanvas.js"></script>
<script type="text/javascript" src="js/plugins/html5shiv.js"></script>
<script type="text/javascript" src="js/plugins/respond.min.js"></script>
<script type="text/javascript" src="js/plugins/fixFontIcons.js"></script>
<![endif]-->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/bootstrap/bootstrap.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/modernizr.custom.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.pnotify.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/less-1.3.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/xbreadcrumbs.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.maskedinput-1.3.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.autotab-1.1b.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/charCount.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.textareaCounter.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/elrte.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/elrte.en.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/select2.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery-picklist.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.validate.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/additional-methods.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.form.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.metadata.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.mockjax.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.uniform.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.tagsinput.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.rating.pack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/farbtastic.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.timeentry.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.jstree.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/dataTables.bootstrap.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.mousewheel.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.mCustomScrollbar.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.stack.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.pie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.flot.resize.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/raphael.2.1.0.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/justgage.1.0.1.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.qrcode.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.clock.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.countdown.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.jqtweet.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/jquery.cookie.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/bootstrap-fileupload.min.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/prettify/prettify.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/bootstrapSwitch.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/plugins/mfupload.js"></script>
<script type="text/javascript" src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/js/common.js"></script>
</head>
<body class="body-login">
<div class="nav-fixed-topright" style="visibility: hidden">
<ul class="nav nav-user-menu">
<li class="user-sub-menu-container">
<a href="javascript:;">
<i class="user-icon"></i><span class="nav-user-selection">Theme Options</span><i class="icon-menu-arrow"></i>
</a>
<ul class="nav user-sub-menu">
<li class="light">
<a href="javascript:;">
<i class='icon-photon stop'></i>Light Version
</a>
</li>
<li class="dark">
<a href="javascript:;">
<i class='icon-photon stop'></i>Dark Version
</a>
</li>
</ul>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon mail"></i>
</a>
</li>
<li>
<a href="javascript:;">
<i class="icon-photon comment_alt2_stroke"></i>
<div class="notification-count">12</div>
</a>
</li>
</ul>
</div>
<script>
$(function(){
setTimeout(function(){
$('.nav-fixed-topright').removeAttr('style');
}, 300);
$(window).scroll(function(){
if($('.breadcrumb-container').length){
var scrollState = $(window).scrollTop();
if (scrollState > 0) $('.nav-fixed-topright').addClass('nav-released');
else $('.nav-fixed-topright').removeClass('nav-released')
}
});
$('.user-sub-menu-container').on('click', function(){
$(this).toggleClass('active-user-menu');
});
$('.user-sub-menu .light').on('click', function(){
if ($('body').is('.light-version')) return;
$('body').addClass('light-version');
setTimeout(function() {
$.cookie('themeColor', 'light', {
expires: 7,
path: '/'
});
}, 500);
});
$('.user-sub-menu .dark').on('click', function(){
if ($('body').is('.light-version')) {
$('body').removeClass('light-version');
$.cookie('themeColor', 'dark', {
expires: 7,
path: '/'
});
}
});
});
</script>
<div class="container-login">
<div class="form-centering-wrapper">
<div class="form-window-login">
<div class="form-window-login-logo">
<div class="login-logo">
<img src="http://photonui.orangehilldev.com/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/images/photon/[email protected]" alt="Photon UI"/>
</div>
<h2 class="login-title">Welcome to Photon UI!</h2>
<div class="login-member">Not a Member? <a href="jquery.autotab-1.1b.js.html#">Sign Up »</a>
<a href="jquery.autotab-1.1b.js.html#" class="btn btn-facebook"><i class="icon-fb"></i>Login with Facebook<i class="icon-fb-arrow"></i></a>
</div>
<div class="login-or">Or</div>
<div class="login-input-area">
<form method="POST" action="dashboard.php">
<span class="help-block">Login With Your Photon Account</span>
<input type="text" name="email" placeholder="Email">
<input type="password" name="password" placeholder="Password">
<button type="submit" class="btn btn-large btn-success btn-login">Login</button>
</form>
<a href="jquery.autotab-1.1b.js.html#" class="forgot-pass">Forgot Your Password?</a>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-1936460-27']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| user-tony/photon-rails | lib/assets/images/photon/plugins/elrte/js/bootstrap/js/plugins/prettify/js/plugins/prettify/js/plugins/jquery.autotab-1.1b.js.html | HTML | mit | 14,706 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_33) on Wed Aug 27 10:21:29 CEST 2014 -->
<TITLE>
com.gsma.android.mobileconnect.userinfo Class Hierarchy
</TITLE>
<META NAME="date" CONTENT="2014-08-27">
<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.gsma.android.mobileconnect.userinfo Class Hierarchy";
}
}
</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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/gsma/android/mobileconnect/token/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../com/gsma/android/mobileconnect/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/gsma/android/mobileconnect/userinfo/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.gsma.android.mobileconnect.userinfo
</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"><any><UL>
<LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/RetrieveUserinfoTask.html" title="class in com.gsma.android.mobileconnect.userinfo"><B>RetrieveUserinfoTask</B></A></UL>
<LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/Userinfo.html" title="class in com.gsma.android.mobileconnect.userinfo"><B>Userinfo</B></A> (implements com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/OpenIDConnectCallbackUserinfoReciever.html" title="interface in com.gsma.android.mobileconnect.userinfo">OpenIDConnectCallbackUserinfoReciever</A>)
<LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/UserinfoAddress.html" title="class in com.gsma.android.mobileconnect.userinfo"><B>UserinfoAddress</B></A> (implements java.io.Serializable)
<LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/UserinfoData.html" title="class in com.gsma.android.mobileconnect.userinfo"><B>UserinfoData</B></A> (implements java.io.Serializable)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/OpenIDConnectCallbackUserinfoReciever.html" title="interface in com.gsma.android.mobileconnect.userinfo"><B>OpenIDConnectCallbackUserinfoReciever</B></A><LI TYPE="circle">com.gsma.android.mobileconnect.userinfo.<A HREF="../../../../../com/gsma/android/mobileconnect/userinfo/UserinfoListener.html" title="interface in com.gsma.android.mobileconnect.userinfo"><B>UserinfoListener</B></A></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-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../com/gsma/android/mobileconnect/token/package-tree.html"><B>PREV</B></A>
<A HREF="../../../../../com/gsma/android/mobileconnect/utils/package-tree.html"><B>NEXT</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../../index.html?com/gsma/android/mobileconnect/userinfo/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>
| GSMADeveloper/MobileConnectSDKTestApp | SDKdoc/doc.mobileconnect/com/gsma/android/mobileconnect/userinfo/package-tree.html | HTML | mit | 7,923 |
<div class="commune_descr limited">
<p>
Laprade est
un village
situé dans le département de Charente en Poitou-Charentes. On dénombrait 223 habitants en 2008.</p>
<p>Si vous envisagez de demenager à Laprade, vous pourrez aisément trouver une maison à vendre. </p>
<p>Le parc de logements, à Laprade, se décomposait en 2011 en un appartements et 154 maisons soit
un marché relativement équilibré.</p>
<p>À coté de Laprade sont localisées les communes de
<a href="{{VLROOT}}/immobilier/marsac_16210/">Marsac</a> située à 6 km, 769 habitants,
<a href="{{VLROOT}}/immobilier/villejoubert_16412/">Villejoubert</a> localisée à 5 km, 326 habitants,
<a href="{{VLROOT}}/immobilier/balzac_16026/">Balzac</a> localisée à 4 km, 1 232 habitants,
<a href="{{VLROOT}}/immobilier/saint-amant-de-boixe_16295/">Saint-Amant-de-Boixe</a> localisée à 5 km, 1 280 habitants,
<a href="{{VLROOT}}/immobilier/anais_16011/">Anais</a> à 4 km, 530 habitants,
<a href="{{VLROOT}}/immobilier/tourriers_16383/">Tourriers</a> localisée à 5 km, 697 habitants,
entre autres. De plus, Laprade est située à seulement onze km de <a href="{{VLROOT}}/immobilier/angouleme_16015/">Angoulême</a>.</p>
</div>
| donaldinou/frontend | src/Viteloge/CoreBundle/Resources/descriptions/16180.html | HTML | mit | 1,259 |
<html>
<head>
<title>Margaret Joachim's panel show appearances</title>
<script type="text/javascript" src="../common.js"></script>
<link rel="stylesheet" media="all" href="../style.css" type="text/css"/>
<script type="text/javascript" src="../people.js"></script>
<!--#include virtual="head.txt" -->
</head>
<body>
<!--#include virtual="nav.txt" -->
<div class="page">
<h1>Margaret Joachim's panel show appearances</h1>
<p>Margaret Joachim has appeared in <span class="total">1</span> episodes between 1985-1985. Note that these appearances may be for more than one person if multiple people have the same name.</p>
<div class="performerholder">
<table class="performer">
<tr style="vertical-align:bottom;">
<td><div style="height:100px;" class="performances female" title="1"></div><span class="year">1985</span></td>
</tr>
</table>
</div>
<ol class="episodes">
<li><strong>1985-01-17</strong> / <a href="../shows/question-time.html">Question Time</a></li>
</ol>
</div>
</body>
</html>
| slowe/panelshows | people/zg3t1z0n.html | HTML | mit | 1,012 |
<!DOCTYPE html>
<html lang="en" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<title>404 Page not found - Fan's Blog</title>
<meta name="author" content="Fan"/><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Fan\x27s Blog",
"url": "https:\/\/dearxxj.github.io"
}
</script><script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "",
"url": "https:\/\/dearxxj.github.io"
}
</script>
<meta property="og:title" content="404 Page not found" />
<meta property="og:image" content="https://dearxxj.github.io/img/blog-log.png" />
<meta property="og:url" content="https://dearxxj.github.io/404.html" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Fan's Blog" />
<meta name="twitter:title" content="404 Page not found" />
<meta name="twitter:image" content="https://dearxxj.github.io/img/blog-log.png" />
<meta name="twitter:card" content="summary" />
<link href='https://dearxxj.github.io/img/favicon.ico' rel='icon' type='image/x-icon'/>
<meta name="generator" content="Hugo 0.59.1" />
<link rel="alternate" href="https://dearxxj.github.io/index.xml" type="application/rss+xml" title="Fan's Blog"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css" integrity="sha384-9eLZqc9ds8eNjO3TmqPeYcDj8n+Qfa4nuSiGYa6DjLNcv9BtN69ZIulL9+8CqC9Y" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"><link rel="stylesheet" href="https://dearxxj.github.io/css/main.css" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" />
<link rel="stylesheet" href="https://dearxxj.github.io/css/highlight.min.css" /><link rel="stylesheet" href="https://dearxxj.github.io/css/codeblock.css" /><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.css" integrity="sha384-h/L2W9KefUClHWaty3SLE5F/qvc4djlyR4qY3NUV5HGQBBW7stbcfff1+I/vmsHh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/default-skin/default-skin.min.css" integrity="sha384-iD0dNku6PYSIQLyfTOpB06F2KCZJAKLOThS5HRe8b3ibhdEQ6eKsFf/EeFxdOt5R" crossorigin="anonymous">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-104430016-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#main-navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://dearxxj.github.io">Fan's Blog</a>
</div>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="nav navbar-nav navbar-right">
<li>
<a title="About" href="/page/about/">About</a>
</li>
<li>
<a title="Tags" href="/tags">Tags</a>
</li>
</ul>
</div>
<div class="avatar-container">
<div class="avatar-img-border">
<a title="Fan's Blog" href="https://dearxxj.github.io">
<img class="avatar-img" src="https://dearxxj.github.io/img/blog-log.png" alt="Fan's Blog" />
</a>
</div>
</div>
</div>
</nav>
<div role="main" class="container main-content">
<div class="text-center">
<h1 class="error-emoji"></h1>
<p class="error-text">Whoops, this page doesn't exist. Move along. (404 error)</p>
</div>
</div>
<script>
var errorEmojiContainer = document.getElementsByClassName('error-emoji')[0];
var emojiArray = [
'\\(o_o)/', '(o^^)o', '(˚Δ˚)b', '(^-^*)', '(≥o≤)', '(^_^)b', '(·_·)',
'(=\'X\'=)', '(>_<)', '(;-;)', '\\(^Д^)/',
];
var errorEmoji = emojiArray[Math.floor(Math.random() * emojiArray.length)];
errorEmojiContainer.appendChild(document.createTextNode(errorEmoji));
</script>
<div class="page-meta">
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<ul class="list-inline text-center footer-links">
<li>
<a href="https://github.com/dearxxj" title="GitHub">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li>
<a href="" title="RSS">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fas fa-rss fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="credits copyright text-muted">
<a href="https://dearxxj.github.io">Fan</a>
• ©
2019
•
<a href="https://dearxxj.github.io">Fan's Blog</a>
</p>
<p class="credits theme-by text-muted">
<a href="https://gohugo.io">Hugo v0.59.1</a> powered • Theme <a href="https://github.com/halogenica/beautifulhugo">Beautiful Hugo</a> adapted from <a href="https://deanattali.com/beautiful-jekyll/">Beautiful Jekyll</a>
</p>
</div>
</div>
</div>
</footer><script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.js" integrity="sha384-K3vbOmF2BtaVai+Qk37uypf7VrgBubhQreNQe9aGsz9lB63dIFiQVlJbr92dw2Lx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/contrib/auto-render.min.js" integrity="sha384-kmZOZB5ObwgQnS/DuDg6TScgOiWWBiVt0plIRkZCmE6rDZGrEOQeHM5PcHi+nyqe" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://dearxxj.github.io/js/main.js"></script>
<script src="https://dearxxj.github.io/js/highlight.min.js"></script>
<script> hljs.initHighlightingOnLoad(); </script>
<script> $(document).ready(function() {$("pre.chroma").css("padding","0");}); </script><script> renderMathInElement(document.body); </script><script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe.min.js" integrity="sha384-QELNnmcmU8IR9ZAykt67vGr9/rZJdHbiWi64V88fCPaOohUlHCqUD/unNN0BXSqy" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/photoswipe/4.1.2/photoswipe-ui-default.min.js" integrity="sha384-m67o7SkQ1ALzKZIFh4CiTA8tmadaujiTa9Vu+nqPSwDOqHrDmxLezTdFln8077+q" crossorigin="anonymous"></script><script src="https://dearxxj.github.io/js/load-photoswipe.js"></script>
</body>
</html>
| dearxxj/dearxxj.github.io | 404.html | HTML | mit | 8,531 |
{% extends "site_base.html" %}
{% load staticfiles %}
{% load qa_tags %}
{% block head_title %}{{test_list_instance.work_completed|date}} {{test_list_instance.test_list.name}} Details{% endblock %}
{% block body %}
<div class="row-fluid">
<div class="span12">
<h3>{{test_list_instance.work_completed|date}} {{test_list_instance.test_list.name}} Details</h3>
</div>
</div>
<div class="review-test-list" id="qa-review" >
<div class="row-fluid">
{% with tli=test_list_instance %}
<div class="span4">
<dl class="dl-horizontal">
<dt>Unit :</dt>
<dd>{{tli.unit_test_collection.unit.name}}</dd>
<dt>Collection :</dt>
<dd>{{tli.unit_test_collection.tests_object.name}}</dd>
<dt>Test List :</dt>
<dd>
{% if tli.test_list.description%}
<a class="show-hide" id="test-list-info-toggle" title="Click to view description and general instructions for this test list">{{tli.test_list.name}} <i class="icon-info-sign" ></i></a></dd>
{% else %}
{{tli.test_list.name}}
{% endif %}
</dd>
<dt>Performed By :</dt>
<dd>{{tli.created_by}}</dd>
<dt>Actions:</dt>
<dd>
{% if perms.qa.delete_testlistinstance %}
<a class="btn btn-danger btn-mini" title="This will redirect you to the admin site where you can permanently delete this qa session" href="{% url admin:qa_testlistinstance_delete test_list_instance.pk%}">Delete</a>
{% endif %}
{% if tli.in_progress %}
<a class="btn btn-primary btn-mini" title="Continue this list" href="{%url continue_tli pk=tli.pk%}?next={{request.get_full_path}}" >Continue</a>
{% elif perms.qa.change_testlistinstance %}
<a class="btn btn-primary btn-mini" title="Edit this list" href="{%url edit_tli pk=tli.pk%}?next={{request.get_full_path}}" >Edit</a>
{% endif %}
</dd>
</dl>
</div>
<div class="span4">
<dl class="dl-horizontal">
<dt>Work Started :</dt>
<dd>{{tli.work_started}}</dd>
<dt>Work Completed :</dt>
<dd>
{% if tli.in_progress %}
<span class="label label-warning">
<em>In Progress</em>
</span>
{% else %}
<span class="label label-success">
{{tli.work_completed}}
</span>
{% endif %}
</dd>
<dt>Duration :</dt>
<dd>
{% if not tli.in_progress%}
{{tli.duration|as_time_delta}}
{% else %}
<em>In Progress</em>
{% endif %}
</dd>
<dt>Last Modification :</dt>
<dd>{{tli.modified_by}} @ {{tli.modified}}</dd>
<dt>Reviewed by:</dt>
<dd>{{tli.reviewed_by}} @ {{tli.reviewed}}</dd>
</dl>
</div>
<div class="span4 actions review-buttons">
<dl class="dl-horizontal">
<dt>Comment :</dt>
<dd>{% if tli.comment %}{{tli.comment}}{% else %}<em>No comment</em>{% endif %}</dd>
</dl>
</div>
{% endwith %}
</div>
{% if test_list_instance.test_list.description %}
<div id="test-list-info" class="row-fluid" style="display:none;">
<div class="span12">
<pre >
{{test_list_instance.test_list.description|safe}}
</pre>
</div>
</div>
{% endif %}
<div class="row-fluid">
<div class="span12">
{% with test_list_instance.history as instances_and_dates %}
<table class="table table-bordered table-striped table-condensed" >
<thead>
<tr>
<th>Test<div></div></th>
<th class="review-value">Value</th>
<th class="review-ref">Reference</th>
<th>Comment</th>
<th class="qa-history">History<br/>
{% for d in instances_and_dates.1 %}
<span class="label history-label" title="{{d}}">{{d|date:"dMy"}}</span>
{% endfor %}
<div></div>
</th>
<th class="review-status">Status</th>
</tr>
</thead>
<tbody>
{% for ti, history in instances_and_dates.0 %}
{% with test=ti.unit_test_info.test %}
<tr>
<td><strong>{{test.name}}</strong></td>
<td class="review-value">
<span class="label pass-fail {{ti.pass_fail}}" title="{% if ti.string_value %}{{ti.value_display}}{% else %}{{ti.diff_display}}{% endif %}">
{% with ti.pass_fail as status %}
{% if ICON_SETTINGS.SHOW_STATUS_ICONS_REVIEW %}
{% if status == 'tolerance' %}
<i class="pull-left icon-warning-sign"></i>
{% elif status == 'action' %}
<i class="pull-left icon-minus-sign"></i>
{% endif %}
{% endif %}
{% endwith %}
{{ti.value_display|safe}}
</span>
</td>
<td class="review-ref">
{% reference_tolerance_span test ti.reference ti.tolerance%}
</td>
<td>
{% if ti.comment %}
<a title="{{ti.comment}}">Hover for Comment</a>
{% else %}
<em>No comment</em>
{% endif %}
</td>
<td class="qa-history">
{% history_display history test_list_instance.unit_test_collection.unit test_list_instance.test_list test %}
</td>
<td class="review-status">
{{ti.status.name}}
</td>
</tr>
{%endwith%}
{% endfor %}
</tbody>
</table>
{% endwith %}
</div>
</div>
</div>
{% endblock %}
{% block end_body_extra_script %}
<script type="text/javascript" src="{% static "js/review_test_list.js" %}?v={{VERSION}}"></script>
{% endblock %}
| sharifelguindi/qatrackplus | qatrack/templates/qa/testlistinstance_detail.html | HTML | mit | 8,294 |
<script>
var prototipo = Object.create(HTMLElement.prototype);
prototipo.createdCallback = function () {
console.log("creando");
//Cambiamos el texto del custom element
this.textContent = "Hola mundo, Esto es un custom Element";
}
//Registramos el nuevo componente para que lo reconozcan los navegadores
document.registerElement("px-holamundo", {
prototype: prototipo
})
</script> | TommyHernandez/web-components | px-holamundo.html | HTML | mit | 458 |
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description">
<meta name="keywords" content="static content generator,static site generator,static site,HTML,web development,.NET,C#,Razor,Markdown,YAML">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="/OpenTl.Schema/assets/img/favicon.ico" type="image/x-icon">
<title>OpenTl.Schema - API - IPaymentSavedCredentials.TitleAsBinary Property</title>
<link href="/OpenTl.Schema/assets/css/mermaid.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/highlight.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/bootstrap/bootstrap.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/adminlte/AdminLTE.css" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/theme/theme.css" rel="stylesheet">
<link href="//fonts.googleapis.com/css?family=Roboto+Mono:400,700|Roboto:400,400i,700,700i" rel="stylesheet">
<link href="/OpenTl.Schema/assets/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="/OpenTl.Schema/assets/css/override.css" rel="stylesheet">
<script src="/OpenTl.Schema/assets/js/jquery-2.2.3.min.js"></script>
<script src="/OpenTl.Schema/assets/js/bootstrap.min.js"></script>
<script src="/OpenTl.Schema/assets/js/app.min.js"></script>
<script src="/OpenTl.Schema/assets/js/highlight.pack.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.slimscroll.min.js"></script>
<script src="/OpenTl.Schema/assets/js/jquery.sticky-kit.min.js"></script>
<script src="/OpenTl.Schema/assets/js/mermaid.min.js"></script>
<!--[if lt IE 9]>
<script src="/OpenTl.Schema/assets/js/html5shiv.min.js"></script>
<script src="/OpenTl.Schema/assets/js/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition wyam layout-boxed ">
<div class="top-banner"></div>
<div class="wrapper with-container">
<!-- Header -->
<header class="main-header">
<a href="/OpenTl.Schema/" class="logo">
<span>OpenTl.Schema</span>
</a>
<nav class="navbar navbar-static-top" role="navigation">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle visible-xs-block" data-toggle="offcanvas" role="button">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-right"></i>
</a>
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle side menu</span>
<i class="fa fa-chevron-circle-down"></i>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse pull-left" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="/OpenTl.Schema/about.html">About This Project</a></li>
<li class="active"><a href="/OpenTl.Schema/api">API</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
<!-- Navbar Right Menu -->
</nav>
</header>
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar ">
<section class="infobar" data-spy="affix" data-offset-top="60" data-offset-bottom="200">
<div id="infobar-headings"><h6>On This Page</h6><p><a href="#Syntax">Syntax</a></p>
<p><a href="#Value">Value</a></p>
<hr class="infobar-hidden">
</div>
</section>
<section class="sidebar">
<script src="/OpenTl.Schema/assets/js/lunr.min.js"></script>
<script src="/OpenTl.Schema/assets/js/searchIndex.js"></script>
<div class="sidebar-form">
<div class="input-group">
<input type="text" name="search" id="search" class="form-control" placeholder="Search Types...">
<span class="input-group-btn">
<button class="btn btn-flat"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
<div id="search-results">
</div>
<script>
function runSearch(query){
$("#search-results").empty();
if( query.length < 2 ){
return;
}
var results = searchModule.search("*" + query + "*");
var listHtml = "<ul class='sidebar-menu'>";
listHtml += "<li class='header'>Type Results</li>";
if(results.length == 0 ){
listHtml += "<li>No results found</li>";
} else {
for(var i = 0; i < results.length; ++i){
var res = results[i];
listHtml += "<li><a href='" + res.url + "'>" + htmlEscape(res.title) + "</a></li>";
}
}
listHtml += "</ul>";
$("#search-results").append(listHtml);
}
$(document).ready(function(){
$("#search").on('input propertychange paste', function() {
runSearch($("#search").val());
});
});
function htmlEscape(html) {
return document.createElement('div')
.appendChild(document.createTextNode(html))
.parentNode
.innerHTML;
}
</script>
<hr>
<ul class="sidebar-menu">
<li class="header">Namespace</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></li>
<li class="header">Type</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials">I<wbr>Payment<wbr>Saved<wbr>Credentials</a></li>
<li role="separator" class="divider"></li>
<li class="header">Property Members</li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials/C3EDDC9E.html">Id</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials/1A588FB0.html">IdAsBinary</a></li>
<li><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials/D5186FC5.html">Title</a></li>
<li class="selected"><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials/C9EA80EF.html">TitleAsBinary</a></li>
</ul>
</section>
</aside>
<!-- Content Wrapper. Contains page content -->
<div class="content-wrapper">
<section class="content-header">
<h3><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials">I<wbr>Payment<wbr>Saved<wbr>Credentials</a>.</h3>
<h1>TitleAsBinary <small>Property</small></h1>
</section>
<section class="content">
<div class="panel panel-default">
<div class="panel-body">
<dl class="dl-horizontal">
<dt>Namespace</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema">OpenTl<wbr>.Schema</a></dd>
<dt>Containing Type</dt>
<dd><a href="/OpenTl.Schema/api/OpenTl.Schema/IPaymentSavedCredentials">I<wbr>Payment<wbr>Saved<wbr>Credentials</a></dd>
</dl>
</div>
</div>
<h1 id="Syntax">Syntax</h1>
<pre><code>byte[] TitleAsBinary { get; set; }</code></pre>
<h1 id="Value">Value</h1>
<div class="box">
<div class="box-body no-padding table-responsive">
<table class="table table-striped table-hover two-cols">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody><tr>
<td>byte[]</td>
<td></td>
</tr>
</tbody></table>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer class="main-footer">
</footer>
</div>
<div class="wrapper bottom-wrapper">
<footer class="bottom-footer">
Generated by <a href="https://wyam.io">Wyam</a>
</footer>
</div>
<a href="javascript:" id="return-to-top"><i class="fa fa-chevron-up"></i></a>
<script>
// Close the sidebar if we select an anchor link
$(".main-sidebar a[href^='#']:not('.expand')").click(function(){
$(document.body).removeClass('sidebar-open');
});
$(document).load(function() {
mermaid.initialize(
{
flowchart:
{
htmlLabels: false,
useMaxWidth:false
}
});
mermaid.init(undefined, ".mermaid")
$('svg').addClass('img-responsive');
$('pre code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
hljs.initHighlightingOnLoad();
// Back to top
$(window).scroll(function() {
if ($(this).scrollTop() >= 200) { // If page is scrolled more than 50px
$('#return-to-top').fadeIn(1000); // Fade in the arrow
} else {
$('#return-to-top').fadeOut(1000); // Else fade out the arrow
}
});
$('#return-to-top').click(function() { // When arrow is clicked
$('body,html').animate({
scrollTop : 0 // Scroll to top of body
}, 500);
});
</script>
</body></html> | OpenTl/OpenTl.Schema | docs/api/OpenTl.Schema/IPaymentSavedCredentials/C9EA80EF.html | HTML | mit | 10,581 |
<!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_51) on Mon Sep 09 11:47:06 EDT 2013 -->
<TITLE>
com.sleepycat.persist.model (Oracle - Berkeley DB Java API)
</TITLE>
<META NAME="date" CONTENT="2013-09-09">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../style.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="com.sleepycat.persist.model (Oracle - Berkeley DB Java API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
<b>Berkeley DB</b><br><font size="-1"> version 5.3.28</font></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/sleepycat/persist/evolve/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../com/sleepycat/persist/raw/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sleepycat/persist/model/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<H2>
Package com.sleepycat.persist.model
</H2>
Annotations for defining a persistent object model.
<P>
<B>See:</B>
<BR>
<A HREF="#package_description"><B>Description</B></A>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Interface Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/PersistentProxy.html" title="interface in com.sleepycat.persist.model">PersistentProxy<T></A></B></TD>
<TD>Implemented by a proxy class to represent the persistent state of a
(non-persistent) proxied class.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/AnnotationModel.html" title="class in com.sleepycat.persist.model">AnnotationModel</A></B></TD>
<TD>The default annotation-based entity model.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/ClassEnhancer.html" title="class in com.sleepycat.persist.model">ClassEnhancer</A></B></TD>
<TD>Enhances the bytecode of persistent classes to provide efficient access to
fields and constructors, and to avoid special security policy settings for
accessing non-public members.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/ClassMetadata.html" title="class in com.sleepycat.persist.model">ClassMetadata</A></B></TD>
<TD>The metadata for a persistent class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/EntityMetadata.html" title="class in com.sleepycat.persist.model">EntityMetadata</A></B></TD>
<TD>The metadata for a persistent entity class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/EntityModel.html" title="class in com.sleepycat.persist.model">EntityModel</A></B></TD>
<TD>The base class for classes that provide entity model metadata.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/FieldMetadata.html" title="class in com.sleepycat.persist.model">FieldMetadata</A></B></TD>
<TD>The metadata for a key field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/ModelInternal.html" title="class in com.sleepycat.persist.model">ModelInternal</A></B></TD>
<TD>Internal access class that should not be used by applications.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/PrimaryKeyMetadata.html" title="class in com.sleepycat.persist.model">PrimaryKeyMetadata</A></B></TD>
<TD>The metadata for a primary key field.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/SecondaryKeyMetadata.html" title="class in com.sleepycat.persist.model">SecondaryKeyMetadata</A></B></TD>
<TD>The metadata for a secondary key field.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Enum Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/DeleteAction.html" title="enum in com.sleepycat.persist.model">DeleteAction</A></B></TD>
<TD>Specifies the action to take when a related entity is deleted having a
primary key value that exists as a secondary key value for this entity.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/Relationship.html" title="enum in com.sleepycat.persist.model">Relationship</A></B></TD>
<TD>Defines the relationship between instances of the entity class and the
secondary keys.</TD>
</TR>
</TABLE>
<P>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Annotation Types Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/Entity.html" title="annotation in com.sleepycat.persist.model">Entity</A></B></TD>
<TD>Indicates a persistent entity class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/KeyField.html" title="annotation in com.sleepycat.persist.model">KeyField</A></B></TD>
<TD>Indicates the sorting position of a key field in a composite key class when
the <code>Comparable</code> interface is not implemented.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/NotPersistent.html" title="annotation in com.sleepycat.persist.model">NotPersistent</A></B></TD>
<TD>Overrides the default rules for field persistence and defines a field as
being non-persistent even when it is not declared with the
<code>transient</code> keyword.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/NotTransient.html" title="annotation in com.sleepycat.persist.model">NotTransient</A></B></TD>
<TD>Overrides the default rules for field persistence and defines a field as
being persistent even when it is declared with the <code>transient</code>
keyword.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/Persistent.html" title="annotation in com.sleepycat.persist.model">Persistent</A></B></TD>
<TD>Identifies a persistent class that is not an <A HREF="../../../../com/sleepycat/persist/model/Entity.html" title="annotation in com.sleepycat.persist.model"><CODE>Entity</CODE></A> class or a
<a href="../../../../com/sleepycat/persist/model/Entity.html#simpleTypes">simple type</a>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/PrimaryKey.html" title="annotation in com.sleepycat.persist.model">PrimaryKey</A></B></TD>
<TD>Indicates the primary key field of an entity class.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD WIDTH="15%"><B><A HREF="../../../../com/sleepycat/persist/model/SecondaryKey.html" title="annotation in com.sleepycat.persist.model">SecondaryKey</A></B></TD>
<TD>Indicates a secondary key field of an entity class.</TD>
</TR>
</TABLE>
<P>
<A NAME="package_description"><!-- --></A><H2>
Package com.sleepycat.persist.model Description
</H2>
<P>
Annotations for defining a persistent object model.
<P>
<P>
<DL>
</DL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-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>
<b>Berkeley DB</b><br><font size="-1"> version 5.3.28</font></EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../com/sleepycat/persist/evolve/package-summary.html"><B>PREV PACKAGE</B></A>
<A HREF="../../../../com/sleepycat/persist/raw/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="../../../../index.html?com/sleepycat/persist/model/package-summary.html" target="_top"><B>FRAMES</B></A>
<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>
<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<font size=1>Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.</font>
</BODY>
</HTML>
| iadix/iadixcoin | db-5.3.28.NC/docs/java/com/sleepycat/persist/model/package-summary.html | HTML | mit | 13,310 |
<!DOCTYPE html>
<html>
<head>
<script async="async" src="https://www.googletagmanager.com/gtag/js?id=UA-110454541-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110454541-2');
</script>
<title>RefCountDisposable.getDisposable (rx.disposable.RefCountDisposable.getDisposable)</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link rel="stylesheet" href="style.css" />
<script type="text/javascript" src="script.js"></script>
<link rel="prefetch" href="search-results.html" />
</head>
<body>
<div id="page-header">
<div id="logotype">
<span>Documentation</span>
<nav>
<a href="http://dlang.org/">Dlang.org</a>
</nav>
</div>
<form action="search-docs.html" id="search">
<input type="search" placeholder="Find a symbol name..." name="searchTerm" />
<input type="submit" value="Go" />
</form>
</div>
<div id="page-body">
<div id="page-content">
<h1>RefCountDisposable.getDisposable</h1><div class="breadcrumbs"><a href="rx.html" class="breadcrumb">rx</a><a href="rx.disposable.html" class="breadcrumb">disposable</a><a href="rx.disposable.RefCountDisposable.html" class="breadcrumb">RefCountDisposable</a></div><div><div class="documentation-comment synopsis"><div></div></div></div><div class="annotated-prototype"><div class="function-prototype"><div class="parent-prototype"><span class="builtin-type">class</span> <span class="name">RefCountDisposable</span></div><div><div class="attributes"></div><div class="return-type"><a data-ident="Disposable" href="rx.disposable.Disposable.html" title="rx.disposable.Disposable" class="name">Disposable</a></div><div class="function-name">getDisposable</div><div class="template-parameters"></div><div class="runtime-parameters">(<div class="parameters-list toplevel"></div>)</div><div class="function-contracts"></div></div></div></div><div></div></div>
<div id="page-nav"><a href="rx.html" class="parent">rx</a><a href="rx.disposable.html" class="parent">disposable</a><a href="rx.disposable.RefCountDisposable.html" class="parent">RefCountDisposable</a>
<span class="type-separator">constructors</span><ul><li><a href="rx.disposable.RefCountDisposable.this.html" class="constructor">this</a></li></ul><span class="type-separator">functions</span><ul><li><a href="rx.disposable.RefCountDisposable.dispose.html" class="function">dispose</a></li><li><a href="rx.disposable.RefCountDisposable.getDisposable.html" class="function current">getDisposable</a></li></ul></div>
</div>
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
</body>
</html> | lempiji/rx | docs/rx.disposable.RefCountDisposable.getDisposable.html | HTML | mit | 2,755 |
<!DOCTYPE HTML>
<html lang="en-US" >
<head>
<meta charset="UTF-8">
<title>預設最大框架 | Android 教學</title>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<meta name="description" content="">
<meta name="generator" content="GitBook 1.0.3">
<meta name="HandheldFriendly" content="true"/>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../gitbook/images/apple-touch-icon-precomposed-152.png">
<link rel="shortcut icon" href="../gitbook/images/favicon.ico" type="image/x-icon">
<link rel="next" href="../xml/linearlayout.html" />
<link rel="prev" href="../xml/layoutsize.html" />
</head>
<body>
<link rel="stylesheet" href="../gitbook/style.css">
<div class="book" data-level="2.3" data-basepath=".." data-revision="1438684977732">
<div class="book-summary">
<div class="book-search">
<input type="text" placeholder="Type to search" class="form-control" />
</div>
<ul class="summary">
<li class="chapter " data-level="0" data-path="index.html">
<a href="../index.html">
<i class="fa fa-check"></i>
Introduction
</a>
<ul class="articles">
<li class="chapter " data-level="0.1" data-path="operatorsystem.html">
<a href="../operatorsystem.html">
<i class="fa fa-check"></i>
<b>0.1.</b>
作業系統
</a>
</li>
<li class="chapter " data-level="0.2" data-path="environment.html">
<a href="../environment.html">
<i class="fa fa-check"></i>
<b>0.2.</b>
基本環境
</a>
</li>
<li class="chapter " data-level="0.3" data-path="integrated_development_environment.html">
<a href="../integrated_development_environment.html">
<i class="fa fa-check"></i>
<b>0.3.</b>
整合開發環境 (IDE)
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="1" data-path="activity/README.html">
<a href="../activity/README.html">
<i class="fa fa-check"></i>
<b>1.</b>
Activity
</a>
<ul class="articles">
<li class="chapter " data-level="1.1" data-path="activity/lifecycle.html">
<a href="../activity/lifecycle.html">
<i class="fa fa-check"></i>
<b>1.1.</b>
生命週期
</a>
</li>
<li class="chapter " data-level="1.2" data-path="activity/lifecycleusinglog____log.html">
<a href="../activity/lifecycleusinglog____log.html">
<i class="fa fa-check"></i>
<b>1.2.</b>
用 Log 觀察生命週期
</a>
</li>
<li class="chapter " data-level="1.3" data-path="activity/activity.html">
<a href="../activity/activity.html">
<i class="fa fa-check"></i>
<b>1.3.</b>
Activity 換頁
</a>
</li>
<li class="chapter " data-level="1.4" data-path="activity/activitychangepagebundle.html">
<a href="../activity/activitychangepagebundle.html">
<i class="fa fa-check"></i>
<b>1.4.</b>
Activity 換頁傳遞資訊
</a>
</li>
<li class="chapter " data-level="1.5" data-path="activity/activityforresult_activity.html">
<a href="../activity/activityforresult_activity.html">
<i class="fa fa-check"></i>
<b>1.5.</b>
Activity 換頁後回傳資訊
</a>
</li>
<li class="chapter " data-level="1.6" data-path="activity/activityforresultcheckresultcode.html">
<a href="../activity/activityforresultcheckresultcode.html">
<i class="fa fa-check"></i>
<b>1.6.</b>
Activity 換頁後回傳資訊並判斷狀態
</a>
</li>
<li class="chapter " data-level="1.7" data-path="activity/activityforresultcheckrequestcode.html">
<a href="../activity/activityforresultcheckrequestcode.html">
<i class="fa fa-check"></i>
<b>1.7.</b>
Activity 換頁後回傳資訊並判斷請求類型
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="2" data-path="xml/README.html">
<a href="../xml/README.html">
<i class="fa fa-check"></i>
<b>2.</b>
XML排版初探
</a>
<ul class="articles">
<li class="chapter " data-level="2.1" data-path="xml/userfult_framework.html">
<a href="../xml/userfult_framework.html">
<i class="fa fa-check"></i>
<b>2.1.</b>
常用框架
</a>
</li>
<li class="chapter " data-level="2.2" data-path="xml/layoutsize.html">
<a href="../xml/layoutsize.html">
<i class="fa fa-check"></i>
<b>2.2.</b>
框架、元件通用屬性
</a>
</li>
<li class="chapter active" data-level="2.3" data-path="xml/maxcontainer.html">
<a href="../xml/maxcontainer.html">
<i class="fa fa-check"></i>
<b>2.3.</b>
預設最大框架
</a>
</li>
<li class="chapter " data-level="2.4" data-path="xml/linearlayout.html">
<a href="../xml/linearlayout.html">
<i class="fa fa-check"></i>
<b>2.4.</b>
LinearLayout 排列方式
</a>
</li>
<li class="chapter " data-level="2.5" data-path="xml/linearlayout_gravity.html">
<a href="../xml/linearlayout_gravity.html">
<i class="fa fa-check"></i>
<b>2.5.</b>
LinearLayout 重心設定
</a>
</li>
<li class="chapter " data-level="2.6" data-path="xml/linearlayoutpercentage.html">
<a href="../xml/linearlayoutpercentage.html">
<i class="fa fa-check"></i>
<b>2.6.</b>
LinearLayout 比例分配
</a>
</li>
<li class="chapter " data-level="2.7" data-path="xml/relativelayouttoparent.html">
<a href="../xml/relativelayouttoparent.html">
<i class="fa fa-check"></i>
<b>2.7.</b>
RelativeLayout 相對於父框架
</a>
</li>
<li class="chapter " data-level="2.8" data-path="xml/relativelayouttootherchild.html">
<a href="../xml/relativelayouttootherchild.html">
<i class="fa fa-check"></i>
<b>2.8.</b>
RelativeLayout 相對於子元件或子框架
</a>
</li>
<li class="chapter " data-level="2.9" data-path="xml/framelayout.html">
<a href="../xml/framelayout.html">
<i class="fa fa-check"></i>
<b>2.9.</b>
FrameLayout
</a>
</li>
<li class="chapter " data-level="2.10" data-path="xml/textview.html">
<a href="../xml/textview.html">
<i class="fa fa-check"></i>
<b>2.10.</b>
TextView
</a>
</li>
<li class="chapter " data-level="2.11" data-path="xml/edittext.html">
<a href="../xml/edittext.html">
<i class="fa fa-check"></i>
<b>2.11.</b>
EditText
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="3" data-path="toast/README.html">
<a href="../toast/README.html">
<i class="fa fa-check"></i>
<b>3.</b>
Toast
</a>
<ul class="articles">
<li class="chapter " data-level="3.1" data-path="toast/toastshow.html">
<a href="../toast/toastshow.html">
<i class="fa fa-check"></i>
<b>3.1.</b>
Toast 使用方式
</a>
</li>
<li class="chapter " data-level="3.2" data-path="toast/toastcustomsize.html">
<a href="../toast/toastcustomsize.html">
<i class="fa fa-check"></i>
<b>3.2.</b>
Toast 客製化介面
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="4" data-path="log/README.html">
<a href="../log/README.html">
<i class="fa fa-check"></i>
<b>4.</b>
Log
</a>
</li>
<li class="chapter " data-level="5" data-path="alertdialog/README.html">
<a href="../alertdialog/README.html">
<i class="fa fa-check"></i>
<b>5.</b>
AlertDialog
</a>
<ul class="articles">
<li class="chapter " data-level="5.1" data-path="alertdialog/simplealertdialog.html">
<a href="../alertdialog/simplealertdialog.html">
<i class="fa fa-check"></i>
<b>5.1.</b>
AlertDialog 快速範例
</a>
</li>
<li class="chapter " data-level="5.2" data-path="alertdialog/alertdialogsampleanalysis.html">
<a href="../alertdialog/alertdialogsampleanalysis.html">
<i class="fa fa-check"></i>
<b>5.2.</b>
AlertDialog 快速範例拆解
</a>
</li>
<li class="chapter " data-level="5.3" data-path="alertdialog/alertdialoginitbeforeshow.html">
<a href="../alertdialog/alertdialoginitbeforeshow.html">
<i class="fa fa-check"></i>
<b>5.3.</b>
AlertDialog 先建立後顯示
</a>
</li>
<li class="chapter " data-level="5.4" data-path="alertdialog/dialoginterfaceonclicklistener.html">
<a href="../alertdialog/dialoginterfaceonclicklistener.html">
<i class="fa fa-check"></i>
<b>5.4.</b>
AlertDialog OnClickListener 方法分析
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="6" data-path="chapter01/README.html">
<a href="../chapter01/README.html">
<i class="fa fa-check"></i>
<b>6.</b>
RecyclerView
</a>
<ul class="articles">
<li class="chapter " data-level="6.1" data-path="chapter01/horizonlinearmanager.html">
<a href="../chapter01/horizonlinearmanager.html">
<i class="fa fa-check"></i>
<b>6.1.</b>
HorizonLinearManager
</a>
</li>
<li class="chapter " data-level="6.2" data-path="chapter01/vertiallinearmanager.html">
<a href="../chapter01/vertiallinearmanager.html">
<i class="fa fa-check"></i>
<b>6.2.</b>
VertialLinearManager
</a>
</li>
<li class="chapter " data-level="6.3" data-path="chapter01/gridlayoutmanager.html">
<a href="../chapter01/gridlayoutmanager.html">
<i class="fa fa-check"></i>
<b>6.3.</b>
GridLayoutManager
</a>
</li>
<li class="chapter " data-level="6.4" data-path="chapter01/staggeredgridlayoutmanager.html">
<a href="../chapter01/staggeredgridlayoutmanager.html">
<i class="fa fa-check"></i>
<b>6.4.</b>
StaggeredGridLayoutManager
</a>
</li>
</ul>
</li>
<li class="chapter " data-level="7" data-path="actionbar/README.html">
<a href="../actionbar/README.html">
<i class="fa fa-check"></i>
<b>7.</b>
ActionBar
</a>
<ul class="articles">
<li class="chapter " data-level="7.1" data-path="actionbar/oncreateoptionsmenu.html">
<a href="../actionbar/oncreateoptionsmenu.html">
<i class="fa fa-check"></i>
<b>7.1.</b>
onCreateOptionsMenu
</a>
</li>
</ul>
</li>
<li class="divider"></li>
<li>
<a href="http://www.gitbook.io/" target="blank" class="gitbook-link">Published using GitBook</a>
</li>
</ul>
</div>
<div class="book-body">
<div class="body-inner">
<div class="book-header">
<!-- Actions Left -->
<a href="#" class="btn pull-left toggle-summary" aria-label="Toggle summary"><i class="fa fa-align-justify"></i></a>
<a href="#" class="btn pull-left toggle-search" aria-label="Toggle search"><i class="fa fa-search"></i></a>
<div id="font-settings-wrapper" class="dropdown pull-left">
<a href="#" class="btn toggle-dropdown" aria-label="Toggle font settings"><i class="fa fa-font"></i>
</a>
<div class="dropdown-menu font-settings">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button type="button" id="reduce-font-size" class="button size-2">A</button>
<button type="button" id="enlarge-font-size" class="button size-2">A</button>
</div>
<div class="buttons font-family-list">
<button type="button" data-font="0" class="button">Serif</button>
<button type="button" data-font="1" class="button">Sans</button>
</div>
<div class="buttons color-theme-list">
<button type="button" id="color-theme-preview-0" class="button size-3" data-theme="0">White</button>
<button type="button" id="color-theme-preview-1" class="button size-3" data-theme="1">Sepia</button>
<button type="button" id="color-theme-preview-2" class="button size-3" data-theme="2">Night</button>
</div>
</div>
</div>
<!-- Actions Right -->
<div class="dropdown pull-right">
<a href="#" class="btn toggle-dropdown" aria-label="Toggle share dropdown"><i class="fa fa-share-alt"></i>
</a>
<div class="dropdown-menu font-settings dropdown-left">
<div class="dropdown-caret">
<span class="caret-outer"></span>
<span class="caret-inner"></span>
</div>
<div class="buttons">
<button type="button" data-sharing="twitter" class="button">Twitter</button>
<button type="button" data-sharing="google-plus" class="button">Google</button>
<button type="button" data-sharing="facebook" class="button">Facebook</button>
<button type="button" data-sharing="weibo" class="button">Weibo</button>
<button type="button" data-sharing="instapaper" class="button">Instapaper</button>
</div>
</div>
</div>
<a href="#" target="_blank" class="btn pull-right google-plus-sharing-link sharing-link" data-sharing="google-plus" aria-label="Share on Google Plus"><i class="fa fa-google-plus"></i></a>
<a href="#" target="_blank" class="btn pull-right facebook-sharing-link sharing-link" data-sharing="facebook" aria-label="Share on Facebook"><i class="fa fa-facebook"></i></a>
<a href="#" target="_blank" class="btn pull-right twitter-sharing-link sharing-link" data-sharing="twitter" aria-label="Share on Twitter"><i class="fa fa-twitter"></i></a>
<!-- Title -->
<h1>
<i class="fa fa-circle-o-notch fa-spin"></i>
<a href="../" >Android 教學</a>
</h1>
</div>
<div class="page-wrapper" tabindex="-1">
<div class="page-inner">
<section class="normal" id="section-gitbook_37">
<h2 id="android-project-">初次開啟專案時,Android Project 會生成以下檔案</h2>
<h4 id="activity_mainxml">activity_main.xml</h4>
<pre><code class="lang-xml"><span class="hljs-tag"><<span class="hljs-title">RelativeLayout</span>
<span class="hljs-attribute">xmlns:android</span>=<span class="hljs-value">"http://schemas.android.com/apk/res/android"</span>
<span class="hljs-attribute">xmlns:tools</span>=<span class="hljs-value">"http://schemas.android.com/tools"</span>
<span class="hljs-attribute">android:layout_width</span>=<span class="hljs-value">"match_parent"</span>
<span class="hljs-attribute">android:layout_height</span>=<span class="hljs-value">"match_parent"</span>
<span class="hljs-attribute">android:paddingLeft</span>=<span class="hljs-value">"@dimen/activity_horizontal_margin"</span>
<span class="hljs-attribute">android:paddingRight</span>=<span class="hljs-value">"@dimen/activity_horizontal_margin"</span>
<span class="hljs-attribute">android:paddingTop</span>=<span class="hljs-value">"@dimen/activity_vertical_margin"</span>
<span class="hljs-attribute">android:paddingBottom</span>=<span class="hljs-value">"@dimen/activity_vertical_margin"</span>
<span class="hljs-attribute">tools:context</span>=<span class="hljs-value">".MainActivity"</span>></span>
<span class="hljs-tag"></<span class="hljs-title">RelativeLayout</span>></span>
</code></pre>
<ul>
<li>xmlns:android</li>
<li>定義 android 前輟,讓標籤可以使用 <strong>android:屬性名稱</strong> 來設定元件或框架。</li>
<li>-</li>
<li>xmlns:tools</li>
<li>定義 tools 前輟,讓標籤可以使用 <strong>tools:屬性名稱</strong> 來做額外設定。</li>
<li>-</li>
<li>android:layout_width</li>
<li>最大框架 <strong>寬度填滿 (match_parent)</strong> 整個視窗。</li>
<li>-</li>
<li>android:layout_height</li>
<li>最大框架 <strong>高度填滿 (match_parent)</strong> 整個視窗。</li>
<li>-</li>
<li>android:paddingLeft、Right、Top、Bottom</li>
<li>設定 <strong>框架邊框和內容之間的內距</strong></li>
<li>-</li>
<li>@dimen/activity_horizontal_margin</li>
<li>Android 的<strong>預設內距大小</strong>。</li>
<li>-</li>
<li>tools:context</li>
<li>提供<strong>設計階段</strong>時,讓 xml 套用 AndroidManifest.xml 中設定的樣式,並<strong>顯示在介面預覽畫面</strong>中。</li>
</ul>
<h4 id="mainactivityjava">MainActivity.java</h4>
<pre><code class="lang-java"><span class="hljs-comment">//宣告這個 Class 為 Activity,可用來顯示畫面。</span>
<span class="hljs-keyword">public</span> <span class="hljs-class"><span class="hljs-keyword">class</span> <span class="hljs-title">MainActivity</span> <span class="hljs-keyword">extends</span> <span class="hljs-title">ActionBarActivity</span> </span>{
<span class="hljs-annotation">@Override</span> <span class="hljs-comment">//此畫面的程式進入點</span>
<span class="hljs-function"><span class="hljs-keyword">protected</span> <span class="hljs-keyword">void</span> <span class="hljs-title">onCreate</span><span class="hljs-params">(Bundle savedInstanceState)</span> </span>{
<span class="hljs-comment">//先執行父類別中的onCreate方法。</span>
<span class="hljs-keyword">super</span>.onCreate(savedInstanceState);
<span class="hljs-comment">//用 R.layout.介面xml名稱設定畫面,來指定這個Activity要套用哪一個XML檔案來顯示介面。</span>
setContentView(R.layout.activity_main);
}
<span class="hljs-annotation">@Override</span> <span class="hljs-comment">// ActionBar 的 Menu 初始化方法</span>
<span class="hljs-function"><span class="hljs-keyword">public</span> <span class="hljs-keyword">boolean</span> <span class="hljs-title">onCreateOptionsMenu</span><span class="hljs-params">(Menu menu)</span> </span>{
<span class="hljs-comment">// Inflate the menu; this adds items to the action bar if it is present.</span>
getMenuInflater().inflate(R.menu.menu_main, menu);
<span class="hljs-keyword">return</span> <span class="hljs-keyword">true</span>;
}
<span class="hljs-annotation">@Override</span> <span class="hljs-comment">// 每個 Menu Item 被點擊時執行的方法</span>
<span class="hljs-function"><span class="hljs-keyword">public</span> <span class="hljs-keyword">boolean</span> <span class="hljs-title">onOptionsItemSelected</span><span class="hljs-params">(MenuItem item)</span> </span>{
<span class="hljs-comment">// Handle action bar item clicks here. The action bar will</span>
<span class="hljs-comment">// automatically handle clicks on the Home/Up button, so long</span>
<span class="hljs-comment">// as you specify a parent activity in AndroidManifest.xml.</span>
<span class="hljs-keyword">int</span> id = item.getItemId();
<span class="hljs-comment">//noinspection SimplifiableIfStatement</span>
<span class="hljs-keyword">if</span> (id == R.id.action_settings) {
<span class="hljs-keyword">return</span> <span class="hljs-keyword">true</span>;
}
<span class="hljs-keyword">return</span> <span class="hljs-keyword">super</span>.onOptionsItemSelected(item);
}
}
</code></pre>
</section>
</div>
</div>
</div>
<a href="../xml/layoutsize.html" class="navigation navigation-prev " aria-label="Previous page: 框架、元件通用屬性"><i class="fa fa-angle-left"></i></a>
<a href="../xml/linearlayout.html" class="navigation navigation-next " aria-label="Next page: LinearLayout 排列方式"><i class="fa fa-angle-right"></i></a>
</div>
</div>
<script src="../gitbook/app.js"></script>
<script src="https://cdn.mathjax.org/mathjax/2.4-latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<script src="../gitbook/plugins/gitbook-plugin-mathjax/plugin.js"></script>
<script>
require(["gitbook"], function(gitbook) {
var config = {"fontSettings":{"theme":null,"family":"sans","size":2}};
gitbook.start(config);
});
</script>
</body>
</html>
| shlyren/web | android.yuxiang.ren/xml/maxcontainer.html | HTML | mit | 30,609 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>node-pm Module: lib/processEvents</title>
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link type="text/css" rel="stylesheet" href="styles/sunlight.default.css">
<link type="text/css" rel="stylesheet" href="styles/site.cerulean.css">
</head>
<body>
<div class="container-fluid">
<div class="navbar navbar-fixed-top navbar-inverse">
<div class="navbar-inner">
<a class="brand" href="index.html">node-pm</a>
<ul class="nav">
<li class="dropdown">
<a href="modules.list.html" class="dropdown-toggle" data-toggle="dropdown">Modules<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="clusterEvents.html">lib/clusterEvents</a>
</li>
<li>
<a href="Logger.html">lib/Logger</a>
</li>
<li>
<a href="main.html">lib/main</a>
</li>
<li>
<a href="master.html">lib/master</a>
</li>
<li>
<a href="processEvents.html">lib/processEvents</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="events.list.html" class="dropdown-toggle" data-toggle="dropdown">Events<b
class="caret"></b></a>
<ul class="dropdown-menu ">
<li>
<a href="global.html#event:shutdown">shutdown</a>
</li>
</ul>
</li>
</ul>
</div>
</div>
<div class="row-fluid">
<div class="span8">
<div id="main">
<h1 class="page-title">Module: lib/processEvents</h1>
<section>
<header>
<h2>
lib/processEvents
</h2>
</header>
<article>
<div class="container-overview">
<div class="description"><p>Register Process Events</p></div>
<dl class="details">
<dt class="tag-author">Author:</dt>
<dd class="tag-author">
<ul>
<li><a href="mailto:[email protected]">Kevin Smithson</a></li>
<li><a href="mailto:[email protected]">Craig Thayer</a></li>
</ul>
</dd>
<dt class="tag-source">Source:</dt>
<dd class="tag-source"><ul class="dummy"><li>
<a href="processEvents.js.html">processEvents.js</a>, <a href="processEvents.js.html#sunlight-1-line-8">line 8</a>
</li></ul></dd>
</dl>
</div>
</article>
</section>
</div>
<div class="clearfix"></div>
<footer>
<span class="copyright">
Sazze, Inc Copyright © 2012-2013
</span>
<br />
<span class="jsdoc-message">
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.2.1</a>
on Mon Nov 04 2013 13:17:36 GMT-0800 (PST) using the <a href="https://github.com/terryweiss/docstrap">DocStrap template</a>.
</span>
</footer>
</div>
<div class="span3">
<div id="toc"></div>
</div>
<br clear="both">
</div>
</div>
<script src="scripts/sunlight.js"></script>
<script src="scripts/sunlight.javascript.js"></script>
<script src="scripts/sunlight-plugin.doclinks.js"></script>
<script src="scripts/sunlight-plugin.linenumbers.js"></script>
<script src="scripts/sunlight-plugin.menu.js"></script>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/jquery.scrollTo.js"></script>
<script src="scripts/jquery.localScroll.js"></script>
<script src="scripts/bootstrap-dropdown.js"></script>
<script src="scripts/toc.js"></script>
<script> Sunlight.highlightAll({lineNumbers:true, showMenu: true, enableDoclinks :true}); </script>
<script>
$( function () {
$( "#toc" ).toc( {
selectors : "h1,h2,h3,h4",
showAndHide : false,
scrollTo : 60
} );
$( "#toc>ul" ).addClass( "nav nav-pills nav-stacked" );
$( "#main span[id^='toc']" ).addClass( "toc-shim" );
} );
</script>
</body>
</html> | sazze/node-pm | docs/processEvents.html | HTML | mit | 4,079 |
---
title: "Make tests on Android projects I"
date: 2012-05-01, 21:45
layout: post
categories: [Android, Java, Development]
published: true
comments: true
---
<p>
Hi all!</p>
<p>
As you might know if you follow my blog I'm working at Schibsted, and
one of the projects we are developing is an Android application to
access to the classifieds websites of the company (like custojusto.pt,
bomnegocio.com, tori.fi, …). One of the ideas that defines our work
method, Extreme Programming, is the continuous integration of the new
developments (or iterations) of the project, so we have to include
tests on every project we have in order to check the backward
compatibility, and the Android project is not an exception.</p>
<!--more-->
<p>
Making tests for any Android application (I should say on any mobile
application, but I've only seen Android and IOS) is a pain, and for a
lot of reasons, including:</p>
<ul class="org-ul">
<li>To test any android application you must have an android environment up and running.
That means that the tests are going to be slow because they are
going to run in a complete android environment (that can be a
virtual machine, an emulator or a real device).
<p>
It also means that you have to get several environment (android
version and devices) to test your application, because even with the
same version of Android the execution can be quite different between
on device and another (you find differences even between one device
emulator and the real device!).</p>
<p>
Only this can make the tests veeeeeery slow.</p>
</li>
<li>The test is a different project running in a different process.
This means that the test have to compile against the project, so
every change on the project lead to a clean and recompilation of all
the tests. That's because ant is not so good as Makefile checking
the dependencies of each file (at least by default in the Android
projects, I supose it can be quite better if you customize it to
resolve all your dependencies, but this is not the usual). Sometimes
even I uninstall all the test project in order to delete from the
emulator some garbage that adb/android didn't delete at the
reinstallation.
<p>
This also means that the test is responsible of running up the
applicatiion, set up all the parameters you need and shut down the
application. This is not bad, but I think the Android sdk should
include a testing environment capable of setting up and down the
application by you, so you don't have to do it in each test.</p>
<p>
Also, you have to know what actions have to be done at the test
process and what actions should be done at the application process
(or wait until the android test run an exception telling you that
you have to run some action in the application process).</p>
<p>
Finally, if your application depends on an external application
(like the gallery or an email application) it's almost impossible to
test this part of the application, because you can test and control
the application (or process) that you are developing, not an
external application, so in some cases there are parts of you
application impossible to test, because it's not possible (at least
I didn't found how) to simulate an external calling.</p>
</li>
<li>The documentation about testing is risible.
Appart of some basic documentation and examples at the official
<a href="https://developer.android.com/">android developers page</a> there isn't any documentation of quality
about the testing process, so it's very hard to learn how the tests
works and to make a good testsuite of your Android application. I've
found some posts that even recommend you to test your application
directly on the physical device :).
</li>
</ul>
<p>
For this reasons in the next few days I'm going to make a little
tutorial about how to make some tests to your Android application</p>
<p>
<b>To be continued…</b></p>
| i02sopop/blog | _posts/2012-05-01-android-testing.html | HTML | mit | 3,887 |
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Test</title>
<link rel="stylesheet" type="text/css" href="../base.css">
<style>
#wrap{ position:absolute; display:none; width:450px; height:300px; padding:30px; background:white; text-align:center;}
</style>
</head>
<body>
<span id="open">点击我试试</span>
<div id="wrap">
<span>hahahahaahaha</span><br/><br/>
<label>关闭窗口</label>
</div>
<script src="../jquery-1.11.1.js"></script>
<script src="../vajoy.js"></script>
<script>
jQuery(document).ready(function(){
var openFun = function(){
alert("it's open");
};
//$.VJ_Dialog("#open","#wrap","#wrap label");
//$.VJ_Dialog("#open","#wrap","#wrap label",openFun);
$.VJ_Dialog("#open","#wrap","#wrap label",30,30, openFun); //窗口分别向左和向上挪动30像素,并触发openFun事件
console.log($("body").height());
})
</script>
</body>
</html>
| flyromance/jQuery | demo/VaJoy/Demo/Dialog.html | HTML | mit | 887 |
<!doctype html>
<!-- Microdata markup added by Google Structured Data Markup Helper. -->
<!--[if lt IE 7 ]><html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]><html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]><html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]><html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><html lang="en" class="no-js"> <![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="keywords" content="">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="last-modified" content="2018-04-10T11:55:09.1126164+01:00" />
<meta name="google-site-verification" content="9bvoj2jXRyykef2Tg72C0Am15YBTqDF0RgeZ84tUytE" />
<title>Jonathan Channon Blog</title>
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700%7CCourgette' rel='stylesheet' type='text/css'>
<link href="/css/style.css" media="screen" rel="stylesheet">
<link href="/css/screen.css" media="screen" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Jonathan Channon Blog" href="/feed.xml" />
</head>
<body>
<div itemscope itemtype="http://schema.org/Article" class="body_wrap">
<div class="logo">
<strong><a href="index.html">Blog</a></strong>
<div class="logo_description">curated by Jonathan Channon</div>
</div>
<!-- header -->
<div class="header">
<div class="header_inner">
<!-- topmenu -->
<nav id="topmenu" class="clearfix">
<ul class="dropdown">
<li class="menu-item-blue"><a href="/"><span>Home</span></a></li>
<li class="menu-item-green"><a href="/about"><span>About Me</span></a></li>
<li class="menu-item-red"><a href="http://jonathanchannon.com"><span>Resume</span></a></li>
<li class="menu-item-pink"><a href="/archive"><span>Archive</span></a></li>
<li class="menu-item-purple"><a href="/contact"><span>Contact</span></a></li>
</ul>
<select id="topm-select" onChange="location = this.value">
<option value="">Site Navigation</option>
<option value="/">Home</option>
<option value="/about">About Me</option>
<option value="http://www.jonathanchannon.com">Resume</option>
<option value="/archive">Archive</option>
<option value="/contact">Contact</option>
</select>
</nav>
<!--/ topmenu -->
</div>
</div>
<!--/ header -->
<!-- middle -->
<div id="middle" class="full_width">
<div class="container clearfix">
<!-- content -->
<div class="">
<h1><a href="/category/">Other posts in the "mocha" category</a></h1>
<div class="catboxed" style="position:relative; margin-bottom:20px;">
<span class="cat-label"></span>
<a href="/2013/10/21/running-mocha-tests-with-sublime-text/" title="Running Mocha tests within Sublime Text">Running Mocha tests within Sublime Text</a> <small>(October 21, 2013)</small>
</div>
</div>
<!-- #content -->
</div>
</div>
<!--/ middle -->
<!-- footer social -->
<div class="footer_social">
<div class="footer_social_inner">
<div class="container">
<!-- <a href="post-details.html#" class="social-fb">Facebook</a> -->
<a href="http://twitter.com/jchannon" class="social-twitter">Twitter</a>
<a href="http://github.com/jchannon" class="social-github">Github</a>
<a href="http://uk.linkedin.com/in/jonathanchannon/" class="social-linkedin">Linked In</a>
<a href="/feed.xml" class="social-rss">RSS Feed</a>
</div>
</div>
</div>
<!--/ footer social -->
<div class="footer">
<div class="container">
<p class="copyright"><a href="https://github.com/Sandra/Sandra.Snow">Powered by Sandra.Snow</a></p>
</div>
</div>
</div>
<!-- main JS libs -->
<script src="/js/libs/modernizr.min.js"></script>
<script src="/js/libs/respond.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<!-- scripts -->
<script src="/js/general.js"></script>
<script src="/js/hoverIntent.js"></script>
<script type='text/javascript'>
$(function () {
$("pre code").parent().each(function () {
if (!$(this).hasClass("prettyprint")) {
$(this).addClass("prettyprint");
a = true
}
});
//prettyPrint();
});
</script>
<script src="https://cdn.rawgit.com/google/code-prettify/master/loader/run_prettify.js?skin=sons-of-obsidian"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7138405-4']);
_gaq.push(['_trackPageview']);
(function () {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>
| jchannon/Sandra.Snow.BarbatoTemplate | Website/category/mocha/index.html | HTML | mit | 5,783 |
<HTML><HEAD>
<TITLE>Review for Trainspotting (1996)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0117951">Trainspotting (1996)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Christopher+Null">Christopher Null</A></H3><HR WIDTH="40%" SIZE="4">
<PRE> TRAINSPOTTING
A film review by Christopher Null
Copyright 1996 Christopher Null</PRE>
<P> It's the most heavily-hyped and anticipated indie film I have ever seen.</P>
<P> It's a foul and grotesque exercise in nausea, yet completely
engrossing from the start.</P>
<P> It's the most experimental film to gain a large release in America
since SLACKER.</P>
<P> Its subject matter is something eschewed by almost everybody -- heroin
addiction.</P>
<P> Its unique structure, built around metaphor and over-the-top imagery,
will make the film inaccessible to most audiences, as if the thick Scottish
accents that make most of the dialogue indecipherable don't already.</P>
<PRE> It's TRAINSPOTTING, and it's great.</PRE>
<P> Making an independent movie about drug addiction isn't the easiest
thing in the world. Gus Van Sant tried it awhile back, in DRUGSTORE
COWBOY, with fair success. This time it's director Danny Boyle (who helmed
last year's Movie Emporium #1 Film of the Year, SHALLOW GRAVE), with a few
familiar faces from the aforementioned masterpiece (led by GRAVE's Ewan
McGregor, as our narrator Renton) and a lot of Boyle's signature
avant-garde direction.</P>
<P> The story is based on Irvine Welsh's cult novel of the same name, as
TRAINSPOTTING tracks the downward -- and upward -- spirals of a group of
heroin-addicted friends in Scotland. The title comes from a popular
pastime in Britain, where people apparently sit by the tracks and record
every possible detail of the passing trains -- sometimes for days at a
time. The futility of this task is yet another metaphor in a
metaphor-bloated picture, where nothing on the screen is exactly what it
seems.</P>
<P> The film truly defies description, and even a full 12 months of hype
couldn't adequately prepare me for what I eventually saw. Suffice it to
say that this horribly nasty and raw expose of how unglamorous the junkie
life really is manages to overpower anything else I've seen on film in a
long while. Beyond that, you'll just have to see for yourself. But *be
prepared* to be shocked, disgusted, and at the same time, enthralled.</P>
<P> I could talk about the bothersome aspects of TRAINSPOTTING: an
annoying techno soundtrack, a dragging middle section, and rapid-fire,
heavily-accented dialogue that went in my ears and never quite reached my
brain. Or I could talk about how, after leaving the theater, I wanted to
immediately see the film again. But, as TRAINSPOTTING's Renton puts it,
why would I want to do a thing like that?</P>
<PRE>RATING: ****1/2</PRE>
<PRE>|------------------------------|
\ ***** Perfection \
\ **** Good, memorable film \
\ *** Average, hits and misses \
\ ** Sub-par on many levels \
\ * Unquestionably awful \
|------------------------------|</PRE>
<P>-Christopher Null / <A HREF="mailto:[email protected]">[email protected]</A> / Writer-Producer
-Visit the Movie Emporium at <A HREF="http://www.filmcritic.com/">http://www.filmcritic.com/</A>
-and Null Set Productions at <A HREF="http://www.filmcritic.com/nullset.htm">http://www.filmcritic.com/nullset.htm</A></P>
<HR><P CLASS=flush><SMALL>The review above was posted to the
<A HREF="news:rec.arts.movies.reviews">rec.arts.movies.reviews</A> newsgroup (<A HREF="news:de.rec.film.kritiken">de.rec.film.kritiken</A> for German reviews).<BR>
The Internet Movie Database accepts no responsibility for the contents of the
review and has no editorial control. Unless stated otherwise, the copyright
belongs to the author.<BR>
Please direct comments/criticisms of the review to relevant newsgroups.<BR>
Broken URLs inthe reviews are the responsibility of the author.<BR>
The formatting of the review is likely to differ from the original due
to ASCII to HTML conversion.
</SMALL></P>
<P ALIGN=CENTER>Related links: <A HREF="/Reviews/">index of all rec.arts.movies.reviews reviews</A></P>
</P></BODY></HTML>
| xianjunzhengbackup/code | data science/machine_learning_for_the_web/chapter_4/movie/5732.html | HTML | mit | 4,493 |
<div class="container">
<div class="row">
<div class="col-sm-6">
<div>
<h3>{{ 'CATINSUMO.LIST._TITLE' | translate }}</h3>
<ul id="list" *ngIf="insumoCategories">
<li class="list-item list-unstyled" *ngFor="let catInsumo of insumoCategories">
<span class="record-link" (click)="view(catInsumo.insumocategoryid)">
{{ catInsumo.insumocategoryid }} |
{{ catInsumo.insumocategorycode }} |
{{ catInsumo.insumocategoryname }} |
{{ catInsumo.requiresinventoryupdate }} |
{{ catInsumo.hasuseditems }}
</span>
<span class="btn btn-primary float-right" (click)="view(catInsumo.insumocategoryid)">
{{ 'BUTTONS._VIEW' | translate }}</span>
<span class="btn btn-danger btn-not-last float-right" (click)="delete(catInsumo.insumocategoryid)"
*ngIf="in_use.indexOf(catInsumo.insumocategoryid) == -1">
{{ 'BUTTONS._DELETE' | translate }}</span>
</li>
<div class="clearfix"></div>
</ul>
</div>
</div>
<div class="col-sm-4 offset-1">
<div *ngIf="insumoCategories">
<cat-insumo-new [ngClass]="(action == 'create') ? 'show-component' : 'hide-component'"
(updateParent)="updateFromChild($event)"
[namesInUse]="namesInUse"
[codesInUse]="codesInUse"
[action]="action"></cat-insumo-new>
<cat-insumo-view [ngClass]="(action != 'create') ? 'show-component' : 'hide-component'"
(updateParent)="updateFromChild($event)"
[namesInUse]="namesInUse"
[codesInUse]="codesInUse"
[action]="action"></cat-insumo-view>
</div>
<br/>
<div class="clearfix"></div>
<br/>
<div>
<alert></alert>
</div>
</div>
<div class="col-sm-12">
<loader [status]="status"></loader>
</div>
</div>
</div>
<div class="clearfix"></div>
<br/>
<paginator></paginator> | pablomag/it-sys-2 | front/src/app/views/cat_insumo/list.html | HTML | mit | 1,914 |
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /demos/lava/1.5/bootstrap3/multipage/fonts/glyphicons-halflings-regular.woff2 was not found on this server.</p>
<hr>
<address>Apache/2.2.22 Server at themearmada.com Port 80</address>
</body></html>
| hariramakrishna/GM-Stegapp | app/fonts/glyphicons-halflings-regular-2.html | HTML | mit | 346 |
<!DOCTYPE html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head th:fragment="common-header">
<title>FullStack title</title>
<!-- Bootstrap core CSS -->
<link th:href="@{/webjars/bootstrap/3.3.6/css/bootstrap.min.css}" rel="stylesheet" media="screen"/>
<!-- Custom styles for this template -->
<link type="text/css" th:href="@{/css/styles.css}" rel="stylesheet" media="screen"/>
</head>
<div th:fragment="before-body-scripts">
<script th:src="@{/webjars/jquery/2.1.4/jquery.min.js}"></script>
<script th:src="@{/webjars/bootstrap/3.3.6/js/bootstrap.min.js}"></script>
<script th:src="@{/js/fullstack.js}"></script>
</div>
</html> | AsierG/fullStackDeveloper | src/main/resources/templates/common/header.html | HTML | mit | 675 |
<!doctype html>
<html class="default no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>"paths/Content" | ringcentral-ts API Reference</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../assets/css/main.css">
</head>
<body>
<header>
<div class="tsd-page-toolbar">
<div class="container">
<div class="table-wrap">
<div class="table-cell" id="tsd-search" data-index="../assets/js/search.js" data-base="..">
<div class="field">
<label for="tsd-search-field" class="tsd-widget search no-caption">Search</label>
<input id="tsd-search-field" type="text" />
</div>
<ul class="results">
<li class="state loading">Preparing search index...</li>
<li class="state failure">The search index is not available</li>
</ul>
<a href="../index.html" class="title">ringcentral-ts API Reference</a>
</div>
<div class="table-cell" id="tsd-widgets">
<div id="tsd-filter">
<a href="#" class="tsd-widget options no-caption" data-toggle="options">Options</a>
<div class="tsd-filter-group">
<div class="tsd-select" id="tsd-filter-visibility">
<span class="tsd-select-label">All</span>
<ul class="tsd-select-list">
<li data-value="public">Public</li>
<li data-value="protected">Public/Protected</li>
<li data-value="private" class="selected">All</li>
</ul>
</div>
<input type="checkbox" id="tsd-filter-inherited" checked />
<label class="tsd-widget" for="tsd-filter-inherited">Inherited</label>
<input type="checkbox" id="tsd-filter-externals" checked />
<label class="tsd-widget" for="tsd-filter-externals">Externals</label>
<input type="checkbox" id="tsd-filter-only-exported" />
<label class="tsd-widget" for="tsd-filter-only-exported">Only exported</label>
</div>
</div>
<a href="#" class="tsd-widget menu no-caption" data-toggle="menu">Menu</a>
</div>
</div>
</div>
</div>
<div class="tsd-page-title">
<div class="container">
<ul class="tsd-breadcrumb">
<li>
<a href="../globals.html">Globals</a>
</li>
<li>
<a href="_paths_content_.html">"paths/Content"</a>
</li>
</ul>
<h1>External module "paths/Content"</h1>
</div>
</div>
</header>
<div class="container container-main">
<div class="row">
<div class="col-8 col-content">
<section class="tsd-panel-group tsd-index-group">
<h2>Index</h2>
<section class="tsd-panel tsd-index-panel">
<div class="tsd-index-content">
<section class="tsd-index-section tsd-is-external">
<h3>Classes</h3>
<ul class="tsd-index-list">
<li class="tsd-kind-class tsd-parent-kind-external-module tsd-is-external"><a href="../classes/_paths_content_.content.html" class="tsd-kind-icon">Content</a></li>
</ul>
</section>
</div>
</section>
</section>
</div>
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
<nav class="tsd-navigation primary">
<ul>
<li class="globals ">
<a href="../globals.html"><em>Globals</em></a>
</li>
<li class="current tsd-kind-external-module tsd-is-external">
<a href="_paths_content_.html">"paths/<wbr>Content"</a>
</li>
</ul>
</nav>
<nav class="tsd-navigation secondary menu-sticky">
<ul class="before-current">
<li class=" tsd-kind-class tsd-parent-kind-external-module tsd-is-external">
<a href="../classes/_paths_content_.content.html" class="tsd-kind-icon">Content</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
<footer class="with-border-bottom">
<div class="container">
<h2>Legend</h2>
<div class="tsd-legend-group">
<ul class="tsd-legend">
<li class="tsd-kind-module"><span class="tsd-kind-icon">Module</span></li>
<li class="tsd-kind-object-literal"><span class="tsd-kind-icon">Object literal</span></li>
<li class="tsd-kind-variable"><span class="tsd-kind-icon">Variable</span></li>
<li class="tsd-kind-function"><span class="tsd-kind-icon">Function</span></li>
<li class="tsd-kind-function tsd-has-type-parameter"><span class="tsd-kind-icon">Function with type parameter</span></li>
<li class="tsd-kind-index-signature"><span class="tsd-kind-icon">Index signature</span></li>
<li class="tsd-kind-type-alias"><span class="tsd-kind-icon">Type alias</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-enum"><span class="tsd-kind-icon">Enumeration</span></li>
<li class="tsd-kind-enum-member"><span class="tsd-kind-icon">Enumeration member</span></li>
<li class="tsd-kind-property tsd-parent-kind-enum"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-enum"><span class="tsd-kind-icon">Method</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-interface"><span class="tsd-kind-icon">Interface</span></li>
<li class="tsd-kind-interface tsd-has-type-parameter"><span class="tsd-kind-icon">Interface with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-interface"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-interface"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-interface"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-interface"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-class"><span class="tsd-kind-icon">Class</span></li>
<li class="tsd-kind-class tsd-has-type-parameter"><span class="tsd-kind-icon">Class with type parameter</span></li>
<li class="tsd-kind-constructor tsd-parent-kind-class"><span class="tsd-kind-icon">Constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class"><span class="tsd-kind-icon">Property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class"><span class="tsd-kind-icon">Method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class"><span class="tsd-kind-icon">Accessor</span></li>
<li class="tsd-kind-index-signature tsd-parent-kind-class"><span class="tsd-kind-icon">Index signature</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-constructor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited constructor</span></li>
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-inherited"><span class="tsd-kind-icon">Inherited accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-protected"><span class="tsd-kind-icon">Protected accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private property</span></li>
<li class="tsd-kind-method tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private method</span></li>
<li class="tsd-kind-accessor tsd-parent-kind-class tsd-is-private"><span class="tsd-kind-icon">Private accessor</span></li>
</ul>
<ul class="tsd-legend">
<li class="tsd-kind-property tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static property</span></li>
<li class="tsd-kind-call-signature tsd-parent-kind-class tsd-is-static"><span class="tsd-kind-icon">Static method</span></li>
</ul>
</div>
</div>
</footer>
<div class="container tsd-generator">
<p>Generated using <a href="http://typedoc.org/" target="_blank">TypeDoc</a></p>
</div>
<div class="overlay"></div>
<script src="../assets/js/main.js"></script>
<script>if (location.protocol == 'file:') document.write('<script src="../assets/js/search.js"><' + '/script>');</script>
</body>
</html> | zengfenfei/ringcentral-ts | docs/modules/_paths_content_.html | HTML | mit | 8,501 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Example</title>
<link href="../../dist/modular/css/core.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="../../dist/modular/css/editor.css" rel="stylesheet" type="text/css">
<script src="../../dist/libraries/jquery/jquery.js"></script>
<script src="../../dist/modular/js/core.js" type="text/javascript"></script>
<script src="../../dist/modular/js/editor.js"></script>
</head>
<body>
<textarea id="editor">
Lorem <b>ipsum </b><i>dolor </i><strike>sit</strike> <u>amet</u>, <b><i>consectetur</i></b> <u><strike>adipiscing</strike></u> elit, <i><u>sed</u></i> do eiusmod tempor incididunt ut labore et dolore magna aliqua.
<div style="text-align: center;">Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</div>
<div style="text-align: right;">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</div>
<div>
<ul>
<li>Excepteur sint occaecat cupidatat non proident.<br></li>
<li>Sunt in culpa qui officia deserunt mollit anim id est laborum.<br></li>
</ul>
</div>
</textarea>
<script type="text/javascript">
$(document).ready(function () {
$("#editor").editor({
uiLibrary: 'bootstrap4'
});
});
</script>
</body>
</html> | atatanasov/gijgo | examples/tests/tempeditor.html | HTML | mit | 1,772 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `XKB_KEY_Pointer_DownLeft` constant in crate `wayland_kbd`.">
<meta name="keywords" content="rust, rustlang, rust-lang, XKB_KEY_Pointer_DownLeft">
<title>wayland_kbd::keysyms::XKB_KEY_Pointer_DownLeft - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<p class='location'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a></p><script>window.sidebarCurrent = {name: 'XKB_KEY_Pointer_DownLeft', ty: 'constant', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content constant">
<h1 class='fqn'><span class='in-band'><a href='../index.html'>wayland_kbd</a>::<wbr><a href='index.html'>keysyms</a>::<wbr><a class='constant' href=''>XKB_KEY_Pointer_DownLeft</a></span><span class='out-of-band'><span id='render-detail'>
<a id="toggle-all-docs" href="javascript:void(0)" title="collapse all docs">
[<span class='inner'>−</span>]
</a>
</span><a id='src-878' class='srclink' href='../../src/wayland_kbd/ffi/keysyms.rs.html#466' title='goto source code'>[src]</a></span></h1>
<pre class='rust const'>pub const XKB_KEY_Pointer_DownLeft: <a href='http://doc.rust-lang.org/nightly/std/primitive.u32.html'>u32</a><code> = </code><code>0xfee6</code></pre></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
<p>
Search functions by type signature (e.g.
<code>vec -> usize</code>)
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "wayland_kbd";
window.playgroundUrl = "";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> | mcanders/bevy | doc/wayland_kbd/keysyms/constant.XKB_KEY_Pointer_DownLeft.html | HTML | mit | 3,875 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="generator" content="rustdoc">
<meta name="description" content="API documentation for the Rust `from_u32` fn in crate `std`.">
<meta name="keywords" content="rust, rustlang, rust-lang, from_u32">
<title>std::num::from_u32 - Rust</title>
<link rel="stylesheet" type="text/css" href="../../main.css">
<link rel="shortcut icon" href="http://www.rust-lang.org/favicon.ico">
</head>
<body class="rustdoc">
<!--[if lte IE 8]>
<div class="warning">
This old browser is unsupported and will most likely display funky
things.
</div>
<![endif]-->
<section class="sidebar">
<a href='../../std/index.html'><img src='http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png' alt='' width='100'></a>
<p class='location'><a href='../index.html'>std</a>::<wbr><a href='index.html'>num</a></p><script>window.sidebarCurrent = {name: 'from_u32', ty: 'fn', relpath: ''};</script><script defer src="sidebar-items.js"></script>
</section>
<nav class="sub">
<form class="search-form js-only">
<div class="search-container">
<input class="search-input" name="search"
autocomplete="off"
placeholder="Click or press 'S' to search, '?' for more options..."
type="search">
</div>
</form>
</nav>
<section id='main' class="content fn">
<h1 class='fqn'><span class='in-band'>Function <a href='../index.html'>std</a>::<wbr><a href='index.html'>num</a>::<wbr><a class='fn' href=''>from_u32</a><wbr><a class='stability Unstable' title='likely to be removed'>Unstable</a></span><span class='out-of-band'><span id='render-detail'>
<a id="collapse-all" href="#">[-]</a> <a id="expand-all" href="#">[+]</a>
</span><a id='src-15180' href='../../core/num/fn.from_u32.html?gotosrc=15180'>[src]</a></span></h1>
<pre class='rust fn'>pub fn from_u32<A>(n: <a href='../primitive.u32.html'>u32</a>) -> <a class='enum' href='../../std/option/enum.Option.html' title='std::option::Option'>Option</a><A> <span class='where'>where A: <a class='trait' href='../../std/num/trait.FromPrimitive.html' title='std::num::FromPrimitive'>FromPrimitive</a></span></pre><div class='docblock'><p>A utility function that just calls <code>FromPrimitive::from_u32</code>.</p>
</div></section>
<section id='search' class="content hidden"></section>
<section class="footer"></section>
<div id="help" class="hidden">
<div class="shortcuts">
<h1>Keyboard shortcuts</h1>
<dl>
<dt>?</dt>
<dd>Show this help dialog</dd>
<dt>S</dt>
<dd>Focus the search field</dd>
<dt>⇤</dt>
<dd>Move up in search results</dd>
<dt>⇥</dt>
<dd>Move down in search results</dd>
<dt>⏎</dt>
<dd>Go to active search result</dd>
</dl>
</div>
<div class="infos">
<h1>Search tricks</h1>
<p>
Prefix searches with a type followed by a colon (e.g.
<code>fn:</code>) to restrict the search to a given type.
</p>
<p>
Accepted types are: <code>fn</code>, <code>mod</code>,
<code>struct</code>, <code>enum</code>,
<code>trait</code>, <code>typedef</code> (or
<code>tdef</code>).
</p>
</div>
</div>
<script>
window.rootPath = "../../";
window.currentCrate = "std";
window.playgroundUrl = "http://play.rust-lang.org/";
</script>
<script src="../../jquery.js"></script>
<script src="../../main.js"></script>
<script src="../../playpen.js"></script>
<script async src="../../search-index.js"></script>
</body>
</html> | ArcherSys/ArcherSys | Rust/share/doc/rust/html/std/num/fn.from_u32.html | HTML | mit | 4,113 |
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<title>Exam</title>
<link href="style.css" rel="stylesheet" />
<link href="responsive.css" rel="stylesheet" />
<link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
<script src="js/scripts.js"></script>
</head>
<body>
<div id="container">
<header>
<h1><a href="#" title="Return to the homepage">Exam</a></h1>
<nav role="navigation">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Archives</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
</header>
<div id="content" role="main">
<article>
<h2><a href="#">Getting started</a></h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed turpis turpis, eu mattis sem. Sed tristique porta cursus. Class <a href="#">aptent taciti</a> sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec vestibulum, enim nec condimentum ullamcorper, magna ipsum sagittis sapien, vel egestas lorem mi et neque. Nulla ultrices felis eget arcu vulputate at hendrerit augue euismod. Nulla at velit ac turpis sollicitudin consequat. Etiam leo tortor, faucibus a consectetur et, consequat venenatis velit. Curabitur tempus sem vitae elit gravida a suscipit leo placerat.</p>
<ul class="postinfo">
<li>17th October 2011</li>
<li>Posted in <a href="#">Articles</a></li>
<li><a href="#">Continue Reading »</a></li>
</ul>
</article>
<article>
<h2><a href="#">Top 12 tips for new student</a></h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed turpis turpis, eu mattis sem. Sed tristique porta cursus. Class <a href="#">aptent taciti</a> sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec vestibulum, enim nec condimentum ullamcorper, magna ipsum sagittis sapien, vel egestas lorem mi et neque. Nulla ultrices felis eget arcu vulputate at hendrerit augue euismod.</p>
<ul class="postinfo">
<li>17th October 2011</li>
<li>Posted in <a href="#">Articles</a></li>
<li><a href="#">Continue Reading »</a></li>
</ul>
</article>
<article>
<h2><a href="#">10 super exam tips</a></h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent sed turpis turpis, eu mattis sem. Sed tristique porta cursus. Class <a href="#">aptent taciti</a> sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Donec vestibulum, enim nec condimentum ullamcorper, magna ipsum sagittis sapien, vel egestas lorem mi et neque. Nulla ultrices felis eget arcu vulputate at hendrerit augue euismod.</p>
<ul class="postinfo">
<li>17th October 2011</li>
<li>Posted in <a href="#">Articles</a></li>
<li><a href="#">Continue Reading »</a></li>
</ul>
</article>
<nav id="pagination">
<ul>
<li class="older"><a href="#">« Older posts</a></li>
<li class="newer"><a href="#">Newer posts »</a></li>
</ul>
</nav>
</div>
<aside id="sidebar">
<section id="about">
<h3>About me</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus semper eros quis efficitur faucibus. <a href="#" class="more">Find out more »</a></p>
</section>
<section id="categories">
<h3>Categories</h3>
<ul>
<li><a href="#">Articles</a></li>
<li><a href="#">Design</a></li>
<li><a href="#">Graphics</a></li>
<li><a href="#">Inspiration</a></li>
<li><a href="#">Retro</a></li>
</ul>
</section>
<section id="social">
<h3>Social</h3>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Flickr</a></li>
<li><a href="#">Behance</a></li>
<li><a href="#">Last.FM</a></li>
<li><a href="#">YouTube</a></li>
</ul>
</section>
<section id="latest">
<h3>Latest posts</h3>
<ul>
<li><a href="#">Getting your stock photos seen</a></li>
<li><a href="#">Top 10 tips for new bloggers</a></li>
<li><a href="#">10 fantastic photography tips</a></li>
</ul>
</section>
<section id="search" role="search">
<h3>Search</h3>
<form method="get" action="#">
<fieldset>
<input type="text" id="searchbar" placeholder="I'm looking for…" />
<input type="submit" id="searchsubmit" value="Search" />
</fieldset>
</form>
</section>
</aside>
</div>
<div id="footer-container">
<footer>
<p id="back-top"><a href="#">Back to top</a></p>
</footer>
</div>
</body>
</html> | Jorka7a13/SoftUni_WebFundamentals | Web-Fundamentals-29-October-2014-Exam/Problem 04. Unresponsive to Responsive Site/index.html | HTML | mit | 4,673 |
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>ArthurClemens/jquery-fetch-responsive-plugin @ GitHub</title>
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="css/demo.css">
<link rel="stylesheet" href="css/demo3.css">
</head>
<body class="demo3">
<span id="top"></span>
<a href="https://github.com/ArthurClemens/jquery-fetch-responsive-plugin"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="container">
<h1>jQuery Fetch Responsive Image plugin</h1>
<h2>Demo 3: create widths from range</h2>
</div>
<div class="container">
<pre class="main">
<img class="my-image" data-range="320-1120" data-step-size="80" />
</pre>
</div>
<div class="container">
<p>
Passing a range automatically generates a list of widths (compared to the hardcoded list with parameter <code>widths</code> in demo 1). Optional parameter <code>step-size</code> (default 160) is used to calculate the number of size steps between the range min and max values.
</p>
<p>
The demo on this page generates new images using a canvas, simulating server generated images.
Parameter <code>ratio</code> is passed to calculate the new image height. In the demo the received height is used to crop the generated image:
<pre class="main">
<img class="my-image" data-range="320-1120" data-step-size="80" data-ratio="3" />
</pre>
</p>
</div>
<div class="container note">
<div class="note-content">
Input data: <code id="image-input"></code><br />
Received : <code id="data-received"></code><br />
Image updated: <code id="update-time"></code>
</div>
</div>
<div class="container">
<img class="my-image" data-range="320-1120" data-step-size="80" data-ratio="3" />
</div>
<div class="container container-list">
<h3>Demos</h3>
<ul>
<li>
<a href="demo1.html">Demo 1: list of widths</a>
</li>
<li>
<a href="demo2.html">Demo 2: detect breakpoint changes</a>
</li>
<li>
Demo 3: create widths from range
</li>
<li>
<a href="demo4.html">Demo 4: stress test</a>
</li>
<li>
<a href="demo5.html">Demo 5: high resolution images</a>
</li>
<li>
<a href="demo6.html">Demo 6: Google Static Map image</a>
</li>
</ul>
</div>
<div class="container">
<div class="footer">
Get the source code on GitHub : <a href="https://github.com/ArthurClemens/jquery-fetch-responsive-plugin">ArthurClemens/jquery-fetch-responsive-plugin</a>
</div>
</div>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="js/jquery.fetch-responsive.js" type="text/javascript"></script>
<script src="js/demo3.js" type="text/javascript"></script>
</body>
</html>
| ArthurClemens/jquery-fetch-responsive-plugin | demo/demo3.html | HTML | mit | 3,121 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>search-trees: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" rel="stylesheet">
<link href="../../../../../bootstrap-custom.css" rel="stylesheet">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<script src="../../../../../moment.min.js"></script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
<a class="navbar-brand" href="../../../../.."><i class="fa fa-lg fa-flag-checkered"></i> Coq bench</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="../..">clean / released</a></li>
<li class="active"><a href="">8.7.1+2 / search-trees - 8.8.0</a></li>
</ul>
</div>
</div>
</div>
<div class="article">
<div class="row">
<div class="col-md-12">
<a href="../..">« Up</a>
<h1>
search-trees
<small>
8.8.0
<span class="label label-info">Not compatible 👼</span>
</small>
</h1>
<p>📅 <em><script>document.write(moment("2021-11-21 02:02:39 +0000", "YYYY-MM-DD HH:mm:ss Z").fromNow());</script> (2021-11-21 02:02:39 UTC)</em><p>
<h2>Context</h2>
<pre># Packages matching: installed
# Name # Installed # Synopsis
base-bigarray base
base-threads base
base-unix base
camlp5 7.14 Preprocessor-pretty-printer of OCaml
conf-findutils 1 Virtual package relying on findutils
conf-perl 1 Virtual package relying on perl
coq 8.7.1+2 Formal proof management system
num 1.4 The legacy Num library for arbitrary-precision integer and rational arithmetic
ocaml 4.06.1 The OCaml compiler (virtual package)
ocaml-base-compiler 4.06.1 Official 4.06.1 release
ocaml-config 1 OCaml Switch Configuration
ocamlfind 1.9.1 A library manager for OCaml
# opam file:
opam-version: "2.0"
maintainer: "[email protected]"
homepage: "https://github.com/coq-contribs/search-trees"
license: "LGPL 2.1"
build: [make "-j%{jobs}%"]
install: [make "install"]
remove: ["rm" "-R" "%{lib}%/coq/user-contrib/SearchTrees"]
depends: [
"ocaml"
"coq" {>= "8.8" & < "8.9~"}
]
tags: [ "keyword: binary search trees" "category: Computer Science/Data Types and Data Structures" "category: Miscellaneous/Extracted Programs/Data structures" ]
authors: [ "Pierre Castéran" ]
bug-reports: "https://github.com/coq-contribs/search-trees/issues"
dev-repo: "git+https://github.com/coq-contribs/search-trees.git"
synopsis: "Binary Search Trees"
description:
"Algorithms for collecting, searching, inserting and deleting elements in binary search trees on nat"
flags: light-uninstall
url {
src: "https://github.com/coq-contribs/search-trees/archive/v8.8.0.tar.gz"
checksum: "md5=e0b11faca3792d147323b65fd5164605"
}
</pre>
<h2>Lint</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Dry install 🏜️</h2>
<p>Dry install with the current Coq version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam install -y --show-action coq-search-trees.8.8.0 coq.8.7.1+2</code></dd>
<dt>Return code</dt>
<dd>5120</dd>
<dt>Output</dt>
<dd><pre>[NOTE] Package coq is already installed (current version is 8.7.1+2).
The following dependencies couldn't be met:
- coq-search-trees -> coq >= 8.8
Your request can't be satisfied:
- No available version of coq satisfies the constraints
No solution found, exiting
</pre></dd>
</dl>
<p>Dry install without Coq/switch base, to test if the problem was incompatibility with the current Coq/OCaml version:</p>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>opam remove -y coq; opam install -y --show-action --unlock-base coq-search-trees.8.8.0</code></dd>
<dt>Return code</dt>
<dd>0</dd>
</dl>
<h2>Install dependencies</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Install 🚀</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Duration</dt>
<dd>0 s</dd>
</dl>
<h2>Installation size</h2>
<p>No files were installed.</p>
<h2>Uninstall 🧹</h2>
<dl class="dl-horizontal">
<dt>Command</dt>
<dd><code>true</code></dd>
<dt>Return code</dt>
<dd>0</dd>
<dt>Missing removes</dt>
<dd>
none
</dd>
<dt>Wrong removes</dt>
<dd>
none
</dd>
</dl>
</div>
</div>
</div>
<hr/>
<div class="footer">
<p class="text-center">
Sources are on <a href="https://github.com/coq-bench">GitHub</a> © Guillaume Claret 🐣
</p>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="../../../../../bootstrap.min.js"></script>
</body>
</html>
| coq-bench/coq-bench.github.io | clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+2/search-trees/8.8.0.html | HTML | mit | 6,897 |
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>Integration__CaptureCompilationDatabase (infer.Integration__CaptureCompilationDatabase)</title><link rel="stylesheet" href="../../odoc.css"/><meta charset="utf-8"/><meta name="generator" content="odoc 2.0.0"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/><script src="../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body class="odoc"><nav class="odoc-nav"><a href="../index.html">Up</a> – <a href="../index.html">infer</a> » Integration__CaptureCompilationDatabase</nav><header class="odoc-preamble"><h1>Module <code><span>Integration__CaptureCompilationDatabase</span></code></h1></header><div class="odoc-content"></div></body></html> | facebook/infer | website/static/odoc/next/infer/Integration__CaptureCompilationDatabase/index.html | HTML | mit | 782 |
<a name="Signal-Generation"></a>
<div class="header">
<p>
Next: <a href="Delivery-of-Signal.html#Delivery-of-Signal" accesskey="n" rel="next">Delivery of Signal</a>, Previous: <a href="Kinds-of-Signals.html#Kinds-of-Signals" accesskey="p" rel="prev">Kinds of Signals</a>, Up: <a href="Concepts-of-Signals.html#Concepts-of-Signals" accesskey="u" rel="up">Concepts of Signals</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
<hr>
<a name="Concepts-of-Signal-Generation"></a>
<h4 class="subsection">24.1.2 Concepts of Signal Generation</h4>
<a name="index-generation-of-signals"></a>
<p>In general, the events that generate signals fall into three major
categories: errors, external events, and explicit requests.
</p>
<p>An error means that a program has done something invalid and cannot
continue execution. But not all kinds of errors generate signals—in
fact, most do not. For example, opening a nonexistent file is an error,
but it does not raise a signal; instead, <code>open</code> returns <code>-1</code>.
In general, errors that are necessarily associated with certain library
functions are reported by returning a value that indicates an error.
The errors which raise signals are those which can happen anywhere in
the program, not just in library calls. These include division by zero
and invalid memory addresses.
</p>
<p>An external event generally has to do with I/O or other processes.
These include the arrival of input, the expiration of a timer, and the
termination of a child process.
</p>
<p>An explicit request means the use of a library function such as
<code>kill</code> whose purpose is specifically to generate a signal.
</p>
<p>Signals may be generated <em>synchronously</em> or <em>asynchronously</em>. A
synchronous signal pertains to a specific action in the program, and is
delivered (unless blocked) during that action. Most errors generate
signals synchronously, and so do explicit requests by a process to
generate a signal for that same process. On some machines, certain
kinds of hardware errors (usually floating-point exceptions) are not
reported completely synchronously, but may arrive a few instructions
later.
</p>
<p>Asynchronous signals are generated by events outside the control of the
process that receives them. These signals arrive at unpredictable times
during execution. External events generate signals asynchronously, and
so do explicit requests that apply to some other process.
</p>
<p>A given type of signal is either typically synchronous or typically
asynchronous. For example, signals for errors are typically synchronous
because errors generate signals synchronously. But any type of signal
can be generated synchronously or asynchronously with an explicit
request.
</p>
<hr>
<div class="header">
<p>
Next: <a href="Delivery-of-Signal.html#Delivery-of-Signal" accesskey="n" rel="next">Delivery of Signal</a>, Previous: <a href="Kinds-of-Signals.html#Kinds-of-Signals" accesskey="p" rel="prev">Kinds of Signals</a>, Up: <a href="Concepts-of-Signals.html#Concepts-of-Signals" accesskey="u" rel="up">Concepts of Signals</a> [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Concept-Index.html#Concept-Index" title="Index" rel="index">Index</a>]</p>
</div>
| elmerland/elmerland | gnu_formatted/Signal-Generation.html | HTML | mit | 3,428 |
{% extends "view/home/inc_base.html" %}
{%set cate = category.id|get_cate()%}
{% block content %}
<!--
PAGE HEADER
CLASSES:
.page-header-xs = 20px margins
.page-header-md = 50px margins
.page-header-lg = 80px margins
.page-header-xlg= 130px margins
.dark = dark page header
.shadow-before-1 = shadow 1 header top
.shadow-after-1 = shadow 1 header bottom
.shadow-before-2 = shadow 2 header top
.shadow-after-2 = shadow 2 header bottom
.shadow-before-3 = shadow 3 header top
.shadow-after-3 = shadow 3 header bottom
-->
<section class="page-header page-header-xs">
<div class="container">
<h1>{{category.title}}</h1>
<!-- breadcrumbs -->
<ol class="breadcrumb">
<li><a href="/">首页</a></li>
{%for val in breadcrumb %}
{% if val.id == category.id %}
<li class="active">{{val.title}}</li>
{% else %}
<li><a href="{{val.url}}">{{val.title}}</a></li>
{% endif %}
{% endfor %}
</ol><!-- /breadcrumbs -->
</div>
</section>
<!-- /PAGE HEADER -->
<!-- -->
<section>
<div class="container">
<div class="panel panel-default">
<div class="panel-body">
Content Here...
</div>
</div>
<div class="row">
<div class="col-md-6">
<div class="heading-title heading-dotted text-center margin-bottom-20"><h4>Model<span>information</span></h4></div>
<pre> {{model|dump(2)}}</pre></div>
<div class="col-md-6">
<div class="heading-title heading-dotted text-center margin-bottom-20"><h4>Column<span>information</span></h4></div>
<pre> {{category|dump(2)}}</pre></div>
</div>
</div>
</section>
<!-- / -->
{% endblock %}
{% block style %}
<!--这里引入自己的css-->
{% endblock %}
{% block script %}
<!--这里引入自己的js-->
{%endblock%}
| arterli/CmsWing | src/controller/mod/demo/view/pc/index_list.html | HTML | mit | 2,009 |
{{DOCTYPE}}
<html version="XHTML+RDFa 1.1" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" >
<head>
<title>XHTML+RDFa document example</title>
</head>
<body>
</body>
</html> | webignition/html-document-type-identifier | tests/fixtures/Common/Templates/xhtml-rdfa-11.html | HTML | mit | 187 |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.