text
stringlengths
4
1.04M
package com.ixiyou.utils { /** * 对象操作 * @author spe */ public final class ObjectUtil { /** * 把一个对象转成String类型 * @param obj * @return */ public static function ObjtoString(obj:Object):String { var str:String="[ " for (var prop:* in obj) { str+=(prop+"="+obj[prop]...
package asx.array { import asx.fn._; import asx.fn.partial; // deliberately specifically hideous public function into(fns:Array, memo:Object):Object { var fn:Function = fns[0] as Function; if (fn != null) { // fn(memo, partial(into, fns.slice(1), _)); fn(memo, function(memo:Object):void { in...
package devoron.components.filechooser { import org.aswing.EmptyIcon; import org.aswing.Icon; import devoron.data.singleloaders.BYTESloader; import devoron.file.FileInfo; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Graphics; import flash.display.Sprite; import flash.event...
shared interface IAnimation { void Update(); }
/* 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; import com.adobe.test.Utils; /* * Date: 2001-07-15 * * SUMMARY: Testing Number.pro...
package com.playata.framework.application { import com.playata.framework.abtest.ABTests; import com.playata.framework.advertisement.AdvertisementCore; import com.playata.framework.core.IEnvironmentModule; import com.playata.framework.localization.Locale; import com.playata.framework.metric.MetricCore; ...
package system.collections { import system.ICloneable; import system._Array_; import system._Object_; public class Stack extends _Object_ implements ICollection,ICloneable { public static function createInstance(c:ICollection):Stack{return null; } public static function createInstanc...
 package com.pixeldroid.r_c4d3.tools.console { import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.text.AntiAliasType; import flash.text.GridFitType; import flash.text.TextField; import flash.text.TextFormat; import flash.text.Te...
/* 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 UserDefinedErrorsInPackage { import com.adobe.test.Assert; public class BoxDimensionException exten...
package de.domigotchi.ui.layout { import de.domigotchi.ui.layout.ILayout; import de.domigotchi.ui.layout.ILayoutable; import flash.display.Graphics; import flash.geom.Rectangle; /** * ... * @author Dominik Saur */ public class AbstractLayout implements ILayout { static public const DEBUG_DRAW:Boolean =...
package org.aisy.net.media.data { public dynamic class MetaData { public var audiocodecid:uint; public var audiodatarate:Number; public var audiosamplerate:uint; public var audiosamplesize:uint; public var audiosize:uint; public var canSeekToEnd:Boolean; public var creator:String; public va...
/** * Created by Administrator on 2015/7/24 0024. */ package geometry.ui.shapes { import flash.geom.Point; public class PointData extends Point { public var flag:Boolean=false; public function PointData(x:Number = 0, y:Number = 0,flag:Boolean=false) { super(x, y); this.flag=flag; } override publi...
//////////////////////////////////////////////////////////////////////////////// // // 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) 2012 Raohmaru 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, distribute, subli...
//////////////////////////////////////////////////////////////////////////////// // // 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...
var ITERS = 100; var LENGTH = 50e-10; var m = 4.0026; var mu = 1.66056e-27; var kb = 1.38066e-23; var TSIM = 50; var deltat = 5e-16; var epot = 0.0; var vir = 0.0; var count = 0.0; var size; var datasizes = new Array(4); datasizes[0] = 6; datasizes[1] = 8...
/* 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 InternalClassImpInternalIntpubname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; //...
package reflex.metadata { import flash.events.IEventDispatcher; /** * @experimental */ // this needs some updates to handle non-DisplayObjects (like Rect) better public function resolveCommitProperties(instance:IEventDispatcher, resolver:Function = null):void { var desc:XMLList = Type.describeMethods(insta...
/* ***** 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 net.psykosoft.psykopaint2.core.views.popups.login { import com.greensock.TweenLite; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.MouseEvent; import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import flash....
package ru.mail.engines.chain { import ru.mail.communication.JSCaller; /** * For Engines that have jsCaller property * @author v.demidov * */ public interface IJsCallerHolder { function get jsCaller():JSCaller; function set jsCaller(value:JSCaller):void } }
package asunit.core { import asunit.printers.FlashDevelopPrinter; import flash.system.fscommand; public class FlashDevelopCore extends TextCore { override protected function initializeObservers():void { super.initializeObservers(); addObserver(new FlashDevelopPrinter()); ...
package com.company.assembleegameclient.objects.particles { import com.company.assembleegameclient.map.Camera; import com.company.assembleegameclient.map.Square; import com.company.assembleegameclient.objects.BasicObject; import com.company.assembleegameclient.objects.animation.Animations; import com.company.assemblee...
/* Copyright (c)2011 Hook L.L.C 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, distribute, subli...
package awaybuilder.desktop { import awaybuilder.CoreContext; import awaybuilder.controller.events.DocumentEvent; import awaybuilder.controller.events.DocumentRequestEvent; import awaybuilder.controller.events.MessageBoxEvent; import awaybuilder.controller.events.SceneReadyEvent; import awaybuil...
/* -*- 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 obtain one at...
package universeFuzion.command { import com.tencent.morefun.framework.base.Command; import def.PluginDef; public class FinalFightCommand extends Command { public function FinalFightCommand(param1:int = 2, param2:Boolean = true) { super(param1,param2); } ov...
/* ***** 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/ * ...
/* * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. The ASF licenses this file to You * 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...
package modules.srddzGame.srddzInerGame.view.pockerPart.singlePart { import ui.srddzGame.ddzPart.ActTipUI; public class BaseActTipItem { public static const ACTTIP_BUJIAO:int = 0; public static const ACTTIP_FEN1:int = 1; public static const ACTTIP_FEN2:int = 2; public static const ACTTIP_FEN3:int = 3; ...
/* *This file is part of MovieClipCommander Framework. * * MovieClipCommander Framework 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 * (at your op...
package { import flash.display.MovieClip; public dynamic class FavoriteIcon extends MovieClip { public function FavoriteIcon() { super(); addFrameScript(0, this.frame1); } function frame1():* { stop(); } } }
package com.ankamagames.dofus.misc.utils { import com.ankamagames.dofus.types.enums.AnimationEnum; public class AnimationCleaner { public function AnimationCleaner() { super(); } public static function cleanBones1AnimName(bones:uint, anim:...
/** * Created by max.rozdobudko@gmail.com on 01.03.2020. */ package com.github.airext.flexunit.listener { import flash.desktop.NativeApplication; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.InvokeEvent; import flash.filesystem.File; import flash.filesystem.FileMode; ...
import orders.Order; tidy class CaptureOrder : Order { Planet@ target; vec3d offset; int moveId = -1; bool reachedTarget = false; // [[ MODIFY BASE GAME ]] CaptureOrder(Planet& targ) { @target = targ; double radius = targ.OrbitSize - targ.radius; vec2d pos = random2d(targ.radius + radius * 0.15, targ.radiu...
package { public class Test { } } trace("/// var a_object: Vector.<Object> = new <Object>[];"); var a_object:Vector.<Object> = new <Object>[]; trace("/// a_object.length = 2;"); a_object.length = 2; trace(a_object[0]); trace(a_object[1]); trace("/// var a_bool: Vector.<Boolean> = new <Boolean>[];"); var a_bool:V...
package com.pubnub.subscribe { import com.pubnub.*; import com.pubnub.connection.*; import com.pubnub.environment.*; import com.pubnub.json.*; import com.pubnub.log.Log; import com.pubnub.net.*; import com.pubnub.operation.*; import flash.events.*; import flash.utils.*; import org.casalib.util.*; ...
package game.proto { import com.google.protobuf.*; public class friend_reject_application extends Message { public function friend_reject_application() { } private var _pid:String = ""; public function get pid():String { return _pid; } public function set pid(value:String):void { ...
package { import com.greensock.easing.Sine; import com.greensock.TweenMax; import flash.display.Bitmap; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.filters.GlowFilter; import flash.text.TextField; import flash.text....
package suites.commandMap.commands { import mvcexpress.mvc.Command; /** * COMMENT * @author */ public class NoParamsCommand extends Command { public function execute():void { } } }
package utils.display { import flash.display.DisplayObject; /** * Centers a display object within the bounds of another based on each of their sizes. * Note: does not add the object as a child or add to stage or resize either object. * * @param objectToPosition The DisplayObject that will be moved. * @p...
/**Created by the LayaAirIDE,do not modify.*/ package ui.niuniuGame { import laya.ui.*; import laya.display.*; import ui.niuniuGame.PlayerInfoPageUI; import ui.niuniuGame.TableInfoPageUI; import ui.gameCommon.shortCutChat.PopChatItemUI; import ui.gameCommon.ReplayControlViewUI; public class GameTableUI extends...
//////////////////////////////////////////////////////////////////////////////// // Copyright 2010 Michael Schmalle - Teoti Graphix, 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 /...
package com.company.assembleegameclient.screens { import com.company.rotmg.graphics.ScreenGraphic; import com.company.ui.SimpleText; import flash.display.Sprite; import flash.events.Event; import flash.filters.DropShadowFilter; import flash.text.TextFieldAutoSize; public class AccountLoadingScreen extends Sprite { ...
package Box2D.Collision.Shapes { import Box2D.Collision.b2Distance; import Box2D.Collision.b2DistanceInput; import Box2D.Collision.b2DistanceOutput; import Box2D.Collision.b2DistanceProxy; import Box2D.Collision.b2SimplexCache; import Box2D.Common.Math.b2Transform; /** * ... * @author lizhi */ public cla...
package ru.kutu.grindplayer.views.mediators.api { public interface IScrubBarMinimized { function minimize(value:Boolean):void; } }
/** * Copyright (c) 2007 - 2009 Adobe * 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 righ...
/** * TestElementSelectionEvent.as * * The MIT License (MIT) * * Copyright (c) 2015 Stepan Vyterna * * 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 wi...
package kabam.rotmg.account.web.view { import flash.events.TimerEvent; import flash.utils.Timer; import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.view.EmptyFrame; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.appengine.impl.SimpleAppEngineClient; import kabam.rotmg.core.S...
// // $Id$ package com.threerings.msoy.game.client { import com.whirled.game.client.ThaneGameBackend; import com.whirled.game.client.ThaneGameController; import com.threerings.parlor.game.data.UserIdentifier; import com.threerings.msoy.game.data.MsoyUserIdentifier; import com.threerings.msoy.game.data.ParlorGameObj...
/* * 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.starling.core { import flash.system.ApplicationDomain; /** * The Robotlegs I...
package feathers.examples.layoutExplorer.screens { import feathers.controls.Button; import feathers.controls.List; import feathers.controls.NumericStepper; import feathers.controls.PanelScreen; import feathers.controls.PickerList; import feathers.data.ListCollection; import feathers.events.FeathersEventType; im...
package com.ankamagames.dofus.network.messages.game.inventory.items { 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 { import flash.display.DisplayObject; import flash.display.GradientType; import flash.display.Sprite; import flash.events.Event; import flash.filters.GlowFilter; import flash.geom.Matrix; import flash.geom.Point; /** * ... * @author UnknownGuardian */ public class TransitionHandler { public ...
package model.events { import flash.utils.ByteArray; import flash.events.Event; // 決定 public class CharaTransformEvent extends Event { public static const PLAYER:String = 'player_tr'; public static const FOE:String = 'foe_tr'; public static const TYPE_STANDARD:int = 0; ...
package visuals.ui.elements.optical_changes { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.display.lib.flash.FlashSprite; import com.play...
package view.image.item { import flash.display.*; import flash.events.Event; import view.image.BaseImage; /** * ItemInventoryImage表示クラス * */ public class ItemInventoryBaseImage extends BaseImage implements IItemBase { // HP表示元SWF [Embed(source="../../../../d...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF 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...
/* 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 ExtractMethPackage.*; import com.adobe.test.Assert; // var SECTION = "Method Closures"; ...
package tileworld.objects { import citrus.objects.NapePhysicsObject; import nape.callbacks.CbType; import nape.callbacks.InteractionType; import nape.callbacks.PreCallback; import nape.callbacks.PreFlag; import nape.callbacks.PreListener; import nape.geom.Vec2; import nape.phys.BodyType; import org.osflash...
package maryfisher.framework.config { /** * ... * @author mary_fisher */ public class LoaderConfig { public static const PRECEDENCE_PRIORITY:int = 1000; public static const ULTRA_URGENT_PRIORITY:int = 100; public static const HIGH_PRIORITY:int = 12; public static const MEDIUM_PRIORITY:int = 8; p...
package laya.webgl.atlas { import laya.resource.Texture; import laya.webgl.resource.IMergeAtlasBitmap; public class AtlasResourceManager { private static var _atlasLimitWidth:int; private static var _atlasLimitHeight:int; public static const gridSize:int = 16; public static var atlasTextureWidth:int; ...
/* -*- 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; /* ...
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 7/18/13 * Time: 10:17 AM * To change this template use File | Settings | File Templates. */ package skein.validators { import skein.validators.events.SubscriberEvent; import skein.validators.events.ValidationEvent; public class SubscriberGroup { //--...
package emap.map3d { /** * * 交互容器。 * */ import alternativa.engine3d.core.Camera3D; import alternativa.engine3d.core.Object3D; import alternativa.engine3d.core.View; import alternativa.engine3d.lights.AmbientLight; import alternativa.engine3d.lights.DirectionalLight; import caurina.transitions.Twe...
/** * Copyright 2010-2012 Singapore Management University * Developed under a grant from the Singapore-MIT GAMBIT Game Lab * 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/...
/** * Popsicle Destination: daily prize popup. * * @langversion ActionScript 3.0 * @playerversion Flash 10 * @author Viviana Baldarelli * @since 5.6.2010 */ package com.neopets.games.marketing.destination.altadorbooth2011.pages { com.neopets.games.marketing.destination.altadorbooth2011.pages.DailyPrizePopup ...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-2014 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT N...
/* Copyright (c) 2008. 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 l...
package game.proto { import com.google.protobuf.*; public class room_restart extends Message { public function room_restart() { } private var _channel:int = 0; public function get channel():int { return _channel; } public function set channel(value:int):void { _channel = value;...
/** * HSlider.as * Keith Peters * version 0.9.5 * * A Horizontal Slider component for choosing values. * * 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 * in t...
string g; string &Test(const string &in s) { return g; } string &Test2() { string s; return Test(s); }
/** * 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...
package _astar { /** * Represents a specific node evaluated as part of a pathfinding algorithm. */ public class Node { public var x:int; public var y:int; public var f:Number; public var g:Number; public var h:Number; public var walkable:Boolean = true; public var parent:Node; public var costMult...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedAssets_dodecahedronEmbed_.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_dodecahedronEmbed_ extends ByteArrayAsset { public function EmbeddedAssets_dodecahedronEmbed_() { super(); } } }
/* ***** 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 cmodule.lua_wrapper { public const _luaL_newmetatable:int = regFunc(FSM_luaL_newmetatable.start); }
package nt.ui.util { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.errors.IllegalOperationError; import flash.events.Event; import flash.events.MouseEvent; import flash.utils.Dictionary; import org.osflash.signals.Signal; final public class PopUpManager { priv...
package com.ankamagames.dofus.logic.game.common.actions.social { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class FriendSpouseFollowAction extends AbstractAction implements Action { public var ena...
package de.notfound.resourcely.model { /** * Contains some default values for dpi classification based on the categories * introduced by Google in the Android framework. Every qualifier corresponds to a possible * folder within the resource folder containing images in this dpi class. */ public class Density ...
package { import flash.display.MovieClip; public class Gun extends Item { public function Gun() { // constructor code } } }
/* 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 PubClassImpInternalInt{ //package name namespace ns; //namespace }
package com.greensock.plugins { import com.greensock.core.PropTween; import flash.filters.BitmapFilter; public class FilterPlugin extends TweenPlugin { public static const VERSION:Number = 2.03; public static const API:Number = 1; protected var _target: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...
package de.dittner.siegmar.backend.op { import de.dittner.async.IAsyncCommand; import de.dittner.siegmar.backend.SQLLib; import flash.data.SQLConnection; import flash.data.SQLResult; import flash.data.SQLStatement; import flash.net.Responder; public class RemovePhotoByFileIDSQLOperation extends StorageOperation imple...
package awayphysics.data { public class AWPCollisionFlags { public static const CF_STATIC_OBJECT : int = 1; public static const CF_KINEMATIC_OBJECT : int = 2; public static const CF_NO_CONTACT_RESPONSE : int = 4; public static const CF_CUSTOM_MATERIAL_CALLBACK : int = 8; public static const CF_CHARACTER_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 li...
package io.decagames.rotmg.pets.commands { import com.company.assembleegameclient.editor.Command; import io.decagames.rotmg.pets.data.PetsModel; import io.decagames.rotmg.pets.data.vo.SkinVO; import io.decagames.rotmg.pets.popup.evolving.PetEvolvingDialog; import io.decagames.rotmg.ui.popups.signals.Show...
package { import flash.filesystem.File; import flash.utils.getTimer; import starling.display.Sprite; import starling.events.Event; import starling.textures.TextureAtlas; import treefortress.spriter.AnimationSet; import treefortress.spriter.SpriterClip; import treefortress.starling.TextureLoader; public c...
/* Copyright (c) 2010 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors 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 l...
package com.playfab { import com.playfab.AdminModels.*; public class PlayFabAdminAPI { public static function AbortTaskInstance(request:AbortTaskInstanceRequest, onComplete:Function, onError:Function):void { if (PlayFabSettings.DeveloperSecretKey == null) throw new Error ("Must ...
package kabam.rotmg.ui.view { import mx.core.BitmapAsset; [Embed(source="TitleView_TitleScreenBackground.png")] public class TitleView_TitleScreenBackground extends BitmapAsset { public function TitleView_TitleScreenBackground() { super(); } } }
package cmodule.lua_wrapper { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si16; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; public final class FSM_asprintf extends Machine { public static const intRegCount:int = 6; ...
package com.massiveProCreation.ball{ /*/ IMPORTS /*/ import caurina.transitions.*; import com.massiveProCreation.ball.sections.*; import com.massiveProCreation.events.CustomEvent; import com.massiveProCreation.utils.loaders.XMLLoader; import flash.display.Loader; import flash.display.MovieClip; import fla...
/* * Copyright 2021 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 com.rockdot.plugin.screen.displaylist.view { import com.rockdot.core.mvc.RockdotEvent; import org.as3commons.lang.ClassUtils; import org.as3commons.logging.api.ILogger; import org.as3commons.logging.api.getLogger; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Displa...
package away3d.core.sort { import away3d.arcane; import away3d.core.data.RenderableListItem; import away3d.core.traverse.EntityCollector; use namespace arcane; /** * RenderableSorter sorts the potentially visible IRenderable objects collected by EntityCollector for optimal * rendering performance. Objects ...
package menu.editing.comps { import fl.controls.Button; /** * ... * @author XJ */ public class EditCompButton extends Button implements IEditComponent { public function get data():Object { return this.selected; } public function set data(value:Object):void { this.selected = Boolean(valu...
package com.xzdbd.ags4flex.components.layerControlClasses.checkTree.controls { import flash.events.Event; import mx.controls.CheckBox; /************************************************** * 支持三态选择的复选框. * * @author xzdbd * 创建于 2012-4-10,下午01:25:22. * **************************************************...