text
stringlengths
4
1.04M
/* 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...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.account.kongregate.view.KongregateAccountDetailDialog package kabam.rotmg.account.kongregate.view { import flash.display.Sprite; import org.osflash.signals.Signal; import kabam.rotmg.text.view.TextFieldDisplayConcrete; import com...
package com.poddcorp.platformer { import flash.desktop.NativeApplication; import flash.display.Sprite; import flash.display.Stage; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.geom.Rectangle; import flash.ui.Multitouch; import flash.ui....
package reflex.behaviors { import flash.events.Event; import flash.events.IEventDispatcher; import flash.text.TextField; import reflex.data.IPosition; public class TextAreaBehavior extends Behavior { private var _horizontalPosition:IPosition; private var _verticalPosition:IPosition; private var _text...
package com.ankamagames.dofus.network.messages.game.shortcut { import com.ankamagames.dofus.network.ProtocolTypeManager; import com.ankamagames.dofus.network.types.game.shortcut.Shortcut; import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput...
package view.image.game { import flash.display.*; import flash.events.Event; import mx.core.UIComponent; import flash.events.MouseEvent; import view.image.BaseLoadImage; /** * EventCardValue表示クラス * */ public class EventCardValue extends BaseLoadImage { private...
// 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/. function nestedIf() { var x:Number = 10; var y:int = 30; var z:Number = 0; if (x < 20) { if ...
/** * AdKeyWordStatsBean.as * This file was auto-generated from WSDL by the Apache Axis2 generator modified by Adobe * Any change made to this file will be overwritten when the code is re-generated. */ package com.macys.marketing.sema{ import mx.utils.ObjectProxy; import flash.utils.ByteArray; ...
package dragon.algorithm.rpn { internal class DgDot { /** * 若为叶子节点,则存储值 */ public var nvalue:Number; /** * 左子节点 */ private var _leftChild:DgDot; /** * 右子节点 */ private var _rightChild:DgDot; /** * 操作符 */ public var _op:int /** * 标识是...
package com.ankamagames.dofus.network.messages.game.progression.suggestion { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMe...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.game.view.NameChangerPanelMediator package kabam.rotmg.game.view { import robotlegs.bender.bundles.mvcs.Mediator; import kabam.rotmg.account.core.Account; import kabam.rotmg.dialogs.control.OpenDialogSignal; import kabam.rotmg.ui...
/* * * Copyright (c) 2013 Sunag Entertainment * * 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...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2006-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...
package com.codeazur.as3swf.data.abc.exporters.builders { /** * @author Simon Richardson - simon@ustwo.co.uk */ public interface IABCTernaryBuilder extends IABCBuilder { } }
package com.controls.treeDatagrid.event { import flash.events.Event; public class TreeAdvancedDataGridEvent extends Event { public static const EXPAND_TREE_ITEM:String = "expandTreeItem"; private var _data:Object; private var _isOpen:Boolean; public function TreeAdvancedDataGridEvent(type:String, bub...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2006 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 ac...
class Pie { void foo() {} } void calc() { Pie@ thing = null; thing.foo(); // Null dereference }
package com.lorentz.SVG.display { import com.lorentz.SVG.data.MarkerPlace; import com.lorentz.SVG.display.base.ISVGPreserveAspectRatio; import com.lorentz.SVG.display.base.ISVGViewBox; import com.lorentz.SVG.display.base.SVGContainer; import com.lorentz.SVG.display.base.SVGElement; import com.lorentz.SVG.p...
/* * 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.controls { import reprise.ui.AbstractInput; import reprise.ui.UIComponent; import flash...
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below). * * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published ...
/* Copyright (C) 2012 John Nesky 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, publish, distribute, s...
 class SMSMessage { //Property names and types var id:String; var message:String; var arrivalDate:Date; }
package com.hurrygames.grabber.logics { import com.hurrygames.grabber.entitys.CityEntity; import com.hurrygames.grabber.managers.ConfigManager; import com.hurrygames.grabber.models.CityModel; import com.hurrygames.grabber.models.PlayerModel; public class TowerLogic extends CityLogic { public function TowerL...
//////////////////////////////////////////////////////////////////////////////// // // 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...
import flash.net.*; import flash.events.*; private var nc:NetConnection; private function init():void { nc = new NetConnection(); nc.addEventListener(NetStatusEvent.NET_STATUS, status_handler); nc.objectEncoding = ObjectEncoding.AMF0; nc.client = this; nc.connect("rtmp:/rpc/chat"); } private func...
package org.aswing.layouts { import org.aswing.components.Container; import org.aswing.components.labels.JLabel; import org.aswing.components.windows.FrameTitleBar; import org.aswing.lookandfeel.UIManager; import org.aswing.layouts.BorderLayout; import org.aswing.geom.IntDimension; import org.aswing.lookandfeel....
package cmodule.lua_wrapper { const __2E_str35292:int = gstaticInitter.alloc(13,1); }
/* * =BEGIN CLOSED LICENSE * * Copyright(c) 2014 Andras Csizmadia. * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT...
package { import mx.controls.Label; import mx.controls.dataGridClasses.*; public class ColorRenderer extends Label { override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void { super.updateDisplayList(unscaledWidth, unscaledHeight); if (data && list...
package away3d.materials.methods { import away3d.arcane; import away3d.core.managers.Stage3DProxy; import away3d.materials.compilation.ShaderRegisterCache; import away3d.materials.compilation.ShaderRegisterElement; import away3d.textures.CubeTextureBase; import away3d.textures.Texture2DBase; import flash.displ...
package consortion.view.selfConsortia { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.image.ScaleFrameImage; import com.pickgliss.ui.text.FilterFrameText; import com.pickgliss.utils.ObjectUtils; import ddt.data.ConsortiaEventInfo; import...
 /** * @author firdosh */ import GUI.fox.aswing.AttachIcon; import GUI.fox.aswing.BorderLayout; import GUI.fox.aswing.FlowLayout; import GUI.fox.aswing.JButton; import GUI.fox.aswing.JFrame; import GUI.fox.aswing.JLabel; import GUI.fox.aswing.JPanel; class test.MessageBox extends JFrame { private var buttonsPanel:JP...
package org.ranapat.scrollpane.examples { import com.greensock.easing.Elastic; import com.greensock.TweenLite; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.MovieClip; import flash.display.Shape; import flash.display.SimpleButton; import flash.disp...
//////////////////////////////////////////////////////////////////////////////// // // 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...
package sk.yoz.ycanvas.map.utils { import starling.utils.VertexData; public class StrokeUtils { /** * Converts points and thickness into vertex data. */ public static function pointsToVertexData(points:Vector.<Number>, thickness:Number):VertexData { ...
// Action script... // [Initial MovieClip Action of sprite 20978] #initclip 243 if (!dofus.aks.Tutorial) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.aks) { _global.dofus.aks = new Object(); } // end if var _loc1 = (_global.dofus.aks.Tutorial = functi...
package airdatabase.errors { import airdatabase.core.asl_unit_testing; import airdatabase.errors.messages.FilterErrorMessage; import airdatabase.errors.messages.IErrorMessage; import airdatabase.errors.messages.IncorrectTypeErrorMessage; import airdatabase.errors.messages.NotImplementedErrorMessage; import asx....
package classes.api { import flash.events.AsyncErrorEvent; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.IOErrorEvent; import flash.events.NetStatusEvent; import flash.net.NetConnection; import flash.net...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.text.view.stringBuilder.StaticStringBuilder package kabam.rotmg.text.view.stringBuilder { import kabam.rotmg.language.model.StringMap; public class StaticStringBuilder implements StringBuilder { private var string:String; ...
package com.tinyspeck.engine.data.pc { import com.tinyspeck.debug.Console; import com.tinyspeck.engine.data.itemstack.Itemstack; import com.tinyspeck.engine.data.location.Location; import com.tinyspeck.engine.data.quest.Quest; import com.tinyspeck.engine.model.TSModelLocator; import com.tinyspeck.engine.model.Wo...
/** 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 not use this ...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* ***** 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 2010-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 ...
package kabam.rotmg.ui { import flash.display.Sprite; import flash.display.StageQuality; public class UIUtils { private static const NOTIFICATION_BACKGROUND_WIDTH:Number = 95; public static const NOTIFICATION_BACKGROUND_HEIGHT:Number = 25; private static const NOTIFICATION_BACKGROUND_ALPHA:Number = 0.4; ...
;actions tests 3 A: .data 7 .entry L .extern G red #-43 red r0 red #-2049 red #A red G red %LIST red 7A red red F, F red F , red jmp #-43 jmp r0 jmp #-2049 jmp #A jmp G jmp %LIST jmp 7A jmp jmp F, F jmp F , jmp bne #-43 bne r0 bne #-2049 bne #A bne G bne %LIST bne 7A bne bne F, F bne F , bne jsr #-43 jsr r0 j...
/** * __ __ __ * ____/ /_ ____/ /______ _ ___ / /_ * / __ / / ___/ __/ ___/ / __ `/ __/ * / /_/ / (__ ) / / / / / /_/ / / * \__,_/_/____/_/ /_/ /_/\__, /_/ * / / * \/ * http://distriqt.com * * @author Michael (https://git...
package com.txt_nifty.sketch.fmgenAs { /** * ... * @author ALOE */ internal final class EGPhase { public static const next:int = 0; public static const attack:int = 1; public static const decay:int = 2; public static const sustain:int = 3; public static const release:int = 4; public static cons...
package com.company.assembleegameclient.account.ui { import com.company.util.MoreObjectUtil; import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.dialogs.control.CloseDialogsSignal; import kabam.rotmg.dialogs.control.O...
package test { public class ASCompleteTest { public function ASCompleteTest(v:String) { new Vector.<int>(10, true).join(',').$(EntryPoint) } } }
package com.company.assembleegameclient.objects { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.map.Map; import com.company.assembleegameclient.sound.SoundEffectLibrary; import com.company.assembleegameclient.ui.panels.Panel; import com.company.assembleegameclient.ui.pa...
package serverProto.team { public final class ProtoTeamType { public static const PROTO_TEAM_TYPE_NOMAL:int = 1; public static const PROTO_TEAM_TYPE_GUILD_DUNGEON:int = 2; public static const PROTO_TEAM_TYPE_TEAM_DUNGEON:int = 3; public static const PROTO_TEAM_T...
/* * Copyright 2009-2010 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 by ap...
/* VERSION: 1.1 DATE: 3/20/2009 ACTIONSCRIPT VERSION: 2.0 (AS3 version is also available) UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenMax.com DESCRIPTION: ColorMatrixFilter tweening offers an easy way to tween a MovieClip's saturation, hue, contrast, brightness, and colorization. The following pr...
package com.ankamagames.dofus.network.messages.game.context.fight { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; ...
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
package flare.vis.data { import flare.vis.events.DataEvent; /** * Data structure for managing a collection of visual data objects in a * tree (hierarchy) structure. This class extends the functionality of * the Data class to model a hierarchy. The class can be used as an * alternative to the Data clas...
package net.nobien.utils { import flash.utils.ByteArray; import flash.utils.describeType; import flash.utils.getDefinitionByName; import flash.utils.getQualifiedClassName; /** * The ObjectUtil class contains static utility methods for analyzing and manipulating Objects. */ ...
package { import flash.display.DisplayObject; import flash.display.MovieClip; import flash.geom.Rectangle; public class Previewer extends MovieClip { private var _child:DisplayObject; public function preview(dsp:DisplayObject):void { clear(); _child = dsp; var scale:Number = 1; if (_c...
/** * Copyright (c) 2015 egg82 (Alexander Mason) * * 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, ...
package kabam.rotmg.account.core.commands { import kabam.rotmg.account.core.view.MoneyFrame; import kabam.rotmg.dialogs.control.OpenDialogSignal; public class InternalOpenMoneyWindowCommand { [Inject] public var openDialog:OpenDialogSignal; public function execute():void { this.openDialog.dispa...
/* See LICENSE for copyright and terms of use */ import org.actionstep.constants.ASConstantValue; /** * This class contains constants representing errors encountered with an * <code>NSMovie</code> instance. * * @author Scott Hyndman */ class org.actionstep.constants.ASMovieErrorType extends ASConstantValue { ...
/* * Copyright 2014 Mozilla Foundation * * 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 agr...
/** * Kerneos * Copyright (C) 2008 Bull S.A.S. * Contact: jasmine AT ow2.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or any later ve...
package pl.mateuszmackowiak.nativeANE.events { import flash.events.Event; public class NativeDialogListEvent extends Event { /** * Defines the value of the type property of a NativeDialogListEvent object. */ public static const LIST_CHANGE:String = "nativeListDialog_change"; /** * @private ...
//////////////////////////////////////////////////////////////////////////////// // // 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 org.swiftsuspenders.injectionpoints { import flash.utils.describeType; import org.swiftsuspenders.Injector; public class ConstructorInjectionPoint extends MethodInjectionPoint { /*******************************************************************************************...
/* Copyright 2009 by the authors of asaplibrary, http://asaplibrary.org 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...
package { import flash.utils.ByteArray; public class Base64 { private static const BASE64_CHARS:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="; public static const version:String = "1.0.0"; public static function e...
/** * <p>Original Author: Daniel Freeman</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, including without limitation the rights * to use, copy, modify, m...
package com.nodename.geom { import flash.geom.Point; public final class LineSegment extends Object { public static function compareLengths_MAX(segment0:LineSegment, segment1:LineSegment):Number { var length0:Number = Point.distance(segment0.p0, segment0.p1); var ...
/* 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/. */ /* * Date: 14 Mar 2001 * * SUMMARY: Testing the internal [[Class]] property of objects * See ECMA-262 Edition 3...
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
package kabam.lib.ui.impl { import flash.display.DisplayObject; import kabam.lib.ui.api.Layout; public class VerticalLayout implements Layout { public function VerticalLayout() { super(); } private var padding:int = 0; public function getPadding():int { return this.padding; } ...
/** * Copyright (c) 2015 egg82 (Alexander Mason) * * 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, ...
//////////////////////////////////////////////////////////////////////////////// // // 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.playata.framework.audio { public interface ISound { } }
package org.puremvc.as3.multicore.utilities.fabrication.injection { import org.puremvc.as3.multicore.utilities.fabrication.injection.provider.DependenciesProviderTestSuite; import org.puremvc.as3.multicore.utilities.fabrication.injection.test.MediatorInjectorTest; import org.puremvc.as3.multicore.utilities....
package away3d.entities { import away3d.arcane; import away3d.animators.IAnimator; import away3d.bounds.BoundingSphere; import away3d.bounds.BoundingVolumeBase; import away3d.cameras.Camera3D; import away3d.core.base.IRenderable; import away3d.managers.Stage3DProxy; import away3d.core.partition.EntityNode; im...
/* * Copyright 2008-2009 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 requi...
/** * 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...
package task.defs { public class TaskFlagDef { public static const OPEN_TASK_NPC_DIALOG_openui59:int = 1; public function TaskFlagDef() { super(); } } }
package com.viacom.brbpl.constants { public class CCDisplayMode { public static const POP_ON:String = 'popon'; public static const PAINT_ON:String = 'painton'; } }
/* * Temple Library for ActionScript 3.0 * Copyright © MediaMonks B.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright ...
package com.tinyspeck.engine.model { import com.tinyspeck.bridge.FlashVarModel; import com.tinyspeck.bridge.PrefsModel; public class TSModelLocator { /* singleton boilerplate */ public static const instance:TSModelLocator = new TSModelLocator(); public var prefsModel:PrefsModel; public var flashVarModel...
/** * This is a generated class and is not intended for modification. To customize behavior * of this value object you may modify the generated sub-class of this class - Tags.as. */ package valueObjects { import com.adobe.fiber.services.IFiberManagingService; import com.adobe.fiber.util.FiberUtils; import com.adob...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 fairygui { import fairygui.display.MovieClip; import laya.maths.Rectangle; import laya.utils.Handler; public class GMovieClip extends GObject implements IAnimationGear, IColorGear { public var movieClip: MovieClip; public function GMovieClip() { super(); this._sizeImplType = 1; } ...
package away3d.core.filter { import away3d.arcane; import away3d.cameras.*; import away3d.cameras.lenses.*; import away3d.containers.*; import away3d.core.base.*; import away3d.core.clip.*; import away3d.core.draw.*; import away3d.core.render.*; import flash.utils.*; use namespace arcane; /** * ...
package UI.abstract.component.control.scrollBar { import UI.App; import UI.abstract.component.control.base.UIComponent; import UI.abstract.component.control.button.BaseButton; import UI.abstract.component.control.container.Container; import UI.abstract.component.control.image.Image; import UI.abstract.comp...
package feathers.tests { import feathers.controls.Button; import feathers.core.FocusManager; import feathers.core.PopUpManager; import flexunit.framework.Assert; import starling.display.Quad; public class PopUpManagerFocusManagerTests { private var _button1:Button; private var _button2:Button; [Before]...
package com.ankamagames.dofus.logic.game.common.actions.chat { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class ChatSmileyRequestAction extends AbstractAction implements Action { public var smiley...
package kabam.rotmg.account.web.view { import com.company.assembleegameclient.screens.TitleMenuOption; import flash.display.DisplayObject; import flash.display.Sprite; import flash.filters.DropShadowFilter; import kabam.rotmg.account.core.view.AccountInfoView; import kabam.rotmg.text.view.TextFieldDisplayConcrete; im...
/* * Copyright 2007 ZXing 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 by applicable law or agreed ...
package com.hurrygames.grabber.config { import flash.geom.Point; /** * Project : LandGrabbers * AnimationModel * 动画资源的数据模型类。 * @author 赵俊 <zhaojun@crop.the9.com> * $Id:$ * @version 1.0 */ public class Animation extends BaseModel { /** * 动画的名称 */ public var name:String; /** * 动...
package kabam.rotmg.messaging.impl.incoming.pets { import flash.utils.IDataInput; import kabam.rotmg.messaging.impl.incoming.IncomingMessage; public class DeletePetMessage extends IncomingMessage { public var petID:int; public function DeletePetMessage(_arg_1:uint, _arg_2:Function) { super(_arg_1, ...
package com.gestureworks.cml.away3d.elements { import away3d.containers.ObjectContainer3D; import away3d.core.base.Geometry; import away3d.entities.Mesh; import away3d.library.AssetLibrary; import away3d.library.AssetLibraryBundle; import away3d.materials.ColorMaterial; import away3d.materials.MaterialBase; im...
package xrope.examples.lineLayouts { [Suite(label="Single line flow layouts")] public class LineLayoutSuite { public static function suite():Array { return [HLineExample, VLineExample]; } } }
package com.myflexhero.network.event { import com.myflexhero.network.Node; import flash.events.Event; /** * 界面最值节点事件类 * @author Hedy<br> * 550561954#QQ.com */ public class MaxPointEvent extends Event { /** * 更改的节点值类型,true为x值,否则为y值。 */ private var _isX:Boolean = false; /** * 容器所有坐标中最大的x或y...