CombinedText stringlengths 4 3.42M |
|---|
package
{
import Shared.AS3.BSUIComponent;
public dynamic class BracketPairFadeHolder extends BSUIComponent
{
public function BracketPairFadeHolder()
{
super();
}
}
}
|
package serverProto.guild
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
impo... |
package model
{
// import net.*;
import flash.events.Event;
import flash.events.EventDispatcher;
import org.libspark.thread.Thread;
import model.utils.ReLoaderThread;
import model.utils.*;
/**
* ショップクラス
* 情報を扱う
*
*/
public class Shop extends BaseModel
{
... |
package laya.webgl.text {
public class FontInContext {
/*[DISABLE-ADD-VARIABLE-DEFAULT-VALUE]*/
public static var EMPTY:FontInContext =/*[STATIC SAFE]*/ new FontInContext();
private static var _cache:Object = {};
public static function create(font:String):FontInContext {
var r:FontInContext = _cache... |
package com.napkee.managers
{
import com.napkee.NapkeeApplication;
import flash.desktop.NativeApplication;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.NativeWindow;
import flash.events.Event;
import flash.ui.Keyboard;
import mx.core.FlexGlobals;
imp... |
package
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.filters.BlurFilter;
import flash.media.SoundTransform;
import flash.utils.ByteArray;
import org.superkaka.kakalib.core.Engine;
import org.superkaka.kakalib.events.GlobalEventDispatcher;
import org... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 ... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.game.signals.SetWorldInteractionSignal
package kabam.rotmg.game.signals
{
import org.osflash.signals.Signal;
public class SetWorldInteractionSignal extends Signal
{
public function SetWorldInteractionSignal()
{
... |
package kabam.rotmg.account.core.control {
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.core.view.RegisterPromptDialog;
import kabam.rotmg.dialogs.control.OpenDialogSignal;
import robotlegs.bender.framework.api.IGuard;
public class IsAccountRegisteredGuard implements IGuard {
... |
package quickb2.utils.prop
{
/**
* ...
* @author ...
*/
public interface qb2I_PropBlockListener
{
function onPropertyChanged(property:qb2Prop):void;
}
} |
import templateMp3.util.*;
import templateMp3.mvc.*
import templateMp3.I.*
import templateMp3.mvcMp3.*;
class templateMp3.mvcMp3.TimeController extends AbstractController {
////////////////////////////////////////////////////////////////////////////////
public function TimeController (model:Observa... |
package tests.controls
{
import org.flixel.*;
import org.flixel.plugin.photonstorm.*;
import tests.TestsHeader;
public class ControlTest1 extends FlxState
{
// Common variables
public static var title:String = "Controls 1";
public static var description:String = "Basic cursor key movement";
private var i... |
package bitfade.easing {
public class Circ {
public static function In(t:Number, b:Number, c:Number, d:Number):Number {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
}
public static function Out(t:Number, b:Number, c:Number, d:Number):Number {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
}
public static... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 ... |
package services.events
{
import com.adobe.cairngorm.control.CairngormEvent;
/**
* The LocaleEvent class represents the event object dispatched by the LocaleManager.
*
* @author Anton Kirzyk / Ramada
* @version $Revision 1.0 $ $Date: 2009/06/20
*/
public class LocaleEvent extends ... |
/* ***** 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 road7th.utils
{
import flash.geom.Point;
import flash.text.TextField;
import flash.utils.ByteArray;
public class StringHelper
{
private static var blankSpaceType:Array = [9,61656,59349,59350,59351,59352,59353,59354,59355,59355,59356,59357,59358,59359,59360,59361,59362,59363,59364... |
package controls
{
import flash.display.Loader;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.utils.ByteArray;
import flash.utils.Timer;
import mx.controls.Button;
public class SplashScreen extends Loader
{
[ Embed(source="../assets/logo/i... |
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com
// All rights reserved.
package core.editor.ui.panels
{
import flash.events.Event;
import core.ui.util.CoreDeserializer;
import core.editor.CoreEditor;
import core.ui.components.Button;
import core.ui.components.List;
import core.ui.components.Panel... |
/////////////////////////////////////////////////////////////////////////////////////
//
// Hummingbird Framework Template
// ==============================
//
// Copyright 2013 Pascal ECHEMANN.
// All Rights Reserved.
//
// NOTICE: The author permits you to use, modify, and distribute this file
... |
package com.playfab.ClientModels
{
public class RedeemCouponRequest
{
public var CatalogVersion:String;
public var CharacterId:String;
public var CouponCode:String;
public function RedeemCouponRequest(data:Object=null)
{
if(data == null)
retu... |
package core.utils
{
import dragonBones.core.DragonBones;
import dragonBones.utils.ConstValues;
public function formatDataToCurrentVersion(xml:XML):XML
{
var frameRate:uint = uint(xml.@[A_FRAME_RATE]);
var newXML:XML =
<{ConstValues.DRAGON_BONES}
{ConstValues.A_VERSION}={DragonBones.DATA_VERSION}
... |
package com.playfab.GroupsModels
{
public class CreateGroupRoleRequest
{
public var Group:EntityKey;
public var RoleId:String;
public var RoleName:String;
public function CreateGroupRoleRequest(data:Object=null)
{
if(data == null)
return;
... |
package starling.animation
{
import starling.events.EventDispatcher;
import starling.utils.Color;
public class Tween extends EventDispatcher implements IAnimatable
{
private static const HINT_MARKER:String = "#";
private static var sTweenPool:Vector.<Tween> = new Vector.<Tween>... |
package visuals.ui.elements.stream
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabel;
import com.playata.framework.display.lib.flash.FlashSprite;
import com.playata.framework... |
package com.company.assembleegameclient.map.mapoverlay {
import com.company.assembleegameclient.map.Camera;
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.parameters.Parameters;
import com.company.util.GraphicsUtil;
import flash.display.CapsStyle;
import flash.display... |
/*
* 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 ... |
class XmlParse
{
// Constants:
public static var CLASS_REF = XmlParse;
var werte:Array = new Array(96);
var zeitwerte:Array = new Array(96);
var value_reading;
var value_timestamp;
var timeXML:XML;
var timeDayXML:XML;
var boundXML:XML;
var baseURL:String = "http://localhost:3000";
var _high:Number;
var _... |
/*
* =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 SJ.Game.activity
{
import SJ.Game.data.config.CJDataOfActivityPropertyList;
import SJ.Game.data.json.Json_activity_progress_setting;
import SJ.Game.formation.CJItemTurnPageBase;
import SJ.Game.lang.CJLang;
import engine_starling.display.SScale9Plane;
import feathers.controls.ImageLoader;
import feath... |
package com.ankamagames.dofus.logic.game.common.actions.mount
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class PaddockSellRequestAction extends AbstractAction implements Action
{
public var pric... |
; ModuleID = 'T'
define void @main() {
__tmp:
%0 = call float @T_id(float 1.000000e+00)
call void @print_float(float %0)
ret void
}
define float @T_id(float) {
__tmp:
%1 = call float @sin(float %0)
call void @print_float(float %1)
ret float %1
}
declare float @sin(float)
declare void @print_float(float)... |
package cmodule.decry
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
public final class FSM_free extends Machine
{
public static const intRegCount:int = 2;
public static const NumberRegCount:int = 0;
public var i0:int;
... |
/* 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 = "15.2.1.2";
// var VERSION = "ECMA_1";
// var TITLE =... |
/**
* Created by ricardo_neves at bytesfromouterspace.com on 28/02/2015.
*/
package com.bytesfromouterspace.stockbrokers.view {
import com.bytesfromouterspace.stockbrokers.controller.StockShareController;
import com.bytesfromouterspace.stockbrokers.event.StockShareEvent;
import com.bytesfromouterspace.sto... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
class Control extends MovieClip
{
public var play_mc:MovieClip;
public var pause_mc:MovieClip;
public var background_mc:MovieClip;
public var initialState:String;
public var realWidth:Number;
public var state:String;
public var addListener:Function;
public var removeListener:Function;
private... |
package away3d.materials.passes
{
import away3d.animators.IAnimationSet;
import away3d.animators.data.AnimationRegisterCache;
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.core.base.IRenderable;
import away3d.core.managers.AGALProgram3DCache;
import away3d.core.managers.Stage3DProxy;
impor... |
package {
public class Main {}
}
class Foo extends Object {
override $(EntryPoint)hasOwnProperty
}
class Object {
AS3 function hasOwnProperty (V:*=null) : Boolean {}
} |
table goaPart
"Partial GO Association. Useful subset of goa"
(
string dbObjectId; "Database accession - like 'Q13448'"
string dbObjectSymbol; "Name - like 'CIA1_HUMAN'"
string notId; "(Optional) If 'NOT'. Indicates object isn't goId"
string goId; "GO ID - like 'GO:0015888'"
string aspect; " ... |
package npc.commands
{
import npc.cfgs.BaseNpcCfg;
public class GetNpcInSceneCommand extends BaseNpcCommand
{
public var npcList:Vector.<BaseNpcCfg>;
public function GetNpcInSceneCommand()
{
super();
}
}
}
|
/**
* ---------------------------------------------------------------------------
* Copyright (C) 2008 0x6e6562
*
* 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 lib.engine.iface.game
{
/**
* 游戏更新接口
* @author caihua
*
*/
public interface IGameUpdate
{
/**
* 更新接口
* @param currenttime 当前时间
* @param escapetime 流逝时间
*
*/
function update(currenttime:Number,escapetime:Number):void;
}
} |
package ru.mail.data.vo
{
/**
* Value object with transformation matrix
*
* @author v.demidov
*
*/
public class ImageTransformVO
{
public static const TYPE_PNG:String = 'image/png';
public static const TYPE_JPEG:String = 'image/jpeg';
public var sx:Number = 0;
public var sy:Number = 0;
public... |
/*
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.layout
{
/**
* Constants that define an orientation or set of orientations.
*/
public c... |
package starling.display
{
import starling.display.IGraphicsData;
import starling.display.materials.IMaterial;
import flash.geom.Matrix;
/**
* ...
* @author Henrik Jonsson
*/
public class GraphicsMaterialFill implements IGraphicsData
{
protected var mMaterial:IMaterial;
protected var mMatrix:Matrix;... |
/**
* Created by joseph.labrecque on 12/2/2014.
*/
package edu.du.captions.utils {
public class TimeFormatter {
public function TimeFormatter() {}
public function seconds2HMS(raw_seconds:int):String {
var hours:int = Math.floor(raw_seconds/3600);
var minutes:int = Math.floor((raw_seconds-(hour... |
package pano.extras {
import flash.events.IEventDispatcher;
public interface IExtra extends IEventDispatcher {
function resize () : void;
}
} |
/**
* Copyright (c) 2007 - 2009 Adobe
* All rights reserved.
*
* 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 righ... |
package org.yellcorp.lib.format.printf
{
import org.yellcorp.lib.core.StringBuilder;
import org.yellcorp.lib.core.StringUtil;
import org.yellcorp.lib.format.NumberFormatUtil;
import org.yellcorp.lib.format.printf.number.SplitHexFloat;
import org.yellcorp.lib.format.printf.number.SplitInteger;
import org.yellcorp.lib.fo... |
/**Created by the LayaAirIDE,do not modify.*/
package ui.mainGame.majiangParts {
import laya.ui.*;
import laya.display.*;
import ui.mainGame.Items.LeftPengGangItemUI;
public class LeftPengGangPartUI extends View {
public var peng0:LeftPengGangItemUI;
public var peng1:LeftPengGangItemUI;
public var peng2:Lef... |
package com.ankamagames.atouin.types
{
import com.ankamagames.atouin.AtouinConstants;
import com.ankamagames.jerakine.logger.Log;
import com.ankamagames.jerakine.logger.Logger;
import com.ankamagames.jerakine.utils.display.StageShareManager;
import flash.geom.Rectangle;
import flash.utils.getQu... |
package starling.utils
{
import starling.events.EventDispatcher;
public class Padding extends EventDispatcher
{
private var _left:Number;
private var _right:Number;
private var _top:Number;
private var _bottom:Number;
public function ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 alternativa.a3d.controller
{
import alternativa.engine3d.core.Camera3D;
import alternativa.engine3d.core.Object3D;
import flash.display.InteractiveObject;
import flash.geom.Vector3D;
import flash.utils.Dictionary;
import systems.collisions.EllipsoidCollider;
import systems.collisions.IECo... |
/*
* 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 licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package {
public var assert:Function = function(what:String, result:Boolean):Boolean {
if (result) {
trace(test, what, " OK");
++success;
return true;
}
else {
trace(test, what, " FAILED");
++failures;
errors.push(new Er... |
package com.company.assembleegameclient.mapeditor {
import com.company.util.IntPoint;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
public class EditTileProperties extends Sprite {
public var tiles_:Vector.<IntPoint>;
private var darkBox_:... |
/**
* VERSION: 1.21
* DATE: 2011-03-23
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.data {
import flash.display.DisplayObject;
/**
* Can be used instead of a generic Object to define the <code>vars</code> parameter of a XMLLoader's constructor. <br /... |
/**
* Handles various neocontent tracking issues.
* @NOTE: If you are using this class, Please use NeoTracker in com.neopets.util.traker.NeoTracker
This class is only here to support older destinations.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author Abraham Lee
* @since 04.27.2009... |
/*
VERSION: 3.12
DATE: 2/9/2009
ACTIONSCRIPT VERSION: 2.0 (AS3 version is available)
UPDATES & DOCUMENTATION AT: http://blog.greensock.com/overwritemanager/
DESCRIPTION:
OverwriteManager is included in all TweenLite/TweenMax downloads and allows you to control how tweens with
overlapping properties are handl... |
// =================================================================================================
//
// Starling Framework
// Copyright 2011 Gamua OG. 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.company.assembleegameclient.map {
import com.company.assembleegameclient.engine3d.Face3D;
import com.company.assembleegameclient.parameters.Parameters;
import flash.display.BitmapData;
import flash.display.IGraphicsData;
import kabam.rotmg.stage3D.GraphicsFillExtra;
public class SquareFace {
public... |
package com.ankamagames.dofus.network.types.game.shortcut
{
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkType;
import com.ankamagames.jerakine.network.utils.FuncTree;
public ... |
/**
* 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... |
/* 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
... |
package com.ixiyou.managers
{
/**
* 单选复选按钮组
* flash 中快速使用
import com.ixiyou.managers.CheckManager;
import com.ixiyou.speUI.mcontrols.MovieToCheck2;
import com.ixiyou.events.SelectEvent;
var btner:CheckManager=new CheckManager(false);
var btnArr:Array=[btn1,btn2,btn3]
var arr:Array=new Ar... |
// makeswf -v 7 -s 200x150 -r 1 -o newobject-paths.swf newobject-paths.as
function construct (s) {
var ret;
asm {
push "ret", 0, "s"
getvariable
dup
trace
new
setvariable
};
return ret;
};
function Foo () {
this.toString = function () {
return "hi";
};
};
createEmptyMovieClip ... |
package com.codeazur.as3swf.data.abc.exporters.js.builders
{
import flash.utils.ByteArray;
import flash.utils.Dictionary;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public class JSReservedKind {
private static const _types : Dictionary = new Dictionary();
public static const ARGUMENTS:JSRes... |
//AS3///////////////////////////////////////////////////////////////////////////
//
// Copyright ${TM_YEAR} ${TM_ORGANIZATION_NAME:-$TM_FULLNAME}
//
////////////////////////////////////////////////////////////////////////////////
package ${TM_CLASS_PATH}
{
/**
* Class.
*
* @langversion ActionScript 3.0
* @play... |
intrinsic class flash.filters.ColorMatrixFilter extends flash.filters.BitmapFilter {
var matrix : Array; // 20 Numbers
function ColorMatrixFilter( matrix : Array );
function clone() : ColorMatrixFilter;
} |
package com.percentjuice.utils.timelineWrappers
{
/**
* @author C Stuempges
*/
public interface ITimelineWrapperQueue extends ITimelineWrapper
{
/* required methods */
function clearQueue():void;
function appendToGotoAndPlayUntilNextLabelQueue(...frames):void;
function isQueueEmpty():Boolean;
function ... |
package com.phono
{
public interface Player
{
function start():void;
function stop():void;
function set volume(vol:Number):void;
function get volume():Number;
function get URL():String;
}
} |
package kabam.rotmg.chat.view {
import flash.display.Sprite;
import flash.events.TimerEvent;
import flash.utils.Timer;
import kabam.rotmg.chat.model.ChatModel;
public class ChatList extends Sprite {
private const timer:Timer = new Timer(1000);
private const itemsToRe... |
/*
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, distribu... |
package com.tinyspeck.engine.view.ui.mail
{
import com.tinyspeck.tstweener.TSTweener;
import com.tinyspeck.engine.port.AssetManager;
import com.tinyspeck.engine.util.SpriteUtil;
import com.tinyspeck.engine.view.ui.Button;
import com.tinyspeck.engine.view.ui.TSDropdown;
import flash.display.DisplayObject;
imp... |
package nid.xfl.compiler.swf.data
{
import nid.xfl.compiler.swf.SWFData;
import nid.xfl.compiler.swf.utils.NumberUtils;
import flash.geom.Rectangle;
public class SWFRectangle
{
public var xmin:int = 0;
public var xmax:int = 11000;
public var ymin:int = 0;
public var ymax:int = 8000;
protected var... |
/***********************************************************************************************************************
* Copyright (c) 2010. Vaclav Vancura.
* Contact me at vaclav@vancura.org or see my homepage at vaclav.vancura.org
* Project's GIT repo: http://github.com/vancura/vancura-as3-libs
* Documentation:... |
/*
Copyright (c) 2013 Slikland / Keita Kuroki
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 PathFinding.finders
{
import PathFinding.core.DiagonalMovement;
import PathFinding.core.Grid;
import PathFinding.core.Heuristic;
import PathFinding.core.Node;
import PathFinding.core.Util;
import PathFinding.libs.Heap;
/**
* ...
* @author dongketao
*/
public class IDAStarFinder
{
private var ... |
/*
* ******************************************************************************************************************** ... |
package kabam.rotmg.legends.control {
import com.company.assembleegameclient.screens.CharacterSelectionAndNewsScreen;
import kabam.rotmg.core.signals.InvalidateDataSignal;
import kabam.rotmg.core.signals.SetScreenWithValidDataSignal;
import kabam.rotmg.death.model.DeathModel;
import kabam.rotmg.ui.view.TitleView;
pub... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* http://w... |
package as3snapi.networks.vkcom.impl {
import as3snapi.api.feautures.social.IFeatureAppId;
import as3snapi.api.feautures.social.IFeatureNetworkId;
import as3snapi.api.feautures.social.IFeatureRefererId;
import as3snapi.api.feautures.social.IFeatureUserId;
import as3snapi.api.feautures.social.profiles.IFeatureProfilesBa... |
package jp.coremind.view.abstract
{
public interface IDisplayObjectContainer extends IDisplayObject
{
/**
* オブジェクトの子がマウスまたはユーザー入力デバイスに対応しているかどうかを判断します。
*/
function get numChildren():int;
/**
* この DisplayObjectContainer インスタンスに子 DisplayObject インスタンスを追加し... |
/*
Copyright (c) 2011 Taro Hanamura
See LICENSE.txt for full license information.
*/
package org.typefest.display.containers {
import flash.display.Bitmap;
import flash.display.BitmapData;
import org.typefest.events.AltEvent;
public class BitmapContainer extends Container {
///// params
protected v... |
/**
* Kerneos
* Copyright (C) 2009-2011 Bull S.A.S.
* Contact: jasmine AT 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 lat... |
package nparticles.editor {
import com.thenitro.ngine.particles.abstract.emitters.ParticlesEmitter;
import com.thenitro.ngine.particles.abstract.emitters.position.RectangleParticles;
import com.thenitro.ngine.particles.abstract.loader.EmitterParametersLoader;
import com.thenitro.ngine.particles.abstract... |
package com.ankamagames.dofus.network.enums
{
public class GuildInformationsTypeEnum
{
public static const INFO_GENERAL:uint = 1;
public static const INFO_MEMBERS:uint = 2;
public static const INFO_BOOSTS:uint = 3;
public static const INFO_PADDOCKS:ui... |
package com.axiomalaska.crks.service.result
{
import com.axiomalaska.crks.dto.DataLayer;
import com.axiomalaska.crks.dto.Module;
import com.axiomalaska.crks.dto.LayerGroup;
import com.axiomalaska.crks.dto.RasterLayer;
import com.axiomalaska.crks.dto.VectorLayer;
import mx.collections.ArrayCollection;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.company.assembleegameclient.objects.particles {
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.parameters.Parameters;
public class HealEffect extends ParticleEffect {
public function HealEffect(go:GameObject, color:uint) {
super();
th... |
package reflex.measurement
{
/**
* Implemented by objects which hold values related to display dimensions (width/height).
*/
public interface IMeasurements
{
function get width():Number;
function set width(value:Number):void;
function get height():Number;
function set height(value:Number):void;
... |
package Testing.Goals {
import Values.IntegerValue;
import Values.Value;
import LevelStates.LevelState;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class WireTutorialGoal extends LevelGoal {
public function WireTutorialGoal(TimeLimit:int =2) {
super();
description = "Set memor... |
package com.unhurdle.spectrum.card
{
import com.unhurdle.spectrum.ActionMenu;
import com.unhurdle.spectrum.Group;
import org.apache.royale.events.Event;
import com.unhurdle.spectrum.Popover;
[Event(name="change", type="org.apache.royale.events.Event")]
[Event(name="beforeShow", type="org.apache.royale.even... |
package net.natpat
{
import flash.display.Stage;
import flash.events.Event;
import flash.geom.Point;
import flash.display.BitmapData;
import flash.display.Bitmap;
/**
* ...
* @author Nathan Patel
*/
public class GV
{
/**
* Reference to the stage
*/
public static var stage:Stage;
/**
... |
package com.hurlant.eval.ast
{
public class DecimalType implements IAstNumberType
{
public function DecimalType()
{
super();
}
}
} |
package com.ankamagames.dofus.network.messages.connection
{
import com.ankamagames.dofus.network.types.version.Version;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
imp... |
package com.playata.framework.display.ui.controls
{
import com.playata.framework.core.TypedObject;
import com.playata.framework.display.IInteractiveDisplayObject;
public class RichElementInfo
{
public var index:int = -1;
public var code:String = null;
publi... |
package ru.kokorin.astream {
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.flexunit.asserts.assertTrue;
import org.spicefactory.lib.reflect.ClassInfo;
import ru.kokorin.astream.converter.SomeConverter;
import ru.kokorin.astream.converter.SomeMapper;
import ru.kokorin.a... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.