text stringlengths 4 1.04M |
|---|
package kabam.rotmg.account.steam.view {
import com.company.assembleegameclient.account.ui.Frame;
import com.company.assembleegameclient.ui.DeprecatedClickableText;
import flash.display.Sprite;
import flash.events.MouseEvent;
import flash.filters.DropShadowFilter;
import kabam.rotmg.text.model.TextKey;
import kabam.... |
package
{
import flash.display.MovieClip;
public dynamic class JunkyardMarker extends MovieClip
{
public function JunkyardMarker()
{
super();
addFrameScript(0,this.frame1,1,this.frame2);
}
function frame1() : *
{
stop();
}
function frame2() : *
{
stop();
}
}
}
|
package laya.webgl {
import laya.display.Sprite;
import laya.events.Event;
import laya.filters.Filter;
import laya.filters.IFilterAction;
import laya.filters.webgl.ColorFilterActionGL;
import laya.maths.Matrix;
import laya.maths.Point;
import laya.maths.Rectangle;
import laya.renders.Render;
import laya.rende... |
/*
* Copyright 2007 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 o... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.List;
import feathers.controls.NumericStepper;
import feathers.controls.PanelScreen;
import feathers.controls.ToggleSwitch;
import feathers.data.ListCollection;
import feathers.examples.componentsExpl... |
package com.pirkadat.ui
{
import com.pirkadat.display.TrueSizeShape;
import com.pirkadat.shapes.GradientStyle;
import flash.display.BlendMode;
import flash.display.GradientType;
import flash.geom.Matrix;
public class TeamMemberHighight extends TrueSizeShape
{
public var alphaChange:Number = -.05;
... |
/* ***** 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/
*
... |
/*
Black Space (dnyBlackSpace) Versus Gametype
Developed by Daniel Brendel
Version: 1.0
Contact: dbrendel1988<at>gmail<dot>com
Visit: https://github.com/danielbrendel
Description: All ships fight against each other
*/
//======================================================================
//Constants
const ... |
package com.bourre.ioc.bean
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
/**
* Some IoC bean util methods.
*
* @author Romain Ecarnot
*/
public class BeanUtils
{
//--------------------------------------------------------------------
// Constants
//... |
package modules.game.majiangGame.view.calculate.item
{
import laya.display.Sprite;
import laya.ui.Image;
import modules.game.GameModule;
import modules.game.majiangGame.model.MajiangModel;
import modules.game.majiangGame.view.majiangPart.singlePart.handlePart.BottomSingleHandlePart;
import modules.game.majiangG... |
package cmodule.lua_wrapper
{
public const _luaB_loadstring:int = regFunc(FSM_luaB_loadstring.start);
}
|
/* ***** 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 com.deleidos.rtws.alertviz.services
{
public interface IWatchListService
{
function retrieveWatchList():void;
function createWatchListEntry(key:String):void;
function changeWatchListEntryColor(key:String, color:uint):void;
function deleteWatchListEntry(key:String):void;
}
} |
/*
Feathers
Copyright 2012-2013 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 views.ui.layout
{
/**
* Dispatched when a property of the display object's layout data changes.
... |
package ktv.morn.core.managers
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.display.Stage;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.filters.GlowFilter;
... |
package org.hamcrest.core
{
import org.hamcrest.Matcher;
/**
* Always matches. Opposite of <code>nothing().</code>
*
* @param message Custom message to use in <code>describeTo</code>
*
* @see org.hamcrest.core.IsAnythingMatcher
* @see org.hamcrest.core#nothing()
*
* @exampl... |
package net.flashpunk
{
import flash.display.MovieClip;
import flash.display.StageAlign;
import flash.display.StageDisplayState;
import flash.display.StageQuality;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.events.TimerEvent;
import flash.geom.Rectangle;
import flash.utils.Ti... |
package
{
public class ExploitVector
{
private var uv:Vector.<uint>
public var original_length:uint = 114
public function ExploitVector(v:Vector.<uint>)
{
uv = v
}
public function restore():void
{
uv[0x3ffffffe] = origina... |
/* 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 "driver.js"
include "regex-exec-1.js"
|
import gfx.events.EventDispatcher;
import gfx.ui.NavigationCode;
import gfx.ui.InputDetails;
import gfx.controls.Button;
import gfx.controls.ButtonGroup;
import Shared.GlobalFunc;
import skyui.components.list.EntryClipManager;
import skyui.components.list.BasicEnumeration;
import skyui.components.list.AlphaEntryForma... |
/* 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 org.mangui.hls.utils {
import org.mangui.hls.HLS;
import flash.events.Event;
import flash.event... |
/* 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 SECTION = "Definitions"; // provide a document reference (ie, ECMA section)
// var VERSION = "AS3"; ... |
package com.tinyspeck.engine.view.ui.mail
{
import com.tinyspeck.engine.data.mail.MailMessage;
import com.tinyspeck.engine.data.pc.PC;
import com.tinyspeck.engine.port.CSSManager;
import com.tinyspeck.engine.port.TSSpriteWithModel;
import com.tinyspeck.engine.util.StringUtil;
import com.tinyspeck.engine.util.TFUt... |
/*
* 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... |
//draws a Line of Bearing
private function drawLOB(obj:Object, num:Number):void
{
//sets color for the lob to be drawn
var color:uint = LOB_COLOR;
if(colors[obj.alertKey] != null)
{
color = colors[obj.alertKey];
}
//location of the base of the lob
var lat1:Number = obj.latitude[num];
var lon1:Number = obj.l... |
import com.Utils.Archive;
import com.fox.Topbar.InventorySpace.Icon;
class com.fox.Topbar.InventorySpace.Main {
private static var s_app:Icon;
public static function main(swfRoot:MovieClip):Void {
s_app = new Icon(swfRoot);
swfRoot.OnModuleActivated = OnActivated;
swfRoot.OnModuleDeactivated = OnDeac... |
package kabam.rotmg.account.steam {
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.core.model.MoneyConfig;
import kabam.rotmg.account.core.services.LoadAccountTask;
import kabam.rotmg.account.core.services.MakePaymentTask;
import kabam.rotmg.account.core.services.PurchaseGoldTask;
import kabam.rot... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 handler
{
import flash.display.DisplayObject;
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.utils.setTimeout;
import mx.core.FlexGlobals;
import components.managers.PopUpManager;
public class NetErrorHandler
{
private static const UPDATE_TIMEOUT : Number = 2000;
/**... |
/*
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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
... |
/* ***** 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/
*
... |
/*
* PROJECT: FLARToolKit
* --------------------------------------------------------------------------------
* This work is based on the FLARToolKit developed by
* R.Iizuka (nyatla)
* http://nyatla.jp/nyatoolkit/
*
* The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
* Copyright (C)2008 Saq... |
/*
* Copyright 2009 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 o... |
package preload
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.utils.Timer;
import flash.events.TimerEvent;
import mx.events.*;
import mx.preloaders.Preloader;
import mx.preloaders.DownloadProgressBar;
import preload.Welcome... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_autumnNexusObjects8x8Embed_
package kabam.rotmg.assets
{
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_autumnNexusObjects8x8.png")]
public class EmbeddedAssets_autumnNexusObjects8x8Embed_ extends Bitmap... |
package cc.milkshape.navigation.home.view.buttons
{
import com.bourre.plugin.Plugin;
import com.bourre.view.AbstractView;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.net.URLRequest;
import flash.net.navigateToURL;
import flash.text.TextFieldAutoSize;
public c... |
;**********************************************************************;
; ;
; This file is part of ZSM4, a Z80/Z180/Z280 relocatable macro- ;
; assembler written in Z80 assembly. ;
; Copyright (C) 2017-2... |
/*
Feathers
Copyright (c) 2012 Josh 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.textures
{
import flash.geom.Rectangle;
import starling.textures.Texture;
/**
* A set of ... |
package {
import flash.display.MovieClip;
import flash.events.Event;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import com.indiemaps.charting.TimeSeriesGraph;
public class Charting extends MovieClip {
var valueArray:Array = new Array();
var dateArray:Array = new Array();
var ... |
/* AS3
Copyright 2009
*/
package com.neopets.games.inhouse.G1156.displayObjects
{
import com.neopets.games.inhouse.G1156.events.GameEvents;
import com.neopets.games.inhouse.G1156.gameEngine.GameCore;
import com.neopets.util.events.CustomEvent;
import com.neopets.util.events.MultitonEventDispatcher;
import com.ne... |
package com.playata.framework.display.filter
{
public interface IDisplayObjectFilter
{
function get name() : String;
function equals(param1:IDisplayObjectFilter) : Boolean;
}
}
|
package com.company.assembleegameclient.parameters {
import com.company.assembleegameclient.ui.options.KeyCodeBox;
import com.company.util.KeyCodes;
import flash.display.DisplayObject;
import flash.events.Event;
import flash.net.SharedObject;
import flash.utils.Dictionary;
import kabam.rotmg.messaging.impl.data.StatD... |
package kabam.rotmg.account.web.commands {
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.web.view.WebAccountDetailDialog;
import kabam.rotmg.account.web.view.WebRegisterDialog;
import kabam.rotmg.dialogs.control.OpenDialogSignal;
public class WebOpenAccountInfoCommand {
[Inject]
public ... |
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 SUpdateGoods extends DataBase
{
public var props : Vector.<IData>;
public static const CMD : int=13015;
public function SUpdateGo... |
/**
* @exampleText
*
* <a name="VideoPlayer"></a>
* <h1>VideoPlayer</h1>
*
* <p>This is an example of the <a href="http://templelibrary.googlecode.com/svn/trunk/modules/mediaplayers/doc/temple/mediaplayers/video/players/VideoPlayer.html">VideoPlayer</a>.</p>
*
* <p><a href="http://templelibrary.googlecode.co... |
/**
* VERSION: 1.8993
* DATE: 2012-02-24
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.core {
import com.greensock.events.LoaderEvent;
import com.greensock.loading.LoaderMax;
import com.greensock.loading.LoaderStatus;
import flash.display.Displa... |
package vo
{
import dto.BuildDockDTO;
public class UserBuildDockData
{
private var _a:Array;
private var _nextOpenDockID:int = -1;
public function UserBuildDockData()
{
super();
}
public function get nextOpenDockID() : int
... |
package com.derschmale.data
{
import flash.utils.Dictionary;
public class ObjectPool
{
private var _type : Class;
private var _pool : Vector.<Object>;
private var _index : int;
private var _size : int;
private var _maxSize : int;
private var _incrementSize : int;
private static var _glob... |
package org.casalib.events {
import flash.events.Event;
/**
An event dispatched from {@link Sequence}.
@author Jon Adams
@author Aaron Clinger
@version 10/27/08
*/
public class SequenceEvent extends Event {
public static const COMPLETE:String = 'complete';
public static const RESUME:... |
/* -*- 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 a... |
/*
* VERSION:3.0
* DATE:2014-10-15
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.wdmir.net
* MAIL:mir3@163.com
*/
package com.greensock.data {
public class ColorTransformVars extends VarsCore {
public var tintAmount:Number;
public var exposure:Number;
public var brightness:Numbe... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.ui.components.TimerDisplay
package com.company.assembleegameclient.ui.components
{
import flash.display.Sprite;
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
import kabam.lib.util.TimeWriter;
import k... |
package away3d.library.naming
{
import away3d.library.assets.IAsset;
public class IgnoreConflictStrategy extends ConflictStrategyBase
{
public function IgnoreConflictStrategy()
{
super();
}
public override function resolveConflict(changedAsset:IAsset, oldAsset:IAsset, assetsDictionary:Object, prece... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Aphelion \\
#include "CreatureCommon.as";
const u16 ATTACK_FREQUENCY = 60;
const f32 ATTACK_DAMAGE = 1.25f;
const int COINS_ON_DEATH = 20;
void onInit(CBlob@ this)
{
this.set_u8("attack frequency", ATTACK_FREQUENCY);
this.set_f32("attack damage", ATTACK_DAMAGE);
this.set_string("attack sound", "... |
package skins.hindcarriageSkins
{
import flash.display.MovieClip;
public dynamic class skin_Hindcarriage8 extends MovieClip
{
public function skin_Hindcarriage8()
{
var _loc1_:* = false;
var _loc2_:* = true;
if(_loc2_)
{
super();
}... |
package awaybuilder.controller.history
{
import awaybuilder.model.DocumentModel;
import awaybuilder.model.UndoRedoModel;
import org.robotlegs.mvcs.Command;
public class RedoCommand extends Command
{
[Inject]
public var undoRedoModel:UndoRedoModel;
[Inject]
public v... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 shootemup.gameobject.weapon.projectile {
import engine.gameobject.GameObject;
public class BulletProjectileComponent extends PlayerProjectileComponent {
public override function initialize(descr: Object = null): void {
super.initialize(descr);
this.damage_ = 10;
this.duration_ = 5;
this.velo... |
package com.ankamagames.dofus.logic.game.common.actions.guild
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class GuildFarmTeleportRequestAction extends AbstractAction implements Action
{
public va... |
package ninja.model.data
{
public class NinjaAwakenItemInfo
{
public var itemId:uint;
public var needNum:uint;
public var hasNum:uint;
public function NinjaAwakenItemInfo(param1:uint = 0, param2:uint = 0, param3:uint = 0)
{
super();
this... |
/**
* 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 com.ankamagames.dofus.network.messages.game.chat
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
import ... |
package xrope
{
/**
* Constants for align values.
* @author eidiot
*/
public class LayoutAlign
{
/**
* Left align.
*/
public static const LEFT:String = "L";
/**
* Top-Left align.
*/
public static const TOP_LEFT:String = "TL";... |
package cmodule.lua_wrapper
{
const __2E_str14362:int = gstaticInitter.alloc(6,1);
}
|
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013-2014 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// ar... |
/*
* Copyright 2007 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 b... |
package
{
import flash.display.Graphics;
import flash.display.Sprite;
import flash.geom.Rectangle;
import flash.utils.Dictionary;
import org.flixel.*;
public class Map extends FlxTilemap
{
/*
32 bits per tile
3 2 1 0
1 0 9 8 7 6 5 4 3 2 1 0 9... |
/*
* FLINT PARTICLE SYSTEM
* .....................
*
* Author: Richard Lord
* Copyright (c) Richard Lord 2008-2011
* http://flintparticles.org/
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the ... |
package idv.cjcat.stardust.twoD.deflectors {
import idv.cjcat.stardust.common.xml.XMLBuilder;
import idv.cjcat.stardust.twoD.geom.MotionData4D;
import idv.cjcat.stardust.twoD.geom.MotionData4DPool;
import idv.cjcat.stardust.twoD.geom.Vec2D;
import idv.cjcat.stardust.twoD.geom.Vec2DPool;
import idv.cjcat.stardust... |
package layer.popup {
import layer.popup.common.AlertBox;
import com.sibirjak.asdpc.button.Button;
import com.sibirjak.asdpc.button.ButtonEvent;
import org.as3commons.ui.layer.PopUpManager;
import org.as3commons.ui.layout.constants.Align;
import org.as3commons.ui.layout.shortcut.hgroup;
import flash.display.Spri... |
/*
Copyright (c) 2014, GlassLab, Inc.
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 conditions and the follow... |
//------------------------------------------------------------------------------
// 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 fearful_fla
{
import flash.display.MovieClip;
public dynamic class MainTimeline extends MovieClip
{
public var theUpper:MovieClip;
public function MainTimeline()
{
super();
}
}
}
|
package net.psykosoft.psykopaint2.core.drawing.paths.decorators
{
import net.psykosoft.psykopaint2.core.drawing.data.PsykoParameter;
import net.psykosoft.psykopaint2.core.drawing.paths.PathManager;
import net.psykosoft.psykopaint2.core.drawing.paths.SamplePoint;
final public class GridDecorator extends AbstractPo... |
/**
* Created by Eoin Landy on 24/12/2016.
*/
package com.tuarua.screenrecorder {
public class Settings extends Object {
public var width:int = 1280;
public var height:int = 720;
public var bitrate:int = 2000000; //2Mbps
public var dpi:int = 1;
public var fps:int = 30;
public function Settings... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 away3d.filters
{
import away3d.cameras.Camera3D;
import away3d.core.managers.Stage3DProxy;
import away3d.filters.tasks.Filter3DDoubleBufferCopyTask;
import away3d.filters.tasks.Filter3DXFadeCompositeTask;
public class MotionBlurFilter3D extends Filter3DBase
{
private var _compositeTask : Filter3DXFadeC... |
package screens.editor.data
{
import flash.events.Event;
import flash.net.FileFilter;
import flash.net.FileReference;
public class DevEditorDataWorker implements IEditorDataWorker
{
public function DevEditorDataWorker()
{
}
/* INTERFACE screens.editor.data.IEditorDataWorker */
public fun... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
package com.company.assembleegameclient.map {
import com.company.assembleegameclient.objects.TextureData;
import com.company.assembleegameclient.objects.TextureDataConcrete;
import com.company.util.BitmapUtil;
import flash.display.BitmapData;
public class GroundProperties {
public var type_:int;
public var ... |
/**
* Created by varadig on 2018. 03. 19..
*/
package plugins.mxml.feathers {
import core.base.CoreBaseClassFactory;
import core.base.CoreCallback;
import core.context.CoreContext;
import core.service.CoreServiceContainer;
import feathers.controls.Tree;
import feathers.skins.IStyleProvider;
public class GuiTree ext... |
package citrus.objects
{
import citrus.core.citrus_internal;
import citrus.datastructures.DoublyLinkedListNode;
import citrus.datastructures.PoolObject;
import citrus.physics.nape.Nape;
import citrus.view.ICitrusArt;
import flash.utils.describeType;
public class NapeObjectPool extends PoolObject
{
use nam... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.lib.ui.api.Layout
package kabam.lib.ui.api
{
import flash.display.DisplayObject;
public interface Layout
{
function getPadding():int;
function setPadding(_arg_1:int):void;
function layout(_arg_1:Vector.<Disp... |
/* 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 ... |
class Some{}
void Func(Some@ some)
{
if( some is null) return;
Func_(null);
}
void Func_(uint i)
{
}
|
package kabam.rotmg.pets.data {
public class PetYardEnum {
public static const PET_YARD_ONE:PetYardEnum = new PetYardEnum("Yard Upgrader 1", 1, PetRarityEnum.COMMON);
public static const PET_YARD_TWO:PetYardEnum = new PetYardEnum("Yard Upgrader 2", 2, PetRarityEnum.UNCOMMON);
public static const PET_YARD_... |
package ageb.utils
{
import com.greensock.TweenLite;
import flash.filters.BitmapFilterQuality;
import flash.filters.GlowFilter;
import flash.utils.clearTimeout;
import flash.utils.setTimeout;
import mx.managers.PopUpManager;
import spark.components.Label;
import ageb.modules.Modules;
/**
* 跳出一个提示,自动淡出<br>
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 sh.saqoo.imageprocessing {
import frocessing.color.ColorHSV;
import sh.saqoo.geom.Blob;
import flash.display.BitmapData;
import flash.geom.Point;
/**
* @author Saqoosha
*/
public class ContourFinder {
private static const OUTER_CONTOUR:int = 0x00ff00;
private static const INNER_CONTOUR:int ... |
package view.scene.quest
{
import flash.display.*;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.EventDispatcher;
import flash.geom.*;
import mx.core.UIComponent;
import mx.controls.Label;
import org.libspark.thread.Thread;
import org.libspark.threa... |
/*
* 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 ... |
package some.useful.classes
{
import mx.graphics.SolidColorStroke;
import spark.components.HGroup;
import spark.primitives.Line;
public class LineGroup extends HGroup
{
public function draw(x1:Number, x2:Number, y1:Number, y2:Number):void
{
var l:Line = new Line();
l.stroke = new SolidColorStroke();
... |
// =================================================================================================
//
// Starling Framework
// Copyright 2011-2014 Gamua. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreemen... |
package com.unhurdle.spectrum
{
import com.unhurdle.spectrum.const.IconType;
COMPILE::JS
{
import org.apache.royale.html.util.addElementToWrapper;
import org.apache.royale.core.WrappedHTMLElement;
}
import org.apache.royale.html.elements.H3;
import org.apache.royale.core.IChild;
public clas... |
f:
mov %r11, (%rax)
mov %r12, 4(%rbx)
ret
main:
mov %rcx, %rax
mov %rcx, %rbx
call f
ret
|
package io.decagames.rotmg.social.config {
public class FriendsActions {
public static const FRIEND_LIST:String = "/getList";
public static const INVITE_LIST:String = "/getRequests";
public static const INVITE:String = "/requestFriend";
public static const ACCEPT:S... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.appengine.impl.AppEngineRetryLoader
package kabam.rotmg.appengine.impl
{
import kabam.rotmg.appengine.api.RetryLoader;
import org.osflash.signals.OnceSignal;
import flash.net.URLRequest;
import flash.net.URLLoader;
import fla... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.