text
stringlengths
4
1.04M
package { import flash.display.Sprite; import flash.display.Stage; import flash.geom.Point; public class Main extends Sprite { public function Main(stage:Stage) { // constructor code ShiftAndPut.doThis(new Ball(0xFF0000), new Point(200, 100), stage); } } }
/* -*- 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 L...
class AnimatedLetter extends MovieClip { static var SpaceWidth: Number = 15; var AnimationBase_mc: MovieClip; var QuestName: String; var QuestNameIndex: Number = 0; var Start: Number = 0; var LetterSpacing: Number = 0; var OldWidth: Number = 0; var EndPosition: Number = 104; function AnimatedLetter() { ...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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 sk.yoz.ycanvas.demo.explorer.modes.mapquest { import flash.events.IEventDispatcher; import sk.yoz.ycanvas.demo.explorer.Utils; import sk.yoz.ycanvas.demo.explorer.modes.Layer; import sk.yoz.ycanvas.demo.explorer.modes.Partition; public class MapQuestPartition extends Partition ...
package com.playata.application.data.constants { import com.playata.framework.core.TypedObject; import com.playata.framework.data.constants.ConstantsData; public class CGuildBattleAttackCost extends ConstantsData { public static const CONSTANTS_KEY:String = "guild_battle_attack_cost"; ...
package com.tencent.morefun.naruto.plugin.exui.card.ui { import flash.display.Sprite; import flash.display.MovieClip; public dynamic class LargeNinjaCardUI extends Sprite { public var avatar:MovieClip; public var bg:com.tencent.morefun.naruto.plugin.exui.card.ui.LargeNinjaCard...
package com.ankamagames.dofus.network.types.game.character.alignment { 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; ...
package com.steelpotato.footerDataGrid { import com.amentra.flex.utils.ExpressionUtils; import mx.controls.listClasses.IListItemRenderer; import mx.core.IFactory; public class SummaryColumn implements IFooterDataGridColumn { public static const SUM:String = 'sum'; public st...
/* See LICENSE for copyright and terms of use */ import org.actionstep.constants.ASConstantValue; /** * The following constants are defined by {@link org.actionstep.NSBrowser} to * describe types of browser column resizing, and are used by * {@link org.actionstep.NSBrowser#setColumnResizingType()} and * {@link...
package com.codeazur.as3swf.data.actions.swf5 { import com.codeazur.as3swf.data.actions.*; public class ActionBitAnd extends Action implements IAction { public static const CODE:uint = 0x60; public function ActionBitAnd(code:uint, length:uint, pos:uint) { super(code, length, pos); } o...
package components.arcwindow { import com.syndrome.sanguo.battle.combat_ui.stagegroup.group3D.Effect3DCantainer; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.filters.GlowFilter; import flash.utils.setTimeout; import org.flexlite.domUI.core.UIComponent; /** * 线条效果,暂...
// ================================================================================================= // // Starling Framework // Copyright 2011 Gamua OG. 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....
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
package flash.xml { // // XMLNode // /** * The XMLNode class represents the legacy XML object * that was present in ActionScript 2.0 and that was renamed in ActionScript 3.0. * In ActionScript 3.0, consider using the new top-level <a href="../../XML.html">XML</a> * class and related classes instead, * which suppo...
package { import flash.display.Loader; import flash.display.MovieClip; import flash.display.NativeWindow; import flash.display.NativeWindowInitOptions; import flash.display.NativeWindowSystemChrome; import flash.display.NativeWindowType; import flash.display.Screen; import flash.display.StageAlign; import fl...
//////////////////////////////////////////////////////////////////////////////// // // 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 // //...
package com.videojs.providers{ import flash.media.Video; import flash.utils.ByteArray; public interface IProvider{ /** * Should return a value that indicates whether or not looping is enabled. */ function get loop():Boolean; /** ...
package com.ek.duckstazy.game { import flash.display.Sprite; import flash.geom.Matrix; /** * @author eliasku */ public class Camera { private var _x:Number = 0.0; private var _y:Number = 0.0; private var _scale:Number = 1.0; private var _sizeX:Number = 1.0; private var _sizeY:Number = 1.0; pu...
package org.docksidestage.dbflute.flex.ex { import org.docksidestage.dbflute.flex.bs.BsWhiteBaseOne07Miraco; /** * The entity of WHITE_BASE_ONE07_MIRACO. * <p> * You can implement your original methods here. * This class remains when re-generating. * </p> * @author DBFlute(AutoGenerator) */ [RemoteClass(alias=...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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...
/** * 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 SharedNotebookPrivilegeLevel { public static const READ_NOTEBOOK:int = 0; public static const ...
package pl.brun.lib.debugger.controller { import pl.brun.lib.Base; import pl.brun.lib.debugger.display.content.BDBitmapContent; import pl.brun.lib.debugger.model.content.BDDisplayObjectBitmapModel; import flash.events.MouseEvent; /** * created: 2009-12-26 * @author Marek Brun */ public class BDBitmapConte...
/* * Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
package com.codeazur.as3swf.data.abc.utils { /** * @author Simon Richardson - simon@ustwo.co.uk */ public function getMethodName(value:String):String { // Remove get and set if found const regexp:RegExp = new RegExp(NAMESPACE_GET_OR_SET); if(regexp.exec(value)) { value = value.substr(0, -4); } // Ext...
/* 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 com.adobe.test.Assert; // var SECTION = "6-1"; // var VERSION = "ECMA_1"; // var TITLE = "Sou...
/** * Main Database tracker for collection quest * It keeps track of: * 1 games played (X 2) * 2 video trailer watched * 3 park info clicked * 4 main fixflag page click * 5 feedapet * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @author Abraham Lee * @since 03.26.2009 */ package com.neo...
/****************************************************************************** * 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 * der...
package com.webUtils { import flash.external.ExternalInterface; public class CallJS { public function CallJS() { } public static function call(... arg):* { if (ExternalInterface.available) { try { return ExternalInterface.call.apply(null, arg); } catch (erro...
/** * ... * @author Martin Legris ( http://blog.martinlegris.com ) * @version 0.1 */ package ca.newcommerce.youtube.data { public class ThumbnailData { protected var _data:Object; public function ThumbnailData(data:Object) { _data = data; } public function get time():String ...
/* See LICENSE for copyright and terms of use */ import org.actionstep.NSArray; import org.actionstep.NSDictionary; import org.actionstep.NSException; import org.actionstep.NSObject; import org.actionstep.NSRange; /** * An immutable collection of Numbers (should be unsigned integers). These * Numbers represent a s...
package kabam.rotmg.account.transfer { import kabam.rotmg.account.core.services.MigrateAccountTask; import kabam.rotmg.account.transfer.commands.CheckKabamAccountCommand; import kabam.rotmg.account.transfer.commands.TransferAccountCommand; import kabam.rotmg.account.transfer.services.TransferAccountTask; import kabam....
/** * * *@langversion ActionScript 3.0 *@playerversion Flash 9.0 *@author Abraham Lee *@since 01.08.2010 */ package com.neopets.games.inhouse.suteksTomb.game{ //---------------------------------------- //IMPORTS //---------------------------------------- import flash.display.MovieClip; import flash.ev...
package game { import adobe.utils.CustomActions; import net.flashpunk.Entity; import net.flashpunk.graphics.Text; import net.flashpunk.FP; import net.flashpunk.tweens.misc.Alarm; import net.flashpunk.graphics.Text; import net.flashpunk.tweens.misc.ColorTween; public class textJordan extends Entity { pub...
package com.ankamagames.dofus.misc.stats.ui { import com.ankamagames.dofus.logic.common.managers.PlayerManager; import com.ankamagames.dofus.logic.game.common.managers.PlayedCharacterManager; import com.ankamagames.dofus.misc.lists.StatsHookList; import com.ankamagames.dofus.misc.stats.IHookStats; ...
package com.ankamagames.dofus.logic.game.spin2.chat { import chat.protocol.channel.commands.CreateChannelMessageCmd; import chat.protocol.channel.data.ChannelMessage; import chat.protocol.channel.data.ChannelMessageList; import chat.protocol.channel.events.ChannelMessageCreatedEvt; import chat.prot...
package we3d.material { import we3d.we3d; import we3d.mesh.Face; import we3d.renderer.RenderSession; use namespace we3d; public class FlatAttributes implements ISurfaceAttributes { public function FlatAttributes (fillColor:uint=0x807060, fillAlpha:Number=1) { color = fillColor; alpha = fillAlpha; } ...
package model { import flash.events.EventDispatcher; import flash.events.Event; import flash.events.IEventDispatcher; import flash.utils.ByteArray; import controller.LobbyCtrl; // インベントリつきのイベントカードクラス public class EventCardInventory implements ICardInventory { private var _inve...
package a24.tween.plugins { import a24.tween.core.plugins.PulginTween24; import a24.tween.Tween24; import flash.text.TextField; /** * * TextField を操作するプラグインです。 * @author Atsushi Kaga * @since 2012.08.28 * */ public class TextPlugin extends PulginTween24 { /** * @private ...
package modules.srddzGame.srddzInerGame.controller { import common.CommonModule; import common.event.EventCenter; import common.tools.SoundPlay; import common.view.PopBox; import laya.media.SoundManager; import manager.MessageManager; import manager.UIManager; import modules.gameCommon.view.NewDissolvePag...
/* * SPL; AS3 Spelling library for Flash and the Flex SDK. * * Copyright (c) 2013 gskinner.com, 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 wit...
package kabam.rotmg.stage3D.graphic3D { import flash.utils.Dictionary; import kabam.rotmg.stage3D.proxies.Context3DProxy; import kabam.rotmg.stage3D.proxies.IndexBuffer3DProxy; import org.swiftsuspenders.Injector; import org.swiftsuspenders.dependencyproviders.DependencyProvider; public class IndexBufferFactory impl...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import avmplus.System System.exit(5)
package { import flash.display.BitmapData; import flash.geom.Rectangle; import flash.geom.Point; import flash.display.Bitmap; public class Raycaster extends BitmapData { private var map: BitmapData; //-- WORLD COORDINATES --// public var x: Number; public var y: Number; public var z: Number; publ...
package quickb2.math.geo { import quickb2.event.qb2I_EventDispatcher; import quickb2.math.geo.coords.qb2GeoPoint; /** * ... * @author */ public interface qb2I_GeoCircularEntity { function set(center_copied_nullable:qb2GeoPoint, radius:Number):void; function getCenter():qb2GeoPoint; function getRadi...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import interfaces.Example1; import ru.interactivelab.touchscript.TouchManager; import ru.interactivelab.touchscript.debugging.TouchDebugger; import ru.interactivelab.touchscript.inputSources.MouseInpu...
package excited_fla { import flash.display.MovieClip; public dynamic class theUpper_1 extends MovieClip { public var theProp:MovieClip; public var shaderObj:MovieClip; public function theUpper_1() { super(); addFrameScrip...
package com.hp.asi.hpic4vc.ui.model.events { import com.vmware.core.model.DataObject; [Bindable] [RemoteClass(alias="com.hp.asi.hpic4vc.server.provider.model.QueueModel")] public class QueueModel extends DataObject { public var package_url:String; } }
// Urho3D material editor Window@ materialWindow; Material@ editMaterial; XMLFile@ oldMaterialState; bool inMaterialRefresh = true; View3D@ materialPreview; Scene@ previewScene; Node@ previewCameraNode; Node@ previewLightNode; Light@ previewLight; Node@ previewModelNode; StaticModel@ previewModel; void CreateMaterial...
package com.eclecticdesignstudio.motion.easing { import com.eclecticdesignstudio.motion.easing.equations.SineEaseIn; import com.eclecticdesignstudio.motion.easing.equations.SineEaseInOut; import com.eclecticdesignstudio.motion.easing.equations.SineEaseOut; /** * @author Joshua Granick * @auth...
package com.greensock.easing { public class Strong extends FastEase { public static const power:uint = 4; public static function easeIn(t:Number, b:Number, c:Number, d:Number):Number { return c*(t/=d)*t*t*t*t + b; } public static function easeOut(t:Number, b:Number, c:Number, d:Number):Number ...
// For now this is a just a simple associative array of required values class skyui.props.ItemFilter { var reqs:Object; function ItemFilter(requirementsObj:Object) { setFromObject(requirementsObj); } function addRequirement(requiredProperty:String, requiredVal) { reqs[requiredProperty] = requiredVal; }...
const string func() { return ''; }
package serverProto.universeFuzionBudokai { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_ENUM; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_SINT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffe...
package amfSocket { public class RpcMessage extends RpcObject { // // Constructor. // public function RpcMessage(command:String, params:Object) { super(command, params); } public override function toObject():Object { var object:Object = {}; object.type = 'rpcMessage'; object.message = {};...
/** * Shape3D.as by Lee Burrows * Nov 6, 2010 * Visit blog.leeburrows.com for more stuff * * 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 lim...
package as_src { import flash.events.Event; import mx.containers.Panel; import mxml_src.*; /** * ... * @author i */ public class PIView // pattern-interface { private var _pOpe:mxml_src.OperatingPanel; // ссыль на панель с содержанием private var _pAtr:mxml_src.AttributesPanel; private var _pCon:...
package kabam.rotmg.stage3D { import com.company.assembleegameclient.engine3d.Model3D; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.util.Stage3DProxy; import com.company.assembleegameclient.util.StageProxy; import flash.display3D.Context3DBlendFactor; import fla...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.awml.AwmlConstants; import GUI.fox.aswing.awml.AwmlNamespace; import GUI.fox.aswing.awml.AwmlParser; import GUI.fox.aswing.awml.component.ContainerParser; import GUI.fox.aswing.Component; import GUI.fox.aswing.JSplitPane; /** * Parses {@link GU...
package com.hurrygames.grabber.entitys { import com.hurrygames.grabber.core.BaseEntity; /** * 表示一只军队。 * @author Administrator * */ public class ArmyEntity extends BaseEntity { /** * 此军队的拥有者 */ public var ownedPlayer:PlayerEntity; /** * 从哪个城市出发的 */ public var fromCity:CityEntity...
/* ***** 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 kabam.rotmg.characters.reskin { import kabam.lib.net.api.MessageMap; import kabam.rotmg.characters.reskin.control.AddReskinConsoleActionCommand; import kabam.rotmg.characters.reskin.control.AddReskinConsoleActionSignal; import kabam.rotmg.characters.reskin.control.OpenReskinDialogCommand; import kabam.rotmg.ch...
import caurina.transitions.*; import ascb.util.Proxy; import agung.utils.UMc; import agung.utils.UTf; class agung.tech01.main.scrollerDescription extends MovieClip { private var settingsObj:Object; public var node:XMLNode; private var theWidth:Number; private var holder:MovieClip; private var t...
/** * 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...
import Components.UniformTimeMeter; class QuestNotification extends MovieClip { static var QuestNotificationIntervalIndex: Number = 0; static var AnimationCount: Number = 0; static var QUEST_UPDATE: Number = 0; static var SKILL_LEVEL_UPDATE: Number = 1; static var PLAYER_LEVEL_UPDATE: Number = 2; static var SHO...
/* * Copyright: (c) 2016. Turtsevich Alexander * * Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.html * * https://github.com/kemsky/stream */ package com.kemsky.filters { import com.kemsky.Stream; import com.kemsky.support.StreamError; /** * Creates function ...
/* See LICENSE for copyright and terms of use */ /* import org.actionstep.ASDebugger; import org.actionstep.NSApplication; import org.actionstep.NSMenu; import org.actionstep.NSMenuItem; import org.actionstep.NSMenuItemCell; import org.actionstep.NSNotification; import org.actionstep.NSNotificationCenter; import org.ac...
package com.ankamagames.berilia.types.data { public class BeriliaUiSound { public var uiName:String; public var openFile:String; public var closeFile:String; public function BeriliaUiSound() { super(); } } }
/******************************************************************************* * PushButton Engine * Copyright (C) 2009 PushButton Labs, LLC * For more information see http://www.pushbuttonengine.com * * This file is licensed under the terms of the MIT license, which is included * in the License.html file at th...
/** * Copyright (c) 2014, Fernando Bevilacqua * 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 o...
package framework.view.pages.checkOut.data { import mx.collections.ArrayCollection; public class AccountData { public var id:Number; public var type:int; /** * This property is company name by account. * * @default "" */ public var company:String = ""; /** * This property is guest na...
package aerys.minko.example.particles.snowparticles { import aerys.minko.example.particles.snowparticles.SnowParticleController; import aerys.minko.render.effect.blur.BlurEffect; import aerys.minko.render.effect.blur.BlurQuality; import aerys.minko.render.effect.hdr.HDREffect; import aerys.minko.render.geometry.pr...
/* See LICENSE for copyright and terms of use */ import org.actionstep.ASLabel; import org.actionstep.ASUtils; import org.actionstep.color.ASColorPanelToolbarDelegate; import org.actionstep.constants.NSBorderType; import org.actionstep.constants.NSControlSize; import org.actionstep.constants.NSTickMarkPosition; import...
/* ***** 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 model { import flash.events.*; import flash.utils.Timer; import flash.events.TimerEvent; import flash.net.URLRequest; import flash.net.URLLoader; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; /** * 会話文用のモデル * */ public class Dialog...
package org.flexlite.domUI.components.supportClasses { import flash.events.Event; import flash.geom.Rectangle; import org.flexlite.domCore.dx_internal; import org.flexlite.domUI.core.ILayoutElement; import org.flexlite.domUI.core.IViewport; import org.flexlite.domUI.core.IVisualElement; import org.fle...
package net.guttershark.ui.controls.tree { import flash.display.MovieClip; import net.guttershark.core.IDataProviderConsumer; import net.guttershark.util.FlashLibrary; public class Tree extends MovieClip implements IDataProviderConsumer { private var _dataProvider:*; private var rootTreeNode:TreeNode;...
package kabam.rotmg.core.signals { import kabam.lib.tasks.Task; import org.osflash.signals.Signal; public class TaskErrorSignal extends Signal { public function TaskErrorSignal() { super(Task); } } }
package mediaScreens { import flash.desktop.NativeApplication; import flash.desktop.SystemIdleMode; import feathers.controls.Button; import feathers.controls.PanelScreen; import feathers.controls.WebView; import feathers.events.FeathersEventType; import feathers.layout.AnchorLayout; import feathers.layout.Anc...
package ru.nacid.base.services { import flash.events.EventDispatcher; import ru.nacid.base.data.store.VOList; import ru.nacid.base.services.interfaces.IPreventCommand; import ru.nacid.utils.DelayedAction; /** * CommandQueue.as * Created On: 5.8 20:22 * * @author Nikolay nacid Bondarev * @url https://gi...
package dragonBones.starling { import dragonBones.core.BaseObject; import dragonBones.core.dragonBones_internal; import dragonBones.textures.TextureAtlasData; import dragonBones.textures.TextureData; import starling.textures.SubTexture; import starling.textures.Texture; import starling.textures.TextureAtlas; ...
package com.playfab.AdminModels { public class DeleteMasterPlayerAccountResult { public var JobReceiptId:String; public var TitleIds:Vector.<String>; public function DeleteMasterPlayerAccountResult(data:Object=null) { if(data == null) return; ...
package awaybuilder.controller.events { import flash.events.Event; public class SettingsEvent extends Event { public static const SHOW_DOCUMENT_SETTINGS:String = "showDocumentSettings"; public static const SHOW_APPLICATION_SETTINGS_DOCUMENT_DEFAULTS:String = "showApplicationSettingsDocumentDefaults"; p...
package com.hasoffers.nativeExtensions.IFA { import flash.events.EventDispatcher; import flash.external.ExtensionContext; [RemoteClass(alias="com.hasoffers.nativeExtensions.IFA.IFA")] public class IFA extends EventDispatcher { // If the AIR application creates multiple IFA objects, ...
//////////////////////////////////////////////////////////////////////////////// // // 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 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.codeazur.as3swf.data.abc.bytecode.multiname { /** * @author Simon Richardson - simon@ustwo.co.uk */ public class ABCNamespaceKindFactory { public static function create(value:String):ABCNamespaceKind { var type:uint; switch(value) { case "internal": type = ABCNamespaceKind.PACK...
package utils.object { import flexunit.framework.Assert; import utils.object.contains; public class ContainsTest { [Test] public function testContains():void { var o:Object = {foo:"bar", baz:42}; var p:Object = {foo:o}; Assert.assertTrue("Object contains 'bar'", contains(o, "bar")); Assert.as...
/* * Copyright 2011 Overstock.com and others. * * 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...
package serverProto.supershadow { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; imp...
package visuals.ui.elements.outfit { 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.backgrounds.SymbolSlice9Back...
package actionlib.common.query.iterators { import flash.display.DisplayObjectContainer; import flash.utils.flash_proxy; import flash.utils.Proxy; public class DisplayIterator extends Proxy { private var _target:DisplayObjectContainer; private var _childNum:int = 0; private var _childCount:int = 0; publi...
package com.splunk.nodegraph.expressions { public class LessThanEqual extends AbstractBinaryExpression { // Constructor public function LessThanEqual(exp1:AbstractExpression = null, exp2:AbstractExpression = null) { super("<=", exp1, exp2); } // Protected Methods protected override functi...
/* 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, distribu...
package kabam.rotmg.account.core.view { import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.signals.UpdateAccountInfoSignal; import kabam.rotmg.account.web.WebAccount; import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.ui.signals.NameChangedSignal; import robotlegs.bend...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import flash.media.Sound; final public class SoundAssets { [Embed(source="pointsIncrease.swf#wav", mimeType="application/x-shockwave-flash")] static private const PointsIncrease:Class; static public function get pointsIncrease():Sound { return new PointsIncrease() as Sound; } } ...
/* * Copyright 2010 Swiz Framework Contributors * * 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. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless...
package SJ.Game.jewelCombine { import engine_starling.SApplication; import engine_starling.display.SImage; import engine_starling.display.SLayer; import feathers.controls.Button; public class CJJewelSelectLevelItem extends SLayer { /**选择的级别*/ private var _level:int; /**选择的按钮*/ private var _btnSelect:B...