CombinedText
stringlengths
4
3.42M
package com.playfab.ProfilesModels { public class EntityStatisticChildValue { public var ChildName:String; public var Metadata:String; public var Value:int; public function EntityStatisticChildValue(data:Object=null) { if(data == null) return...
/* 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 limitatio...
package org.yellcorp.lib.format.printf.options { public class HexFloatFormatOptions extends FloatFormatOptions { public var basePrefix:String; public function HexFloatFormatOptions(options:Object = null) { super(options); } public override function copyFrom(other:CommonFormatOptions):void ...
// ================================================================================================= // // 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. //...
/** * CHANGELOG: * * <ul> * <li><b>1.0</b> - 2012-08-24 17:09</li> * <ul> * <li>Create file</li> * </ul> * </ul> * @author Piotr Paczkowski - kontakt@trzeci.eu */ package pl.asria.tools.model { import flash.events.EventDispatcher; import flash.utils.getDefinitionByName; import flash.utils.getQualifiedClassName; i...
/* 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 PublicClass.*; import com.adobe.test.Assert; // var SECTION = "Definitions\Ext"; // p...
package ssen.components.dateSelectors { import flash.events.Event; import flash.events.EventDispatcher; [Event(name="filterChanged", type="flash.events.Event")] public class RangedMonthlySelectorFilter extends EventDispatcher implements IMonthlySelectorFilter { //--------------------------------------------- // fro...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.chat.view.ChatListItemFactory package kabam.rotmg.chat.view { import flash.geom.Matrix; import com.company.assembleegameclient.parameters.Parameters; import flash.text.TextField; import kabam.rotmg.text.view.BitmapTextFactory; ...
package src.assets { public class EmbeddedAssets2x { [Embed(source="../../../assets/texture/atlas.png")] public static const atlas:Class; [Embed(source="../../../assets/texture/atlas.xml", mimeType="application/octet-stream")] public static const atlas_xml:Class; [Embed(source="../../../assets/texture/atla...
package sk.yoz.ycanvas.map.managers { import flash.display.Stage; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Matrix; import flash.geom.Point; import sk.yoz.ycanvas.map.YCanvasMap; import sk.yoz.ycanvas.map.valueObjects.Limit; import starling.co...
package robotlegs.bender.extensions.navigator.behaviors { import robotlegs.bender.extensions.navigator.api.NavigationState; /** * Note that this interface extends IHasStateValidation. */ public interface IHasStateRedirection extends IHasStateValidation { /** * This forms a pair with the validate() method o...
package com.anttikupila.demo { import flash.display.Sprite; import flash.events.Event; import flash.filters.DropShadowFilter; import flash.filters.GlowFilter; import flash.text.AntiAliasType; import flash.text.GridFitType; import flash.text.TextField; import flash.text.TextFormat; public class Overlay extends...
/** * ]~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~._ * ]~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~._ * * Class : BriteContrastFX.as * Version : 1.0 * * Author : Matt Holcombe (gullinbursti) * Created : 06-09-09 * * Purpose : Provides brightness & contrast adjustm...
package modules.game.majiangGame.view.majiangPart { import modules.game.GameModule; import modules.game.majiangGame.controller.MajiangGameController; import modules.game.majiangGame.model.MajiangModel; import modules.game.majiangGame.view.card.handCard.BottomHandleCard; import modules.game.majiangGame.view.majia...
package { import flash.display.MovieClip; import flash.Boot; public class __main__ extends MovieClip { public function __main__() { new Boot(this); Main.main(); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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 aswing.org, see the LICENCE.txt. */ package org.aswing.plaf.basic{ import org.aswing.*; import org.aswing.event.*; import org.aswing.plaf.BaseComponentUI; import org.aswing.geom.IntPoint; import flash.ui.Keyboard; import flash.events.MouseEvent; /** * @private */ public class BasicViewportUI extends ...
package kabam.rotmg.characters.reskin { import kabam.lib.net.api.MessageMap; import kabam.rotmg.characters.reskin.control.AddReskinConsoleActionCommand; import kabam.rotmg.characters.reskin.control.AddReskinConsoleActionSignal; import kabam.rotmg.characters.reskin.control.OpenReskinDialogCommand; import kabam.rotmg.ch...
// 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 switchTest():int { var x:int = 10; switch (x) { default: return 30; } } print(swi...
package away3d.filters { import away3d.core.managers.Stage3DProxy; import away3d.filters.tasks.Filter3DCompositeTask; import away3d.filters.tasks.Filter3DBrightPassTask; import away3d.filters.tasks.Filter3DHBlurTask; import away3d.filters.tasks.Filter3DVBlurTask; import flash.display.BlendMode; import flash.di...
table omimGeneMap "This table contains the same data as the genemap file downloaded from OMIM" ( string numbering; "Numbering system, in the format Chromosome.Map_Entry_Number" int month; "Month entered" int day; "Day entered" int year; "Year entered" string location; "Location" string g...
package app.part.property { import mx.core.DragSource; import mx.core.UIComponent; import mx.events.DragEvent; import mx.managers.DragManager; import spark.components.TextInput; /** * 接受其它控件拖动过来的文件名 * @author lonewolf * */ public class DropText { public static const IMAGE:String="png|jpg"; pub...
package io.decagames.rotmg.dailyQuests.view.panel { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.ui.DeprecatedTextButtonStatic; import com.company.assembleegameclient.ui.panels.Panel; import flash.display.Bitmap; import io.decagames.rotmg.pets.utils.PetsViewAssetFacto...
package org.ffilmation.engine.renderEngines.flash9RenderEngine { /** * This stores constants of render messages available for the ffilmation render engine * @private */ public class fAllRenderMessages { public static const LIGHT_IN:int = 0 public static const LIGHT_OUT:int = 1 public s...
package com.jasongatt.motion.clocks { import flash.events.Event; public class ClockEvent extends Event { // Public Static Constants public static const TICK:String = "tick"; // Private Properties private var _time:Number; // Constructor public function ClockEvent(type:String, bubbles:Boolean = fa...
package com.hendrix.feathers.controls.flex.magnifyList { import com.hendrix.feathers.controls.flex.SnapList; import feathers.controls.List; import feathers.controls.renderers.IListItemRenderer; import feathers.controls.supportClasses.ListDataViewPort; import feathers.core.FeathersControl; import feathers...
package arena.systems.islands.jobs { import arena.systems.islands.IslandGeneration; import arena.systems.islands.KDZone; import arena.systems.islands.KDNode; import de.polygonal.core.math.random.ParkMiller31; import de.polygonal.ds.mem.IntMemory; import de.polygonal.math.PM_PRNG; import hashds.ds.FractalNoise;...
package laya.d3.resource.models { import laya.d3.core.render.IRenderable; import laya.d3.core.render.RenderElement; import laya.d3.core.render.RenderState; import laya.d3.graphics.IndexBuffer3D; import laya.d3.graphics.VertexBuffer3D; import laya.d3.graphics.VertexElement; import laya.d3.graphics.VertexElementFo...
// makeswf -v 7 -s 200x150 -r 1 -o delete-prototypes.swf delete-prototypes.as trace ("Check that delete doesn't delete from prototypes."); x = "this"; this.__proto__.x = "prototype"; trace (x); delete x; trace (x); delete x; trace (x); loadMovie ("FSCommand:quit", "");
package Levels { import Testing.Goals.ShardGoal; import Testing.Tests.Test; /** * ... * @author Nicholas "PleasingFungus" Feinberg */ public class ShardLevel extends Level { public function ShardLevel(Name:String, Shard:LevelShard, Modules:Array = null) { super(Name, new ShardGoal(Shard), Shard.delay,...
package away3d.extrusions { import away3d.containers.ObjectContainer3D; import away3d.containers.Scene3D; import away3d.entities.Mesh; import away3d.paths.IPath; import flash.geom.Matrix3D; import flash.geom.Vector3D; [Deprecated] public class PathDuplicator { private var _transform:Matrix3D; private...
package flash.system { [native(cls="SecurityClass", gc="exact", methods="auto", construct="none")] public final class Security extends Object { public static const REMOTE:String = "remote"; public static const LOCAL_WITH_FILE:String = "localWithFile"; public static const LOCAL_WITH_NETWORK:String = "localWithNetwork...
//////////////////////////////////////////////////////////////////////////////// // // 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 { public class Test { } } function assert_exp(val: uint) { trace("///(digits = 1)"); trace(val.toPrecision(1)); trace("///(digits = 2)"); trace(val.toPrecision(2)); trace("///(digits = 3)"); trace(val.toPrecision(3)); trace("///(digits = 4)"); trace(val.toPrecision(4)); trace("///(digits = 5)"); t...
package UI.abstract.component.control.numericStepper { import UI.App; import UI.abstract.component.control.base.UIComponent; import UI.abstract.component.control.button.BaseButton; import UI.abstract.component.control.text.ATextInput; import UI.abstract.component.event.NumericStepperEvent; import flash.e...
/* * Copyright (c) 2009 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.robotlegs.core { import flash.system.ApplicationDomain; /** * The Robotlegs Injector c...
package com.ankamagames.dofus.network.messages.game.guild { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; import...
/** * VERSION: 1.0 * DATE: 2012-03-22 * AS3 (AS2 and JS versions are also available) * UPDATES AND DOCS AT: http://www.greensock.com **/ import com.greensock.easing.Ease; /** * See AS3 files for full ASDocs * * <p><strong>Copyright 2008-2014, GreenSock. All rights reserved.</strong> This work is subject to the...
//------------------------------------------------------------------------------ // 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. //---...
package cc.gullinbursti.audio.synthesis { public class Granular { public function Granular() { } } }
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** /* 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 flicker.gui { import flash.display.DisplayObject; import flash.display.InteractiveObject; import flash.display.MovieClip; import flash.display.Stage; import flash.events.MouseEvent; import flash.geom.Point; import flash.geom.Rectangle; /** * Трек бар на основе разделенных клипов * * @version ...
/* ***** 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/ * ...
/** * <p>Original Author: jessefreeman</p> * <p>Class File: CSSTidyUtil.as</p> * * <p>Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation th...
namespace AchievementsBranch { Array<Achievements::AchievementItem> GetAchievments() { Array<Achievements::AchievementItem> items; int count = 1; while(true) { Achievements::AchievementItem item; item.eventName = "GetWood"; item.name = "Get wood " + co...
package remx { /** */ public class Graphic { //------------------------------------------------------------------------------------------ // // PUBLIC PROPERTIES // //------------------------------------------------------------------------------------------ public var x:Number = 0.0; ...
//////////////////////////////////////////////////////////////////////////////// // // 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 away3d.lights { import away3d.*; import away3d.bounds.*; import away3d.cameras.*; import away3d.core.base.*; import away3d.core.math.*; import away3d.core.partition.*; import away3d.lights.shadowmaps.*; import flash.geom.*; use namespace arcane; /** * DirectionalLight represents an idealized ...
table snp "Polymorphism data from dbSnp XML files or genotyping arrays" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chrom" uint chromEnd; "End position in chrom" string name; "Reference SNP identifier or Affy SNP name" uint...
package mvcutils.progress { public class ProgressAction { public static const HEADER_FIELD:String = 'header'; private var _id:String; public function ProgressAction(pID:String) { _id = pID; } public function serialize():Object { throw new...
package as3snapi.base { /** * Интерфейс базовых настроек соцсети * @see NetworkConfigBase */ public interface INetworkConfig { function hasValue(key:String):Boolean; function getValue(key:String):*; /** * Привязка дополнительных данных к конфигу сети. * @param key * @param value * ...
// makeswf -v 7 -r 1 -o array-sort-custom-call-7.swf array-sort-custom-call.as function custom () { trace ("caller: " + arguments.caller); trace ("callee: " + arguments.callee); trace ("arguments: " + arguments); } custom.toString = function () { return "custom"; }; var a = []; trace ("empty"); a.sort (custom)...
package com.ankamagames.dofus.logic.game.fight.miscs { import com.ankamagames.dofus.datacenter.effects.EffectInstance; import com.ankamagames.dofus.kernel.Kernel; import com.ankamagames.dofus.logic.game.fight.frames.FightContextFrame; import com.ankamagames.dofus.logic.game.fight.frames.Preview.Fighter...
package { import flash.display.Sprite; import flash.events.TimerEvent; import flash.filters.DropShadowFilter; import flash.filters.GlowFilter; import flash.text.TextField; import flash.text.TextFormat; import flash.utils.Timer; /** * ... * @author UnknownGuardian */ public class BetterMessageContainer...
/* ***** 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/ * ...
/* 2017 Kevin Foley. 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 kevinfoley.addonsforfeathers.localization { /** * ... * @author Kevin Foley */ public interface IStringMap { func...
package com.definition { import flash.display.Sprite; import flash.events.*; import flash.display.Loader; import flash.net.URLRequest; import flash.system.Security; // http://code.google.com/apis/youtube/flash_api_reference.html public class YouTubeVideoAPI extends Sprite implements VideoAPI { ...
/** * * Defines events dispatched by Reel class instances. * * (C)opyright 2016 * * This source code is protected by copyright and distributed under license. * Please see the root LICENSE file for terms and conditions. * */ package events { import flash.events.Event; /** * ... * @author Patric...
/** * Copyright (c) 2012 Andy Saia * * 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, pu...
/* AS3 Copyright 2010 */ package com.neopets.games.marketing.destination.sixFlags2010.subElements { import com.neopets.games.marketing.destination.sixFlags2010.button.HiButton; import com.neopets.projects.destination.destinationV3.Parameters; import flash.display.MovieClip; import flash.events.Event; import fla...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2007-2010 Josh Tynjala // // 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 wi...
//////////////////////////////////////////////////////////////////////////////// // // 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.does.lotte.pacman.steps.failed { import com.does.lotte.global.User; import flash.display.Bitmap; import flash.display.Sprite; import flash.events.Event; /** * @author chaesumin */ public class FailedChar extends Sprite { public var profile : Sprite; public function FailedChar() { ad...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.errors.control.ReportErrorToAppEngineCommand package kabam.rotmg.errors.control { import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.application.api.ApplicationSetup; imp...
//////////////////////////////////////////////////////////////////////////////// // // 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 views.examples { import com.tuarua.firebase.Performance; import com.tuarua.firebase.performance.Trace; import starling.display.Sprite; import starling.events.Touch; import starling.events.TouchEvent; import starling.events.TouchPhase; import views.SimpleButton; public class PerformanceExample extends Sprite ...
package com.swfwire.decompiler.abc.instructions { import com.swfwire.decompiler.abc.*; /** * Not in the spec, takes 0 arguments, pops 2 values off the stack, does not modify scope or locals */ public class Instruction_sf64 implements IInstruction { } }
/* 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 ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* The MIT License Copyright (c) 2010 Jackson Dunstan 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...
//AS3/////////////////////////////////////////////////////////////////////////// // // Copyright ${TM_YEAR} ${TM_ORGANIZATION_NAME:-$TM_FULLNAME} // //////////////////////////////////////////////////////////////////////////////// package ${TM_CLASS_PATH} { import flash.events.EventDispatcher; /** * EventDispatche...
package com.hp.asi.hpic4vc.ui.controls.dashboard { import com.flexicious.components.dashboard.Dashlet; import com.hp.asi.hpic4vc.ui.model.TabModel; import flash.events.MouseEvent; import mx.collections.ArrayCollection; public class HPDashlet extends Dashlet { public function HPDashlet() { ...
/* Feathers Copyright 2012-2013 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.data { import feathers.events.CollectionEventType; import starling.events.Event; import s...
package net { import flash.utils.ByteArray; public class TcpPacket { private var _code:String; private var _body:ByteArray; public function TcpPacket(code:String) { reset(code); } public function get body():ByteArray { return _body; } public function reset(code:String)...
package ddt.view.academyCommon.recommend { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.vo.AlertInfo; import ddt.manager.AcademyManager; import ddt.manager.LanguageMgr; import ddt.manager.SharedManager; import flash.events.MouseEvent; ...
import skyui.components.list.ScrollingList; import skyui.components.list.ListState; import skyui.components.list.BasicListEntry; import skyui.util.ConfigManager; class FavoritesListEntry extends BasicListEntry { /* CONSTANTS */ private static var STATES = ["None", "Equipped", "LeftEquip", "RightEquip", "LeftAn...
package com.vo { /** * 消息提示框1 * @author 王明凡 */ public class MessageAlert1VO { //提示信息 public var msg:String; //确认 public var confirm:Function; //取消 public var cancel:Function; } }
/* * 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 (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 com.playata.application.data.server { import com.playata.application.data.user.User; import com.playata.framework.core.TypedObject; public class SyncStates { private static var _data:TypedObject = TypedObject.empty; private static var _pendingSyncGame:Boolean = false; ...
package integration.mediating.testObj.view.viewObj { import flash.display.Sprite; public class MediatingBaseView extends Sprite implements IMediatingView { public function MediatingBaseView() { } /* INTERFACE integration.mediating.testObj.IMediatingIntefrafe */ public function doStuff():void { } } }
package org.as3lib.kitchensync.action.tween { import org.as3lib.math.INumericController; /** * A <em>tween target</em> is a bundle that wraps up a property or other value that can be * tweened by a KSTween object. * In most cases, this will be a property of an object (see TargetProperty class) but it * cou...
package com.company.util { public class StringUtils { private static const SIGN_UNDEF:int = 0; private static const SIGN_POS:int = -1; private static const SIGN_NEG:int = 1; private static var i:int = 0; public function StringUtils() { ...
package com.bkwld { /** * An ActionScript port of https://raw.github.com/BKWLD/croppa/master/public/js/croppa.js */ public class Croppa { /** * Build a croppa formatted URL * @param src Absolute path to the source image * @param width Width to crop to. Set to -1, 0, or NaN to make it wildcar...
package { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Vector3D; import gl3d.core.Light; import gl3d.core.Material; import gl3d.core.Node3D; import gl3d.core.View3D; import gl3d.meshs.Meshs; import flash.events.Event; import gl3d.meshs.Teapot; ...
package kabam.rotmg.messaging.impl.outgoing { import flash.utils.IDataOutput; public class CheckCredits extends OutgoingMessage { public function CheckCredits(param1:uint, param2:Function) { super(param1, param2); } override public function writeToOutput(param1:IDataOutput):void { } over...
/** * Tweener * Transition controller for movieclips, sounds, textfields and other objects * * @author Zeh Fernando, Nate Chatellier, Arthur Debert, Francis Turmel * @version 1.31.74 */ /* Licensed under the MIT License Copyright (c) 2006-2008 Zeh Fernando, Nate Chatellier, Arthur Debert and Franc...
package laya.webgl.canvas.save { import laya.maths.Rectangle; import laya.webgl.canvas.WebGLContext2D; import laya.webgl.submit.Submit; import laya.webgl.submit.SubmitScissor; public class SaveClipRect implements ISaveData { /*[DISABLE-ADD-VARIABLE-DEFAULT-VALUE]*/ private static var _cache:* = SaveBase._...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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.playfab { import com.playfab.MatchmakerModels.*; public class PlayFabMatchmakerAPI { public static function AuthUser(request:AuthUserRequest, onComplete:Function, onError:Function):void { if (PlayFabSettings.DeveloperSecretKey == null) throw new Error ("Must have Pla...
package flash.display { import flash.geom.*; import flash.text.TextField; import flash.utils.ByteArray; /** * ... * @author lizhi http://matrix3d.github.io/ */ public class BitmapData implements IBitmapDrawable { public var __data:Uint8ClampedArray; //private var data32:Uint32Array; private var image...
package org.justincrounds.actionscript { import de.polygonal.ds.*; import flash.utils.*; import flash.display.*; public class Mosaic extends Actor { private var _width:Number = 0; private var _height:Number = 0; private var _x:Number = 0; private var _y:Number = 0; private var frame:MovieClip = new MovieC...
package src.menu.module.carselect { import net.fpp.common.starling.module.AModule; import net.fpp.common.starling.module.event.ModuleEvent; import src.common.DataManager; import src.constant.CStarRequired; import src.menu.module.carselect.view.CarSelectModuleView; import starling.events.Event; public class C...
package serverProto.baseInfo { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; import flash.utils.IDataInput;...
package laya.d3.shader { import laya.d3.core.BaseCamera; import laya.d3.core.RenderableSprite3D; import laya.d3.core.SkinnedMeshSprite3D; import laya.d3.core.Sprite3D; import laya.d3.core.glitter.Glitter; import laya.d3.core.material.BaseMaterial; import laya.d3.core.material.BlinnPhongMaterial; import laya.d3....
package com.turboencabulated.as3spline { import flash.geom.Point; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertTrue; public class CatmullRomSpline2dTest { [Before] public function setUp() : void { } [After] public function tearDown() : void { } ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedData_SkinsCXML package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedData_SkinsCXML.dat", mimeType="application/octet-stream")] public class EmbeddedData_SkinsCXML extends ByteArrayAsset ...
/** * VERSION: 12.0 * DATE: 2012-01-12 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock.plugins { import com.greensock.TweenLite; import flash.filters.GlowFilter; /** * [AS3/AS2 only] Tweens a GlowFilter. The following properties are available (you only need to define the ones yo...
package learnmath.mathml.formula.token.operators{ /*------------------------------------------------------------- Created by: Ionel Alexandru Mail: ionel.alexandru@gmail.com Site: www.learn-math.info ---------------------------------------------------------------*/ import learnmath.mathml.formula.*; import learnmat...