text stringlengths 4 1.04M |
|---|
/* AS3
Copyright 2008
*/
package com.neopets.examples.gameEngineExample
{
import com.neopets.examples.gameEngineExample.translation.TranslationGameEngineDemo;
import com.neopets.projects.neopetsGameShell.events.GameShell_Events;
import com.neopets.projects.np9.gameEngine.NP9_DocumentExtension;
import com.neopet... |
// Action script...
// [Initial MovieClip Action of sprite 20940]
#initclip 205
if (!ank.external.ExternalConnectorListerner)
{
if (!ank)
{
_global.ank = new Object();
} // end if
if (!ank.external)
{
_global.ank.external = new Object();
} // end if
var _loc1 = (_global.ank.... |
package mx.styles
{
import mx.core.mx_internal;
public class CSSSelector
{
private var _ancestor:CSSSelector;
private var _conditions:Array;
private var _subject:String;
public function CSSSelector(subject:String, conditions:Array = ... |
package org.yellcorp.lib.serial.source.object
{
import org.yellcorp.lib.serial.source.MapSource;
public class ObjectMapSource extends ObjectValueSource implements MapSource
{
public function ObjectMapSource(source:Object)
{
super(source);
}
public function get keys():Array
{
var r... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.job
{
import com.ankamagames.dofus.network.types.game.context.roleplay.job.JobCrafterDirectoryListEntry;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.a... |
package com.renaun.embeds
{
import flash.display.BitmapData;
[Embed(source="/assets_embed/BoxGreen5.png")]
public class EmbedBoxGreen5 extends BitmapData
{
public function EmbedBoxGreen5(width:int, height:int, transparent:Boolean=true, fillColor:uint=4.294967295E9)
{
super(width, height, transparent, fillCo... |
/**
* 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.psykosoft.psykopaint2.core.rendering
{
import flash.display3D.Context3D;
import flash.display3D.textures.TextureBase;
import net.psykosoft.psykopaint2.core.configuration.CoreSettings;
public class BackbufferTextureFilter extends FullTextureFilter
{
public function BackbufferTextureFilter()
{
s... |
/* 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/. */
include "unicodeUtil.as";
include "unicodeNegativeUtil.as";
// var SECTION = "Supplemental Mathematical Operators"... |
package visuals.ui.elements.goal
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabelArea;
import com.playata.framework.display.lib.flash.FlashSprite;
import com.playata.framewo... |
// =================================================================================================
//
// 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 org.flexlite.domUI.effects
{
import org.flexlite.domCore.dx_internal;
import org.flexlite.domUI.effects.animation.Animation;
import org.flexlite.domUI.effects.animation.MotionPath;
import org.flexlite.domUI.effects.supportClasses.Effect;
use namespace dx_internal;
[DXML(show="false")]
/**
* 缩放特效,此... |
/**
* This is a generated class and is not intended for modification.
*/
package valueObjects
{
import com.adobe.fiber.styles.IStyle;
import com.adobe.fiber.styles.Style;
import com.adobe.fiber.styles.StyleValidator;
import com.adobe.fiber.valueobjects.AbstractEntityMetadata;
import com.adobe.fiber.value... |
package
{
import gs.control.Document;
import gs.managers.AssetManager;
public class Main extends Document
{
public function Main()
{
addChild( AssetManager.getMovieClip("clip") );
trace(AssetManager.getMovieClip("clip"));
}
}
} |
package cmodule.lua_wrapper
{
const __2E_str51341:int = gstaticInitter.alloc(37,1);
}
|
package com.company.assembleegameclient.ui {
import com.company.assembleegameclient.ui.components.TimerDisplay;
import flash.display.Sprite;
import flash.filters.DropShadowFilter;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
public class ExperienceBoostTimerPopup extends Sprite {
public function Exper... |
package org.flexlite.domUI.events
{
import flash.events.Event;
/**
* 皮肤组件附加移除事件
* @author DOM
*/
public class SkinPartEvent extends Event
{
/**
* 附加皮肤公共子部件
*/
public static const PART_ADDED:String = "partAdded";
/**
* 移除皮肤公共子部件
*/
public static const PART_REMOVED:S... |
package framework.datagram
{
public class Datagram
{
public var injectParameterList:Array = [];
public function Datagram()
{
}
}
} |
package com.reyco1.multiuser.data
{
public class ListRoutingObject
{
public static const REQEUST:String = "ListRoutingObject.request";
public static const RESPONSE:String = "ListRoutingObject.response";
public var userList:Object;
public var sender:String;
public var destination:String;
publ... |
package controls.MediaPresentation.events {
import flash.events.Event;
import flash.geom.Point;
public class ModifyLowerRightRightHotSpotCoordEvent extends Event {
public function ModifyLowerRightRightHotSpotCoordEvent(type:String, pt:Point, bubbles:Boolean=true, cancelable:Boolean=false) {
super(type, ... |
package kabam.rotmg.characters.model {
import com.company.assembleegameclient.appengine.SavedCharacter;
public interface CharacterModel {
function getCharacterCount():int;
function getCharacter(param1:int):SavedCharacter;
function deleteCharacter(param1:int):void;
function select(param1:SavedCharac... |
package arena.systems.islands.jobs
{
import arena.systems.islands.IslandGeneration;
import arena.systems.islands.KDNode;
import arena.systems.islands.KDZone;
import de.polygonal.ds.PriorityQueue;
import flash.events.Event;
import flash.events.IEventDispatcher;
import flash.utils.ByteArray;
import hashds.ds.alc... |
package away3d.core.filter
{
import away3d.cameras.*;
import away3d.containers.*;
import away3d.core.clip.*;
/**
* Interface for filters that work on primitive arrays
*/
public interface IPrimitiveFilter
{
/**
* Applies the filter to the primitive array.
*
... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2007 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 agreeme... |
package performance.vector
{
import performance.Utils;
import com.gskinner.performance.MethodTest;
import com.gskinner.performance.TestSuite;
import flash.geom.Vector3D;
public class VectorNearEqualsTest extends TestSuite
{
private var loops : uint = 1000000;
private var e : Number = 0.01;
private ... |
import gfx.io.GameDelegate;
import gfx.ui.NavigationCode;
import gfx.ui.InputDetails;
import skyui.util.Translator;
import skyui.util.GlobalFunctions;
import skyui.components.list.ListLayoutManager;
import skyui.components.list.TabularList;
import skyui.components.list.ListLayout;
import skyui.props.PropertyDataExten... |
package com.definition
{
import flash.display.Sprite;
import flash.events.*;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.net.NetConnection;
import flash.net.NetStream;
public class StdVideoAPI extends Sprite implements VideoAPI {
private var player:Player; ... |
package com.ankamagames.dofus.network.messages.game.context.roleplay
{
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 aerys.minko.render.geometry.primitive
{
import aerys.minko.ns.minko_render;
import aerys.minko.render.geometry.Geometry;
import aerys.minko.render.geometry.stream.IVertexStream;
import aerys.minko.render.geometry.stream.IndexStream;
import aerys.minko.render.geometry.stream.VertexStream;
import aerys.mink... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.crypto.a... |
package MichaelsMagic
{
import com.giab.games.gcfw.entity.Amplifier;
import com.giab.games.gcfw.entity.Gem;
import com.giab.games.gcfw.entity.Lantern;
import com.giab.games.gcfw.entity.Tower;
import com.giab.games.gcfw.entity.Trap;
import com.giab.games.gcfw.ingame.IngameCore;
/**
* ...
* @author Skillchees... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 comun.wizard
{
import flash.events.MouseEvent;
import spark.components.Button;
import spark.components.supportClasses.SkinnableComponent;
import widgets.Interrupciones.principal.Principal;
public class NavegacionWizard extends SkinnableComponent
{
[SkinPart(required="true")]
public var botonAnt... |
//
// C:\Users\Manju-pc\AppData\Local\FlashDevelop\Apps\ascsdk\27.0.0\frameworks\libs\air\airglobal.swc\flash\utils\ByteArray
//
package flash.utils
{
import flash.utils.ByteArray;
import flash.errors.IllegalOperationError;
/**
* ByteArray 类提供用于优化读取、写入以及处理二进制数据的方法和属性。
*
* <p class="- topic/p "><i ... |
package kabam.rotmg.ui.view {
import com.company.assembleegameclient.ui.dialogs.Dialog;
import flash.display.Sprite;
import flash.events.Event;
import org.osflash.signals.Signal;
public class CharacterSlotNeedGoldDialog extends Sprite {
private static const ANALYTICS_PAGE:String = "/charSlotNeedGold";
pub... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2007 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 agreeme... |
package com.swfwire.decompiler.data.swf8.tags
{
import com.swfwire.decompiler.data.swf.SWF;
import com.swfwire.decompiler.SWFByteArray;
import com.swfwire.decompiler.data.swf.tags.SWFTag;
import flash.utils.ByteArray;
/**
* This one supports PNG and GIF89a data
*/
public class DefineBitsJPEG2Ta... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2011 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.controls... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.account.web.view {
import com.company.assembleegameclient.account.ui.Frame;
import com.company.assembleegameclient.account.ui.TextInputField;
import com.company.assembleegameclient.ui.DeprecatedClickableText;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flas... |
package ageb.modules.scene.propertyPanelClasses
{
import ageb.modules.ae.BGInfoEditable;
import ageb.modules.ae.ISelectableInfo;
import ageb.modules.scene.op.ChangeIsFlipX;
import ageb.modules.scene.op.ChangeIsFlipY;
import ageb.modules.scene.op.MoveObject;
import ageb.utils.FlashTip;
/**
* BGInfo 属性面板
* @a... |
package SJ.Game.twlogin
{
import engine_starling.display.SLayer;
import engine_starling.SApplicationConfig;
import starling.display.Quad;
public class CJTwBgLayer extends SLayer
{
protected var background:Quad
public function CJTwBgLayer()
{
super();
initBg();
}
private function initBg():void
{... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.aswing3d.plaf{
import org.aswing.Component;
/**
* Pluggable look and feel interface for JColorSwatchs.
*
* @author iiley
*/
public interface ColorSwatchesUI extends ComponentUI{
/**
* Adds a component to this panel's sections bar.
* @param... |
/******************************************************************************
* Spine Runtimes Software License v2.5
*
* Copyright (c) 2013-2016, Esoteric Software
* All rights reserved.
*
* You are granted a perpetual, non-exclusive, non-sublicensable, and
* non-transferable license to use, install, ex... |
/* ***** 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 integration.mediating.testObj.view {
import integration.mediating.MediatingTestingVars;
import integration.mediating.testObj.view.viewObj.MediatingBaseView;
import mvcexpress.mvc.Mediator;
public class MediatingBaseViewMediator extends Mediator {
[Inject]
public var view:MediatingBaseView;
//[Inject]
//... |
package UI.abstract.component.control.tree
{
import UI.App;
import UI.abstract.component.control.list.IItemRenderer;
import UI.abstract.component.control.list.ListItemContainer;
import UI.abstract.component.data.DataProvider;
import UI.abstract.component.event.DataChangeEvent;
import flash.display.Displ... |
package {
import flash.external.ExternalInterface;
import flash.net.navigateToURL;
import flash.net.URLRequest;
/**
* An abstraction for communicating with JavaScript from Flash.
*/
internal class JsProxy {
private var hosted: Boolean = false;
private var bidirectional: Boolean = false;
private var dis... |
package {
import kabam.rotmg.core.StaticInjectorContext;
import robotlegs.bender.framework.api.ILogger;
import robotlegs.bender.framework.impl.Logger;
public class Log {
[Inject]
private static var log:Logger = StaticInjectorContext.getInjector().getInstance(ILogger);
public static function Info(text:Str... |
package com.ankamagames.dofus.network.types.game.context.roleplay.job
{
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;
... |
package common.util
{
import a24.tween.Tween24;
import common.views.BlockerLayer;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import scene.SceneLoader;
public class LoaderThread extends EventDispatcher
{
public static var... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
package io.decagames.rotmg.social.popups {
import io.decagames.rotmg.ui.buttons.SliceScalingButton;
import io.decagames.rotmg.ui.defaults.DefaultLabelFormat;
import io.decagames.rotmg.ui.popups.modal.ModalPopup;
import io.decagames.rotmg.ui.textField.InputTextField;
import io.decagames.rotmg.ui.texture.T... |
package cn.vision.consts
{
/**
* 定义命令优先级常量,只有并行命令队列支持优先级。
*
* @author exyjen
* @langversion 3.0
* @playerversion Flash 9, AIR 1.1
* @productversion vision 1.0
*
*/
public final class CommandPriorityConsts extends Consts
{
/**
* 较高优先级,加入队列时会加在队列开头,当前命令执行完毕后执行。
*
* @default 1
*
... |
//------------------------------------------------------------------------------
// 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.
//---... |
/*
Copyright (c) 2010 Trevor McCauley
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, dist... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
//... |
package eu.nekobit.alternativa3d.post.effects
{
import alternativa.engine3d.alternativa3d;
import alternativa.engine3d.core.Camera3D;
import alternativa.engine3d.materials.ShaderProgram;
import alternativa.engine3d.materials.compiler.Linker;
import alternativa.engine3d.materials.compiler.Procedure;
import eu.ne... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 (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 pur... |
package flashexporter.spritesheet
{
import actionlib.common.geom.IntSize;
import flash.display.BitmapData;
import flash.geom.Point;
import flash.geom.Rectangle;
import mx.utils.LinkedList;
import mx.utils.LinkedListNode;
import flashexporter.abstracts.AppContext;
public class SheetCreator extends AppContext... |
package
{
import flash.display.Sprite;
import flash.events.Event;
import flash.desktop.ClipboardTransferMode;
/**
* ...
* @author Huw Pritchard
*/
public class Main extends Sprite
{
public function Main()
{
if (ClipboardTransferMode.CLONE_ONLY == "cloneOnly")
{
trace("P... |
package models
{
import org.apache.royale.routing.HashRouter;
public class Theme
{
/**
* static class
*/
private function Theme(){}
public static var app:SpectrumBrowser;
public static function getTheme():String{
return app.colorstop;
}
public static function setTheme(valu... |
package com.myclient2sample1.pureMVC.controller.start
{
import org.puremvc.as3.patterns.command.MacroCommand;
/**
*
* @author 王明凡
*/
public class StartupCommand extends MacroCommand
{
/**
* 启动通知
* @default
*/
public static const SC_STARTUP:String="sc_startup";
public functio... |
/*
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.core
{
import feathers.text.FontStylesSet;
import flash.geom.Point;
/**
* Dispatched w... |
(function () {
trace("--- Test 0 - Don't Hoist Array Literals ---");
var s = 0;
for (var i = 0; i < 10; i++) {
var a = [];
a.push(1);
a.push(2);
a.push(3);
s += a.length;
}
trace(s);
})();
(function () {
trace("--- Test 0 - Don't Hoist Object Literals ---");
for (var i = 0; i < 10; i+... |
package away3d.animators
{
import flash.display3D.*;
import flash.utils.*;
import away3d.*;
import away3d.animators.data.*;
import away3d.animators.nodes.*;
import away3d.core.base.*;
import away3d.core.base.data.*;
import away3d.managers.*;
import away3d.entities.*;
import away3d.materials.passes.*;
use... |
import org.caleb.components.menu.MenuInfo;
import org.caleb.components.menu.ICoreXMLMenu;
interface org.caleb.components.menu.ICascadingXMLMenu extends ICoreXMLMenu
{
public function createSubMenu():Void;
public function createMainMenu(m:MenuInfo):Void;
} |
import org.caleb.core.CoreInterface;
import org.caleb.collection.Iterator;
/**
* The root interface in the collection hierarchy. A collection represents a group of objects, known as its elements. Some collections allow duplicate elements and others do not. Some are ordered and others unordered. The SDK does not provi... |
/**
* Created by Bervianto Leo P on 03/08/2016.
*/
package main.youcanuseit.event {
import starling.events.Event;
public class TestEvent extends Event {
public static const FINISHED:String = "finished";
private var soalClear:String;
public function TestEvent(type:String, finished:String, bubbles:Boolea... |
package com.company.assembleegameclient.ui.exaltation {
import flash.geom.Rectangle;
import io.decagames.rotmg.ui.defaults.DefaultLabelFormat;
import io.decagames.rotmg.ui.popups.modal.ModalPopup;
public class ExaltationView extends ModalPopup {
public static var config:Class = exaltationConfi... |
package com.hurlant.math {
import flash.utils.*;
import com.hurlant.crypto.prng.*;
import com.hurlant.util.*;
public class BigInteger {
public static const ONE:BigInteger = nbv(1);
public static const ZERO:BigInteger = nbv(0);
public static const DM:int = (DV - 1);
... |
/*
*
* Copyright (c) 2013 Sunag Entertainment
*
* 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 {
public class LinkedListNode {
public var next:LinkedListNode;
public var data:String;
// Graphical stuff ...
public var x:Number;
public var y:Number;
// public var w:Number;
// public var h:Number;
public var graphicID:int;
public function LinkedListN... |
package com.ankamagames.dofus.misc.lists
{
public class ShortcutHookListEnum
{
public static const VALID_UI:String = "validUi";
public static const SHIFT_UP:String = "shiftUp";
public static const SHIFT_DOWN:String = "shiftDown";
public static const S... |
package net.nobien.collection
{
/**
* An array iterator is used to traverse a stack of items.
*/
public class StackIterator implements IIterator
{
private var queue:ArrayQueue;
public function StackIterator( stack:IStack )
{
queue = new ArrayQueue();
while ( !stack... |
/*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (t... |
package away3d.filters
{
import away3d.cameras.Camera3D;
import away3d.managers.Stage3DProxy;
import away3d.filters.tasks.Filter3DDoubleBufferCopyTask;
import away3d.filters.tasks.Filter3DXFadeCompositeTask;
public class MotionBlurFilter3D extends Filter3DBase
{
private var _compositeTask:Filter3DXFadeComposi... |
//Marks the right margin of code *******************************************************************
package com.neopets.games.marketing.destination.movieCentral.widgets
{
import com.neopets.users.vivianab.Scroller;
/**
* public class SynopsisScroller extends Scroller
*
* <p><u>REVISIONS</u>:<br>
* <tabl... |
package cmodule.lua_wrapper
{
const __2E_str3168:int = gstaticInitter.alloc(17,1);
}
|
// Research
// --------
// Spends research points to unlock and improve things in the research grid.
//
import empire_ai.weasel.WeaselAI;
// [[ MODIFY BASE GAME START ]]
import empire_ai.weasel.Development;
// [[ MODIFY BASE GAME END ]]
import research;
class Research : AIComponent {
TechnologyGrid grid;
array<Te... |
////////////////////////////////////////////////////////////////////////////////
// Copyright 2010 Michael Schmalle - Teoti Graphix, LLC
//
// 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
/... |
// =================================================================================================
//
// 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 com.playata.application.ui.elements.dating
{
import com.playata.application.data.dating.Dating;
import com.playata.application.data.dating.DatingItem;
import com.playata.application.data.dating.DatingStep;
import com.playata.application.data.dating.DatingUtil;
import com.playata.application.data.... |
// AngelCAD sample: square_minus_rectangle.as
// boolean difference operation in 2D,
// make a square with rectangular hole
shape@ main_shape()
{
double sz=50;
shape2d@ a = square(size:sz,center:true);
shape2d@ b = rectangle(dx:sz*0.8,dy:sz*0.5,center:true);
shape2d@ myshape = a - b; // or: difference2d(a... |
package game.common
{
import game.data.JTPVPRuleData;
import game.data.JTPvpNewRuleData;
import game.view.uitils.FunManager;
/**
* 公式
* @author CabbageWrom
*
*/
public class JTFormulaUtil
{
/**
*
* @param value
* @param level
* @return
*
*/
public static function... |
package com.company.assembleegameclient.ui.panels.itemgrids {
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.objects.Player;
import com.company.assembleegameclient.ui.panels.itemgrids.itemtiles.EquipmentTile;
import com.company.assembleegameclient.ui.panels.itemgrids.i... |
/* ***** 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/
*
* Softw... |
/*
Feathers
Copyright 2012-2021 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.controls.supportClasses.LayoutViewPort;
import feathers.core.IFe... |
/**
* VERSION: 1.895
* DATE: 2011-11-27
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.display {
import com.greensock.loading.core.LoaderItem;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Loader;
imp... |
package tests.com.probertson.data
{
import com.probertson.data.QueuedStatement;
import com.probertson.data.SQLRunner;
import events.ExecuteModifyResultEvent;
import flash.data.SQLResult;
import flash.events.EventDispatcher;
import flash.filesystem.File;
import flexunit.framework.Assert;
import org.flexu... |
package com.playata.application.ui.elements.user_story
{
import com.playata.application.AppConfig;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.generic.button.UiButton;
import com.playata.application.ui.elements.generic.checkbox.UiRadioButton;
import com.playa... |
/*
* VERSION:3.0
* DATE:2014-10-15
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.wdmir.net
* MAIL:mir3@163.com
*/
package com.adobe.images
{
public class BitString
{
public var len:int = 0;
public var val:int = 0;
}
}
|
/**
* Created by max.rozdobudko@gmail.com on 23.10.2019.
*/
package com.github.airext.keyboard.event {
import flash.events.Event;
/**
* Dispatches when native keyboard is opened.
*/
public class NativeKeyboardTextShowEvent extends Event {
public static const SHOW: String = "nativeKeyboardTextShow";
publi... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 we3d.material
{
import we3d.we3d;
import we3d.scene.LightGlobals;
use namespace we3d;
public class FlatLightAttributes extends FlatAttributes
{
public function FlatLightAttributes (fillColor:int= 0x804020, fillAlpha:Number=1, luminosity:Number=0, diffuse:Number=1, lightGlobals:LightGlobals=null) {
... |
package org.spicefactory.parsley.util {
import org.flexunit.assertThat;
import org.hamcrest.core.isA;
import org.spicefactory.parsley.context.ContextBuilder;
import org.spicefactory.parsley.context.ContextBuilderSetup;
import org.spicefactory.parsley.core.bootstrap.ConfigurationProcessor;
import org.spicefactory.parsl... |
package com.neopets.games.inhouse.TopChop
{
//===============================================================================
// imports
//===============================================================================
import flash.display.DisplayObject;
import flash.display.MovieClip;
import flash.events.*;
im... |
package nz.co.codec.flexorm.metamodel
{
public interface IListAssociation
{
function get ownerEntity():Entity;
function get associatedTypes():Array;
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.