CombinedText stringlengths 4 3.42M |
|---|
package devoron.sdk.sdkmediator.adt
{
/**
* ADTInstallApp
* @author Devoron
*/
public class ADTInstallApp
{
public function ADTInstallApp()
{
}
}
} |
package sk.yoz.ycanvas.demo.markers.events
{
import flash.events.Event;
public class CanvasEvent extends Event
{
public static const TRANSFORMATION_STARTED:String = "canvasTransformationStarted";
public static const TRANSFORMATION_FINISHED:String = "canvasTransformationFinished";
... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li16;
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
public final class FSM__cleanup extends Machine
{
public static const intRegCount:int = 6;
public static const NumberRegCount:... |
package com.epologee.navigator.transition {
/**
* @author Eric-Paul Lecluse (c) epologee.com
*/
public class TransitionStatus {
public static const UNINITIALIZED : int = -2;
public static const INITIALIZED : int = -1;
public static const HIDDEN : int = 1;
public static const APPEARING : int = 2;
public... |
// =================================================================================================
//
// 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 kabam.rotmg.messaging.impl.incoming {
import io.decagames.rotmg.pets.data.PetsModel;
import io.decagames.rotmg.pets.data.vo.PetVO;
import io.decagames.rotmg.pets.signals.EvolvePetSignal;
import kabam.rotmg.messaging.impl.EvolvePetInfo;
import org.swiftsuspenders.Injector;
public class EvolvedMessageHandler... |
package com.playfab.MultiplayerModels
{
public class GetAssetUploadUrlRequest
{
public var FileName:String;
public function GetAssetUploadUrlRequest(data:Object=null)
{
if(data == null)
return;
FileName = data.FileName;
}
}
}
|
/**
* Collection of functions to make working with Point and Poly easier.
*
* Some of these have been based on:
*
* @see http://mnbayazit.com/406/bayazit (C - by Mark Bayazit)
* @see http://stackoverflow.com/questions/849211/shortest-distance-between-a-point-and-a-line-segment (JS - Grumdrig)
... |
package com.codeazur.as3swf.data.actions.swf5
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.actions.*;
import com.codeazur.utils.StringUtils;
public class ActionConstantPool extends Action implements IAction
{
public static const CODE:uint = 0x88;
public var constants:Vector.<Stri... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 visuals.ui.elements.conventions
{
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.... |
package com.pickgliss.ui.controls
{
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.controls.cell.IListCellFactory;
import com.pickgliss.ui.controls.list.IListModel;
import com.pickgliss.ui.controls.list.List;
import com.pickgliss.ui.controls.list.VectorListModel;
import com.pickglis... |
//----------------------------------------------------------------------------------------------------
// Multi track Sound object
// Copyright (c) 2009 keim All rights reserved.
// Distributed under BSD-style license (see org.si.license.txt).
//------------------------------------------------------------------------... |
import skyui.util.GlobalFunctions;
import uilib_2.Messages;
class uilib_2.NotificationArea extends MovieClip
{
/* CONSTANTS */
public static var UILIB_VERSION: Number = 1;
/* STAGE ELEMENTS */
public var messageHolder: Messages;
/* INITIALIZATION */
public function NotificationArea()
{
super... |
package citrus.utils {
import ash.signals.Signal1;
import flash.display.Loader;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.system.ApplicationDomain;
import flash.system.LoaderContext;
import flash.system.SecurityDomain;
... |
//////////////////////////////////////////////////////////////////////////////
//
// 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 PARTICU... |
/* CommentList: A value-object that holds the list of comments.
* Author: Abdul Qabiz (mail@abdulqabiz.com)
* Date: Nov 25, 2006
* Version: 0.1
*
* Copyright (c) 2006 Abdul Qabiz (http://www.abdulqabiz.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of... |
package com.deleidos.rtws.alertviz.expandgraph.events
{
import flash.events.Event;
public class GraphConfigEvent extends Event
{
protected static const COMMAND_KEY :String = "graphconfig";
public static const GET_LOCATIONS :String = COMMAND_KEY + ".getLocations";
public static const GET_CONFIG :String = C... |
package SJ.Game.duobao
{
import flash.geom.Rectangle;
import flash.text.TextFormat;
import SJ.Common.Constants.ConstHero;
import SJ.Common.global.textRender;
import SJ.Game.data.CJDataManager;
import SJ.Game.data.config.CJDataOfHeroPropertyList;
import SJ.Game.data.json.Json_hero_propertys;
import SJ.Game.eve... |
package kabam.rotmg.minimap.view {
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.objects.Player;
import flash.utils.Dictionary;
import kabam.rotmg.core.view.Layers;
import kabam.rotmg.game.focus.control.SetGameFocusSignal;
import kabam.rotmg.game.signals.ExitGameSi... |
package reflex.graphics
{
import flash.display.Graphics;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import flash.geom.Point;
import flash.geom.Rectangle;
import mx.events.PropertyChangeEvent;
import reflex.framework.IMeasurablePercent;
import ref... |
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 SymbolCitymapShadow1Generic extends S... |
package cmodule.lua_wrapper
{
const __2E_str54115:int = gstaticInitter.alloc(25,1);
}
|
package com.tinyspeck.engine.admin.locodeco.tests
{
import com.tinyspeck.engine.admin.locodeco.components.AbstractControlPoints;
import com.tinyspeck.engine.admin.locodeco.components.MoveableControlPoints;
import com.tinyspeck.engine.admin.locodeco.components.MultiControlPoints;
import com.tinyspeck.engine.admin.locod... |
/*
Copyright (c) 2006. 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... |
/**
* VERSION: 1.887
* DATE: 2010-04-27
* AS3
* UPDATES AND DOCUMENTATION AT: http://www.greensock.com/transformmanageras3/
**/
package com.greensock.transform {
import com.greensock.events.TransformEvent;
import com.greensock.transform.utils.MatrixTools;
import flash.display.Di... |
package
{
import flash.display.Bitmap;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.ui.Keyboard;
import flash.ui.Mouse;
public class Difuminado extends Sprite
{
[Embed(source="PukeFace... |
package {
public class Main {
public function Main() {
/regex/gm$(EntryPoint)
}
}
} |
package com.napkee.exporters
{
import com.napkee.utils.ComponentParser;
import mx.controls.HScrollBar;
import mx.core.UIComponent;
public class HorizontalScrollBarParser extends BasicParser implements IControlParser
{
public function HorizontalScrollBarParser(controlCode:XML,offsetModifier:Offs... |
package Mono.Managers
{
import Mono.Mono;
import com.newgrounds.*;
import com.newgrounds.API;
import com.newgrounds.components.*;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.display.Stage;
public class NewgroundsAPIManager
{
private var _id:String;
pri... |
/**
* This license does NOT supersede the original license of GPC. Please see:
* http://www.cs.man.ac.uk/~toby/alan/software/#Licensing
*
* This license does NOT supersede the original license of SEISW GPC Java port. Please see:
* http://www.seisw.com/GPCJ/GpcjLicenseAgreement.txt
*
* Copyright (c) 2009, Jakub... |
package com.company.assembleegameclient.objects {
import com.company.assembleegameclient.objects.particles.EffectProperties;
import com.company.assembleegameclient.util.AnimatedChar;
import flash.display.BitmapData;
import flash.utils.Dictionary;
public class TextureData {
public var texture_:BitmapData = null;... |
package openfl.utils {
// import lime.system.Endian in LimeEndian;
/**
* @externs
* The Endian class contains values that denote the byte order used to
* represent multibyte numbers. The byte order is either bigEndian(most
* significant byte first) or littleEndian(least significant byte first).
*
... |
/*
* 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 ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 nid.xfl.compiler.swf.data.consts
{
import flash.display.CapsStyle;
public class LineCapsStyle
{
public static const ROUND:uint = 0;
public static const NO:uint = 1;
public static const SQUARE:uint = 2;
public static function toString(lineCapsStyle:uint):String {
switch(lineCapsStyle) {
ca... |
package kabam.rotmg.messaging.impl.outgoing {
import flash.utils.IDataOutput;
import kabam.rotmg.messaging.impl.data.SlotObjectData;
public class InvDrop extends OutgoingMessage {
public var slotObject_:SlotObjectData;
public function InvDrop(_arg1:uint, _arg2:Function) {
this.slotObject_ = new Slo... |
package nest.object
{
import nest.view.shader.IConstantShaderPart;
/**
* IParticlePart
*/
public interface IParticlePart {
function dispose():void;
function get constantsPart():Vector.<IConstantShaderPart>;
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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 com.playfab.ClientModels
{
public class UnlockContainerItemRequest
{
public var CatalogVersion:String;
public var CharacterId:String;
public var ContainerItemId:String;
public function UnlockContainerItemRequest(data:Object=null)
{
if(data == null)
... |
package com.ankamagames.dofus.network.messages.game.inventory.exchanges
{
import com.ankamagames.dofus.network.ProtocolTypeManager;
import com.ankamagames.dofus.network.types.game.data.items.effects.ObjectEffect;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine... |
/*
* =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... |
/**
* __ __ __
* ____/ /_ ____/ /______ _ ___ / /_
* / __ / / ___/ __/ ___/ / __ `/ __/
* / /_/ / (__ ) / / / / / /_/ / /
* \__,_/_/____/_/ /_/ /_/\__, /_/
* / /
* \/
* http://distriqt.com
*
* @author Michael (https://git... |
////////////////////////////////////////////////////////////////////////////////
//
// 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) 2008 ECOSUR, Andrew Waterman and Max Pimm
*
* Licensed under the Academic Free License v. 3.2.
* http://www.opensource.org/licenses/afl-3.0.php
*/
/**
* @author max@alwayssunny.com
*/
package mx.ecosur.multigame.gente{
import flash.geom.Point;
import mx.collections.ArrayCollection;
import... |
/*
* 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 game.proto {
import com.google.protobuf.*;
public class game_complete_notify extends Message {
public function game_complete_notify() {
}
private var _score:int = 0;
public function get score():int {
return _score;
}
public function set score(value:int):void {
_score = ... |
/// Urho3D editor scene handling
#include "Scripts/Editor/EditorHierarchyWindow.as"
#include "Scripts/Editor/EditorInspectorWindow.as"
#include "Scripts/Editor/EditorCubeCapture.as"
const int PICK_GEOMETRIES = 0;
const int PICK_LIGHTS = 1;
const int PICK_ZONES = 2;
const int PICK_RIGIDBODIES = 3;
const int ... |
/*
* 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... |
// Action script...
// [Initial MovieClip Action of sprite 20580]
#initclip 101
if (!dofus.aks.Job)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.aks)
{
_global.dofus.aks = new Object();
} // end if
var _loc1 = (_global.dofus.aks.Job = function (oAKS, ... |
package nmath {
import flash.errors.IllegalOperationError;
public final class Random {
public function Random() {
throw new IllegalOperationError("Random is static!");
};
public static function goldenRatio():Number {
var results:Number = Math.random()... |
package io.axel.text {
import io.axel.base.AxRect;
/**
* A class representing the needed variables for each character in an AxFont, including the size of
* the character, and the location of the character in the texture.
*/
public class AxCharacter {
/** Width of the character in pixels. */
publi... |
var size:int;
var datasizes:Vector.<int> = new Vector.<int>(4,true);
datasizes[0] = 1000;
datasizes[1] = 1500;
datasizes[2] = 2000;
datasizes[3] = 225;
var JACOBI_NUM_ITER:int = 100;
var RANDOM_SEED:int = 10101010;
var R:int=RANDOM_SEED;
var Gtotal:Number = 0.0;
var lastRandom:int=RANDOM_SEED;
... |
package com.illuzor.engine3d.ui.screens {
import alternativa.engine3d.core.Camera3D;
import alternativa.engine3d.core.Object3D;
import alternativa.engine3d.core.Resource;
import alternativa.engine3d.core.View;
import alternativa.engine3d.objects.Mesh;
import com.greensock.TweenLite;
import com.illuzor.engine3d... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
/**
* Created by newkrok on 11/02/16.
*/
package src.constant
{
public class CWorldNames
{
public static const SHARP_MOUNTAIN:String = 'Sharp Mountain';
public static const ICE_WORLD:String = 'Ice World';
public static const DESERT_VALLEY:String = 'Desert Valley';
public static const CANDY_WORLD:String = 'C... |
*BEGIN SPREADSHEETS VERSION=500/430 ENCODING=7BIT
** "Creator" oreilly
** "Creation Date" Thu Jul 5 19:57:24 2001
** "Creation Version" 5 (1315)
** "Revisor" oreilly
** "Last Modified" Thu Jul 5 20:31:14 2001
** "Last Modified Version" 5 (1315)
Num ExtLinks: 0
Spreadsheet Dump Rev 5.00 Line Length 80
Current Doc Real... |
package com.company.util {
public class EmailValidator {
public static const EMAIL_REGEX:RegExp = /^[A-Z0-9._%+-]+@(?:[A-Z0-9-]+\.)+[A-Z]{2,4}$/i;
public static function isValidEmail(_arg_1:String):Boolean {
return (Boolean(_arg_1.match(EMAIL_REGEX)));
}
}
}//package com.company.util
|
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2007-2010 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement ... |
currentNum += 1
gotoAndPlay(2) |
package
{ //Create a simple layer of neurons, with 4 inputs in Actionscript 3 document class (Associated tutorial https://www.youtube.com/watch?v=lGLto9Xd7bU
import flash.display.MovieClip;
public class P002BasicNeuronLayer extends MovieClip
{
public function P002BasicNeuronLayer()
{ //Set defaults
var input... |
/*
* 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 licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package container
{
public class Node
{
public var next:Node;
public var item:*;
public function Node(next:Node, item:*)
{
this.next = next;
this.item = item;
}
}
}
|
package core.ui.components
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.utils.Dictionary;
import core.data.ArrayCollection;
import core.events.ArrayCollectionEvent;
import core.ui.CoreUI;
import core.ui.data.DefaultPropertyInspectorDataDescriptor;
imp... |
package com.bojinx.reflection
{
/**
* Describes a property
*
* @author Wael Jammal
*/
public class Property extends MetaDataAware
{
/*============================================================================*/
/*= PUBLIC PROPERTIES */
/*======... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 de.notfound.resourcely.config.cache
{
import de.notfound.resourcely.model.CacheEntry;
/**
* Used for internal caching.
* @private
*/
public class DoubleLinkedNode
{
public var key : String;
public var value : CacheEntry;
public var prev : DoubleLinkedNode;
public var next : DoubleLinkedNode;
... |
package game.game.sounds
{
import flash.events.Event;
import flash.media.AudioPlaybackMode;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundMixer;
import flash.media.SoundTransform;
import flash.utils.Dictionary;
import game.assets.Assets;
import game.data.GameData;
/**
... |
package com.ankamagames.dofus.network.messages.game.inventory.exchanges
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessa... |
package jp.coremind.network
{
import flash.utils.ByteArray;
import jp.coremind.resource.IByteArrayContent;
public class ResponseContainer
{
private var
_source:*,
_parser:IByteArrayContent;
public function ResponseContainer(contentParser:IByteArrayC... |
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */
/* 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 ob... |
package
{
// Copyright (c) 2007-2009 The PyAMF Project.
// See LICENSE.txt for details.
import flash.events.MouseEvent;
import flash.display.SimpleButton;
import flash.display.MovieClip;
import flash.text.TextField;
import flash.net.NetConnection;
import flash.net.Responder;
public class Authentication exte... |
package com.codeazur.as3swf.data.actions.swf4
{
import com.codeazur.as3swf.data.actions.*;
import com.codeazur.as3swf.SWFData;
public class ActionJump extends Action implements IActionBranch
{
public static const CODE:uint = 0x99;
protected var _branchOffset:int;
// branchIndex is resolved i... |
package com.neopets.games.inhouse.TopChop
{
//===============================================================================
// IMPORTS
//===============================================================================
import flash.display.MovieClip;
import flash.text.TextField;
import flash.text.TextFormat;
p... |
package awayphysics.collision.dispatch {
import flash.geom.Vector3D;
public class AWPRay {
public var pointer:uint;
public var rayFrom:Vector3D;
public var rayTo:Vector3D;
public function AWPRay(from:Vector3D, to:Vector3D, ptr:uint = 0) {
rayFrom = from;
rayTo = to;
pointer = ptr;
}
}
} |
/**
* Label.as
*
* Copyright (c) 2011 Jonathan Pace
*
* 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, modi... |
package com.playata.application.ui.elements.streaming
{
import com.playata.application.AppEnvironment;
import com.playata.framework.core.TypedObject;
import com.playata.framework.display.SpineDisplayObject;
public class SpineStreamingActor extends SpineDisplayObject
{
public func... |
package
{
import net.flashpunk.Entity;
/**
* ...
* @author UnknownGuardian
*/
public class Enemy extends Entity
{
protected var _health:Number = 100;
public function Enemy(X:int=0,Y:int=0)
{
super(X, Y);
}
public function takeDamage(num:Number):void
{
_health -= num;
if (_health < 0... |
// Author: Gursev Singh Kalra (gursev.kalra@foundstone.com)
// Customizations by Malik Mesellem (malik@itsecgames.com)
// xdx.as
// Thanks - http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7cfd.html#WS5b3ccc516d4fbf351e63e3d118a9b90204-7cf5
package {
import flash.display.Sprite;
import flash.... |
package laya.d3.graphics {
/**
* <code>VertexElement</code> 类用于创建顶点结构分配。
*/
public class VertexElement {
public var offset:int;
public var elementFormat:String;
public var elementUsage:String;
//public var usageIndex:int;//TODO:待确定是否添加
public function VertexElement(offset:int, elementFormat:Stri... |
package kabam.rotmg.dailyLogin.model {
public class CalendarDayModel {
private var _dayNumber:int;
private var _quantity:int;
private var _itemID:int;
private var _gold:int;
private var _isClaimed:Boolean;
private var _isCurrent:Boolean;
private var _claimKey:String = "";
private var _... |
package email.view
{
import bagAndInfo.cell.BagCell;
import bagAndInfo.cell.DragEffect;
import bagAndInfo.cell.LinkedBagCell;
import ddt.data.goods.InventoryItemInfo;
import ddt.manager.DragManager;
import ddt.manager.LanguageMgr;
import ddt.manager.MessageTipManager;
import ddt.manager.PlayerMa... |
package org.papervision3d.cameras
{
import flash.geom.Rectangle;
import flash.utils.getTimer;
import org.papervision3d.core.culling.FrustumCuller;
import org.papervision3d.core.geom.renderables.Triangle3D;
import org.papervision3d.core.geom.renderables.Vertex3D;
import org.papervision3d.core.ge... |
package cn.vision.consts
{
import cn.vision.core.vs;
/**
* 定义了一些提示常量。
*
* @author exyjen
* @langversion 3.0
* @playerversion Flash 9, AIR 1.1
* @productversion vision 1.0
*
*/
public final class NoticeConsts extends Consts
{
/**
* 请求超时。
*/
vs static const REQUEST_TIMEOUT:String = "请... |
package starling.animation.easing {
/**
* Quart
* Easing equations (t**4) for the KTween class
* @author Yusuke Kawasaki
* @version 1.0
*/
public class Quart {
/**
* Easing equation function for quart tween
* @param t Current time (0.0: begin, 1.0:end)
* @return Current ratio (0.0: begin,... |
/* 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 StaticPropertyPackage {
public class BaseClass {
public static var string:String = "static... |
package view.scene.library
{
import flash.display.*;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.EventDispatcher;
import flash.utils.Dictionary;
import mx.core.UIComponent;
import mx.controls.Text;
import org.libspark.thread.Thread;
import org.lib... |
package org.docksidestage.dbflute.flex.bs.customize {
// *customization mark by jflute
import mx.collections.ArrayCollection;
import org.docksidestage.dbflute.flex.ex.customize.*;
/**
* The flex DTO of ForcedType.
* <pre>
* [primary-key]
*
*
* [column]
* MAX_MEMBER_ID
*
* [sequence]
*
*
* [i... |
package com.guepard.decompiler.abc.info
{
import com.guepard.decompiler.abc.traits.*;
/**
* ...
* @author Antonov Sergey
*/
public class InstanceInfo
{
public var name:MultinameInfo;
public var superName:MultinameInfo;
public var flags:uint;
public var isSealed:Boolean;
publ... |
package com.illuzor.thegame.world {
import net.flashpunk.World;
/**
* ...
* @author illuzor // illuzor.com // illuzor@gmail.com
*/
public class MainMenu extends World {
public function MainMenu() {
}
}
} |
import templateNewsy.mvcgallery.*
import templateNewsy.mvc.AbstractView
import mx.events.EventDispatcher
class templateNewsy.mvcgallery.PortionThumbView extends AbstractView {
var __portion:PortionComponentsView
//////////////////////////////////////////////////////////////////////////////////
functi... |
/*
PureMVC MultiCore - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved.
Your reuse is governed by the Creative Commons Attribution 3.0 United States License
*/
package org.puremvc.as3.multicore.interfaces
{
/**
* The interface definition for a PureMVC Controller.
*
* <P>
* In PureMVC,... |
/*
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.layout
{
import feathers.core.IValidating;
import flash.errors.IllegalOperationError;
imp... |
package
{
import flash.display.BitmapData;
import net.flashpunk.FP;
import net.flashpunk.World;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Text;
public class MazeWorld extends World
{
private var generator:MazeGenerator;
public function MazeWorld(generator:MazeGenerator)
{
... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import com.adobe.test.Assert;
// var SECTION = "Definitions"; // provide a document reference (ie, ECMA ... |
package egg82.patterns.fsm.interfaces {
/**
* ...
* @author egg82
*/
public interface IFSMState {
//vars
//constructor
//public
function enter():void;
function update():void;
function draw():void;
function exit():void;
function get exitStates():Vector.<String>;
function addExitSta... |
package ddt.view.scenePathSearcher
{
import ddt.utils.Geometry;
import flash.display.Sprite;
import flash.geom.Point;
public class PathMapHitTester implements PathIHitTester
{
private var mc:Sprite;
public function PathMapHitTester(param1:Sprite)
{
sup... |
/*
* 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... |
//names of stuff which should be able to be hit by
//team builders, drills etc
const string[] builder_alwayshit =
{
//handmade
"workbench",
"fireplace",
"ladder",
//faketiles
"spikes",
"trap_block",
"bridge",
"flowers",
//buildings
"factory",
"tunnel",
"building",
"quarters",
"s... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.