CombinedText stringlengths 4 3.42M |
|---|
package fairygui.tree
{
import fairygui.GComponent;
public class TreeNode
{
private var _data:Object;
private var _parent:TreeNode;
private var _children:Vector.<TreeNode>;
private var _expanded:Boolean;
private var _tree:TreeView;
private var _cell:GComponent;
private var _level:int;... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//----------------------------------------------------------------------------------------------------
// SiON effect basic class
// Copyright (c) 2009 keim All rights reserved.
// Distributed under BSD-style license (see org.si.license.txt).
//-------------------------------------------------------------------------... |
package com.heyzap.sdk.extensions.applovin {
import flash.events.EventDispatcher;
public class Dummy extends EventDispatcher {
//Nothing goes here.
}
}
|
package kabam.rotmg.game.view {
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.core.signals.OpenMoneyWindowSignal;
import kabam.rotmg.account.core.view.RegisterPromptDialog;
import kabam.rotmg.dialogs.control.OpenDialogSignal;
import robotlegs.bender.bundles.mvcs.Mediator;
public class MoneyChang... |
package user.data
{
public class UserStateCfgInfo
{
public var id:int;
public var name:String;
public var refList:Array;
public var conflictList:Array;
public var trueRefList:Array;
public var falseRefList:Array;
public va... |
package com.company.assembleegameclient.game {
import com.company.assembleegameclient.map.AbstractMap;
import com.company.assembleegameclient.map.Camera;
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.tutorial.Tutorial;
import flash.display.Sprite;
import kabam.rotm... |
package kabam.rotmg.account.core.services {
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.core.model.PlayerModel;
public class VerifyAgeTask extends BaseTask {
[Inject]
public v... |
package com.gobelins.DarkUnicorn.core.engine.collision {
/**
* @author Tony Beltramelli - www.tonybeltramelli.com
*/
public class ColorCollisionDescripter {
public var color : uint;
public var bMinus : uint;
public var bPlus : uint;
public var gMinus : uint;
public var gPlus : uint;
public var rMinus ... |
package ddt.view.tips
{
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.image.ScaleBitmapImage;
import com.pickgliss.ui.text.FilterFrameText;
import com.pickgliss.ui.tip.BaseTip;
import com.pickgliss.ui.tip.ITransformableTip;
import com.pickgliss.utils.ObjectUtils;
import flash.di... |
package org.papervision3d.core.effects.view {
import org.papervision3d.cameras.Camera3D;
import org.papervision3d.core.math.Matrix3D;
import org.papervision3d.core.proto.CameraObject3D;
import org.papervision3d.view.BasicView;
import org.papervision3d.view.Viewport3D;
import flash.events.Event;
import flash.ge... |
package kabam.rotmg.dailyLogin.view {
import com.company.assembleegameclient.util.TextureRedrawer;
import com.company.util.AssetLibrary;
import com.company.util.GraphicsUtil;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.GraphicsPath;
import flash.display.GraphicsSolidFill;
import ... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.PageIndicator;
import feathers.controls.PanelScreen;
import feathers.layout.AnchorLayout;
import feathers.layout.AnchorLayoutData;
import feathers.system.DeviceCapabil... |
package com.phono.impl
{
import com.phono.Player;
import flash.events.*;
import flash.media.SoundTransform;
import flash.net.NetConnection;
import flash.net.NetStream;
public class RtmpPlayer implements Player
{
private var _volume:Number = 1.0;
private var _url:String = null;
p... |
package age.renderers
{
import flash.geom.Vector3D;
/**
* 规定了 3D 显示对象<br>
* 目前比较简单,只有 z 轴相关的设定
* @author zhanghaocong
*
*/
public interface IDisplayObject3D extends IArrangeable
{
/**
* 设置或获取尺寸
* @return
*
*/
function get scale():Number;
function set scale(value:Number):void;
/**
*... |
/*
* 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 (... |
/*
* LogMeister for ActionScript 3.0
* Copyright © 2011 Base42.nl
* All rights reserved.
*
* http://github.com/base42/LogMeister
*
* 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 w... |
package com.playata.application.ui.elements.generic
{
import com.playata.framework.application.Environment;
import com.playata.framework.core.Runtime;
import com.playata.framework.display.ui.Direction;
import com.playata.framework.display.ui.TextFieldAutoAdjustWidthHeight;
import com.playata.framework.di... |
// 6.2.05
// 7.8.05
// GP MOVIE MAIN OBJECT MANAGER
dynamic class GPMainObject extends managers.MovieSetup{
// variables specific to this instance of moviesetup
public var SiteGround:MovieClip;
var MainContainer:MovieClip;
var TransitionCtrl:Object;
var FooterArea:MovieClip;
var MenuArea:MovieClip;
var L... |
package roomList
{
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.UICreatShortcut;
import com.pickgliss.ui.controls.ScrollPanel;
import com.pickgliss.ui.controls.container.VBox;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.ui.image.ScaleBitmapImage;
import com.p... |
package as3func.lang
{
import as3func.lang.DebugPosition;
public function getCallerInfo():DebugPosition
{
var stackLine:String = new Error().getStackTrace().split( "\n", 4 )[3];
var functionName:String = stackLine.match( /\w+\(\)/ )[0];
var classMatchs:Array = stackLine.match( /(?<=\/)\w+?(?=.as:)/ );
v... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package org.aswing.layouts
{
import org.aswing.layout.EmptyLayout;
import org.aswing.Component;
import org.aswing.Container;
import org.aswing.geom.IntDimension;
import org.aswing.geom.IntRectangle;
import org.aswing.Insets;
/**
* Simple <code>LayoutManage... |
/*
Copyright (c) 2010, Adobe Systems Incorporated
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright notice,
this list of co... |
package kabam.rotmg.news.view {
import flash.display.Sprite;
import flash.events.TimerEvent;
import flash.text.TextField;
import flash.utils.Timer;
import kabam.rotmg.core.StaticInjectorContext;
import kabam.rotmg.text.model.FontModel;
public class NewsTicker extends Sprite {
private static var pendingScrollTex... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.*;
import org.actionstep.constants.*;
import org.actionstep.test.*;
/**
* Test for the <code>org.actionstep.NSTabView</code> class.
*
* @author Richard Kilmer
*/
class org.actionstep.test.ASTestTabView {
public static function test() {
... |
package spark.components {
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.KeyboardEvent;
import flash.ui.Keyboard;
import mx.binding.utils.BindingUtils;
import mx.collections.ArrayCollection;
import mx.collections.IList;
import org.flexunit.assert... |
package player
{
import flash.display.Loader;
import flash.events.Event;
import flash.media.Sound;
import flash.net.URLRequest;
import flash.system.ApplicationDomain;
import flash.system.LoaderContext;
import flash.utils.Dictionary;
import flash.utils.getDefinitionByName;
publi... |
package Box2DAS.Collision {
import Box2DAS.*;
import Box2DAS.Collision.*;
import Box2DAS.Collision.Shapes.*;
import Box2DAS.Common.*;
import Box2DAS.Dynamics.*;
import Box2DAS.Dynamics.Contacts.*;
import Box2DAS.Dynamics.Joints.*;
import cmodule.Box2D.*;
public class b2Manifold extends b2Base {
publi... |
package com.ankamagames.dofus.network.messages.game.friend
{
import com.ankamagames.dofus.network.ProtocolTypeManager;
import com.ankamagames.dofus.network.types.game.friend.FriendInformations;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDat... |
package com.playata.application.ui.elements.goal
{
import com.playata.application.data.character.Character;
import com.playata.application.data.goal.GoalFilter;
import com.playata.application.data.goal.GoalValue;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.ge... |
/**
*/
package away3d.filters.tasks
{
import away3d.cameras.Camera3D;
import away3d.core.managers.Stage3DProxy;
import away3d.debug.Debug;
import away3d.errors.AbstractMethodError;
import com.adobe.utils.AGALMiniAssembler;
import flash.display3D.Context3DProgramType;
import flash.display3D.Context3DTextur... |
package tests.delay
{
import org.flixel.*;
import org.flixel.plugin.photonstorm.*;
import tests.TestsHeader;
public class DelayTest1 extends FlxState
{
// Common variables
public static var title:String = "Delay 1";
public static var description:String = "Example of the FlxDelay timer class";
private var... |
package com.logicom.geom
{
public class Segment
{
public function Segment(pt1:IntPoint, pt2:IntPoint)
{
this.pt1 = pt1;
this.pt2 = pt2;
}
public function swapPoints():void
{
var temp:IntPoint = pt1;
pt1 = pt2;
pt2 = temp;
}
public var pt1:IntPoint;
public var pt2:IntPoint;
}
} |
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013-2014 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// ar... |
/**
* 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 {
/**
* @private
* Eases out, bouncing at the end.
*
* <p><strong>Copyright 2014, GreenSock. All rights reserved.</strong> This work is subject t... |
;**********************************************************************;
; ;
; This file is part of ZSM4, a Z80/Z180/Z280 relocatable macro- ;
; assembler written in Z80 assembly. ;
; Copyright (C) 2017-2... |
/**
* Created by varadig on 25/11/16.
*/
package plugins.mxml.feathers {
import core.base.CoreBaseClassFactory;
import core.base.CoreCallback;
import core.context.CoreContext;
import core.service.CoreServiceContainer;
import feathers.controls.PickerList;
public class GuiPickerList extends PickerList {
public va... |
package com.huawei.sdnc.model.ifm.ifmAm4.am4CfgAddr
{
public class Am4CfgAddr
{
public function Am4CfgAddr()
{
}
//所需要遍历的设备loopback地址
public var ifIpAddr:String;
//掩码
public var subnetMask:String;
public var addrType:String;
}
} |
intrinsic class flash.filters.GlowFilter extends flash.filters.BitmapFilter {
var blurX : Number;
var blurY : Number;
var knockout : Boolean;
var strength : Number;
var quality : Number;
var inner : Boolean;
var alpha : Number;
var color : Number;
function GlowFilter(color : Number, alpha : Number... |
/* 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 {
if (CONFIG::desktop) {
var start:Number=new Date();
var b:boids=new boids(100);
... |
package feathers.tests
{
import feathers.controls.TextInput;
import feathers.controls.TextInputState;
import feathers.controls.text.StageTextTextEditor;
import feathers.core.FocusManager;
import feathers.events.FeathersEventType;
import flash.events.FocusEvent;
import flash.ui.Keyboard;
import org.flexunit.As... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.gamesparks.api.requests
{
import com.gamesparks.api.responses.*;
import com.gamesparks.*;
/**
* Consumes a given amount of the specified virtual good.
*/
public class ConsumeVirtualGoodRequest extends GSRequest
{
function ConsumeVirtualGoodRequest(gs:GS)
{
super(gs);
data["@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 li... |
// =================================================================================================
//
// Starling Framework
// Copyright Gamua GmbH. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.
//... |
package com.greensock.plugins
{
import com.greensock.TweenLite;
import com.greensock.core.PropTween;
public class RoundPropsPlugin extends TweenPlugin
{
public static const API:Number = 1;
protected var _tween:TweenLite;
public function RoundPropsPlugin()
... |
//
// $Id$
package com.threerings.msoy.room.client {
import com.threerings.io.TypedArray;
import com.threerings.util.Log;
import com.threerings.util.ResultListener;
import com.threerings.presents.client.Client;
import com.threerings.presents.client.ClientEvent;
import com.threerings.presents.dobj.MessageAdapter;
im... |
/**
* @author Peter Hansen
* @copyright p3337.de All rights reserved.
*/
package de.p3337.straightouttaspace.Utils
{
public class Dimensions
{
public var width:Number;
public var height:Number;
public function Dimensions(width:Number = 0, height:Number = 0)
{
this.width = width;
this.height = heig... |
package com.hendrix.collection.SetData
{
import com.hendrix.collection.common.interfaces.IDisposable;
import flash.utils.Dictionary;
/**
* a common implementation of a Set data structure
* @author Tomer Shalev
*/
public class Set implements IDisposable
{
private var _mapElementsMembership:... |
/**
* Copyright (c) 2009 coltware.com
* http://www.coltware.com
*
* License: LGPL v3 ( http://www.gnu.org/licenses/lgpl-3.0-standalone.html )
*
* @author coltware@gmail.com
*/
package com.coltware.airxmail.imap.command
{
public class NoopCommand extends IMAP4Command
{
public function NoopCommand()
{
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
stop();
import flash.display.Sprite;
import flash.events.TouchEvent;
import tw.tuic.TagEvent;
Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;
var detector:TUICdetector = new TUICdetector(0,0,768,1024,true);
//setup your DetectArea's size and coordinate areaX,areaY,areaW,areaH,debugmode's on & off
//ex: ... |
package com.playata.application.data.optical_changes
{
import com.playata.application.data.constants.COpticalChange;
import com.playata.application.data.constants.COpticalChangeEffect;
import com.playata.application.platform.ServerInfo;
import com.playata.framework.display.SpineDisplayObject;
import com.... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 flash.display
{
final public class GraphicsEndFill extends Object implements IGraphicsFill, IGraphicsData
{
public function GraphicsEndFill()
{
return;
}// end function
}
}
|
package widgets.TOCGroup.toc.tocClasses
{
import flash.events.EventDispatcher;
public class MenuItem extends EventDispatcher
{
public var icon:Object;
public var label:String;
[Bindable] public var isGroup:Boolean;
public var id:String;
}
} |
package com.ankamagames.dofus.network.messages.game.actions.fight
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
... |
package background
{
import assets.Assets;
import starling.display.Sprite;
import starling.events.EnterFrameEvent;
import starling.events.Event;
import starling.textures.Texture;
public class Background extends Sprite
{
static private const PARALLAX_VALUES:Array = [0.05, 0.25, 0.5, 1];
static private const... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.aswing3d.plaf.basic{
import flash.events.Event;
import flash.events.MouseEvent;
import org.aswing.AbstractButton;
import org.aswing.ASFont;
import org.aswing.Icon;
import org.aswing.Insets;
import org.aswing.lookandfeel.plaf.BaseComponentUI;
import org... |
package com.company.assembleegameclient.ui.tooltip.slotcomparisons {
import flash.utils.Dictionary;
import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder;
public class SlotComparison {
static const BETTER_COLOR:uint = 65280;
static const WORSE_COLOR:uint = 16711680;
... |
package utils.object
{
import flash.net.registerClassAlias;
import flash.utils.ByteArray;
import flash.utils.getQualifiedClassName;
/**
* Creates a duplicate of the source object by storing it in a ByteArray and reading it back in,
* The object will return untyped so you may need to cast it to the desired cla... |
package net.flashpunk.utils
{
import flash.display.Stage;
import flash.events.KeyboardEvent;
import flash.events.MouseEvent;
import flash.ui.Keyboard;
import net.flashpunk.*;
/**
* Static class updated by Engine. Use for defining and checking keyboard/mouse input.
*/
public class Input
{
/**
* An up... |
//------------------------------------------------------------------------------
// 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 org.docksidestage.dbflute.flex.ex {
import org.docksidestage.dbflute.flex.bs.BsWhiteSelfReference;
/**
* The entity of WHITE_SELF_REFERENCE.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
[RemoteClass(alias="org.... |
package websocket.hurlant.crypto.rsa
{
import flash.utils.ByteArray;
import websocket.hurlant.crypto.prng.Random;
import websocket.hurlant.crypto.tls.TLSError;
import websocket.hurlant.math.BigInteger;
import websocket.hurlant.util.Memory;
public class RSAKey
{
public var e... |
package dagd.core {
import flash.display.MovieClip;
/**
* This is the abstract base class for all Scenes.
*/
public class Game extends MovieClip {
public var gameTitle:String = "Superfun Game";
public var creatorName:String = "Nickles McPickles";
public var bannerImage:Class = null;
/**
* This m... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.lessrain.project.model.vo {
/**
* @author lessintern
*/
public class ToolData extends BuyableData {
public static const TYPE:String = 'tool';
private var _subtools:Vector.<ToolData>;
private var _level:int;
private var _parent : ToolData;
private var _position : Number;
public functi... |
/*
*
* Copyright (c) 2013 Sunag Entertainment
*
* 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... |
/*
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... |
/**
* AESKeyTest
*
* A test class for AESKey
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.tests
{
import com.hurlant.crypto.prng.Random;
import com.hurlant.crypto.symmetric.AESKey;
import com.hurlant.crypto.symmetric.ECBMode;
import co... |
// Slayer animations
#include "UndeadSlayerCommon.as";
#include "RunnerAnimCommon.as";
#include "RunnerCommon.as";
#include "KnockedCommon.as";
const string shiny_layer = "shiny bit";
void onInit(CSprite@ this)
{
string texname = "UndeadSlayer.png";
this.ReloadSprite(texname, this.getConsts().frameWidth, this.getC... |
package coco.layout
{
import coco.core.UIComponent;
/**
* 1
* 2
* 3
*
* @author Coco
*
*/
public class VerticalOrderLayout extends LayoutBase
{
public function VerticalOrderLayout()
{
super();
}
... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package utils.misc {
import mx.controls.listClasses.ListItemRenderer;
public class List_Item_Renderer_Disableable extends ListItemRenderer {
private var _enabled:Boolean = true;
pub... |
package org.gestouch.gestures
{
import org.gestouch.core.Gestouch;
import org.gestouch.core.GestureState;
import org.gestouch.core.GesturesManager;
import org.gestouch.core.IGestureTargetAdapter;
import org.gestouch.core.Touch;
import org.gestouch.core.gestouch_internal;
import org.gestouch.events.GestureEvent;
... |
class monster
{
int level;
void calculate_necessary_experience(int level_to_check=this.level)
{
level_to_check=1;
}
void act()
{
calculate_necessary_experience();
}
}
|
package kabam.rotmg.game.view.components {
import com.company.assembleegameclient.objects.Player;
import flash.events.MouseEvent;
import kabam.rotmg.ui.signals.UpdateHUDSignal;
import kabam.rotmg.ui.view.StatsDockedSignal;
import robotlegs.bender.bundles.mvcs.Mediator;
public class StatsMediator e... |
// makeswf -v 7 -s 200x150 -r 1 -o text-field-hscroll.swf text-field-hscroll.as
createTextField ("t", 0, 0, 0, 100, 32);
var tf = new TextFormat ();
tf.font = "Bitstream Vera Sans";
t.setNewTextFormat (tf);
t.border = true;
t.text = "Hello\nWorld\nHey";
tf.size = 24;
t.setTextFormat (0, 5, tf);
trace (t.scroll);
tra... |
package {
public class Main {
public function Main() {
var intValue:int = 1 >>> 1
}
}
} |
package components.controls
{
import flash.filters.DropShadowFilter;
import spark.components.Group;
public class Panel extends Group
{
private var _color : uint = 0x333333;
public function Panel()
{
super();
filters = [ new DropShadowFilter( 2, 135 ) ];
}
public function get color() : uint... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.ui.tooltip.slotcomparisons.GenericArmorComparison
package com.company.assembleegameclient.ui.tooltip.slotcomparisons
{
import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder;
public class GenericArmorCompari... |
/**
* Created by tsangwailam on 11/8/14.
*/
package digicrafts.extensions.adapter {
import digicrafts.extensions.core.AbstractAdaper;
import digicrafts.extensions.data.AdNetworkType;
public class InMobiAdapter extends AbstractAdaper {
public var interstitial:String='';
public var banner:String='';
publ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 serverProto.cardpack
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
impor... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
public final class FSM_luaH_getn extends Machine
{
public function FSM_luaH_getn()
{
super();
}
public static function start() : void... |
///////////////////////////////////////////////////////////////////////////
// Copyright (c) 2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:... |
package serverProto.team
{
import com.netease.protobuf.Message;
import com.netease.protobuf.WritingBuffer;
import flash.utils.IDataInput;
import com.netease.protobuf.ReadUtils;
public final class ProtoDissolutionTeamRequest extends Message
{
public function ProtoDissolutionTeamReques... |
package giftSystem.element
{
import bagAndInfo.cell.CellFactory;
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.ui.text.FilterFrameText;
import com.pickgliss.utils.ObjectUtils;
import ddt.data.goods.ShopItemInfo;
import ddt.manager.LanguageM... |
/*
* 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 o... |
package com.gestureworks.cml.elements
{
import com.gestureworks.cml.elements.TouchContainer;
import com.gestureworks.cml.events.StateEvent;
import com.gestureworks.cml.managers.*;
import com.greensock.events.LoaderEvent;
import com.greensock.loading.ImageLoader;
import flash.display.*;
import flash.events.*;
... |
package flare.query.methods
{
import flare.query.Sum;
/**
* Creates a new 'sum' <code>Arithmetic</code> query operator.
* @param expr the input expression
* @return the new query operator
*/
public function sum(expr:*):Sum
{
return new Sum(expr);
}
} |
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com
// All rights reserved.
package core.editor.operations
{
import flash.events.Event;
import flash.events.EventDispatcher;
import core.appEx.core.contexts.IVisualContext;
import core.app.core.managers.fileSystemProviders.IFileSystemProvider;
import core.... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013 Andras Csizmadia
* http://www.vpmedia.eu
*
* For information about the licensing and copyright please
* contact us at info@vpmedia.eu
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO T... |
package com.playfab.ServerModels
{
public class GetPlayFabIDsFromSteamIDsRequest
{
public var SteamStringIDs:Vector.<String>;
public function GetPlayFabIDsFromSteamIDsRequest(data:Object=null)
{
if(data == null)
return;
SteamStringIDs = data.Stea... |
package io.decagames.rotmg.seasonalEvent.commands {
import io.decagames.rotmg.seasonalEvent.tasks.GetChallengerListTask;
import kabam.lib.tasks.BranchingTask;
import kabam.lib.tasks.DispatchSignalTask;
import kabam.lib.tasks.Task;
import kabam.lib.tasks.TaskMonitor;
import kabam.rotmg.core.model.Playe... |
/*
* Copyright 2007-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 ap... |
/**
* ...
* @author ElTorqiro
*/
import com.Utils.Archive;
import com.Utils.Signal;
import com.GameInterface.Game.Shortcut;
import com.GameInterface.Game.ShortcutData;
import com.GameInterface.SpellData;
import com.GameInterface.Spell;
import com.GameInterface.Utils;
import com.GameInterface.UtilsBase;
import com.... |
package services.command.frontend
{
import com.adobe.cairngorm.control.CairngormEvent;
import services.business.frontend.SetAssignCheckInDataDelegate;
import services.cairngorm.BaseCommand;
import services.events.frontend.SetAssignCheckInDataEvent;
public class SetAssignCheckInDataCommand extends BaseCommand
{... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.