text
stringlengths
4
1.04M
package { /** * After running pretty_print_code.py on this file * Expect no change to the format. */ public class pretty_print_code_test { /** * Comment */ public function f(){ var d = {a: 1}; d["a"] = 2; if (d["a"] == 1) {...
/** * Created by newkrok on 22/10/16. */ package net.fpp.pandastory.vo { public class CharacterVO { public var name:String; public var headSkin:String; public var bodySkin:String; public var armSkin:String; public var legSkin:String; public var maxSpeed:Number; public var maxSpeedOnAir:Number; pu...
package com.swfwire.decompiler.abc.instructions { import com.swfwire.decompiler.abc.*; public class Instruction_findproperty implements IInstruction { public var index:uint; public function Instruction_findproperty(index:uint = 0) { this.index = index; } } }
package laya.d3.component.physics { import laya.d3.component.Component3D; import laya.d3.core.ComponentNode; import laya.d3.core.Layer; import laya.d3.core.Sprite3D; import laya.d3.math.Ray; import laya.d3.utils.RaycastHit; import laya.events.Event; /** * <code>Collider</code> 类用于创建碰撞器的父类,抽象类,不允许实例。 */ p...
package { public class Foo { public function foo() : void { '123'.toString(10).$(EntryPoint) } } }
package mvcutils.events { public class GlobalEvents { public static const BUTTON_CLICK:String = 'GlobalEvents_ButtonClick'; public function GlobalEvents() { } } }
package lib.engine.ui.layers { import lib.engine.layer.Clayer; /** * 模态图层 * @author caihua * */ public class CModelLayer extends Clayer { private var _modelfilters:Array; public function CModelLayer(width:Number,height:Number) { super(); this.name = "_modelLayer"; this.visible = fa...
/** * * AXL Library * Copyright 2014-2016 Denis Aleksandrowicz. 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 axl.ui { import flash.events.MouseEvent; import flash.text.TextField;...
shared void ResetUniqueID() { getRules().set_u32("current_id", 0); } shared class Identifiable { uint id = 0; string name; Identifiable(string name) { this.name = name; } Identifiable(CBitStream@ bs) { id = bs.read_u32(); } bool opEquals(Identifiable@ identifiable) { return id == identifiable.id; ...
//war gamemode logic script #define SERVER_ONLY #include "WAR_Structs.as" #include "RulesCore.as" #include "RespawnSystem.as" #include "WAR_PopulateSpawnList.as" #include "MakeCrate.as" #include "ScrollCommon.as" #include "WAR_HUDCommon.as" #include "TradingCommon.as" #include "Descriptions.as" #includ...
package { import flash.display.Sprite; import flash.text.TextField; import flash.display.DisplayObjectContainer; import fl.controls.Button; import fl.controls.TextInput; import flash.text.TextFormat; import flash.events.MouseEvent; import fl.events.ComponentEvent; public class OpenHash extend...
package com.ankamagames.dofus.network.messages.game.context.roleplay.havenbag { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetwor...
table jgiGene "JGI curated genes" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "JGI locus tag" uint score; "1000" char[1] strand; "Value should be + or -" st...
package view.image.shop { import flash.display.*; import flash.events.Event; import view.image.BaseImage; /** * ShopItemButton表示クラス * */ public class ShopClothButton extends ShopItemButton { // HP表示元SWF [Embed(source="../../../../data/image/shop/btn_cloth.swf"...
// 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 subtract() { var x:int = 10; var y:int = 5; print(x - y); } subtract();
package dragonBones.events { /** * Copyright 2012-2013. DragonBones. All Rights Reserved. * @playerversion Flash 10.0, Flash 10 * @langversion 3.0 * @version 2.0 */ import dragonBones.Armature; import dragonBones.animation.AnimationState; import flash.events.Event; /** * The AnimationEvent provides and...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 org.spicefactory.parsley.messaging.model { /** * @author Jens Halm */ public class TestMessageDispatcherMetadata extends TestMessageDispatcher { [MessageDispatcher] public override function set dispatcher (disp:Function) : void { super.dispatcher = disp; } } }
/* 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 DefaultClass.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; ...
/* ***** 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/ * ...
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2015 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 b...
package org.openPyro.collections.events { import flash.events.Event; public class CollectionEvent extends Event { public static const COLLECTION_CHANGED:String = "collectionChanged"; /** * The difference between the old state and the new state */ public var delta:Array; /** * */ publi...
package com.catalystapps.gaf.data.config { /** * @private */ public class CAnimationFrames { //-------------------------------------------------------------------------- // // PUBLIC VARIABLES // //-------------------------------------------------------------------------- //------------------------...
package com.rockdot.plugin.tracking.omniture { import com.rockdot.core.context.RockdotHelper; import com.rockdot.core.mvc.RockdotEvent; import com.rockdot.plugin.tracking.omniture.command.OmnitureInitCommand; import com.rockdot.plugin.tracking.omniture.command.OmnitureLinkTrackingCommand; import com.rockdot.p...
/* Garden of Bees Spinner BadGuy Author: Stephen R. Owens - www.studio-owens.com Copyright: Copyright (c) 2014 Stephen R. Owens License: The MIT License (MIT)s Last Update: 2008-09-05 13:48 Created: 2008-08-09 */ class Spinner extends BadGuy { private...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2007-2010 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 ...
package idv.cjcat.stardust.common.easing { /** * Easing Equations * <p>(c) 2003 Robert Penner, all rights reserved.</p> * <p>This work is subject to the terms in http://www.robertpenner.com/easing_terms_of_use.html.</p> */ public class Back { public static function easeIn (t:Number, b:Number, c:Number,...
package { import flash.display.*; import flash.events.*; import flash.net.*; import flash.text.*; import flash.system.*; public class ApiExample extends MovieClip { //cmp的api接口引用 private var api:Object; private var tw:Number; private var th:Number; private var msg:TextField; pub...
/** * Copyright 2010 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 applic...
package info.smoche { import flash.utils.ByteArray; import info.smoche.ThetaEXIF.ExifParser; import info.smoche.utils.Utils; /** * ... * @author Toshiyuki Suzumura */ public class ThetaEXIF { public var yaw:Number = NaN; public var pitch:Number = NaN; public var roll:Number = NaN; public var cpu...
package com.ixiyou.speUI.mcontrols { import com.greensock.TweenMax; import com.ixiyou.speUI.collections.MSprite; import flash.display.*; import flash.events.*; import flash.geom.*; import flash.utils.*; /** * 直接影片转滚动条 * * FLASH里快速创建 import com.ixiyou.speUI.mcontrols.MovieToVScrollBar...
package mx.managers { import flash.display.DisplayObject; import flash.geom.Point; import mx.core.IChildList; import mx.core.mx_internal; use namespace mx_internal; [ExcludeClass] public class SystemRawChildrenList implements IChildList { mx_internal static cons...
//////////////////////////////////////////////////////////////////////////////// // // 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.customica { import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.ProgressEvent; import flash.events.TimerEvent; import flash.geom.Matrix; import flash.geom.Rectangle; import flash.text.TextField; import flash.text.TextFormat; import flash.text.TextFormatA...
package cmodule.lua_wrapper { const __2E_str21120:int = gstaticInitter.alloc(7,1); }
package Objects { public class UndoSetTextColor extends UndoBlock { public var objectID:int; public var color:uint; public var labelIndex:int; function UndoSetTextColor(id:int, c:uint, index:int = 0):void { objectID = id; color = c; labelIndex = index; } override public function undoInitia...
package a24.tween.core.updaters.abstracts { import flash.display.DisplayObject; public class AbstractDisplayObjectUpdater extends AbstractUpdater { protected var _target:DisplayObject; public function AbstractDisplayObjectUpdater() { super(); } ...
/* Copyright (C) 2011 by Billy Schoenberg 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, distrib...
package performance { import flash.geom.Matrix3D; import flash.geom.Vector3D; public class Utils { public static function randomNumber() : Number { return Math.random() * 20 - 10; } public static function randomVector() : Vector3D { return new Vector3D( randomNumber(), randomNumber(), randomNum...
package com.ansonkong.media.mp3.rule { public class Layer { public static const RESERVED:uint = 0;//reserved public static const LAYER_3:uint = 1;//Layer 3 public static const LAYER_2:uint = 2;//Layer 2 public static const LAYER_1:uint = 3;//Layer 1 } }
package model.events { import flash.utils.ByteArray; import flash.events.Event; import view.scene.shop.ShopItemInventoryClip; // カードの入れ替えの結果イベント public class SelectShopEvent extends Event { public static const ITEM_CHANGE:String ='item_change'; public static const SLOT_CARD_CHA...
package mods { import Main; public class IceShardsChange { public const MOD_NAME:String = "IceShardsChange"; public const COREMOD_VERSION:String = "2"; private var main:Main; private var regex:RegExp; private var result:Object; public function IceShardsChange() {} private function StrikeSpell...
package org.robotlegs.core { /** * The Robotlegs Mediator contract */ public interface IMediator { /** * Should be invoked by the <code>IMediatorMap</code> during <code>IMediator</code> registration */ function preRegister():void; ...
package kabam.rotmg.account.core.services { import kabam.lib.tasks.Task; public interface SendConfirmEmailAddressTask extends Task { } }
package com.ankamagames.dofus.network.types.game.social { import com.ankamagames.dofus.network.types.game.guild.GuildEmblem; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkType; imp...
package com.segonquart { import flash.display.MovieClip; import flash.display.CapsStyle; import flash.events.Event; import flash.events.ContextMenuEvent; import flash.ui.ContextMenu; import flash.ui.ContextMenuItem; import flash.events.MouseEvent; import flash.text.*; import flash.text.TextField; 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 kabam.rotmg.promotions.view { import kabam.rotmg.dialogs.control.CloseDialogsSignal; import kabam.rotmg.game.signals.SetWorldInteractionSignal; import kabam.rotmg.promotions.model.BeginnersPackageModel; import kabam.rotmg.promotions.signals.BuyBeginnersPackageSignal; import robotlegs.bender.bundles.mvcs.Media...
package yfqian.yfqian_save { public class yfqian_getSave { public function yfqian_getSave() { } public static function get(NameStr:String,Num:*=0):*{ var getNum:*=yfqian_SaveALoad.get(NameStr); if(getNum==undefined||getNum==null){ yfqian_SaveALoad.set(NameStr,Num); getNum=yfqian_SaveALoad.get...
// MindJolt API Library // ActionScript 2 class MindJoltAPI { public static var service:Object = { connect: connect } public static var ad:Object = { showPreGameAd: showPreGameAd } public static function showPreGameAd(options:Object):Void { if (MindJoltAPI.clip.mindjolt_api_service == undefined) { trace("[...
package Testing.Instructions { import flash.utils.Dictionary; import Testing.Abstractions.InstructionAbstraction; import Testing.Abstractions.LoadAbstraction; import Values.InstructionValue; import Values.OpcodeValue; /** * ... * @author Nicholas "PleasingFungus" Feinberg */ public class LoadInstructio...
package kabam.rotmg.account.web.services { import kabam.lib.tasks.BaseTask; import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.services.RegisterAccountTask; import kabam.rotmg.account.web.model.AccountData; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.core.model.PlayerModel...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * Created by matej on 2/4/15. */ package com432tone.demo.robotlegs2demo.command { import com432tone.demo.robotlegs2demo.model.AppModel; import robotlegs.bender.extensions.commandCenter.api.ICommand; import robotlegs.bender.framework.api.ILogger; public class ViewClickedCommand implements IComm...
package flare.vis.operator.label { import flare.display.TextSprite; import flare.util.Shapes; import flare.vis.data.Data; import flare.vis.data.DataSprite; import flash.text.TextFormat; /** * Labeler that positions labels around a circle in polar coordinates. * * <p>If <code>rotateLabels</code...
package com.backendless.service { import flash.events.EventDispatcher; import mx.rpc.Fault; import mx.rpc.IResponder; import mx.rpc.events.FaultEvent; public class BackendlessService extends EventDispatcher { protected function onFault(event:FaultEvent, responder:IResponder):void { if (responder != null) { ...
package flash.utils { public dynamic class Dictionary { public function Dictionary(weakKeys:Boolean = false); } }
/* Adobe Systems Incorporated(r) Source Code License Agreement Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. Please read this Source Code License Agreement carefully before using the source code. Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, no-c...
package kabam.rotmg.classes.control { import kabam.rotmg.assets.model.CharacterTemplate; import kabam.rotmg.classes.model.CharacterClass; import kabam.rotmg.classes.model.CharacterClassStat; import kabam.rotmg.classes.model.CharacterClassUnlock; import kabam.rotmg.classes.model.CharacterSkin; import kabam.rotmg.classes...
package raix.reactive.tests.operators.filter { import org.flexunit.Assert; import raix.reactive.OnCompleted; import raix.reactive.OnNext; import raix.reactive.testing.ColdObservable; import raix.reactive.testing.MockObserver; import raix.reactive.testing.Recorded; import raix.reactive.testing.TestScheduler; ...
package com.netease.protobuf.fieldDescriptors { import com.netease.protobuf.RepeatedFieldDescriptor; import com.netease.protobuf.WireType; import flash.utils.IDataInput; import com.netease.protobuf.ReadUtils; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; pub...
package gs.util { import flash.utils.Dictionary; /** * The Strings class wraps a locale strings * xml file. This has shortcuts for getting * text from xml by id. * * <p>The model has a property on it called 'strings', * which can store a reference to one of these * Strings instances.</p> * * @ex...
package kabam.rotmg.messaging.impl.outgoing { import flash.utils.IDataOutput; import kabam.rotmg.messaging.impl.data.SlotObjectData; import kabam.rotmg.messaging.impl.data.WorldPosData; public class InvSwap extends OutgoingMessage { public var time_:int; public var position_:WorldP...
package eldhelm.ui { import eldhelm.constant.UIComponentConstant; import eldhelm.interfaces.IUIComponent; import eldhelm.interfaces.IUIContainer; import eldhelm.util.CallbackManager; import eldhelm.util.ObjectUtil; /** * ... * @author Andrey Glavchev */ public class UIFrame implements IUIConta...
package com.ankamagames.dofus.datacenter.appearance { import com.ankamagames.dofus.types.IdAccessors; import com.ankamagames.jerakine.data.GameData; import com.ankamagames.jerakine.data.I18n; import com.ankamagames.jerakine.interfaces.IDataCenter; public class TitleCategory implements IDataCen...
package laya.d3.graphics { import laya.d3.core.MeshSprite3D; import laya.d3.core.material.BaseMaterial; import laya.d3.core.render.IRenderable; import laya.d3.core.render.RenderElement; import laya.d3.core.render.RenderState; import laya.d3.core.scene.Scene; import laya.d3.math.Matrix4x4; import laya.ut...
package serverProto.universeFuzionBudokai { public final class UniFuzBdkWarScheduleState { public static const UNI_FUZ_BDK_WAR_SCHEDULE_STATE_NONE:int = 0; public static const UNI_FUZ_BDK_WAR_SCHEDULE_STATE_RUNNING:int = 1; public static const UNI_FUZ_BDK_WAR_SCHEDULE_STATE_...
package com.ankamagames.dofus.network.messages.game.guild.application { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage...
package com.company.assembleegameclient.map { import com.company.assembleegameclient.objects.GameObject; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.util.RandomUtil; import flash.geom.Matrix3D; import flash.geom.PerspectiveProjection; import flash.geom.Rectangl...
include cgen.inc global _otherFrag psect data _otherFrag: defw 0 defw 0 global _stab4 defw _stab4+443 defw 0 defw 0 defw 0 defw _stab4+397 defw _stab4+393 defw 0 defw 0 defw 0 defw 0 defw _stab4+389 defw 0 defw _stab4+377 defw _stab4+373 defw 0...
package cmodule.lua_wrapper { const __2E_str876:int = gstaticInitter.alloc(10,1); }
package com.tuarua.firebase.auth { public class AuthCredential { private var _provider:String; private var _param0:String; private var _param1:String; public function AuthCredential(provider:String, param0:String = null, param1:String = null) { this._provider = provider; this._p...
package Ankama_Document { import Ankama_Common.Common; import Ankama_Document.ui.ReadingBook; import Ankama_Document.ui.Scroll; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.dofus.misc.lists.RoleplayHookList; import com.ankamagames.dofus.uiApi.DocumentApi; import com.anka...
/* Feathers Copyright 2012-2013 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.layout { import flash.geom.Point; import starling.display.DisplayObject; import starling....
// Urho3D editor scene hierarchy window handling const int ITEM_NONE = 0; const int ITEM_NODE = 1; const int ITEM_COMPONENT = 2; const uint NO_ITEM = 0xffffffff; Window@ sceneWindow; void CreateSceneWindow() { if (sceneWindow !is null) return; @sceneWindow = ui.LoadLayout(cache.GetReso...
/** * Created by varadig on 2015. 11. 02.. */ package plugins.mxml.feathers { import core.base.CoreBaseClassFactory; import core.base.CoreCallback; import core.context.CoreContext; import core.service.CoreServiceContainer; import feathers.controls.LayoutGroup; import feathers.skins.IStyleProvider; pub...
/* 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 = "Definitions"; // provide a document reference (ie, ECMA ...
/** * 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 components { import wyverntail.core.*; public class TurnManager extends Component { private var _game :Game; private var _isPlayerTurn :Boolean; public function get isPlayerTurn() :Boolean { return _isPlayerTurn; } override public function start(prefabArgs :Object, spawnArgs :Object) :void { ...
package kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedAssets_newMonument1Embed_.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_newMonument1Embed_ extends ByteArrayAsset { public function EmbeddedAssets_newMonument1Embed_() { super(); } } }
/* Copyright 2008-2011 by the authors of asaplibrary, http://asaplibrary.org Copyright 2005-2007 by the authors of asapframework, http://asapframework.org 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 Licens...
package LayaAir3D_Resource { import common.CameraMoveScript; import laya.d3.core.Camera; import laya.d3.core.scene.Scene3D; import laya.d3.math.Vector3; import laya.display.Stage; import laya.events.Event; import laya.resource.Resource; import laya.ui.Button; import laya.utils.Browser; import laya.utils.Handl...
/* Copyright (c) 2014, Mesmotronic Limited 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 conditions and the follo...
goto *skip_module ;----------------------------------------------------------------- #deffunc gppost_setup int _p1 ; ポストエフェクト初期化 postid = _p1 postid_max = 10 postname="None" post_prmsub = *setup_postsub sx=ginfo_sx:sy=ginfo_sy if postid=0 : gosub *setup_none if postid=1 : gosub *setup_crt if postid=2 : g...
package quickb2.physics.core.iterators { import quickb2.lang.foundation.qb2I_PoolDestructable; import quickb2.utils.iterator.qb2I_Iterator; /** * ... * @author Doug Koellmer */ public class qb2ContactIterator implements qb2I_Iterator { public function qb2ContactIterator() { } protected ove...
package org.papervision3d.core.render.command { import flash.display.BitmapData; import flash.display.Graphics; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import org.papervision3d.core.geom.renderables.Triangle3D; import org.papervision3d.core.geom.re...
/**Created by the LayaAirIDE,do not modify.*/ package laya.debug.ui.debugui { import laya.ui.*; import laya.debug.view.nodeInfo.views.RenderCostRankView; import laya.debug.view.nodeInfo.views.ObjectCreateView; import laya.debug.view.nodeInfo.views.CacheRankView; import laya.debug.view.nodeInfo...
package nid.xfl.interfaces { /** * ... * @author Nidin Vinayak */ public interface IXFilter { function get type():String; } }
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 FieldDescriptorTYPE_FLOAT extends...
package constants { public class ResourceType { public static const GROUND:uint = 0; public static const GARBAGE:uint = 1; public static const CRATER1:uint = 2; public static const CRATER2:uint = 3; public static const EXPLOSION1:uint = 4; public static const EXPLOSION2:uint = 5; } }
package com.swfwire.decompiler.data.swf8.tags { import com.swfwire.decompiler.data.swf.tags.SWFTag; public class CSMTextSettingsTag extends SWFTag { public var textId:uint; public var useFlashType:uint; public var gridFit:uint; public var reserved:uint; public var thickness:Number; public var...
//////////////////////////////////////////////////////////////////////////////// // // 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 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 org.mangui.osmf.plugins.loader { import flash.net.NetStream; import flash.net.NetConnection; ...
/* * 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 ...
package test { import locodeco.LocoDecoGlobals; import locodeco.models.DecoModel; import org.flexunit.asserts.assertEquals; public class DecoModelTest { [Before] public function setUp():void { // } [After] public function tearDown():void { // } [BeforeClass] public static function setUpBeforeClass():v...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//------------------------------------------------------------------------------ // // Anthony Henderson Copyright 2012 // All rights reserved. // //------------------------------------------------------------------------------ package feathers.extension.ahhenderson.interfaces { import ahhenderson.core...
package com.codeazur.as3swf.data.abc.bytecode.traits { import com.codeazur.as3swf.data.abc.ABC; import flash.utils.Dictionary; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class ABCTraitInfoKind { private static const _types:Dictionary = new Dictionary(); public static const SLOT:ABCT...