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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | |
<head> | |
<title>TinyBrick, LLC</title> | |
<!-- Typekit tester --> | |
<script type="text/javascript" src="http://192.168.1.199/tinybrick/js/swfobject/swfobject.js" ></script> | |
<link rel="stylesheet" type="text/css" href="http://192.168.1.199/tinybrick/skin/frontend/delorum/default/css/base-1.1.1.css" media="all" /> |
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
public class Startup extends SimpleCommand implements ICommand | |
{ | |
override public function execute( note:INotification ):void | |
{ | |
switch(note.getName()){ | |
case AppFacade.APP_STARTUP: | |
facade.registerMediator( new AppMediator( note.getBody() as BreadBox ) ); | |
facade.registerMediator( new MenuMediator() ); |
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
<?xml version="1.0" encoding="utf-8"?> | |
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" | |
xmlns:s="library://ns.adobe.com/flex/spark" | |
xmlns:mx="library://ns.adobe.com/flex/mx" | |
width="400" | |
height="300" | |
xmlns:components="app.view.components.*" | |
xmlns:inventory="app.view.components.inventory.*" | |
addedToStage="_startup(event)"> | |
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> | |
<link rel="shortcut icon" href="favicon.ico"> | |
<title>Eric Kiel Photography</title> | |
<script type="text/css" src="style.css" ></script> | |
<script type="text/javascript" src="prototype/js/swfobject/swfobject.js"></script> | |
<script type="text/javascript" src="prototype/js/swfaddress/swfaddress.js"></script> |
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
general: | |
writable_directories: [ test2 ] | |
web: | |
document_root: / | |
default_gateway: app.php | |
index_list: [info.php] | |
far_future_expires: false | |
locations: | |
- |
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
general: | |
writable_directories: [/dirA, /dirB] | |
web: | |
document_root: / | |
index_list: [index.html, index.php] | |
default_gateway: index.php | |
locations: [] | |
error_pages: {404: /404.html} | |
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
{ | |
"id":"abcde12", | |
"status":"incomplete", | |
"description": "Installing App", | |
"progress":[ | |
{ | |
"name":"app.router.register", | |
"description": "registering app on router", | |
"status": "complete", | |
"duration": "200" |
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
general: | |
# network shared directories that every | |
# node has access to in real time. | |
# | |
# CAUTION: these should be used sparingly! | |
# You should only use these for upload content | |
# or possible as a central cache store. | |
# | |
# WARNING: Once you specify a directory here, | |
# deploys will only copy new files into these |
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
php: | |
version: '5.2.17' |
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
php: | |
# short list | |
extensions: [apc, mysql] | |
# long list | |
extensions: | |
- apc | |
- mysql | |
- hash | |
- iconv |
OlderNewer