text
stringlengths
4
1.04M
import templateMp3.util.*; import templateMp3.mvc.* import templateMp3.I.* import templateMp3.mvcMp3.*; class templateMp3.mvcMp3.VolumeView extends AbstractView { var __scroll:ScrollComponents //////////////////////////////////////////////////////////////////////////////// public function defaultContr...
package away3d.animators.nodes { import away3d.animators.data.*; /** * Provides an interface for animation node classes that hold animation data for use in the UV animator class. * * @see away3d.animators.UVAnimator */ public interface IUVAnimationNode extends IAnimationNode { /** * Returns the curr...
/* * Copyright 2015-2018 Marcel Piestansky * * 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, merg...
package com.smbc.messageBoxes { import com.explodingRabbit.cross.data.ConsoleType; import com.explodingRabbit.cross.games.GameContra; import com.explodingRabbit.cross.games.Games; import com.explodingRabbit.utils.KeyCodeToString; import com.smbc.characters.MegaMan; import com.smbc.data.Cheats; import com.smbc.da...
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below). * * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published by the...
/* 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.controls.renderers { import feathers.controls.*; import feathers.core.IToggle; ...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsDuckface extends BitmapData { public function SymbolEmoticonBitmapsDuckface(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
/************************************************************************** Filename : Button_AutoRepeat.as Copyright : Copyright 2011 Autodesk, Inc. All Rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or whic...
//////////////////////////////////////////////////////////////////////////////// // // 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 vzw.utils { import mx.utils.URLUtil; public class URLUtils { public static const http_symbol:String = "http"; public static const https_symbol:String = "https"; public static const file_symbol:String = "file"; public static function getFullURL(baseUrl:String,url:String):String { var i...
package cc.gullinbursti.audio.env { import flash.geom.Point; //] includes [!]> //]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~. //]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[ // <[!] class delaration [!]> public class AHR extends AbstractEnvelope { //~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~...
package { public class Foo { public function foo() : void { var v:int = 1; 1++$(EntryPoint) } } }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //io.decagames.rotmg.ui.buttons.BaseButton package io.decagames.rotmg.ui.buttons { import flash.display.Sprite; import org.osflash.signals.Signal; import flash.events.Event; import flash.events.MouseEvent; public class BaseButton extends ...
package websocket.hurlant.crypto.symmetric { import flash.utils.ByteArray; import websocket.hurlant.util.Memory; public class TripleDESKey extends DESKey { protected var encKey2:Array; protected var encKey3:Array; protected var decKey2:Array; p...
package org.apache.thrift.protocol { import flash.utils.ByteArray; import org.apache.thrift.transport.TTransport; public class TBinaryProtocol implements TProtocol { private static var ANONYMOUS_STRUCT:TStruct = new TStruct(); protected static const VERSION_MASK:int =...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.ASColor; import GUI.fox.aswing.ASFont; import GUI.fox.aswing.CellEditor; import GUI.fox.aswing.Component; import GUI.fox.aswing.Container; import GUI.fox.aswing.DefaultTextFieldCellEditor; import GUI.fox.aswing.event.CellEditorListener; import GU...
//////////////////////////////////////////////////////////////////////////////// // // 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 laya.webgl.resource { import laya.maths.Arith; import laya.renders.Render; import laya.resource.Bitmap; import laya.resource.Context; import laya.webgl.WebGL; import laya.webgl.WebGLContext; import laya.webgl.atlas.AtlasResourceManager; public class WebGLSubImage extends Bitmap implements IMe...
/** * * ScaleBitmap * * @version 1.1 * @author Didier BRUN - http://www.bytearray.org * * @version 1.2.1 * @author Alexandre LEGOUT - http://blog.lalex.com * * @version 1.2.2 * @author Pleh * * Project page : http://www.bytearray.org/?p=118 * */ package org.bytearray.dis...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.events.ProgressEvent; import flash.net.FileFilter; import flash.net.FileReference; import fr.kikko.lab.ShineMP3Encoder; public class Main extends Sprite { /** @private интерфейс из ui.swc */ ...
package com.unhurdle.spectrum { public function getTabsSelector():String { return "spectrum-Tabs"; } }
/* * Copyright 2010-2011 Research In Motion Limited. * * 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 away3d.animators.states { import away3d.animators.data.ParticlePropertiesMode; import away3d.arcane; import away3d.cameras.Camera3D; import away3d.animators.data.AnimationRegisterCache; import away3d.animators.data.AnimationSubGeometry; import away3d.core.base.IRenderable; import away3d.core.managers.Sta...
package gs.remoting { /** * The RemotingCallResultHandler class processes a RemotingCall response. * * <script src="http://mint.codeendeavor.com/?js" type="text/javascript"></script> * * @see gs.remoting.RemotingCall */ public class RemotingCallResultHandler { /** * Process the returned objec...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="cursedLibraryObjects.txt", mimeType="application/octet-stream")] public class cursedLibraryObjects extends ByteArrayAsset { public function cursedLibraryObjects() { super(); } } }
package a24.tween.core.updaters.colors { import a24.tween.core.updaters.abstracts.AbstractUpdater; public final class RGBUpdater extends AbstractUpdater { private var _r:int; private var _g:int; private var _b:int; private var _startR:int; ...
package com.playata.framework.display.filter { public class TintFilter implements IDisplayObjectFilter { public var color:uint; public var amount:Number; public function TintFilter(param1:uint, param2:Number = 1) { super(); this.color = param1...
/**Created by the LayaAirIDE,do not modify.*/ package ui.gameCommon { import laya.ui.*; import laya.display.*; public class ReplayControlViewUI extends View { public var replayBox:Box; public var backBtn:Button; public var upBtn:Button; public var playBtn:Button; public var downBtn:Button; public var s...
package factories { import mx.core.FlexGlobals; public class HyperspaceDriveTechFactory extends ResourceFactory { /* Constructor is not used... */ public function HyperspaceDriveTechFactory():* { } [Bindable] public static var name:String = 'hyperspacedrivetech'; private static ...
package com.ankamagames.dofus.network.messages.game.context { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; impo...
package com.tinyspeck.engine.data.requirement { import com.tinyspeck.engine.data.AbstractTSDataEntity; public class Requirement extends AbstractTSDataEntity { public var id:String; public var is_count:Boolean; public var is_work:Boolean; public var completed:Boolean; public var disabled:Boolean; pu...
/* * Copyright (c) 2009 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.robotlegs.base { import flash.events.Event; import flash.events.IEventDispatcher; import org...
package quickb2.lang.types { import flash.utils.getDefinitionByName; /** * ... * @author */ public final class qb2Interface extends qb2A_FirstClassType { public static function getInstance(nativeType:Class):qb2Interface { return qb2A_FirstClassType.getInstance(nativeType) as qb2Interface; } ...
package org.ro.core { import mx.controls.Alert; public class Utils { public static function endsWith(obj:String, qry:String):Boolean { var qLen:uint = qry.length; var oLen:uint = obj.length; if (qLen > oLen) { return false; } var end:String = obj.subs...
/** * ... * @author Default * @version 0.1 */ package org.papervision3d.core.effects { import flash.display.BitmapData; import flash.display.BlendMode; import flash.filters.BitmapFilter; import flash.geom.Point; import org.papervision3d.view.layer.BitmapEffectLayer; public class BitmapMotionEffect extends Abs...
/** * The MIT License * * Copyright (c) 2010 VW * * 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, ...
/** * VBox.as * Keith Peters * version 0.9.8 * * A layout container for vertically aligning other components. * * 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 deal ...
//////////////////////////////////////////////////////////////////////////////// // // 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 game.global { import flash.display.Bitmap; import flash.display.Sprite; import flash.events.KeyboardEvent; import game.standalone.VolumeBar; import net.retrocade.retrocamel.core.RetrocamelInputManager; import net.retrocade.retrocamel.core.RetrocamelSoundManager; import net.retrocade.retrocamel.display....
/** * 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 flash.filesystem.File; import flash.fil...
package com.smartfoxserver.v2.redbox.utils { /** * RedBox internal logger. * * @author The gotoAndPlay() Team * {@link http://www.smartfoxserver.com} * * @exclude */ public class Logger { public static var enableLog:Boolean = false public static function log(...params):void { if (enabl...
package com.ankamagames.dofus.network.types.game.actions.fight { 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; pu...
; ; obaq.dll header ; #ifndef __obaq__ #define __obaq__ #uselib "obaq.dll" #func qreset qreset $202 #func qterm qterm 0 #func qexec qexec 0 #func qdraw qdraw 2 #func qview qview $202 #func qsetreq qsetreq $202 #func qgetreq qgetreq $202 #func qgetptr qgetptr $202 #func qborder qborder $202 #func qg...
package com.hp.asi.hpic4vc.ui.model.network { import mx.collections.ArrayCollection; [Bindable] [RemoteClass(alias="com.hp.asi.hpic4vc.server.provider.data.network.PortTelemetry")] public class PortTelemetry { public var tx_kbps:ArrayCollection; public var rx_kbps:ArrayCollection; public var prope...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* * Copyright (c) 2014-2019 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 ...
/** * Сopyright (c) F1 System Resource, Inc. 2006 * @author Rustem Mustafaiev msrustem@gmail.com * @author Igor Sadovskiy isadovskiy@gmail.com */ import org.aswing.Icon; class com.f1sr.aswing.plaf.spring.icon.RadioButtonIcon extends org.aswing.plaf.basic.icon.RadioButtonIcon{ private static var aswInstance:Icon...
//////////////////////////////////////////////////////////////////////////////// // // 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.xgame.godwar.core.hall.views { import com.xgame.godwar.common.pool.ResourcePool; import com.xgame.godwar.events.CreateBattleRoomEvent; import com.xgame.godwar.liteui.component.CaptionButton; import com.xgame.godwar.liteui.component.Label; import com.xgame.godwar.liteui.component.Select; import com.xga...
package com.fancynode.mvc.notif { import com.fancynode.mvc.ns_fancynode_mvc; /** * 消息 * @author featherJ * */ public class Notif { private var _type:String; /** * 消息类型 */ public function get type():String { return _type; } private var _target:Object; /** ...
/** * Copyright 2008 Marvin Herman Froeder * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in w...
/* * Copyright (c) 2014 Saumitra R Bhave * 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, publi...
package portrayal.symbol { import dataTypes.spatialGeometry.*; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; import instanceModel.Kit; import mx.collections.ArrayList; import mx.controls.Image; import portrayal.symbolStyle.AreaSymb...
package kabam.rotmg.account.web.view { import kabam.lib.tasks.Task; import kabam.rotmg.account.web.model.ChangePasswordData; import kabam.rotmg.account.web.signals.WebChangePasswordSignal; import kabam.rotmg.core.signals.TaskErrorSignal; import kabam.rotmg.dialogs.control.OpenDialogSignal; import robotlegs.bender.bund...
package com.tinyspeck.engine.port { import com.tinyspeck.debug.Console; import com.tinyspeck.engine.control.TSFrontController; import com.tinyspeck.engine.data.TeleportationScript; import com.tinyspeck.engine.data.client.Activity; import com.tinyspeck.engine.data.client.ConfirmationDialogVO; import com.tinyspeck....
/* * * 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 org.robotlegs.test.support { import org.osflash.signals.Signal; public class TestIntPropertySignal extends Signal { public function TestIntPropertySignal() { super(int,TestCommandProperty); } } }
package com.flexcapacitor.utils { import com.flexcapacitor.controller.Radiate; import com.flexcapacitor.events.DragDropEvent; import com.flexcapacitor.managers.ComponentManager; import com.flexcapacitor.managers.HistoryManager; import com.flexcapacitor.managers.ToolManager; import com.flexcapacitor.model.IDocum...
/* *********************************************************************** ActionScript 3 Tutorial by Barbara Kaskosz http://www.flashandmath.com/ Last modified: January 30, 2011 ************************************************************************ */ package com.flashandmath.bk.maze { import flas...
//////////////////////////////////////////////////////////////////////////////// // // 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 levels.level1.part3 { import adobe.utils.CustomActions; import score.medals.Medals; import sound.SoundManager; import assets.components.ECGAssets; import assets.dialogue.Level1DialogueAssets; import assets.GameAssets; import assets.GestureAssets; import assets.InventoryAssets; imp...
package citrus.objects.common { import citrus.core.CitrusObject; import citrus.math.MathVector; /** * This class defines a set of points (MathVector) that can be used with the MovingPlatform or other objects. * Don't call the State's add method on this object, because you don't want to create a graphic objec...
package kabam.rotmg.account.kongregate.services { import kabam.lib.tasks.BaseTask; import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.services.LoginTask; import kabam.rotmg.account.kongregate.view.KongregateApi; import kabam.rotmg.appengine.api.AppEngineClient; public class KongregateLoginTask e...
package { public class JA_D extends JA_0 { public var data: Vector.<Number>; public function JA_D(length: int, descriptor: String = '[D') { super(length, descriptor); this.data = new Vector.<Number>(length, true); } public function set(index: int, value: Number): void { data[index] = value; } public func...
/** * Created with IntelliJ IDEA. * User: Kuba * Date: 24.03.14 * Time: 14:09 * To change this template use File | Settings | File Templates. */ package skins.spark.mobile { import flash.events.Event; import mx.core.mx_internal; import spark.components.supportClasses.ButtonBase; import spark.skins.mobile.Button...
/* ************************************************************************ */ /* */ /* DBF (XBase File Reader) */ /* Copyright (c)2007 Edwin van Rijkom */ /* http://www.vanrijkom.org */ /* */ /* This library is free software; you can redistribute i...
package feathers.examples.displayObjects.screens { import feathers.controls.Button; import feathers.controls.Check; import feathers.controls.Header; import feathers.controls.Screen; import feathers.display.Scale9Image; import feathers.textures.Scale9Textures; import flash.geom.Rectangle; import starling.event...
package mochi.as3 { import flash.utils.Proxy; import flash.utils.flash_proxy; dynamic public class MochiSync extends Proxy { public static var SYNC_REQUEST:String = "SyncRequest"; public static var SYNC_PROPERTY:String = "UpdateProperty"; private var _syncContainer:Object; ...
class com.asunit.framework.Assertion { private var className:String; private var methodName:String; private var message:String; private var assertion:String; private var passed:Boolean; private function Assertion(cName:String, mName:String, msg:String, assert:String) { className = cName; methodN...
void TestArrayHandle2() { string[] s(10); Append(s); string[]@ sh = createArray(); double d1 = atof(sh[0]); double d2 = atof(s[0]); } void Append(string[]@ s) { for( uint n = 0; n < s.length(); n++ ) s[n] += "."; } string[]@ createArray() { return string[](2); }
package com.playfab.ServerModels { public class UnlinkServerCustomIdResult { public function UnlinkServerCustomIdResult(data:Object=null) { if(data == null) return; } } }
/* Copyright (c) 2009, 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 ...
/* Copyright (c) 2012 Josh Tynjala 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, su...
package com.framework.controller { import flash.events.Event; import flash.events.EventDispatcher; public class EventController extends EventDispatcher { static public var dispatchObjArr : Array = new Array(); static public function saveEvent(tObj : Object, tEventType : String) : void { var count : uint = d...
package com.ankamagames.dofus.network.messages.game.inventory.exchanges { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessa...
package org.gestouch.gestures { import org.gestouch.core.GestureState; import org.gestouch.core.Touch; import flash.geom.Point; /** * * @author Pavel fljot */ public class ZoomGesture extends AbstractContinuousGesture { protected var _touch1 : Touch; protected var _touch2 : Touch; protected var _tra...
/* 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 FinalClassImpDefInt.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provide a docu...
package org.generalrelativity.thread.diagnostic { import flash.utils.getTimer; import org.generalrelativity.thread.IRunnable; /** * Offers some simple means of diagnosing overall performance of * an IRunnable instance. * * @author Drew Cummins * */ public class ProcessDiagnostic { public var...
package starling.utils { import flash.display3D.Context3D; import flash.events.EventDispatcher; import flash.system.Capabilities; import flash.text.Font; import flash.utils.getDefinitionByName; import starling.errors.AbstractClassError; public class SystemUtil { private static v...
/* ***** 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 com.netease.protobuf.fieldDescriptors { import com.netease.protobuf.FieldDescriptor; import flash.utils.IDataInput; import com.netease.protobuf.ReadUtils; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; public final class FieldDescriptor$TYPE_FLOAT extend...
/* 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 { public interface B{}; } // var SECTION = "Definitions\Packages"; // provide a doc...
// ================================================================================================= // // 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. //...
// Action script... // [Initial MovieClip Action of sprite 20591] #initclip 112 if (!com.ankamagames.tools.Logger) { if (!com) { _global.com = new Object(); } // end if if (!com.ankamagames) { _global.com.ankamagames = new Object(); } // end if if (!com.ankamagames.tools) ...
package hungryHero.components.behaviours { import cadet.components.sounds.ISound; import cadet.core.IComponent; import cadet2D.components.particles.PDParticleSystemComponent; public interface IPowerupBehaviour extends IComponent { function init():void function execute():void function set collectSound(...
package as3ui.renderer { import flash.display.Graphics; import flash.geom.Rectangle; import mx.charts.chartClasses.LegendData; import mx.charts.series.LineSeries; import mx.charts.series.items.BubbleSeriesItem; import mx.core.IDataRenderer; import mx.core.UIComponent; public class itemRenderer_BubbleSeries...
// Copyright 2017-2020, Earthfiredrake // Released under the terms of the MIT License // https://github.com/Earthfiredrake/SWL-FrameworkMod // Based off of the Preferences class of El Torqiro's ModUtils library: // https://github.com/eltorqiro/TSW-Utils // Copyright 2015, eltorqiro // Usage under the terms of th...
/* ***** 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 { /** * @author xYzDl * @date 创建时间:2018-1-10 13:26:09 * @description: 一般配置,根据应用具体情况所需要的配置 */ public class GeneralConfig { private var _conf:Object; private static var _singleton:GeneralConfig; public static function get singleton():GeneralConfig { _singleton ||= new GeneralConfig(); r...
package com.company.assembleegameclient.util.offer { public class Offer { public function Offer(id:String, price:Number, realmGold:int, jwt:String, data:String, currency:String = null) { super(); this.id_ = id; this.price_ = price; this.realmGold_ = realmGold; this.jwt_ = j...
package kabam.rotmg.ui.view { import com.company.assembleegameclient.screens.AccountScreen; import com.company.assembleegameclient.screens.TitleMenuOption; import com.company.assembleegameclient.ui.SoundIcon; import flash.display.Sprite; import flash.filters.DropShadowFilter; import kabam.rotmg.text.view.TextFieldDis...
/* Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. */ package views.map_widgets.tools { import flash.events.MouseEvent; import items.feats.Byway; import items.verts.Byway_Vertex; import utils.misc.Logging; import views.base.Map_Canvas_Base;...
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** /* 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/. */ ...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing{ import flash.display.*; import flash.events.*; import flash.geom.Point; import flash.text.TextField; import flash.ui.Keyboard; import org.aswing.event.*; import org.aswing.util.DepthManager; import org.aswing.util.ArrayList; import org.aswing.util...
package com.doitflash.mobileProject.commonFcms.pages.services { import flash.display.Shape; import flash.events.Event; import flash.events.MouseEvent; import flash.text.AntiAliasType; import flash.text.TextFieldAutoSize; import com.doitflash.text.TextArea; import com.doitflash.text.modules.MySprite; import co...
package lib.engine.utils { import flash.media.Sound; import flash.media.SoundChannel; import flash.utils.Dictionary; import lib.engine.resources.ResourceManager; /** * 声音控制模块 * @author caihua * */ public class CSoundUtils { private static var _ins:CSoundUtils; private var _musicsList:Dictionary;...
package utils.string { /** * @author nikkoh */ public class RemoveLeadingZeros { public static function converToInt(str:String):int { while (str.substring(0, 1) == "0" && str.length > 1) { str = str.substring(1); } return int(str); } } }
package zen.geom { import flash.geom.Vector3D; /** A knot on a 3D spline (Spline3D) */ public class SplineKnot3D extends Vector3D { public var inVec:Vector3D; public var outVec:Vector3D; public function SplineKnot3D() { this.inVec = new Vector3D(); this.outVec = new Vector3D(); super(); } ...
package de.dittner.siegmar.view.common.form { public class FormOperationResult { public function FormOperationResult() {} public static const CANCEL:uint = 0; public static const OK:uint = 1; } }
/* Copyright 2012 XTD Studios Ltd. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, so...