text stringlengths 4 1.04M |
|---|
/*
Feathers
Copyright 2012-2015 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.controls.supportClasses.BaseScreenNavigator;
import feathers.eve... |
/* ***** 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.ankamagames.dofus.internalDatacenter.items
{
import com.ankamagames.dofus.datacenter.items.Item;
import com.ankamagames.dofus.datacenter.items.criterion.GroupItemCriterion;
import com.ankamagames.jerakine.interfaces.IDataCenter;
public class TradeStockItemWrapper implements IDataCenter... |
package citrus.core.starling {
import citrus.core.CitrusEngine;
import citrus.core.State;
import starling.core.Starling;
import starling.events.Event;
import starling.utils.RectangleUtil;
import starling.utils.ScaleMode;
import flash.display.Stage3D;
import flash.events.Event;
import flash.geom.... |
/* ***** 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/
*
... |
/*
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.motion
{
import feathers.motion.effectClasses.IEffectContext;
import feathers.motion.effect... |
Array<Sprite@> sprites;
void Start()
{
return;
SubscribeToEvent("CreateSkybox", "HandleCreateSkybox");
if (GetGlobalVar("CurrentLevel").GetString() == "Level") {
Create();
}
// Register our loading step
VariantMap data;
data["Name"] = "Creating skybox";
data["Event"] = "CreateS... |
package com.tencent.morefun.naruto.plugin.ui.tooltip
{
import flash.display.BitmapData;
public dynamic class QualityBg_Down_5 extends BitmapData
{
public function QualityBg_Down_5(param1:int = 259, param2:int = 48)
{
super(param1,param2);
}
}
}
|
package org.mineap.nicovideo4as {
public class RankingPatterns {
private var _pattern_thumbImg: RegExp;
private var _pattern_video: RegExp;
public function RankingPatterns(pattern_video: RegExp, pattern_thumbImg: RegExp) {
this._pattern_thumbImg = pattern_thumbImg;
... |
package away3d.materials.compilation
{
public class ShaderRegisterData
{
public var normalVarying : ShaderRegisterElement;
public var tangentVarying : ShaderRegisterElement;
public var bitangentVarying : ShaderRegisterElement;
public var uvVarying : ShaderRegisterElement;
public var secondaryUVVarying : Sha... |
package dynamics.obstacle
{
public interface IObstacle
{
function onImpact():void;
}
} |
/**
* @mxmlc -target-player=11 -source-path=. -debug
*/
package
{
import flash.display.*;
import flash.events.*;
import flash.text.*;
import flash.utils.ByteArray;
import flash.utils.CompressionAlgorithm;
import flash.utils.Endian;
import flash.utils.Timer;
import flash.system.Security;
import... |
package com.fancynode.mvc.command
{
import com.fancynode.mvc.ns_fancynode_mvc;
import com.fancynode.mvc.notif.Notif;
import com.fancynode.mvc.utils.ClsUtil;
import avmplus.getQualifiedClassName;
use namespace ns_fancynode_mvc;
/**
* 组合命令
* @author featherJ
*
*/
public class MultiComma... |
/*
Copyright (c) 2010 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 use,
copy, modify, merge, publish, distribute, subl... |
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013-2014 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// ar... |
package com.google.zxing.qrcode.decoder
{
/**
* <p>Encapsualtes the parameters for one error-correction block in one symbol version.
* This includes the number of data codewords, and the number of times a block with these
* parameters is used consecutively in the QR code vers... |
package kabam.rotmg.assets.EmbeddedData {
import kabam.rotmg.assets.*;
import mx.core.*;
[Embed(source="xmls/EmbeddedData_TutorialObjectsCXML.xml", mimeType="application/octet-stream")]
public class EmbeddedData_TutorialObjectsCXML extends ByteArrayAsset {
public function EmbeddedData_TutorialObjectsCXML() {
... |
package com.illuzor.otherside.debug {
/**
* ...
* @author illuzor // illuzor.com
*/
public function log(...rest):void {
var string:String = rest.join(" ")
trace(string);
CONFIG::debug {
Logger.appendString(string);
}
}
} |
package com.ankamagames.atouin.types
{
import com.ankamagames.atouin.AtouinConstants;
import com.ankamagames.atouin.managers.EntitiesDisplayManager;
import com.ankamagames.atouin.renderers.TrapZoneRenderer;
import com.ankamagames.jerakine.entities.behaviours.IDisplayBehavior;
import com.ankamagames... |
/*
* Copyright 2014 Mozilla Foundation
*
* 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 agr... |
package tryonSystem
{
import ddt.data.EquipType;
import ddt.data.goods.InventoryItemInfo;
import ddt.data.player.PlayerInfo;
import ddt.manager.PlayerManager;
import flash.events.Event;
import flash.events.EventDispatcher;
import road7th.data.DictionaryData;
public class TryonModel extends E... |
package starling.animation.easing {
/**
* Cubic
* Easing equations (t**3) for the KTween class
* @author Yusuke Kawasaki
* @version 1.0
*/
public class Cubic {
/**
* Easing equation function for cubic tween
* @param t Current time (0.0: begin, 1.0:end)
* @return Current ratio (0.0: begin, ... |
package kabam.rotmg.stage3D.graphic3D {
import kabam.rotmg.stage3D.proxies.Context3DProxy;
import kabam.rotmg.stage3D.proxies.Program3DProxy;
import kabam.rotmg.stage3D.shaders.FragmentShader;
import kabam.rotmg.stage3D.shaders.FragmentShaderRepeat;
import kabam.rotmg.stage3D.shaders.VertextShader;
public class Progra... |
/**
*
* Hungry Hero Game
* http://www.hungryherogame.com
*
* Copyright (c) 2012 Hemanth Sharma (www.hsharma.com). All rights reserved.
*
* This ActionScript source code is free.
* You can redistribute and/or modify it in accordance with the
* terms of the accompanying Simplified BSD License Agreement.
*
... |
package game.net.data.c
{
import flash.utils.ByteArray;
import game.net.data.DataBase;
import game.net.data.vo.*;
import game.net.data.IData;
public class CVideoRank extends DataBase
{
public var tollgateid : int;
public static const CMD : int=34010;
public function CVideoRank()
{... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.ui.tooltip.TextToolTip
package com.company.assembleegameclient.ui.tooltip
{
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
import flash.text.TextFieldAutoSize;
import kabam.rotmg.text.view.stringBuilder.Li... |
/**
* VERSION: 0.1 (beta)
* DATE: 1/19/2010
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.GreenSock.com
**/
package com.greensock.motionPaths {
/**
* [AS3 only] Constants for defining the direction in which to travel on a MotionPath (like <code>CLOCKWISE, COUNTER_CLOCKWISE, SHORTEST,</... |
dynamic class tm.freshComponents.forms.formItems.FormItem
{
var _required: Boolean = false;
var fieldRequiredError: String = "fieldIsRequired";
var _formManager;
var _group;
var _id;
var _label;
var _target;
var _type;
function FormItem(formManager, id, label, required)
... |
package components.controls
{
import mx.controls.LinkButton;
public class LinkButton extends mx.controls.LinkButton
{
public function LinkButton()
{
super();
focusEnabled = false;
tabEnabled = false;
useHandCursor = false;
}
override public function set enabled( value : Boolean ) : 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... |
/*
* Copyright (c) 2007 Henri Torgemane
* 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* Kerneos
* Copyright (C) 2010 Bull S.A.S.
* Contact: jasmine@ow2.org
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or any later versi... |
package cmodule.lua_wrapper
{
class CRefTypemap extends CTypemap
{
private var subtype:CTypemap;
function CRefTypemap(param1:CTypemap)
{
super();
this.subtype = param1;
}
override public function fromC(param1:Array) : *
... |
/*
Dungeon Joe
By Cliff Hall <clifford.hall@futurescale.com>
Copyright(c) 2010, Futurescale, Inc. Some rights reserved.
*/
package
{
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.ProgressEvent;
import mx.events.FlexEvent;
import ... |
package com.playata.application.ui.dialogs
{
import com.playata.application.data.constants.CConstant;
import com.playata.application.data.streaming.Streaming;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.generic.button.UiButton;
import com.playata.application.... |
package
{
import feathers.examples.todos.Main;
import feathers.examples.todos.Content;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.errors.IllegalOperationError;
import flash.events.Event;
import flash.ui.ContextMe... |
package SJ.Game.data
{
import engine_starling.data.SDataBase;
/**
* 道具容器扩充配置数据
* @author sangxu
*
*/
public class CJDataOfBagExpand extends SDataBase
{
public function CJDataOfBagExpand()
{
super("CJDataOfBagExpand");
}
/** getter */
/**
* 对应json文件中固有数据的ID
*/
public function get ... |
/**
* This class handles links to games in our game's room.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author David Cary
* @since 01.15.2010
*/
package com.neopets.games.marketing.destination.capriSun.disrespectoids.widgets
{
//----------------------------------------
// IMPORTS
//--... |
package services.command.checkOut
{
import com.adobe.cairngorm.control.CairngormEvent;
import mx.collections.ArrayCollection;
import services.business.checkOut.CheckOutDelegate;
import services.cairngorm.BaseCommand;
import services.events.checkOut.UnmergeItemEvent;
public class UnmergeItemCommand extends B... |
/* 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 FinalFunctionName {
function __a1__ () { return "__a1__"; }
public function pub__a1__ () { return _... |
package com.tmtdigital.dash.display.voter
{
import com.tmtdigital.dash.display.Skinable;
import com.tmtdigital.dash.events.DashEvent;
import com.tmtdigital.dash.config.Params;
import com.tmtdigital.dash.net.Service;
import com.tmtdigital.dash.net.Gateway;
// Import all dependencies
import f... |
/*
* 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... |
package worlds.levelsInfo
{
import entities.allies.*;
import net.flashpunk.Entity;
import net.flashpunk.FP;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Spritemap;
import net.flashpunk.graphics.Text;
import net.flashpunk.utils.Input;
import net.flashpunk.World;
import meta.GraphicConstan... |
package services.events.items.management
{
import services.events.PageBaseEvent;
public class GetHotelTransactionsEvent extends PageBaseEvent
{
// ----------------------------------------------------------- //
// VARIABLES //
// ------------------------------... |
import templateLoader.mvctemplate.*
import templateLoader.mvc.*;
import templateLoader.util.*;
import templateLoader.I.*
class templateLoader.mvctemplate.FullScreenController extends AbstractController {
public function FullScreenController (model:Observable) {
super(model);
}
... |
/*
Copyright (C) 2007 Apple 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... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.li8;
import avm2.intrinsics.memory.si32;
public final class FSM___hexnan_D2A extends Machine
{
public function FSM___hexnan_D2A()
{
super();
}
... |
/* Copyright 2018 Tua Rua Ltd.
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, software
... |
/*
* Copyright 2014 Mozilla Foundation
*
* 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 agr... |
/*
Copyright (c) 2006, 2007 Alec Cove
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, di... |
package com.playata.framework.display.filter
{
public class BlurFilter implements IDisplayObjectFilter
{
public var blurX:Number;
public var blurY:Number;
public var quality:int;
public function BlurFilter(param1:Number, param2:Number, param3:int = 1)
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
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.utils.touch
{
import flash.geom.Point;
import starling.display.DisplayObject;
import star... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.packages.view.PackageOfferDialogMediator
package kabam.rotmg.packages.view
{
import robotlegs.bender.bundles.mvcs.Mediator;
import kabam.rotmg.packages.services.GetPackagesTask;
import kabam.rotmg.dialogs.control.CloseDialogsSignal;
... |
/**
* BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
*
* Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published ... |
/**
* 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 dataTypes.theme
{
public class Bool extends ThematicDataType
{
//Constructor
public function Bool()
{
super();
v = false;
}
// set and get "value"
public function get value():Boolean {
return v as Boolean;
}
public function set value(_v:Boolean):void {
v = _v;
... |
package cmodule.lua_wrapper
{
function AS3_TypeOf(param1:*) : String
{
return typeof param1;
}
}
|
package com.company.assembleegameclient.ui.tooltip.slotcomparisons {
import kabam.rotmg.constants.ActivationType;
public class ScepterComparison extends SlotComparison {
public function ScepterComparison() {
super();
}
override protected function compareSlots(itemXML:XML, curItemXML:XML):void {
... |
package bag.def
{
public class ItemTabs
{
public static const ALL:int = 0;
public static const USABLE:int = 1;
public static const CARD:int = 204;
public static const EQUIPMENT:int = 3;
public static const GEM:int = 4;
public static con... |
import com.asunit.framework.*;
class com.asunit.framework.TestCaseXml extends XML {
public static var linkageId:String = "com.asunit.framework.TestCaseXml";
public static var classRef:Function = TestCaseXml;
private var source:String;
private var callback:TestCase;
public function TestCaseXml(src:... |
package com.element.oimo.physics.constraint.joint.base {
import com.element.oimo.math.Mat33;
import com.element.oimo.math.Vec3;
import com.element.oimo.physics.constraint.joint.Joint;
import com.element.oimo.physics.constraint.joint.LimitMotor;
import com.element.oimo.physics.dynamics.RigidBody;
/**
* A transla... |
/**
* Popsicle Destination: daily prize popup.
*
* @langversion ActionScript 3.0
* @playerversion Flash 10
* @author Viviana Baldarelli
* @since 5.6.2010
*/
package com.neopets.games.marketing.destination.altadorbooths.popsiclebooth.pages
{
import com.neopets.games.marketing.destination.altadorbooths.common.D... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2010-2011 Esri
//
// All rights reserved under the copyright laws of the United States.
// You may freely redistribute and use this software, with or
// without modification, provided you include the original copyright
... |
package com.company.assembleegameclient.ui.options {
import com.company.assembleegameclient.parameters.Parameters;
import flash.events.Event;
import kabam.rotmg.text.view.stringBuilder.StringBuilder;
public class ChoiceOption extends BaseOption {
private var callback_:Function;
private var choiceBox_:Choic... |
package com.gobelins.DarkUnicorn.game.display.assets.coin {
import com.gobelins.DarkUnicorn.game.core.display.AAsset;
import com.gobelins.DarkUnicorn.game.core.display.IAsset;
import com.gobelins.DarkUnicorn.game.entities.CoinEntity;
import com.gobelins.DarkUnicorn.game.medias.Medias;
import nape.phys.Body;
impor... |
package fairygui {
import fairygui.gears.IColorGear;
import fairygui.utils.ByteBuffer;
import fairygui.utils.ToolSet;
import laya.display.Graphics;
import laya.display.Sprite;
import laya.renders.Render;
import laya.utils.HitArea;
import laya.utils.Utils;
public class GGraph extends GObject implem... |
package asx {
import asx.number.*;
import spectacular.dsl.*;
import org.hamcrest.*;
import org.hamcrest.core.*;
import org.hamcrest.object.*;
// TODO mean median mode
// TODO add, sub, mul, div, mod, pow
// TODO eq, gt, gte, lt, lte
public function NumberSpecs():void {
describe('NumberMethod... |
/*
feathers-compat
Copyright 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.textures
{
import flash.geom.Rectangle;
import starling.textures.Texture;
/**
* Slic... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li16;
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si16;
import avm2.intrinsics.memory.si32;
public final class FSM_fclose extends Machine
{
public static const intRegCount:int = 6;
... |
package game.managers
{
import game.common.JTLogger;
/**
* 单例管理器——伪单
* 所有网络数据管理器
* @author CabbageWrom
*
*/
public class JTSingleManager
{
public static var instance:JTSingleManager=null;
public var messageInfoManager:JTMessageInfoManager=null;
... |
package inobr.eft.common.ui
{
import flash.display.SimpleButton;
public dynamic class DynamicSimpleButton extends SimpleButton
{
}
} |
package nape.geom
{
import zpp_nape.util.ZPP_GeomPolyList;
public class GeomPolyIterator extends Object
{
public function GeomPolyIterator()
{
}
public static var zpp_pool:GeomPolyIterator;
public static function get(param1:GeomPolyList) : GeomPolyIterator... |
/*******************************************************************************
* The MIT License
*
* Copyright (c) 2011 Jens Struwe.
*
* 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 with... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.news.view {
import com.company.assembleegameclient.sound.SoundEffectLibrary;
import com.company.util.AssetLibrary;
import com.company.util.MoreColorUtil;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.event... |
package com.playfab
{
import com.playfab.ClientModels.*;
public class PlayFabClientAPI
{
public static function AcceptTrade(request:AcceptTradeRequest, onComplete:Function, onError:Function):void
{
if (PlayFabSettings.ClientSessionTicket == null) throw new Error("Must be logged ... |
/**
* Copyright 2010-2012 Singapore Management University
* Developed under a grant from the Singapore-MIT GAMBIT Game Lab
* 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/... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//
// $Id$
package com.threerings.msoy.world.client {
import flash.events.MouseEvent;
import flash.filters.ColorMatrixFilter;
import flash.geom.Rectangle;
import mx.containers.Canvas;
import mx.containers.Tile;
import mx.controls.Text;
import mx.core.UIComponent;
import com.threerings.io.TypedArray;
import com.thre... |
package away3d.lights
{
import away3d.arcane;
import away3d.core.base.IRenderable;
import away3d.core.partition.EntityNode;
import away3d.core.partition.LightNode;
import away3d.entities.Entity;
import away3d.errors.AbstractMethodError;
import away3d.lights.shadowmaps.ShadowMapperBase;
import flash.geom.Matrix... |
/**
* VBox.as
* Keith Peters
* version 0.9.5
*
* A layout container for vertically aligning other components.
*
* Copyright (c) 2010 Keith Peters
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.constants.ASConstantValue;
class org.actionstep.constants.NSInterfaceStyle extends ASConstantValue {
static var NSNoInterfaceStyle:NSInterfaceStyle = new NSInterfaceStyle(0);
static var NSNextStepInterfaceStyle:NSInterfaceStyle = new NSInt... |
package
{
public class Signals
{
public static const NONE :int = 0;
// system
public static const FATAL_ERROR :int = 1000;
public static const CONTROLLER_DISCONNECT :int = 1001;
public static const NETWORK_DISCONNECT :int = 1002;
public static const DEVICE_LOST :int = 1003;
public stati... |
package com.hurlant.util.asn1.parser {
import com.hurlant.util.asn1.type.ASN1Type;
import com.hurlant.util.asn1.type.AnyType;
public function any():ASN1Type {
return new AnyType;
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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.characters.deletion.view {
import com.company.assembleegameclient.ui.dialogs.Dialog;
public class DeletingCharacterView extends Dialog {
public function DeletingCharacterView() {
super(null, "DeletingCharacterView.text", null, null, "/deletingChar");
}
}
}
|
/* 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 OptionalParams.*;
import com.adobe.test.Assert;
// var SECTION = "Definitions"; ... |
package jp.coremind.view.interaction
{
import jp.coremind.asset.Grid9ImageAsset;
import jp.coremind.utility.Log;
import jp.coremind.view.abstract.IElement;
public class RoundRectInteraction extends ElementInteraction
{
private var
_assetId:String,
_color:uint,
... |
package gov.iowadot.owl.operations
{
public class GetCityBorderWKT
{
import gov.iowadot.owl.Owl;
import mx.collections.ArrayCollection;
import mx.rpc.events.ResultEvent;
protected var ws:Owl = new Owl();
//Returned Values
[Bindable]
public var WKT:String = new String();
//Parameters
private... |
package de.dittner.siegmar.logging {
import de.dittner.siegmar.utils.Values;
import de.dittner.siegmar.view.common.renderer.ItemRendererBase;
import de.dittner.siegmar.view.common.utils.FontName;
import flash.text.TextField;
import flash.text.TextFormat;
public class LogNoteItemRenderer extends ItemRendererBase {
pu... |
package com.ankamagames.dofus.logic.game.common.actions.exchange
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class ExchangeObjectMoveAction extends AbstractAction implements Action
{
public var o... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 org.as3commons.bytecode.abc
{
import org.as3commons.lang.ICloneable;
import org.as3commons.lang.IEquals;
import org.as3commons.bytecode.as3commons_bytecode;
import org.as3commons.bytecode.abc.enum.NamespaceKind;
use namespace as3commons_bytecode;
public final class LNamespace implement... |
package Base {
import flash.display.MovieClip;
import flash.display.Stage;
public class Base extends MovieClip {
public function Base() {
var mc:MovieClip = new MovieClip();
mc.graphics.beginFill(0xff0000, 1);
mc.graphics.drawRect(0, 0, 100, 100);
mc.graphics.endFill();
// constructor c... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013-2014 Andras Csizmadia
* http://www.vpmedia.eu
*
* For information about the licensing and copyright please
* contact Andras Csizmadia at andras@vpmedia.eu
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT N... |
package core {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Graphics;
import flash.display.MovieClip;
/**
* ...
* @author notSafeForDev
*/
public class TPMovieClip extends TPDisplayObject {
public var sourceMovieClip : MovieClip;
private... |
package com.playfab.GroupsModels
{
public class ListGroupApplicationsResponse
{
public var Applications:Vector.<GroupApplication>;
public function ListGroupApplicationsResponse(data:Object=null)
{
if(data == null)
return;
if(data.Applications) { ... |
package kabam.rotmg.ui.view {
import com.company.assembleegameclient.screens.NewCharacterScreen;
import com.company.assembleegameclient.screens.charrects.CharacterRectList;
import flash.events.MouseEvent;
import io.decagames.rotmg.seasonalEvent.data.SeasonalEventModel;
import io.decagames.rotmg.seasonalE... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.