CombinedText stringlengths 4 3.42M |
|---|
/*
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 kabam.rotmg.packages.control {
import io.decagames.rotmg.shop.packages.startupPackage.StartupPackage;
import io.decagames.rotmg.ui.popups.signals.ShowPopupSignal;
import kabam.rotmg.dialogs.control.OpenDialogSignal;
import kabam.rotmg.packages.model.PackageInfo;
import kabam.rotmg.packages.servic... |
package {
class A {
public static const x = 1;
}
function foo() {
var s = 0;
for (var i = 0; i < 10000000; i++) {
s += A.x + A.x + A.x + A.x + A.x;
}
trace("Value : " + s);
}
foo();
} |
/**
* Starling Builder
* Copyright 2015 SGN Inc. 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 starlingbuilder.editor.ui
{
import feathers.controls.Button;
import feathers.c... |
package com.greensock.events
{
import flash.events.Event;
public class TweenEvent extends Event
{
public static const VERSION:Number = 12;
public static const START:String = "start";
public static const UPDATE:String = "change";
public static const COMPLE... |
package com.ui.util
{
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.net.URLRequestMethod;
import flash.net.URLVariables;
/**
* @author caihua
* @comment 请求
* 创建时间:2014-7-4 下午4:29:10 ... |
package com.hurrygames.grabber.core
{
public interface IEntity
{
/**
* 添加一个component。每个entity可以有多个逻辑component。
* 可以有一个或者多个渲染。
* 但是,目前只有一个Model.
* @param component
*
*/
function addComponent(component:IComponent,name:String):void;
function removeComponentByName(name:String,deep:Boolean = tr... |
////////////////////////////////////////////////////////////////////////////////
//
// 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: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** 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 Li... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.assets.EmbeddedAssets {
import kabam.rotmg.assets.*;
import mx.core.*;
[Embed(source="dats/EmbeddedAssets_candyColWholeEmbed_.dat", mimeType="application/octet-stream")]
public class EmbeddedAssets_candyColWholeEmbed_ extends ByteArrayAsset {
public function EmbeddedAssets_candyColWholeEmbed_(... |
package
{
public class Sounds
{
}
}
|
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
package mvcexpress.extensions.scoped.core {
import flash.utils.Dictionary;
import mvcexpress.core.*;
import mvcexpress.core.messenger.HandlerVO;
import mvcexpress.core.messenger.Messenger;
import mvcexpress.core.namespace.pureLegsCor... |
/**
* Rndm by Grant Skinner. Jan 15, 2008
* Visit www.gskinner.com/blog for documentation, updates and more free code.
*
*
* Copyright (c) 2008 Grant Skinner
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to de... |
package viewer.views
{
/**
*
* 视图基类。
*
*/
import cn.vision.data.Tip;
import com.winonetech.core.Store;
import com.winonetech.core.View;
import com.winonetech.utils.TipUtil;
import viewer.core.MVPresenter;
public class _InternalView extends View
{
/**
*
* 构造函数。
*
*/
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="hanaminexusGround.txt", mimeType="application/octet-stream")]
public class hanaminexusGround extends ByteArrayAsset {
public function hanaminexusGround() {
super();
}
}
} |
/**
* SnappingPlugin by Grant Skinner. Nov 3, 2009
* Visit www.gskinner.com/blog for documentation, updates and more free code.
*
*
* Copyright (c) 2009 Grant Skinner
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software... |
package com.epolyakov.mock
{
/**
* @author Evgeniy Polyakov
*/
public class MockObject
{
public function testMethod(arg1:int, arg2:String, arg3:Boolean, arg4:Object):void
{
}
public function testMethodNoArgs():void
{
}
public function testMethodVarArgs(...args):void
{
}
public function get... |
package modules.xiangshanGame.majiangGame.model
{
public class ReplayXiangSMJModel extends XiangSMJModel
{
public function ReplayXiangSMJModel()
{
super();
}
public var isShowOtherCards:Boolean = true;
/**是否需要直接跳过胡牌动画显示结算界面*/
override public function saveStepData():void
{
super.saveStepDa... |
package game.view.activity {
import com.dialog.DialogMgr;
import com.mvc.interfaces.INotification;
import com.utils.Constants;
import com.utils.StringUtil;
import feathers.controls.List;
import feathers.controls.Scroller;
import feathers.controls.renderers.IListItemRenderer;
... |
/**
* CHANGELOG:
*
* 2011-11-03 10:08: Create file
*/
package pl.asria.tools.display.catche
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.BlendMode;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.MovieClip;
import fla... |
package serverProto.dungeon
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
... |
package kabam.rotmg.messaging.impl.outgoing {
import flash.utils.IDataOutput;
public class ShootAck extends OutgoingMessage {
public var time_:int;
public function ShootAck(param1:uint, param2:Function) {
super(param1,param2);
}
override public fun... |
/*
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... |
import gfx.controls.Button;
import gfx.io.GameDelegate;
dynamic class LevelUpMenu extends MovieClip
{
var HealthButton: Button;
var MagickaButton: Button;
var StaminaButton: Button;
function LevelUpMenu()
{
super();
HealthButton = HealthButton;
MagickaButton = MagickaButton;
StaminaButton = StaminaButton... |
package org.papervision3d.cameras
{
import org.papervision3d.core.math.Matrix3D;
import org.papervision3d.core.math.Number3D;
import org.papervision3d.objects.DisplayObject3D;
public class SpringCamera3D extends Camera3D
{
public var _camTarget:DisplayObject3D;
... |
/*
Copyright (c) 2007. 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... |
package com.kufluk.kenneth
{
import com.kufluk.kenneth.PointFont;
import com.kufluk.kenneth.Firework;
import flash.display.BitmapData;
/*
* FireworkDisplay - Kenneth Kufluk (http://kenneth.kufluk.com/)
* MIT Licensed
* http://js-fireworks.appspot.com/
* @author Kenneth Kufluk
*/
public class F... |
/**
* TLSSecurityParameters
*
* This class encapsulates all the security parameters that get negotiated
* during the TLS handshake. It also holds all the key derivation methods.
* Copyright (c) 2007 Henri Torgemane
*
* Patched by Bobby Parker (sh0rtwave@gmail.com)
*
* See LICENSE.txt for full license inform... |
/**
* SmartRotationPlugin by Grant Skinner. Nov 3, 2009
* Visit www.gskinner.com/blog for documentation, updates and more free code.
*
*
* Copyright (c) 2009 Grant Skinner
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Sof... |
/*
Feathers
Copyright 2012-2014 Joshua Tynjala. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.controls
{
import feathers.core.FeathersControl;
import feathers.events.FeathersEventType;
... |
/*
* Copyright 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 applica... |
package vyperlogix.FileIO.serializer {
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
public class FileSerializer {
public static function writeObjectToFile(object:Object, fname:String):void{
var file:File=File.applicationStorageDirectory.resolvePath... |
/**
* Copyright (c) Michael Baczynski 2007
* http://lab.polygonal.de/ds/
*
* This software is distributed under licence. Use of this software
* implies agreement with all terms and conditions of the accompanying
* software licence.
*/
package de.polygonal.ds
{
import de.polygonal.ds.SListNode;
import de.polygo... |
package kabam.rotmg.minimap.control {
import kabam.rotmg.minimap.model.UpdateGroundTileVO;
import org.osflash.signals.Signal;
public class UpdateGroundTileSignal extends Signal {
public function UpdateGroundTileSignal() {
super(UpdateGroundTileVO);
}
}
}
|
// =================================================================================================
//
// Starling Framework
// Copyright 2011 Gamua OG. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.... |
package org.papervision3d.materials.shadematerials
{
import flash.display.BitmapData;
import flash.display.Graphics;
import flash.geom.Matrix;
import org.papervision3d.core.geom.renderables.Triangle3D;
import org.papervision3d.core.geom.renderables.Vertex3DInstance;
import org.papervision3d.core.material.Abstra... |
package away3d.animators
{
import away3d.arcane;
import away3d.entities.*;
import away3d.errors.*;
import away3d.events.*;
import flash.display.*;
import flash.events.*;
import flash.utils.*;
use namespace arcane;
/**
* Dispatched when playback of an animation inside the animator object starts.
*
... |
/*
Copyright (c) 2005 JSON.org
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, subli... |
/**
* CFBModeTest
*
* A test class for CFBMode
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package hurlant.crypto.tests
{
import hurlant.crypto.symmetric.AESKey;
import hurlant.crypto.symmetric.CFBMode;
import hurlant.crypto.symmetric.NullPad;
impo... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.ankama.haapi.client.model
{
public class ShopOneClickToken
{
public var id:Number = 0;
public var pan:String = null;
public var brand:String = null;
public var expiry_year:Number = 0;
public var expiry_month:Number ... |
package com.propertycross.air.presentationModels
{
import flash.events.EventDispatcher;
import flash.system.Capabilities;
import spark.components.ViewNavigator;
public class BasePM extends EventDispatcher
{
//------------------------------------
//
/// Constants
//... |
// =================================================================================================
//
// 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.hurlant.crypto {
import flash.utils.*;
import com.hurlant.crypto.symmetric.*;
import com.hurlant.crypto.hash.*;
import com.hurlant.crypto.rsa.*;
import com.hurlant.crypto.prng.*;
import com.hurlant.util.*;
public class Crypto {
private var b64:Base64;
... |
package com.deleidos.rtws.alertviz.events
{
import flash.events.Event;
public class ApplicationCommandEvent extends Event
{
public static const COMMAND_KEY :String = "ApplicationCommand";
public static const CLEAR :String = COMMAND_KEY + ".clear";
public static const SHUTDOWN :String = COMMAND_KEY + "... |
package com.hoten.as3unit {
import com.hoten.as3unit.TestCase;
public class TestHarness extends TestCase {
public function testMultipleTestCases():void {
}
private var cleanSlate:Boolean = true;
public function testCleanSlateEveryTestPart1():void {
if (!cleanSlate) {
fail("Expected... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* VERSION: 12.0.14
* DATE: 2013-07-27
* AS2
* UPDATES AND DOCS AT: http://www.greensock.com
**/
import com.iequip.TweenLite;
import com.iequip.plugins.RoundPropsPlugin;
/**
* TweenPlugin is the base class for all TweenLite/TweenMax plugins.
*
*
* <p><strong>See AS3 files for full ASDocs</strong></p>
*... |
/*
* SPL; AS3 Spelling library for Flash and the Flex SDK.
*
* Copyright (c) 2013 gskinner.com, inc.
*
* 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 with... |
package com
{
import com.appfw.FpFacade;
import com.appfw.view.ui.loading.FirstLoading;
import com.fp.asset.Assets;
import com.fp.asset.theme.FpTheme;
import com.fp.mgr.GameMgr;
import com.fp.templates.base.Template;
import com.fp.utils.AssetsUtil;
import lzm.starling.STLConstant;
import lzm.starling.STLMain... |
package com.d5power.utils
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.IBitmapDrawable;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.events.Event;
import flash.utils.ByteArray;
public class BitmapResource implements IBitmapDrawable
{
priv... |
package game.data
{
import com.data.Data;
import com.singleton.Singleton;
import flash.utils.ByteArray;
/**
* 游戏全局常量配置表
* @author Administrator
*
*/
public class ConfigData extends Data
{
public var tired_max:int;
public var init_gold:int;... |
// Aphelion (edited by Frikman)\\
#include "CreatureCommon.as";
const u8 ATTACK_FREQUENCY = 30; // 30 = 1 second
const f32 ATTACK_DAMAGE = 0.25f;
const int COINS_ON_DEATH = 1;
void onInit(CBlob@ this)
{
this.set_u8("attack frequency", ATTACK_FREQUENCY);
this.set_f32("attack damage", ATTACK_DAMAGE);
... |
/*******************************************************************************
* PushButton Engine
* Copyright (C) 2009 PushButton Labs, LLC
* For more information see http://www.pushbuttonengine.com
*
* This file is licensed under the terms of the MIT license, which is included
* in the License.html file... |
package com.ankamagames.dofus.logic.common.frames
{
import com.ankamagames.atouin.messages.AdjacentMapClickMessage;
import com.ankamagames.atouin.messages.AdjacentMapOutMessage;
import com.ankamagames.atouin.messages.AdjacentMapOverMessage;
import com.ankamagames.atouin.messages.CellClickMessage;
i... |
package Stages
{
public class Stage08 extends LevelStage
{
public function Stage08()
{
super();
this.goal = 60.0;
}
public override function init():void
{
var pg:PillsGenerator;
var pills:Pills = level.pills;
// полоска синяя
pg = new PillsGenerator(pills);
pg.count = 0;
pg... |
package fl.events
{
import flash.events.Event;
/**
* The ScrollEvent class defines the scroll event that is associated with the ScrollBar component.
*
* @see fl.controls.ScrollBar ScrollBar
* @see fl.controls.ScrollBarDirection ScrollBarDirection
* @see fl.core.UIComponent UIComponent
*
... |
package org.papervision3d.core.culling
{
import flash.geom.Point;
import flash.geom.Rectangle;
import org.papervision3d.core.geom.renderables.Particle;
import org.papervision3d.core.geom.renderables.Vertex3DInstance;
import org.papervision3d.core.math.util.FastRectangleTools;
public class ... |
/* 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 PublicClass {
public class PublicClass {
var array:Array;
var boolean:Boolean;
var da... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.xgame.godwar.liteui.layouts
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import com.xgame.godwar.liteui.component.Container;
public class FlowLayout extends BaseLayout
{
public function FlowLayout(container:DisplayObjectContainer=null)
{
super(container)... |
package com.splunk.properties
{
import com.splunk.utils.Style;
public class TextBlockStylePropertyParser extends LayoutSpriteStylePropertyParser
{
// Private Static Properties
private static var _instance:TextBlockStylePropertyParser;
// Public Static Methods
public static function getInstance() : Tex... |
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 GuildFightLeaveRequestAction extends AbstractAction implements Action
{
public var ... |
package idv.cjcat.stardustextended.flashdisplay.handlers
{
import flash.display.DisplayObject;
import flash.geom.ColorTransform;
import flash.geom.Matrix;
import idv.cjcat.stardustextended.emitters.Emitter;
import idv.cjcat.stardustextended.math.StardustMath;
import flash.display.BitmapData;
import idv.cjcat.stardus... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 game.view
{
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.utils.ObjectUtils;
import flash.display.Sprite;
import flash.events.Event;
import flash.utils.getTimer;
public class FightAchievBar extends Sprite implements Disposeable
{
private var _animat... |
package {
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.EventDispatcher;
public class EventWatcher {
private var name: String;
private var source: EventDispatcher;
public function EventWatcher(name: String, source: EventDispatcher) {
super();
this.name = name;
t... |
package kabam.rotmg.assets.EmbeddedData {
import mx.core.ByteArrayAsset;
[Embed(source="xmls/EmbeddedData_LoERealmItemsCXML.xml", mimeType="application/octet-stream")]
public class EmbeddedData_LoERealmItemsCXML extends ByteArrayAsset {
public function EmbeddedData_LoERealmItemsCXML() {
super();
}
}
}
|
package com.eiyaScript.classes {
import com.eiyaScript.Eiya;
import com.eiyaScript.EiyaAction;
public final class BUL extends DispObj {
public var speed:int = 0;
public var hit_type:int = 0;
public var round:Boolean = true;
public static const CENTER_POINT:int = 0;
public static const LINE :int =... |
package ddt.data.analyze
{
import com.pickgliss.loader.DataAnalyzer;
import com.pickgliss.utils.ObjectUtils;
import ddt.data.ChurchRoomInfo;
import ddt.manager.ChurchManager;
import ddt.manager.PlayerManager;
import im.IMController;
public class LoginAnalyzer extends DataAnalyzer
{
... |
/*******************************************************************************
* This is the copyright work of The MITRE Corporation, and was produced for the
* U. S. Government under Contract Number DTFAWA-10-C-00080.
*
* For further information, please contact The MITRE Corporation, Contracts Office,
* 751... |
package citrus.view.spriteview {
import citrus.view.ACitrusView;
import citrus.view.ISpriteView;
import flash.display.Sprite;
/**
* SpriteView is the first official implementation of a Citrus Engine "view". It creates and manages graphics using the traditional
* Flash display list (addChild(), remov... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.ASDraw;
import org.actionstep.NSImageRep;
import org.actionstep.NSSize;
/**
* This class draws the radio button image for the
* <code>org.actionstep.NSButton</code> class when it is in radio button mode.
*
* It is used by <code>org.actionstep... |
package comun.util.zalerta
{
import flash.display.Sprite;
import flash.events.EventPhase;
import flash.events.MouseEvent;
import mx.core.FlexGlobals;
import mx.core.IFlexDisplayObject;
import mx.events.FlexEvent;
import mx.managers.ISystemManager;
import mx.managers.PopUpManager;
import mx.rpc.Fault;
impo... |
package components.managers
{
import components.managers.events.HintEvent;
import flash.display.DisplayObject;
import flash.geom.Point;
import flash.geom.Rectangle;
import mx.controls.ToolTip;
import mx.core.FlexGlobals;
import mx.core.IToolTip;
import mx.core.UIComponent;
import mx.managers.ISystemManager... |
package visuals.ui.elements.citymap
{
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;
public class SymbolCloud2_1Generic extends Sprite
... |
package {
import org.as3commons.collections.fx.SetFx;
import org.as3commons.collections.fx.events.CollectionEvent;
import org.as3commons.collections.fx.events.SetEvent;
import flash.display.Sprite;
public class SetFxExample extends Sprite {
public function SetFxExample() {
var theSet : SetFx = new SetFx();
... |
package com.ats.managers.gmsaas {
import com.ats.helpers.Settings;
import com.ats.tools.Python;
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.EventDispatcher;
import flash.events.NativeProcessExitEvent;
import flash.events.ProgressEvent;
import flash.filesystem.... |
package dragonBones.textures
{
/**
* Copyright 2012-2013. DragonBones. All Rights Reserved.
* @playerversion Flash 10.0, Flash 10
* @langversion 3.0
* @version 2.0
*/
import flash.display.BitmapData;
import dragonBones.core.dragonBones_internal;
import dragonBones.objects.DataParser;
import starling.text... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Billboard example.
// This sample demonstrates:
// - Populating a 3D scene with billboard sets and several shadow casting spotlights
// - Parenting scene nodes to allow more intuitive creation of groups of objects
// - Examining rendering performance with a somewhat large object and light count
#i... |
//------------------------------------------------------------------------------
// Copyright (c) 2009-2013 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//-------... |
package {
public class HexTile {
// Constants:
// Public Properties:
public var art:uint=1;
// Protected Properties:
// Initialization:
public function HexTile(art:uint=1) {
this.art = art;
}
// Public getter / setters:
// Public Methods:
// Protected Methods:
}
} |
package com.ankamagames.dofus.network.types.game.data.items.effects
{
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkType;
import com.ankamagames.jerakine.network.utils.FuncTree;
... |
/*
Feathers
Copyright 2012-2016 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.controls
{
import feathers.core.IGroupedToggle;
import feathers.core.ToggleGroup;
import f... |
/**
* VERSION: 1.854
* DATE: 2011-06-07
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading {
import com.greensock.events.LoaderEvent;
import com.greensock.loading.core.LoaderItem;
import flash.display.Shape;
import flash.events.Event;
import flash.... |
/*
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-charge, ... |
package com.codeazur.as3swf.data.actions.swf4
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.actions.*;
public class ActionGetURL2 extends Action implements IAction
{
public static const CODE:uint = 0x9a;
public var sendVarsMethod:uint;
public var reserved:uint;
public var loadT... |
/**
* VERSION: 0.95
* DATE: 9/22/2009
* AS3
* UPDATES AND DOCUMENTATION AT: http://blog.greensock.com/
**/
package com.greensock {
import flash.display.*;
import flash.events.Event;
import flash.geom.*;
import flash.utils.*;
/**
* TweenProxy3D essentially "stands in" for a DisplayObject, so you set the vari... |
package kabam.rotmg.application {
import flash.display.DisplayObjectContainer;
import kabam.rotmg.application.api.ApplicationSetup;
import kabam.rotmg.application.api.DebugSetup;
import kabam.rotmg.application.impl.ProductionSetup;
import kabam.rotmg.application.model.PlatformModel;
import kabam.rotmg.build.api.BuildD... |
animatee = maincontainer_mc;
animated_mcs = ['stone'];
animations = ['1'];
loopers = [];
do_trace = true
asset_class_names = [
"stoneLeft",
"stoneRight"
];
var item_inited:Boolean;
var item_ran:Boolean;
var stone:MovieClip;
var stonecontainer:MovieClip;
var config_options:Object = {
stone: [
"stoneLeft",
"sto... |
package map.command
{
import com.tencent.morefun.framework.base.Command;
import def.PluginDef;
public class ImitateSceneClickCommand extends Command
{
public function ImitateSceneClickCommand()
{
super();
}
override public function getPluginName() : String... |
package away3d.materials.passes
{
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.core.managers.Stage3DProxy;
import away3d.lights.DirectionalLight;
import away3d.lights.LightProbe;
import away3d.lights.PointLight;
import away3d.materials.LightSources;
import away3d.materials.MaterialBase;
... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2015 ESRI
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
// an... |
////////////////////////////////////////////////////////////////////////////////
//
// NOTEFLIGHT LLC
// Copyright 2009 Noteflight LLC
//
// THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
// IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
// FITNESS FOR A PARTI... |
package ssen.reflow {
/**
* [DO NOT IMPLEMENT]
*/
public interface IEventDistributor {
function map(eventType:String, dispatchTo:*):void;
function unmap(eventType:String):void;
function has(eventType:String):Boolean;
}
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.