text
stringlengths
4
1.04M
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/****************************************************************************** * Spine Runtimes License Agreement * Last updated May 1, 2019. Replaces all prior versions. * * Copyright (c) 2013-2019, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivat...
package me.rainssong.RainAvgEngine.manager { import air.update.descriptors.ConfigurationDescriptor; import com.reintroducing.sound.SoundManager; import flash.media.Sound; import me.rainssong.manager.RainSoundManager; import me.rainssong.manager.SingletonManager; import me.rainssong.manager.SoundManager; /**...
/* ***** 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 phy.object { import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import road7th.utils.MathUtils; public class PhysicalObj extends Physics { protected var _id:int; protected var _testRect:Rectangle; protected var ...
package com.swfwire.debugger.injected { import flash.system.Security; public class Security { public static const APPLICATION:String = 'application'; public static const LOCAL_TRUSTED:String = 'localTrusted'; public static const LOCAL_WITH_FILE:String = 'localWithFile'; public static const LOCAL_WI...
package ten_seconds_to_live.com.five_ants.ten_secs { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.utils.Dictionary; /** * ... * @author Miguel Santirso */ public class KeyboardInput implements IPlayerInput { private var _stage:Stage; private var _keysState:Dictionary ...
// ================================================================================================= // // 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. //...
package com.propertycross.air.presentationModels { import com.propertycross.air.events.SearchEvent; import com.propertycross.air.models.Property; import com.propertycross.air.models.SearchResult; import com.propertycross.air.views.PropertyView; import flash.events.Event; import mx.collections....
package aerys.minko.render.shader { import aerys.minko.ns.minko_shader; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.graph.nodes.leaf.Constant; import aerys.minko.render.shader.compiler.graph.nodes.vertex.Extract; import aerys.minko.render.shader.com...
package com.greensock.easing { public final class BackOut extends Ease { public static var ease:BackOut = new BackOut(); public function BackOut(param1:Number = 1.70158) { super(); _p1 = param1; } override public function getRatio(param1...
table ensGene "Ensembl gene predictions." ( string name; "Ensembl transcript ID" string chrom; "Reference sequence chromosome or scaffold" char[1] strand; "+ or - for strand" uint txStart; "Transcription start position (or end position for minus strand item)" uint txEnd; "Transcripti...
/* * Copyright 2007-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package io.axel.util.debug { import io.axel.Ax; public class AxDebugLeftSideLayout extends AxDebugLayout { public function AxDebugLeftSideLayout() { dimensions.x = 0; dimensions.y = AxDebugger.BAR_HEIGHT; dimensions.width = Math.min(Ax.width / 2, 400); dimensions.height = Ax.height - AxDebugger.BAR_...
package my.patterns.decorators { import my.patterns.runwaymodels.Model; public class BlueDress extends Model{ public function BlueDress() { } override public function getDressed():String { return "~bluedress"; } } }
// ------------------------------------------------------------------------------ // copyright 2010 // ------------------------------------------------------------------------------ package com.percentjuice.utils.nativeSignalDecorators { import flash.events.Event; import flash.media.Sound; import flash.media.SoundC...
package com.adobe.flashcatalyst.components { import flash.display.AVM1Movie; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.Loader; import flash.display.MovieClip; import flash.events.Event; import mx.controls.Image; import mx.core.MovieClipLoaderAsset; ...
//////////////////////////////////////////////////////////////////////////////// // // 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.playata.application.ui.panels { import com.playata.application.data.character.AppearanceSettings; import com.playata.application.data.constants.CConstant; import com.playata.application.data.user.User; import com.playata.application.ui.dialogs.DialogCharacterAppearanceUnsavedChanges; import c...
/* 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...
package com.ankamagames.dofus.logic.game.common.actions.guild { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class GuildModificationNameValidAction extends AbstractAction implements Action { public ...
/** * Created by newkrok on 11/09/16. */ package net.fpp.pandastory.util { import Box2D.Collision.Shapes.b2CircleShape; import Box2D.Collision.Shapes.b2PolygonShape; import Box2D.Dynamics.b2Body; import Box2D.Dynamics.b2BodyDef; import Box2D.Dynamics.b2FixtureDef; import Box2D.Dynamics.b2World; import flash.g...
package { import flash.events.*; import flash.display.Sprite; import flash.text.TextFormat; import flash.text.TextField; import flash.text.TextFormatAlign; [SWF(width="640",height="480",backgroundColor="0x000000")] public class Main extends Sprite { public function Main() { ...
package com.asanjay.pod { import com.adobe.devnet.events.PodStateChangeEvent; import com.adobe.devnet.view.DragHighlight; import com.adobe.devnet.view.Pod; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.geom.Point; import flash.geom.Rectangle; import mx.core.Fle...
package citrus.objects.platformer.box2d { import Box2D.Collision.Shapes.b2PolygonShape; import Box2D.Common.Math.b2Vec2; import Box2D.Dynamics.Contacts.b2Contact; import Box2D.Dynamics.b2Fixture; import Box2D.Dynamics.b2FixtureDef; import citrus.math.MathVector; import citrus.objects.Box2DPhysicsObjec...
package org.fxml.helpers { /** * Builder for Array Objects. * * @author Jordan Doczy * @version 1.0.0.1 * @date 15.08.2010 * * @private */ public class ArrayBuilder extends AbstractBuilder{ /** * Creates an ArrayBuilder. * * @builder The builder to extend from. */ public fu...
package io.decagames.rotmg.dailyQuests.view.list { import flash.display.Sprite; import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.scroll.UIScrollbar; import io.decagames.rotmg.ui.sliceScaling.SliceScalingBitmap; import io.decagames.rotmg.ui.tabs.TabButton; import io.decagames.rotmg.ui.tabs....
package character { import character.action.BaseAction; import flash.events.IEventDispatcher; import flash.geom.Point; import flash.geom.Rectangle; public interface ICharacter extends IEventDispatcher { function set label(param1:String) : void; function get label(...
package com.ankamagames.dofus.internalDatacenter.guild { import com.ankamagames.dofus.datacenter.houses.House; import com.ankamagames.dofus.datacenter.jobs.Skill; import com.ankamagames.dofus.logic.common.managers.PlayerManager; import com.ankamagames.dofus.network.types.game.house.HouseInformationsFor...
import types; import libc; # List # ============================================================================= # A pseudo-generic dynamic list that works for any type defined in `types.as`. # # NOTE: `.dispose` must be called on a "used" list in order to deallocate # any used memory. # # TODO: Allow creation ...
/** * GetCampaignStatsResultEvent.as * This file was auto-generated from WSDL * Any change made to this file will be overwritten when the code is re-generated. */ package com.macys.marketing.sema { import mx.utils.ObjectProxy; import flash.events.Event; import flash.utils.ByteArray; import ...
package game.net.data.vo { import flash.utils.ByteArray; import game.net.data.DataBase; import game.net.data.vo.*; import game.net.data.IData; public class GoodsVOS extends DataBase { public var id : int; public var type : int; public var pile : int; public var level : int; publ...
package com.ankamagames.berilia.utils { import com.ankamagames.berilia.components.ChatComponent; import com.ankamagames.berilia.components.ColorPicker; import com.ankamagames.berilia.components.ComboBox; import com.ankamagames.berilia.components.EntityDisplayer; import com.ankamagames.berilia.compo...
package SJ.Game.data { import engine_starling.data.SDataBaseRemoteData; /** +------------------------------------------------------------------------------ * 世界Boss排行榜数据 +------------------------------------------------------------------------------ * @author caihua * @email caihua.bj@gmail.com ...
/* Feathers Copyright (c) 2012 Josh 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 { import feathers.core.FeathersControl; import feathers.events.FeathersEventType; i...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.neopets.util.translation { import flash.text.TextField; /** * This is For holding Data * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @Pattern * * @author Clive Henrick * @since 01.12.2009 */ public class TranslationObject { public var resourceName:String; ...
package rogueutil.line { import flash.geom.Point; /** * A line of sight algorithm based on Restrictive Precise Angle Shadowcasting * @author Kyle Stewart */ public class PreciseAngle { public function PreciseAngle() { } /** * Return the length of a line between these two points */ ...
package com.facebook.graph.data.api.album { /** * Album connections. * @see http://developers.facebook.com/docs/reference/api/album */ public class FacebookAlbumConnection { public static const PHOTOS:String = "photos"; public static const COMMENTS:String = "comments"; public static const PICTURE:String ...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import cc.milkshape.framework.Application; import cc.milkshape.framework.events.ApplicationEvent; import cc.milkshape.main.*; import cc.milkshape.navigation.generic.ApplicationList; import cc.milkshape.preloader.PreloaderKb; import cc.milkshape.preloader.events.PreloaderEvent; import cc.milkshape.regi...
# makefile for /rd7/as/pedm # GLIB = graphics.lib CC = cl L = ../lib T = ../ STDH = c:\msc\include\std.h #DFLAGS = -Zi -qc CFLAGS = -AL -I. -I.. $(DFLAGS) BDIR = a:as/pedm RDIR = a:as/pedm HDRS = defs.h dmkrec.h dmspec.h dmstd.h error.h \ ovl.h portab.h slm.h spec.h DSRC = dmdo.c dmopens.c encode.c enc_msb...
package com.ankamagames.dofus.network.messages.game.actions.fight { import com.ankamagames.dofus.network.messages.game.actions.AbstractGameActionMessage; import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine....
package com.tudou.player.skin.widgets.tree { /** * ... * @author 8088 */ public interface IList { function get cur():Boolean; function set cur(c:Boolean):void; function get id():String; function set id(name:String):void; function get x():Number; function set x(value:Number):void; function get y():N...
package { class $lz$class_NumberPresentationType extends $lz$class_PresentationType { static var nullValue = 0;static var lzxtype = "number";override function accept ($0, $1:LzNode, $2:String) { return Number($0) }} }
// 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/. function newArray() { var x = new Array(5); } newArray();
package com.rockdot.plugin.screen.displaylist.command.event.vo { import com.rockdot.plugin.screen.displaylist.view.ISpriteComponent; /** * @author nilsdoehring */ public class ScreenDisplaylistAppearDisappearVO { public var target : ISpriteComponent; public var duration : Number; public var autoDestroy : ...
package com.doitflash.mobileProject.commonFcms.events { import flash.events.Event; /** * ... * @author Hadi Tavakoli - 12/12/2011 10:36 AM */ public class PageEvent extends Event { public static const SAVE_UPDATE:String = "saveUpdate"; public static const SAVE_NEW:String = "saveNew"; public stati...
package mx.utils { import flash.utils.Proxy; import flash.utils.flash_proxy; public dynamic class DescribeTypeCacheRecord extends Proxy { private var cache:Object; public var typeDescription:XML; public var typeName:String; publi...
package classes { import caurina.transitions.Tweener; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.MouseEvent; import flash.text.*; public class Field extends Sprite { [Embed(source='HelveticaNeueLTStd-Hv.otf', fontFamily = 'HelveticaHeavy')] priv...
package kabam.rotmg.ui.signals { import org.osflash.signals.Signal; public class StatsTabHotKeyInputSignal extends Signal { public function StatsTabHotKeyInputSignal() { super(); } } }
package kabam.rotmg.ui.view { import com.adobe.utils.DictionaryUtil; import flash.utils.Dictionary; import org.osflash.signals.Signal; public class SignalWaiter { public function SignalWaiter() { complete = new Signal(); texts = new Dictionary(); super(); } public var complete:S...
package michaPau.utils.astronomy.helper { public class Longitude { public var degree:Number; public function Longitude(value:Number) { degree = value; } public function toRadian():Number { return degree*(Math.PI/180); } public function toString():String { if(degree > 0) return de...
/* * 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 * ...
package scratch.regexengine.charrender { public interface CharRenderer { function isCodepointSupported(codepoint:uint):Boolean; function getRegexToken(codepoint:uint):String; function get name():String; } }
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 io.decagames.rotmg.shop.genericBox { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import io.decagames.rotmg.ui.defaults.DefaultLabelFormat; import io.decagames.rotmg.ui.labels.UILabel; import kabam.rotmg.assets.services.IconFactory; public class SalePriceTag exte...
package com.hurlant.util.asn1.parser { import com.hurlant.util.asn1.type.ASN1Type; public function implicitTag(v:int, c:int, o:ASN1Type):ASN1Type { o = o.clone(); o.implicitTag = v; o.implicitClass = c; return o; } }
package com.SW3.data { // Imports. import com.noteflight.standingwave3.elements.IAudioSource; import com.noteflight.standingwave3.elements.Sample; import com.noteflight.standingwave3.output.AudioPlayer; import flash.media.Sound; import flash.media.SoundChannel; // Class. public class LoopData extends Ob...
package myriadLands.actions { import gamestone.utils.NumberUtil; import myriadLands.entities.CombatGround; import myriadLands.entities.Entity; import myriadLands.events.ActionEvent; use namespace ActionInternal; public class MoveAction extends MovementAction { protected var _distance:int; public ...
/* CASA Lib for ActionScript 3.0 Copyright (c) 2009, Aaron Clinger & Contributors of CASA Lib All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the abo...
package { import laya.ani.AnimationTemplet; import laya.d3.animation.AnimationClip; import laya.d3.animation.AnimationNode; import laya.d3.component.Script; import laya.d3.component.physics.Collider; import laya.d3.core.Avatar; import laya.d3.core.Layer; import laya.d3.core.MeshSprite3D; import laya.d3.core.Ph...
package com.playata.application.data.bonus { public class BonusType { public static const Unknown:int = 0; public static const QuestEnergy:int = 1; public static const DuelStamina:int = 2; public static const FreeShopRefresh:int = 3; public static c...
package org.osflash.net.ftp.commands { /** * @author Simon Richardson - simon@ustwo.co.uk */ public class FTPCommand { /** * @private */ private var _name : String; public function FTPCommand(name : String) { if(null == name) throw new ArgumentError('Name can not be null'); if(name.length...
// AngelCAD sample: cuboid_mirror.as // Illustrate mirror transform shape@ main_shape() { double sz = 40; // create a cuboid and position it solid@ s1 = rotate_z(deg:30) // rotate 30 degrees around z *translate(sz*0.5,0,0) // translate 50 units in x-direction *cuboid(dx:sz,d...
/* * Copyright 2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
MovieClip.prototype.wait = function(seconds) { this._waiterGoOn = function(targetMC) { targetMC.play(); clearInterval(targetMC._waiterInterval); }; this._waiterInterval = setInterval(this._waiterGoOn, seconds*1000, this); this.stop(); }; ASSetPropFlags(MovieClip.prototype, "wait", 1, 0);
/** * VERSION: 4.0 * DATE: 8/3/2009 * AS3 * UPDATES AND DOCUMENTATION AT: http://www.TweenLite.com **/ package com.greensock.data { import com.greensock.data.TweenLiteVars; /** * There are 2 primary benefits of using this utility to define your TweenMax variables: * <ol> * <li> In most code editors, code h...
package com.ankamagames.dofus.types.characteristicContextual { import flash.display.DisplayObject; import mx.core.SpriteAsset; [ExcludeClass] public class StyledTextContextual_STYLE_1_NUMBER_5 extends SpriteAsset { public var origine:DisplayObject; public...
void Test() { MyFunc(); }
package spine { public class BoneData { internal var _parent:BoneData; internal var _name:String; public var length:Number; public var x:Number; public var y:Number; public var rotation:Number; public var scaleX:Number = 1; public var scaleY:Number = 1; /** @param parent May be null. */ public function Bone...
/* Copyright 2012-2021 Bowler Hat LLC. All Rights Reserved., 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, ...
/* * 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 <...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.maploading.MapLoadingConfig package kabam.rotmg.maploading { import robotlegs.bender.framework.api.IConfig; import org.swiftsuspenders.Injector; import robotlegs.bender.extensions.signalCommandMap.api.ISignalCommandMap; import ro...
/** * HMACTest * * A test class for HMAC * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.tests { import com.hurlant.crypto.hash.HMAC; import com.hurlant.crypto.hash.MD5; import com.hurlant.crypto.hash.SHA1; import com.hurlant.crypto.hash....
package starling.rendering { import starling.utils.StringUtil; public class BatchToken { public var batchID:int; public var vertexID:int; public var indexID:int; public function BatchToken(param1:int = 0, param2:int = 0, param3:int = 0) { ...
package com.codeazur.as3swf.data.abc.bytecode { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.abc.ABCData; import com.codeazur.as3swf.data.abc.ABCSet; import com.codeazur.as3swf.data.abc.io.ABCScanner; import com.codeazur.utils.StringUtils; /** * @author Simon Richardson - simon@ustwo.co.u...
package serverProto.cardpack { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import...
package test_reader { import flash.display.Sprite; import flash.events.Event; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import it.sephiroth.utils.HashMap; import it.sephiroth.utils.collections.iterators.Iterator; import org.pure...
package net.iab.vpaid.statemachine.states { import flash.events.Event; import net.iab.vpaid.core.AdGlobal; import net.iab.vpaid.core.AssetsLoader; import net.iab.vpaid.events.VPAIDEvent; /** * StateInitiating dispatches events through messanger instance on exit. * <p>AdLoaded event serves as a transition trig...
package org.ranapat.localization { import flash.utils.getDefinitionByName; import flash.utils.getQualifiedClassName; internal class Tools { public static function ensureAbstractClass(instance:Object, _class:Class):void { var className:String = getQualifiedClassName(instance); if (getDefinitionBy...
package flash.xml { // // XMLNodeType // /** * The XMLNodeType class contains constants used with * <code>XMLNode.nodeType</code>. The values are defined * by the NodeType enumeration in the * W3C DOM Level 1 recommendation: * <a href="http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core.html" tar...
package com.ankamagames.dofus.types.characteristicContextual { import flash.display.DisplayObject; import mx.core.SpriteAsset; [ExcludeClass] public class StyledTextContextual_STYLE_3_NUMBER_8 extends SpriteAsset { public var origine:DisplayObject; public...
package com.wg.ga.binary.fm { import bkde.as3.parsers.CompiledObject; import bkde.as3.parsers.MathParser; import com.wg.ga.binary.entity.BinaryEntity; import com.wg.ga.framework.entity.Entity; import com.wg.ga.framework.fm.FitnessMeasurement; import flash.system.System; public class BinaryFunctionFitnessMeasurment ...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.tinyspeck.engine.util { import com.quasimondo.geom.ColorMatrix; import flash.filters.ColorMatrixFilter; import flash.geom.ColorTransform; public class ColorUtil { public function ColorUtil() { // } public static function colorNumToStr(color:uint, include_pound:Boolean = false):Strin...
//////////////////////////////////////////////////////////////////////////////// // // 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...
UIElement@ browserWindow; Window@ browserFilterWindow; ListView@ browserDirList; ListView@ browserFileList; LineEdit@ browserSearch; BrowserFile@ browserDragFile; Node@ browserDragNode; Component@ browserDragComponent; View3D@ resourceBrowserPreview; Scene@ resourcePreviewScene; Node@ resourcePreviewNode; No...
// // $Id$ package com.threerings.msoy.data { public interface MsoyUserOccupantInfo { /** * Is this user a subscriber? */ function isSubscriber () :Boolean; /** * Is this user a member of staff? */ function isSupport () :Boolean; } }
package org.bigbluebutton.modules.phone.events { import flash.events.Event; public class FlashEchoTestStartedEvent extends Event { public static const ECHO_TEST_STARTED:String = "flash echo test started event"; public function FlashEchoTestStartedEvent() { super(ECHO_TEST_STARTED, true, ...
package com.codeazur.as3swf.data.actions.swf4 { import com.codeazur.as3swf.data.actions.*; public class ActionLess extends Action implements IAction { public static const CODE:uint = 0x0f; public function ActionLess(code:uint, length:uint, pos:uint) { super(code, length, pos); } override public f...
table interProXref "A cross-reference table for InterPro." ( string accession; "SWISS-PROT accession number" string method; "Method" int start; "Start position" int end; "End position" string interProId; "InterPro ID" string description; "Description" )
package starling.display.graphics { import flash.geom.Matrix; import flash.geom.Point; import starling.display.util.TriangleUtil; public class Fill extends Graphic { public static const VERTEX_STRIDE :int = 9; protected var fillVertices :VertexList; protected var _numVertices :int; prote...
package openfl.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 dynam...
/* 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 = "11.9.5"; // var VERSION = "ECMA_1"; var BUGNUMBER="7739...
package ui.screens { import wyverntail.core.Flow; import ui.flows.FlowStates; import starling.display.Image; import starling.display.Quad; import starling.display.Sprite; import starling.text.TextField; import starling.utils.HAlign; public class IntroDialog extends Screen { private var _sprite :Sprite; ...
package { public class PacketInJoin extends PacketIn { static public function tryReading(buffer: LegitBuffer): PacketInJoin { if (buffer.length < 7) return null; // not enough data in the stream; packet incomplete return new PacketInJoin(buffer); } public var playerid: int = 0; public var gameid: int...
package io.decagames.rotmg.shop.mysteryBox.contentPopup { import com.company.assembleegameclient.objects.ObjectLibrary; import flash.display.Bitmap; import flash.display.BitmapData; import flash.filters.DropShadowFilter; import flash.text.TextFormat; import io.decagames.rotmg.ui.gird.UIGridElement; ...
/* Copyright (c) 2009 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, distr...