CombinedText
stringlengths
4
3.42M
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * BigInteger * * An ActionScript 3 implementation of BigInteger (light version) * Copyright (c) 2007 Henri Torgemane * * Derived from: * The jsbn library, Copyright (c) 2003-2005 Tom Wu * * See LICENSE.txt for full license information. */ /*[IF-FLASH]*/package com.hurlant.math { import com.hurlant....
/* Copyright (c) 2010 Trevor McCauley 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...
package { public dynamic class PerkClip264d9 extends PerkAnimHolder { public function PerkClip264d9() { super(); addFrameScript(0,this.frame1,158,this.frame159); } function frame1() : * { stop(); } function frame159() : * { gotoAndPlay(2); } } }
package reflex.graphics { import flash.display.Graphics; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.geom.Point; import flash.geom.Rectangle; import mx.events.PropertyChangeEvent; import mx.graphics.IStroke; import reflex.binding.Data...
package Ankama_Roleplay.ui { import Ankama_Common.Common; import Ankama_ContextMenu.ContextMenu; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.EntityDisplayer; import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.Label; ...
package laya.d3.graphics { import laya.d3.core.MeshSprite3D; import laya.d3.core.Sprite3D; import laya.d3.core.material.BaseMaterial; import laya.d3.core.material.StandardMaterial; import laya.d3.core.render.BaseRender; import laya.d3.core.render.RenderElement; import laya.d3.core.render.RenderState; im...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_lofiParticlesHolyBeamEmbed_ package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_lofiParticlesHolyBeam.png")] public class EmbeddedAssets_lofiParticlesHolyBeamEmbed_ extends Bitmap...
/** * VERSION: 0.4 (beta) * DATE: 2010-12-22 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock.motionPaths { import flash.display.Graphics; import flash.geom.Matrix; import flash.events.Event; /** * A RectanglePath2D defines a rectangular path on which a PathFollower ca...
package { import flash.display.Sprite; import flash.events.Event; public class Main extends Sprite { public function Main() { addEventListener(Event.ADDED, handleAdded); } private function handleAdded(e:Event):void { removeEventListener(Event.ADDED, handleAdded); } } }
/** * ARC4 * * An ActionScript 3 implementation of RC4 * Copyright (c) 2007 Henri Torgemane * * Derived from: * The jsbn library, Copyright (c) 2003-2005 Tom Wu * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.prng { import com.hurlant.crypto.symmetric.IStreamCipher; imp...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package asleep_fla { import flash.display.*; dynamic public class eyeR_2 extends MovieClip { public var theColor_ccEyeLib:MovieClip; public var theColor_ccEyeIris:MovieClip; public function eyeR_2() { return; }// end function } }
package gamelobby { import assets.LobbyTexturesHelper; import flash.external.ExternalInterface; import flash.filters.GlowFilter; import player.PlayerInformation; import player.ExpBar; import scene.Scene; import starling.display.Button; import starling.display.Image; import starling.display.Sprite; import sta...
/* ***** 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 gov.lbl.aercalc.view.model { import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.ContextMenuEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import fla...
//////////////////////////////////////////////////////////////////////////////// // // 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.ankamagames.jerakine.resources { public class ResourceType { public static const RESOURCE_BINARY:uint = 1; public static const RESOURCE_BITMAP:uint = 2; public static const RESOURCE_DX:uint = 3; public static const RESOURCE_SWF:uint = 4; ...
package kabam.lib.net.api { import kabam.lib.net.impl.Message; public interface MessageProvider { function require(_arg_1:int):Message; } }
package io.decagames.rotmg.pets.signals { import io.decagames.rotmg.pets.data.vo.IPetVO; import org.osflash.signals.Signal; public class ChangePetSkinSignal extends Signal { public function ChangePetSkinSignal() { super(IPetVO); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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.videojs.structs{ public class PlayerMode{ public static const VIDEO:String = "video"; public static const AUDIO:String = "audio"; } }
package asunit.framework { public interface Command { function execute():*; } }
/* 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 ...
package flails.request { public interface PathBuilder { function index(parentIds:Array = null):String; function show(id:Object = null, parentIds:Array = null):String; function update(id:Object = null, parentIds:Array = null):String; function create(parentIds:Array = null):String; ...
package kabam.rotmg.account.kongregate.view { import com.company.assembleegameclient.parameters.Parameters; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.net.URLRequest; import flash.system.Security; import kabam.rotmg.account.kongregate.services.KongregateSharedOb...
package SJ.Game.battle.custom { import SJ.Common.Constants.ConstBattle; import engine_starling.commandSys.core.SCommandBaseData; public class CJBattleCommandNpcBattleData extends SCommandBaseData { public function CJBattleCommandNpcBattleData() { super(ConstBattle.CommandNpcBattle); } /** * 战斗NPC...
package com.ankamagames.dofus.network.messages.game.idol { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; import ...
//////////////////////////////////////////////////////////////////////////////// // // 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 times.view { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.controls.SimpleBitmapButton; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.utils.ObjectUtils; import flash.display.Bitmap; import flash.display.Sprite; import flash.events.MouseEvent; import f...
package mvcexpress.extensions.workers.data { import flash.utils.Dictionary; /** * Stores class description names, by classes. Basic types are added by default. * @private */ public class ClassAliasRegistry { static private var classes:Dictionary; public function ClassAliasRegistry() { throw Error("Static clas...
/** * Сopyright (c) F1 System Resource, Inc. 2006 * @author Rustem Mustafaiev msrustem@gmail.com * @author Igor Sadovskiy isadovskiy@gmail.com */ import org.aswing.plaf.ASColorUIResource; import org.aswing.plaf.ASFontUIResource; import org.aswing.plaf.basic.BasicLookAndFeel; import org.aswing.plaf.InsetsUIResource; im...
package com.facebook.graph.data.api.message { /** * Message fields. * @see http://developers.facebook.com/docs/reference/api/message */ public class FacebookMessageField { public static const ID:String = "id"; public static const FROM:String = "from"; public static const TO:String = "to"; public static...
//////////////////////////////////////////////////////////////////////////////// // // 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 spine.starling { import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import spine.attachments.RegionAttachment; import starling.animation.IAnimatable; import starling.core.RenderSupport; import starling.display.DisplayObject; import starling.utils.MatrixUtil; import spine.Bone; imp...
/* ***** 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.base.utils.events { import flash.events.Event; public class DataSendEvent extends Event { public var data:*; public function DataSendEvent(type:String, bubbles:Boolean=false, cancelable:Boolean=false,data:* = null) { super(type, bubbles, cancelable); this.data = da...
package org.flexlite.domCore { import flash.utils.Dictionary; import flash.utils.getQualifiedClassName; /** * 全局注入管理器,在项目中可以通过此类向框架内部注入指定的类,从而定制或者扩展部分模块的功能。<p/> * 以下类若有调用,需要显式注入:<br> * IBitmapDecoder:DXR位图动画所用的解码器实例<br> * IBitmapEncoder:DXR位图动画所用的编码器实例<br> * ISkinAdapter:皮肤解析适配器实例。<br> * The...
//////////////////////////////////////////////////////////////////////////////// // // 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 cmodule.lua_wrapper { const _p5s:int = gstaticInitter.alloc(4,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 License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
package roomList.pvpRoomList { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.core.Disposeable; import ddt.manager.ChatManager; import ddt.utils.PositionUtils; import flash.display.Sprite; import flash.geom.Point; import roomList.movingNotification.MovingNotificationManager; ...
/* 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/. */ include "unicodeUtil.as"; include "unicodeNegativeUtil.as"; // var SECTION = "Thai"; // var VERSION = "ECMA_3"; //...
package com.ankama.haapi.client.model { public class KardTicket { private var _order_list_obj_class:Array = null; public var order_list:Vector.<KardTypeOrder>; private var _kard_list_obj_class:Array = null; public var kard_list:Vector.<KardKa...
package com.epologee.navigator.behaviors { /** * @author Eric-Paul Lecluse (c) epologee.com */ public class NavigationBehaviors { /** * Will show when the state matches, will hide when it doesn't */ public static const SHOW : String = "show"; /** * Will hide when the state matches, even if it has...
package game.data { import com.data.Data; import flash.utils.ByteArray; import flash.utils.Dictionary; import game.view.viewGuide.ViewGuideManager; public class ViewGuideDataStep extends Data { public function ViewGuideDataStep() { super(); } public var tag : String; public var g...
//////////////////////////////////////////////////////////////////////////////// // // 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.util { import flash.display.DisplayObject; public class DisplayHierarchy { public static function getParentWithType(param1:DisplayObject, param2:Class):DisplayObject { while (param1 && !(param1 is param2)) { param1 = param1.parent; } retu...
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import flash.utils.ByteArray; public class TagDefineFontInfo implements ITag { public static const TYPE:uint = 13; public var fontId:uint; public var fontName:String; public var smallText:Boolean; public var shiftJ...
/* 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{ use namespace ns; }
package aerys.minko.render.geometry.primitive { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream;...
package components { import flash.geom.Rectangle; public class ScrollableBase extends Base { /** * Вкл/выкл отсечения и включения прокрутки */ public var clipAndEnableScrolling : Boolean = true; /** * Значение прокрутки по горизонтали */ protected var _hsp : Number = 0; /** * Зн...
package org.igorw.events { import flash.events.Event; public class DetailsClicked extends Event { public static const DETAILS_CLICKED:String = "ITEM_DETAILS_CLICKED"; public var url:String; public function DetailsClicked(url:String, bubbles:Boolean=true, cancelable:Boolean=false) { super(DETAILS_CLICKED...
/* Feathers Copyright 2012-2013 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.layout { import flash.geom.Point; /** * A layout algorithm that supports virtualization ...
package format.swf.data.actions.swf5 { import format.swf.data.actions.*; class ActionToNumber extends Action implements IAction { public static inline var CODE:Int = 0x4a; public function ActionToNumber(code:Int, length:Int, pos:Int) { super(code, length, pos); } override public function toString...
package devoron.aswing3d.table { import flash.display.Sprite; import flash.utils.describeType; import flash.utils.getDefinitionByName; import org.aswing.table.DefaultTableModel; import org.aswing.util.HashMap; public class DefaultFunctionsTableModel extends DefaultTableModel { protected var bindingsFunctionA...
package laya.ani { import laya.ani.math.BezierLerp; import laya.events.Event; import laya.maths.MathUtil; import laya.resource.Resource; import laya.utils.Byte; /** * <code>AnimationTemplet</code> 类用于动画模板资源。 */ public class AnimationTemplet extends Resource { /*[DISABLE-ADD-VARIABLE-DEFAULT-VALUE]*/ pu...
package com.company.assembleegameclient.ui.dialogs { import flash.events.Event; import kabam.rotmg.core.StaticInjectorContext; import kabam.rotmg.dialogs.control.CloseDialogsSignal; public class DebugDialog extends StaticDialog { public function DebugDialog(_arg_1:String, _arg_2:String = "Debug", _arg_3:Function...
// This file generated on <%= Date.today %>, by <%= ENV['USER'] %> // using the Limber plugin via: script/generate flex_application package com.<%= file_name %>.util { public class XMLUtils { /** * Return true if the toString() is "true", false * otherwise. This is necessary s...
package io.decagames.rotmg.ui.popups.modal { import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.buttons.SliceScalingButton; import io.decagames.rotmg.ui.defaults.DefaultLabelFormat; import io.decagames.rotmg.ui.popups.modal.buttons.ClosePopupButton; import io.decagames.rotmg.ui.texture.Textur...
#include "Hitters.as"; #include "ShieldCommon.as"; #include "FireParticle.as" #include "ArcherCommon.as"; #include "BombCommon.as"; #include "SplashWater.as"; #include "TeamStructureNear.as"; #include "KnockedCommon.as" const s32 bomb_fuse = 120; const f32 arrowMediumSpeed = 8.0f; const f32 arrowFastSpeed = 13.0f; //...
package services.command.roomTypes { import com.adobe.cairngorm.control.CairngormEvent; import services.business.roomTypes.RoomTypesDelegate; import services.cairngorm.BaseCommand; import services.events.roomTypes.EditRoomTypeEvent; import mx.collections.ArrayCollection; public class EditRoomTypeCommand exte...
package com.hendrix.contentManager.core.types { import com.hendrix.contentManager.core.manifest.LocalResource; import flash.utils.ByteArray; public class TextContent extends BaseContent { private var _text: String; public function TextContent($id:String, $content:ByteArray) { super(...
/* * Copyright(c) 2007 the Spark project. * * 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 ...
package laya.d3.graphics { import laya.renders.Render; import laya.webgl.WebGLContext; import laya.webgl.utils.Buffer; import laya.webgl.utils.Buffer2D; /** * <code>IndexBuffer3D</code> 类用于创建索引缓冲。 */ public class IndexBuffer3D extends Buffer { /** 8位ubyte无符号索引类型。*/ public static const INDEXTYPE_UBYTE...
package com.syndrome.sanguocard.mainfram.esroom.readyroom { import com.communication.ComEvent; import com.communication.gamecom.GameCom; import com.electrotank.electroserver5.api.EsObject; import com.electrotank.electroserver5.api.EsObjectDataHolder; import com.syndrome.client.enum.EnumFightType; import com.syndr...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor2D.commandHandlers { import cadet.core.IComponentContainer; import cadetEditor.contexts.ICadetEditorContext; import cadetEditor.entities.CadetEditorCommands; import cadet2D.operations.CollapseTransformsOperatio...
package services.command.checkOut { import com.adobe.cairngorm.control.CairngormEvent; import services.business.checkOut.CheckOutDelegate; import services.cairngorm.BaseCommand; import services.events.checkOut.GetReservationSummaryEvent; import services.vo.checkOut.itemRouting.ReservationSummaryCheckOutVO; pub...
package kabam.rotmg.application.api { public interface ApplicationSetup extends DebugSetup { function getBuildLabel():String; function getAppEngineUrl(param1:Boolean = false):String; function useProductionDialogs():Boolean; function areErrorsReported():Boolean; } }
/* Feathers Copyright 2012-2014 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.renderers { import feathers.controls.GroupedList; import feathers.events.FeathersE...
package modules.srddzGame.srddzInerGame.model.data { import modules.srddzGame.srddzInerGame.view.pockerPart.card.BasePocker; public class JishuArrData { public var valueArr:Array = []; public var eightArr:Array = []; public var sevenArr:Array = []; public var sixArr:Array = []; public var fiveArr:Array...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* ***** 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 awayphysics.dynamics.constraintsolver { import awayphysics.dynamics.AWPRigidBody; import flash.geom.Vector3D; public class AWPHingeConstraint extends AWPTypedConstraint { private var m_limit : AWPAngularLimit; private var _pivotInA:Vector3D; private var _pivotInB:Vector3D; private var _axisInA:...
/* * -*- Mode: Actionscript -*- * ************************************************************************* * * Copyright 2007-2009 Juice, Inc. * * 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 L...
package { import flash.display.MovieClip; public dynamic class PlayerSetMarker extends MovieClip { public function PlayerSetMarker() { super(); } } }
// Decompiled by AS3 Sorcerer 3.16 // http://www.as3sorcerer.com/ //cb_checked package { import flash.display.MovieClip; public dynamic class cb_checked extends MovieClip { } }//package
/** * Created by varadig on 10/31/15. */ package plugins.mxml.feathers { import core.base.CoreBaseClassFactory; import core.base.CoreCallback; import core.context.CoreContext; import core.service.CoreServiceContainer; import feathers.controls.Button; import feathers.skins.IStyleProvider; import starling.events.Touc...
/** * Created by Max Rozdobudko on 4/24/15. */ package feathersx.data { import feathers.data.ArrayListCollectionDataDescriptor; import feathersx.errors.ItemPendingError; import starling.events.Event; public class ArrayListCollectionDataDescriptorAsync extends ArrayListCollectionDataDescriptor { //-------------...
package widgets.supportClasses.components.autocomplete { import com.esri.viewer.AppEvent; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.ui.Keyboard; import flash.ui.Mouse; import flash.ui.MouseCursor; import mx.collections.ArrayCollection; i...
/** * 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...
//---------------------------------------------------------------------------------------------------- // Fader class // Copyright (c) 2008 keim All rights reserved. // Distributed under BSD-style license (see org.si.license.txt). //---------------------------------------------------------------------------------...
package visuals.ui.elements.buttons { 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; import visuals.ui.elements.generic.SymbolCounterGeneri...
package visuals.ui.elements.stream { 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 SymbolStreamListLineHighlightGeneric e...
package aerys.minko.render.shader.vertex { import aerys.minko.render.RenderTarget; import aerys.minko.render.material.basic.BasicShader; import aerys.minko.render.shader.SFloat; public class VertexRGBShader extends BasicShader { public function VertexRGBShader(target : RenderTarget = null, priority ...
import skyui.defines.Form; import skyui.components.list.BasicList; import skyui.components.list.IListProcessor; import skyui.util.Hash; class FilterDataExtender implements IListProcessor { /* CONSTANTS */ public static var FILTERFLAG_ALL = 0x0000000F; public static var FILTERFLAG_DEFAULT = 0x00000001; publi...
package kabam.rotmg.promotions.view { import flash.display.DisplayObject; import flash.display.Sprite; import flash.filters.DropShadowFilter; import kabam.rotmg.packages.view.BasePackageButton; import kabam.rotmg.text.view.TextFieldDisplayConcrete; import kabam.rotmg.text.view.stringBuilder.StaticStri...
package com.google.zxing.common.flexdatatypes { import com.google.zxing.ReaderException; public class StringBuilder { public var _string:String = ""; public function StringBuilder(ignore:int=0) { } public function charAt(index:int):String { return this._string.charAt(index); } publi...
/* Feathers Copyright 2012-2020 Bowler Hat LLC. 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.core { /** * A component that can receive focus with children that can receive focus. * ...
//////////////////////////////////////////////////////////////////////////////// // // 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.screens { import mx.core.BitmapAsset; [Embed(source="CharacterBox_SaleTag.png")] public class CharacterBox_SaleTag extends BitmapAsset { public function CharacterBox_SaleTag() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // Copyright 2016 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 APIPlox { import flash.events.Event; public class PLOX_LeaderboardsPanel extends PLOX_GUIPanel { public function PLOX_LeaderboardsPanel(x:int, y:int, width:int, height:int, radius:int=14, top:int=26, border:int=3, padding:int=5) { super("Leaderboards", x, y, width, height, radius, top, border, padd...
namespace Nitro { class Gauge : OpenUtils::Widget { private bool GearDown; private bool GearUp; private uint RPM = 1000; private uint Speed = 0; private uint Gear = 1; private bool TractionControl = false; private bool Icing = false; private bool EngineOff = false; private bool Ai...
/** * Created by dedosmedia on 26/09/17. */ package { import feathers.controls.Label; import feathers.controls.TextInput; import feathers.core.IFeathersControl; import starling.display.DisplayObject; import starling.display.DisplayObjectContainer; import starling.display.Sprite; import starling.events.Event; import...
package Ankama_Web.ui { import Ankama_Web.enum.BakPopupTypeEnum; import Ankama_Web.enum.WebTabEnum; import com.ankama.haapi.client.model.BakBidOffer; import com.ankama.haapi.client.model.BakRate; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.ComboBox; i...
package a3dparticle { import a3dparticle.animators.ParticleAnimation; import a3dparticle.animators.TransformFollowAnimator; import a3dparticle.core.SubContainer; import a3dparticle.particle.ParticleParam; import away3d.containers.ObjectContainer3D; import away3d.core.base.Object3D; /** * ... * @author liaoch...
package laya.html.dom { import laya.display.css.CSSStyle; /** * @private */ public class HTMLStyleElement extends HTMLElement { public function HTMLStyleElement() { super(); visible = false; } /** * 解析样式 */ override public function set text(value:String):void { ...
/* * Copyright(c) 2007 the Spark project. * * 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 ...