text stringlengths 4 1.04M |
|---|
class mx.skins.Border extends mx.core.UIObject
{
function Border()
{
super();
} // End of the function
function init(Void)
{
super.init();
} // End of the function
static var symbolName = "Border";
static var symbolOwner = mx.skins.Border;
var className = "Border";
... |
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_d2LofiObjEmbed.png")]
public class EmbeddedAssets_d2LofiObjEmbed extends BitmapAsset {
public function EmbeddedAssets_d2LofiObjEmbed() {
super();
}
}
} |
/* -*- Mode: java; indent-tabs-mode: nil -*- */
/*
Compiled with:
java -jar utils/asc.jar -import playerglobal.abc -swf DisplayObjectTest,600,600 test/swfs/flash_display_DisplayObject.as
*/
package {
import flash.display.Sprite;
public class DisplayObjectTest extends Sprite {
public function Di... |
package com.ankamagames.dofus.logic.game.common.actions.livingObject
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class LivingObjectFeedAction extends AbstractAction implements Action
{
public var... |
package helper
{
import data.NPC_Data_EN;
import data.NPC_Data_ES;
import data.NPC_Data_JP;
import data.NPC_Data_KR;
import data.NPC_Data_PT;
import data.NPC_Data_IT;
import data.NPC_Data_ZHS;
import entity.player.Player;
import flash.utils.ByteArray;
import flash.utils.describeType;
import global.Registry;... |
package
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.system.Capabilities;
import flash.text.TextField;
import flash.text.TextFieldType;
import so.cuo.platform.admob.Admob;
import so.cuo.platform.admob.AdmobEvent;
import so.cuo.platform.admo... |
package net.sfmultimedia.argonaut
{
public class TestVectorSubElement extends TestVectorElement
{
public function TestVectorSubElement(name:String = "", age:uint = 0)
{
super(name, age);
}
}
}
|
/* 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/. */
// The package definition has been changed, and now all the packages will be under the
// folder Definitions.Clas... |
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com
// All rights reserved.
package core.appEx.managers.fileSystemProviders.azureAIR
{
import flash.events.EventDispatcher;
import core.app.core.managers.fileSystemProviders.IFileSystemProvider;
import core.app.core.managers.fileSystemProviders.operations.IF... |
/*
*
* Copyright (c) 2013 Sunag Entertainment
*
* 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 away3d.containers
{
import away3d.arcane;
import away3d.core.partition.NodeBase;
import away3d.core.partition.Partition3D;
import away3d.core.traverse.PartitionTraverser;
import away3d.entities.Entity;
import flash.events.EventDispatcher;
use namespace arcane;
/**
* The Scene3D class represents an ... |
/*
* 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 (t... |
/* AS3
Copyright 2008
*/
package com.neopets.games.inhouse.brucyBSlots
{
import com.neopets.examples.gameShellExample.GameEngineDemo;
import com.neopets.projects.neopetsGameShell.events.GameShell_Events;
import com.neopets.projects.np9.gameEngine.NP9_GameDocument;
import com.neopets.projects.np9.system.NP9_BIOS... |
package org.osflash.dom.support
{
import org.osflash.dom.element.DOMNode;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class DOMConditionalNode extends DOMNode
{
private var _value : String;
public function DOMConditionalNode(name : String, value : String)
{
super(name);
_value =... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 utils.xml {
/**
* @author Mathias
*/
public class NamespaceRemover {
public static function remove(a_xml : XML) : XML {
// var attr:String = getAttributes(a_xml.@*);
var theXML:XML = new XML("<"+a_xml.localName()+"></"+a_xml.localName()+">");
if(a_xml.elements().length() > 0){
... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
import GUI.fox.aswing.ASColor;
import GUI.fox.aswing.ASFont;
import GUI.fox.aswing.awml.AwmlConstants;
import GUI.fox.aswing.awml.AwmlParser;
import GUI.fox.aswing.awml.border.DecorateBorderParser;
import GUI.fox.aswing.border.TitledBorder;
/**
* Parses {@link GUI.... |
////////////////////////////////////////////////////////////////////////////////
// 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
/... |
/* ***** 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/
*
... |
/*
* =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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.lib.console.signals.RegisterConsoleActionSignal
package kabam.lib.console.signals
{
import org.osflash.signals.Signal;
import kabam.lib.console.vo.ConsoleAction;
public final class RegisterConsoleActionSignal extends Signal
{
... |
package io.swagger.client.model {
import io.swagger.common.ListWrapper;
public class UserList implements ListWrapper {
// This declaration below of _User_obj_class is to force flash compiler to include this class
private var _user_obj_class: io.swagger.client.model.User = null;
[XmlElement... |
/*
* PROJECT: FLARToolKit
* --------------------------------------------------------------------------------
* This work is based on the FLARToolKit developed by
* R.Iizuka (nyatla)
* http://nyatla.jp/nyatoolkit/
*
* The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
* Copyright (C)2008 Saq... |
package fightLib.script.HighGap
{
import ddt.manager.LanguageMgr;
import fightLib.command.BaseFightLibCommand;
import fightLib.command.PopupFrameCommand;
import fightLib.script.BaseScript;
public class EasyHighGap extends BaseScript
{
public function EasyHighGap(param1:Object)... |
/**
* User: miguel
* Date: 18/09/2013
*/
package cukes.cucumber
{
import com.flashquartermaster.cuke4as3.net.*;
import flash.events.Event;
import flash.events.ServerSocketConnectEvent;
import flash.net.ServerSocket;
import flash.net.Socket;
public class CucumberConnectionBuilder
{
private var _port : uint;
... |
/*
* The MIT License
*
* Copyright (c) 2007 The SixDegrees Project Team
* (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang).
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
... |
package layer.placement.anchors {
import common.ControlPanelBase;
import layer.placement.common.*;
import org.as3commons.ui.layer.placement.PlacementAnchor;
import org.as3commons.ui.layout.VGroup;
import org.as3commons.ui.layout.shortcut.*;
public class Controls extends ControlPanelBase {
private var _v : VGro... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 2005-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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.tencent.morefun.naruto.util
{
import flash.utils.ByteArray;
public class Base64Encoder
{
public static const CHARSET_UTF_8:String = "UTF-8";
public static var newLine:int = 10;
public static const MAX_BUFFER_SIZE:uint = 32767;
private static c... |
package UI.abstract.component.event
{
public class GridEvent extends UIEvent
{
/** 拖拽完成 **/
//public static const DRAG_COMPLETE : String = "drag_complete";
public function GridEvent ( type : String , bubbles : Boolean = true , cancelable : Boolean = false )
{
super( type , bubbles , cancelable ... |
package gui.animation
{
import flash.events.Event;
public class AnEvent extends Event
{
public static const REMOVE_FROM_JUGGLER:String = "removeFromJuggler";
public function AnEvent(type:String, bubbles:Boolean=false, cancelable:Boolean=false)
{
super(type, bubbles, cancelable);
}
}
} |
package cmodule.lua_wrapper
{
public const _luaDoStringImpl:int = regFunc(FSM_luaDoStringImpl.start);
}
|
// 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 getTestCases() {
var array1 = new Array();
var array2 = [];
var size = 10;
// this for lo... |
package org.spicefactory.parsley.popup {
import com.adobe.cairngorm.popup.PopUpWrapper;
import org.spicefactory.lib.logging.LogContext;
import org.spicefactory.lib.logging.Logger;
import org.spicefactory.parsley.core.context.Context;
import org.spicefactory.parsley.view.ParentContext;
import mx.core.IFlexDisplayObje... |
class Test {
static function main(mc) {
var obj = SharedObject.getLocal("RuffleTest", "/");
if(obj.data.saved === undefined) {
trace("No data found. Initializing...");
obj.data.saved = true;
obj.data.num = 10;
obj.data.str = "hello";
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
class mx.core.ext.UIComponentExtensions
{
function UIComponentExtensions () {
}
static function Extensions() {
if (bExtended == true) {
return(true);
}
bExtended = true;
TextField.prototype.setFocus = function () {
Selection.setFocus(this);
};
TextField.prototype.onSetFocus = function ... |
package org.osflash.signals.natives.base
{
import flash.net.XMLSocket;
import org.osflash.signals.natives.sets.XMLSocketSignalSet;
public class SignalXMLSocket extends XMLSocket
{
private var _signals:XMLSocketSignalSet;
public function get signals():XMLSocketSignalSet
{
return _signal... |
package com.tencent.morefun.naruto.plugin.exui.item
{
import flash.display.Sprite;
import com.tencent.morefun.naruto.plugin.ui.components.layouts.EasyLayout;
import bag.data.ItemData;
import serverProto.inc.ProtoItemInfo;
import bag.utils.BagUtils;
import flash.display.MovieClip;
public class I... |
package kabam.rotmg.chat.control {
import com.company.assembleegameclient.parameters.Parameters;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.build.api.BuildData;
import kabam.rotmg.chat.model.ChatMessage;
import kabam.rotmg.dailyLogin.model.DailyLoginM... |
/**
* Created with IntelliJ IDEA.
* User: mobitile
* Date: 4/20/13
* Time: 11:31 AM
* To change this template use File | Settings | File Templates.
*/
package skein.impl.feathers.components.builder
{
import skein.components.builder.BuilderFactory;
import skein.components.builder.components.ButtonBuilder;
import s... |
package io.decagames.rotmg.pets.commands {
import kabam.lib.net.api.MessageProvider;
import kabam.lib.net.impl.SocketServer;
import kabam.rotmg.messaging.impl.outgoing.ActivePetUpdateRequest;
import robotlegs.bender.bundles.mvcs.Command;
public class ActivatePetCommand extends Command {
... |
package com.relivethefuture.components
{
import com.bit101.components.Panel;
import com.bit101.components.RadioButton;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.utils.Dictionary;
public class BoxInspector extends Sprite
{
priva... |
// =================================================================================================
//
// 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... |
package kabam.rotmg.news.view {
import mx.core.*;
[Embed(source="NewsCell_DefaultGraphicSmall.jpg")]
public class NewsCell_DefaultGraphicSmall extends BitmapAsset {
public function NewsCell_DefaultGraphicSmall() {
super();
return;
}
}
}
|
package org.osflash.net.rest.parameters
{
/**
* @author Simon Richardson - me@simonrichardson.info
*/
public class RestUIntParameter extends RestParameter
{
public function RestUIntParameter()
{
super(RestParameterType.UNSIGNED_INTEGER);
}
public function get value() : uint { return uint(parameter... |
/*
* Copyright (c) 2008 Allurent, Inc.
*
* 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,
* ... |
package rollerGame.unit {
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.events.Event;
import rollerGame.env.GameMgr;
import rollerGame.util.Math2;
import rollerGame.unit.Unit;
import rollerGame.data.Motion;
public dynamic class Trap1 extends Unit {
// public var spd:Number = ... |
package laya.d3.resource {
import laya.d3.math.Vector4;
import laya.d3.utils.Size;
import laya.maths.Arith;
import laya.webgl.WebGL;
import laya.webgl.WebGLContext;
/**
* <code>SolidColorTexture2D</code> 二维纯色纹理。
*/
public class SolidColorTexture2D extends BaseTexture {
/**洋红色纯色纹理。*/
public static var m... |
package com.netease.protobuf.fieldDescriptors
{
import com.netease.protobuf.FieldDescriptor;
import com.netease.protobuf.Int64;
import flash.utils.IDataInput;
import com.netease.protobuf.ReadUtils;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
public final c... |
package com.ankamagames.berilia.types.graphic
{
import com.ankamagames.berilia.Berilia;
import com.ankamagames.jerakine.handlers.messages.mouse.MouseDoubleClickMessage;
import com.ankamagames.jerakine.handlers.messages.mouse.MouseDownMessage;
import com.ankamagames.jerakine.handlers.messages.mouse.Mous... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013 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 NOT LI... |
/* ***** 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
{
/*
This class contains all the error responses the Firebase API may output.
These responses have been taken from the Firebase 3.4.0 JavaScript SDK.
The response strings have been modified for clearer readibility.
To use this class, you need to convert a Firebase JSON response into an AS3 Object usin... |
//Author: Lt.
//https://steamcommunity.com/id/ibmlt
//Json Version 1.0 Beta
#include "Utils/StringBuilder"
#include "Utils/FileUtil"
#include "Utils/StringUtil"
#include "Shared/Object"
#include "Shared/Objects"
#include "Json/_JsonIncludes" |
/*
* PROJECT: NyARToolkitAS3
* --------------------------------------------------------------------------------
* This work is based on the original ARToolKit developed by
* Hirokazu Kato
* Mark Billinghurst
* HITLab, University of Washington, Seattle
* http://www.hitl.washington.edu/artoolkit/
*
* The ... |
/*
* Copyright 2020 Tua Rua Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
package net.miginfocom.layout {
public final class IDEUtil {
/** Returns the sizes of the columns and gaps for a container.
* There will be two arrays returned [0] and [1].
* <p>
* The first array will be the indexes of the columns where indexes that
* are less than 30000 or larger than 30000 is docking c... |
package org.axgl {
/**
* A generic vector class consisting of an "x" component, "y" component, and "a" component. The
* "a" component denotes angle, and is used to set the angular velocity, angular acceleration, etc.
*/
public class AxVector {
/**
* The x component of the vector.
* @default 0
... |
/*
Feathers
Copyright (c) 2012 Josh 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.layout
{
/**
* Used by layout algorithms for determining the bounds in which to position
* ... |
package com.google.zxing.qrcode.detector
{
import com.google.zxing.common.Comparator;
/**
* <p>Orders by {@link FinderPattern#getCount()}, descending.</p>
*/
public class CenterComparator
{
public static var average:Number = 0;
/*
public static function compar... |
import PickupableObject.StaticMeshPickableObject;
class APhone : AStaticMeshPickapableObject
{
default Mesh.StaticMesh = Asset("/Game/ScienceLab/Meshes/OfficeProps/SM_Phone.SM_Phone");
UPROPERTY(DefaultComponent)
UAudioComponent Sound;
default Sound.Sound = Asset("/Game/Sounds/Radio/scpradio0.... |
package org.superkaka.KLib.display.ui
{
import flash.display.DisplayObject;
/**
* UI接口
* @author kaka
*/
public interface IUI
{
/**
* 获取或设置与此UI关联的数据
* 此数据通常用于渲染
*/
function get data():Object;
function set data(value:Object):void;
/**
* 获取界面用于排布的参考宽度
*/
function get conten... |
package {
import flash.events.TimerEvent;
import flash.geom.Point;
import flash.utils.Timer;
import starling.display.Image;
import starling.display.Sprite;
import starling.display.Stage;
import starling.events.Event;
import starling.events.Touch;
import starling.events.TouchEvent;
import starling.events.... |
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** 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 Li... |
package {
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.media.Sound;
import flash.geom.ColorTransform;
import flash.media.Sound;
import com.milkmangames.nativeextensions.ios.*;
import com.milkmangames.nativeextensions.ios.events.*;
public class Sto... |
package
{
public function parseFloat(param1:String = "NaN") : Number{return 0; }
}
|
package com.jamieowen.ane.ios.p2p {
import flash.events.EventDispatcher;
import flash.events.StatusEvent;
[Event(name="gkPeerPickerDidConnectPeer", type="com.jamieowen.ane.ios.p2p.GKPeerPickerControllerEvent")]
[Event(name="gkPeerPickerControllerDidCancel", type="com.jamieowen.ane.ios.p2p.GKPeerPickerController... |
package org.rjb.business
{
import mx.rpc.IResponder;
import org.rjb.vo.UserVO;
public class LoginDelegate
{
public var responder:IResponder;
public function LoginDelegate(responder:IResponder){
this.responder=responder;
}
public function login(userVO:UserVO):void{
var result:Object;
... |
package kabam.rotmg.account.transfer.view {
import flash.net.URLRequest;
import flash.net.navigateToURL;
import kabam.lib.tasks.Task;
import kabam.rotmg.account.transfer.model.TransferAccountData;
import kabam.rotmg.account.transfer.signals.CheckKabamAccountSignal;
import kabam.rotmg.core.signals.TaskErrorSignal;
imp... |
import com.boobuildscommon.DebugWindow;
import com.boobuildscommon.Graphics;
import com.Utils.Text;
import caurina.transitions.Tweener;
import mx.utils.Delegate;
/**
* There is no copyright on this code
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associate... |
/**
* User: miguel
* Date: 30/09/2013
*/
package cukes.examples.parsley.testsupport
{
import flash.events.Event;
import org.flexunit.async.Async;
import org.spicefactory.lib.reflect.ClassInfo;
import org.spicefactory.parsley.core.context.Context;
import org.spicefactory.parsley.core.context.provider.Provider;
impor... |
package laya.debug.tools
{
/**
* ...
* @author ww
*/
public class MathTools
{
public function MathTools()
{
}
/**
* 一个用来确定数组元素排序顺序的比较函数。
* @param a 待比较数字。
* @param b 待比较数字。
* @return 如果a等于b 则值为0;如果b>a则值为1;如果b<则值为-1。
*/
public static function sortBigFirst(a:Number, b:Number):N... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 shock_fla
{
import flash.display.*;
dynamic public class ballR_3 extends MovieClip
{
public function ballR_3()
{
addFrameScript(99, frame100);
return;
}// end function
function frame100()
{
gotoAndPlay(30);
r... |
package framework.sound
{
import framework.types.helpers.MathUtils;
public class SoundVariation
{
private var _soundId : String;
private var _numOfVariations : uint = 1;
private var everyRange : ValueRange;
private var playedVariations : Vector.<uint> = new Vector.<uint>();
private var _soundNames:Vecto... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package com.company.assembleegameclient.objects.particles {
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.util.TextureRedrawer;
import com.company.util.AssetLibrary;
import flash.display.BitmapData;
public class ParticleGenerator extends ParticleEffect {
public... |
package com.xinguoedu.v.component.live
{
import com.greensock.TweenLite;
import com.xinguoedu.consts.Font;
import com.xinguoedu.consts.PlayerColor;
import com.xinguoedu.evt.EventBus;
import com.xinguoedu.evt.view.ViewEvt;
import com.xinguoedu.m.Model;
import com.xinguoedu.utils.MultifunctionalLoader;
import com... |
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_lostHallsChars8x8Embed.png")]
public class EmbeddedAssets_lostHallsChars8x8Embed extends BitmapAsset {
public function EmbeddedAssets_lostHallsChars8x8Embed() {
super();
}
}
} |
package org.papervision3d.core.render.data
{
import flash.display.Graphics;
import flash.geom.Rectangle;
import org.papervision3d.core.render.command.RenderableListItem;
import org.papervision3d.objects.DisplayObject3D;
public final class QuadTreeNode
{
private var ... |
/* ***** 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 serverProto.familyNinja
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import ... |
package net.flashpunk
{
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.display.Stage;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.geom.Rectangle;
import flash.media.SoundMixer;
import flash.media.SoundTransform;
import flash.system.System;
import net.flashpunk... |
import mx.transitions.easing.*;
import com.mosesSupposes.fuse.*;
class menuColouridiomes extends MovieClip
{
public var cat, es, en ,fr:MovieClip;
public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr");
public function menuColourIdiomes ()
{
this.onRollOver = this.mOv... |
/*
* Copyright 2007 ZXing 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 applicable law o... |
/*
Feathers
Copyright 2012-2015 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.controls
{
import feathers.core.FeathersControl;
import feathers.core.IFeathersControl;
im... |
/**
* Chart.as
* Keith Peters
* version 0.9.9
*
* A base chart component for graphing an array of numeric data.
*
* 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 dea... |
package laya.debug.view.nodeInfo.nodetree
{
import laya.debug.data.Base64AtlasManager;
import laya.events.Event;
import laya.debug.tools.DisControlTool;
import laya.debug.ui.debugui.ProfileUI;
/**
* ...
* @author ww
*/
public class Profile extends ProfileUI
{
private var views:Array;
public funct... |
package converter.rest.vo
{
import mx.collections.ArrayCollection;
public class JsonVO
{
[Serialized(required="true")]
public var id:String = null;
[Serialized]
public var path:String = null;
[Serialized(required="false")]
public var name:String = null;
... |
package starlingx.display
{
/**
* ...
* Rudimentary IGraphicsFill
*/
public interface IGraphicsFill
{
}
} |
package com.huawei.overte.view.link
{
import flash.text.TextField;
import com.huawei.overte.view.link.MyNewLink;
import twaver.Consts;
import twaver.Link;
import twaver.Node;
import twaver.network.ui.ElementUI;
import twaver.network.ui.LabelAttachment;
public class LinkLeftLabel extends LabelAttachment
{... |
package com.myflexhero.network.event
{
import com.myflexhero.network.Consts;
import flash.events.*;
public class SelectionChangeEvent extends Event
{
public var datas:Array;
public var kind:String;
public static const ALL:String = "all";
public static const REMOVE:String = "remove";
public static cons... |
package visuals.ui.elements.slotmachine
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashSprite;
import flash.display.MovieClip;
public class SymbolSlotmachineRewardCoinGeneri... |
package com.ui.button
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.geom.Point;
import flash.geom.Rectangle;
import framework.util.ResHandler;
/**
* @author caihua
* @comment 按钮形状
* 创建时间:2014-6-10 上午11:10:10
*/
public class CButtonShape extends Bitmap
{
private va... |
/**
* @author GQ
* create time:2013-11-6- 14:38:17
*/
package com.megaeyes.netmanagement.topology.presentation.commands
{
import com.megaeyes.netmanagement.topology.domain.vo.TopologyDevice;
import com.megaeyes.netmanagement.topology.presentation.connection.ConnectionPM;
import com.megaeyes.netmanagement.topology... |
package kabam.rotmg.account.core.services {
import com.company.util.MoreObjectUtil;
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.model.PlayerModel;
import robotlegs.bender.framework.api.ILogger;
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.