text
stringlengths
4
1.04M
table geoIpNode "Map Ip ranges to genome browser node." ( uint ipStart; "First internet IP address of range." uint ipEnd; "Last internet IP address of range." char node; "Node Id." )
package com.playfab.GroupsModels { import com.playfab.PlayFabUtil; public class CreateGroupResponse { public var AdminRoleId:String; public var Created:Date; public var Group:EntityKey; public var GroupName:String; public var MemberRoleId:String; public var ...
/* Copyright (c) 2006 - 2008 Eric J. Feminella <eric@ericfeminella.com> All rights reserved. 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package visuals.ui.dialogs { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabel; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.disp...
package { import flash.display.MovieClip; public class ClickMe extends MovieClip { public function ClickMe() { resize(); mouseEnabled = false; mouseChildren = false; } public function resize():void { x = Data.width / 2 - width / 2; y = Data.height / 2 + height / ...
//////////////////////////////////////////////////////////////////////////////// // // 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 ...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="archbishopObjects.txt", mimeType="application/octet-stream")] public class archbishopObjects extends ByteArrayAsset { public function archbishopObjects() { super(); } } }
/** * PerformanceTest by Grant Skinner. Apr 21, 2009 * Visit www.gskinner.com/blog for documentation, updates and more free code. * * * Copyright (c) 2009 Grant Skinner * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Softwa...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.account.web.model.ChangePasswordData package kabam.rotmg.account.web.model { public class ChangePasswordData { public var currentPassword:String; public var newPassword:String; } }//package kabam.rotmg.account.web...
package awaybuilder.model.vo.scene { import mx.collections.ArrayCollection; [Bindable] public class AnimationSetVO extends AssetVO { public var type:String; public var animations:ArrayCollection = new ArrayCollection(); //SharedAnimationNodeVO public var animators:ArrayCollection = new ArrayCollecti...
package kabam.lib.util { public class VectorAS3Util { public static function toArray(forEachAble:Object):Array { var value:Object = null; var array:Array = []; for each(value in forEachAble) { array.push(value); } return array; } public function VectorA...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* 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 nodeCount:int = 1000; var referenceResult:String = usingAppendChildAndE4X(nodeCount).toXMLString(); if (CONFI...
package org.jbei.lib.mappers { import flash.events.Event; /** * @author Zinovii Dmytriv */ public class TraceMapperEvent extends Event { public static const TRACE_MAPPER_UPDATED:String = "TraceMapperUpdated"; // Constructor public function TraceMapperEvent(type:String) { su...
/* * Copyright (c) 2014-2022 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 ...
//////////////////////////////////////////////////////////////////////////////// // // 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 starling.display { /** * ... * @author dorofiy.com */ public class ColorTransform { public var alphaMultiplier : Number = 1.0; public var redMultiplier : Number = 1.0; public var greenMultiplier : Number = 1.0; public var blueMultiplier : Number = 1.0; public var alpha : Number = 255.0; ...
package layer.popup { import layer.popup.common.AlertBox; import com.sibirjak.asdpc.button.Button; import com.sibirjak.asdpc.button.ButtonEvent; import org.as3commons.ui.layer.PopUpManager; import org.as3commons.ui.layout.shortcut.hgroup; import flash.display.Sprite; import flash.events.Event; import flash.even...
//////////////////////////////////////////////////////////////////////////////// // // 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.sfmultimedia.argonaut.errors { import flash.events.IEventDispatcher; import net.sfmultimedia.argonaut.ArgonautErrorEvent; public class RelayErrorHandler implements ErrorHandler { private var eventDispatcher:IEventDispatcher; public function RelayErrorHandler(eventDispatche...
package away3d.materials.methods { import away3d.arcane; import away3d.managers.Stage3DProxy; import away3d.materials.passes.MaterialPassBase; import away3d.materials.passes.OutlinePass; import away3d.materials.compilation.ShaderRegisterCache; import away3d.materials.compilation.ShaderRegisterElement; use name...
/* * BetweenAS3 * * Licensed under the MIT License * * Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and * Spark project (www.libspark.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentat...
package pbjAS.ops { import pbjAS.regs.PBJReg; public class OpMov implements PBJOpcode { public var dst:PBJReg; public var src:PBJReg; public function OpMov(dst:PBJReg, src:PBJReg) { this.dst = dst; this.src = src; } } }
package flash.display { import flash.geom.Rectangle; import flash.geom.Point; import flash.filters.BitmapFilter; import flash.geom.ColorTransform; import flash.geom.Matrix; import flash.utils.ByteArray; public class BitmapData implements IBitmapDrawable { public function get height():int; public function get...
package com.playfab.ClientModels { public class GetSharedGroupDataResult { public var Data:Object; public var Members:Vector.<String>; public function GetSharedGroupDataResult(data:Object=null) { if(data == null) return; if(data.Data) { D...
package screens.posta { import application.utils.StaticGUI; import components.MailBlock; import components.MailMenuBlock; import components.renderers.MailBlockListRenderer; import feathers.controls.List; import feathers.controls.Screen; import feathers.controls.ScrollBarDisplayMode; import feathers.controls.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 license...
#include "ParticleCommon.as" #include "Map.as" #include "Camera.as" shared class Particle { Vec3f position; Vec3f velocity; SColor color = color_white; u16 timeToLive = 2 * getTicksASecond(); bool dieOnCollide = false; float gravity = 0.0f; float elasticity = 0.0f; float friction = 1.0f; } shared class Partic...
// BurdCommon.as #include "BuildBlock.as"; #include "PlacementCommon.as"; #include "CheckSpam.as"; #include "GameplayEvents.as"; const f32 allow_overlap = 2.0f; shared class HitData { u16 blobID; Vec2f tilepos; }; Vec2f getBuildingOffsetPos(CBlob@ blob, CMap@ map, Vec2f required_tile_space) { Vec2f halfSize = re...
/* Licensed under the MIT License Copyright (c) 2008 Corey O'Neil www.coreyoneil.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 limitation t...
/** * This code is part of the Bumpslide Library maintained by David Knape * Fork me at http://github.com/tkdave/bumpslide_as3 * * Copyright (c) 2010 by Bumpslide, Inc. * http://www.bumpslide.com/ * * This code is released under the open-source MIT license. * See LICENSE.txt for full license terms. * More in...
package com.neopets.games.inhouse.shootergame.assets.targets { import caurina.transitions.Tweener; import com.neopets.games.inhouse.shootergame.SharedListener; import com.neopets.games.inhouse.shootergame.abstract.AbstractTarget; import flash.display.MovieClip; import flash.geom.Point; import flash.utils.Time...
package com.company.assembleegameclient.mapeditor { import com.company.assembleegameclient.map.GroundLibrary; import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.util.MoreStringUtil; import flash.utils.Dictionary; class GroundChooser extends Chooser { private var cache:Dictionary; ...
/* * 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.superkaka.KLib.manager { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.MovieClip; import flash.media.Sound; import flash.system.ApplicationDomain; import flash.utils.getDefinitionByName; /** * 类管理 * @author kaka */ public class ClassManager { /** * ...
package helpers { /** * @author @shaun */ public class ScoreCalculator { private static const LEVEL_1_EXPECTED_TIME:uint = 600; /** * * @param levelScore * @param levelTimeSeconds * @return */ public static function calculateLev...
package com.playata.application.ui.elements.account_settings { import com.playata.application.AppEnvironment; import com.playata.application.ui.elements.generic.button.UiButton; import com.playata.framework.application.Environment; import com.playata.framework.display.DisplayObjectFactory; import com.pla...
/* * Copyright 2011 Overstock.com and others. * * 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...
/** * Copyright 2010 The original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
package com.rockdot.library.view.component.common { import com.greensock.TweenLite; import com.jvm.utils.BitmapUtils; import com.rockdot.core.model.RockdotConstants; import com.rockdot.plugin.screen.displaylist.view.SpriteComponent; import flash.display.Bitmap; import flash.display.Loader; import flash.display....
package { import flash.text.ime.CompositionAttributeRange; import org.flixel.*; public class LevCat extends LevelCloseLook { [Embed(source = "../assets/lev_cat_fg.png")] private var GfxFg:Class; [Embed(source = "../assets/lev_cat_right_ear.png")] private var GfxRightEar:Class; [Embed(source = "../assets/lev_...
package com.codeazur.as3swf.data { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.utils.ColorUtils; import com.codeazur.utils.StringUtils; public class SWFTextRecord { public var type:uint; public var hasFont:Boolean; public var hasColor:Boolean; public var hasXOffset:Boolean; ...
package swag.events { import swag.events.SwagEvent; import swag.interfaces.events.ISwagCloudEvent; import swag.network.SwagCloudData; import swag.network.SwagCloudShare; /** * Event type broadcast from a <code>SwagCloud</code> to notify the application of various states of connectivity and * data ...
/* * 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 pu...
// ================================================================================================= // // CoreApp Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreemen...
import mx.events.EventDispatcher; import flash.display.BitmapData; import asual.sa.SWFAddress; import caurina.transitions.*; import agung.utils.UAddr; /** * kelas ini mengatur item berita */ class agung.tech01.berita.beritaItem extends MovieClip { public var node:XMLNode; private var settingsObj:Obje...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! //THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! //THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! package com.gamesparks.api.messages { import com.gamesparks.api.types.*; import com.gamesparks.*; /** * A message indicating that a challenge has been issued. */ publ...
package org.osflash.signals.natives.sets { import org.osflash.signals.natives.NativeSignal; import flash.display.Stage; import flash.events.Event; /** * @author Jon Adams */ public class StageSignalSet extends InteractiveObjectSignalSet { public function StageSignalSet(target:Stage) { super(target);...
/** * Slider.as * Keith Peters * version 0.9.9 * * Abstract base slider class for HSlider and VSlider. * * Copyright (c) 2011 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 * in t...
package kabam.rotmg.chat.control { import org.osflash.signals.Signal; public class ParseChatMessageSignal extends Signal { public function ParseChatMessageSignal() { super(String); } } }
 class oxylus.afsmg.thumb extends MovieClip { var enabled, icon, settings, myTooltip, _parent, mcl, node, ref, loader, image, dispatchEvent, stroke, over, _visible; function thumb () { super(); mx.events.EventDispatcher.initialize(this); enabled = false;...
package ssen.flexkit.primitives { import flash.display.Graphics; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import mx.events.PropertyChangeEvent; import mx.graphics.IFill; import spark.primitives.supportClasses.GraphicElement; public class LineBox extends GraphicElement { //=...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.codeazur.as3swf.data { import com.codeazur.as3swf.SWFData; public class SWFZoneData { public var alignmentCoordinate:Number; public var range:Number; public function SWFZoneData(data:SWFData = null) { if (data != null) { parse(data); } } public function parse(data:SWFData):vo...
package com.ankama.zaap { import flash.events.ErrorEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import org.apache.thrift.protocol.TBinaryProtocol; import org.apache.thrift.protocol.TProtocol;...
package dagd.petzak { public class Squid extends BadFish { private var rotationCounter: int = -1; private var rotationStart: int = Math.random() * 150 + 100; public var shootInk: Boolean = false; public var inkShot: Boolean = false; public function Squid() { x = -250; y = Math.random() * 470 + 160...
//////////////////////////////////////////////////////////////////////////////// // // 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 cmodule.decry { public var gvglbm:Bitmap; }
//////////////////////////////////////////////////////////////////////////////// // // 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 // //...
// This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. function someBody(message) { this.x = message; } someBody.prototype.printMessage = function() { print(this.x); } ...
package sabelas.input { /** * KeyPoll which stores the last keyboard key states. * Works with Starling * * Original code from Richard Lord's Ash framework with * a little modification from me. * * @author Abiyasa */ public class KeyPoll { import flash.utils.ByteArray; import starling.display.Disp...
package com.axiomalaska.models { [RemoteClass(alias="com.axiom.services.netcdf.data.ResultSetRelationship")] public class ResultSetRelationship { public var cross_table:int; public var resultSet:int; public var label:String; } }
//////////////////////////////////////////////////////////////////////////////// // // 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 services.command.profiles.company { import com.adobe.cairngorm.control.CairngormEvent; import services.business.profiles.ProfileDelegate; import services.cairngorm.BaseCommand; import services.events.profiles.company.GetCompanyListEvent; import services.vo.common.PagerVO; import services.vo.profiles.Com...
package org.papervision3d.materials { import flash.display.BitmapData; import flash.display.Graphics; import flash.display.Sprite; import flash.geom.Matrix; import org.papervision3d.core.render.command.RenderTriangle; import org.papervision3d.core.render.data.RenderSessionData; import org.papervision...
package com.vstyran.transform.connectors { import com.vstyran.transform.model.DisplayData; import flash.display.DisplayObject; import flash.events.IEventDispatcher; /** * Interface for connector between transform tool and tranformation target. * * @author Volodymyr Styranivskyi */ public interface ICon...
package writer { import uidocument.commons.api.document.*; public class EventsWriter extends PropertyWriter { private static var instance:EventsWriter; public function EventsWriter() { super(); } public static function getInstance():EventsWriter { if (instance == null) { ...
package com.gamesparks.api.requests { import com.gamesparks.api.responses.*; import com.gamesparks.*; /** * Allows an Xbox Live Shared Token String to be used as an authentication mechanism. * Once authenticated the platform can determine the current players details from the Xbox Live and store them within G...
/* * 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 * ...
package petsBag.view.item { import bagAndInfo.cell.BagCell; import com.pickgliss.events.InteractiveEvent; import com.pickgliss.ui.ComponentFactory; import com.pickgliss.utils.DoubleClickManager; import com.pickgliss.utils.ObjectUtils; import ddt.command.ShineObject; import ddt.data.goods.InventoryI...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_santaWorkshopChars16x16Embed_ package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_santaWorkshopChars16x16.png")] public class EmbeddedAssets_santaWorkshopChars16x16Embed_ extends ...
package org.rxr.actionscript.io { /** * * Simple class for manipulating a string. * * @author wischusen * */ public class StringWriter { private var value : String private var buffer : String public function StringWriter() { value = ""; buffer = ""; } public...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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...
/* * BetweenAS3 * * Licensed under the MIT License * * Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and * Spark project (www.libspark.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentat...
package kabam.rotmg.pets.view.dialogs { import kabam.rotmg.dialogs.control.OpenDialogNoModalSignal; import kabam.rotmg.pets.data.PetSlotsState; import robotlegs.bender.bundles.mvcs.Mediator; public class PetPickerDialogMediator extends Mediator { [Inject] public var view:PetPickerDialog; [Inject] pu...
package serverProto.activity { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; import flash.utils.IDataInput; impor...
//////////////////////////////////////////////////////////////////////////////// // // 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 flash.data { public class SQLColumnSchema { public function get allowNull():Boolean; public function get autoIncrement():Boolean; public function get dataType():String; public function get defaultCollationType():String; public function get name():String; public function get primaryKey():Boolean; ...
package com.image.ascb.filters { public class ConvolutionMatrixArrays { public static const EMBOSS:Array = [-2, -1, 0, -1, 1, 1, 0, 1, 2]; public static const EDGE_DETECT:Array = [0, 1, 0, 1, -4, 1, 0, 1, 0]; public static const SHARPEN:Array = [0, -1, 0, -1, 5, -1, 0, -1, 0]; } }
package cmodule.lua_wrapper { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.li8; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; public final class FSM_strlcpy extends Machine { public function FSM_strlcpy() { ...
package com.neopets.games.marketing.destination.sixFlags2010.subElements { import flash.display.Bitmap; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLRequest; public class SixFlags2010SouvenirItem extends Sprite { p...
/** * Kerneos * Copyright (C) 2009 Bull S.A.S. * Contact: jasmine AT ow2.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or any later ve...
package kabam.rotmg.game.view.components { import com.company.ui.BaseSimpleText; import com.company.util.AssetLibrary; import flash.display.Bitmap; import flash.display.Sprite; import flash.geom.ColorTransform; public class TabTextView extends TabView { private var background:Sprite; private var text:BaseSi...
 /** * @author Nate Altschul * Convenience wrapper for Timer class * */ package virtualworlds.com.neopets.games.util { import flash.utils.Timer; import flash.events.TimerEvent; public class TimerUtil { /** * @author Nate Altschul * Convenience wrapper for Timer class * * ...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//Created by Action Script Viewer - http://www.buraks.com/asv package com.company.rotmg.graphics { import flash.display.MovieClip; [Embed(source="KabamLogo.swf", symbol="com.company.rotmg.graphics.KabamLogo")] public dynamic class KabamLogo extends MovieClip { public function KabamLogo() { super(); } ...
package com.leapmotion.leap.interfaces { import com.leapmotion.leap.Frame; public interface ILeapConnection { function get isConnected():Boolean; function get frame():Frame; function enableGesture( gesture:int, enable:Boolean = true):void; } }
package classes.api { import flash.events.EventDispatcher; import flash.events.IEventDispatcher; public class CustomEventDispatcher extends EventDispatcher implements ICustomEventDispatcher { private var listeners : Vector.<Listener> = new Vector.<Listener>(); public function CustomEventDispatcher(target:I...
/* ***** 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 { public class Bar { public function Bar(v:int) {} public static function foo():void { new Bar$(EntryPoint)() } } }
package zpp_nape.util { import zpp_nape.phys.ZPP_Body; public class ZNPNode_ZPP_Body extends Object { public function ZNPNode_ZPP_Body() { } public static var zpp_pool:ZNPNode_ZPP_Body; public var next:ZNPNode_ZPP_Body; public var elt:ZPP_Body...
package zpp_nape.dynamics { import flash._-2v; public class ZPP_SensorArbiter extends ZPP_Arbiter { public function ZPP_SensorArbiter() { if(_-2v._-7E) { return; } super(); type = ZPP_Arbiter.SENSOR; sensorarb = this; ...
package com.ankamagames.atouin.data.map { import com.ankamagames.atouin.AtouinConstants; import com.ankamagames.jerakine.logger.Log; import com.ankamagames.jerakine.logger.Logger; import flash.geom.Point; import flash.utils.IDataInput; import flash.utils.getQualifiedClassName; public c...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2006-2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreeme...
/* Copyright (c) 2006, 2007 Alec Cove 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, di...
package cmodule.lua_wrapper { const _dummynode_:int = gstaticInitter.alloc(28,8); }
package kabam.rotmg.legends.view { import com.company.assembleegameclient.screens.TitleMenuOption; import com.company.assembleegameclient.ui.Scrollbar; import com.company.rotmg.graphics.ScreenGraphic; import flash.display.Graphics; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; im...