text
stringlengths
4
1.04M
/** * VERSION: 11.1 * DATE: 10/18/2009 * AS3 (AS2 version is also available) * UPDATES AND DOCUMENTATION AT: http://www.TweenLite.com **/ package com.greensock { import com.greensock.core.*; import com.greensock.plugins.*; import flash.display.*; import flash.events.*; import flash.utils.*; /*...
/* ***** 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 2020 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 to in ...
package org.leui.events { import flash.events.Event; /** * LeUI事件 *@author swellee */ public class LEvent extends Event { /** *更换整体样式表 收到此消息后,组件实例需要更新样式 */ public static const STYLE_SHEET_CHANGED:String="leui_style_sheet_changed"; /** *菜单项鼠标悬停 */ public static const MOUSE_OVER_MENU_IT...
package kabam.rotmg.messaging.impl.outgoing.bounty { import flash.utils.IDataOutput; import kabam.rotmg.messaging.impl.outgoing.OutgoingMessage; public class BountyMemberListRequest extends OutgoingMessage { public function BountyMemberListRequest(_arg1:uint, _arg2:Function) { ...
/* See LICENSE for copyright and terms of use */ import org.actionstep.NSApplication; import org.actionstep.NSRange; import org.actionstep.NSSet; import org.actionstep.test.ASRandomObjectGenerator; import org.actionstep.test.predicates.Person; /** * Tests Key-Value coding * * @author Scott Hyndman */ class org.a...
package org.swiftsuspenders.injectionpoints { import flash.utils.Dictionary; import flash.utils.getQualifiedClassName; import org.flexunit.Assert; import org.swiftsuspenders.InjectionConfig; import org.swiftsuspenders.Injector; import org.swiftsuspenders.injectionresults.InjectSingletonResult; import org.swif...
package game.scene { import com.dialog.DialogMgr; import com.freshplanet.nativeExtensions.AirNetworkInfo; import com.scene.BaseScene; import com.test.ane.gongdong.platform.UpdateExtensionEvent; import com.test.ane.gongdong.platform.WoLunAne; import com.utils.Assets; import com.utils.Constants; impor...
package org.yellcorp.lib.net.batchloader.adapters { import org.yellcorp.lib.net.batchloader.adapters.base.BaseNetworkLoaderItem; import flash.display.LoaderInfo; public class AppLoaderItem extends BaseNetworkLoaderItem implements BatchLoaderItem { public function AppLoaderItem(rootLoaderInfo:LoaderInfo) { ...
/** * Copyright 2010-2012 Singapore Management University * Developed under a grant from the Singapore-MIT GAMBIT Game Lab * 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/...
/* 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 to in writing, software ...
import org.caleb.movieclip.CoreMovieClip; class org.caleb.components.pane.Pane extends CoreMovieClip { private var m_parentNodeName:String; private var m_libraryClip:String; private var m_paneInstanceId:String; public function Pane() { this.setParentNodeName(undefined); this.setLibraryClip(undefined); th...
/** * VERSION: 12.0.1 * DATE: 2013-12-26 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock.plugins { import com.greensock.TweenLite; /** * [AS3/AS2 only] Performs SLERP interpolation between 2 Quaternions. Each Quaternion should have x, y, z, and w properties. * Simply pass in an ...
package DDLS.data.graph { public class DDLSGraphEdge { private static var INC:int = 0; private var _id:int; private var _prev:DDLSGraphEdge; private var _next:DDLSGraphEdge; private var _rotPrevEdge:DDLSGraphEdge; private var _rotNextEdge:DDLSGraphEdge; private var _oppositeEdge:DD...
package kabam.rotmg.mysterybox.services { import com.company.assembleegameclient.util.TimeUtil; import com.company.util.MoreObjectUtil; import kabam.lib.tasks.BaseTask; import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.dialogs.control.OpenDia...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.ASTextFormat; import GUI.fox.aswing.awml.AwmlConstants; import GUI.fox.aswing.awml.AwmlNamespace; import GUI.fox.aswing.awml.AwmlParser; import GUI.fox.aswing.awml.component.ComponentParser; import GUI.fox.aswing.awml.CSSLoadManager; import GUI.f...
/** * VERSION: 1.31 * DATE: 10/22/2009 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com **/ package com.greensock.plugins { import com.greensock.*; import com.greensock.core.*; /** * TweenPlugin is the base class for all TweenLite/TweenMax plugins. <br /><br /> * * <b>USA...
package com.pixeldroid.r_c4d3.game.control { import flash.utils.Dictionary; /** Global registry of callback functions associated with string trigger signals. <p> A simple way to send messages around an application without direct coupling. Multiple listeners may be added for the same signal. The same listener...
// Urho3D editor user interface XMLFile@ uiStyle; XMLFile@ iconStyle; UIElement@ uiMenuBar; UIElement@ quickMenu; Menu@ recentSceneMenu; Window@ mruScenesPopup; Array<QuickMenuItem@> quickMenuItems; FileSelector@ uiFileSelector; String consoleCommandInterpreter; const ShortStringHash UI_ELEMENT_TYPE("UIEl...
package com.ankamagames.dofus.network.messages.game.inventory.exchanges { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessa...
/* Copyright (c) 2010 Trevor McCauley 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,...
/* * 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.v2.extensions.mediatorMap.impl.support { import org.robotlegs.mvcs.Mediator; publ...
/* TapTab as3 library Copyright 2014 Grégory Lardon. 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 taptabcontroller.net.core { /** * * @author Grégory Lardon * */ public class NetMe...
package asx.array { /** * Removes matching items from an Array. * * @param target * @param itemToRemove * @return modified Array */ public function excludeFrom(target:Array, itemToRemove:*):Array { var result:Array = target.slice(); var index:int = -1; while ((index = result.indexOf(itemToRemove)...
/* * Copyright (c) 2014-2019 Object Builder <https://github.com/ottools/ObjectBuilder> * * 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 ...
package com.hp.asi.hpic4vc.ui.views.converged.model { import com.vmware.core.model.DataObject; [Bindable] // Declares the type of object associated with this model. // Types must be qualified with a namespace. [Model(type="hpmodel:HPModel")] /** * Data model for HP main object summary details view. */ pu...
/** * 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...
/** * VERSION: 1.871 * DATE: 2011-08-03 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading.display { import com.greensock.loading.core.LoaderItem; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.Loader; imp...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsDodgerating extends BitmapData { public function SymbolEmoticonBitmapsDodgerating(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
package { import flash.net.*; import flash.utils.*; import flash.media.*; import flash.display.*; import flash.events.*; import flash.external.ExternalInterface; import com.phabricator.*; import vegas.strings.JSON; public class Aphlict extends Sprite { private var client:String; private ...
/* * Copyright (c) 2009-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 flight.commands { /** * Base interface for all commands. */ public interfac...
package entities { import flash.display.BitmapData; import net.flashpunk.Entity; import net.flashpunk.Graphic; import net.flashpunk.Mask; import net.flashpunk.graphics.Image; import net.flashpunk.FP; public class Ball extends Entity { private var randomMaxNumbers:int = 5; private var randomMinNumbers:...
package com.unhurdle.spectrum { COMPILE::JS { import org.apache.royale.core.WrappedHTMLElement; } import org.apache.royale.events.ValueEvent; import com.unhurdle.spectrum.utils.generateIcon; [Event(name="children", type="org.apache.royale.events.Event")] public class TabOverflowOld extends Group { ...
/* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license */ package com.yahoo.social.methodgroups { import com.adobe.serialization.json.JSON; import com.yahoo.oauth.OAuthConnection; import com.yahoo.oauth....
#include "SeatsCommon.as" #include "VehicleAttachmentCommon.as" // HOOKS THAT YOU MUST IMPLEMENT WHEN INCLUDING THIS FILE // void Vehicle_onFire( CBlob@ this, CBlob@ bullet, const u8 charge ) // bullet will be null on client! always check for null // bool Vehicle_canFire( CBlob@ this, bool isActionPressed, bool w...
/* * Graffiti 3.0 * ______________________________________________________________________ * www.nocircleno.com/graffiti/ */ /* * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PU...
package org.flexlite.domUI.skins.vector { import org.flexlite.domUI.components.Button; import org.flexlite.domUI.components.UIAsset; import org.flexlite.domCore.dx_internal; import org.flexlite.domUI.skins.VectorSkin; use namespace dx_internal; /** * 垂直滑块默认皮肤 * @author dom */ public class VSliderSkin ex...
/** * <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 kabam.rotmg.ui.view.components { import flash.display.Shape; public class DarkLayer extends Shape { public function DarkLayer() { graphics.beginFill(0x2B2B2B, 0.8); graphics.drawRect(0, 0, 800, 600); graphics.endFill(); } } }//package kabam.rotmg.ui.view.components
package flare.display.render { import flare.display.DisplaySprite; import flash.display.Graphics; import flash.geom.Rectangle; public class BackgroundRenderer implements IBackgroundRenderer { /** * Backing variable for <code>instance</code> property. */ protected static var _instance:BackgroundRender...
package Gemsmith { /** * ... * @author Hellrage */ import Bezel.GCCS.Events.EventTypes; import Bezel.GCCS.Events.IngameGemInfoPanelFormedEvent; import Bezel.GCCS.Events.IngameKeyDownEvent; import Bezel.Utils.Keybind; import Bezel.Utils.SettingManager; import com.giab.games.gccs.steam.GV; import com.giab...
package com.axiomalaska.map.features { import com.axiomalaska.map.interfaces.ILatLon; import com.axiomalaska.map.interfaces.ILayer; import com.axiomalaska.map.interfaces.IMapFeature; import com.axiomalaska.map.interfaces.IMapFeatureMetaData; import com.axiomalaska.utilities.Style; import flash.display.LineScale...
/** * Copyright (C) 2012 Digital Primates * * 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, ...
// 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/. package testPackage { public class TestClass { function TestClass(test:String, otherTest:String=undefin...
/* 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.data { import feathers.events.CollectionEventType; import starling.events.Event; ...
/** * X509CertificateCollection * * A class to store and index X509 Certificates by Subject. * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.cert { public class X509CertificateCollection { private var _map:Object; public function X50...
/* Copyright 2012-2013 Renaun Erickson 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, sof...
/* Feathers Copyright 2012-2020 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.media { import feathers.events.MediaPlayerEventType; import starling.errors.AbstractClassE...
package com.smbc.data { import flash.geom.Rectangle; [Embed(source="../assets/swfs/SmbcGraphics.swf", symbol="SecondaryHRect")] public class SecondaryHRect extends HRect { private var _lhTop:Number; private var _lhBot:Number; private var _lhLft:Number; private var _lhRht:Number; public function Secondar...
/* This class is where I normally have a ton of complex math equations. Since this thing only uses one, a random number generator, it is the only one that I left in. */ package elemental.utils { public class Elemath { // will return a random integer between the two provided arguments public sta...
package kabam.lib.net.impl { import kabam.lib.net.api.MessageMap; import kabam.lib.net.api.MessageMapping; import kabam.lib.net.api.MessageProvider; import org.swiftsuspenders.Injector; public class MessageCenter implements MessageMap, MessageProvider { private static const MAX_ID:int = 0x0100; private con...
//////////////////////////////////////////////////////////////////////////////// // // 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 sissi.layouts { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import sissi.core.UIComponent; import sissi.core.UIGroup; import sissi.core.sissi_internal; import sissi.layouts.supportClasses.LayoutBase; /** * 横向排版。 * 默认对齐方式为居中,间隔为10像素。 * @author Alv...
package com.zillix.utils { import org.flixel.FlxGroup; import org.flixel.FlxObject; /** * ... * @author zillix */ public class ZGroupUtils { public static function killGroup(gr:FlxGroup):void { if (gr != null && gr.members.length > 0) for each(var obj:FlxObject in gr.members) { obj.kill();...
/****************************************************************************** * Spine Runtimes License Agreement * Last updated May 1, 2019. Replaces all prior versions. * * Copyright (c) 2013-2019, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative wor...
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; ...
package com.ui.item { import com.game.consts.ConstFriendMessageType; import com.game.consts.ConstGlobalConfig; import com.game.module.CDataManager; import com.ui.button.CButtonCommon; import com.ui.util.CBaseUtil; import com.ui.util.CFontUtil; import com.ui.util.CScaleImageUtil; import com.ui.widget.CWidgetFloa...
package org.openPyro.controls.events { /** * The ListEventReason class enumerates the causes for a ListEvent * to be dispatched. */ public class ListEventReason { public static const USER_ACTION:String = "userAction"; public static const DATAPROVIDER_UPDATED:String = "dataProviderUpdated"; public static...
package view.scene.match { 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...
/** * RED5 Open Source Flash Server - http://www.osflash.org/red5 * * Copyright (c) 2006-2009 by respective authors (see below). All rights reserved. * * 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 Soft...
/* See LICENSE for copyright and terms of use */ import org.actionstep.rpc.ASConnectionProtocol; /** * @author Scott Hyndman */ interface org.actionstep.rpc.ASService { //****************************************************** //* Getting information about the service //************************************...
package bangfe.metrics.trackers.google { import com.google.analytics.GATracker; import com.google.analytics.core.TrackerMode; import flash.display.DisplayObjectContainer; /** * * This is a Google Metrics Tracking wrapper. Please reference the google metrics documentation * for google specific concepts ...
/** * User: booster * Date: 01/02/14 * Time: 11:28 */ package stork.arbiter.request { import medkit.collection.ArrayUtil; import medkit.object.ObjectInputStream; import medkit.object.ObjectOutputStream; import stork.arbiter.ArbiterNode; import stork.arbiter.player.PlayerNode; import stork.arbiter.player.RequestPla...
package visual { import flash.display.Shape; public class Rectangle extends Shape { public function Rectangle(width:Number, height:Number, color:int, alpha:Number) { // constructor code graphics.beginFill(color, alpha); graphics.drawRect(0, 0, width, height); graphics.endFill(); } ...
package starling.textures { import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.geom.Rectangle; import starling.§core:starling_internal§.setTo; public class SubTexture extends Texture { private var _parent:Texture; private var _owns...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-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 N...
/* * 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...
package kabam.rotmg.minimap.control { import com.company.assembleegameclient.map.Map; import org.osflash.signals.Signal; public class SetMiniMapMapSignal extends Signal { public function SetMiniMapMapSignal() { super(Map); } } }//package kabam.rotmg.minimap.control
//////////////////////////////////////////////////////////////////////////////// // // 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 dorkbots.dorkbots_ui { import flash.text.TextField; public class ResizeTextFieldRestrictNumLines { public function ResizeTextFieldRestrictNumLines() { } public static function resizeToMaxLines(textField:TextField, maxWidth:Number, maxNumLines:uint):void { var continueResize:Boolean = tru...
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.scene.controller.light.PointLightController; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.type.math.Vector4; use namespace minko_scene; ...
package org.yellcorp.lib.serial.enum { public class Access { public static const READ_WRITE:String = "readwrite"; public static const READ_ONLY:String = "readonly"; public static const WRITE_ONLY:String = "writeonly"; } }
package net.retrocade.retrocamel.components { public class RetrocamelDisplayObject extends RetrocamelUpdatableObject { /****************************************************************************************************************/ /** ...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing.components.menus { import org.aswing.layouts.WindowLayout; import org.aswing.lookandfeel.plaf.ComponentUI; import org.aswing.lookandfeel.plaf.EmptyLayoutUIResourse; import org.aswing.lookandfeel.plaf.MenuElementUI; import flash.events.Event...
package kabam.lib.console.view { import flash.system.System; import kabam.lib.console.model.Watch; import kabam.lib.console.signals.ClearConsoleSignal; import kabam.lib.console.signals.ConsoleLogSignal; import kabam.lib.console.signals.ConsoleUnwatchSignal; import kabam.lib.console.signals.ConsoleWatchSignal; import ...
/* * Copyright 2010 The Closure Compiler 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...
package com.catalystapps.gaf.utils { /** * @private */ public function copyArray(from: Array, to: Array): void { var l: uint = from.length; for (var i: uint = 0; i < l; ++i) { to[i] = from[i]; } } }
package gfw.physics { import flash.display.BitmapData; import flash.display.DisplayObject; import flash.geom.Matrix; import flash.geom.Point; public class HitTester { public static function realHitTest(object:DisplayObject, point:Point):Boolean { /* If we're already dealing with a BitmapData object then w...
/** * Created by varadig on 17/05/16. */ package plugins.mxml.feathers { import core.base.CoreBaseClassFactory; import core.base.CoreCallback; import core.context.CoreContext; import core.service.CoreServiceContainer; import feathers.controls.renderers.LayoutGroupTreeItemRenderer; import feathers.skins.IStyleProvide...
//////////////////////////////////////////////////////////////////////////////// // // 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 (c) 2012-2013 EL-EMENT saharan * * 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, mer...
package aisy.d_scroller { import com.greensock.TweenLite; import flash.display.Shape; import org.aisy.display.USprite; public class ScrollerSkin_0 extends USprite { public var up:Shape; public var down:Shape; public var line:Line; protected var _mode:int; protected var _width:Number = 7; public...
/* * PAPER ON ERVIS NPAPER ISION PE IS ON PERVI IO APER SI PA * AP VI ONPA RV IO PA SI PA ER SI NP PE ON AP VI ION AP * PERVI ON PE VISIO APER IONPA RV IO PA RVIS NP PE IS ONPAPE * ER NPAPER IS PE ON PE ISIO AP IO PA ER SI NP PER * RV PA RV S...
package org.aisy.image { import flash.display.Bitmap; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.system.LoaderContext; import flash.utils.ByteArray; import flas...
package com.ankamagames.dofus.network.messages.game.inventory.exchanges { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessa...
package org.flexlite.domUI.skins.vector { import org.flexlite.domCore.dx_internal; import org.flexlite.domUI.components.EditableText; import org.flexlite.domUI.components.Label; import org.flexlite.domUI.skins.VectorSkin; use namespace dx_internal; /** * ComboBox的textInput部件默认皮肤 * @author DOM...
package service { public interface ILanguage { function initialize():void; function updateLanguage(locale:String):void; } }
package world.command { import com.tencent.morefun.framework.base.Command; import def.PluginDef; public class ShowWorldCommand extends Command { public function ShowWorldCommand() { super(); } override public function getPluginName() : String { ...
package de.codekommando.cosmicwonder.views.editor { import com.cache.util.ImageEdit; import com.greensock.TweenLite; import com.greensock.plugins.*; import de.codekommando.cosmicwonder.WonderModel; import de.codekommando.cosmicwonder.views.CosmicTextWrapper; import flash.display.Bitmap; 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 license...
//------------------------------------------------------------------------------ // // Copyright Anthony Henderson 2010 // All rights reserved. // //------------------------------------------------------------------------------ package ahhenderson.core.mvc.interfaces { import ahhenderson.core.mvc.pat...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* * ... * @author theck */ import com.GameInterface.Game.BuffData; import com.Utils.ID32; import com.theck.DBCooper.DBTargetData; import com.theck.DBCooper.DBTargetManager; import com.theck.DBCooper.SimpleBar; import com.Utils.Archive; import com.GameInterface.Game.Character; import com.Utils.GlobalSignal...
package { import flash.events.MouseEvent; import game.ui.GameStageUI; import morn.core.components.Button; import view.ButtonTest; import view.CheckBoxTest; import view.ClipTest; import view.ComboBoxTest; import view.ContainerTest; import view.DataSourceTest; import view.FrameClipTest; import view.LabelTest; ...
package idv.cjcat.stardustextended.initializers { public interface InitializerCollector { function addInitializer(initializer : Initializer) : void; function removeInitializer(initializer : Initializer) : void; function clearInitializers() : void; } }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.ui.panels.itemgrids.ItemGrid package com.company.assembleegameclient.ui.panels.itemgrids { import com.company.assembleegameclient.ui.panels.Panel; import org.osflash.signals.Signal; import com.company.assembleegam...
package com.wm.net.py { import flash.utils.ByteArray; import flash.utils.Endian; /** * ... * @author wmTiger */ public class ByteArrayLittle extends ByteArray { public function ByteArrayLittle() { super(); endian = Endian.LITTLE_ENDIAN; } } }
// makeswf -v 7 -r 1 -o textfield-init-7.swf textfield-init.as function check_and_reset () { _global.TextField.prototype.hasOwnProperty = ASnative (101, 5); trace (_global.TextField.prototype.hasOwnProperty ("text")); _global.TextField.prototype = new Object (); } trace ("Check when TextField's native propertie...
package asunit.framework { import asunit.framework.ErrorEvent; import asunit.events.TimeoutCommandEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; public class Async extends EventDispatcher implements IAsync { public static var DEFAU...
package feathers.tests { import feathers.controls.Button; import feathers.controls.ScrollBar; import flash.geom.Point; import org.flexunit.Assert; import starling.display.DisplayObject; import starling.display.Quad; import starling.events.Event; import starling.events.Touch; import starling.events.TouchEven...