text
stringlengths
4
1.04M
package utils.conversion { /** Converts bits to kilobits. @param bits: The number of bits. @return Returns the number of kilobits. */ public function bitsToKilobits(bits:Number):Number { return bits / 1024; } }
package com.codeTooth.actionscript.adt.quadTree { import com.codeTooth.actionscript.lang.exceptions.IllegalOperationException; import com.codeTooth.actionscript.lang.exceptions.NullPointerException; import com.codeTooth.actionscript.lang.utils.destroy.DestroyUtil; import com.codeTooth.actionscript.lang.utils.destro...
/* Copyright 2012 DotComIt, LLC 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 distr...
package SPECIALMenu_fla { import flash.display.MovieClip; public dynamic class BSButtonHint_IconHolder_15 extends MovieClip { public var IconAnimInstance:MovieClip; public function BSButtonHint_IconHolder_15() { super(); addFrameScript(0,this.frame1,59,this.frame60); } function frame1(...
package io.axel.tilemap { import flash.display3D.Context3DVertexBufferFormat; import flash.display3D.IndexBuffer3D; import flash.display3D.VertexBuffer3D; import io.axel.Ax; /** * A structure that holds information about a single segment within an AxTilemap. Each * segment only contains the information nece...
/* VERSION: 7.07 DATE: 4/16/2008 ACTIONSCRIPT VERSION: 3.0 (AS2 version is available) UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenFilterLite.com (has link to AS3 version) DESCRIPTION: TweenFilterLite extends the extremely lightweight (about 3k), powerful TweenLite "core" class, adding the ability to twe...
package com.company.assembleegameclient.account.ui { import flash.events.MouseEvent; import org.osflash.signals.Signal; public class NewChooseNameFrame extends Frame { public const choose:Signal = new Signal(); public const cancel:Signal = new Signal(); privat...
/* * 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 ...
package zombie.worlds { import net.flashpunk.graphics.Spritemap; import net.flashpunk.Sfx; import net.flashpunk.World; import net.flashpunk.Entity; import net.flashpunk.FP; import net.flashpunk.utils.Input; import net.flashpunk.utils.Key; import net.flashpunk.graphics.Text; import zombie.Assets; import zombie...
/* Feathers Copyright 2012-2021 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.controls { import feathers.core.FeathersControl; import feathers.core.IFeathersControl; im...
package net.retrocade.retrocamel.display.layers { import flash.display.DisplayObject; public class RetrocamelLayerFlash extends RetrocamelLayer { public function get layer():DisplayObject { throw new TypeError("rLayerFlash::layer() has to be overriden"); } } }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.game.view.TextPanelMediator package kabam.rotmg.game.view { import robotlegs.bender.bundles.mvcs.Mediator; import kabam.rotmg.game.model.TextPanelData; public class TextPanelMediator extends Mediator { [Inject] ...
//////////////////////////////////////////////////////////////////////////////// // // 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 Engine.Screens { import flash.utils.Dictionary; public final class ScreenManager { private var _screens:Dictionary; private var _currentScreen:Screen; public function ScreenManager() { this._screens = new Dictionary(true); } public function registerScreen(name:String, screenClass:Class)...
/* * 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 (...
/** * 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...
/* Copyright (c) 2008 Martin Raedlinger (mr@formatlos.de) 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...
/* * The MIT License * * Copyright (c) 2008 * United Nations Office at Geneva * Center for Advanced Visual Analytics * http://cava.unog.ch * * 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 S...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import asunit.textui.TestRunner; public class AsUnitRunner extends TestRunner { public function AsUnitRunner() { start(AllTests); } } }
package laya.ui { import laya.display.Node; import laya.events.Event; /** * <code>LayoutBox</code> 是一个布局容器类。 */ public class LayoutBox extends Box { /**@private */ protected var _space:Number = 0; /**@private */ protected var _align:String = "none"; /**@private */ protected var _itemChanged:Bool...
package fairygui { public class Relations { private var _owner: GObject; private var _items: Vector.<RelationItem>; public var handling: GObject; public var sizeDirty: Boolean; private static var RELATION_NAMES: Array = [ "left-left",//0 "left-center", "left-right", "center-center"...
/* * =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...
/** * * as3utils - ActionScript Utility Classes * Copyright (C) 2011, Sandeep Gupta * http://www.sangupta.com/projects/as3utils * * The file is licensed under the the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy ...
package kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedAssets_monsterTank3Embed_.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_monsterTank3Embed_ extends ByteArrayAsset { public function EmbeddedAssets_monsterTank3Embed_() { super(); } } }
/* Adobe Systems Incorporated(r) Source Code License Agreement Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. Please read this Source Code License Agreement carefully before using the source code. Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, no-charge, royalty-...
package flash.text { /** * @externs * The TextFormat class represents character formatting information. Use the * TextFormat class to create specific text formatting for text fields. You * can apply text formatting to both static and dynamic text fields. The * properties of the TextFormat class apply to ...
package com.videojs.structs { public class ExternalErrorEventName { public static const SRC_404:String = "srcnotfound"; public static const PROPERTY_NOT_FOUND:String = "propertynotfound"; public static const UNSUPPORTED_MODE:String = "unsupportedmode"; public static const AD_CREATIVE...
/* VERSION: 1.02 DATE: 2/8/2009 ACTIONSCRIPT VERSION: 3.0 UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenMax.com DESCRIPTION: Slightly faster way to change a DisplayObject's x, y, width, height, scaleX, scaleY, and/or rotation value(s). You'd likely only see a difference if/when tweening very larg...
/** * @exampleText * * <a name="DebugManager"></a> * <h1>DebugManager</h1> * * <p>This is an example of the <a href="http://templelibrary.googlecode.com/svn/trunk/modules/core/doc/temple/core/debug/DebugManager.html">DebugManager</a> * and the usage of the debug KEY.</p> * * <p>You can enable debugging of a...
package ninjaSchool { public interface INinjaSchool { } }
package com.neopets.util.loading { import flash.display.Loader; import flash.system.ApplicationDomain; import com.neopets.util.loading.LoadingData; public interface ILoadedItem { function init(LOADEDCONTENT:Object,LOADEDNAME:String,ID:String,LOADCLASS:Class,DATA:Object,LOADXML:XML = null,LOADER:Loader = null, ...
/* ***** 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/ * ...
package learnmath.mathml.formula.token.operators.integrals{ /*------------------------------------------------------------- Created by: Ionel Alexandru Mail: ionel.alexandru@gmail.com Site: www.learn-math.info ---------------------------------------------------------------*/ import learnmath.mathml.formula.*; impor...
package tofflist.view { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.controls.container.VBox; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.utils.ObjectUtils; import ddt.data.player.PlayerInfo; import flash.display.Sprite; import tofflist.TofflistEvent; impo...
package com.playfab.MultiplayerModels { public class ListQosServersForTitleRequest { public function ListQosServersForTitleRequest(data:Object=null) { if(data == null) return; } } }
package kabam.rotmg.assets.EmbeddedAssets { import mx.core.*; [Embed(source="spritesheets/EmbeddedAssets_d1LofiObjBigEmbed_.png")] public class EmbeddedAssets_d1LofiObjBigEmbed_ extends BitmapAsset { public function EmbeddedAssets_d1LofiObjBigEmbed_() { super(); return; } } }
/******************************************************************************* * 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 t...
// 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 { function AESEncryptCtr():int { var s:Array = new Array(4); var b:Array = new Array(4); // 'b' is...
package com.swfwire.decompiler.abc.tokens { import com.swfwire.decompiler.abc.ABCByteArray; import com.swfwire.decompiler.abc.ABCReaderMetadata; public class ClassInfoToken implements IToken { public var cinit:uint; public var traitCount:uint; public var traits:Vector.<TraitsInfoToken>; public...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.game.view.components.TabStripView package kabam.rotmg.game.view.components { import flash.display.Sprite; import org.osflash.signals.Signal; import com.company.assembleegameclient.ui.icons.IconButtonFactory; import com.company.as...
/* * Copyright 2007-2011 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
class gs.dataTransfer.XMLParser { var parse, _results_obj, _url_str, _onComplete_func, _xml; static var _parsers_array, __get__active_boolean; function XMLParser() { parse = initLoad; if (gs.dataTransfer.XMLParser._parsers_array == undefined) { _parsers_arra...
package gs.util { import flash.display.DisplayObject; import flash.display.Stage; import flash.events.Event; import flash.events.KeyboardEvent; import flash.ui.Keyboard; import flash.utils.Dictionary; import flash.utils.clearTimeout; import flash.utils.setTimeout; /** * The KeyHandler class is a shortcut to...
package { import flash.display.*; import flash.text.*; public class e extends Sprite { private var e:TextField = new TextField(); public function e() { e.text = "e"; e.x = 6770; e.y = 6770; addChild(e); } } }
package flare.util { /** * Utility methods for mathematics not found in the <code>Math</code> class. */ public class Maths { private static var EPSILON:Number = 1e-30; /** * Constructor, throws an error if called, as this is an abstract class. */ public function Maths() { throw new...
/** * VERSION: 2.01 * DATE: 9/23/2009 * AS3 * UPDATES AND DOCUMENTATION AT: http://www.TweenLite.com **/ package com.greensock.data { import flash.utils.Proxy; import flash.utils.flash_proxy; /** * VarsCore provides a way to make an object's non-dynamic properties enumerable (only if/when the property is *...
package { import flash.display.*; import flash.events.*; import flash.text.*; import flash.ui.Mouse; import flash.notifications.NotificationStyle; import com.juankpro.ane.localnotif.*; [SWF(backgroundColor="#FFFFFF", width="320", height="480", frameRate="30")] public class Sample extends Sprite { ...
package { import flash.events.Event; import flash.filesystem.File; import flash.net.FileFilter; import flash.net.FileReference; import flash.net.FileReferenceList; import flash.net.URLRequest; import flash.utils.Dictionary; import net.flashpunk.Entity; import net.flashpunk.FP; import net.flashpunk.graphics....
// Aphelion (edited by Frikman) \\ #include "CreatureCommon.as"; const u16 ATTACK_FREQUENCY = 60; const f32 ATTACK_DAMAGE = 1.0f; const int COINS_ON_DEATH = 20; void onInit(CBlob@ this) { this.set_u8("attack frequency", ATTACK_FREQUENCY); this.set_f32("attack damage", ATTACK_DAMAGE); this.set_strin...
package com.company.assembleegameclient.util { import flash.display.BitmapData; import flash.utils.Dictionary; public class BloodComposition { private static var idDict_:Dictionary = new Dictionary(); private static var imageDict_:Dictionary = new Dictionary(); public static function getBloodCompositio...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.AbstractTabbedPane; 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.Insets; import GUI.fox.aswi...
/* 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.astra.utils { /** * A collection of constants for date and time units. * * @author Josh Tynjala */ public clas...
/* 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/. */ // Access properties via super using . and [] package SuperProps { public dynamic class SuperBase { pu...
/* 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.controls { /** * Layout options for stepper controls. * * @see feathers.controls.Numer...
//------------------------------------------------------------------------------ // // Anthony Henderson Copyright 2012 // All rights reserved. // //------------------------------------------------------------------------------ package ahhenderson.core.mvc.base { import ahhenderson.core.mvc.interfaces....
package dorkbots.dorkbots_iso.room { public interface IIsoRoomsManager { function get roomHasChanged():Boolean; function get roomTotal():uint; function get roomLastNum():uint; function set roomCurrentNum(value:uint):void; function get roomCurrentNum():uint; function get roomCurrent():IIsoRoomData; funct...
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php package mvcexpress.extensions.scoped.core.traceObjects { import flash.display.DisplayObject; import mvcexpress.core.traceObjects.MvcTraceActions; import mvcexpress.core.traceObjects.TraceObj; import mvcexpress.mvc.Proxy; /** * Clas...
/** * 创建节点 * @author GQ * create time:2013-11-4- 11:13:04 */ package com.megaeyes.netmanagement.topology.presentation.commands { import com.megaeyes.netmanagement.topology.domain.vo.TopologyDevice; import com.megaeyes.netmanagement.topology.presentation.node.NodePM; import mx.controls.Alert; import mx.events....
package fairygui { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.InteractiveObject; import flash.display.Stage; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.events.TouchEvent; impor...
package org.pyamf.examples.sharedobject.vo { [RemoteClass(alias="org.pyamf.examples.sharedobject.vo.SharedObject")] public class SharedObject { public var name:String; public var app:String; public var path:String; public var domain:String; public var size:int; public function SharedObject( name:St...
//////////////////////////////////////////////////////////////////////////////// // // 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...
import hooks; import resources; import ai.consider; interface AIResources : ConsiderComponent { Empire@ get_empire(); Considerer@ get_consider(); }; class ResourceAI : Hook, ConsiderHook { double consider(Considerer& cons, Object@ obj) const { return 1.0; } //If the AI is not currently using this resource fo...
/* 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 avmplus.System; import com.adobe.test.Assert; // var SECTION = "regress_524122"; // var VERSION = ...
/** * Distributed under Apache License v2.0. For more information * see LICENSE. */ package com.traffic.util.trace { import com.adobe.cairngorm.contract.Contract; import com.traffic.util.debugging.tdt; import mx.collections.HierarchicalCollectionView; import mx.collections.HierarchicalCollectionVie...
package framework.util.geom { public interface IPolygon { function clone():Object; function cloneTo(newobj:Object):Object; function toString():String; function getPoints(result:Array=null):Array; // 0 outside, 1 on a bound, 2 inside function containsPoint(x:Number, y:Number):PointIntersectPolygon; } }
/* * Class: Menu_Model (Data Model) * @author Ryan C. Knaggs * @since 1.0 * @date 08/14/2009 * @version 1.21 - RCK * @version 1.22 - Enhanced the getURL method * @date 11/19/2009 * @description: This class object will access * and store the MenuBar JSON data. Then * will send out an event to any ot...
package cuatroPlumasUI.GrayApp { import flash.events.MouseEvent; import pragmaTico.CRCarrosLeads.Web.Admin.FormFinale.Grid; import flash.text.TextFieldType; import flash.text.TextFormat; import flash.display.Bitmap; import flash.text.TextField; import flash.display.Sprite; import flash.media.Sound; /** * @a...
package quickb2.math.geo.curves { import quickb2.debugging.logging.qb2U_ToString; import quickb2.lang.errors.qb2E_RuntimeErrorCode; import quickb2.lang.errors.qb2U_Error; import quickb2.utils.primitives.qb2Integer; import quickb2.lang.types.qb2U_Type; import quickb2.math.geo.qb2GeoDecompositionIterator; import ...
package { import flash.geom.Point; import flash.utils.Dictionary; import org.flixel.FlxBasic; import org.flixel.FlxGroup; import org.flixel.FlxObject; import org.flixel.FlxPoint; import org.flixel.FlxG; /** * ... * @author ... */ public class FlxUIGroup extends FlxGroup { protected var offsets:Dicti...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* -*- Mode: C++; 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 run_fla { import flash.display.*; dynamic public class MainTimeline extends MovieClip { public var theChar:MovieClip; public function MainTimeline() { return; }// end function } }
package { import flash.display.MovieClip; public dynamic class PlayerSetMarker extends MovieClip { public var MarkerBase_mc:MovieClip; public function PlayerSetMarker() { super(); } } }
package { import flash.display.MovieClip; import flash.events.*; public class Enemy4 extends Enemy { private var teleport:Boolean = true; private var teleportTime:int = 30; private var teleportTimeCounter:int = 0; public function Enemy4() { } protected override function shoot():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...
/** * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 org.hamcrest.object { import org.hamcrest.Matcher; /** * Checks the item being matched are strictly equal (===). * * @see org.hamcrest.object.IsStrictlyEqualMatcher * * @example * <listing version="3.0"> * var o1:Object = {}; * var o2:Object = {}; * a...
package com.company.util { public class Random { public static function randomSeed():uint { return Math.round(Math.random() * 4294967294 + 1); } public function Random(param1:uint = 1) { super(); this.seed = param1; } public var seed:uint; public function nextInt():uin...
/* * 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 com.smbc.projectiles { import com.explodingRabbit.cross.gameplay.statusEffects.StatusProperty; import com.smbc.characters.Mario; import com.smbc.characters.base.MarioBase; import com.smbc.data.AnimationTimers; import com.smbc.data.CharacterInfo; import com.smbc.data.DamageValue; import com.smbc.data.So...
package org.tuio.osc { /** * Has to be implemented in order to receive data from an IOSCConnector implementation */ public interface IOSCConnectorListener { /** * Accept a received OSCPacket * @param oscPacket The received OSCPacket. */ function acceptOSCPacket(oscPacket:OSCPacket)...
// Urho3D editor user interface XMLFile@ uiStyle; XMLFile@ iconStyle; UIElement@ uiMenuBar; UIElement@ quickMenu; Menu@ recentSceneMenu; Window@ mruScenesPopup; Array<QuickMenuItem@> quickMenuItems; FileSelector@ uiFileSelector; String consoleCommandInterpreter; Window@ contextMenu; uint stepColoringGroupUpdate = 100;...
package integration.tests { import ru.whitered.kote.Command; import ru.whitered.kote.Facade; import ru.whitered.kote.Mediator; import ru.whitered.kote.Notification; import org.hamcrest.assertThat; import org.hamcrest.collection.array; /** * @author whitered */ public class AbortNotificationTest { priva...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.ankamagames.dofus.types.entities { import com.ankamagames.atouin.Atouin; import com.ankamagames.atouin.AtouinConstants; import com.ankamagames.atouin.entities.behaviours.display.AtouinDisplayBehavior; import com.ankamagames.atouin.entities.behaviours.movements.MountedMovementBehavior; i...
/** * User: booster * Date: 12/8/12 * Time: 15:43 */ package medkit.collection.test { import medkit.collection.LinkedList; import medkit.collection.test.base.ListTest; public class LinkedListTest extends ListTest { [Before] public function setUp():void { collection = list = new LinkedList(); ...
package academy.view { import academy.AcademyController; import academy.AcademyEvent; import bagAndInfo.info.PlayerInfoViewControl; import com.pickgliss.effect.EffectManager; import com.pickgliss.effect.EffectTypes; import com.pickgliss.effect.IEffect; import com.pickgliss.ui.ComponentFactory; i...
/* Feathers Copyright 2012-2021 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.controls.text { import feathers.core.FeathersControl; import feathers.core.IStateContext; ...
package com.playata.framework.display { import com.playata.framework.assets.AssetManager; import com.playata.framework.core.IEnvironmentModule; public interface IDisplayCore extends IEnvironmentModule { function set focus(param1:Object) : void; function get focus() : Ob...
/* 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/. */ // var SECTION = "Definitions"; // provide a document reference (ie, ECMA section) // var VERSION = "Clean ...
package jp.coremind.view.implement.starling.buildin { import flash.geom.Point; import jp.coremind.view.abstract.IDisplayObject; import jp.coremind.view.abstract.IDisplayObjectContainer; import starling.display.MovieClip; import starling.textures.Texture; public class MovieClip ext...
package com.playfab.AdminModels { public class UpdateOpenIdConnectionRequest { public var ClientId:String; public var ClientSecret:String; public var ConnectionId:String; public var IssuerDiscoveryUrl:String; public var IssuerInformation:OpenIdIssuerInformation; ...
/* 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 ...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedData_PirateCaveCXML.xml", mimeType="application/octet-stream")] public class EmbeddedData_PirateCaveCXML extends ByteArrayAsset { public function EmbeddedData_PirateCaveCXML() { super(); } } }
package ormtest.model5 { [Bindable] [Table(name = "ResultVO")] public class ResultVO { [Id] public var id:int; public var user_id:int; public var answer_id:int; public function ResultVO() { } } }
/** * (c) VARIANTE <http://variante.io> * * This software is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ package io.variante.events { import flash.events.Event; import flash.events.TextEvent; /** * Extended flash.events.TextEvent with the...
// makeswf -v 7 -s 200x150 -r 1 -o constructor-madness.swf constructor-madness.as trace ("Check what version has __constructor__ vs constructor"); o = new Object (); trace (o.__constructor__); trace (o.hasOwnProperty ("__constructor__")); trace (o.constructor); trace (o.hasOwnProperty ("constructor")); loadMovie ("FS...