text stringlengths 4 1.04M |
|---|
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_lofiProjsBigEmbed_.png")]
public class EmbeddedAssets_lofiProjsBigEmbed_ extends BitmapAsset {
public function EmbeddedAssets_lofiProjsBigEmbed_() {
super();
}
}
} |
//------------------------------------------------------------------------------
//
// Copyright Anthony Henderson 2010
// All rights reserved.
//
//------------------------------------------------------------------------------
package ahhenderson.core.mvc.interfaces {
public interface ICommandA... |
import com.GameInterface.FeatData;
import com.GameInterface.FeatInterface;
import com.GameInterface.Game.Character;
import com.GameInterface.Inventory;
import com.GameInterface.InventoryItem;
import com.GameInterface.Tooltip.TooltipData;
import com.GameInterface.Tooltip.TooltipDataProvider;
import com.GameInterface.Uti... |
package cz.j4w.map.geo
{
import cz.j4w.map.Map;
import cz.j4w.map.MapMarker;
import cz.j4w.map.MapOptions;
import flash.geom.Point;
import flash.geom.Rectangle;
import starling.animation.Tween;
import starling.display.DisplayObject;
/**
* Geo maps. Implements position methods with longitude and latitude.
... |
package characterCreation_c_fla
{
import flash.display.MovieClip;
import flash.external.ExternalInterface;
import flash.text.TextField;
public dynamic class talentsMC_25 extends MovieClip
{
public var base_mc:MovieClip;
public var talents_mc:MovieClip;
public var title_txt:TextField;
public var root_mc:M... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2011 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.crypto
{... |
import flash.display.Sprite;
public class Main extends Sprite {
public function Main() {
super();
trace("Hello, World");
}
} |
/*
* VERSION:3.0
* DATE:2014-10-15
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.wdmir.net
* MAIL:mir3@163.com
*/
package net.wdqipai.core.model.level2
{
public class VarModel
{
public var value:String;
public var t:String;
public var n:String;
public functio... |
/*
* Copyright the original author or authors.
*
* Licensed under the MOZILLA PUBLIC LICENSE, Version 1.1 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.mozilla.org/MPL/MPL-1.1.html
*
* Unless required by appl... |
package UI.abstract.component.event
{
public class ScrollBarEvent extends UIEvent
{
/** 滚动条类型 **/
public static const SCROLLTYPE_H : int = 0;
public static const SCROLLTYPE_V : int = 1;
/** 滑块改变的时候 **/
public static const SCROLL_CHANGE : String = "scroll_Change";
/** 滚... |
/*
Feathers
Copyright 2012-2013 Joshua Tynjala. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.core
{
import flash.utils.Dictionary;
import starling.core.Starling;
import starling.dis... |
//
// $Id$
package com.threerings.msoy.avrg.client {
import com.threerings.util.Float;
import com.threerings.util.Integer;
import com.threerings.presents.client.InvocationService;
import com.threerings.presents.client.InvocationService_ConfirmListener;
import com.threerings.presents.client.InvocationService_Invocati... |
package kabam.rotmg.dailyLogin.view {
import com.company.util.GraphicsUtil;
import flash.display.GraphicsPath;
import flash.display.GraphicsSolidFill;
import flash.display.GraphicsStroke;
import flash.display.IGraphicsData;
import flash.display.Sprite;
import flash.geom.Rectangle;
public class CalendarTabsView extend... |
package age.renderers
{
import age.AGE;
/**
* 抖动的辅助类
* @author zhanghaocong
*
*/
public class CameraShake
{
public var intensity:Number;
public var numFrames:int;
private var decay:Number;
public function CameraShake(intensity:Number, numFrames:int)
{
this.intensity = intensity;
this.num... |
package mx.collections
{
import flash.events.IEventDispatcher;
public interface IList extends IEventDispatcher
{
function get length() : int;
function addItem(param1:Object) : void;
function addItemAt(param1:Object, param2:int) : void;
... |
package swift.core.shell.sbin
{
import swift.core.shell.Shell;
use namespace shell_internal;
public class Shell_cd extends Shell
{
public function Shell_cd()
{
name = command = "cd";
callback = __exec;
}
protected function __exec(str:String):Object
{
var path:String = str.re... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
import pl.drawing.Rysowanie
import templateSlider.mvcgallery.*
import templateSlider.mvc.*
import templateSlider.I.*
import flash.display.BitmapData
import templateSlider.util.Observable
import templateSlider.Configuration
class templateSlider.mvcgallery.PreloaderView extends AbstractView {
var field:TextFi... |
package org.papervision3d.core.data
{
public class UserData
{
public var data;
public function UserData(param1:* = null)
{
super();
this.data = param1;
}
}
}
|
// =================================================================================================
//
// Starling Framework
// Copyright Gamua GmbH. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.
//... |
package ddt.data
{
import com.pickgliss.loader.BaseLoader;
import com.pickgliss.loader.LoaderEvent;
import com.pickgliss.loader.LoaderManager;
import com.pickgliss.loader.ModuleLoader;
import ddt.manager.BallManager;
import ddt.manager.PathManager;
import flash.geom.Point;
public class BallI... |
package performance.vector
{
import performance.Utils;
import com.gskinner.performance.MethodTest;
import com.gskinner.performance.TestSuite;
import flash.geom.Vector3D;
public class VectorDistanceSquaredTest extends TestSuite
{
private var loops : uint = 1000000;
private var n1 : Vector3D;
private va... |
package serverProto.activity
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
impor... |
//
// $Id$
package com.threerings.msoy.game.client {
import com.threerings.util.Log;
import com.threerings.presents.client.ClientEvent;
import com.threerings.msoy.client.MsoyController;
import com.threerings.msoy.client.MsoyParameters;
import com.threerings.msoy.client.TopPanel;
import com.threerings.msoy.data.Msoy... |
package flash.display {
public class Sprite {};
}
package flash.text {
public class TextField {}
}
|
package
{
import laya.display.Stage;
import laya.display.Text;
import laya.webgl.WebGL;
public class SmartScale_Portrait
{
public function SmartScale_Portrait()
{
// 不支持WebGL时自动切换至Canvas
Laya.init(550, 400, WebGL);
Laya.stage.alignV = Stage.ALIGN_MIDDLE;
Laya.stage.alignH = Stage.ALIGN_CENTE... |
package SeedsOfDestruction
{
import com.greensock.TweenMax;
import flash.display.BitmapData;
import net.flashpunk.Entity;
import net.flashpunk.FP;
import net.flashpunk.graphics.Backdrop;
import net.flashpunk.graphics.Emitter;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.ParticleType;
impo... |
package ddt.view.chat
{
public class ChatViewInfo
{
public var inputVisible:Boolean = true;
public var inputFaceEnabled:Boolean = false;
public var inputVisibleSwitchEnabled:Boolean = false;
public var inputX:int;
public var inputY:int;
... |
package com.hurlant.crypto.tests
{
import com.hurlant.crypto.rsa.RSAKey;
import flash.utils.ByteArray;
import com.hurlant.util.Hex;
import com.hurlant.util.der.PEM;
public class RSAKeyTest extends TestCase
{
public function RSAKeyTest(h:ITestHarness)
{
super(h, "RSA Testing");
runTest(testSmoke,"R... |
package cc.gullinbursti.audio.synthesis {
public class Distortion {
public function Distortion() {
}
}
} |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... |
/**
* VERSION: 1.2
* DATE: 2011-03-23
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.data {
import flash.display.DisplayObject;
/**
* Can be used instead of a generic Object to define the <code>vars</code> parameter of a CSSLoader's constructor. <br />... |
/*
* Scratch Project Editor and Player
* Copyright (C) 2014 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (... |
namespace TextEngine
{
namespace ParDecoder
{
class InnerItemsList
{
private array<InnerItem@> inner;
int Count
{
get const
{
return int(inner.length());
}
}
InnerItemsList()
{
}
InnerItem@ get_opIndex(int index) const
{
return @inner[index];
}
bool A... |
package wander
{
import flash.geom.Point;
import org.flixel.*;
import wander.utils.ZMath;
/**
* Implementation of the FlxCamera.
* Supports Z values, and several of the FlxCamera utilities in 3D (shake, etc).
* Also contains functionality to follow a target through 3D space.
* @author zillix
*/
public cl... |
package
{
/**
* ...
* @author Elliot Hatch
*/
import adobe.utils.CustomActions;
import org.flixel.*;
public class BriefingState extends FlxState
{
[Embed(source = "president_debriefz.png")] private var presidentImg:Class;
[Embed(source = "warmusic.mp3")] private var warMusic:Class;
private var pre... |
package com.company.assembleegameclient.util {
import flash.system.Capabilities;
public class GUID {
private static var counter:Number = 0;
public static function create():String {
var _local_1:Date = new Date();
var _local_2:Number = _local_1.getTime();
var _local_3:Number = (Math.... |
package game.view.smallMap
{
import flash.display.Graphics;
import phy.object.SmallObject;
public class SmallBox extends SmallObject
{
private var _movieTime:Number = 0.8;
public function SmallBox()
{
super();
_radius = 3;
_color = 16777... |
/*******************************************************************************
* PushButton Engine
* Copyright (C) 2009 PushButton Labs, LLC
* For more information see http://www.pushbuttonengine.com
*
* This file is licensed under the terms of the MIT license, which is included
* in the License.html file at th... |
import net.onepixelout.audio.*;
import mx.utils.Delegate;
class net.onepixelout.audio.MultiPathParser
{
private var _segments:Array;
private var _decisionPoints:Array;
private var _populated:Boolean = false;
private var _filename:String;
public function MultiPathParser (filename:String)
{
_filename ... |
package shapes
{
import xface.XFace;
import com.bit101.components.ComboBox;
import flash.display.Shape;
import flash.events.Event;
/**
* @author eidiot
*/
public class CircleUnit
{
//======================================================================
// Variab... |
package com.unhurdle.spectrum
{
COMPILE::JS{
import org.apache.royale.html.util.addElementToWrapper;
import org.apache.royale.core.WrappedHTMLElement;
import com.unhurdle.spectrum.const.IconType;
}
public class ExplicitPagination extends SpectrumBase
{
public function ExplicitPagination()
{
... |
package com.airext.openssl.demo.utils {
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.utils.ByteArray;
public function getBytes(file:File):ByteArray {
var fileStream:FileStream = new FileStream()
fileStream.open(file, FileMode.READ)... |
package ui.scene
{
import org.superkaka.kakalib.view.ui.BaseScene;
import ui.TestUI;
/**
* ...
* @author kaka
*/
public class DefaultScene extends BaseScene
{
public var testUI:TestUI;
public function DefaultScene()
{
}
}
} |
// Action script...
// [Initial MovieClip Action of sprite 20655]
#initclip 176
if (!dofus.graphics.gapi.ui.waypoints.WaypointsItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!dofus... |
package
{
import laya.display.Sprite;
import laya.display.Stage;
import laya.events.Event;
import laya.utils.Browser;
import laya.webgl.WebGL;
public class Sprite_Pivot
{
private var sp1:Sprite;
private var sp2:Sprite;
public function Sprite_Pivot()
{
// 不支持WebGL时自动切换至Canvas
Laya.init(Browse... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package com.hsharma.hungryHero
{
import flash.display.BitmapData;
/**
* ...
* @author lizhi
*/
public class BitmapFont
{
private var xml:Object;
public function BitmapFont(bmd:BitmapData,xml:Object)
{
this.xml = xml;
}
public function get name():String
{
for each(var c:Object in xml.c... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
//Marks the right margin of code *******************************************************************
package com.neopets.games.marketing.destination.guardians.pages
{
import caurina.transitions.Tweener;
import com.neopets.games.marketing.destination.guardians.GuardiansControl;
import com.neopets.projects.destinati... |
class mx.styles.CSSSetStyle
{
var styleProp, styleName, stylecache, _color, setColor, invalidateStyle;
function CSSSetStyle()
{
} // End of the function
function _setStyle(styleProp, newValue)
{
this[styleProp] = newValue;
if (mx.styles.StyleManager.TextStyleMap[styleProp] != und... |
package stdpx.filters
{
import flash.display.Shader;
import flash.filters.BitmapFilter;
import flash.filters.ShaderFilter;
import stdpx.types.ShaderMetadata;
import stdpx.types.IMetadataAttachedShader;
/**
* The GammaFilter adjusts the `gamma` of the image.
* It is useful to change the global... |
package org.flexlite.domUI.components
{
import flash.events.Event;
import flash.events.MouseEvent;
import org.flexlite.domCore.dx_internal;
import org.flexlite.domUI.components.supportClasses.GroupBase;
import org.flexlite.domUI.core.IDisplayText;
import org.flexlite.domUI.core.IViewport;
import org.flexlite.d... |
package zpp_nape.util
{
import zpp_nape.geom.ZPP_GeomVert;
public class ZNPNode_ZPP_GeomVert extends Object
{
public function ZNPNode_ZPP_GeomVert()
{
}
public static var zpp_pool:ZNPNode_ZPP_GeomVert;
public var next:ZNPNode_ZPP_GeomVert;
pub... |
package asx.array {
/**
* Determines if an Array-like Object excludes a value.
*
* @param iterable Array-like Object to search for the given value
* @return true if the iterable excludes the value, false otherwise.
*
* @see asx.array#contains()
* @see asx.array#contains_()
* @see asx.array#excludes_... |
package com.videojs.providers{
import flash.media.Video;
import flash.utils.ByteArray;
import flash.net.NetStream;
import flash.events.Event;
import com.videojs.VideoJSModel;
import com.videojs.events.VideoPlaybackEvent;
import com.videojs.structs.ExternalErrorEventName;
import com.videojs.structs.Ext... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/*
* Public Interface PublicInterface
* Interface methods
*
*/
package PublicClassImpPublicIntIntname{
p... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package com.codeazur.as3swf.tags
{
import com.codeazur.as3swf.SWF;
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.SWFTimeline;
import com.codeazur.as3swf.tags.IDefinitionTag;
import com.codeazur.as3swf.timeline.Frame;
import com.codeazur.as3swf.timeline.Layer;
import com.codeazur.as3swf.... |
/**
* Created by newkrok on 24/01/16.
*/
package src.menu.module.task
{
import net.fpp.common.achievement.AchievementVO;
import net.fpp.common.starling.module.AModel;
public class TaskModel extends AModel
{
private var _worldID:uint;
private var _tasks:Vector.<AchievementVO>;
private var _completedTasksCou... |
package road7th.math
{
import flash.geom.Point;
public class XLine
{
protected var list:Array;
protected var fix:Boolean = true;
protected var fixValue:Number = 1;
public function XLine(... rest)
{
super();
this.line = rest... |
package org.bigbluebutton.modules.phone.events
{
import flash.events.Event;
public class FlashEchoTestNoAudioEvent extends Event
{
public static const FLASH_ECHO_TEST_NO_AUDIO:String = "flash echo test no audio event";
public function FlashEchoTestNoAudioEvent()
{
super(FLASH_ECHO_TEST_N... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2004-2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package com.hoten.as3unit {
import com.hoten.as3unit.TestCase;
public class TestAsserts extends TestCase {
public function testCanary():void {
assert(true);
}
public function thisIsNotATest():void {
fail("Expected only methods starting with 'test' to run!");
}
public function tes... |
package {
import Box2D.Dynamics.*;
import Box2D.Collision.*;
import Box2D.Collision.Shapes.*;
import Box2D.Common.Math.*;
import flash.display.Sprite;
import flash.display.BitmapData;
public class Orb {
[Embed(source="data/orb.png")] private var orbGraphic:Class;
public var body:b2Body;
... |
package com.playfab.ClientModels
{
public class RegisterPlayFabUserRequest
{
public var DisplayName:String;
public var Email:String;
public var EncryptedRequest:String;
public var InfoRequestParameters:GetPlayerCombinedInfoRequestParams;
public var Password:String;
... |
/*
The MIT License
Copyright (c) 2010 Jackson Dunstan
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, pub... |
/**
* RSAKeyTest
*
* A test class for RSAKey
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.tests
{
import com.hurlant.crypto.rsa.RSAKey;
import flash.utils.ByteArray;
import com.hurlant.util.Hex;
import com.hurlant.util.der... |
package com.lorentz.SVG.display.base
{
public interface ISVGViewPort extends ISVGPreserveAspectRatio {
function get svgX():String;
function set svgX(value:String):void;
function get svgY():String;
function set svgY(value:String):void;
function get svgWidth():String;
function set svgWidth(v... |
/*
* Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any purpose,
... |
// Action script...
// [Initial MovieClip Action of sprite 20700]
#initclip 221
if (!dofus.graphics.gapi.controls.GuildMountParkViewer)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!do... |
/*
Copyright (c) 2009, Adobe Systems Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright notice,
this list of conditions ... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.dailyLogin.controller.CalendarDayBoxMediator
package kabam.rotmg.dailyLogin.controller
{
import robotlegs.bender.bundles.mvcs.Mediator;
import kabam.rotmg.dailyLogin.view.CalendarDayBox;
import kabam.lib.net.impl.SocketServer;
im... |
package dungeon.command
{
import com.tencent.morefun.framework.base.Command;
import def.PluginDef;
public class UpdateRewardPoolCommand extends Command
{
public var deadNinjaNum:int;
public var playerExpNum:int;
public var ninjaExpNum:int;
public var ... |
/******************************************************************************/
/* */
/* EiyaEngine Main Src (loading) */
/* ... |
/*
* Copyright (c) 2009 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.robotlegs.base
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flas... |
/*
* --------------------------------------
* Benny Bottema -- WavSound Sound adaption
* http://blog.projectnibble.org/
* --------------------------------------
* sazameki -- audio manipulating library
* http://sazameki.org/
* --------------------------------------
*
* - developed by:
*... |
/**
* <p>Original Author: toddanderson</p>
* <p>Class File: HTMLTextArea.as</p>
* <p>Version: 0.4</p>
*
* <p>Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, includin... |
package
{
import flash.utils.setTimeout;
import gs.control.DocumentController;
import gs.http.HTTPCall;
import gs.http.HTTPCallResponseFormat;
import gs.http.HTTPCallResult;
public class Main extends DocumentController
{
private var hc:HTTPCall;
public function Main()
{
super();
}
override... |
package com.syndrome.sanguo.battle.combat_ui.stagegroup.group2D
{
import flash.events.Event;
import org.flexlite.domUI.components.Label;
import org.flexlite.domUI.components.SkinnableComponent;
import org.flexlite.domUI.components.UIMovieClip;
import org.flexlite.domUI.utils.callLater;
import com.syndrome.san... |
package io.arkeus.ouya.control {
import flash.events.Event;
import flash.ui.GameInputControl;
import io.arkeus.ouya.ControllerInput;
import io.arkeus.ouya.controller.GameController;
public class GameControl {
private var device:GameController;
private var control:GameInputControl;
public var v... |
package cmodule.lua_wrapper
{
const __2E_str430381:int = gstaticInitter.alloc(5,1);
}
|
.entry X
.define c = 1
.define d = 3
MAIN: mov r0, LIST[d]
Z: jmp MAIN
.define a = -33
prn #a
.extern Y
mov LIST[c], LIST[2]
sub r1, r4
L1: inc L3
.entry Z
END: stop
.define b = 4
bne Z
X: .string "hellow"
LIST: .data 6,b,0,92,-11
.extern L3
|
package com.StudyTwo.Views
{
import com.StudyTwo.Views.Main;
import fl.motion.Color;
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.events.Event;
public class ChooseMouse extends MovieClip
{
private var _newColor:Color;
public function ChooseMouse()
{
// ... |
package org.idmedia.as3commons.util
{
/**
* This class was added by Derek Wischusen on 10/15/2007.
* @author wischusen
*
*/
public class HashSet extends AbstractSet
{
private var map : HashMap;
private static var PRESENT : Object = new Object();
public function HashSet(coll : Map = null) : voi... |
package com.tinyspeck.engine.view.renderer.commands {
import com.tinyspeck.core.control.ICommand;
import com.tinyspeck.debug.Benchmark;
import com.tinyspeck.engine.control.TSFrontController;
import com.tinyspeck.engine.model.TSModelLocator;
import com.tinyspeck.engine.view.TSMainView;
import com.tinyspeck.engin... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
public final class FSM___umoddi3 extends Machine
{
public function FSM___umoddi3()
{
super();
}
public static function start() : void... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
2017 Kevin Foley. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying
license agreement.
*/
package kevinfoley.addonsforfeathers.helpers {
import feathers.data.ListCollection;
import kevinfoley.addonsforfeathers.localization.I... |
package gov.iowadot.owl.operations
{
public class GetMapImageData
{
public function GetMapImageData()
{
}
}
} |
package quickb2.physics.core.joints
{
import quickb2.display.immediate.graphics.qb2E_DrawParam;
import quickb2.display.immediate.graphics.qb2I_Graphics2d;
import quickb2.display.immediate.style.qb2CompiledStyleRule;
import quickb2.display.immediate.style.qb2StyleSheet;
import quickb2.math.qb2S_Math;
import quick... |
package uieditor.editor.feathers
{
import feathers.controls.AutoComplete;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
import flash.utils.setTimeout;
import starling.events.Event;
public class AutoCompleteWithDropDown extends AutoComplete
{
public function AutoCompleteWithD... |
package com.gobelins.DarkUnicorn.game.display.assets.coin {
/**
* @author Tony Beltramelli - www.tonybeltramelli.com
*/
public class CoinType {
public static const BRONZE : String = "coinBitmapBronze";
public static const GOLD : String = "coinBitmapGold";
public static const SILVER : String = "coinBitmapSil... |
/*
* URL Resolver plugin for Flowplayer
*
* Author : Jeeva (jeeva@myjeeva.com)
* Copyright : (c) 2010-2012 www.myjeeva.com
*
* You should have received a copy of the The MIT License
* along with this plugin. If not, see <http://http://www.opensource.org/licenses/mit-license.php>.
*
*/
package com.myj... |
/**
* PKCS5
*
* A padding implementation of PKCS5.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.Rijndael.crypto.symmetric
{
import flash.utils.ByteArray;
public class PKCS5 implements IPad
{
private var blockSize:uint;
public function PKCS5(b... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import StaticPublicFunctionName.*;
import com.adobe.test.Assert;
// var SECTION = "Definitions"; // provid... |
package bpel.editor.gridcc.view {
import mx.core.UIComponent;
import mx.core.Container;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.FocusEvent;
import mx.controls.Label;
import mx.containers.Canvas;
import mx.events.DragEvent;
import mx.managers... |
/*
Feathers
Copyright 2012-2021 Bowler Hat LLC. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.layout
{
import starling.display.DisplayObject;
/**
* Dispatched when the layout would l... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.