CombinedText stringlengths 4 3.42M |
|---|
package kabam.lib.console.signals {
import org.osflash.signals.Signal;
public class ToggleConsoleSignal extends Signal {
}
}//package kabam.lib.console.signals
|
package com.tuarua.firebase.remoteconfig {
public final class RemoteConfigFetchStatus {
/** Config has never been fetched.*/
public static const NO_FETCH_YET:uint = 0;
/** Config fetch succeeded.*/
public static const SUCCESS:uint = 1;
/** Config fetch failed.*/
public static const FAILURE:uint ... |
package com.gobelins.DarkUnicorn.api {
/**
* @author Tony Beltramelli - www.tonybeltramelli.com
*/
public interface IGameCore {
function start() : void;
function pause() : void;
function resume() : void;
function clean() : void;
}
}
|
/**
* Copyright (C) 2008 Darshan Sawardekar.
*
* 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... |
package {
import Playtomic.*;
public class TestDataLookup {
public static function test():void {
}
}
}
|
/* AS3
Copyright 2008
*/
package com.neopets.games.inhouse.suteksTomb.game
{
import flash.utils.getDefinitionByName;
import flash.display.MovieClip;
/**
* A class to quickly integrate external art (that's already loaded via game engine) with the game
*
* @langversion ActionScript 3.0
* @playerversion ... |
import gfx.events.EventDispatcher;
import gfx.ui.NavigationCode;
import gfx.ui.InputDetails;
import Shared.GlobalFunc;
import skyui.components.list.EntryClipManager;
import skyui.components.list.BasicEnumeration;
import skyui.components.list.AlphaEntryFormatter;
import skyui.components.list.BasicList;
import skyui.co... |
package
{
import net.flashpunk.Entity;
import net.flashpunk.graphics.Image;
/**
* ...
* @author UnknownGuardian
*/
public class BigGameLogoStamp extends Entity
{
[Embed(source = "Assets/Graphics/Menus/mQLogo_big+shadow.png")]private const LOGO:Class;
private var _image:Image;
public function BigGameL... |
package equipment.cmd
{
import RSModel.command.RSModelCommand;
import bag.data.EquipmentItemData;
import bag.data.GemItemData;
public class UpgradeGemCommand extends RSModelCommand
{
public var equipmentData:EquipmentItemData;
public var upgradingGemIndex:int;
... |
package com.bojinx.tests.injection.tests
{
import com.bojinx.api.context.IApplicationContext;
import com.bojinx.test.flexunit4.BojinxFlexUnit4Runner;
import com.bojinx.tests.injection.support.InjectObjectOne;
import com.bojinx.tests.injection.support.InjectionConfig;
import org.flexunit.asserts.assertNotNull;
i... |
package com.company.assembleegameclient.ui.panels {
import com.company.assembleegameclient.game.GameSprite;
import flash.display.Sprite;
public class Panel extends Sprite {
public static const WIDTH:int = 200 - 12;
public static const HEIGHT:int = 100 - 16;
public function Panel(gs:GameSprite) {
... |
/**
* VERSION: 1.12
* DATE: 2010-12-28
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.data {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.system.LoaderContext;
/**
* Can be used instead of a generic object to d... |
package multipublish.vo.documents
{
/**
*
* 视频类型文档。
*
*/
public final class VideoDocument extends Document
{
/**
*
* <code>VideoDocument</code>构造函数。
*
* @param $data:Object (default = null) 初始化的数据,可以是XML,JSON格式的数据,或Object。
*
*/
public function VideoDocument($data:Object... |
package devoron.components.filechooser
{
import devoron.file.FileInfo;
/**
* FileChooserHelper
* @author Devoron
*/
public interface FileChooserHelper
{
function getSupportedExtensions():Array;
function getPreviewObject(fi:FileInfo, previewObjectCompleteListener:Function):void;
}
} |
// Action script...
// [Initial MovieClip Action of sprite 20773]
#initclip 38
if (!dofus.graphics.gapi.ui.knownledgebase.KnownledgeBaseCategoryItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end ... |
/* 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/. */
/*
* Default Class DefaultClass
* Class methods
*
*/
package DefClassImpDefIntInt{
class DefaultClass im... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 devoron.components.filechooser.contentviews
{
import devoron.components.SliderForm;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.events.MouseEvent;
import flash.geom.Matrix;
import org.aswing.AssetIcon;
import org.aswing.Icon;
import org.aswing.JButton;
import org.aswing.J... |
package com.swfwire.decompiler.abc.instructions
{
import com.swfwire.decompiler.abc.*;
public class Instruction_kill implements IInstruction
{
public var index:uint;
}
} |
/* 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
// print all of the args passed to vm
print("argv.length="+System.argv.length)
for (var i=... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.flashblocks.blocks.args {
import com.flashblocks.blocks.Block;
import com.flashblocks.blocks.BlockType;
import com.flashblocks.blocks.SimpleBlock;
import com.flashblocks.blocks.render.BlockFlatBottom;
import com.flashblocks.blocks.render.BlockFlatTop;
import com.flashblocks.blocks.s... |
package away3d.textures
{
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.cameras.lenses.PerspectiveLens;
import away3d.containers.Scene3D;
import away3d.containers.View3D;
import away3d.core.managers.Stage3DProxy;
import away3d.core.render.DefaultRenderer;
import away3d.core.render.Renderer... |
package net.psykosoft.psykopaint2.home.views.book
{
import away3d.core.base.Geometry;
import away3d.primitives.PlaneGeometry;
public class HomeGeometryCache
{
public static const CARD_GEOMETRY : uint = 0;
public static const FRAME_GEOMETRY : uint = 1;
private static var _geometries : Array;
public functi... |
/*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org/
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the ... |
package htmlelements {
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLVariables;
... |
// =================================================================================================
//
// 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.
//... |
/**
* Starling Builder
* Copyright 2015 SGN Inc. All Rights Reserved.
*
* This program is free software. You can redistribute and/or modify it in
* accordance with the terms of the accompanying license agreement.
*/
package starlingbuilder.editor.helper
{
import starling.core.Starling;
import starling... |
/*+***********************************************************************************
* The contents of this file are subject to the Vtiger CRM Public License Version 1.0
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: Vtiger CRM Open Source
* The Initial Dev... |
package flash.filters {
public final class ColorMatrixFilter extends BitmapFilter {
public function get matrix():Array;
public function set matrix(value:Array):void;
public function ColorMatrixFilter(matrix:Array = null);
public override function clone():BitmapFilter;
}
}
|
package org.bigbluebutton.modules.chat.events {
import flash.events.Event;
public class ChatNoiseEnabledEvent extends Event {
public static const CHAT_NOISE_CHANGE_EVENT:String = "chat noise change event";
public var enabled:Boolean = false;
public function ChatNoiseEnabledEvent(enabled:Boolean) {
su... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
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... |
package kabam.rotmg.promotions.view {
import flash.display.Sprite;
import kabam.rotmg.promotions.view.components.TransparentButton;
import org.osflash.signals.Signal;
import org.osflash.signals.natives.NativeMappedSignal;
public class BeginnersPackageOfferDialog extends Sprite {
public static var hifiBeginnerOf... |
package cmodule.lua_wrapper
{
public const _setn:int = regFunc(FSM_setn.start);
}
|
/**
* This is a generated class and is not intended for modification.
*/
package valueObjects
{
import com.adobe.fiber.styles.IStyle;
import com.adobe.fiber.styles.Style;
import com.adobe.fiber.styles.StyleValidator;
import com.adobe.fiber.valueobjects.AbstractEntityMetadata;
import com.adobe.fiber.value... |
package com.lowoui_as
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.KeyboardEvent;
public class KeyController extends Sprite
{
public static const ENTER:String = "ENTER";
public static const ESC:String = "ESC";
public static const F3:String = "F3";
public static const ... |
/* -*- 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... |
/**
* User: miguel
* Date: 19/09/2013
*/
package cukes
{
public class TestRunnerParameters
{
public var featuresDir : String;
public var stepDefinitions : Array;
public var cucumberPort : uint;
public var portRangeLast : uint;
}
}
|
package com.codeazur.as3swf.exporters
{
import com.codeazur.as3swf.SWF;
import com.codeazur.as3swf.exporters.core.DefaultSVGShapeExporter;
import com.codeazur.as3swf.utils.ColorUtils;
import com.codeazur.utils.StringUtils;
import flash.display.CapsStyle;
import flash.display.GradientType;
import flash.display.... |
package System.Linq.FunctionBuilder
{
import flash.utils.Proxy;
import flash.utils.flash_proxy;
public dynamic class FunctionBuilder extends Proxy
{
public function isGreaterThan(value:Number):Function {
return function(x:*):Boolean { return x > value };
}
public function isGreaterOrEqual(value:Number... |
//
// Copyright 2012 Google Inc. All Rights Reserved.
//
// 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 require... |
package kabam.rotmg.messaging.impl.outgoing {
import flash.utils.IDataOutput;
public class ChooseName extends OutgoingMessage {
public var name_:String;
public function ChooseName(param1:uint, param2:Function) {
super(param1,param2);
}
override public fun... |
package mx.utils
{
import flash.utils.describeType;
import flash.utils.getDefinitionByName;
import flash.utils.getQualifiedClassName;
import mx.binding.BindabilityInfo;
import mx.core.mx_internal;
use namespace mx_internal;
[ExcludeClass]
public class DescribeTypeCache
{
... |
package {
public class Issue2624_1 {
private static var a : *;
private var b : *;
public static function foo() : void {
this.$(EntryPoint)
}
}
} |
/*
* PROJECT: FLARToolKit
* --------------------------------------------------------------------------------
* This work is based on the NyARToolKit developed by
* R.Iizuka (nyatla)
* http://nyatla.jp/nyatoolkit/
*
* The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
* Copyright (C)... |
/* @last_update: 06/29/2015 (mm/dd/yyyy) */
class agung.utils.UFunc {
private function UFunc() { trace("Kelas statik. Tidak dapat diInstantiasikan.") }
/* Function Delegate with arguments
* Utils.Delegate(scope, funcName, arg1, arg2, ...);
* Returns a function reference with the specified scope. */
pu... |
/*
* 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... |
/* -*- 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) */
/* ***** 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 "Licen... |
package org.fxml.managers {
import org.fxml.commands.Command;
import flash.events.Event;
import flash.events.EventDispatcher;
/**
* Dispatched when all commands have completed.
* @eventType <code>flash.events.Event.COMPLETE</code>
*/
[Event(name="complete", type="flash.events.Event")]
/**
* A class ... |
package com.playfab.MultiplayerModels
{
public class UntagContainerImageRequest
{
public var ImageName:String;
public var Tag:String;
public function UntagContainerImageRequest(data:Object=null)
{
if(data == null)
return;
ImageName = data... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
package com.bojinx.api.constants
{
/**
* Defines the different states a managed object can be in
* during it's lifecycle.
*
* @langversion 3.0
* @playerversion Flash 10
* @playerversion AIR 1.5
* @productversion Flex 4
* @author Wael Jammal
*/
public class ProcessorLifeCycleStage
{
/*==========... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.lowoui_as.utils
{
public class StageResize
{
public static var stageWidth:uint = 0;
public static var stageHeight:uint = 0;
//widget
private static var widgetLoginArr:Array = [];
private static var widgetSelectCharacterArr:Array = [];
private static var widgetLobbyArr:Array = [];
private... |
package
{
import entities.Entity;
import overlays.FramerateCounter;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.PixelSnapping;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.KeyboardEvent;
[SWF(width="640",... |
package flash.media
{
final public class MicrophoneEnhancedMode extends Object
{
public static const FULL_DUPLEX:String = "fullDuplex";
public static const HALF_DUPLEX:String = "halfDuplex";
public static const HEADSET:String = "headset";
public static const SPEAKER_MUT... |
#fileID<SchemaProc2_as>
<DocumentInfo>
docID A_Spec_SchemaProc2;
docVer 00;
docRev a;
</DocumentInfo>
#import<Free/Free2.al>
#import<Schema/Schema2.al>
#import<SchemaProc2/SchemaProc2.al>
|
package com.ankamagames.dofus.network.types.secure
{
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkType;
import com.ankamagames.jerakine.network.utils.FuncTree;
public class T... |
package com.ankamagames.jerakine.network
{
import flash.utils.IDataInput;
public class ProxyedServerConnection extends ServerConnection
{
private var _proxy:IConnectionProxy;
public function ProxyedServerConnection(proxy:IConnectionProxy, host:String = null, port... |
/*
* Copyright the original author or authors.
*
* Licensed under 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/MPL-1.1.html
*
* Unless required by appl... |
package component.state
{
import com.foed.Vector2D;
import component.object.Carriage;
import component.object.Enemy;
import component.object.MovingObject;
import component.Road;
/**
* ...
* @author Demy
*/
public class ApproachState implements IEnemyState
{
private var owner:Enemy;
private var paths... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 idv.cjcat.stardustextended.particles
{
/**
* This is an object pool for particle objects.
*
* <p>
* Be sure to recycle a particle after getting it from the pool.
* </p>
*/
public class ParticlePool
{
protected static const _recycled : Vector.<Particle> = new <Particle>[];
[Inline]
public s... |
//Marks the right margin of code *******************************************************************
package com.neopets.games.inhouse.Diceroll
{
import away3d.cameras.*;
import away3d.containers.*;
import away3d.core.base.Face;
import away3d.core.base.Mesh;
import away3d.core.base.Vertex;
import away3d.core.re... |
package cmodule.decry
{
public var gshell:Boolean;
}
|
/*
ADOBE SYSTEMS INCORPORATED
Copyright 2008 Adobe Systems Incorporated
All Rights Reserved.
NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the
terms of the Adobe license agreement accompanying it. If you have received this file from a
source other than Adobe, then your use... |
package com.ankamagames.dofus.network.messages.game.guild.tax
{
import com.ankamagames.dofus.network.types.game.guild.tax.TaxCollectorFightersInformation;
import com.ankamagames.dofus.network.types.game.guild.tax.TaxCollectorInformations;
import com.ankamagames.jerakine.network.CustomDataWrapper;
impor... |
package com.illuzor.otherside.graphics.game.weapons {
import starling.display.Image;
import starling.display.Sprite;
import starling.textures.Texture;
/**
* ...
* @author illuzor // illuzor.com
*/
public class WeaponBase extends Image {
protected var _damage:Number;
protected var speed:Number;... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.dailyLogin.model.CalendarDayModel
package kabam.rotmg.dailyLogin.model
{
public class CalendarDayModel
{
private var _dayNumber:int;
private var _quantity:int;
private var _itemID:int;
private var _gold:... |
class BarZebra extends BarStyle
{
public function BarZebra( val:String, name:String )
{
super( val, name );
}
private function bg( mc:MovieClip, val:PointBar )
{
//
var w:Number = val.width;
var h:Number = val.bar_bottom-val.y;
var x:Number = val.x;
var y:Number = val.y;
var rad:Numb... |
/*
* 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 aze.motion.easing
{
/**
* ...
* @author Philippe / http://philippe.elsass.me
* @author Robert Penner / http://www.robertpenner.com/easing_terms_of_use.html
*/
final public class Quadratic
{
static public function easeIn(k:Number):Number
{
return k * k;
}
static public function easeOut(k:... |
package cfgData
{
public class CFGDataEnum
{
public static const ENUM_ActivityHubCFG:String = "ActivityHubCFG";
public static const ENUM_ActivityHubLiteCFG:String = "ActivityHubLiteCFG";
public static const ENUM_ArenaBadgeCFG:String = "ArenaBadgeCFG";
public sta... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2018 Digital Strawberry LLC
*
* 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
... |
package kabam.rotmg.language.control {
import org.osflash.signals.Signal;
public class SetLanguageSignal extends Signal {
public function SetLanguageSignal() {
super(String);
}
}
}
|
/*
* 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... |
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com
// All rights reserved.
package core.editor.managers
{
import flash.events.ErrorEvent;
import flash.events.UncaughtErrorEvent;
import core.ui.components.Alert;
import core.editor.CoreEditor;
public class ErrorManager
{
public function ErrorManag... |
/*
* Copyright 2009 Marek Brun
*
* 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... |
/* Copyright (c) 2008, andCulture Inc.
* All rights reserved.
*
* NOTICE: You are permitted to use, modify, and distribute this file
* in accordance with the terms of the BSD license agreement accompanying it.
*/
package com.andculture.puremvcflexunittesting {
import flash.events.Event;
import flash.events.Even... |
class NewColor
{
static function setColor(mc_,color_){
var k:Color=new Color(mc_)
k.setRGB(color_)
}
}
|
package so.cuo.platform.admob
{
public class AdmobError
{
public static const ERROR_CODE_ERNAL_ERROR :int= 0;
public static const ERROR_CODE_INVALID_REQUEST :int= 1;
public static const ERROR_CODE_NETWORK_ERROR :int= 2;
public static const ERROR_CODE_NO_FILL :int= 3;
public static function errorString(c... |
package dom.tidesdk.process
{
/**
* <p>A module for creating processes. A simple
* example for process creation can be seen
* below:</p>
*
* <pre><code>//Following code executes a python
* script located in //the resources folder. var
* myScript = <a
* href="#!/api/Ti.Process-method-createProcess"
... |
/**
* Copyright (c) 2007 Allurent, Inc.
* http://code.google.com/p/visualflexunit/
*
* 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
* wit... |
/*
* FlashCanvas
*
* Copyright (c) 2009 Shinya Muramatsu
* Copyright (c) 2009-2013 FlashCanvas Project
* Licensed under the MIT License.
*
* 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... |
package cz.j4w.map.geo {
import flash.geom.Point;
/**
* Geographical utils using mercator projection algorithms.
*/
public class GeoUtils {
public static const DEG_RAD:Number = PI / 180;
public static const RAD_DEG:Number = 180 / PI;
private static const PI:Number = Math.PI;
public static const EART... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2004-2006 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... |
package away3d.materials.utils {
import away3d.containers.ObjectContainer3D;
import away3d.core.base.Face;
import away3d.core.base.Mesh;
import away3d.core.base.Object3D;
import away3d.core.base.UV;
import away3d.core.base.Vertex;
import away3d.core.math.Number3D;
import away3d.events.TraceEvent;
import awa... |
package citrus.view {
import citrus.core.CitrusEngine;
import citrus.math.MathVector;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* Citrus's camera.
*/
public class ACitrusCamera {
/**
* should we restrict zoom to bounds?
*/
protected var _restrictZoom:Boolean = f... |
/* 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 sec=0
while (true) {
if (getTimer()>5000) {
break
}
if (int(getTimer()/1000)==sec) {
... |
package com.huawei.sdnc.tools
{
import com.huawei.sdnc.event.SdncEvt;
import com.huawei.sdnc.view.common.navpanel.MatrixGrid;
import com.huawei.sdnc.view.common.node.VmFollower;
import com.huawei.sdnc.vo.TopoXmlVo;
import flash.utils.ByteArray;
import mx.controls.Alert;
import org.httpclient.events.HttpEr... |
package kabam.rotmg.friends.view {
import com.company.assembleegameclient.ui.Scrollbar;
import flash.display.DisplayObject;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
public class FriendListContainer extends Sprite {
private const GAP_Y:int = 3;
private var _current... |
/**
Licensed under the Apache License, Version 2.0
@copy (c) See LICENSE.txt
*/
package test.performance.signalperf.behaviour
{
import flash.events.Event;
import flash.utils.getTimer;
import org.bixbite.core.Behaviour;
import org.bixbite.core.Signal;
import test.performance.signalperf.SignalPerformance;
/**... |
///////////////////////////////////////////////////////////
// ClassTool.as
// Macromedia ActionScript Implementation of the Class ClassTool
// Created on: 2015-10-23 下午2:24:04
// Original author: ww
///////////////////////////////////////////////////////////
package laya.debug.tools
{
/**
*
* @author... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* ... |
package spine.starling {
import flash.geom.Rectangle;
import spine.Bone;
import spine.Skin;
import spine.attachments.Attachment;
import spine.attachments.AttachmentLoader;
import spine.attachments.AttachmentType;
import spine.attachments.RegionAttachment;
import starling.textures.Texture;
import starling.textures.Tex... |
//
// $Id$
package com.threerings.msoy.party.client {
import mx.containers.HBox;
import mx.containers.VBox;
import mx.controls.Image;
import mx.controls.Label;
import mx.controls.List;
import mx.controls.Text;
import mx.core.ClassFactory;
import mx.core.ScrollPolicy;
import com.threerings.flex.CommandButton;
import ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.