This file contains 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
testing |
This file contains 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
import flash.utils.ByteArray; | |
[Embed(source="../../test-data/expected-values/values.xml", mimeType="application/octet-stream")] | |
private static const TestData:Class; | |
//get test XML data | |
var ba:ByteArray = new TestData() as ByteArray; | |
testXML= new XML(ba.readUTFBytes(ba.length)); | |
This file contains 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
<define> | |
<name>CONFIG::debugging</name> | |
<value>false</value> | |
</define> |
This file contains 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
[Embed(source="../../test-data/expected-values/values.xml", mimeType="application/octet-stream")] | |
private static const TestData:Class; | |
//get test XML data | |
var ba:ByteArray = new TestData() as ByteArray; | |
testXML= new XML(ba.readUTFBytes(ba.length)); |
This file contains 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
<mx:Script> | |
<![CDATA[ | |
// Import the debugger | |
import nl.demonsters.debugger.MonsterDebugger; | |
// Variable to hold the debugger | |
private var debugger:MonsterDebugger; | |
private function onInit():void | |
{ | |
// Init the debugger | |
debugger = new MonsterDebugger(this); |
This file contains 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
! Swap caps lock and escape | |
remove Lock = Caps_Lock | |
keysym Caps_Lock = Escape |
This file contains 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
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[push] | |
default = matching |
This file contains 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
[branch "master"] | |
remote = origin | |
merge = refs/heads/master | |
[push] | |
default = matching |
This file contains 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
[core] | |
repositoryformatversion = 0 | |
filemode = true | |
bare = false | |
logallrefupdates = true | |
[remote "origin"] | |
url = [email protected]:bigfish/html5tags.git | |
fetch = +refs/heads/*:refs/remotes/origin/* |
This file contains 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
<link rel="stylesheet" type="text/css" href="ext/resources/css/ext-all.css"/> | |
<script src="ext/adapter/ext/ext-base-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
<script src="ext/ext-all-debug-w-comments.js" type="text/javascript" charset="utf-8"></script> | |
<script src="view_states.js" type="text/javascript" charset="utf-8"></script> | |
<script type="text/javascript" charset="utf-8"> |
OlderNewer