text stringlengths 4 1.04M |
|---|
package {
import flash.display.MovieClip;
public class Pedestral extends HotObject {
private var _supports:int = 0;
public function get supports():int {
return _supports;
}
public function set supports(value:int):void {
_supports = value;
if(_supports && (buttonDown.currentLabel=="UP"... |
package com.unhurdle.spectrum
{
import org.apache.royale.core.ISelectableItemRenderer;
import org.apache.royale.core.IStrand;
import org.apache.royale.events.Event;
import org.apache.royale.events.IEventDispatcher;
import com.unhurdle.spectrum.model.TableModel;
import com.unhurdle.spectrum.THead;
import org.a... |
// Sample script.
// Source: https://github.com/codecat/ssbd-payload
array<WorldScript::PayloadBeginTrigger@> g_payloadBeginTriggers;
array<WorldScript::PayloadTeamForcefield@> g_teamForceFields;
[GameMode]
class Payload : TeamVersusGameMode
{
[Editable]
UnitFeed PayloadUnit;
[Editable]
UnitFeed FirstNode;
[Ed... |
// =================================================================================================
//
// 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.... |
// TODO: Move into prelude
extern def exit(status: int32);
def assert(condition: bool) {
if not condition {
exit(1);
}
}
def main() {
let mutable counter = 10;
let mutable foo = 321;
while counter != 0 {
counter = counter - 1;
continue;
foo = 123;
}
assert(foo == 321);
}
|
package starling.display.shaders.fragment
{
import starling.display.shaders.AbstractShader;
import flash.display3D.Context3DProgramType;
import flash.display3D.Context3D;
public class AntiAliasStrokeFragmentShader extends AbstractShader
{
public static const BOTH_SIDES_FADE:int = 1;
public static const O... |
package com.playata.application.ui.panels
{
import com.playata.application.AppConfig;
import com.playata.application.AppEnvironment;
import com.playata.application.data.GameUtil;
import com.playata.application.data.battle.Battle;
import com.playata.application.data.battle.BattleEffect;
import com.play... |
package flash.__native
{
import flash.display3D.Context3D;
import flash.display3D.IndexBuffer3D;
/**
* ...
* @author lizhi
*/
public class GLIndexBufferSet
{
private var buff:IndexBuffer3D
private var usage:Number;
public var dirty:Boolean = true;
public var data:Uint16Array;
public function GLIn... |
package lottery.data
{
import com.pickgliss.loader.DataAnalyzer;
import road7th.utils.StringHelper;
public class LotteryResultAnalyzer extends DataAnalyzer
{
public var lotteryResultList:Vector.<LotteryCardResultVO>;
public function LotteryResultAnalyzer(param1:Function... |
package framework.rpc
{
import com.game.consts.ConstGameFlow;
import com.game.event.GameEvent;
import com.game.module.CDataManager;
import com.game.module.CDataOfMatch;
import com.netease.protobuf.Int64;
import com.netease.protobuf.UInt64;
import com.sevenG.sevenSocket.ISocketDataDeserializer;
import com.sevenG... |
/**
* PKCS5
*
* A padding implementation of PKCS5.
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package hurlant.crypto.symmetric
{
import flash.utils.ByteArray;
public class PKCS5 implements IPad
{
private var blockSize:uint;
public funct... |
package kabam.rotmg.arena.view {
import com.company.assembleegameclient.ui.DeprecatedTextButton;
import flash.display.BitmapData;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import kabam.rotmg.arena.component.ArenaQueryDialogHost;
import kabam.rotmg.arena.util.ArenaViewAs... |
/*
* Copyright the original author or authors.
*
* Licensed under 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/MPL-1.1.html
*
* Unless required by appl... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 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... |
/**
* Swiff.Uploader
*
* Credits: A lot of good parts are inspired by the awesome www.swfupload.org
*
* @licence MIT Licence
*
* @author Harald Kirschner <http://digitarald.de>
* @author Anders Rasmussen <aras@dr.dk>
* @author Valerio Proietti, <http://mad4milk.net>
* @copyright Authors
*/
... |
//ScriptRenderExample.as
//
// dive into the wonderful world of script rendering!
//
// try adding this to a CBlob's or CRules's script list
//
// tap the eat button (V by default) to swap between "effects"
//
// blob will render the current effect for whatever blob it's added to
// (the builder is good f... |
package com.playata.application.ui.effects.flash
{
import flash.display.BitmapData;
public class MovieCompleteEffect extends ExplosionEffect
{
public function MovieCompleteEffect(param1:Object)
{
super();
_numSprites = 30;
start(new <BitmapData>[new Eff... |
package kabam.rotmg.messaging.impl.data {
import flash.utils.IDataInput;
public class TradeItem {
public var item_:int;
public var slotType_:int;
public var tradeable_:Boolean;
public var included_:Boolean;
public function parseFromInput(_arg1:IDataInput):void {
this.item_ = _arg1.readI... |
table gbNode
"UCSC Genome Browser nodes."
(
char node; "Genome Browser Node, e.g ucsc or euro."
string domain; "Domain of node."
string hostCountry; "Host country id"
string description; "Description of node."
string shortLabel; "Short description for e.g. menus"
)
|
/*
Copyright (c) 2012 Josh Tynjala
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, su... |
package kabam.rotmg.pets.view.dialogs {
import kabam.rotmg.pets.data.PetVO;
import kabam.rotmg.pets.view.components.PetIcon;
import kabam.rotmg.pets.view.components.PetIconFactory;
public class PetItemFactory {
[Inject]
public var petIconFactory:PetIconFactory;
public function create(_arg_1:PetVO, _arg... |
// Copyright 2005 The Closure Library Authors. All Rights Reserved.
//
// 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 requ... |
/*
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
{
/**
* The current version of Feathers. Stable versions will use the format
* <code>maj... |
package com.ankama.haapi.client.model
{
public class ShopReferenceTypeKrosmaster
{
public var pedestal:Number = 0;
public var id:Number = 0;
public function ShopReferenceTypeKrosmaster()
{
super();
}
public function to... |
package helper
{
import entity.decoration.*;
import entity.enemy.apartment.*;
import entity.enemy.bedroom.*;
import entity.enemy.circus.*;
import entity.enemy.crowd.*;
import entity.enemy.etc.*;
import entity.enemy.hotel.*;
import entity.enemy.redcave.*;
import entity.enemy.suburb.Suburb_Killer;
import entit... |
package remx
{
import flash.utils.ByteArray;
import flash.utils.IDataOutput;
/**
*/
public class DataOutput
{
//------------------------------------------------------------------------------------------
//
// STATIC - PRIVATE PROPERTIES
//
//-----------------------------------------------... |
package feathers.controls.tree
{
import feathers.controls.Tree;
import game.manager.AssetMgr;
import starling.display.Image;
import starling.display.Sprite;
import starling.events.Touch;
import starling.events.TouchEvent;
import starling.events.TouchPhase;
import starling.te... |
package kabam.rotmg.application.api {
public interface ApplicationSetup extends DebugSetup {
function getBuildLabel() : String;
function getAppEngineUrl(param1:Boolean = false) : String;
function getAnalyticsCode() : String;
function useLocalTextures() : Bo... |
package io.decagames.rotmg.pets.signals {
import org.osflash.signals.Signal;
public class UpdateActivePet extends Signal {
public function UpdateActivePet() {
super(int);
}
}
}
|
package com.axiomalaska.crks.dto {
// Generated May 25, 2011 4:36:19 PM by Hibernate Tools 3.2.2.GA
[Bindable]
[RemoteClass(alias="com.axiomalaska.crks.dto.PortalLayerGroupDTO")]
public class PortalLayerGroup extends PortalLayerGroupGenerated{
private var _sortOrder:Number;
override public ... |
*Include config.mac
*Include apiasm.mac
;
; Measuring task switch time (while optionally reading a big .HEX file)
;
;
; 7,3728 MHz : 304 micros (Signal + Wait)
;
GLOBAL _main
psect text
_main:
ld bc,60H
ld hl,Task2
ld e,2
call __StartUp
ret
;
Task2:
call __RoundRobinOFF
call __Make... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.fight
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMe... |
import com.GameInterface.Chat;
import com.GameInterface.DistributedValue;
import com.GameInterface.DistributedValueBase;
import com.GameInterface.Game.BuffData;
import com.GameInterface.Game.Character;
import com.GameInterface.Game.TargetingInterface;
import com.GameInterface.Targeting;
import com.Utils.Colors;
import ... |
/* 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 GetSetSameName {
public class GetSetSameName {
private static var _x:Array = [1,2... |
package feathers.tests.supportClasses
{
import feathers.events.MediaPlayerEventType;
import feathers.media.ITimedMediaPlayer;
import starling.events.EventDispatcher;
public class CustomMediaPlayer extends EventDispatcher implements ITimedMediaPlayer
{
public function CustomMediaPlayer(totalTime:Number)
{
... |
package com.jasongatt.motion.interpolators
{
import com.jasongatt.utils.NumberUtil;
public class NumberInterpolator implements IInterpolator
{
// Public Properties
public var snap:Number;
// Constructor
public function NumberInterpolator(snap:Number = 0)
{
this.snap = snap;
}
// Public Metho... |
/*
* Zoë by gskinner.com.
*
* Copyright (c) 2010 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 deal in the Software without
* restriction, including without limitation the rights to use,
* copy... |
package cmodule.lua_wrapper
{
public const ___swsetup:int = regFunc(FSM___swsetup.start);
}
|
package
{
import flash.display.DisplayObject;
import flash.geom.Point;
import flash.geom.Rectangle;
import flash.ui.Mouse;
import flash.ui.MouseCursor;
import net.flashpunk.FP;
import net.flashpunk.World;
import net.flashpunk.utils.Input;
/**
* ...
* @author Time
*/
public class Splash extends World
... |
// Action script...
// [Initial MovieClip Action of sprite 20661]
#initclip 182
if (!dofus.graphics.gapi.controls.ChooseItemSkin)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!dofus.gr... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
package engine_starling.task
{
public class STaskDataBase
{
public function STaskDataBase()
{
}
}
} |
package classes {
import flash.display.MovieClip;
import classes.CustomComboOption;
import flash.events.MouseEvent;
public class CustomComboBox extends MovieClip {
var _options:Array;
var comboOptions:Array = new Array();
public function CustomComboBox(options:Array) {
stop();
_options = opti... |
/*
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
*
* 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 ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.citrusengine.objects
{
import com.citrusengine.core.CitrusEngine;
import com.citrusengine.core.CitrusObject;
import com.citrusengine.math.MathVector;
import com.citrusengine.view.ISpriteView;
import com.citrusengine.view.SpriteDebugArt;
import org.osflash.signals.Signal;
import flash.ut... |
package de.codekommando.cosmicwonder.views.gallery
{
import de.codekommando.cosmicwonder.WonderModel;
import de.codekommando.cosmicwonder.views.CosmicTextWrapper;
import flash.display.Graphics;
import flash.display.SpreadMethod;
import flash.display.Sprite;
import flash.events.MouseEvent;
public class ShareB... |
// =================================================================================================
//
// 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.
//... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.vo
{
/**
* 材质节点对象
* @author 王明凡
*/
public class MaterialDefinitionVO
{
//材质名字
public var name:String;
//材质类型(tile,object)
public var type:String;
//材质使用方式(平铺tiles,单独only)
public var used:String;
//材质宽
public var width:String;
//材质高
public var height:String;
... |
package pl.cdaction.common
{
import flash.text.TextFormat;
public class Globals
{
public static var DEFAULT_TEXT_FORMAT : TextFormat;
}
} |
/**
* RSAKey
*
* An ActionScript 3 implementation of RSA + PKCS#1 (light version)
* Copyright (c) 2007 Henri Torgemane
*
* Derived from:
* The jsbn library, Copyright (c) 2003-2005 Tom Wu
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.rsa
{
import com.hurlant.c... |
/* ***** 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 citrus.system.components {
import citrus.system.Component;
import citrus.view.ISpriteView;
import org.osflash.signals.Signal;
import flash.display.MovieClip;
/**
* The view component, it manages everything to set the view.
* Extend it to handle animation.
*/
public class ViewCompone... |
package SJ.Game.battle.custom
{
import engine_starling.commandSys.core.SCommandBaseData;
/**
* 玩家数据基类
* @author caihua
*
*/
public class CJBattleCommandPlayerData extends SCommandBaseData
{
public function CJBattleCommandPlayerData(commandId:int)
{
super(commandId);
}
private var _playerNa... |
/*
Copyright (c) 2008, 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 ... |
class Key {
public static var ALT: Number = 18;
public static var ENTER: Number = 13;
public static var SPACE: Number = 32;
public static var UP: Number = 38;
public static var DOWN: Number = 40;
public static var LEFT: Number = 37;
public static var RIGHT: Number = 39;
public static var PGUP: Number = ... |
package org.hamcrest.object
{
import org.hamcrest.Matcher;
/**
* Matches item if it can be coerced to <code>true</code>.
*
* @see org.hamcrest.object#isTrue() for a strict truthiness matcher.
*
* @example
* <listing version="3.0">
* assertThat( checkBox.selected, isTruthy() );
* </list... |
package com.ankamagames.jerakine.resources.adapters.impl
{
import com.ankamagames.jerakine.resources.IResourceObserver;
import com.ankamagames.jerakine.resources.ResourceErrorCode;
import com.ankamagames.jerakine.resources.ResourceType;
import com.ankamagames.jerakine.resources.adapters.IAdapter;
i... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.pickgliss.action
{
public interface IAction
{
function act() : void;
function setCompleteFun(param1:Function) : void;
function get acting() : Boolean;
function cancel() : void;
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2015 Andrew Salomatin (MerlinDS)
*
* 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 ri... |
package net.richardlord.coral
{
public class Utils
{
public static function randomNumber() : Number
{
return Math.random() * 20 - 10;
}
public static function randomVector16() : Vector.<Number>
{
var v : Vector.<Number> = new Vector.<Number>( 16 );
for( var i:uint = 0; i < 16; ++i )
{
v[i... |
package serverProto.fight
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_SINT32;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_UINT32;
i... |
/**
* VERSION: 1.2
* DATE: 2011-01-19
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.data {
import flash.display.DisplayObject;
/**
* Can be used instead of a generic Object to define the <code>vars</code> parameter of a XMLLoader's constructor. <br /><br />
... |
package citrus.objects.platformer.box2d
{
import Box2D.Dynamics.Contacts.b2Contact;
import Box2D.Dynamics.b2Body;
import ash.signals.Signal1;
import ash.signals.Signal2;
import citrus.math.MathVector;
import citrus.objects.Box2DPhysicsObject;
import flash.geom.Point;
import flash.utils.getDefinitionByName;... |
package feathers.tests
{
import feathers.utils.xml.xmlListInsertAt;
import org.flexunit.Assert;
public class XMLListInsertAtTests
{
private var _xmlList:XMLList;
[Before]
public function prepare():void
{
this._xmlList = <items>
<item label="One"/>
<item label="Two"/>
<item label="Three"/>
... |
package org.papervision3d.core.utils
{
import flash.events.EventDispatcher;
import flash.utils.getTimer;
public class StopWatch extends EventDispatcher
{
private var startTime:int;
private var stopTime:int;
private var elapsedTime:int;
... |
package
{
import flash.display.Sprite;
import starling.core.Starling;
[SWF(width = "800", height = "600", frameRate = "60", backgroundColor = "#cccccc")]
public class Example_WarriorFight_ColorAndZOrder extends flash.display.Sprite
{
public function Example_WarriorFight_ColorAndZOrder()
{
starlingInit(... |
package com.axiomalaska.timeline.charts.axes
{
import com.axiomalaska.timeline.charts.axes.labels.SkinnableAxisLabel;
import com.axiomalaska.timeline.skins.TimelineSkin;
import flash.events.Event;
import flash.geom.ColorTransform;
import flash.geom.Point;
import mx.core.IFactory;
import mx.events.FlexEvent;
... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2009 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement ac... |
package com.ankamagames.dofus.network.types.game.startup
{
import com.ankamagames.dofus.network.types.game.data.items.ObjectItemInformationWithQuantity;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.n... |
package com.rokannon.core.command
{
import com.rokannon.core.Broadcaster;
import com.rokannon.core.command.enum.CommandState;
import com.rokannon.core.command.enum.ExecutorState;
import com.rokannon.core.pool.ObjectPool;
import com.rokannon.core.utils.callOutStack;
import flash.utils.clearInter... |
package cj.video {
import flash.display.Shape;
import flash.display.Sprite;
import flash.display.MovieClip;
import flash.display.StageDisplayState;
import flash.display.StageScaleMode;
import flash.display.StageAlign;
import flash.text.TextField;
import flash.events.Event;
import flash.events.MouseEvent;
i... |
package zpp_nape.util
{
import zpp_nape.callbacks.ZPP_ConstraintListener;
public class ZNPNode_ZPP_ConstraintListener extends Object
{
public function ZNPNode_ZPP_ConstraintListener()
{
}
public static var zpp_pool:ZNPNode_ZPP_ConstraintListener;
public va... |
package nt.ui.components.richtextclasses
{
import flash.display.Shape;
import flash.geom.Rectangle;
import flash.text.engine.ContentElement;
import flash.text.engine.FontMetrics;
import flash.text.engine.GroupElement;
import flash.text.engine.TextBlock;
import flash.text.engine.TextLine;
import flash.text.engin... |
/*
* 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 fairygui
{
public class FlipType
{
public static const None:int = 0;
public static const Horizontal:int = 1;
public static const Vertical:int = 2;
public static const Both:int = 3;
public function FlipType()
{
}
public static function parse(value:String):int
{
switch (value)
{
... |
import com.mosesSupposes.fuse.FuseKitCommon;
import com.mosesSupposes.fuse.ZigoEngine;
/**
* The Fuse Kit [build1.1z3]
* Copyright (c) 2006 Moses Gunesch, MosesSupposes.com
*
* Distributed under MIT Open Source License, see Fuse-Kit-License.html (in fuse package directory)
* Easing Equations (c) 2003 Robert Penner us... |
package com.tonyfendall.cards.screens
{
import com.tonyfendall.cards.components.CardItemRenderer;
import com.tonyfendall.cards.components.CardView;
import com.tonyfendall.cards.controller.GameController;
import com.tonyfendall.cards.core.CardGroup;
import com.tonyfendall.cards.core.Game;
import com.tonyfen... |
package emap.map3d.comman.logo
{
/**
*
* 悬浮的LOGO
*
*/
import alternativa.engine3d.objects.Sprite3D;
import emap.core.em;
import emap.map3d.comman.PixelTextureMaterial;
import emap.map3d.utils.Map3DUtil;
public final class LogoSprite extends Logo
{
/**
*
* 构造函数
*
*/
p... |
package com.ae.events
{
import flash.events.Event;
/**
* This event is used for the WebService calls.
*/
public class ServiceEvent extends Event
{
//-------------------------------------------------------------------------
//
// Variables
//
//-------------------------------------------------------... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.aswing3d.tree {
import org.aswing.tree.TreeCell;
import org.aswing.tree.TreeCellFactory;
/**
* @author iiley
*/
public class GeneralTreeCellFactory implements TreeCellFactory {
private var cellClass:Class;
/**
* Creates a GeneralTreeCellFa... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedData_TombOfTheAncientsCXML.xml", mimeType="application/octet-stream")]
public class EmbeddedData_TombOfTheAncientsCXML extends ByteArrayAsset {
public function EmbeddedData_TombOfTheAncientsCXML() {
super();
}
}
} |
/**
* TLSPad
*
* A padding implementation used by TLS
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package hurlant.crypto.symmetric {
import flash.utils.ByteArray;
import hurlant.util.Hex;
import hurlant.crypto.tls.TLSError;
public class TLSPad im... |
package kabam.rotmg.account.securityQuestions.view {
import com.company.assembleegameclient.account.ui.Frame;
import flash.filters.DropShadowFilter;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
import kabam.rotmg.text.view.stringBuilder.LineBuilder;
public class SecurityQuestionsInfoDialog extends Frame {
... |
/* 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 = "7.2-9";
// var VERSION = "ECMA_1";
// var TITLE = "Li... |
package {
import org.windmill.TestCase;
public class TestFoo extends TestCase {
public var order:Array = ['testClick', 'testClickTimeout', 'testWaitCondition', 'testWaitConditionTimeout',
'testWaitSleep', 'testAssertDisplayObject', 'testWaitDisplayObject', 'testAssertEqualsString',
'testAssertEq... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2006-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... |
/*
* 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 {
import flash.events.Event;
/**
* This class represents a generic websocket event. It contains the standard "type"
* parameter as well as a "message" parameter.
*/
public class WebSocketEvent extends Event {
public static const OPEN:String = "open";
public static const CLOSE:String = "close";
... |
/******************************************************************************
* Spine Runtimes License Agreement
* Last updated January 1, 2020. Replaces all prior versions.
*
* Copyright (c) 2013-2020, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivative... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package views.commands {
import flash.events.Event;
import flash.utils.Dictionary;
import mx.controls.ComboBox;
import utils.misc.Logging;
import utils.misc.Objutil;
import utils.misc... |
package starling.filters
{
import flash.display3D.Context3D;
import flash.display3D.Context3DBlendFactor;
import flash.display3D.Context3DProgramType;
import flash.display3D.Program3D;
import starling.textures.Texture;
public class FlattenAlphaFilter extends FragmentFilter
{
private var _constants:Vector.<... |
package away3d.lights.shadowmaps
{
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.cameras.lenses.FreeMatrixLens;
import away3d.containers.Scene3D;
import away3d.core.math.Matrix3DUtils;
import away3d.core.render.DepthRenderer;
import away3d.lights.DirectionalLight;
import flash.display3D.t... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.lf64;
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.sf64;
import avm2.intrinsics.memory.si32;
public final class FSM_getfunc extends Machine
{
public static const intRegCount:int = 5;
... |
/*
* Copyright 2009 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
/*
CASA Lib for ActionScript 3.0
Copyright (c) 2011, Aaron Clinger & Contributors of CASA Lib
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
- Redistributions of source code must retain the abo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.