text
stringlengths
4
1.04M
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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...
package kabam.rotmg.account.web.commands { import kabam.rotmg.dialogs.control.CloseDialogsSignal; import robotlegs.bender.bundles.mvcs.Mediator; public class VerChangeDialogMediator extends Mediator { public function VerChangeDialogMediator() { super(); } [Inject] public var closeDialog:CloseD...
package com.arxterra.events { import flash.events.Event; import flash.utils.ByteArray; public class DebugByteArrayEvent extends Event { // event type constants public static const DEBUG_BYTE_ARRAY:String = 'debug_byte_array'; // event properties /** * String to be passed to resourceManage...
package { import flash.utils.ByteArray; public class SettingsManager { public static const SETTING_EXAMPLE_1 : String = "example1"; public static const SETTING_EXAMPLE_2 : String = "example2"; private static const DELIMITER : String = "%"; private static const SETTING_FILE_NAME : String = "app-s...
package assets.components { import com.hp.asi.hpic4vc.ui.Hpic4vc_server_providerProxy; import com.hp.asi.hpic4vc.ui.model.DataGridWrapper; import com.hp.asi.hpic4vc.ui.model.HostDetailModel; import com.hp.asi.hpic4vc.ui.model.InfrastructureDetailModel; import com.hp.asi.hpic4vc.ui.model.InfrastructureDetailV...
/** * Базовый класс всех визуальных семплов */ package components.sequencer.timeline.visual_sample { import classes.BaseDescription; import com.audioengine.core.AudioData; import com.audioengine.core.TimeConversion; import com.audioengine.sequencer.Note; import components.Base; import components.sequencer....
/* 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; // TODO: REVIEW AS4 CONVERSION ISSUE function ToInteger( t ) { t = Numb...
/****************************************************************************** * 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 * der...
package com.huawei.overte.view.link { import twaver.Link; import twaver.Node; import twaver.Styles; import twaver.network.Network; import twaver.network.ui.LinkUI; public class MyNewLinkUI extends LinkUI { public function MyNewLinkUI(network:Network, link:Link) { super(network, link); } override ...
/* Copyright (c) 2006. 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 c...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * User: booster * Date: 27/01/14 * Time: 12:31 */ package stork.core.reference { import stork.core.Node; import stork.core.stork_internal; import stork.event.Event; use namespace stork_internal; public class LocalReference extends NodeReference { public static const TAG_NAME:String = "LocalReference"; ...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf.fieldDes...
package { import adobe.utils.CustomActions; import flash.display.*; import flash.events.*; import flash.system.*; import flash.text.*; import flash.net.*; import flash.utils.*; import flash.ui.ContextMenu; import flash.ui.ContextMenuItem; import com.*; import starline.*; import starline.ui.*; import s...
package { import com.adobe.utils.AGALMiniAssembler; import com.bit101.components.Slider; import flash.display.Sprite; import flash.display.Stage3D; import flash.display3D.Context3D; import flash.display3D.Context3DBlendFactor; import flash.display3D.Context3DBufferUsage; import flash.display3D.Context3DCompar...
package Ankama_Tooltips.blocks { import Ankama_Tooltips.Api; public class ThinkTooltipBlock extends AbstractTooltipBlock { private var _msg:String; public function ThinkTooltipBlock(msg:String) { super(); this._msg = Api.chat.getStaticH...
package com.playata.application.ui.dialogs { import com.playata.application.data.guild.Guild; import com.playata.application.data.user.User; import com.playata.application.ui.elements.generic.button.UiButton; import com.playata.application.ui.elements.generic.checkbox.UiCheckBox; import com.playata.appli...
package com.ankamagames.dofus.network.messages.game.initialization { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; ...
/** * Copyright (c) 2011 Doug Koellmer * * 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...
package nslm { import mx.collections.ArrayCollection; public class NSFeatureSet extends NSXmlObject { public function NSFeatureSet() { } public var Version:String = ""; public var ComputerName:String = ""; public var Features:Array = []; public var OrderID:int = 0; publi...
/* * Copyright 2010 Swiz Framework Contributors * * 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. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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...
/* * 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,...
/* * Copyright 2011 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.as3game.network { import com.as3game.network.event.SocketEvent; import com.as3game.network.interfaces.INetClient; import com.as3game.network.protocol.HttpProtocolClient; import com.as3game.network.protocol.SocketProtocolClient; import flash.events.EventDispatcher; /** * ... * @author tyler */ ...
package a24.tween.core.plugins { import a24.tween.Tween24; import a24.util.Util24; /** * * @author Atsushi Kaga * @since 2011.05.01 * @private * */ public class PulginTween24 { protected var _tween:Tween24; private var _target:Object; private var _time:Number; private var _...
// Copyright (c) 2014 www.9miao.com All rights reserved. package dUI { /** * ... * @author dym */ public class dUIFileData { protected var m_nLoadLocate:int; protected var m_arrPropty:Array = new Array(); protected var m_arrLanguage:Array = new Array(); public function dUIFileData() { } p...
/** * This is a generated sub-class of _Price.as and is intended for behavior * customization. This class is only generated when there is no file already present * at its target location. Thus custom behavior that you add here will survive regeneration * of the super-class. * * NOTE: Do not manually modify the...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** 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 Li...
package org.osflash.signals.utils { import flash.events.Event; /** Signal Async event. * @author eidiot */ public class SignalAsyncEvent extends Event { //====================================================================== // Class constants //=========================================================...
/** * PutAdCopyList_request.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 com.marpies.demo.screens { import com.marpies.utils.Constants; import com.marpies.utils.VerticalLayoutBuilder; import feathers.controls.Check; import feathers.controls.GroupedList; import feathers.controls.PickerList; import feathers.controls.Slider; import feathers.controls.ToggleSwitch; import feath...
package cmodule.lua_wrapper { const __2E_str19118:int = gstaticInitter.alloc(19,1); }
/* 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; // var SECTION = "Definitions"; // provide a document reference (ie, ECMA ...
/* 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 { import avmplus.Domain import avmplus.File import flash.utils.ByteArray import com.adobe.test...
package view.themes { import feathers.controls.Button; import feathers.controls.Callout; import feathers.controls.Check; import feathers.controls.Label; import feathers.controls.Slider; import feathers.core.DisplayListWatcher; import feathers.display.Scale3Image; import feathers.display.Scale9Image; import fe...
package screen { import org.fatlib.app.Screen; import org.fatlib.display.Text; import org.fatlib.display.WireframeButton; import org.fatlib.Fatlib; public class MainScreen extends Screen { public function MainScreen() { super(); } override public function handleAdded():void ...
package zpp_nape.util { import zpp_nape.space.ZPP_Component; public class ZNPList_ZPP_Component extends Object { public function ZNPList_ZPP_Component() { } public function try_remove(param1:ZPP_Component) : Boolean { var _loc2_:ZNPNode_ZPP_Component = n...
package SJ.Game.data.config { import SJ.Common.Constants.ConstResource; import SJ.Game.data.json.Json_item_equip_config; import engine_starling.data.SDataBase; import engine_starling.utils.AssetManagerUtil; import flash.utils.Dictionary; import lib.engine.utils.CObjectUtils; /** +-----------------------...
package com.ankamagames.berilia.types.data { import com.ankamagames.jerakine.interfaces.IDataCenter; import flash.display.DisplayObject; public class GridItem implements IDataCenter { public var index:uint; public var container:DisplayObject; p...
package nt.lib.serialization.nml { internal final class Encoder { public function encode(input:Object):String { var delimiter:String = NML.Delimiter; var terminator:String = NML.Terminator; var result:Array = []; var factory:Class = input.constructor; var key:String; if (factory == Object || f...
package visuals.ui.elements.duel { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashSprite; import flash.display.MovieClip; public class SymbolTeamMissileDebris1Generic extends ...
/** * Copyright 2008 Marvin Herman Froeder * 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 Enemies { import flash.geom.Point; import net.flashpunk.Entity; import net.flashpunk.graphics.Spritemap; import net.flashpunk.FP; import Scenery.Tile; import Pickups.Coin; import net.flashpunk.utils.Draw; /** * ... * @author Time */ public class Spinner extends Enemy { [Embed(source = "../../...
package serverProto.guild { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_ENUM; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import co...
/* * 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 (...
package feathers.tests { import feathers.controls.GroupedList; import feathers.controls.renderers.DefaultGroupedListHeaderOrFooterRenderer; import feathers.controls.renderers.DefaultGroupedListItemRenderer; import feathers.controls.renderers.IGroupedListHeaderRenderer; import feathers.controls.renderers.IGroupedLi...
/* 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; function removeExceptionDetail(s:String) { var fnd=s.indexOf(" "); if (fnd>...
//////////////////////////////////////////////////////////////////////////////// // // 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) 2008-2009 Vincent Petithory - http://blog.lunar-dev.net/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to d...
// // 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")...
package org.bigbluebutton.lib.chat.views { import spark.components.Button; import spark.components.supportClasses.SkinnableComponent; import spark.core.IDisplayText; import spark.skins.spark.ButtonSkin; public class NewMessagesIndicator extends SkinnableComponent { /** * A skin part that defines the lab...
package { import Object.*; dynamic public class Object { public static const length:int = 1; public function Object() { return; }// end function function isPrototypeOf(param1 = undefined) : Boolean { return _isProtot...
/******************************************************************************* * 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...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.text.TextFormat; import flash.text.TextFormatAlign; import flashx.textLayout.formats.TextAlign; public class Button extends Sprite { public static const REGULAR:String = "regular"; public sta...
package Layouts.Nodes { import Components.Port; import flash.geom.Point; import Modules.Module; import Layouts.PortLayout; /** * ... * @author Nicholas "PleasingFungus" Feinberg */ public class PortNode extends InternalNode { public function PortNode(Parent:Module, Dim:Point, Offset:Point, portLayout...
package away3d.containers { import away3d.arcane; import away3d.core.partition.NodeBase; import away3d.core.partition.Partition3D; import away3d.core.traverse.PartitionTraverser; import away3d.entities.Entity; import flash.events.EventDispatcher; use namespace arcane; /** * The Scene3D class represents an ...
table softPromoter "Softberry's Promoter Predictions" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "As displayed in browser" uint score; "Score fr...
package utils { import com.libs.vo.GlobalsVO; import controls.Alert.AlertPopUp; import controls.login.LoginPanel; import controls.login.events.LoginCompletedEvent; import controls.login.events.LoginRequestedEvent; import controls.login.events.LogoutCompletedEvent; import controls.login.events.RegisterC...
package kabam.rotmg.stage3D { import com.company.assembleegameclient.map.Camera; import flash.display.IGraphicsData; import kabam.rotmg.stage3D.Object3D.Object3DStage3D; import org.osflash.signals.Signal; public class Render3D extends Signal { public function Render3D() { super(Vector.<IGraphicsData>,...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import flash.display.Stage; import flash.display.Sprite; import flash.display.LoaderInfo; import flash.events.*; import flash.external.ExternalInterface; import flash.utils.*; import flash.system.Capabilities; // ZeroClipboard // // The ZeroClipboard class creates a simple sprite button ...
package interactive.apartment.props.bedroom { import flash.media.Sound; import interactive.base.Prop; import starling.display.Image; import assets.RileyApartmentAssets; import starling.display.MovieClip; /** * ... * @author Shaun Stone */ public class PlantPot extends Pro...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 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 ac...
package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_lofiInterfaceEmbed.png")] public class EmbeddedAssets_lofiInterfaceEmbed extends BitmapAsset { public function EmbeddedAssets_lofiInterfaceEmbed() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2005-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 agreem...
package cmodule.lua_wrapper { const __2E_str22370:int = gstaticInitter.alloc(22,1); }
package cmodule.lua_wrapper { const __2E_str43104:int = gstaticInitter.alloc(23,1); }
// ================================================================================================= // // 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 feathers.examples.gallery { import feathers.controls.ImageLoader; import feathers.controls.Label; import feathers.controls.LayoutGroup; import feathers.controls.List; import feathers.data.ListCollection; import feathers.events.FeathersEventType; import feathers.layout.AnchorLayout; import feathers.layou...
package com.ankamagames.dofus.network.enums { public class TreasureHuntDigRequestEnum { public static const TREASURE_HUNT_DIG_ERROR_UNDEFINED:uint = 0; public static const TREASURE_HUNT_DIG_NEW_HINT:uint = 1; public static const TREASURE_HUNT_DIG_FINISHED:uint = 2; ...
/* * =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...
package flash.display { final public class BlendMode extends Object { public static const NORMAL:String = "normal"; public static const LAYER:String = "layer"; public static const MULTIPLY:String = "multiply"; public static const SCREEN:String = "screen"; publi...
package citrus.objects { import citrus.core.CitrusObject; import citrus.view.ICitrusArt; import flash.display.MovieClip; /** * An abstract template used by every physics object. */ public class APhysicsObject extends CitrusObject { protected var _view:* = MovieClip; protected var _invert...
/** * User: booster * Date: 03/04/14 * Time: 8:54 */ package stork.core.reference { import org.flexunit.asserts.assertEquals; import stork.core.ContainerNode; import stork.core.SceneNode; import stork.core.reference.test.PublicReferencedNode; public class RootReferenceTest { private var scene:SceneNode; p...
/* * ______ _____ _______ * .-----..--.--..----..-----.| __ \ \| ___| * | _ || | || _|| -__|| __/ -- | ___| * | __||_____||__| |_____||___| |_____/|___| * |__| * $Id: IElement.as 238 2010-01-31 10:49:33Z alessandro.crugnola $ * $Author Alessandro Crugnola $ ...
package util { import flash.net.SharedObject; public class SharedObjectUtil { /** * 从SharedObject读值 * @param name 存储文件名 * @param localPath 存储文件路径 * @param secure */ public static function read(name:String, localPath:String = null, secure:Boolean = false):Object { try { var so:SharedObject =...
/** * Created by Administator on 13.10.14. */ package core.managers.storage { public interface IStorageManager { function clearGameState():void; function getGameState(step:int = 0):Object; function getBestScore():int; function setBestScore(score:int):void; function setGameState(state:Object):v...
package com.playata.application.ui.elements.generic.button { import com.playata.framework.display.IDisplayObjectContainer; import com.playata.framework.localization.LocText; public class UiGameCurrencyButton extends UiButton { private var _gameCurrencyAmount:int = 0; pr...
package myriadLands.events { import flash.events.Event; import myriadLands.entities.Entity; import myriadLands.ui.buttons.SquareButton; public class AssetEvent extends Event { public static const INVENTORY:String = "inventory"; public static const VAULT:String = "vault"; public static const IMPORT:String...
package cmodule.decry { class RCValue { public var rc:int = 1; public var value; public var id:int; function RCValue(param1:*, param2:int) { super(); this.value = param1; this.id = param2; } } }
/* See LICENSE for copyright and terms of use */ import org.actionstep.NSCell; import org.actionstep.NSView; import org.actionstep.NSFont; import org.actionstep.NSImage; import org.actionstep.NSRect; import org.actionstep.NSControl; import org.actionstep.constants.NSTextAlignment; /** * Base class for cells that di...
package org.osflash.html.builders.elements.common.script { import org.osflash.html.element.HTMLNodeType; import org.osflash.html.element.HTMLNodeContainer; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class HTMLNoScriptNode extends HTMLNodeContainer { public function HTMLNoScriptNode() { ...
package bunnymark{ import flash.events.Event; import PIXI.Sprite; import PIXI.Texture; /** * @author Joshua Granick * @author Philippe Elsass */ public class TileTestPixi extends Sprite { private var numBunnies:int; private var incBunnies:int; private var smooth:Boolean; private var gravity:Number;...
/** * Handles main control of click destination project * Roughly follows the MVC separation * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @author Abraham Lee * @since 06.01.2009 */ package com.neopets.games.marketing.destination.kidCuisine { //---------------------------------------- //I...
/** * VERSION: 0.41 (beta) * DATE: 2010-12-24 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock.motionPaths { import flash.display.Graphics; import flash.events.Event; import flash.geom.Matrix; import flash.geom.Point; /** * A LinePath2D defines a path (using as many Po...
/// Urho3D editor scene handling #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorInspectorWindow.as" const int PICK_GEOMETRIES = 0; const int PICK_LIGHTS = 1; const int PICK_ZONES = 2; const int PICK_RIGIDBODIES = 3; const int PICK_UI_ELEMENTS = 4; const int MAX_PICK_MODES ...
/** * Copyright (c) 2007 Manuel Bua * * 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, * including...
/** * MD5 * * An ActionScript 3 implementation of the RSA Data Security, Inc. MD5 Message * Digest Algorithm, as defined in RFC 1321. * Copyright (c) 2007 Henri Torgemane * * Derived from * A JavaScript implementation of the same. * Version 2.1 Copyright (C) Paul Johnston 1999 - 2002. * Other...
package citrus.core.starling { import citrus.core.CitrusEngine; import starling.core.Starling; import starling.events.Event; import flash.display.DisplayObject; import flash.events.Event; import flash.geom.Rectangle; /** * Extends this class if you create a Starling based game. Don't forget to ...
package org.ffilmation.engine.datatypes { /** * Geometric representation of a cilinder. It is used as base for collisionModels and shadowModels * @private */ public class fCilinder { // Public vars /** * Radius of this cilinder */ public var _radius:Number /** * ...
package serverProto.basePvp { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; import com.n...
//////////////////////////////////////////////////////////////////////////////// // // 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 kabam.rotmg.game.view { import com.company.assembleegameclient.ui.tooltip.TextToolTip; import com.company.assembleegameclient.util.TextureRedrawer; import com.company.util.AssetLibrary; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.filters.DropShadowFil...
//////////////////////////////////////////////////////////////////////////////// // // 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.yellcorp.lib.display.inject { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.system.ApplicationDomain; import flash.utils.describeType; /** * <p>Maps named children of a DisplayObjectContainer to properties of an * object.</p> * * <p>The intent is to:</p>...
package kabam.rotmg.protip.model { public class EmbeddedProTipModel implements IProTipModel { public static var protipsXML:Class = EmbeddedProTipModel_protipsXML; private var tips:Vector.<String>; private var indices:Vector.<int>; private var index:int; ...
package com.automatastudios.audio.audiodecoder { import com.automatastudios.audio.audiodecoder.decoders.AudioInfo; import com.automatastudios.audio.audiodecoder.decoders.IDecoder; import flash.events.EventDispatcher; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.Progres...
//////////////////////////////////////////////////////////////////////////////// // // 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 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...