text stringlengths 4 1.04M |
|---|
package ru.codestage.xfltool.ui
{
import flash.display.Stage;
import flash.events.Event;
import ru.codestage.xfltool.ui.builder.UIBuilder;
/**
* ...
* @author Dmitriy [focus] Yukhanov
*/
public final class ControlsResizer extends Object
{
private static var _instance:ControlsResizer;
private var _stage:... |
package kabam.rotmg.packages.view {
import com.company.assembleegameclient.ui.DeprecatedTextButton;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.text.TextFormatAlign;
import kabam.rotmg.text.model.TextKey;
import kabam.rotmg.... |
/**
* VERSION: 1.0
* DATE: 2010-06-16
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading {
/**
* Defines status values for loaders. <br /><br />
*
* <b>Copyright 2010, GreenSock. All rights reserved.</b> This work is subject to the terms in <a href="http://www.gr... |
package Testing.Instructions {
import Testing.Abstractions.InstructionAbstraction;
import flash.utils.Dictionary;
import Values.OpcodeValue;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class SubInstruction extends RegInstruction {
public function SubInstruction(registers:Vector.<int... |
package kabam.rotmg.messaging.impl.incoming {
import flash.utils.IDataInput;
public class ClientStat extends IncomingMessage {
public var name_:String;
public var value_:int;
public function ClientStat(_arg_1:uint, _arg_2:Function) {
super(_arg_1, _arg_2);
}
override public function par... |
package com.mdxlibrary.axisitemdecorators
{
import com.mdxlibrary.interfaces.IMDXAxisItem;
public class HeadAxisItemDecorator extends AbstractMDXAxisItemDecorator
{
public function HeadAxisItemDecorator(item:IMDXAxisItem) {
super(item);
}
}
} |
package comun.Check
{
import flash.display.Sprite;
import flash.events.KeyboardEvent;
import mx.controls.List;
import mx.controls.listClasses.IListItemRenderer;
import mx.controls.CheckBox;
/**
* List that uses checkboxes for multiple selection
*/
public class CheckBoxList extends List
{
// fake all mouse inter... |
package
{
import flash.utils.getQualifiedClassName;
import scenes.AnimationScene;
import scenes.BenchmarkScene;
import scenes.BlendModeScene;
import scenes.CustomHitTestScene;
import scenes.FilterScene;
import scenes.MaskScene;
import scenes.MovieScene;
import scenes.RenderTextu... |
package ValveLib.Events
{
import flash.events.Event;
public class ShopEvent extends Event
{
public function ShopEvent(param1:String, param2:Boolean=true, param3:Boolean=false) {
super(param1,param2,param3);
}
public static const SHOP_ANIMATED_OPEN:String = "shopAnim... |
package view.sprite
{
import flash.display.Sprite;
public class Ship extends Sprite
{
public function Ship():void
{
}
}
} |
package test.package {
public class Min {
var testAttr:int = 1;
public function Min() {
var test:String = 'hello';
}
}
}
|
package {
public class $lzc$class_userClassPlacement {
public function $lzc$class_userClassPlacement ($0:LzNode? = null, $1:Object? = null, $2 = null, $3 = null) {
$0.defaultplacement = $1
}}
}
|
/*
* Copyright(c) 2007 the Spark project.
*
* 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... |
/**
* VERSION: 12.0
* DATE: 2012-01-12
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.plugins {
import com.greensock.TweenLite;
import flash.filters.DropShadowFilter;
/**
* [AS3/AS2 only] Tweens a DropShadowFilter. The following properties are available (you only need to define ... |
/*
* Copyright (c) 2011
* Spoken Language Systems Group
* MIT Computer Science and Artificial Intelligence Laboratory
* Massachusetts Institute of Technology
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to dea... |
package org.osflash.css.properties
{
import org.osflash.css.css_namespace;
import org.osflash.css.geom.CSSPoint;
import org.osflash.css.types.CSSBackgroundAttachmentType;
import org.osflash.css.types.CSSBackgroundImageType;
import org.osflash.css.types.CSSBackgroundRepeatType;
import org.osflash.stream.IStreamOut... |
package com.controls.tabNavigator
{
import flash.display.DisplayObject;
import flash.events.Event;
import mx.collections.IList;
import mx.containers.ViewStack;
import mx.controls.TabBar;
import mx.core.ClassFactory;
import mx.core.IFlexDisplayObject;
import mx.core.mx_internal;
... |
package com.rockdot.project.command {
import com.jvm.utils.DateUtils;
import com.jvm.utils.DeviceDetector;
import com.rockdot.core.model.RockdotConstants;
import com.rockdot.core.mvc.CompositeCommandWithEvent;
import com.rockdot.core.mvc.RockdotEvent;
import com.rockdot.plugin.io.command.event.IOEvents;
import c... |
package org.flexlite.domUI.components
{
import flash.display.DisplayObject;
import flash.events.Event;
import org.flexlite.domCore.dx_internal;
import org.flexlite.domUI.collections.ICollection;
import org.flexlite.domUI.core.IViewStack;
import org.flexlite.domUI.core.IVisualElement;
import org.flexlite.domUI.... |
/*
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.core.IFocusDisplayObject;
... |
package com.swfwire.decompiler
{
import com.swfwire.decompiler.abc.ABCByteArray;
import com.swfwire.decompiler.abc.ABCEditor;
import com.swfwire.decompiler.abc.ABCFile;
import com.swfwire.decompiler.abc.ABCInstructionReader;
import com.swfwire.decompiler.abc.ABCInstructionWriter;
import com.swfwire.decompiler.abc... |
package mx.core {
import flash.utils.ByteArray;
public class ByteArrayAsset extends ByteArray {}
}
|
package idv.cjcat.stardustextended.easing
{
/**
* Easing Equations
* <p>(c) 2003 Robert Penner, all rights reserved.</p>
* <p>This work is subject to the terms in http://www.robertpenner.com/easing_terms_of_use.html.</p>
*/
public class Strong
{
[Inline]
public static function easeIn(t : Number, b : N... |
/**
* Created by newkrok on 14/02/16.
*/
package net.fpp.pandastory.vo
{
public class LevelDataVO
{
public var polygonBackgroundData:Vector.<PolygonBackgroundVO>;
public var rectangleBackgroundData:Vector.<RectangleBackgroundVO>;
public var enemyPathData:Vector.<EnemyPathDataVO>;
public var staticElementDa... |
package age.data
{
import flash.system.Capabilities;
/**
* AvatarInfo 储存了一套角色的所有动作、大小等基本信息
* @author zhanghaocong
*
*/
public class AvatarInfo
{
/**
* 按动作名称储存所有动作
*/
public var actions:Object = {};
/**
* ID
*/
public var id:String;
/**
* Avatar 的大小
*/
public var size:Box;
... |
package cc.gullinbursti.audio.fx {
public class Vibrato {
public function Vibrato() {
}
}
} |
package kabam.rotmg.dialogs.control {
import flash.display.Sprite;
import org.osflash.signals.Signal;
public class PushDialogSignal extends Signal {
public function PushDialogSignal() {
super(Sprite);
}
}
}
|
package interfaces
{
/**
* ...
* @author Shaun Stone
*/
public interface IDialogue
{
function goToNextMessage():void;
//function fetchMessages():void;
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// 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/.
var Angles = [ 1, 2, 5, 10 ];
print(Angles[2]);
|
package asunit.framework {
import asunit.errors.AbstractError;
import flash.errors.IllegalOperationError;
import flash.events.*;
import flash.net.URLLoader;
import flash.utils.getTimer;
/**
* Extend this class if you have a TestCase that requires the
* asynchr... |
package kabam.rotmg.minimap {
import kabam.rotmg.minimap.control.MiniMapZoomSignal;
import kabam.rotmg.minimap.control.SetMiniMapMapSignal;
import kabam.rotmg.minimap.control.UpdateGameObjectTileSignal;
import kabam.rotmg.minimap.control.UpdateGroundTileSignal;
import kabam.rotmg.minimap.view.MiniMap;
import kabam.rot... |
package com.ankamagames.dofus.logic.game.roleplay.actions.preset
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class PresetDeleteRequestAction extends AbstractAction implements Action
{
public var ... |
/*
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.FeathersControl;
import feathers.core.IFeathersControl;
im... |
package pbjAS.ops
{
import pbjAS.regs.PBJReg;
public class OpBoolToInt implements PBJOpcode
{
public var dst:PBJReg;
public var src:PBJReg;
public function OpBoolToInt(dst:PBJReg, src:PBJReg)
{
this.dst = dst;
this.src = src;
}
}
} |
/*
* Copyright 2007 (c) Tim Knip, ascollada.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,... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.messaging.impl.outgoing.Move
package kabam.rotmg.messaging.impl.outgoing
{
import kabam.rotmg.messaging.impl.data.WorldPosData;
import kabam.rotmg.messaging.impl.data.MoveRecord;
import flash.utils.IDataOutput;
public ... |
/*
Copyright (c) 2010 Tink Ltd - http: //www.tink.ws
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, publ... |
package com.tinyspeck.engine.net {
public class NetOutgoingTeleportationSetVO extends NetOutgoingMessageVO {
public var teleport_id:uint;
public function NetOutgoingTeleportationSetVO(teleport_id:uint) {
super(MessageTypes.TELEPORTATION_SET);
this.teleport_id = teleport_id;
}
}
} |
/**
* (c) VARIANTE <http://variante.io>
*
* This software is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
package io.variante.helpers
{
import flash.display.DisplayObject;
import flash.display.Shape;
import flash.filters.ColorMatrixFilter;
... |
package org.lala.components
{
import spark.components.Button;
[Style(name="icon",type="*")]
public class IconButton extends Button
{
/***
private var _iconOver:Object;
private var _iconDown:Object;
**/
public function IconButton()
{
//TODO: implement... |
/*
* PROJECT: NyARToolkitAS3
* --------------------------------------------------------------------------------
* This work is based on the original ARToolKit developed by
* Hirokazu Kato
* Mark Billinghurst
* HITLab, University of Washington, Seattle
* http://www.hitl.washington.edu/artoolkit/
*
* The ... |
/*
Copyright (c) 2009 Yahoo! Inc. All rights reserved.
The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license
*/
package com.yahoo.social.methodgroups
{
import com.adobe.serialization.json.JSONParseError;
import com.yahoo.net.Connection;
import com.yahoo.oau... |
package serverProto.universeFuzionBudokai
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.util... |
package org.un.cava.birdeye.ravis.graphLayout.visual.menu
{
import com.bs.amg.UnisAPI;
import com.bs.amg.features.IShowFeatures;
import flash.display.DisplayObjectContainer;
import mx.controls.Menu;
import mx.core.FlexGlobals;
import org.un.cava.birdeye.ravis.assets.Assets;
import org.un.cava.birdeye.ravis... |
/**
* Copyright (c) 2015, Fernando Bevilacqua
* 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 o... |
package com.playata.application.data.dataobject
{
import com.playata.framework.data.DataObject;
public class DOStoryDungeon extends DataObject
{
public function DOStoryDungeon(param1:Object)
{
super(param1);
}
public function get id() : int
{
... |
/**
* Created by max.rozdobudko@gmail.com on 10/20/19.
*/
package com.github.airext {
import com.github.airext.core.keyboard;
import com.github.airext.keyboard.NativeKeyboardTextParams;
import flash.events.EventDispatcher;
import flash.system.Capabilities;
use namespace keyboard;
[Event(name="nativeKeyboardTextSho... |
/**
* 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 applic... |
package ngine.localization {
import flash.system.Capabilities;
import flash.utils.Dictionary;
import starling.events.EventDispatcher;
public class Localization extends EventDispatcher {
public static const CHANGE_LANGUAGE:String = 'change_language_event';
private static var _... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.codeazur.as3swf.data.abc.exporters.js.builders
{
import com.codeazur.as3swf.data.abc.exporters.js.ABCJavascriptExporter;
import com.codeazur.as3swf.data.abc.bytecode.multiname.ABCMultinameBuiltin;
import com.codeazur.as3swf.data.abc.bytecode.multiname.ABCNamespaceKind;
import com.codeazur.as3swf.data.ab... |
// Action script...
// [Initial MovieClip Action of sprite 20587]
#initclip 108
if (!dofus.graphics.gapi.controls.statsviewer.StatsViewerStatItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
... |
#include "WheelMenuCommon.as"
#include "TauntsCommon.as"
#define CLIENT_ONLY
const int GLOBAL_COOLDOWN = 120;
const int TEAM_COOLDOWN = 60;
const bool CAN_REPEAT_TAUNT = true;
const bool CLICK_CATEGORY = false;
const bool SHOW_IN_CHAT = true;
string menu_selected = "CATEGORIES";
string last_taunt;
int c... |
package {
import flash.display.Sprite;
public class Main {
public function Main() {
f$(EntryPoint)(new Sprite());
}
}
} |
package com.leapmotion.leap
{
/**
* The Frame class represents a set of hand and finger tracking
* data detected in a single frame.
*
* <p>The Leap Motion detects hands, fingers and tools within the tracking area,
* reporting their positions, orientations and motions in frames at
* the Leap Motion frame r... |
package core.utils{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.geom.Matrix;
import flash.geom.Point;
/**
* @param _container container
* @param _point point
* @p... |
/**
* Created by hyh on 1/3/16.
*/
package starlingbuilder.editor
{
[SWF(frameRate=60, width=1300, height=960, backgroundColor="#000")]
public class MainCI extends Main
{
public function MainCI()
{
super();
}
override protected function getApp():Class
{... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 2008 Cheezeworld.com
Additional key constants added by Iain Lobb.
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 us... |
package org.gestouch.core
{
/**
* @author Pavel fljot
*/
public interface IDisplayListAdapter extends IGestureTargetAdapter
{
function getHierarchy(target:Object):Vector.<Object>;
function reflect():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/. */
include "unicodeUtil.as";
include "unicodeNegativeUtil.as";
// var SECTION = "CJK Compatibility Forms";
// var VER... |
package serverProto.zone
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com.nete... |
package com.ankamagames.dofus.network.messages.game.almanach
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
imp... |
/*
* Copyright (C) 2003-2012 Igniterealtime Community Contributors
*
* Daniel Henninger
* Derrick Grigg <dgrigg@rogers.com>
* Juga Paazmaya <olavic@gmail.com>
* Nick Velloff <nick.velloff@gmail.com>
* Sean Treadway <seant@oncotype.dk>
* Sean Voisen <sean@voisen.org>
* Mark Walters <... |
package org.bigbluebutton.air.main.views.topbar {
import flash.utils.setTimeout;
import mx.resources.ResourceManager;
import spark.transitions.ViewTransitionBase;
import org.bigbluebutton.air.common.PageEnum;
import org.bigbluebutton.air.common.TransitionAnimationEnum;
import org.bigbluebutton.air.main.mo... |
/**
* VERSION: 1.0
* DATE: 2012-03-22
* AS3 (AS2 and JS versions are also available)
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.easing {
/**
* Provides an <code>easeIn</code>, <code>easeOut</code>, and <code>easeInOut</code> with a power (or strength)
* of 1 which is identical to t... |
/*
[The "BSD licence"]
Copyright (c) 2005-2006 Terence Parr
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditio... |
/*
* 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.entity {
import mx.collections.ArrayCollection;
/**
* Represents a ser... |
// LootOnDeath.as
#include "LootCommon.as";
void onDie(CBlob@ this)
{
if (getNet().isServer() && !this.exists(DROP))
{
server_CreateLoot(this, this.getPosition(), this.getTeamNum());
}
} |
package elements
{
import starling.display.Sprite;
import starling.text.BitmapFont;
import starling.text.TextField;
import starling.utils.HAlign;
/**
* ...
* @author LeleoSan
*/
public class Hud extends Sprite
{
/** statics */
public static const WIN:String = "Win";
public static const CREDITS:Strin... |
/*
* Copyright (c) 2011 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.swiftsuspenders.typedescriptions
{
public class PostConstructInjectionPoint extends OrderedInjec... |
package feathers.examples.navigator
{
import feathers.controls.LayoutGroup;
import feathers.controls.StackScreenNavigator;
import feathers.controls.StackScreenNavigatorItem;
import feathers.examples.navigator.screens.ScreenA;
import feathers.examples.navigator.screens.ScreenB1;
import feathers.examples.navigator.... |
// makeswf -v 7 -s 200x150 -r 1 -o asbroadcaster-broadcastMessage-retval.swf asbroadcaster-broadcastMessage-retval.as
trace ("check return value of broadcastMessage");
emitter = new Object ();
AsBroadcaster.initialize (emitter);
trace (emitter.broadcastMessage ("foo"));
emitter._listeners[0] = "hi";
trace (emitter.br... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.messaging.impl.incoming.PlaySound
package kabam.rotmg.messaging.impl.incoming
{
import flash.utils.IDataInput;
public class PlaySound extends IncomingMessage
{
public var ownerId_:int;
public var soundId_:int;
... |
package org.ranapat.flatflash {
import flash.display.BitmapData;
import flash.events.MouseEvent;
import org.ranapat.flatflash.tools.regions.Region;
public class Button extends DisplayObject {
private var up:DisplayObject;
private var hover:DisplayObject;
private var down:DisplayObject;
private va... |
package com.guepard.decompiler.text
{
/**
* ...
* @author Antonov Sergey
*/
public class KerningRecord
{
public var code1:uint;
public var code2:uint;
public var adjustments:int;
public function KerningRecord()
{
}
}
} |
package kabam.rotmg.core {
import org.swiftsuspenders.Injector;
import robotlegs.bender.framework.impl.Context;
public class StaticInjectorContext extends Context {
public static var injector:Injector;
public static function getInjector():Injector {
return injector;
}
public function Static... |
package com.jasongatt.layout
{
import com.jasongatt.core.ObservableProperty;
import com.jasongatt.core.ValidatePass;
import flash.display.DisplayObject;
import flash.geom.Rectangle;
public class DistributedLayoutPolicy extends AbstractLayoutPolicy
{
// Private Properties
private var _orientation:Observabl... |
package cc.gullinbursti.net {
//] includes [!]>
//]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~.
import cc.gullinbursti.events.AMFEvent;
import flash.events.EventDispatcher;
import flash.net.NetConnection;
import flash.net.ObjectEncoding;
import flash.net.Responder;
//]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~... |
package com.rockdot.project.inject {
import com.rockdot.project.model.Model;
/**
* @author nilsdoehring
*/
public interface IModelAware {
function set appModel(appModel : Model) : void;
}
}
|
/**
* Created by Max Rozdobudko on 10/7/15.
*/
package skein.rest.cache.response
{
public class Head
{
//--------------------------------------------------------------------------
//
// Constructor
//
//--------------------------------------------------------------------------
public functio... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* http://w... |
package net.guttershark.display.list
{
import net.guttershark.display.CoreClip;
/**
* The BaseListItem class is an adapter that
* implements the IListItem interface and
* contains some basic logic.
*/
public class BaseListItem extends CoreClip implements IListItem
{
/**
* A flag indicating whe... |
/*
Copyright (c) 2017, Mesmotronic Limited
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice, this
list of conditions and the foll... |
package
{
import ru.inspirit.fluid.FluidRenderer;
import ru.inspirit.fluid.FluidSolver3D;
import ru.inspirit.fluid.Particle3DManager;
import ru.inspirit.fluid.emitter.IFluidEmitter;
import ru.inspirit.fluid.emitter.FluidForceEmitter;
import ru.inspirit.fluid.emitter.FluidColorEmitter;
import ru.inspirit.fluid.em... |
package laya.d3.resource.models {
import laya.d3.core.render.RenderState;
import laya.resource.Resource;
/**
* <code>Sky</code> 类用于创建天空的父类,抽象类不允许实例。
*/
public class Sky extends Resource {
public function Sky() {
super();
}
public function _render(state:RenderState):void {
}
}
} |
package mvcutils.textures {
import flash.display.Bitmap;
import flash.display.BitmapData;
import starling.textures.Texture;
public class BitmapTextureManager extends AbstractTextureManager {
public function BitmapTextureManager() {
super();
};
[Inline]
protected function addBDTexture(pID:String, pTex... |
package serverProto.ninjaLegend
{
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... |
/* -*- 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 obtain one at... |
package mx.modules
{
public class ModuleManagerGlobals
{
public static var managerSingleton:Object = null;
public function ModuleManagerGlobals()
{
super();
}
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF li... |
package laya.d3.graphics {
import laya.d3.math.Vector2;
import laya.d3.math.Vector3;
import laya.d3.math.Vector4;
/**
* <code>VertexPositionNormalColorTextureTangent</code> 类用于创建位置、法线、颜色、纹理、切线顶点结构。
*/
public class VertexPositionNormalColorTextureTangent implements IVertex {
private static cons... |
package io.decagames.rotmg.pets.popup.hatching {
import io.decagames.rotmg.ui.buttons.BaseButton;
import io.decagames.rotmg.ui.buttons.SliceScalingButton;
import io.decagames.rotmg.ui.popups.signals.ClosePopupSignal;
import io.decagames.rotmg.ui.texture.TextureParser;
import robotlegs.bender.bundles.mvcs... |
package it.pixeldump.graphic.vos {
import flash.geom.Rectangle;
import flash.utils.getTimer;
public class PathVO {
public static var TYPE_CIRCLE:String = "circle";
public static var TYPE_RECT:String = "rectangle";
public static var TYPE_ROUNDRECT:String = "roundedRectangle";
public static var TYPE_CUSTOM:... |
//------------------------------------------------------------------------------
// 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 {
import flash.display.Sprite;
import flash.text.TextField;
import PubNub.*;
import flash.external.ExternalInterface;
public class MessageBox extends Sprite {
function MessageBox():void {
//set the channel
var channelName:String = "hello_world";
trace("Channel set to " + cha... |
package com.db.rds.content.ExceptionManagement.view.controls
{
import com.db.rds.content.ExceptionManagement.events.PageEvent;
import flash.events.MouseEvent;
import mx.collections.ArrayCollection;
import mx.core.UIComponent;
import spark.components.HGroup;
import spark.components.Label;
[Event(name="pag... |
package com.xgame.godwar.common.object
{
import com.xgame.godwar.common.parameters.card.HeroCardParameter;
public class HeroCard extends RoleCard
{
private var _nickname: String;
private var _hit: int;
private var _flee: int;
private var _race: int;
public function HeroCard(id:String=null)
{
super... |
package com.unhurdle.spectrum
{
COMPILE::JS{
import org.apache.royale.core.WrappedHTMLElement;
}
import com.unhurdle.spectrum.TextNode;
import com.unhurdle.spectrum.typography.PageTitle;
public class IllustratedMessage extends SpectrumBase
{
/**
* <inject_html>
* <link rel="stylesheet" hr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.