text
stringlengths
4
1.04M
package org.openapitools.client.model { import org.openapitools.common.ListWrapper; import org.openapitools.client.model.Environment; public class EnvironmentListEmbeddedList implements ListWrapper { // This declaration below of _environmentList__embedded_obj_class is to force flash compiler to include th...
package com.jankuester.pdfviewer.core.cos { public class COSName extends COSBase { public function COSName() { super(); } } }
/** * * as3utils - ActionScript Utility Classes * Copyright (C) 2011, Sandeep Gupta * http://www.sangupta.com/projects/as3utils * * The file is licensed under the the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* * Copyright (c) 2011 Research In Motion Limited. * * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package kabam.rotmg.assets.EmbeddedData { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="xmls/EmbeddedData_ContainersCXML.xml", mimeType="application/octet-stream")] public class EmbeddedData_ContainersCXML extends ByteArrayAsset { public function EmbeddedData_ContainersCXML() { super(); ...
package laya.d3.graphics { import laya.d3.math.Vector3; import laya.d3.math.Vector4; /** * <code>VertexPositionNormalColorSkin</code> 类用于创建位置、法线、颜色、骨骼索引、骨骼权重顶点结构。 */ public class VertexPositionNormalColorSkinSTangent implements IVertex { private static const _vertexDeclaration:VertexDeclaration = new Ver...
/* 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 com.adobe.test.Assert; Assert.expectEq("This is a placeholder test used so that performance tests are alwa...
package game { import net.flashpunk.Entity; import net.flashpunk.graphics.Image; /** * ... * @author Jordan Magnuson */ public class ExplodedVictim extends Entity { [Embed(source='../../assets/victim_dead.png')] private const SPRITE:Class; public var image:Image = new Image(SPRITE); public funct...
package away3d.exporters { import flash.system.*; import away3d.core.base.UV; import away3d.core.base.Mesh; import away3d.core.base.Geometry; import away3d.core.base.Object3D; import away3d.containers.ObjectContainer3D; import away3d.core.base.Face; import away3d.core.math.Number3D; import away3d.arcane; imp...
package kabam.rotmg.assets.EmbeddedAssets { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="spritesheets/EmbeddedAssets_d3LofiObjBigEmbed_.png")] public class EmbeddedAssets_d3LofiObjBigEmbed_ extends BitmapAsset { public function EmbeddedAssets_d3LofiObjBigEmbed_() { super(); return...
package com.adobe.images { /** * ... * @author */ public class BitmapData1 { public function get width():int { return w; } public function get height():int { return h; } private var w:int; private var h:int; public var transparent:Boolean; pub...
package feathers.tests { import feathers.controls.Header; import feathers.controls.LayoutGroup; import feathers.controls.text.BitmapFontTextRenderer; import feathers.core.ITextRenderer; import org.flexunit.Assert; import starling.display.DisplayObject; import starling.display.Quad; public class HeaderMeasure...
package com.pubnub.environment { import flash.events.Event; /** * ... * @author firsoff maxim, support@pubnub.com */ public class NetMonEvent extends Event { public static const HTTP_ENABLE:String = 'enable'; public static const HTTP_DISABLE:String = 'disable'; public static const MAX_RETRIES:String...
/* DashedLine class by Andy Woodruff (http://cartogrammar.com/blog || awoodruff@gmail.com) May 2008 Still in progress; I'll get a more perfected version eventually. For now take it as is. This is a Sprite with the capability to do basic lineTo drawing with dashed lines. Example: var dashy:DashedLine = new DashedLine(...
/** * This code is part of the Bumpslide Library maintained by David Knape * Fork me at http://github.com/tkdave/bumpslide_as3 * * Copyright (c) 2010 by Bumpslide, Inc. * http://www.bumpslide.com/ * * This code is released under the open-source MIT license. * See LICENSE.txt for full license terms. * More i...
/** * VERSION: 12.0 * DATE: 2012-01-11 * AS2 * UPDATES AND DOCS AT: http://www.greensock.com **/ import com.greensock.TweenLite; import com.greensock.plugins.TweenPlugin; /** * <p><strong>See AS3 files for full ASDocs</strong></p> * * <p><strong>Copyright 2008-2014, GreenSock. All rights reserved.</strong> Thi...
package com.myflexhero.network.core.util.resize { import flash.events.Event; public class HandleClickedEvent extends Event { public static const HANDLE_CLICKED:String = "handleClicked"; public var clickedHandle:IHandle; public function HandleClickedEvent(handle...
/* * 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 require...
package cmodule.lua_wrapper { public const _strstr:int = regFunc(FSM_strstr.start); }
package fl.events { import flash.events.Event; import fl.events.ListEvent; /** * The DataGridEvent class defines events that are associated with the DataGrid component. * These include the following events: * <ul> * <li><code>DataGridEvent.COLUMN_STRETCH</code>: dispatched after a user resizes a col...
package view.image.lot { import flash.display.*; import flash.events.Event; import view.image.BaseImage; /** * LotInfoImage表示クラス * */ public class LotInfoImage extends BaseImage { // // Lotinfoimage表示元SWF // [Embed(source="../../../../data/image/ok.swf")] ...
package kabam.rotmg.dailyLogin.model { import io.decagames.rotmg.utils.date.TimeSpan; public class DailyLoginModel { public static const DAY_IN_MILLISECONDS:Number = 86400000; public var shouldDisplayCalendarAtStartup:Boolean; public var currentDisplayedCaledar:S...
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.Minko; import aerys.minko.scene.data.SkinningDataProvider; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh; import aerys.minko.type.animation.SkinningMethod; import aerys.minko.type.log.DebugLevel; import flash.geom...
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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...
package org.as3commons.lang.testclasses { public class IncompleteInterfaceImplementation { public function IncompleteInterfaceImplementation() { } public function method1():void { } public function method2(p1:int, p2:String):Boolean { return false; } public function method3(p1:Number, ... re...
package org.osflash.mixins.generator { import org.flemit.SWFHeader; import org.flemit.SWFWriter; import org.flemit.bytecode.IByteCodeLayout; import org.flemit.tags.DoABCTag; import org.flemit.tags.EndTag; import org.flemit.tags.FileAttributesTag; import org.flemit.tags.FrameLabelTag; import org.flemit.tags.ITag...
const int a = 1; const int8 b = 2; void _switch2() { const uint c = 3; for( uint8 n = 0; n <= 5; ++n ) { switch( n ) { case 5: Log("5"); break; case 4: Log("4"); break; case c: Log("3"); break; case b: Log("2"); break; case a: Log("1"); break; default: Log("d"); break; } } ...
// ================================================================================================= // // Starling Framework // Copyright 2011-2014 Gamua. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreemen...
package cmodule.lua_wrapper { import avm2.intrinsics.memory.lf64; import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.sf64; import avm2.intrinsics.memory.si32; public final class FSM_luaB_tostring extends Machine { public static const intRegCount:int = 4; ...
/** * MAC * * An ActionScript 3 implementation of MAC, Message Authentication Code * for use with SSL 3.0. * Loosely copyrighted by Bobby Parker. * As3crypto copyrighted by Henri Torgemane. * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.hash { import flash.utils....
//////////////////////////////////////////////////////////////////////////////// // // 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 li...
/* * Copyright 2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required b...
package aerys.minko.scene.controller { import flash.display.BitmapData; import flash.utils.Dictionary; import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import ae...
// 3D Cube Rotation // http://www.speich.net/computer/moztesting/3d.htm // Created by Simon Speich var Q = new Array(); var MTrans = new Array(); // transformation matrix var MQube = new Array(); // position information of qube var I = new Array(); // entity matrix var Origin = new Object(); var Testing = new O...
package ddt.loader { import com.pickgliss.loader.BaseLoader; import com.pickgliss.loader.DisplayLoader; import com.pickgliss.loader.LoaderEvent; import com.pickgliss.loader.LoaderManager; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.utils.ObjectUtils; import ddt.manager.PathManage...
package starling.display { import openfl.geom.Point; import starling.display.DisplayObject; import starling.geom.Polygon; import starling.utils.MeshUtil; import starling.utils.MatrixUtil; import starling.styles.MeshStyle; import starling.textures.Texture; import starling.rendering.VertexData; import starling...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="toxicSewersObjects.txt", mimeType="application/octet-stream")] public class toxicSewersObjects extends ByteArrayAsset { public function toxicSewersObjects() { super(); } } }
package pbjAS.consts { public class PFloat2 implements PBJConst { public var f1:Number; public var f2:Number; public function PFloat2(f1:Number, f2:Number) { this.f1 = f1; this.f2 = f2; } } }
package { import feathers.examples.video.Main; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.display3D.Context3DProfile; import flash.display3D.Context3DRenderMode; import flash.events.Event; import flash.geom.Rectangle; ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2015 ESRI // // All rights reserved under the copyright laws of the United States. // You may freely redistribute and use this software, with or // without modification, provided you include the original copyright // an...
package kabam.rotmg.application.api { public interface ApplicationSetup extends DebugSetup { function getBuildLabel():String; function getAppEngineUrl(_arg_1:Boolean = false):String; function useLocalTextures():Boolean; function isToolingEnabled():Boolean; function areDeveloperHotkeysEnabled()...
package SJ.Game.richtext { import SJ.Common.Constants.ConstRichText; import starling.display.Image; public class CJRTElementImage extends CJRTElement { public function CJRTElementImage() { super(ConstRichText.CJRT_ELEMENT_TYPE_IMAGE); } override protected function getPropertyJson():String { va...
/* * Copyright (c) 2006-2010 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 reprise.css { import flash.utils.Dictionary; import reprise.core.reprise; use namespace rep...
package net.psykosoft.psykopaint2.core.signals { import net.psykosoft.psykopaint2.base.robotlegs.signals.TracingSignal; public class NotifyPurchaseStatusSignal extends TracingSignal { public function NotifyPurchaseStatusSignal() { super( String, int ); //purchase status id, status code } } }
// Generated from frameworks/libs/player/16.0/playerglobal.swc // Breakpoints are not supported package flash.events { [API("672")] public class NetDataEvent extends Event { public static const MEDIA_TYPE_DATA:String = "mediaTypeData"; private var _timestamp:Number; private var _info:Object; public function NetD...
package io.decagames.rotmg.utils.date { public class TimeLeft { public static function parse(param1:int, param2:String):String { var _loc5_:int = 0; var _loc4_:int = 0; var _loc3_:int = 0; if (param2.indexOf("%d") >= 0) { _loc5_ = Math.floor(param1 / 86400); ...
package widgets.AddShapefile { import com.esri.ags.SpatialReference; import com.esri.ags.geometry.Extent; import com.esri.ags.geometry.Geometry; import com.esri.ags.geometry.MapPoint; import com.esri.ags.geometry.Polygon; public class ShpPolygon extends Geometry { private var m_extent:...
package { function foo() { var s = 0; for (var i = 0; i < 1000; i++) { s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i; s += i...
package com.smbc.enemies { import com.explodingRabbit.cross.gameplay.statusEffects.StatusProperty; import com.explodingRabbit.utils.CustomTimer; import com.smbc.data.EnemyInfo; import com.smbc.data.HealthValue; import com.smbc.data.ScoreValue; import com.smbc.main.*; import flash.display.MovieClip; import fl...
package org.shypl.common.loader { import flash.system.ApplicationDomain; import org.shypl.common.collection.Deque; import org.shypl.common.collection.LinkedList; import org.shypl.common.logging.LogManager; import org.shypl.common.logging.Logger; import org.shypl.common.util.progress.CancelableProgress; publi...
/** * VERSION: 12.01 * DATE: 2012-09-10 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/tweenvars/ **/ package com.greensock.data { import com.greensock.TweenLite; import com.greensock.motionPaths.MotionPath; import flash.display.Stage; import flash.geom.Point; /** * [AS3 only] There are 3 primary bene...
package maryfisher.view.ui.mediator { import maryfisher.framework.view.IDisplayObject; import maryfisher.view.ui.interfaces.IButton; /** * ... * @author mary_fisher */ public class CheckBoxMediator { private var _check:IDisplayObject; private var _button:IButton; private var _listener:Function; ...
package com.bigcloud { import flash.events.TimerEvent; import flash.utils.Timer; public class bigcloud { private static var instance:bigcloud; private static var allowInstantiation:Boolean; private var unsentSessionLength:Number; private var timer:Timer; private var lastTime:Number; private var isSusp...
package { import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.math.BigInteger; import com.message.MessageEnum.MessageId; import com.netease.protobuf.Message; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import fla...
package com.axiomalaska.map.interfaces { import com.axiomalaska.utilities.Style; [Bindable] public interface IMapFeature{ function get id():String; function set id($id:String):void; function get latlon():ILatLon; function set latlon($latlon:ILatLon):void; function get data():Object; function ...
package io.decagames.rotmg.characterMetrics.tracker { import com.hurlant.util.Base64; import flash.utils.Dictionary; import flash.utils.IDataInput; import io.decagames.rotmg.characterMetrics.data.CharacterMetricsData; import kabam.rotmg.messaging.impl.data.CompressedInt; public class CharactersMetricsTracker { p...
package flare.vis.operator.layout { import flare.scale.ScaleType; import flare.util.Property; import flare.vis.axis.CartesianAxes; import flare.vis.data.Data; import flare.vis.data.DataSprite; import flare.vis.data.ScaleBinding; /** * Layout that places items along the X and Y axes according to dat...
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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 ob...
package com.longtailvideo.jwplayer.model { import com.longtailvideo.jwplayer.utils.TypeChecker; public class Color { private var _color:uint; public function Color(color:*) { if (color is String) { _color = TypeChecker.stringToColor(color); } else if (color is uint || color is Number) { _color =...
package fairygui { import fairygui.display.Image; import fairygui.display.MovieClip; import fairygui.gears.IAnimationGear; import fairygui.gears.IColorGear; import fairygui.utils.ByteBuffer; import fairygui.utils.ToolSet; import laya.display.Node; import laya.display.Sprite; import laya.maths.Rectan...
package kabam.rotmg.legends.view { import kabam.rotmg.death.model.DeathModel; import kabam.rotmg.fame.control.ShowFameViewSignal; import kabam.rotmg.legends.control.ExitLegendsSignal; import kabam.rotmg.legends.control.FameListUpdateSignal; import kabam.rotmg.legends.control.RequestFameListSignal; import kabam.rotmg.l...
package sk.yoz.ycanvas.map.valueObjects { /** * Canvas limitation values. */ public class Limit { public var minScale:Number; public var maxScale:Number; public var minCenterX:Number; public var maxCenterX:Number; public var minCenterY:Number; ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2007-2010 Josh Tynjala // // 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 ...
package com.huawei.sdnc.tools { import com.huawei.sdnc.event.SdncEvt; import com.huawei.sdnc.service.SdnService; import com.huawei.sdnc.view.common.node.ServerNode; import com.huawei.sdnc.view.common.node.StateNode; import com.huawei.sdnc.view.common.node.VmFollower; import com.huawei.sdnc.vo.TopoXmlVo; impor...
import PickupableObject.StaticMeshPickableObject; class AKey:AStaticMeshPickapableObject { default Mesh.StaticMesh = Asset("/Game/MP_Keys/Meshes/MSH_Key_07.MSH_Key_07"); default AttachmentLocationOffset = FVector(0,20,0); /*Set it to -1 to open any lock*/ UPROPERTY() int KeyId = 0; ...
/* * Created by IntelliJ IDEA. * User: Peter Gerhat * Date: May 27, 2010 * Time: 4:04:13 PM * To change this template use File | Settings | File Templates. */ package components.uidocument.document { /** * Specifies how to update the model. Complete update discards all data in current model and partial udpate *...
// TestView.as package { import game.ui.test.TestPageUI; import laya.display.Text; import laya.events.Event; import laya.ui.Box; import laya.ui.Label; public class TestView extends TestPageUI { public function TestView() { //btn是编辑器界面设定的,代码里面能直接使用,并且有代码提示 btn.on(Event.CLICK, this, onBtnClic...
package com.smbc.pickups { import com.smbc.characters.Character; import com.smbc.data.PickupInfo; import com.smbc.data.SoundNames; import com.smbc.ground.Ground; import neoart.flectrum.Inward; public class SimonPickup extends Pickup { private static const SMALL_HEART_FALL_SPEED:int = 100; public static co...
/* * Copyright 2019 Tua Rua Ltd. * * Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package com.pickgliss.ui.image { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.core.Component; import com.pickgliss.utils.ObjectUtils; import flash.display.Bitmap; public class ScaleUpDownImage extends Image { private var _bitmaps:Vector.<Bitmap>; ...
package kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedData_PetsCXML.dat", mimeType="application/octet-stream")] public class EmbeddedData_PetsCXML extends ByteArrayAsset { public function EmbeddedData_PetsCXML() { super(); } } }
/* * actionscript-cafe class_name 18 avr. 2011 adesmarais * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.ser...
package com.bumpslide.ui { import com.bumpslide.data.constant.Direction; /** * HBox * * @author David Knape */ dynamic public class HBox extends Container { public function HBox( children:Array = null, spacing:Number=10) { super( Direction.HORIZONTAL, 10 ); if(children) this.children = childre...
/* Feathers Copyright 2012-2014 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.controls { import feathers.core.IFeathersControl; import feathers.core.IFocusExtras; impor...
/* * Copyright 2015-2018 Marcel Piestansky * * 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, merg...
package deng.utils { import flash.utils.ByteArray; public class ChecksumUtil { /** * @private */ private static var crcTable:Array = makeCRCTable(); /** * @private */ private static function makeCRCTable():Array { var table:Array = []; var i:uint; var j:uint; ...
package com.audioengine.format.tasks { import com.thread.IRunnable; import flash.utils.ByteArray; public interface IEncoder extends IRunnable { function get statusString() : String; function get status() : int; function get outputData() : ByteArray; function get rawData() : ByteArray; function set raw...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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 com.adobe.test.Assert; /* ...
/* CASA Lib for ActionScript 3.0 Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib 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 abo...
// ================================================================================================= // // 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 com.finegamedesign.subtletea { import flash.display.MovieClip; public class KelpClip extends MovieClip { internal static var instances:Array = []; public function KelpClip() { instances.push(this); } } }
package com.ankamagames.dofus.network.messages.game.guild { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; import...
package net { import flash.events.AsyncErrorEvent; import flash.events.IOErrorEvent; import flash.events.NetStatusEvent; import flash.events.SecurityErrorEvent; import flash.net.NetConnection; import flash.net.NetStream; import flash.net.Responder; import flash.utils.Dictionary; import util.Binder; import u...
/* ***** 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/ * ...
/* Copyright 2013 XTD Studios Ltd. Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...
package kabam.rotmg.stage3D.proxies { import flash.display3D.Context3D; import flash.geom.Matrix3D; public class Context3DProxy { public function Context3DProxy(param1:Context3D) { super(); this.context3D = param1; } private var context3D:Context3D; public function GetContext3D():Cont...
package { import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; public class LoaderTest extends Sprite { private var _loader:Loader; public function LoaderTest() { // var basePath : String = stage.loaderInfo.ur...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2007-2010 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 agreement ...
package view.scene.quest { import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import flash.events.EventDispatcher; import flash.geom.*; import mx.core.UIComponent; import mx.controls.Label; import org.libspark.thread.Thread; import org.libspark.threa...
package net.nobien.utils.tests { import net.nobien.utils.StringUtil; import org.flexunit.Assert; public class StringUtilTestCase { [Before] public function before():void { } [After] public function after():void ...
// ActionScript file import Components.Component; import Components.Controller; import Components.Host; import Components.Item_image; import Components.Link; import Components.Switch; import flash.display.DisplayObject; import flash.events.Event; import flash.events.MouseEvent; import flash.events.TimerEvent; import f...
/* Copyright aswing.org, see the LICENCE.txt. */ import org.aswing.geom.Dimension; import org.aswing.thumbstrip.LoadThumb; import org.aswing.thumbstrip.ThumbStrip; import org.aswing.util.StringUtils; /** * @author Igor Sadovskiy * @version 1.0 */ class org.aswing.thumbstrip.LoadThumbStrip extends ThumbStrip { ...
package com.unhurdle.spectrum { import org.apache.royale.html.elements.Span; COMPILE::JS { import org.apache.royale.core.WrappedHTMLElement; } public class NumberField extends TextField { public function NumberField() { super(); input.type = "number"; input.step = "1"; _...
package fairygui { public class GTextField extends GObject implements IColorGear { protected var _gearColor:GearColor; public function GTextField() { super(); this._gearColor = new GearColor(this); } public function get font(): String { return null; } public function set font(va...
package com.increpare.bfxr.synthesis { /* class by henke37, from http://webcache.googleusercontent.com/search?q=cache:bx2VN_2MqUwJ:www.actionscript.org/forums/showthread.php3%3Ft%3D248418+0x666D7420+floating+point&cd=1&hl=en&ct=clnk&gl=uk&source=www.google.co.uk */ import flash.utils.*; public class WaveWri...
package guildDungeon.command { import com.tencent.morefun.framework.base.Command; import def.PluginDef; public class RequestGuildDungeonCountCommand extends Command { public var currentChallengeCount:uint; public var maxChallengeCount:uint; public function Request...
/* Copyright (c) 2007 Derek Wischusen * * 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...
/* Neopets adaption - 2/2010 */ package com.neopets.games.inhouse.BubbleMaster.game{ import flash.display.*; import flash.events.*; public class StartScreen extends MovieClip { private var doc:Object; private var scope:Object; // added MN refereces 2/2010 public var iBtn:MovieClip; public var cBtn:M...