This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html xmlns:ng="http://angularjs.org"> | |
<script type="text/javascript" src="http://code.angularjs.org/0.9.16/angular-0.9.16.min.js" ng:autobind></script> | |
<script type="text/javascript"> | |
angular.widget('my:test', function(element) { | |
// compile children elements ? | |
this.descend(true); | |
element.append('<button type="button" ng:click="testIt()">TEST</button>'); | |
}); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
font-family: Helvetica, arial, sans-serif; | |
font-size: 14px; | |
line-height: 1.6; | |
padding-top: 10px; | |
padding-bottom: 10px; | |
background-color: white; | |
padding: 30px; } | |
body > *:first-child { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="PromotionsViaXSLT.ascx.cs" Inherits="ArenaWeb.UserControls.Custom.Cccev.Web2.PromotionsViaXSLT" %> | |
<%@ Register TagPrefix="Arena" Namespace="Arena.Portal.UI" Assembly="Arena.Portal.UI" %> | |
<asp:ScriptManagerProxy ID="smpScripts" runat="server" /> | |
<Arena:XmlTransform id="xmlTransform" runat="server"></Arena:XmlTransform> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
if (NR == 1) { | |
split($0, tags); | |
if (EC == "") EC = "\""; | |
} | |
else { | |
split($0, vals); | |
jrec = "{"; | |
for (i = 1; i <= NF; ++i) { | |
if (vals[i] ~ /[^0-9.]/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function Vb(d) { | |
d = d | 0; | |
var e = 0, f = 0, h = 0, j = 0, k = 0, l = 0, m = 0, n = 0, | |
o = 0, p = 0, q = 0, r = 0, s = 0; | |
e = i; | |
i = i + 12 | 0; | |
f = e | 0; | |
h = d + 12 | 0; | |
j = c[h >> 2] | 0; | |
if ((j | 0) > 0) { |