text stringlengths 4 1.04M |
|---|
////////////////////////////////////////////////////////////////////////////////
//
// MATTBOLT.BLOGSPOT.COM
// Copyright(C) 2010 Matt Bolt
//
// 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 th... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.ui.options.OptionsTabTitle
package com.company.assembleegameclient.ui.options
{
import flash.display.Sprite;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
import kabam.rotmg.text.view.stringBuilder.LineBu... |
package com.syndrome.sanguocard.mainfram.managers.gamesmanager
{
import com.communication.gamecom.GameCom;
import com.electrotank.electroserver5.api.FindGamesResponse;
import com.electrotank.electroserver5.api.MessageType;
public class UpdataGamesHandler
{
private var handleUpdateGame:Function = null;
private... |
package com.profusiongames.scenery
{
import starling.display.Image;
import starling.events.EnterFrameEvent;
import starling.textures.Texture;
/**
* ...
* @author UnknownGuardian
*/
public class Cloud extends Scenery
{
[Embed(source="../../../../lib/Graphics/scenery/clouds/cloud_side_shadow.png")]private ... |
package sabelas.components
{
/**
* Component to item with energy/life.
* Entity will be removed when energy is 0
*
* @author Abiyasa
*/
public class Energy
{
private var _value:int;
public function get value():int { return _value; }
public function Energy(value:int)
{
this._value = value;
}... |
package features.displaylist {
import features.displaylist.box.Box;
import com.sibirjak.jakute.JCSS;
import com.sibirjak.jakute.JCSS_Sprite;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.geom.Point;
public class MovingDisplayObject extends Sprite ... |
package as3lib.helper.wave
{
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.ProgressEvent;
import flash.events.SecurityErrorEvent;
import fla... |
package serverProto.clientLogin
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
imp... |
package view.ui.buttons
{
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.filters.GlowFilter;
import flash.geom.Point;
import util.GestureEvent;
import util.GestureUtility;
import view.ui.BaseSprite
/**
*
* @author Nina Pavlich
*
* @overview
*
*
... |
package com.playata.application.data.stream
{
import com.playata.application.data.dataobject.DOPrivateSystemMessage;
import com.playata.application.data.user.User;
import com.playata.framework.core.TypedObject;
import com.playata.framework.core.util.TimeUtil;
import com.playata.framework.display.ui.IList... |
/**
* This is a generated sub-class of _LicenseService.as and is intended for behavior
* customization. This class is only generated when there is no file already present
* at its target location. Thus custom behavior that you add here will survive regeneration
* of the super-class.
**/
package service... |
package mvclite.unit.event
{
public class EventsModel
{
public var list:Vector.<ListenerData>=new Vector.<ListenerData>();
public function EventsModel()
{
}
}
} |
package com.smartfoxserver.v2.redbox.events
{
import com.smartfoxserver.v2.core.SFSEvent;
/**
* RedBoxClipEvent is the class representing all events dispatched by the RedBox's {@link AVClipManager} instance, except the connection events (see the {@link RedBoxConnectionEvent} class).
* The RedBoxClipEvent extends... |
package cmodule.decry
{
const __2E_str4103:int = gstaticInitter.alloc(10,1);
}
|
package com.user{
import com.airplane.ui.AirplaneInformation;
import com.me.Btn;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.net.SharedObject;
import flash.net.URLLoader;
import flash.net.URLRequest;
import fl.transition... |
/**
* Copyright 2010 The original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
/**
* Created by newkrok on 11/09/16.
*/
package net.fpp.pandastory.constant
{
public class CPhysics
{
public static const PIXELS_TO_METRE:uint = 30;
public static const GRAVITY:uint = 10;
public static const BOX2D_TIMESTEP:Number = 1 / 30;
public static const BOX2D_VELOCITY_ITERATIONS:int = 10;
public st... |
package asx.array
{
import asx.fn.getProperty;
import flash.utils.Dictionary;
import mx.collections.ArrayCollection;
import org.flexunit.assertThat;
import org.hamcrest.object.hasProperties;
import org.hamcrest.object.hasProperty;
public class ToDictionaryTest
{
[Test]
public functio... |
package starling.textures
{
import flash.display.BitmapData;
import flash.display3D.textures.TextureBase;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.geom.Rectangle;
import flash.utils.ByteArray;
import flash.utils... |
package com.singleton
{
import flash.events.EventDispatcher;
import flash.utils.getQualifiedClassName;
/**
* 单例被移除时广播事件
*
* @author Michael
*/
public class Singleton extends EventDispatcher
{
// 单例管理器
private static var _manager:Object = new Object();
private static var _instanceL... |
package game.view
{
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.image.ScaleFrameImage;
import ddt.events.WebSpeedEvent;
import ddt.manager.LanguageMgr;
import flash.display.Sprite;
import flash.events.Event;
import flash.utils.getTimer;
import game.GameManager;
import ro... |
package mvclite.unit.notification
{
import flash.utils.Dictionary;
internal class NotificationsModel
{
public var dict:Dictionary=new Dictionary();
public var lastNotifications:Array=[];
public function NotificationsModel()
{
}
}
} |
package worldBoss.command
{
import base.NarutoCommand;
import def.PluginDef;
public class GetWorldBossListCommand extends NarutoCommand
{
public function GetWorldBossListCommand()
{
super();
}
override public function getPluginName() : String
{
... |
/*
Copyright (c) 2006. 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... |
/**
* SmartFoxTris Example Application for SmartFoxServer PRO
* Flex 2 / Actionscript 3.0 version
*
* version 1.0.0
* (c) gotoAndPlay() 2007
*
* www.smartfoxserver.com
* www.gotoandplay.it
*/
import mx.containers.TitleWindow;
import mx.collections.ArrayCollection;
import mx.collections.SortField;
import mx.... |
/**
* Generated by Gas3 v3.1.0 (Granite Data Services).
*
* NOTE: this file is only generated if it does not exist. You may safely put
* your custom code here.
*/
package org.dukecon.model {
[RemoteClass(alias="org.dukecon.model.Location")]
public class Location extends LocationBase {
private va... |
package crossed_arms_fla
{
import flash.display.MovieClip;
public dynamic class MainTimeline extends MovieClip
{
public var theUpper:MovieClip;
public function MainTimeline()
{
super();
}
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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 license agreement ac... |
package com.playfab.MultiplayerModels
{
public class GetTitleMultiplayerServersQuotasRequest
{
public function GetTitleMultiplayerServersQuotasRequest(data:Object=null)
{
if(data == null)
return;
}
}
}
|
package visuals.ui.elements.bonus
{
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 SymbolDailyBonusRewardChestGeneric exte... |
package serverProto.blackMarket
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import c... |
class RotateAroundSelf
{
Entity @entity;
Transform @transform;
//= MISC ===============
Vector3 m_startingRot;
float m_speed = 15.0f;
float m_rotation = 0.0f;
//======================
// Constructor
RotateAroundSelf(Entity @entityIn)
{
@entity = entityIn;
@transform = entity.GetTransform();
}
//... |
package net.psykosoft.psykopaint2.home.commands.load
{
import eu.alebianco.robotlegs.utils.impl.SequenceMacro;
import net.psykosoft.psykopaint2.core.commands.RetrieveAllPaintingDataCommand;
import net.psykosoft.psykopaint2.home.commands.*;
import net.psykosoft.psykopaint2.home.signals.NotifyHomeModuleSetUpSignal;... |
package raix.reactive.tests.testing
{
import org.flexunit.Assert;
import raix.interactive.Enumerable;
import raix.reactive.testing.TestScheduler;
import raix.reactive.tests.AssertEx;
[TestCase]
public class TestSchedulerFixture
{
[Test]
public function immediate_actions_are_not_called_immediately() : voi... |
package input.phonetic.data
{
internal final class Q
{
public static const Q:Array = ["q 瑁","qi 起","qi 其","qi 七","qi 气","qi 期","qi 齐","qi 器","qi 妻","qi 骑","qi 汽","qi 棋","qi 奇","qi 欺","qi 漆","qi 启","qi 戚","qi 柒","qi 岂","qi 砌","qi 弃","qi 泣","qi 祁","qi 凄","qi 企","qi 乞","qi 契","qi 歧","qi 祈","qi 栖","qi 畦","qi 脐","qi 崎",... |
package assets
{
import starling.textures.Texture;
import starling.textures.TextureAtlas;
/**
* ...
* @author Ittipon
*/
public class RuneTexturesHelper
{
[Embed(source="../../media/textures/runes/runes_sprite.xml", mimeType = "application/octet-stream")]
private static const RuneAssetData:Class;
... |
package org.ranapat.scrollpane {
import flash.events.Event;
public class ScrollBarEvent extends Event {
public static const SCROLL_CHANGED:String = "scrollChanged";
public var offset:Number;
public function ScrollBarEvent(type:String, offset:Number) {
super(type);
this.offset = offs... |
/*
| | _) | | _)
__ \ | | __| __| | __ \ _` |
| | | | | | | | | ( |
_.__/ _| _| \__| \__| _| _| _| \__, |
|___/
Blitting, http://blitting.com
Copyright (c) 2015 Jason Sturges, http://jasonsturges.com
*/
pack... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//io.decagames.rotmg.social.SocialPopupView
package io.decagames.rotmg.social
{
import io.decagames.rotmg.ui.popups.modal.ModalPopup;
import io.decagames.rotmg.ui.textField.InputTextField;
import io.decagames.rotmg.ui.buttons.SliceScalingButton;
... |
/******************************************************************************
* Spine Runtimes License Agreement
* Last updated January 1, 2020. Replaces all prior versions.
*
* Copyright (c) 2013-2020, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative... |
package app_magic.view
{
import app_magic.controller.App_c;
import app_magic.model.Button_m;
import app_magic.view.view_data.View_i;
import app_magic.view.view_data.View_type;
import flash.display.MovieClip;
import flash.geom.Point;
/**
* ...
* @author Krzysztof Puchalski
*/
public class Config_v implem... |
package com.unhurdle.spectrum
{
import com.unhurdle.spectrum.interfaces.IKeyboardFocusable;
import org.apache.royale.debugging.assert;
import com.unhurdle.spectrum.beads.KeyboardFocusHandler;
import org.apache.royale.events.KeyboardEvent;
import org.apache.royale.events.utils.WhitespaceKeys;
import org.apac... |
package de.viaboxx.flexboxx.editors {
import de.viaboxx.flexboxx.Property;
import mx.binding.utils.BindingUtils;
import spark.components.CheckBox;
import spark.layouts.HorizontalLayout;
public class CheckBoxEditor extends PropertyEditor {
public function CheckBoxEditor(element:*, property:Property, changeHandler... |
package feathers.tests
{
import feathers.controls.LayoutGroup;
import feathers.controls.TextInput;
import feathers.controls.text.BitmapFontTextRenderer;
import feathers.core.ITextRenderer;
import org.flexunit.Assert;
import starling.display.Quad;
public class TextInputMeasurementTests
{
private static cons... |
package com.playfab.ClientModels
{
public class UpdateCharacterDataResult
{
public var DataVersion:uint;
public function UpdateCharacterDataResult(data:Object=null)
{
if(data == null)
return;
DataVersion = data.DataVersion;
}
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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 nid.xfl.compiler.swf.tags
{
import nid.xfl.compiler.swf.SWFData;
import flash.utils.ByteArray;
public class TagDoABC implements ITag
{
public static const TYPE:uint = 82;
public var lazyInitializeFlag:Boolean;
public var abcName:String = "";
protected var _bytes:ByteArray;
public fun... |
package cuatroPlumasUI.GrayApp.Tests {
import org.libspark.as3unit.assert.assertTrue;
import org.libspark.as3unit.assert.assertEquals;
import org.libspark.as3unit.test;
use namespace test;
/**
* @author rolando
*/
public class GaugeTest {
test function testAssertWeCanTEst():void{
assertTrue(true);
... |
/*
VERSION: 6.22
DATE: 5/23/2008
ACTIONSCRIPT VERSION: 3.0 (AS2 version is also available)
UPDATES & MORE DETAILED DOCUMENTATION AT: http://www.TweenLite.com (there's a link to the AS3 version)
DESCRIPTION:
Tweening. We all do it. Most of us have learned to avoid Adobe's Tween class in favor of a more powerful,... |
package
{
import flash.display.Loader;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.*;
import flash.net.URLRequest;
import flash.text.engine.TextElement;
import flash.text.engine.TextLine;
public class TestFlash extends Sprite
{
private var angle:Number = 0;
private var ... |
package com.gestureworks.cml.elements
{
import com.gestureworks.cml.core.CMLObject;
import flash.events.EventDispatcher;
import flash.media.Camera;
/**
* Dispatched when a camera reports its status.
* @eventType flash.events.StatusEvent.STATUS
*/
[Event(name="status", type="flash.events.StatusEvent")]
/*... |
package com.hurrygames.grabber.managers
{
import br.com.stimuli.loading.BulkLoader;
import br.com.stimuli.loading.BulkProgressEvent;
import br.com.stimuli.loading.loadingtypes.LoadingItem;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.events.Event;
/**
* Proj... |
import gfx.io.GameDelegate;
import gfx.ui.NavigationCode;
import gfx.ui.InputDetails;
import gfx.events.EventDispatcher;
import gfx.managers.FocusHandler;
import gfx.controls.Button;
import Shared.GlobalFunc;
import mx.utils.Delegate;
import skyui.components.SearchWidget;
import skyui.components.TabBar;
import skyui.... |
package laya.net {
/**
* <p> <code>LocalStorage</code> 类用于没有时间限制的数据存储。</p>
*/
public class LocalStorage {
//基础类
public static var _baseClass:Class;
/**
* 数据列表。
*/
public static var items:*;
/**
* 表示是否支持 <code>LocalStorage</code>。
*/
public static var support:Bool... |
//
// Flump - Copyright 2013 Flump Authors
package flump.export {
import aspire.util.F;
import aspire.util.MathUtil;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import flash.text.TextField;
import flump.display.Movie;
import flump.TextFieldUti... |
package flare.query.methods {
import flare.query.And;
import flare.util.Vectors;
/**
* Creates a new <code>And</code> query operator.
* @param rest a list of expressions to include in the and
* @return the new query operator
*/
public function and(...rest):And
{
var a:And = new A... |
package manager.resource
{
import common.debug.Debug;
import common.events.BooleanEvent;
import common.resources.FurnitureResourceLoader;
import flash.display.DisplayObjectContainer;
import flash.events.Event;
import flash.events.EventDispatcher;
import vo.StartData;
public class FurnitureIm... |
/**
* @see http://github.com/23/jquery-live-cam/
* A fair bit of this code originated from:
*
* jQuery webcam
* Copyright (c) 2010, Robert Eisele (robert@xarg.org)
* Dual licensed under the MIT or GPL Version 2 licenses.
* @author Robert Eisele
* @version 1.0
*
**/
package {
import flash.display.Sprite;
import fl... |
package com.company.assembleegameclient.account.ui {
import flash.events.MouseEvent;
import kabam.rotmg.text.model.TextKey;
import org.osflash.signals.Signal;
public class NewChooseNameFrame extends Frame {
public const choose:Signal = new Signal();
public const cancel:Signal = new Signal();
private v... |
/*
* 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 o... |
/*
CASA Lib for ActionScript 2.0
Copyright (c) 2008, Aaron Clinger & Contributors of CASA Lib
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 abo... |
/*
Copyright (c) 2006. 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 list of c... |
package net.psykosoft.psykopaint2.core.views.components.input
{
import com.greensock.TweenLite;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.text.Font;
i... |
package resolumeCom
{
import flash.external.*;
import resolumeCom.parameters.*;
public class Resolume
{
private var publishedParameters:Array;
public function Resolume()
{
this.publishedParameters = new Array();
ExternalInterface.addCallback("getResolumeApiInfo", getResolumeApiInfo);
Externa... |
package devoron.aslc.moduls.project
{
import devoron.components.multicontainers.table.ContainersAssetsControlPanel;
/**
* ...
* @author ...
*/
public class TemplatesForm
{
private var templatesCACP:ContainersAssetsControlPanel;
public function TemplatesForm()
{
// 5. шаблоны проекта
if (!tem... |
package com.swfwire.decompiler.data.swf.records
{
public class LineStyleRecord
{
public var width:uint;
public var color:RGBRecord;
public function LineStyleRecord(width:uint = 0, color:RGBRecord = null)
{
if(color == null)
{
color = new RGBRecord();
}
this.width = width;
t... |
package com.ixiyou.formatters
{
/**
* 日期信息.
* @author Sean
*/
public class DateInfo
{
/**
* 长的星期名称.
* @default ["Sunday", "Monday", "Tuesday", "Wednesday","Thursday", "Friday", "Saturday"]
*/
public var dayNamesLong:Array = ["Sunday", "Monday", "Tuesday", "Wednesday","Thursday", "Fri... |
package away3d.loaders.parsers
{
import away3d.materials.utils.DefaultMaterialManager;
import away3d.arcane;
import away3d.core.base.Geometry;
import away3d.core.base.SubGeometry;
import away3d.core.base.data.UV;
import away3d.core.base.data.Vertex;
import away3d.entities.Mesh;
import away3d.library.assets.Asse... |
package hud.data
{
public class MenuItemData
{
public var menuId:int = 0;
public var type:int = 0;
public var name:String = "";
public var msg:String = "";
public var label:String = "";
public var sort:int = 0;
public var ... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.crypto.a... |
package org.silexlabs.amfphp.clientgenerator
{
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.NetStatusEvent;
import flash.events.SecurityErrorEvent;
import flash.net.NetConnection;
public class NetConnectionSingleton
{
public static var _host:String;
private stati... |
/**
* Latest information on this project can be found at http://www.rogue-development.com/objectHandles.html
*
* Copyright (c) 2009 Marc Hughes
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
* to 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... |
package com.company.assembleegameclient.ui.panels {
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.parameters.Parameters;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import kabam.rotmg.text.model.TextKey;
public class ... |
package com.playata.application
{
import com.playata.application.data.application.ApplicationOptions;
import com.playata.application.data.character.CharacterSelectionEntry;
import com.playata.application.data.item_pattern.ItemPatterns;
import com.playata.application.data.optical_changes.OpticalChanges;
i... |
/*
as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist
in creating isometrically projected content (such as games and graphics)
targeted for the Flash player platform
http://code.google.com/p/as3isolib/
Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved.
Permission is hereby gr... |
/*
Adobe Systems Incorporated(r) Source Code License Agreement
Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved.
Please read this Source Code License Agreement carefully before using
the source code.
Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
no-c... |
package {
import flash.display.MovieClip;
public class Ledge extends HotObject {
override public function get direct():Boolean {
return true;
}
}
}
|
package aerys.minko.type.enum
{
import aerys.minko.ns.minko_render;
import flash.display3D.Context3DStencilAction;
public final class StencilAction
{
public static const DECREMENT_SATURATE : uint = 0;
public static const DECREMENT_WRAP : uint = 1;
public static const INCREMENT_SATURATE : uint = 2;
pu... |
package visuals.tilestyles
{
public interface IAppearSuite
{
function get Masker():Class;
}
} |
/**
* DATA STRUCTURES FOR GAME PROGRAMMERS
* Copyright (c) 2007 Michael Baczynski, http://www.polygonal.de
*
* 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, 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 kabam.rotmg.text.view.stringBuilder {
import kabam.rotmg.language.model.StringMap;
public class StaticStringBuilder implements StringBuilder {
private var string:String;
private var prefix:String;
private var postfix:String;
public function StaticStringBuilder(_arg1:String = "") {
th... |
package com.citrusengine.core
{
/**
* CitrusObject is simple. Too simple. Despite its simplicity, it is the foundational object that should
* be used for all game objects logic you create, such as spaceships, enemies, coins, bosses.
* CitrusObject is basically an abstract class that gets added to a State in... |
package kabam.rotmg.account.web.model {
import com.company.assembleegameclient.util.offer.Offer;
import kabam.rotmg.account.core.model.MoneyConfig;
import kabam.rotmg.text.view.stringBuilder.LineBuilder;
import kabam.rotmg.text.view.stringBuilder.StringBuilder;
public class WebMoneyConfig implements MoneyConfig {
... |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
package com.evernote.edam.type
{
import org.apache.thrift.Set;
import flash.utils.Dictionary;
public class PremiumOrderStatus {
public static const NONE:int = 0;
public static const PENDING:int = 1;
... |
package classes {
public class CustomError extends Error
{
public function CustomError(message:String)
{
super(message)
}
}
}
|
package spine.atlas {
public class TextureWrap {
public static const mirroredRepeat:TextureWrap = new TextureWrap(0, "mirroredRepeat");
public static const clampToEdge:TextureWrap = new TextureWrap(1, "clampToEdge");
public static const repeat:TextureWrap = new TextureWrap(2, "repeat");
public var ordinal:int;
p... |
package mx.core
{
public namespace mx_internal = "http://www.adobe.com/2006/flex/mx/internal";
}
|
/*
* The MIT License (MIT)
*
* Copyright (c) 2014. Nicolas Siver (http://siver.im)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated
* documentation files (the "Software"), to deal in the Software without restriction, including without
* limitation t... |
package com.codeazur.as3swf.data.consts
{
public class BitmapFormat
{
public static const BIT_8:uint = 3;
public static const BIT_15:uint = 4;
public static const BIT_24:uint = 5;
public static function toString(bitmapFormat:uint):String {
switch(bitmapFormat) {
case BIT_8: return "8 BPP"; break;
... |
package com.google.zxing.qrcode.encoder
{
public class BlockPair
{
import com.google.zxing.common.zxingByteArray;
protected var dataBytes:zxingByteArray;
protected var errorCorrectionBytes:zxingByteArray ;
public function BlockPair(data:zxingByteArray, errorCorrection:zxingBy... |
package {
public class GenerateGetterSetter {
public var f$(EntryPoint)oo:String;
}
} |
package com.tinyspeck.engine.view {
public interface iChoiceAgent {
function validateChoice(choice_data:Object):Boolean;
function handleChoice(choice_data:Object):void;
}
} |
// Copyright 2017, by Aralicia
// Used and redistributed under the terms of the MIT License
// Edited for Cartographer:
// https://github.com/Earthfiredrake/SWL-Cartographer
import flash.geom.Point;
class efd.Cartographer.lib.ara.BasicMCGraphics {
public static function setup() {
if (MovieClip.prototype.drawRec... |
package org.flexlite.domUI.events
{
/**
* 定义 CollectionEvent 类 kind 属性的有效值的常量。
* 这些常量指示对集合进行的更改类型。
* @author dom
*/
public class CollectionEventKind
{
/**
* 指示集合添加了一个或多个项目。
*/
public static const ADD:String = "add";
/**
* 指示项目已从 CollectionEvent.oldLocation确定的位置移动到 location确定的位置。
*/
... |
package lsystem {
public class LSystemConfig {
public native function get productions():String;
public native function get name():String;
public native function get start():String;
public native function get order():Number;
public native function get angle():Number;
public native function get startAngle(... |
package com.miniGame.managers.configs
{
public class LevelConfig
{
public var level:int;
public var color:String;
public var shape:String;
public var texture:String;
public var quantity_max:int;
public var quantity_min:int;
public function LevelConfig(info:Object)
{
for(var key:* in info)
{
... |
package starlingtiles
{
import citrus.core.starling.StarlingState;
import citrus.objects.Box2DPhysicsObject;
import citrus.objects.CitrusSprite;
import citrus.objects.platformer.box2d.Hero;
import citrus.objects.platformer.box2d.Platform;
import citrus.objects.platformer.box2d.Sensor;
import citrus.ph... |
package ddt.view.bossbox
{
import com.pickgliss.ui.ComponentFactory;
public class VipBoxAwardsCell extends BoxAwardsCell
{
public function VipBoxAwardsCell()
{
super();
}
override protected function initII() : void
{
var _loc1_:* = Compo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.