text
stringlengths
4
1.04M
/* * Copyright (c) 2011 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to dea...
/* 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 DefaultClass { interface DefaultInt { function iGetNumber():Number function iGetBoolean(): Boo...
package visuals.ui.elements.streaming { 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.buttons.SymbolButtonArrow...
package visuals.ui.elements.buttons { 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.base.SymbolUiButtonDefaultShapeSmall...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-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 N...
package com.adverserealms.dropbox.command { import com.adobe.serialization.json.JSON; import com.adverserealms.core.command.AsyncCommand; import com.adverserealms.core.model.HTTPFault; import com.adverserealms.core.net.HTTPLoader; import com.adverserealms.dropbox.config.Services; import com.adverserealms.dropbox....
package game.animations { import com.pickgliss.utils.ClassUtils; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.EventDispatcher; import flash.geom.Matrix; import flash.ge...
package com.playata.application.data.dataobject { import com.playata.framework.data.DataObject; public class DOOpticalChangeChest extends DataObject { public function DOOpticalChangeChest(param1:Object) { super(param1); } public function get newOptical...
package org.cyclopsframework.examples.example1_helloworld { import org.cyclopsframework.actions.flow.CFFunction; import org.cyclopsframework.core.CFEngine; import org.cyclopsframework.game.CFGame; // note that CFGame and CFScene classes are not required to use the framework. // they just make it much easier and ...
package com.ankamagames.tiphon.types.look { import flash.utils.Dictionary; public class EntityLookParser { public static const DEFAULT_NUMBER_BASE:uint = 10; public function EntityLookParser() { super(); } public static func...
/* * The MIT License * * Copyright (c) 2007 The SixDegrees Project Team * (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang). * * 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 th...
package { import flash.display.Sprite; import flash.geom.Transform; import flash.text.TextField; import flash.text.TextFormat; import flash.utils.ByteArray; import flash.net.registerClassAlias; /** * ... * @author Nicolas Philippe Lavoie */ public class GlobalFunctions { public function GlobalFun...
/* * HumboldtJSDOM * http://humboldtjs.com/ * * Copyright (c) 2012 Daniël Haveman * Licensed under the MIT license * http://humboldtjs.com/license.html */ package dom.domobjects { /** * Reference: * http://www.w3schools.com/jsref/dom_obj_document.asp * http://www.javascriptkit.com/jsref/ */ public class Docu...
/** * 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...
package org.as3commons.ui.framework.uiservice.errors { /** * Error thrown if an adapter has not been registered. * * @author Jens Struwe 15.09.2011 */ public class AdapterNotRegisteredError extends Error { /** * AdapterNotRegisteredError constructor. */ public function AdapterNotRegisteredError()...
package com.guepard.decompiler.abc.info { /** * ... * @author Antonov Sergey */ public class MultinameInfo { public var kind:uint; public var name:String; public var namespaceSet:NamespaceSetInfo; public var namespaceLink:NamespaceInfo; public var types:Array; publ...
package fairygui { import fairygui.utils.ToolSet; import laya.html.dom.HTMLDivElement; public class GRichTextField extends GTextField { public var div:laya.html.dom.HTMLDivElement; private var _ubbEnabled: Boolean; private var _color:String; public function GRichTextField() { super(); this...
/* ***** 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 throughTheBeast { public interface IThroughTheBeastPlugin { } }
/* * Copyright 2009 Marek Brun * * 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 agree...
package laya.utils { //[IF-JS]import laya.media.webaudio.WebAudioSound; import laya.media.h5audio.AudioSound; import laya.media.SoundManager; import laya.renders.Render; import laya.resource.Context; import laya.resource.HTMLCanvas; SoundManager; /** * <code>Browser</code> 是浏览器代理类。封装浏览器及原生 js 提...
/* ***** 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 virtualworlds.helper.Fu.BaseClasses { import virtualworlds.helper.Fu.Helpers.UIControllerTransitions.BasicTransition; public interface IUIController extends IUpdateable { function hide (target:IUIDisplayObject, transition:Object = null):void; function show(aUIDisplayObject:IUIDisplayObject, aTransitio...
package { import flash.display.MovieClip; import flash.events.Event; public dynamic class StartDialog extends MovieClip { public var BTT_Racenow:MovieClip; public function StartDialog() { super(); } public function start...
/* * Copyright 2008-2009 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 requi...
package dialogue { import assets.PhoneDialogueAssets; import dialogue.plaques.Plaque; import starling.display.Button; import interfaces.IDialogue; import starling.display.Image; import starling.display.Sprite; import starling.events.Event; import dialogue.AbstractDialogueRepository; /*...
/* CASA Lib for ActionScript 2.0 Copyright (c) 2008, 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 flash.events.Event; import org.purepdf.Font; import org.purepdf.colors.RGBColor; import org.purepdf.colors.SpotColor; import org.purepdf.elements.Element; import org.purepdf.elements.HeaderFooter; import org.purepdf.elements.Paragraph; import org.purepdf.elements.Phrase;...
/** * Copyright 2010-2012 Singapore Management University * Developed under a grant from the Singapore-MIT GAMBIT Game Lab * 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/...
package com.company.assembleegameclient.objects { import com.company.assembleegameclient.engine3d.ObjectFace3D; import com.company.assembleegameclient.parameters.Parameters; import com.company.util.AssetLibrary; import flash.display.BitmapData; import flash.geom.Vector3D; import kabam.rotmg.stage3D.GraphicsFillExtra;...
package org.osflash.ui.components { import org.osflash.ui.components.button.ButtonComponentTest; [Suite] public class AllTests { public var _ButtonComponentTest:ButtonComponentTest; } }
package com.codeazur.as3swf.factories { import com.codeazur.as3swf.data.actions.*; import com.codeazur.as3swf.data.actions.swf3.*; import com.codeazur.as3swf.data.actions.swf4.*; import com.codeazur.as3swf.data.actions.swf5.*; import com.codeazur.as3swf.data.actions.swf6.*; import com.codeazur.as3swf.data.action...
/*Author: Akram Taghavi-Burris Project: If-Else Created: March 1, 2013 Updated: March 4, 2013 */ package { import flash.display.MovieClip; import flash.events.KeyboardEvent; import flash.events.Event; //imports stage events public class CharMove extends MovieClip { private var _stageWidth: Number; //W...
/* * Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose,...
// This first example, maintaining tradition, prints a "Hello World" message. // Furthermore it shows: // - Using the Sample utility functions as a base for the application // - Adding a Text element to the graphical user interface // - Subscribing to and handling of update events #include "Scripts/U...
 class agung.tech01.index_l.index extends MovieClip { private var mcl:MovieClipLoader; private var holder:MovieClip; public function index() { loadStageResize(); mcl = new MovieClipLoader(); mcl.addListener(this); mcl.loadClip("main-l.lnk", holder); } private function onLoa...
/** * Knob.as * Keith Peters * version 0.9.5 * * A knob component for choosing a numerical value. * * Copyright (c) 2010 Keith Peters * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the So...
package maryfisher.framework.command.view { import maryfisher.framework.core.ViewController; /** * ... * @author mary_fisher */ public class StageCommand { public static const REGISTER_TICK:String = 'registerTick'; static public const UNREGISTER_TICK:String = 'unregisterTick'; public static const REGI...
package com.company.util { public class KeyCodes { public static const A:uint = 65; public static const ALTERNATE:uint = 18; public static const B:uint = 66; public static const BACKQUOTE:uint = 192; public static const BACKSLASH:uint = 220; ...
package com.finegamedesign.subtletea { import flash.display.MovieClip; public class PearlClip extends MovieClip { internal static var instances:Array = []; /** * Add to list of pearls. */ public function PearlClip() { super(); if (...
namespace EditorHelpers { string lastTipHover = ""; CountdownTimer tipHoverTimer = CountdownTimer(0.5f); void HelpMarker(string desc) { UI::TextDisabled(Icons::QuestionCircle); if (UI::IsItemHovered()) { if (desc != lastTipHover) { ...
 package com.neopets.games.marketing.destination.movieTest.theatre { //---------------------------------------- // IMPORTS //---------------------------------------- //---------------------------------------- // CUSTOM IMPORTS //---------------------------------------- import com.neopets.projects.destinatio...
package away3d.core.pick { import away3d.core.base.*; import flash.geom.*; /** * Pure AS3 picking collider for entity objects. Used with the <code>RaycastPicker</code> picking object. * * @see away3d.entities.Entity#pickingCollider * @see away3d.core.pick.RaycastPicker */ public class AS3PickingColli...
package net.psykosoft.psykopaint2.app { import flash.events.Event; import net.psykosoft.psykopaint2.app.config.AppConfig; import net.psykosoft.psykopaint2.app.states.transitions.TransitionSplashToHomeState; import net.psykosoft.psykopaint2.app.views.base.AppRootView; import net.psykosoft.psykopaint2.base.states...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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...
package ddt.data.analyze { import com.pickgliss.loader.DataAnalyzer; import com.pickgliss.utils.ObjectUtils; import ddt.data.player.FriendListPlayer; import ddt.data.player.PlayerState; import road7th.data.DictionaryData; public class RecentContactsAnalyze extends DataAnalyzer { ...
package instagrAS3.data.items { /** * * @author pbordachar * */ public class User { private var _id:String; private var _userName:String; private var _fullName:String; private var _firstName:String; private var _lastName:String; private var _profile_picture:String; ...
package com.losttemple.utils { import com.losttemple.cfgs.AppCfg; import flash.filesystem.File; public class AssetsUtil { public static const FSD_PATH:String = File.applicationStorageDirectory.nativePath; public function AssetsUtil() { } public static function get urlHead():String { return "...
package kabam.lib.console.signals { import org.osflash.signals.Signal; public final class RemoveConsoleSignal extends Signal { } }//package kabam.lib.console.signals
//////////////////////////////////////////////////////////////////////////////// // // 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 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 ac...
package com.codeazur.as3swf.data.actions.swf3 { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.actions.*; public class ActionGetURL extends Action implements IAction { public static const CODE:uint = 0x83; public var urlString:String; public var targetString:String; ...
/** * --------------------------------------------------------------------------- * Copyright (C) 2008 0x6e6562 * * 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:...
package consortion.view.selfConsortia { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.controls.cell.IListCell; import com.pickgliss.ui.controls.list.List; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.text.FilterFrameText; import com.pickgliss.utils.ObjectUtils;...
package org.rjb.model { import com.adobe.cairngorm.model.ModelLocator; import org.rjb.vo.UserVO; [Bindable] public class UserModelLocator implements ModelLocator { //存放vo对象 public var userVO:UserVO; //存放一些状态变量 public var state:String="User---Login"; //单例对象 private static var modelLoca...
package { import com.sammyjoeosborne.spriter.SpriterMC; import com.sammyjoeosborne.spriter.SpriterMCFactory; import flash.display.Bitmap; import flash.display.Loader; import flash.events.TimerEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.utils.Timer; import starling.animation.Jug...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-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 N...
package rb.framework.data{ import rb.framework.events.DependencyPropertyChangeEvent; [Event(name="change", type="rb.framework.events.DependencyPropertyChangeEvent")] /** *带有数据变化事件通知 对象 * @author Gao.D.X * */ public class DependencyObject extends DispatcherObject { protected var prop:Di...
// // $Id$ package com.threerings.msoy.map.data { import com.adobe.serialization.json.*; import com.threerings.orth.data.MediaDesc; import com.threerings.util.Random; import com.threerings.util.RandomUtil; import com.threerings.msoy.data.all.HashMediaDesc; import com.threerings.msoy.data.all.MediaMimeTypes; import...
package org.bigbluebutton.modules.phone.events { import flash.events.Event; public class FlashMicAccessDeniedEvent extends Event { public static const MIC_ACCESS_DENIED:String = "flash mic access permission denied event"; public var micName:String; public function FlashMicAccessDeniedEven...
package mx.collections { import flash.events.UncaughtErrorEvent; import mx.collections.ArrayCollection; import mx.collections.CursorBookmark; import mx.collections.HierarchicalCollectionView; import mx.collections.HierarchicalCollectionViewCursor; import mx.core.FlexGlobals; import org.flexunit.asserts.assertEqua...
package { public class Test { } } import flash.events.EventDispatcher; trace("//var evtd = new EventDispatcher();"); var evtd = new EventDispatcher(); trace("//var listener = function() { ... };"); var listener = function() { trace("//Listener called!"); }; trace("//evtd.hasEventListener('test');"); trace(evtd.h...
package away3d.loaders.misc { import away3d.arcane; import away3d.events.AssetEvent; import away3d.events.LoaderEvent; import away3d.events.ParserEvent; import away3d.loaders.parsers.ImageParser; import away3d.loaders.parsers.ParserBase; import away3d.loaders.parsers.ParserDataFormat; import flash.events.Even...
package openfl.events { /** * @externs */ public class ActivityEvent extends Event { public static const ACTIVITY:String = "activity"; public var activating:Boolean; public function ActivityEvent (type:String, bubbles:Boolean = false, cancelable:Boolean = false, activating:Boolean = false...
package view { import flash.display.*; import flash.events.MouseEvent; import flash.events.Event; import flash.display.*; import flash.filters.*; import mx.core.UIComponent; import mx.core.MovieClipLoaderAsset; import mx.events.StateChangeEvent; import mx.containers.Panel; impor...
package mx.core { public interface ILayoutDirectionElement { function get layoutDirection() : String; function set layoutDirection(param1:String) : void; function invalidateLayoutDirection() : void; } }
/* ***** 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 net.iab.vpaid.statemachine.states { import flash.display.Sprite; import net.iab.vpaid.core.AdGlobal; /** * * State that VPAID state machine enters in responce to the following triggers: * <ul> * <li>AdError</li> * </ul> * Initiates internal destruction proccesses. * * <p>This is a final s...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* * Copyright 2010 The Closure Compiler 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 applicable...
package serverProto.family { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING; import com.netea...
package com.does.lotte.pacman.steps.score { import com.does.lotte.global.GameData; import flash.display.MovieClip; import flash.events.Event; /** * @author chaesumin */ public class StageScoreNextBtnOver extends MovieClip { public function StageScoreNextBtnOver() { addEventListener(Event.ADDED_TO_STAGE,...
package engine.ui.fx { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.BlendMode; import flash.display.IBitmapDrawable; import flash.display.Shape; import flash.filters.ColorMatrixFilter; import flash.filters.ConvolutionFilter; import flash.geom.ColorTransform; import flash.g...
package { import flash.events.Event; import org.purepdf.colors.RGBColor; import org.purepdf.colors.ShadingColor; import org.purepdf.pdf.PageSize; import org.purepdf.pdf.PdfContentByte; import org.purepdf.pdf.PdfShading; import org.purepdf.pdf.PdfShadingPattern; public class ShadingMultipleColors extends Defa...
/** * Copyright (c) 2007 - 2009 Adobe * All rights reserved. * * 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 righ...
/* AS3 Copyright 2009 */ package com.neopets.games.inhouse.advervideo.pc.gui { import com.neopets.projects.gameEngine.gui.AbsMenu; import com.neopets.util.button.NeopetsButton; import flash.display.MovieClip; import flash.events.Event; import flash.events.MouseEvent; import flash.text.TextField; import ...
package org.bigbluebutton.lib.video.models { import flash.events.EventDispatcher; public class VideoProfileManager extends EventDispatcher { public static const PROFILES_XML:String = "client/conf/profiles.xml"; public static const DEFAULT_FALLBACK_LOCALE:String = "en_US"; private var _profiles:Array = n...
package Playtomic { public final class _-8j extends Object { public function _-8j() { var _loc1_:* = false; var _loc2_:* = true; if(!(_loc1_ && (_loc1_))) { super(); } } private static var _-KZ:String; priv...
package fairygui.display { import laya.display.Sprite; import laya.events.Event; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Handler; public class MovieClip extends Sprite { public var interval: Number = 0; public var swing: Boolean = false; public var repeatDelay: N...
package{ import flash.display.MovieClip; import flash.display.Sprite; import flash.events.MouseEvent; import flash.events.Event; import flash.display.SimpleButton; import flash.system.fscommand; import flash.net.navigateToURL; import flash.net.URLRequest; import flash.utils.Timer; impo...
package visuals.ui.dialogs { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabel; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.disp...
package laya.ui { import laya.events.Event; import laya.maths.Point; import laya.net.Loader; import laya.utils.Handler; /** * 移动滑块位置时调度。 * @eventType laya.events.Event */ [Event(name = "change", type = "laya.events.Event")] /** * 移动滑块位置完成(用户鼠标抬起)后调度。 * @eventType @eventType laya.events.EventD * ...
/** * MyClient2地图编辑器 - Copyright (c) 2010 王明凡 */ package com.pureMVC.controller.business.map { import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import com.pureMVC.controller.business.common.ExceptionCommand; import com.pureMVC.model.MapProxy; impor...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.ek.duckstazy.game { import com.ek.library.core.CoreManager; import flash.events.Event; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.utils.Dictionary; /** * @author eliasku */ public class Input { private var _keysUp:Vector.<uint> = new Vector.<uint>(); p...
/* * Temple Library for ActionScript 3.0 * Copyright © MediaMonks B.V. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * 1. Redistributions of source code must retain the above copyright ...
package kabam.rotmg.messaging.impl.incoming { import com.company.assembleegameclient.util.FreeList; import flash.utils.IDataInput; import kabam.rotmg.messaging.impl.data.CompressedInt; import kabam.rotmg.messaging.impl.data.GroundTileData; import kabam.rotmg.messaging.impl.data.ObjectData; public class Update exte...
///////////////////////////////////////////////////////////////////////////////////// // // Hummingbird Framework Template // ============================== // // Copyright 2013 Pascal ECHEMANN. // All Rights Reserved. // // NOTICE: The author permits you to use, modify, and distribute this file ...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * http://w...
package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_oryxSanctuaryChars16x16Embed.png")] public class EmbeddedAssets_oryxSanctuaryChars16x16Embed extends BitmapAsset { public function EmbeddedAssets_oryxSanctuaryChars16x16Embed() { super(); } } }
; Nested include test: ; incl0.mac ; incl1.inc ; incl2.inc include incl1.inc root: db 0 end
package flash.net { import flash.events.*; public class NetConnection extends EventDispatcher { public static function get defaultObjectEncoding():uint { } public static function set defaultObjectEncoding(version:uint):void { } public function get proxyType():String { } ...
package portrayal.gpm { /* Abstract class as a parent of boolean, qualitative and quantitative modifiers */ public class Modifier { public var symName:String; public var symType:String; public var hasValue:Boolean; public function Modifier() { } public function getXML():XML { var str: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...
package com.xgame.godwar.utils { public final class Int64 extends Binary64 { public function Int64(low:uint = 0, high:int = 0) { super(low, high) } public final function set high(value:int):void { internalHigh = value } public final function get high():int { return internalHigh } /** * Conve...
/* Feathers Copyright 2012-2019 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.layout { import feathers.core.IFeathersControl; import feathers.core.IMeasureDisplayObject;...
package org.mineap.nicovideo4as.loader { import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLRequestMethod; import org.minea...
//////////////////////////////////////////////////////////////////////////////// // // 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...