These instructions install ruby and rubygems from source, not from RPMs. For instructions on installing from RPMs, look at something like http://wiki.opscode.com/display/chef/Installation+on+RHEL+and+CentOS+5+with+RPMs or http://mykestubbs.com/blog/2010/03/chef-installation-on-centos-54.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
package org.puremvc.as3.multicore.utilities.lazy.interfaces | |
{ | |
import flash.events.IEventDispatcher; | |
public interface IFacadeAdapter | |
{ | |
function getFQCN(clazz:Class):QName; | |
function startup(eventBus:IEventDispatcher, startupCommandClass:Class = null, autoMediateCommandClass:Class = null):void; | |
} | |
} |
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
package com.visfleet.robotlegs { | |
import flash.display.DisplayObject; | |
import flash.display.DisplayObjectContainer; | |
import org.robotlegs.base.ContextEvent; | |
import org.robotlegs.core.IMediatorMap; | |
import org.robotlegs.mvcs.Actor; | |
public class Presenter extends Actor { |
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
package | |
{ | |
import private_injection; | |
class ClassWithPrivateInjection | |
{ | |
include "inject.include.as"; | |
private var mySecretWord:String; | |
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
// IMediaRenderer.as | |
package example | |
{ | |
public interface IMediaRenderer extends IDataRenderer, IUsesResources, IUsesPermissions | |
{ | |
} | |
} | |
// MediaRenderer.as | |
package example |
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
protected var _foo:String; | |
[Bindable( "fooChanged" )] | |
public function get foo():String | |
{ | |
return _foo; | |
} | |
public function setFoo( foo:String ):void | |
{ |
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
// originally from Andy Shang http://bbs.9ria.com/viewthread.php?tid=47399 | |
package | |
{ | |
import flash.display.Sprite; | |
public class AOPTest extends Sprite | |
{ | |
public function AOPTest() | |
{ |
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
var bmi_htmlEdit = 0; | |
var bmi_ie; | |
var bmi_ns; | |
var bmi_safari; | |
var bmi_imageObjSelected; | |
var bmi_ffx_op_toolTip = "Shift+R improves the quality of this image. Shift+A improves the quality of all images on this page."; | |
var bmi_toolTip = "Shift+R improves the quality of this image. CTRL+F5 reloads the whole page."; | |
var bmi_ns_tooltip = "Shift+Reload reloads the whole page."; | |
var bmi_toolTipSeperator = " ... "; | |
var bmi_concatStr = "bmi_orig_img"; |
This Snyk SBT Plugin tool Agreement (this "Agreement") applies to any Contribution you make to any Work.
This is a binding legal agreement on you and any organization you represent. If you are signing this Agreement on behalf of your employer or other organization, you represent and warrant that you have the authority to agree to this Agreement on behalf of the organization.
"Contribution" means any original work, including any modification of or addition to an existing work, that you submit to Snyk SBT Plugin tool repo in any manner for inclusion in any Work.