text
stringlengths
4
1.04M
/* 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.motion { import feathers.motion.effectClasses.IMoveEffectContext; import feathers.motion.ef...
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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 ob...
package { import flash.events.Event; import flash.events.EventDispatcher; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundTransform; /** * ... * @author zazuna */ public class SoundSchedule extends EventDispatcher { private var commands:Array private var sound:Soun...
package net.psykosoft.psykopaint2.home.views.pickimage { import com.greensock.TweenLite; import com.greensock.easing.Strong; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Point; import flash.media.Camera; import flash.media.Video; import net.psy...
package kabam.rotmg.constants { import com.company.util.AssetLibrary; import flash.display.BitmapData; public class ItemConstants { public static const NO_ITEM:int = -1; public static const ALL_TYPE:int = 0; public static const SWORD_TYPE:int = 1; public static const DAGGER_TYPE:int = 2; publ...
package com.playfab.MultiplayerModels { public class CancelMatchmakingTicketRequest { public var QueueName:String; public var TicketId:String; public function CancelMatchmakingTicketRequest(data:Object=null) { if(data == null) return; Que...
//////////////////////////////////////////////////////////////////////////////// // // 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 mymodels { public class MarsHabitatPricerOutput { public var price:Number; public function MarsHabitatPricerOutput(mapFrom:Object) { try { this.price = mapFrom.price.doubleV; } catch (e:Error) { trace("MarsHabitatPricerOutput", e.message); } } } }
package com.longtailvideo.jwplayer.view.interfaces { import com.longtailvideo.jwplayer.events.IGlobalEventDispatcher; public interface IPlayerComponent extends IGlobalEventDispatcher { function resize(width:Number, height:Number):void; function get height():Number; function get width():Number; function get x...
package kabam.rotmg.messaging.impl.incoming { import flash.display.BitmapData; import flash.utils.IDataInput; public class Death extends IncomingMessage { public var accountId_:String; public var charId_:int; public var killedBy_:String; public va...
package com.huawei.sdnc.model { public class GreTunnel { public function GreTunnel() { } public var tnlType:String; public var srcType:String; public var srcIpAddr:String; public var srcIfName:String; public var dstVpnName:String; public var dstIpAddr:String; public var keepalvEn:...
package kabam.rotmg.death.control { import kabam.rotmg.messaging.impl.incoming.Death; import org.osflash.signals.Signal; public class HandleDeathSignal extends Signal { public function HandleDeathSignal() { super(Death); } } }
/** * VERSION: 1.04 * DATE: 2010-03-06 * AS3 * UPDATES AND DOCUMENTATION AT: http://blog.greensock.com/ **/ package com.greensock.layout { /** * Provides constants for defining how objects should scale/stretch to fit within an area (like a <code>LiquidArea</code> or <code>AutoFitArea</code>). <br /><br /> * ...
package { dynamic public class RegExp extends Object { public static const length:int = 1; public function RegExp(param1 = undefined, param2 = undefined) { return; }// end function public function get source() : String; public funct...
package io.decagames.rotmg.pets.components.petSkinsCollection { import flash.display.Sprite; import io.decagames.rotmg.pets.components.petSkinSlot.PetSkinSlot; import io.decagames.rotmg.pets.data.vo.SkinVO; import io.decagames.rotmg.ui.defaults.DefaultLabelFormat; import io.decagames.rotmg.ui.g...
package org.bigbluebutton.modules.present.services.messages { import mx.collections.ArrayCollection; public class PresentationVO { private var _id:String; private var _name:String; private var _current:Boolean = false; private var _pages:ArrayCollection; public function PresentationVO(...
package feathers.controls { import org.osflash.signals.ISignal; /** * Minimum requirements for a scroll bar to be usable with a <code>Scroller</code> * component. * * @see Scroller */ public interface IScrollBar { /** * The minimum value of the scroll bar. */ function get minimum():Number; /...
package com.ankamagames.dofus.kernel.sound.type { import flash.geom.Point; public class LocalizedMapSound { public var soundId:String; public var position:Point; public var range:int; public var saturationRange:int; pu...
//////////////////////////////////////////////////////////////////////////////// // // 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 // //...
/** * This license does NOT supersede the original license of GPC. Please see: * http://www.cs.man.ac.uk/~toby/alan/software/#Licensing * * This license does NOT supersede the original license of SEISW GPC Java port. Please see: * http://www.seisw.com/GPCJ/GpcjLicenseAgreement.txt * * Copyright (c) 2009, Jakub...
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
/****************************************************************************** * 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 entities.patternMachine.patterns { import entities.patternMachine.*; import entities.*; import net.flashpunk.FP; public class p5 extends PatternBase { private var _type1:uint; private var _type2:uint; public function p5(type1:uint = 0, type2:uint = 0) { super(8, 0.08); _type1 = type1; ...
package classes.api.events { import flash.events.Event; import classes.api.data.ProjectInfo; import classes.api.errors.APIError; public class GetProjectInfoEvent extends Event { public static const GET_PROJECT_INFO : String = 'GET_PROJECT_INFO'; public var info : ProjectInfo; public var error : int; ...
package game.scene { import com.scene.BaseScene; import com.utils.Assets; import game.hero.AnimationCreator; import game.manager.AssetMgr; import starling.core.Starling; import starling.text.TextField; import treefortress.spriter.SpriterClip; import com.utils.Constants; /** * 场景加载 *...
/* * 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 flash.system { public class LoaderContext { public var applicationDomain:ApplicationDomain = null; public var checkPolicyFile:Boolean = false; public var securityDomain:SecurityDomain = null; public function LoaderContext(checkPolicyFile:Boolean = false, applicationDomain:ApplicationDomain = null, secu...
package sabelas.components { import away3d.containers.ObjectContainer3D; /** * Simple component for tweening Display3D component * * @author Abiyasa */ public class Tween3D { public static const TYPE_SCALE:int = 0; private var _type:int; /** * Tweening type, define which parameter to tween ...
package com.company.assembleegameclient.objects.particles { import flash.geom.Point; public class ThrowEffect extends ParticleEffect { public var start_:Point; public var end_:Point; public var color_:int; public function ThrowEffect(_arg1:Point, _arg2:Point, _arg3:int) { this.start_ = _arg1...
package com.ankamagames.berilia.components.messages { import com.ankamagames.berilia.types.data.GridItem; import com.ankamagames.berilia.types.graphic.GraphicContainer; public class ItemRollOverMessage extends ComponentMessage { private var _gridItem:GridItem; ...
/* * PROJECT: NyARToolkitAS3 * -------------------------------------------------------------------------------- * This work is based on the original ARToolKit developed by * Hirokazu Kato * Mark Billinghurst * HITLab, University of Washington, Seattle * http://www.hitl.washington.edu/artoolkit/ * * The ...
package cmodule.decry { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; public final class FSM__UTF8_wcrtomb extends Machine { public function FSM__UTF8_wcrtomb() { super(); } public stat...
// ================================================================================================= // // 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....
package com.greensock.easing { public class Strong { public static const power:uint = 4; public function Strong() { super(); } public static function easeIn(param1:Number, param2:Number, param3:Number, param4:Number) : Number { return par...
/* 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/. */ /* * Internal Interface InternalInterface * Interface methods * * */ package PublicClassImpInternalIntIntname{...
/* * Copyright (C) 2003-2012 Igniterealtime Community Contributors * * Daniel Henninger * Derrick Grigg <dgrigg@rogers.com> * Juga Paazmaya <olavic@gmail.com> * Nick Velloff <nick.velloff@gmail.com> * Sean Treadway <seant@oncotype.dk> * Sean Voisen <sean@voisen.org> * Mark Walters <...
// Urho3D editor #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorView.as" #include "Scripts/Editor/EditorScene.as" #include "Scripts/Editor/EditorActions.as" #include "Scripts/Editor/EditorUIElement.as" #include "Scripts/Editor/EditorGizmo.as" #include "Scripts/Editor/EditorMa...
package { import com.takumus.ui.events.ListCellMouseEvent; import com.takumus.ui.list.CellData; import com.takumus.ui.list.List; import com.takumus.ui.list.ListCell; import flash.text.TextField; public class SimpleCell extends ListCell{ private var _label:TextField; private var _dragIcon:DragIcon; privat...
/** * VERSION: 1.3 * DATE: 2011-08-02 * AS3 * UPDATES AND DOCS AT: http://www.TweenMax.com **/ package com.greensock.plugins { import com.greensock.*; /** * To tween any rotation property of the target object in the shortest direction, use "shortRotation" * For example, if <code>myObject.rotation</c...
package model { import flash.display.DisplayObject; import flash.events.Event; import cadet.core.CadetScene; import cadet.core.ComponentContainer; import cadet2D.components.geom.BezierCurve; import cadet2D.components.materials.StandardMaterialComponent; import cadet2D.components.renderers.Renderer2D; import...
package org.spicefactory.lib.task { import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOErrorEvent; import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; public class SoundTask extends Task { private var filename:String; functio...
package kabam.rotmg.fame.control { import kabam.rotmg.fame.model.FameVO; import org.osflash.signals.Signal; public class ShowFameViewSignal extends Signal { public function ShowFameViewSignal() { super(FameVO); } } }//package kabam.rotmg.fame.control
package me.rainssong.display { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.IBitmapDrawable; import flash.filters.DropShadowFilter; import flash.geom.Matrix; import flash.geom.Rectangle; /** * ... * @author Rainssong */ public c...
table geoIpNode6 "Map Ip ranges to genome browser node." ( string ipStart; "First internet IP address of range." string ipEnd; "Last internet IP address of range." char node; "Node Id." )
package zenith.context.game.models { import robotlegs.bender.extensions.starling.impl.StarlingEventMap; import starling.core.Starling; import starling.events.Event; import zenith.commons.signals.HeartbeatSignal; public class HeartbeatMachine { [Inject] public var heartbeat:HeartbeatSignal; [Inject] ...
/* 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, dist...
package com.rockdot.plugin.io.command { import com.rockdot.core.mvc.RockdotEvent; import flash.display.Bitmap; import flash.display.Loader; import flash.events.Event; import flash.net.URLRequest; import flash.system.LoaderContext; public class IOLoadImageCommand extends AbstractIOCommand { private var _file...
package away3d.animators.states { 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.Stage3DProxy; import away3d.animators.nodes.ParticleTime...
package { import net.flashpunk.utils.Key; import net.flashpunk.utils.Input; import roshan.buffer.DIRECTION; public class xyKeyboard { public static function getDirection():int { return toDirection( Input.check(Key.DOWN), Input.check(Key.LEFT), Input.check(Key.RIGHT), Input.check(Key.UP) ...
package com.codeazur.as3swf.timeline { import flash.utils.ByteArray; public class SoundStream { public var startFrame:uint; public var numFrames:uint; public var numSamples:uint; public var compression:uint; public var rate:uint; public var size:uint; public var type:uint; protected var _data:By...
/** * 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...
/* 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; /* * Date: 2001-07-10 * * SUMMARY: Invoking try...catch through Function.call * ...
package im.siver.logger.v1 { /** * @private */ internal class Constants { // Commands internal static const COMMAND_HELLO:String = "HELLO"; internal static const COMMAND_INFO:String = "INFO"; internal static const COMMAND_TRACE:String = "TRACE"; internal stati...
/* 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 devoron.dataui.propertiescontainer { import devoron.dataui.DataContainerForm; import devoron.studio.guidesinger.TextIcon; import devoron.aswing.ASWingUtils; import devoron.components.tables.icons.IconsTable; import devoron.components.buttons.DSButton; import devoron.components.checkboxes.DSCheckBox; impo...
package ddt.events { import ddt.data.effort.EffortInfo; import flash.events.Event; public class EffortEvent extends Event { public static const INIT:String = "init"; public static const CHANGED:String = "changed"; public static const LIST_CHANGED:String = "listChan...
package F4SE { import System.Diagnostics.Debug; /** * */ public class Objects { public static function ToVersion(object:*):IVersion { if (object != null) { var value:IVersion = new IVersion(); value.Major = object.major; value.Minor = object.minor; value.Beta = object.beta; value...
package { import com.mycompany.CustomEvent; import com.mycompany.HelloWorldANE; import flash.display.Sprite; import flash.text.TextField; public class Main extends Sprite { public function Main() { var ane:HelloWorldANE = new HelloWorldANE(); ane.addEventListener("MY_EVENT", onANEEvent); ...
/** * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and conditio...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package serverProto.inc { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; import flash.utils.IDataInput; import com....
/** * * User: rgerbasi * Date: 2/22/12 * Time: 12:32 PM */ package com.as3nui.nativeExtensions.air.kinect.frameworks.openni { import com.as3nui.nativeExtensions.air.kinect.Kinect; import com.as3nui.nativeExtensions.air.kinect.KinectSettings; import com.as3nui.nativeExtensions.air.kinect.bridge.ExtensionContextB...
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...
/* * ******************************************************************************************************************** * * BACKENDLESS.COM CON...
//////////////////////////////////////////////////////////////////////////////// // // 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...
;; second pass tester - By @AvivNaaman. Please NOT Re-use this input file ; in your project. I Share it so you can use it for testing. (c) ; will be used later DataIsNice: .data -1,5,-99,1024 DATALABEL: .string "Very Generic String" MathFacts: .string "sigma is sum, pi is mult." MyOtherOtherString: .string "My other...
package com.syndrome.sanguo.battle { import com.syndrome.sanguo.battle.combat_ui.CombatGroup; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.Timer; public class CombatConsole extends EventDispatcher { public static const CONFIRM:String = "c...
/* ***** 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/ * ...
//////////////////////////////////////////////////////////////////////////////// // // 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 org.spicefactory.parsley.command.observer { /** * @author Jens Halm */ public class CommandStatusFlagsMetadata extends CommandStatusFlags { [CommandStatus(type="org.spicefactory.parsley.command.trigger.Trigger")] public override function get trigger ():Boolean { return super.trigger; } public over...
// ================================================================================================= // // CoreApp Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreemen...
package com.company.assembleegameclient.ui.panels { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.objects.Party; import com.company.assembleegameclient.objects.Player; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.ui...
//////////////////////////////////////////////////////////////////////////////// // // 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.dofus.network.messages.game.context.notification { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMess...
package org.mangui.HLS { /** Audio Track identifier **/ public class HLSAudioTrack { public static const FROM_DEMUX : Number = 0; public static const FROM_PLAYLIST : Number = 1; public var title : String; public var id : Number; public var source : Number; public ...
// Decompiled by AS3 Sorcerer 3.16 // http://www.as3sorcerer.com/ //SFGameFont package { import flash.text.Font; public dynamic class SFGameFont extends Font { } }//package
package com.myclient2sample3.pureMVC.model { import com.myclient2.core.engine.MCamera; import com.myclient2.core.engine.MEngine; import com.myclient2.core.engine.MMap; import com.myclient2.core.engine.MViewPort; import org.puremvc.as3.patterns.proxy.Proxy; /** * * @author 王明凡 */ public cla...
package away3d.core.clip { import away3d.arcane; import away3d.core.base.*; import away3d.core.draw.*; import away3d.core.geom.*; import away3d.core.render.*; import away3d.core.utils.*; import flash.utils.*; use namespace arcane; /** * Rectangle clipping combined with nearfield clipping */ ...
package alternterrain.util { import alternativa.engine3d.core.VertexAttributes; import alternativa.engine3d.resources.Geometry; import alternativa.engine3d.alternativa3d; import alternterrain.resources.GeometryFixed; import flash.display.BitmapData; import flash.display.Sprite; import flash.display3D.IndexBuffe...
package com.playfab.ServerModels { public class GetPlayerCombinedInfoRequestParams { public var GetCharacterInventories:Boolean; public var GetCharacterList:Boolean; public var GetPlayerProfile:Boolean; public var GetPlayerStatistics:Boolean; public var GetTitleData:Bool...
package razor.text { import omg.Console; import omg.AppBase; import omg.OMGUtil; import flash.geom.Rectangle; import flash.utils.Dictionary; import flash.utils.ByteArray; import razor.RazorUtils; import razor.texture.RazorTexture; import razor.display.RazorStage; import razor.data.TextStyleData; import razor.texture...
package layout { import layout.common.box.Box; import org.as3commons.ui.layout.HLayout; import flash.display.Sprite; public class AddFirst extends Sprite { public function AddFirst() { var h : HLayout = new HLayout(); h.maxItemsPerRow = 5; h.add(Box.create(5)); // 1-5 h.addFirst(Box.create(5)); /...
package fl.motion.easing { /** * The Exponential class defines three easing functions to implement * motion with ActionScript animation. It produces * an effect similar to the popular * "Zeno's paradox" style of scripted easing, * where each interval of time decreases the remaining * distance by a c...
package com.nike.shoes { import flash.display.MovieClip; public class Shoe extends MovieClip { public var _colors:Array = []; public var _combination1:Array = []; public var _combination2:Array = []; public var _combination3:Array = []; public var _combination4:Array = []; public var _combination5:Arr...
package SJ.Game.layer { import SJ.Game.layer.CJLayerManager; import starling.core.Starling; import starling.display.DisplayObject; /** * 确认提示框,有确定和取消2个按钮 * */ public function CJConfirmContent(displayObj:CJConfirmMessageBoxLayer,msg:String,callBack:Function,cancelBack:Function = null):void { if(displ...
/** Licensed under the Apache License, Version 2.0 @copy (c) See LICENSE.txt */ package test.performance.coreperf.transponder { import org.bixbite.core.Transponder; /** * @langversion 3.0 */ public class TestTransponder extends Transponder { public function TestTransponder() { } override...
package picmagick.display { // cursor types to be used with CursorManager public class CursorType { public static const NULL:String = "null"; public static const HAND:String = "hand"; public static const MOVE:String = "move"; public static const RESIZE_EW:String = "resize_ew"; public static const ...
package flash.net { /** * @externs * The URLVariables class allows you to transfer variables between an * application and a server. Use URLVariables objects with methods of the * URLLoader class, with the `data` property of the URLRequest * class, and with flash.net package functions. */ public dynami...
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2014 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 ...
package kabam.rotmg.packages.view { import kabam.rotmg.dialogs.control.CloseDialogsSignal; import kabam.rotmg.dialogs.control.FlushPopupStartupQueueSignal; import kabam.rotmg.dialogs.control.OpenDialogSignal; import kabam.rotmg.packages.control.BuyPackageSignal; import kabam.rotmg.packages.services.GetPackagesTask; im...
package com.maclema.mysql { import flash.utils.ByteArray; import flash.utils.IDataInput; internal class ProxiedBuffer extends ProxiedByteArray { public function ProxiedBuffer(dmgr:DataManager, oset:int, len:int) { super(dmgr, oset, len); } /** * Reads a three byte integer ...
package redPackage { import com.tencent.morefun.naruto.model.BaseModel; import com.tencent.morefun.naruto.model.event.ModelEvent; import def.ModelDef; public class RedPackageModel extends BaseModel { public static const DATA_CHANGE_EVENT:String = "dataChgEvt"; private var m...
// Action script... // [Initial MovieClip Action of sprite 20696] #initclip 217 if (!dofus.graphics.gapi.controls.spellfullinfosvieweritem.SpellFullInfosViewerItem) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object()...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2014 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LI...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import displa...
struct DeviceSignature{ vec2 ScreenSize; string Vendor; uint64 Memory }; //For now only support 4 compute queues enum DEVICE_QUEUE{ COPY, GRAPHICS, COMPUTE0, COMPUTE1, COMPUTE2, COMPUTE3 }; enum RENDER_TARGET_FORMATS{ RGBA8_UNORM, RGBA16_FLOAT, RGBA32_FLOAT, R8_UNOR...
package tools { import flash.display.DisplayObject; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; public class Scrollbar extends Sprite { private var scrolledObject:DisplayObject; // Ссылка на объект, кото...
/* 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.Button; import feathers.controls.Im...
package { class $lzsc$mixin$LzFormatter$ implements LzFormatter { function toNumber ($0) { return Number($0) }function pad ($0 = "", $1:Number = 0, $2 = null, $3:String = " ", $4:String = "-", $5:Number = 10, $6:Boolean = false) { var $7 = typeof $0 == "number"; if ($7) { if ($2 != null) { var $8 = Math.pow(10,...
package com.tudou.player.skin.assets { import flash.display.DisplayObject; public class DisplayObjectAsset { public function get displayObject():DisplayObject { return null; } } }