text
stringlengths
4
1.04M
package sissi.managers { import flash.display.Bitmap; import flash.display.DisplayObject; import flash.events.MouseEvent; import sissi.core.DragSource; import sissi.core.IUIComponent; public class DragManager { private static var _impl:IDragManager; private static function get impl():IDrag...
package net.richardlord.coral.quaternion { import net.richardlord.coral.Quaternion; import net.richardlord.coral.Utils; import com.gskinner.performance.MethodTest; import com.gskinner.performance.TestSuite; public class QuaternionDotProductTest extends TestSuite { private var loops : uint = 1000000; priv...
/** * * AXL Library * Copyright 2014-2016 Denis Aleksandrowicz. 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 axl.utils { import flash.display.Bitmap; import flash.display.BitmapD...
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) 2009 coltware.com * http://www.coltware.com * * License: LGPL v3 ( http://www.gnu.org/licenses/lgpl-3.0-standalone.html ) * * @author coltware@gmail.com */ package com.coltware.airxmail { import mx.logging.ILogger; import mx.logging.Log; import mx.utils.StringUtil; public class Mim...
/* * 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 ...
/****************************************************************************** * 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 { import flash.display.*; import flash.geom.*; import flash.events.*; import flash.net.*; public class mapclass extends Sprite { public function mapclass():void { //Start here! r = 196; g = 196; b = 196; colstate = 0; colstatedelay = 0; colsuperstate = 0; spikeleveltop = 0; sp...
package net.flashpunk.tweens.motion { /** * Determines motion along a line, from one point to another. */ public class LinearMotion extends Motion { /** * Constructor. * @param complete Optional completion callback. * @param type Tween type. */ public function LinearMotion(complete:Function = ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2003-2006 Adobe Macromedia Software LLC and its licensors. // All Rights Reserved. The following is Source Code and is subject to all // restrictions on such code as contained in the End User License Agreement // ac...
package cmodule.lua_wrapper { public const ___ashldi3:int = regFunc(FSM___ashldi3.start); }
package kabam.rotmg.game.view { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.objects.SellableObject; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.ui.DeprecatedTextButton; import com.company.assembleegameclient.ui....
/* 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 ...
package zenith.context.title.views { import robotlegs.bender.extensions.starling.impl.StarlingMediator; import starling.events.Event; import zenith.commons.signals.GameStartRequested; public class TitleViewMediator extends StarlingMediator { [Inject] public var view:TitleView; [Inject] public var ...
//------------------------------------------------------------------------------ // Copyright (c) 2011 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //--------...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* ***** 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/ * ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* CASA Lib for ActionScript 2.0 Copyright (c) 2008, 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...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2008 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 { import flash.text.StyleSheet; import flash.text.TextField; import flash.text.TextFieldAutoSize; public class Text extends TextField { public function Text(color:String = '#ffffff') { selectable = false; autoSize = TextFieldAutoSize.LEFT; var style:StyleSheet = new StyleSheet(); ...
//////////////////////////////////////////////////////////////////////////////// // // 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 net.richardlord.asteroids.graphics { import starling.display.Image; import starling.display.Sprite; import starling.textures.Texture; import flash.display.BitmapData; import flash.display.Shape; import flash.geom.Matrix; import flash.geom.Point; public class SpaceshipDeathView extends Sprite implemen...
/* * Copyright(c) 2007 the Spark project. * * 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 ...
package { interface LzFormatter { } }
//////////////////////////////////////////////////////////////////////////////// // // 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.ankamagames.berilia.uiRender { import com.adobe.utils.StringUtil; import com.ankamagames.berilia.components.ComboBox; import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.InputComboBox; import com.ankamagames.berilia.components.Tree; import com.a...
package SJ.Game.utils { import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.navigateToURL; public class SNetUrlUtil { private static var urlRequest:URLRequest public function SNetUrlUtil() { } public static function openurl(url:String,data:Object):void { urlRequest = n...
package com.smbc.messageBoxes { import com.smbc.data.Difficulties; import com.smbc.data.GameSettings; import com.smbc.events.CustomEvents; import com.smbc.text.TextFieldContainer; import flash.text.TextField; public class DifficultyMenu extends MenuBox { private var strVec:Vector.<String> = new Vector.<Str...
package sh.saqoo.util { /** * @author Saqoosha */ public class ArrayUtil { /** * Fisher-Yates shuffle * @see http://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle */ public static function shuffle(arrayOrVector:*):* { var n:int = a...
/** * VBox.as * Keith Peters * version 0.102 * * A layout container for vertically aligning other components. * * Copyright (c) 2010 Keith Peters * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal ...
package com.playata.framework.display.flash { import com.playata.framework.core.data.IByteArray; import com.playata.framework.core.lib.flash.FlashByteArray; import com.playata.framework.display.DisplayObjectFactory; import com.playata.framework.display.IImage; import flash.display.Bitmap; import flash...
//////////////////////////////////////////////////////////////////////////////// // // 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...
///////////////////////////////////////////////////////////////////////////////////// // // Simplified BSD License // ====================== // // Copyright 2013-2014 Pascal ECHEMANN. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // ar...
package org.osflash.net { import asunit.core.TextCore; import flash.display.MovieClip; [SWF(width='1000', height='800', backgroundColor='#333333', frameRate='31')] public class AllTestsRunner extends MovieClip { private var core:TextCore; public function AllTestsRunner() { core = new Tex...
/****************************************************************************** * Spine Runtimes Software License v2.5 * * Copyright (c) 2013-2016, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable, and * non-transferable license to use, install, execute, ...
/* 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 ...
package game.view.fb { import com.singleton.Singleton; import game.view.data.Data; public class FbData extends Data { public var number:int; public static function get instance():FbData { return Singleton.getInstance(FbData) as FbData; } } }
/** * Copyright cat2151 ( http://wonderfl.net/user/cat2151 ) * MIT License ( http://www.opensource.org/licenses/mit-license.php ) * Downloaded from: http://wonderfl.net/c/b5LV */ // forked from cat2151's SiON OPM Random FM Tone // forked from cat2151's SiON OPM Tone MML // forked from cat2151's SiON TheABCSong2 /...
/* * VERSION:3.0 * DATE:2014-10-15 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.wdmir.net * MAIL:mir3@163.com */ package net.wdqipai.core.factory { import net.wdmir.core.QiPaiName; import net.wdqipai.core.model.EUserSex; import net.wdqipai.core.model.IRoomModel; import net.wdqipai.c...
package consortion.view.selfConsortia { import com.pickgliss.events.FrameEvent; import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.LayerManager; import com.pickgliss.ui.controls.BaseButton; import com.pickgliss.ui.controls.Frame; import com.pickgliss.ui.controls.SelectedCheckButton; ...
package starline.player{ import flash.display.*; import flash.events.*; import flash.net.*; import flash.utils.*; // http://starline-studio.com // Guzhva Andrey // 19.02.2010 public class SkinBg extends Sprite { public var _root:*; private var eye_Timer:Timer; public var loader:Loader = new Load...
package ddt.data { import ddt.data.analyze.GoodsAdditionAnalyer; import flash.geom.Point; public class GoodsAdditioner { private static var _instance:GoodsAdditioner; private var _additionArr:Array; public function GoodsAdditioner() { super()...
/** * CHANGELOG: * * 2011-11-09 14:42: Create file */ package pl.asria.tools.display.windows { /** * ... * @author Piotr Paczkowski - kontakt@trzeci.eu */ public class WindowConfigurationObject { private var _title:String = ""; private var _position:String = WindowContentAlign.TOP_LEFT; private var _nee...
package com.ankamagames.dofus.network.messages.game.context.roleplay.party { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMe...
/* 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, softwar...
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
/* Copyright (c) 2010, 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...
package menu.editing.pieces { import data.DefaultSettings; import events.GameEvent; import events.IDEvent; import flash.events.Event; import flash.events.MouseEvent; import menu.editing.EditBarBase; import menu.PopUp; /** * ... * @author XJ */ public class EditPieceBank extends EditPieceBarBase { ov...
package { import editor.*; import editor.ui.*; import flash.display.NativeWindowDisplayState; import flash.display.Stage; import flash.display.StageScaleMode; import flash.events.InvokeEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.filesystem.File; import flash.filesys...
package aerys.minko.render.shader.compiler.graph.nodes.vertex { import aerys.minko.render.shader.compiler.CRC32; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.register.Components; /** * @private * @author Romain Gilliotte */ public class Inter...
/* Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. */ // FIXME: Clean up this file package views.commands { import flash.utils.Dictionary; import flash.utils.getQualifiedClassName; import grax.Access_Level; import grax.Dirty_Reason; import...
/* See LICENSE for copyright and terms of use */ import org.actionstep.NSImageRep; import org.actionstep.NSSize; /** * This class draws the left resizing cursor. * * @author Scott Hyndman */ class org.actionstep.themes.standard.images.ASResizeLeftCursorRep extends NSImageRep { public function ASResizeLeftCurs...
/** * VERSION: 12.0.0 * DATE: 2013-01-21 * AS3 (AS2 is also available) * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock { import flash.display.Shape; import flash.events.Event; import flash.utils.getTimer; /** * [AS3/AS2 only] TweenNano is a super-lightweight (2k in AS3 and 2.6k in AS2...
package com.ankamagames.dofus.network.messages.game.actions.sequence { 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 serverProto.ninjaLegend { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_ENUM; impor...
//////////////////////////////////////////////////////////////////////////////// // // 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...
///////////////////////////////////////////////////////////////////////////////////// // // Simplified BSD License // ====================== // // Copyright 2013-2014 Pascal ECHEMANN. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // ar...
//////////////////////////////////////////////////////////////////////////////// // // 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 2007-2011 by the authors of asaplibrary, http://asaplibrary.org Copyright 2005-2007 by the authors of asapframework, http://asapframework.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 Licens...
package dragonBones.events { /** * Copyright 2012-2013. DragonBones. All Rights Reserved. * @playerversion Flash 10.0 * @langversion 3.0 * @version 2.0 */ import dragonBones.Armature; import dragonBones.Bone; import dragonBones.utils.dragonBones_internal; import flash.events.Event; use name...
package static.chplayer.source.chaction.style { /* 软件名称:chplayer 软件作者:http://www.chplayer.com 开源软件协议:Mozilla Public License, version 2.0(MPL 2.0) MPL 2.0协议英文(原文,正本)查看地址:https://www.mozilla.org/en-US/MPL/2.0/ MPL 2.0协议中文(翻译)查看地址:http://www.chplayer.com/res/Mozilla_Public_License_2.0_Simplified_Chinese_Refere...
package { public dynamic class DefinitionError extends Error { public function DefinitionError(message:String = ""); } }
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import com.codeazur.utils.StringUtils; import flash.utils.ByteArray; public class TagDebugID extends Tag implements ITag { public static const TYPE:uint = 63; protected var _uuid:ByteArray; public function TagDebug...
package com.codeazur.as3swf.data.actions.swf3 { import com.codeazur.as3swf.data.actions.*; import com.codeazur.as3swf.SWFData; public class ActionPlay extends Action implements IAction { public static const CODE:uint = 0x06; public function ActionPlay(code:uint, length:uint) { super(code, len...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="tombOfTheAncients.txt", mimeType="application/octet-stream")] public class tombOfTheAncients extends ByteArrayAsset { public function tombOfTheAncients() { super(); } } }
/* * Licensed under the MIT License * * Copyright 2010 (c) Flávio Silva, http://flsilva.com * * 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...
/* * 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 widgets.PowerOn.urls { public class Urls {/* public static var POWERON_CLIENTES:String="http://gisred.chilquinta.cl:5555/arcgis/rest/services/Interrupciones/Interrupciones_clientes/MapServer/5"; public static var POWERON_ORDENES:String="http://gisred.chilquinta.cl:5555/arcgis/rest/services/Interrupciones/...
/** * Created by varadig on 10/28/14. */ package core.base.interfaces { public interface IApplication { function init():void; function initContext():void; function initCoreModules():void; function initControllers():void; function initApplication():void; } }
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (C) 2003-2007 Adobe Systems Incorporated // All Rights Reserved. The following is Source Code and is subject to all // restrictions on such code as contained in the End User License Agreement // accompanying this p...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.promotions.view.BeginnersPackageOfferDialog package kabam.rotmg.promotions.view { import flash.display.Sprite; import org.osflash.signals.Signal; import org.osflash.signals.natives.NativeMappedSignal; import flash.events.MouseEve...
package flexmvcs.patterns.command { import asunit.framework.TestCase; import org.puremvc.patterns.observer.Notification; import flexmvcs.patterns.command.MockConstants; import flash.events.Event; import flexmvcs.events.PayloadEvent; public class FlexCommandTest extends TestCase { private var command:MockComma...
/** * 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...
/* * 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 (the ...
/* 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...
/* -*- 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 kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedAssets_chars8x8rLow2Embed_.png")] public class EmbeddedAssets_chars8x8rLow2Embed_ extends BitmapAsset { public function EmbeddedAssets_chars8x8rLow2Embed_() { super(); } } }
/** * Created by matej on 2/4/15. */ package com432tone.demo.robotlegs2demo.signal { import org.osflash.signals.Signal; public class CountUpdated extends Signal { public function CountUpdated() { super(); } } }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.servers.model.FixedIPServerModel package kabam.rotmg.servers.model { import kabam.rotmg.servers.api.ServerModel; import kabam.rotmg.servers.api.Server; import com.company.assembleegameclient.parameters.Parameters; public cl...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_textile9x9Embed_ package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_textile9x9.png")] public class EmbeddedAssets_textile9x9Embed_ extends BitmapAsset { } }//package k...
//////////////////////////////////////////////////////////////////////////////// // // 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...
#include "Hitters.as" void onInit(CBlob@ this) { this.Tag("wooden"); } f32 onHit(CBlob@ this, Vec2f worldPoint, Vec2f velocity, f32 damage, CBlob@ hitterBlob, u8 customData) { if (damage > 0.05f) //sound for all damage { if (hitterBlob !is this) { this.getSprite().PlaySound("dig_stone", Maths::Min(1.25f, Ma...
package skein.binding { import skein.binding.operators.misc.IndexOfOperator; public function indexOf(source:Object, search:Object):IndexOfOperator { return new IndexOfOperator(source, search); } }
package cmodule.decry { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si32; public final class FSM___adddi3 extends Machine { public function FSM___adddi3() { super(); } public static function start() : void { var ...
package starline.player { import flash.events.Event; import flash.events.TimerEvent; import flash.net.*; import flash.utils.Timer; import vk.gui.Box; /** * @author Guzhva Andrey * @site aguzhva.com * @date 06.01.2011 * @project MusicBox player | radio */ public class VkApiRequest { public var _ro...
/* Copyright 2018 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 ...
/** * Copyright (c) Michael Baczynski 2007 * http://lab.polygonal.de/ds/ * * This software is distributed under licence. Use of this software * implies agreement with all terms and conditions of the accompanying * software licence. */ package de.polygonal.ds { import de.polygonal.ds.GraphArc; /** * A graph...
/** * Starling Builder * Copyright 2015 SGN Inc. 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 starlingbuilder.demo { import feathers.controls.renderers.LayoutGroupListItemRende...
package com.ankamagames.berilia.components.gridRenderer { import com.ankamagames.berilia.Berilia; import com.ankamagames.berilia.UIComponent; import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.params.GridScriptProperties; import com.ankamagames.berilia.interfa...
package { public dynamic class PerkClipd979d extends PerkAnimHolder { public function PerkClipd979d() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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.ankamagames.dofus.network.messages.game.character.status { import com.ankamagames.dofus.network.ProtocolTypeManager; import com.ankamagames.dofus.network.types.game.character.status.PlayerStatus; import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.netw...
nation_x:_x-factor_vol_1_1,book,"{""link"":""\/wiki\/Nation_X:_X-Factor_Vol_1_1"",""img"":""https:\/\/vignette.wikia.nocookie.net\/marveldatabase\/images\/1\/19\/Nation_X_X-Factor_Vol_1_1.jpg\/revision\/latest\/scale-to-width-down\/119?cb=20100820053558"",""featured_chars"":[{""id"":""x-factor_investigations_(earth-616...
package kabam.rotmg.promotions.view { import mx.core.BitmapAsset; [Embed(source="BeginnersPackageOfferDialog_hifiBeginnerOffer.png")] public class BeginnersPackageOfferDialog_hifiBeginnerOfferEmbed extends BitmapAsset { public function BeginnersPackageOfferDialog_hifiBeginnerOfferEmbed() { super(); } }...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="equip.txt", mimeType="application/octet-stream")] public class equip extends ByteArrayAsset { public function equip() { super(); } } }
package components { import com.ncreated.ai.potentialfields.PFAgent; import com.ncreated.ai.potentialfields.PFDynamicPotentialsMap; import com.ncreated.ai.potentialfields.PFPotentialField; import com.ncreated.ai.potentialfields.PFStaticPotentialsMap; import components.model.AgentVO; import comp...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * Created by nodrock on 28/09/15. */ package sk.bpositive.bcommon { /** * @deprecated */ public class BCommonAAID { private var _id:String; private var _limitAdTrackingEnabled:Boolean; public function BCommonAAID() { } public static function createFromJSON(json:String):BCommonAAID ...