CombinedText
stringlengths
4
3.42M
/* Copyright (c) 2010, Adobe Systems Incorporated 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...
//---------------------------------------------------------------------------------------------------- // class for PSG Simulator // Copyright (c) 2008 keim All rights reserved. // Distributed under BSD-style license (see org.si.license.txt). //-------------------------------------------------------------------------...
//////////////////////////////////////////////////////////////////////////////// // // 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 sound.se { import flash.media.*; import flash.events.Event; import flash.net.URLRequest; import sound.se.BaseSESound; public class TrapActionSE extends BaseSESound { private static const URL:String = "/public/sound/se/ulse20.mp3"; private var _url : URLRequest = new U...
import smallCalendar.mvctemplate.*; import smallCalendar.I.* import smallCalendar.util.Observable import flash.display.BitmapData import mx.utils.Delegate import smallCalendar.Configuration class smallCalendar.mvctemplate.CalendarModel extends Observable{ var __date:Date ////object Data var __d...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //io.decagames.rotmg.pets.popup.info.UpgradeTooltip package io.decagames.rotmg.pets.popup.info { import com.company.assembleegameclient.ui.tooltip.ToolTip; import io.decagames.rotmg.ui.labels.UILabel; import flash.display.Sprite; import io.dec...
package org.jbei.components.gelDigestClasses { import flash.display.Graphics; import mx.core.UIComponent; import org.jbei.bio.sequence.dna.DigestionFragment; public class SampleLane extends UIComponent { private var _fragments:Vector.<DigestionFragment>; pri...
package cmodule.lua_wrapper { const __2E_str14171:int = gstaticInitter.alloc(5,1); }
package saveTheJinchuurikiCommand { import com.tencent.morefun.framework.base.Command; import def.PluginDef; public class OpenSaveTheJinchuurikiCommand extends Command { public function OpenSaveTheJinchuurikiCommand() { super(); } override public function ...
/*[IF-FLASH]*/package { import flash.utils.ByteArray; /** * @private */ public class Uint8Array extends ArrayBuffer{ /* 如下几种方式的初始化要实现: Uint8Array(length);//创建初始化为0的,包含length个元素的无符号整型数组 Uint8Array(typedArray); Uint8Array(object); Uint8Array(buffer [, byteOffset [, length]]); */ /*...
// Action script... // [Initial MovieClip Action of sprite 20897] #initclip 162 if (!dofus.aks.Houses) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.aks) { _global.dofus.aks = new Object(); } // end if var _loc1 = (_global.dofus.aks.Houses = function (...
package org.osflash.mixins.support { import org.osflash.mixins.IMixin; import flash.errors.IllegalOperationError; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class MixinFactoryPool implements IMixinFactoryPool { public static const POOL_GROWTH_SIZE : int = 8; /** * @private */...
//------------------------------------------------------------------------------ // Copyright (c) 2011 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. //--------...
package com.xgame.godwar.core.setting.views { import com.greensock.TweenLite; import com.greensock.easing.Strong; import com.xgame.godwar.common.pool.ResourcePool; import com.xgame.godwar.events.CardConfigEvent; import com.xgame.godwar.liteui.component.CaptionButton; import com.xgame.godwar.liteui.component.Label...
table openChromCombinedPeaks "Locations of regions of open chromatin as determined by DNaseI HS and FAIRE experiments. It is a BED9+12 format" ( string chrom; "Name of the chromosome" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name...
// Actionscript Monkey runtime. // // Placed into the public domain 24/02/2011. // No warranty implied; use at your own risk. //***** ActionScript Runtime ***** import flash.display.*; import flash.external.ExternalInterface; //Consts for radians<->degrees conversions var D2R:Number=0.017453292519943295; var R2D:Nu...
package com.company.assembleegameclient.ui.tooltip.slotcomparisons { public class PoisonComparison extends SlotComparison { public function PoisonComparison() { super(); } override protected function compareSlots(itemXML:XML, curItemXML:XML):void { var activate:XMLList = null; var...
package store.events { import flash.events.Event; public class EmbedBackoutEvent extends Event { public static const EMBED_BACKOUT:String = "embedBackout"; public static const EMBED_BACKOUT_DOWNITEM_OVER:String = "embedBackoutDownItemOver"; public static const EMBED_B...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.news.view.NewsModal_backgroundImageEmbed package kabam.rotmg.news.view { import mx.core.BitmapAsset; public class NewsModal_backgroundImageEmbed extends BitmapAsset { } }//package kabam.rotmg.news.view
/** * Created by mark on 4/7/15. */ package com.backendless.files.security { public class FileOperation extends AbstractFilesPermission { private var typeid:String; function FileOperation( typeid:String ):void { this.typeid = typeid; } public function getId():String { return ...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * ...
//////////////////////////////////////////////////////////////////////////////// // // 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 cmodule.lua_wrapper { const i_AS3_Function:int = exportSym("_AS3_Function",new CProcTypemap(CTypemap.AS3ValType,[CTypemap.PtrType,new CProcTypemap(CTypemap.AS3ValType,[CTypemap.PtrType,CTypemap.AS3ValType])]).createC(AS3_Function)[0]); }
package starling.utils { import flash.display.Bitmap; import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundTransform; import flas...
package { public class A { public function A() { } } }
/** * SoundControl * A better workflow for developers and sound designers in AS3 projects * Copyright (c) 2009 Andreas Zecher, http://www.pixelate.de * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal ...
package game.handler { import com.google.protobuf.CodedInputStream; import game.manager.MessageManager; import game.base.HandlerBase; import laya.utils.Handler; import game.net.NetClient; import game.proto.*; import common.GameFunctions; /** * ... * @dengcs */ public final class AccountHandler extends H...
/* * Copyright (c) 2014 castLabs GmbH * * 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 com.castlabs.dash { import flash.events.NetStatusEvent; import...
package tests.islands { import alternativa.a3d.controller.SimpleFlyController; import alternativa.engine3d.materials.FillMaterial; import alternativa.engine3d.RenderingSystem; import alternterrain.core.HeightMapInfo; import alternterrain.core.QuadChunkCornerData; import alternterrain.core.QuadSquare; import alt...
import com.boobuilds.DebugWindow; import com.Utils.LDBFormat; /** * There is no copyright on this code * * 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 * wi...
package learnmath.mathml.formula.token{ /*------------------------------------------------------------- Created by: Ionel Alexandru Mail: ionel.alexandru@gmail.com Site: www.learn-math.info ---------------------------------------------------------------*/ import learnmath.mathml.formula.*; import learnmath.mathml.f...
/* 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 DefClassImpDefIntIntname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provide a...
package starlingx.display.shaders.fragment { import flash.display3D.Context3D; import flash.display3D.Context3DProgramType; import flash.display3D.textures.Texture; import starlingx.display.shaders.AbstractShader; /* * A pixel shader that multiplies a single texture with constants (the color transform) and ve...
package cameraModule { import laya.d3.component.animation.SkinAnimations; import laya.d3.core.BaseCamera; import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.Sprite3D; import laya.d3.core.light.DirectionLight; import laya.d3.core.scene.Scene; import laya.d3.math.Vector3; import la...
/* Copyright (c) 2008 Christopher Martin-Sperry (audiofx.org@gmail.com) 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, c...
package kabam.rotmg.packages.services { import com.company.assembleegameclient.map.QueueStatusTextSignal; import kabam.lib.tasks.BaseTask; import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.packages.control.BuyPackage...
package flash.display { public final class Scene { public function get labels():Array; public function get name():String; public function get numFrames():int; } }
// ActionScript file import com.qcenzo.light.components.BitmapX; import com.qcenzo.light.components.Button; import com.qcenzo.light.components.Slider; import flash.display.Bitmap; import flash.display.Sprite; import flash.media.Video; import flash.text.TextField; public var bufTip:Bitmap; public var bufferBrand:Bitma...
/* * 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 pu...
package api.com.odnoklassniki { import api.com.adobe.json.JSON; import api.com.odnoklassniki.core.OdnoklassnikiSession; import api.com.odnoklassniki.events.ApiServerEvent; import api.com.odnoklassniki.net.OdnoklassnikiRequest; import flash.display.DisplayObject; import flash.display.LoaderInfo; import flash.eve...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsSmootch extends BitmapData { public function SymbolEmoticonBitmapsSmootch(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
package widgets.Pmgd2.Url { public class Url { public static var ServicePropietario:String="http://gisred.chilquinta/arcgis/rest/services/PMGD/PMGD/FeatureServer/7"; public static var ServiceCentral:String ="http://gisred.chilquinta/arcgis/rest/services/PMGD/PMGD/FeatureServer/0"; public static var ServiceEtapa...
package com.ui { import flash.display.*; import flash.events.MouseEvent; import flash.events.Event; import flash.events.ProgressEvent; import fl.video.VideoEvent; import flash.net.URLRequest; import fl.video.FLVPlayback; public class VideoPlayer extends MovieClip { //---- PROPERTIES -----...
import com.Utils.Archive; import com.Utils.Colors; import com.Utils.StringUtils; import com.boosprint.Group; import com.boosprintcommon.Colours; /** * There is no copyright on this code * * Permission is hereby granted, free of charge, to any person obtaining a copy of this software and * associated documentation f...
class TestObj1 { TestObj1(TestObj2 a) {} } class TestObj2 { TestObj2(int a) {} } void Func(TestObj1 obj) {} void Test() { Func(2); }
/** * Copyright 2008 Marvin Herman Froeder * 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 ...
/*********************************************************************************************************************** * Copyright (c) 2010. Vaclav Vancura. * Contact me at vaclav@vancura.org or see my homepage at vaclav.vancura.org * Project's GIT repo: http://github.com/vancura/vancura-as3-libs * Documentation:...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.lib.json.SoftwareJsonParser package kabam.lib.json { import com.adobe.serialization.json.JSON; public class SoftwareJsonParser implements JsonParser { public function stringify(_arg_1:Object):String { return...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2013 CodeCatalyst, LLC - http://www.codecatalyst.com/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal // ...
package com.playata.framework.metric { import com.playata.framework.core.collection.StringMap; public class MetricCore { private var _handlers:StringMap = null; public function MetricCore() { super(); _handlers = new StringMap(); } ...
// scroll script that makes enemies insta gib within some radius #include "Hitters.as"; #include "RespawnCommandCommon.as" #include "StandardRespawnCommand.as" void onInit( CBlob@ this ) { this.addCommandID( "snecromancer" ); this.SetLight(true); this.SetLightRadius(64.0f); this.SetLightColor(SColor(255, 120, 50...
/* Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. */ /* Base class for Map_Layers and Map_Layer_Passives, to provide zplus attribute. */ package views.base { import mx.core.UIComponent; import utils.misc.Logging; public class Map_Layer_Base...
/* * Copyright (C) 2013 max.rozdobudko@gmail.com * * 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, pub...
package feathers.tests { import feathers.controls.AutoSizeMode; import feathers.controls.Button; import feathers.controls.ScrollContainer; import feathers.tests.supportClasses.AssertViewPortBoundsLayout; import org.flexunit.Assert; import starling.display.Quad; import starling.events.Event; public class Scro...
/* 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/. */ /** * The 'import' statements should be the first * non-comment line in a file. * * These lines have to be co...
package kabam.rotmg.text { import com.company.ui.BaseSimpleText; import kabam.rotmg.application.api.ApplicationSetup; import kabam.rotmg.language.DebugTextAndMapProvider; import kabam.rotmg.text.controller.TextFieldDisplayMediator; import kabam.rotmg.text.model.FontModel; import kabam.rotmg.text.model.TextAndMapProvid...
/* * Copyright 2008 ZXing 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 law or agreed ...
/* VERSION: 0.96 DATE: 8/31/2008 ACTIONSCRIPT VERSION: 3.0 (AS2 version is available) UPDATES & DOCUMENTATION AT: http://blog.greensock.com/overwritemanager/ DESCRIPTION: OverwriteManager is included in all TweenLite/TweenFilterLite/TweenMax downloads and allows you to control how tweens with overlapping pro...
package com.playfab.ClientModels { public class GetCharacterLeaderboardRequest { public var CharacterType:String; public var MaxResultsCount:*; public var StartPosition:int; public var StatisticName:String; public function GetCharacterLeaderboardRequest(data:Object=null...
package airdock.delegates { import airdock.interfaces.display.IDisplayFilter; import airdock.interfaces.display.IFilterable; import airdock.util.PropertyChangeProxy; import flash.display.DisplayObject; /** * ... * @author Gimmick */ public class DisplayFilterDelegate { private var cl_target...
package com.ankama.haapi.client.model { public class ShopHome { private var _categories_obj_class:Array = null; public var categories:Vector.<ShopCategory>; private var _gondolahead_main_obj_class:Array = null; public var gondolahead_main:Vec...
package com.company.assembleegameclient.objects { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.ui.panels.Panel; import com.company.assembleegameclient.ui.tooltip.TextToolTip; import com.company.assembleegameclient.ui.tooltip.ToolTip; import io.decagames.rotmg.pets.pane...
import index from "../depend-on-entry"; index.method();
namespace TextEngine { namespace Evulator { class IfEvulator : BaseEvulator { private TextEngine::Text::TextEvulateResult@ RenderDefault(TextEngine::Text::TextElement@ tag, dictionary@ vars) { TextEngine::Text::TextEvulateResult@ result = TextEngine::Text::TextEvulateResult(); if(this.ConditionSu...
var item_inited:Boolean; var item_ran:Boolean; var floor_ground:MovieClip; var floor_top:MovieClip; var floor_1:MovieClip; var floor_2:MovieClip; var floor_3:MovieClip; var floor_4:MovieClip; var floor_5:MovieClip; var floor_6:MovieClip; var floor_7:MovieClip; var deco_ground:MovieClip; var deco_side:Mov...
package com.tinyspeck.engine.spritesheet { import com.tinyspeck.core.beacon.StageBeacon; import com.tinyspeck.debug.Console; import com.tinyspeck.engine.util.EnvironmentUtil; import flash.display.MovieClip; import flash.display.Scene; import flash.utils.Dictionary; /** SSCollection has a bunch of SS each ...
package com.ankamagames.dofus.logic.game.fight.types.castSpellManager { import com.ankamagames.dofus.datacenter.optionalFeatures.ForgettableSpell; import com.ankamagames.dofus.datacenter.spells.Spell; import com.ankamagames.dofus.datacenter.spells.SpellLevel; import com.ankamagames.dofus.internalDatace...
package com.gestureworks.cml.elements { import com.gestureworks.cml.elements.*; import com.gestureworks.cml.events.*; import com.gestureworks.cml.utils.PNGEncoder; import com.gestureworks.core.*; import com.gestureworks.events.*; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display...
/* * 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 com.swfwire.decompiler.abc.instructions { import com.swfwire.decompiler.abc.*; public class Instruction_setlocal1 implements IInstruction { } }
package away3d.core.base.data { import away3d.core.math.Plane3D; import away3d.core.math.Plane3D; import flash.geom.Point; import flash.geom.Vector3D; /** * Face value object. */ public class Face { private static var _calcPoint : Point; private var _vertices:Vector.<Number>; private var ...
//TODO: powerful items that insta-kill shouldnt have an assist (keg, mine) CPlayer@ getAssistPlayer(CPlayer@ victim, CPlayer@ killer) { //no assist if teamkill if (victim is null || killer is null || victim.getTeamNum() == killer.getTeamNum()) { return null; } //get victim blob CBlob@ victimBlob = ...
package devoron.dataui.multicontainers.toogle { import devoron.data.core.base.DefaultDataFactory; import devoron.data.core.base.SimpleDataComponent; import devoron.studio.core.workspace.components.dashboard.IDashboardComponent; import devoron.components.buttons.AboutButtonUI2; import devoron.components.labels.DSLa...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * User: booster * Date: 15/08/14 * Time: 10:30 */ package plugs.consumers { import medkit.collection.List; import plugs.Connection; import plugs.IInput; public class DebugConsumer extends AbstractConsumer { public static function traceData(data:*, connection:Connection):void { trace("[", connectio...
/** * VERSION: 0.1 (beta) * DATE: 1/19/2010 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.GreenSock.com **/ package com.greensock.motionPaths { /** * Constants for defining the direction in which to travel on a MotionPath (like <code>CLOCKWISE, COUNTER_CLOCKWISE, SHORTEST,</code> etc.)...
/* 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 FinalClassImpInternalIntIntname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // pr...
/** Licensed under the Apache License, Version 2.0 @copy (c) See LICENSE.txt */ package examples.helloworld.behaviour { import examples.helloworld.data.HelloData; import org.bixbite.core.Behaviour; import org.bixbite.core.Signal; /** * @langversion 3.0 * This behaviour will deal with our copy. It is a busin...
/** * as3Uploader * @author Skitsanos * @version 1.5 */ package { import flash.display.Sprite; import flash.events.DataEvent; import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.MouseEvent; import flash.events.ProgressEvent; import flash.external.Ext...
package assets.settings.backgrounds.cityview { import flash.display.Bitmap; import flash.utils.Dictionary; import starling.textures.Texture; import starling.textures.TextureAtlas; /** * ... * @author @shaun */ public class CityViewAssets { //create a dictionary clas...
package cmodule.lua_wrapper { const _sys_errlist:int = gstaticInitter.alloc(372,4); }
package au.com.clinman.events { import flash.events.Event; public class MakeCommentEvent extends Event { public function MakeCommentEvent(type:String, questionID:String, value:String, bubbles:Boolean=false, cancelable:Boolean=false) { super(type, bubbles, cancelable); this._questionID = questionID; ...
package game.view { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.image.ScaleFrameImage; import com.pickgliss.ui.text.FilterFrameText; import com.pickgliss.ui.text.GradientText; import com.pickgliss.utils.ClassUtils; import com.pickgliss...
// Multiple viewports example. // This sample demonstrates: // - Setting up two viewports with two separate cameras // - Adding post processing effects to a viewport's render path and toggling them #include "Scripts/Utilities/Sample.as" Node@ rearCameraNode; void Start() { // Execute the commo...
package { import com.hsharma.hungryHero.HungryHero1; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import spriteflexjs.Stats; /** * ... * @author lizhi */ [SWF(frameRate="60", width="1024", height="768", backgroundColor="0x000000")] public class TestHu...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.Event; import GUI.fox.aswing.table.TableColumnModel; /** * @author iiley */ class GUI.fox.aswing.table.TableColumnModelEvent extends Event { /** The index of the column from where it was moved or removed */ private var fromIndex:Numb...
package kabam.rotmg.tooltips.view { import flash.display.DisplayObject; import flash.display.Sprite; public class TooltipsView extends Sprite { private var toolTip:DisplayObject; public function TooltipsView() { super(); } public function show(p...
/* Copyright 2012-2013 Renaun Erickson 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, sof...
//////////////////////////////////////////////////////////////////////////////// // // 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.dungeon { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; import com....
/* * Copyright (c) 2006-2010 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package reprise.css { internal class CSSSegment { /***********************************************...
Scene@ scene_; Node@ cameraNode; // Camera scene node float yaw = 0.0f; // Camera yaw angle float pitch = 0.0f; // Camera pitch angle bool drawDebug = false; // Draw debug geometry flag void Start() { // Create "Hello World" Text CreateText(); // Create the UI content CreateInstructions(); // Set...
/* Feathers Copyright 2012-2015 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.utils.display { /** * Calculates a scale value to maintain aspect ratio and fill the requi...
/* * Copyright 2019 Tallence AG * * 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 ...
package kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedAssets_lofiObj5Embed_.png")] public class EmbeddedAssets_lofiObj5Embed_ extends BitmapAsset { public function EmbeddedAssets_lofiObj5Embed_() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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.ro.utils { import mx.controls.Alert; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.mxml.HTTPService; public class FileReader { public function FileReader() { } public function loadMenu(fileName:String):void { var s:HTTPService = new HT...
/** * Created by matej on 2/4/15. */ package com432tone.demo.robotlegs2demo.signal { import org.osflash.signals.Signal; public class ViewClicked extends Signal { public function ViewClicked() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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...