text stringlengths 4 1.04M |
|---|
package
{
import flash.display.MovieClip;
import flash.text.TextField;
public dynamic class HackingHighlight extends MovieClip
{
public var HackingHighlightBorder_mc:MovieClip;
public var HackingHighlightText_tf:TextField;
public function HackingHighlight()
{
super();
}
}
}
|
package mx.rpc.events
{
import mx.core.mx_internal;
import mx.messaging.events.MessageEvent;
import mx.messaging.messages.IMessage;
import mx.rpc.AsyncToken;
public class AbstractEvent extends MessageEvent
{
private var _token:AsyncToken;
public funct... |
#include "Scripts/Utilities/Network.as"
Scene@ testScene;
Camera@ camera;
Node@ cameraNode;
float yaw = 0.0;
float pitch = 0.0;
int drawDebug = 0;
Text@ downloadsText;
Array<Node@> hitObjects;
void Start()
{
if (!engine.headless)
{
InitConsole();
InitUI();
}
els... |
package net.systemeD.halcyonpdf.styleparser {
import flash.events.*;
import flash.net.*;
import net.systemeD.halcyonpdf.ExtendedLoader;
import net.systemeD.halcyonpdf.ExtendedURLLoader;
import net.systemeD.halcyonpdf.DebugURLRequest;
import net.systemeD.halcyonpdf.connection.Entity;
import net.systemeD.h... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
import com.audioengine.core.TimeConversion;
import com.utils.DateUtils;
import com.utils.TimeUtils;
override public function set data( value : Object ) : void
{
super.data = value;
mixName.text = data.name + ' / ' + Settings.getGenreDescription( data.genre ).label;
toolTip = data.description;
tempo.text = ' ' + ... |
/**
* VERSION: 12.1
* DATE: 2012-06-19
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.plugins {
import com.greensock.TweenLite;
/**
* [AS3/AS2 only] Toggles the visibility at the end of a tween. For example, if you want to set <code>visible</code> to false
* at the end of the t... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 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 SimpleMember.
* <pre>
* [primary-key]
*
*
* [column]
* MEMBER_ID, MEMBER_NAME, BIRTHDATE, MEMBER_STA... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.appengine.impl {
import com.company.assembleegameclient.util.TimeUtil;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.service.TrackingData;
import kabam.rotmg.core.signals.TrackEventSignal;
import org.osflash.signals.OnceSignal;
public class TrackingAppEngineClient impl... |
package net.psykosoft.psykopaint2.core.views.navigation
{
import com.greensock.TweenLite;
import com.greensock.easing.Strong;
import flash.display.Sprite;
import flash.text.TextField;
public class NavigationHeader extends Sprite
{
// Declared in Flash.
public var tf:TextField;
public var bg:Sprite;
pu... |
package game.view.picture
{
import com.utils.ArrayUtil;
import com.utils.ObjectUtil;
import feathers.controls.Scroller;
import feathers.controls.renderers.IListItemRenderer;
import feathers.data.ListCollection;
import feathers.layout.TiledColumnsLayout;
import feathers.layout.Tiled... |
package instagrAS3.oauth
{
import instagrAS3.events.OAuthEvent;
import flash.display.NativeWindow;
import flash.html.HTMLLoader;
import com.adobe.serialization.json.JSON;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEv... |
/**
* Copyright (c) 2012 - 2100 Sindney
*
* 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... |
/**
* VERSION: 1.8993
* DATE: 2012-02-24
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading {
import com.greensock.events.LoaderEvent;
import com.greensock.loading.core.LoaderCore;
import com.greensock.loading.core.LoaderItem;
import flash.display.Displa... |
package core
{
/**
* ...
* @author Nina Pavlich
*/
public class SingletonFrontController extends FrontController
{
protected static var _instance:SingletonFrontController;
public static function get instance():SingletonFrontController {
if (!_instance) {
_instance = new SingletonFron... |
package {
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.display.MovieClip;
import flash.events.Event;
import flash.text.TextFieldAutoSize;
import scaleform.clik.controls.Label;
import scaleform.clik.controls.TextInput;
... |
package com.playata.framework.display
{
public interface IUriSprite extends ISprite
{
function clone(param1:Function) : IUriSprite;
function get uri() : String;
function get smoothing() : Boolean;
function get cacheAsBitmap() : Boolean;
func... |
/* -*- 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 com.mdxlibrary.interfaces {
public interface IMDXAxisItem {
//------------------------------
// Getters and setters
//------------------------------
/**
* Tell us if the member is a list or all members.
* If is TRUE is a list.
* If is FALSe is all members.
*/
function get ... |
class myclass
{
void f(const int&in) {}
};
|
package sentinel.framework.client {
import flash.net.SharedObject;
import sentinel.framework.errors.FrameworkError;
/**
* The storage class assists with saving and loading data via Shared Objects.
*
* @author Marty Wallace
*/
public class Storage {
public static const DEFAULT_SLOT:uint = 0;
... |
package laya.debug.view.nodeInfo.recinfos
{
import laya.display.Sprite;
import laya.display.Text;
import laya.maths.GrahamScan;
import laya.maths.Rectangle;
import laya.debug.tools.WalkTools;
/**
* ...
* @author ww
*/
public class NodeRecInfo extends Sprite
{
public var txt:Text;
public functio... |
package myriadLands.combat {
public interface CombatInternal {}
} |
package org.as3commons.bytecode.tags.serialization
{
import org.as3commons.bytecode.tags.ISWFTag;
import flash.utils.ByteArray;
import org.as3commons.bytecode.tags.struct.RecordHeader;
import org.as3commons.bytecode.util.SWFSpec;
import org.as3commons.bytecode.tags.SymbolClassTag;
import org.as3common... |
package punk.ui {
public class PunkScrollBar extends PunkUIComponent {
}
} |
package org.docksidestage.dbflute.flex.ex {
import org.docksidestage.dbflute.flex.bs.BsMemberStatus;
/**
* The entity of MEMBER_STATUS.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
[RemoteClass(alias="org.docksidestage... |
/**
* This is a generated sub-class of _Details.as and is intended for behavior
* customization. This class is only generated when there is no file already present
* at its target location. Thus custom behavior that you add here will survive regeneration
* of the super-class.
*
* NOTE: Do not manually mo... |
/**
* 개발자 : refracta
* 날짜 : 14. 8. 8 오후 6:18
*/
package com.wg.ga.expression.scene.functionmax {
import bkde.as3.boards.GraphingBoardWrapper;
import com.wg.ga.expression.ui.MainUserInterfaceWrapper;
import com.wg.ga.framework.view.Scene;
public class FirstGraphScene extends Scene {
private var _graphingBoard... |
package com.nodename.geom
{
import flash.errors.IllegalOperationError;
public final class Winding
{
public static const CLOCKWISE:Winding = new Winding(PrivateConstructorEnforcer, "clockwise");
public static const COUNTERCLOCKWISE:Winding = new Winding(PrivateConstructorEnforcer, "counterclockwise");
public s... |
package com.hurrygames.grabber.managers
{
import flash.display.Shape;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.system.System;
import flash.utils.Timer;
import flash.utils.getTimer;
/**
* Project : LandGrabbers
* LoopController
* @author 赵俊 <... |
package framed
{
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.net.FileReference;
import flash.utils.ByteArray;
public class Util
{
///////////////////////////////////////////////... |
package
{
import starling.display.Button;
import starling.display.Image;
import starling.events.Event;
import starling.text.TextField;
import starling.utils.HAlign;
import starling.utils.VAlign;
public class LevelSelectButton extends Button
{
public var stars:Array, lvl:int;
public var coinText:TextFie... |
/**
* CHANGELOG:
*
* <ul>
* <li><b>1.0</b> - 2012-09-26 13:34</li>
* <ul>
* <li>Create file</li>
* </ul>
* </ul>
* @author Piotr Paczkowski - kontakt@trzeci.eu
*/
package pl.asria.tools.managers.commands
{
import flash.events.Event;
public class CommandEvent extends Event
{
public var data:*;
/**
* Co... |
/*
* 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 require... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.game.module
{
import com.netease.protobuf.UInt64;
import com.ui.util.CBaseUtil;
import qihoo.triplecleangame.protos.CMsgGetFriendListResponse;
import qihoo.triplecleangame.protos.CMsgGetNameImageResponse;
import qihoo.triplecleangame.protos.PBFriendList;
import qihoo.triplecleangame.protos.PBRequest... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.packages.services.BuyPackageTask
package kabam.rotmg.packages.services
{
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.core.model.Pl... |
package view.scene.game
{
import flash.display.*;
import flash.events.Event;
import flash.events.MouseEvent;
import mx.core.UIComponent;
import mx.containers.Box;
import mx.controls.Text;
import mx.controls.TextArea;
import mx.controls.Label;
import mx.containers.Panel;
import ... |
package com.swfjunkie.tweetr.oauth
{
import flash.net.URLVariables;
/**
* Interface for the OAuth Class
* @author Sandro Ducceschi [swfjunkie.com, Switzerland]
*/
public interface IOAuth
{
/**
* Signs a Request and returns an proper encoded argument... |
package kabam.lib.console.model {
import org.osflash.signals.Signal;
internal final class ActionHash {
function ActionHash() {
super();
this.signalMap = {};
this.descriptionMap = {};
}
private var signalMap:Object;
private var descriptionMap:Object;
public function regist... |
// ActionScript file
package widgets.Route
{
import flash.utils.Dictionary;
public class CountryCodes
{
private var countrycodeToLabel:Dictionary;
public function CountryCodes():void
{
countrycodeToLabel = new Dictionary(true);
countrycod... |
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 kabam.rotmg.util.components.api {
import flash.display.Sprite;
public class BuyButton extends Sprite {
public function BuyButton() {
super();
}
public function setPrice(price:int, currency:int):void {
}
public function setEnabled(enabled:Boolean):void {
}
public functio... |
/*
CASA Lib for ActionScript 2.0
Copyright (c) 2008, 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... |
/**
* ...
* Author: SiuzukZan <minoscc@gmail.com>
* Date: 14/12/30 17:33
*/
package cc.minos.codec.mkv.elements {
import cc.minos.codec.mkv.Mkv;
public class CuePoint extends Element {
public function CuePoint()
{
super(Mkv.CUES_CUE_POINT);
}
override protected... |
package
{
import flash.Boot;
public final class CompressionLevel
{
public static const __isenum:Boolean = true;
public static var __constructs__ = ["UNCOMPRESSED","FAST","NORMAL","GOOD"];
public static var UNCOMPRESSED:CompressionLevel;
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 game.net.data.s
{
import flash.utils.ByteArray;
import game.net.data.DataBase;
import game.net.data.vo.*;
import game.net.data.IData;
public class SUseUserPsw extends DataBase
{
public var state : int;
public var progress : int;
public var id : int;
public static const CMD... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.playata.application.data.tournament
{
public class TournamentRewardType
{
public static const Unknown:int = 0;
public static const Character_PremiumCurrency:int = 1;
public static const Guild_PremiumCurrency:int = 2;
public function Tournamen... |
package starling.assets
{
import flash.utils.ByteArray;
/** This AssetFactory forwards ByteArrays to the AssetManager. It's the fallback when
* no other factory can handle an asset reference (default priority: -100). */
public class ByteArrayFactory extends AssetFactory
{
/** Creates a ne... |
/**
* 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 {
/**
* Eases, bouncing either at the beginning (easeIn), the end (easeOut), or both (easeInOut).
* <code>Bounce</code> is a convenience class that... |
// Action script...
// [Initial MovieClip Action of sprite 20492]
#initclip 13
if (!dofus.graphics.gapi.controls.conquestzonesviewer.ConquestZonesViewerVillageItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object()... |
package asunit.framework {
import flash.display.Sprite;
public class VisualTestCaseTest extends TestCase {
private var instance:Sprite;
public function VisualTestCaseTest(testMethod:String = null) {
super(testMethod);
}
protected override function setUp():void ... |
package game.net.data.vo
{
import flash.utils.ByteArray;
import game.net.data.DataBase;
import game.net.data.vo.*;
import game.net.data.IData;
public class videoUpgradeVo extends DataBase
{
public var id : int;
public var level : int;
public var exp : int;
public function videoUp... |
package laya.debug.view.nodeInfo
{
import laya.debug.tools.ClassTool;
import laya.debug.tools.StringTool;
import laya.debug.tools.WalkTools;
import laya.debug.view.nodeInfo.views.ObjectInfoView;
import laya.display.Graphics;
import laya.display.Node;
import laya.display.Sprite;
import laya.maths.GrahamScan;
im... |
package kabam.rotmg.assets {
import mx.core.*;
[Embed(source="EmbeddedData_HeroesCXML.dat", mimeType="application/octet-stream")]
public class EmbeddedData_HeroesCXML extends ByteArrayAsset {
public function EmbeddedData_HeroesCXML() {
super();
}
}
}
|
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_lostHallsObjects16x16Embed_
package kabam.rotmg.assets
{
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_lostHallsObjects16x16.png")]
public class EmbeddedAssets_lostHallsObjects16x16Embed_ extends Bitmap... |
package pvpBattlefield.command
{
import base.NarutoCommand;
import def.PluginDef;
public class OpenPvpBattlefieldCivilViewCmd extends NarutoCommand
{
public function OpenPvpBattlefieldCivilViewCmd(param1:int = 2)
{
super(param1);
}
override public function... |
package awayphysics.dynamics.vehicle {
public class AWPVehicleTuning {
public var suspensionStiffness : Number;
public var suspensionCompression : Number;
public var suspensionDamping : Number;
public var maxSuspensionTravelCm : Number;
public var frictionSlip : Number;
public var maxSuspensionForce : Numb... |
// Archer logic
#include "ArcherCommon.as"
#include "ThrowCommon.as"
#include "KnockedCommon.as"
#include "Hitters.as"
#include "RunnerCommon.as"
#include "ShieldCommon.as";
#include "Help.as";
#include "BombCommon.as";
const int FLETCH_COOLDOWN = 45;
const int PICKUP_COOLDOWN = 15;
const int fletch_num_arrows = 1;
c... |
package {
import flash.display.Sprite;
public class Main {
public function test():void {
}
}
} |
// Action script...
// [Initial MovieClip Action of sprite 20890]
#initclip 155
if (!dofus.graphics.gapi.ui.AskSecretAnswer)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!dofus.graphic... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 jp.coremind.view.interaction
{
import jp.coremind.utility.Log;
import jp.coremind.view.abstract.IElement;
import jp.coremind.view.implement.starling.buildin.TextField;
public class TextInteraction extends ElementInteraction
{
public function TextInteraction(applyTargetName:Strin... |
package flash.display3D
{
public final class Context3DBufferUsage extends Object
{
public static const STATIC_DRAW:String = "staticDraw";
public static const DYNAMIC_DRAW:String = "dynamicDraw";
public function Context3DBufferUsage()
{
super();
}
}
}... |
/*
* 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... |
/**
* Copyright (c) 2015 egg82 (Alexander Mason)
*
* 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, ... |
package com.ankamagames.dofus.network.messages.game.context.roleplay
{
import com.ankamagames.dofus.network.types.game.context.roleplay.AnomalySubareaInformation;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.... |
import Components.CrossPlatformButtons;
import Components.Meter;
import gfx.io.GameDelegate;
import skyui.components.ButtonPanel;
import skyui.defines.Input;
class JournalBottomBar extends MovieClip
{
/*var Button1_mc: CrossPlatformButtons;
var Button2_mc: CrossPlatformButtons;*/
var ButtonRect: MovieClip;
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 license... |
package {
import flash.display.MovieClip;
public class Areo extends MovieClip {
public function Areo() {
alpha = 0;
}
}
}
|
package com.ankamagames.dofus.logic.game.spin2.chat
{
import com.ankamagames.dofus.logic.common.managers.PlayerManager;
import com.ankamagames.jerakine.logger.Log;
import com.ankamagames.jerakine.logger.Logger;
import com.ankamagames.jerakine.utils.errors.SingletonError;
import flash.utils.getQuali... |
package starling.unit
{
import flash.utils.describeType;
import flash.utils.getQualifiedClassName;
public class UnitTest
{
private var mAssertFunction:Function;
public function UnitTest()
{ }
public function setUp():void
{ }
... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedData_GraveStonesCXML.xml", mimeType="application/octet-stream")]
public class EmbeddedData_GraveStonesCXML extends ByteArrayAsset {
public function EmbeddedData_GraveStonesCXML() {
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 license... |
package org.shypl.common.assets {
import flash.system.ApplicationDomain;
import flash.text.Font;
import org.shypl.common.lang.RuntimeException;
import org.shypl.common.loader.FileLoader;
import org.shypl.common.loader.SwfFile;
import org.shypl.common.loader.SwfReceiver;
import org.shypl.common.util.progress.Pr... |
package visuals.ui.base
{
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 SymbolGenericBlockerGeneric extends Sprite
{
... |
/**
* AdGroupStatsPK.as
* This file was auto-generated from WSDL by the Apache Axis2 generator modified by Adobe
* Any change made to this file will be overwritten when the code is re-generated.
*/
package com.macys.marketing.sema{
import mx.utils.ObjectProxy;
import flash.utils.ByteArray;
imp... |
package home.data
{
import com.tencent.morefun.naruto.model.BaseModel;
import serverProto.familyNinja.ProtoFamilyNinjaInfo;
import serverProto.familyNinja.ProtoFamilyNinjaTotalConf;
import serverProto.familyNinja.ProtoFamilyNinjaConf;
import home.cmd.ShowFriendShipUpgradeCommand;
import def.ModelDef;
... |
package com.company.assembleegameclient.ui.panels {
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.objects.IInteractiveObject;
import com.company.assembleegameclient.objects.Player;
import com.company.assembleegameclient.ui.panels.itemgrids.ItemGrid;
import flash.displa... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF li... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="containers.txt", mimeType="application/octet-stream")]
public class containers extends ByteArrayAsset {
public function containers() {
super();
}
}
} |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.components.darktable
{
import devoron.components.comboboxes.DSComboBox;
import org.aswing.ASColor;
import org.aswing.Container;
import org.aswing.decorators.ColorDecorator;
import org.aswing.DefaultComboBoxCellEditor;
import org.aswing.geom.Int... |
package suites.mediatorMap.medatorMaptestObj {
import mvcexpress.mvc.Mediator;
/**
* COMMENT
* @author Raimundas Banevicius (http://mvcexpress.org/)
*/
public class MediatorMapTestSpriteMediator extends Mediator {
[Inject]
public var view:MediatorMapTestSprite;
static public var TEST_MESSAGE_TYPE:String = "med... |
package net.iab.vpaid.statemachine.states
{
import flash.display.Sprite;
import net.iab.vpaid.core.AdGlobal;
import net.iab.vpaid.events.VPAIDEvent;
/**
* StateStopping dispatches events through messanger instance on exit.
* <p>AdStarted event serves as a transition trigger.</p>
* @copy net.iab.vpaid.event... |
/*
Copyright 2012-2013 Renaun Erickson
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, sof... |
/* -*- mode: java; tab-width: 4 -*- */
/* 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;
//--------------------------------------------... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 {
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 LinkedListNode(val, id, initi... |
/*
* Scratch Project Editor and Player
* Copyright (C) 2014 Massachusetts Institute of Technology
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (... |
package com.audioengine.automatization.easing
{
import com.audioengine.calculations.ICalculation;
public interface IEasing extends ICalculation
{
function get d():Number
function set d(value:Number):void
/**
* На сколько увеличится конечное значение от _b в самом конце
*/
function get c():Numb... |
package engine_starling.commandSys.core
{
import starling.animation.IAnimatable;
public class SCommandQueue implements IAnimatable
{
/**
* 队列名称
*/
private var _name:String;
private var _commandQueue:Vector.<SCommandBaseDataAgent>;
private var _commandManager:SCommandManager;
public... |
package nape.phys
{
import zpp_nape.util.ZPP_BodyList;
import zpp_nape.util.ZNPNode_ZPP_Body;
import zpp_nape.phys.ZPP_Body;
import zpp_nape.util.ZNPList_BodyIterator;
import flash._-2v;
public class BodyList extends Object
{
public function BodyList()
{
if(_-2v._-7E... |
/*
* Copyright 2012 Overstock.com and others.
*
* 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 {
import flash.display.*;
import flash.events.*;
import org.si.sion.*;
import org.si.sion.events.*;
public class main extends Sprite {
private const BadAppleURL :String = "http://assets.wonderfl.net/images/related_images/a/ad/ad5f/ad5f22e7e851e5717d5481acdb9e2951fd41eb24";//"badappl... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.