CombinedText stringlengths 4 3.42M |
|---|
package framework.rpc.requestMessage
{
/**
* @author melody
*/
public class Double
{
public var num:Number;
public function Double(num:Number)
{
this.num = num;
}
public function toString():String
{
return num.toString();
}
}
} |
package kabam.rotmg.account.kongregate.commands {
import kabam.lib.tasks.BranchingTask;
import kabam.lib.tasks.DispatchSignalTask;
import kabam.lib.tasks.Task;
import kabam.lib.tasks.TaskMonitor;
import kabam.lib.tasks.TaskSequence;
import kabam.rotmg.account.core.services.RegisterAccountTask;
import kabam.rotmg.accou... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 com.google.zxing.client.result
{
/*
* 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... |
/*
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 feathers.controls
{
import feathers.controls.renderers.DefaultListItemRenderer;
import feathers.cont... |
package layer.placement.tooltipplacement {
import common.ControlPanelBase;
import layer.placement.common.*;
import org.as3commons.ui.layer.placement.PlacementAnchor;
import org.as3commons.ui.layout.VGroup;
import org.as3commons.ui.layout.shortcut.*;
public class Controls extends ControlPanelBase {
private var ... |
/*
* 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 pur... |
//------------------------------------------------------------------------------
// Copyright (c) 2011 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 airdatabase.errors
{
import airdatabase.errors.messages.IErrorMessage;
[ExcludeClass]
public class IncorrectTypeError extends Error implements IError
{
public function IncorrectTypeError(description:String, id:int)
{
super(description, id);
}
}
} |
package away3d.core.base
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import flash.display3D.Context3D;
import flash.display3D.VertexBuffer3D;
import flash.utils.Dictionary;
use namespace arcane;
/**
* SkinnedSubGeometry provides a SubGeometry extension that contains data needed to s... |
package game.view.luckyStar
{
import com.singleton.Singleton;
import game.data.LuckyStarData;
public class StarData
{
/**
*是否请求过幸运星初始信息
*/
public var isSend:Boolean = false;
/**
*期号 ,用来索引本期抽奖物品
*/
public var id:int = 1;
/**
*累积消费总价值
*/
public var values:i... |
package org.shypl.common.loader {
import flash.display.Sprite;
import flash.system.ApplicationDomain;
public interface SwfFile {
function get content():Sprite;
function get width():int;
function get height():int;
function get domain():ApplicationDomain;
function hasClass(className:String):Boolean;
... |
/*
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 feathers.controls
{
import feathers.core.FeathersControl;
import feathers.core.IFeathersControl;
im... |
//------------------------------------------------------------------------------
// Copyright (c) 2011 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 com.company.assembleegameclient.ui {
import kabam.rotmg.text.view.TextFieldDisplayConcrete;
public class DeprecatedClickableText extends ClickableTextBase {
public function DeprecatedClickableText(_arg1:int, _arg2:Boolean, _arg3:String, _arg4:Boolean = true) {
super(_arg1, _arg2, _arg3, _arg4);
... |
package code
{
import flash.events.Event;
/****************************
* SpriteSheetEvent class
*
* @langversion ActionScript 3.0
* @playerversion Flash 10.0.0
*/
public class SpriteSheetEvent extends Event
{
//***********************
// Properties:
public static const READY:Str... |
package com.codeazur.as3swf.data.actions.swf5
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.actions.*;
public class ActionStoreRegister extends Action implements IAction
{
public static const CODE:uint = 0x87;
public var registerNumber:uint;
public function ActionStoreRegister... |
package com.ankamagames.dofus.network.messages.game.guild
{
import com.ankamagames.dofus.network.types.game.house.HouseInformationsForGuild;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICust... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.map.MapMediator
package com.company.assembleegameclient.map
{
import robotlegs.bender.bundles.mvcs.Mediator;
import kabam.rotmg.game.view.components.QueuedStatusText;
import kabam.rotmg.text.view.stringBuilder.Lin... |
/**
* <p>Original Author: Daniel Freeman</p>
*
* <p>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, me... |
/*
* Temple Library for ActionScript 3.0
* Copyright © MediaMonks B.V.
* 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
... |
package com.illuzor.otherside.editor.constants {
/**
* ...
* @author illuzor // illuzor.com
*/
public class SettingsValue {
public static const FIRST_RUN:String = "firstRun";
}
} |
// =================================================================================================
//
// 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 org.jbei.components.gelDigestClasses
{
import flash.display.Graphics;
import flash.events.MouseEvent;
import flash.geom.Point;
import mx.controls.ToolTip;
import mx.core.UIComponent;
import mx.managers.ToolTipManager;
import org.jbei.bio.sequence.dna.DigestionFrag... |
package yfqian
{
import laya.display.Text;
import laya.events.Event;
import laya.net.HttpRequest;
import yfqian.yfqian_Md5Bag.yfqian_Key;
public class yfqian_getJosn
{
public function yfqian_getJosn(NameJosn:String,UiObj:Object,getText:String="json")
{
var hr:HttpRequest;
var info:Text;
hr = new... |
/**
* 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/... |
/**Created by the LayaAirIDE,do not modify.*/
package ui.hall {
import laya.ui.*;
import laya.display.*;
public class HallShareViewUI extends View {
public var ShareMask:Box;
public var TipHand:Image;
public static var uiView:Object =/*[STATIC SAFE]*/{"type":"View","props":{"width":640,"height":1038},"child... |
package com.nodename.Delaunay
{
import flash.geom.Point;
internal final class HalfedgePriorityQueue // also known as heap
{
private var _hash:Vector.<Halfedge>;
private var _count:int;
private var _minBucket:int;
private var _hashsize:int;
private var _ymin:Number;
private var _deltay:Nu... |
package com.ankamagames.jerakine.resources.adapters
{
import com.ankamagames.jerakine.pools.Poolable;
import com.ankamagames.jerakine.resources.IResourceObserver;
import com.ankamagames.jerakine.types.Uri;
import flash.utils.ByteArray;
public interface IAdapter extends Poolable
{
... |
10 > 430;
60 < 43;
350 >= 403;
32 <= 302;
not 023 < 302;
40 > 502;
not 40 > 40 and 70 > 403;
|
/* See LICENSE for copyright and terms of use */
import org.actionstep.NSArray;
import org.actionstep.NSDictionary;
import org.actionstep.NSObject;
/**
* <p>This class contains data that the user has cut or copied.</p>
*
* <p>It is used extensively for dragging operations.</p>
*
* <p>TODO Get owner working.</p... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2010 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... |
/**
* VERSION: 1.11
* DATE: 2012-06-06
* AS3 (AS2 and JS versions are also available)
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.easing {
import com.greensock.easing.Ease;
/**
* SlowMo is a configurable ease that produces a slow-motion effect that decelerates initially, then moves ... |
//
// D:\sdk\airsdk24\frameworks\libs\player\21.0\playerglobal.swc\flash\utils\IDataInput
//
package flash.utils
{
import flash.utils.ByteArray;
/**
* The IDataInput interface provides a set of methods for reading binary data.
* This interface is the I/O counterpart to the IDataOutput interface, which
* writes... |
/**
* SHA224
*
* An ActionScript 3 implementation of Secure Hash Algorithm, SHA-224, as defined
* in FIPS PUB 180-2
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
package com.hurlant.crypto.hash
{
public class SHA224 extends SHA256
{
function SHA224() {
h = [
... |
/*
Copyright(C) 2013 Susisu
see also: LICENSE
*/
package garden.events
{
public class EventNode extends EventDispatcher
{
public function EventNode()
{
super();
}
public function get parentEventNode():EventNode
{
return null;
}
}
} |
package pathfind
{
/**
* ...
* @author lizhi
*/
public class BinaryHeap {
public var a:Array = [];
public var justMinFun:Function;
public function BinaryHeap(justMinFun:Function = null){
a.push(-1);
if (justMinFun != null){
this.justMinFun = justMinFun;
}else {
this.justMinFun = defJust... |
table tfbsConsFactors
"tfbsConsFactors Data"
(
string name; "Name of item"
string ac; "gene-regulation.com AC"
char[6] species; "common name, scientific name"
char[64] factor; "factor "
char[25] id; "id"
)
|
UIElement@ browserWindow;
Window@ browserFilterWindow;
ListView@ browserDirList;
ListView@ browserFileList;
LineEdit@ browserSearch;
BrowserFile@ browserDragFile;
Node@ browserDragNode;
Component@ browserDragComponent;
View3D@ resourceBrowserPreview;
Scene@ resourcePreviewScene;
Node@ resourcePreviewNode;
No... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 NPCs
{
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Spritemap;
import net.flashpunk.FP;
/**
* ...
* @author Time
*/
public class Hermit extends NPC
{
[Embed(source = "../../assets/graphics/NPCs/Hermit.png")] private var imgHermit:Class;
private var sprHermit:Spritemap = ne... |
/**
* Created with IntelliJ IDEA.
* User: Administrator
* Date: 13-11-13
* Time: 下午4:17
* To change this template use File | Settings | File Templates.
*/
package game.hero.command {
import game.hero.Hero;
public class GameoverCommand extends Command{
public function GameoverCommand(executor:Hero)... |
package net.sfmultimedia.argonaut.type
{
import flash.utils.describeType;
import flash.utils.getDefinitionByName;
public class ClassMapFactory
{
private const DONT_SERIALIZE:String = "DontSerialize";
public var typeFactory:DataTypeFactory;
private var cached:Object;
p... |
class list
{
public var earl:String;
public var artist:String;
public var track:String;
public function list(e:String, a:String, t:String)
{
earl = e;
artist = a;
track = t;
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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 framework.services
{
import com.probertson.data.QueuedStatement;
import flash.data.SQLResult;
import flash.errors.SQLError;
import flash.events.IEventDispatcher;
import mx.collections.ArrayCollection;
import framework.events.BoardEvent;
import framework.events.GlobalErrorEvent;
import framework.ev... |
// makeswf -v 7 -s 200x150 -r 1 -o scope-chain-this.swf scope-chain-this.as
// taken with permission from http://www.timotheegroleau.com/Flash/articles/scope_chain.htm
a = 5;
test = function() {
trace(this.a);
};
obj = new Object();
obj.a = 6;
obj.meth = test;
obj2 = new Object();
obj2.a = 7;
obj2.meth = test;
... |
package
{
import flash.display.Sprite;
/**
* ...
* @author Gimmick
*/
public class Main extends Sprite
{
public function Main() {
super()
}
}
} |
package com.ixiyou.utils.data
{
import flash.utils.ByteArray;
/**
* ByteArray读取器
*
* @author
*
*/
public class ByteArrayReader
{
public var data:ByteArray;
private var bitPos:int = 0;//在一个Byte型里从左到右的位的坐标
/**
* 开始读取时的位置
*/
public var startPosition:int;
public ... |
package p2.reflect {
import flash.utils.Dictionary;
import flash.utils.describeType;
import flash.utils.getQualifiedClassName;
import flash.net.getClassByAlias;
import flash.utils.getDefinitionByName;
public class Reflection {
private static var READ_WRITE:String = "readwrite";
private static var r... |
package laya.d3.terrain {
import laya.d3.core.ComponentNode;
import laya.d3.core.Sprite3D;
import laya.d3.core.material.TerrainMaterial;
import laya.d3.math.Vector2;
import laya.d3.math.Vector3;
import laya.d3.math.Vector4;
import laya.d3.terrain.unit.ChunkInfo;
import laya.events.Event;
import laya.net.Loader... |
package com.swfwire.decompiler.abc.instructions
{
import com.swfwire.decompiler.abc.*;
public class Instruction_getsuper implements IInstruction
{
public var index:uint;
}
} |
package zpp_nape.util
{
import zpp_nape.dynamics.ZPP_Arbiter;
public class ZNPNode_ZPP_Arbiter extends Object
{
public function ZNPNode_ZPP_Arbiter()
{
}
public static var zpp_pool:ZNPNode_ZPP_Arbiter;
public var next:ZNPNode_ZPP_Arbiter;
publ... |
package com.playfab.ClientModels
{
public class LinkedPlatformAccountModel
{
public var Email:String;
public var Platform:String;
public var PlatformUserId:String;
public var Username:String;
public function LinkedPlatformAccountModel(data:Object=null)
{
... |
package feathers.tests
{
import feathers.controls.List;
import feathers.controls.renderers.DefaultListItemRenderer;
import feathers.controls.renderers.IListItemRenderer;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
import feathers.tests.supportClasses.AssertViewPortBoundsLayout;
... |
package com.logicom.geom
{
internal final class TEdge
{
public var xbot:int;
public var ybot:int;
public var xcurr:int;
public var ycurr:int;
public var xtop:int;
public var ytop:int;
public var dx:Number;
public var tmpX:int;
public var polyType:int; //PolyType
public var side:int; //EdgeSide ... |
package com.playata.application.data.dataobject
{
import com.playata.framework.data.DataObject;
public class DOMissedDuel extends DataObject
{
public function DOMissedDuel(param1:Object)
{
super(param1);
}
public function get id() : int
{
... |
package org.poly2tri {
public class EdgeEvent {
public var constrained_edge:Edge = null;
public var right:Boolean = false;
}
} |
//----------------------------------------------------------------------------------------------------
// SiOPM effect stereo chorus
// Copyright (c) 2009 keim All rights reserved.
// Distributed under BSD-style license (see org.si.license.txt).
//------------------------------------------------------------------... |
//----------------------------------------------------------------------------------------------------
// SiOPM effect table
// Copyright (c) 2009 keim All rights reserved.
// Distributed under BSD-style license (see org.si.license.txt).
//------------------------------------------------------------------------------... |
//------------------------------------------------------------------------------
// 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.
//---... |
/*
* 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... |
/**
* Definitions for all event types fired by the Model.
*
* Import this class into your project/plugin for strong-typed api references.
**/
package com.jeroenwijering.events {
import flash.events.Event;
public class ModelEvent extends Event {
/** Definitions for all event types. **/
public static var BUFFER:S... |
package
{
import flash.events.Event;
import org.purepdf.elements.Paragraph;
import org.purepdf.pdf.PdfPCell;
import org.purepdf.pdf.PdfPTable;
public class PdfPTableCellHeights extends DefaultBasicExample
{
public function PdfPTableCellHeights(d_list:Array=null)
{
super(["This example show how to use wr... |
/*
Casual Desktop Game (dnyCasualDeskGame) v1.0 developed by Daniel Brendel
(C) 2018 - 2022 by Daniel Brendel
Tool: Wand (developed by Daniel Brendel)
Version: 0.1
Contact: dbrendel1988<at>gmail<dot>com
GitHub: https://github.com/danielbrendel/
Released under the MIT license
*/
/*
API documentation
*****... |
/*
* 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 com.illuzor.otherside.editor.screen.elements {
import com.bit101.components.Label;
import com.illuzor.framework.display.FastRect;
import com.illuzor.otherside.editor.tools.GlobalResizer;
import flash.display.Sprite;
import flash.events.MouseEvent;
/**
* ...
* @author illuzor // illuzor.com
*/
... |
/**
* <p>Original Author: toddanderson</p>
* <p>Class File: DefaultMenuItemRenderer.as</p>
* <p>Version: 0.4</p>
*
* <p>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 restrictio... |
package awaybuilder.controller.scene.events
{
import awaybuilder.model.vo.scene.AnimationNodeVO;
import awaybuilder.model.vo.scene.AnimatorVO;
import flash.events.Event;
public class AnimationEvent extends Event
{
public static const PAUSE:String = "animationPause";
public static const PLAY:String = "ani... |
package kabam.lib.tasks {
public class TaskGroup extends BaseTask {
public function TaskGroup() {
super();
this.tasks = new Vector.<BaseTask>();
}
private var tasks:Vector.<BaseTask>;
private var pending:int;
override protected function startTask():void {
this.pending = th... |
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.*;
[Embed(source="spritesheets/EmbeddedAssets_d2LofiObjEmbed_.png")]
public class EmbeddedAssets_d2LofiObjEmbed_ extends BitmapAsset {
public function EmbeddedAssets_d2LofiObjEmbed_() {
super();
return;
}
}
}
|
package com.jasongatt.layout
{
import com.jasongatt.core.ObservableProperty;
import com.jasongatt.core.ValidatePass;
import com.jasongatt.utils.NumberUtil;
import flash.display.DisplayObject;
import flash.geom.Rectangle;
public class GroupLayoutPolicy extends AbstractLayoutPolicy
{
// Private Properties
... |
package net.nobien.containers
{
import net.nobien.core.IDisplayObjectContainer;
/**
* The IGrid interface defines a set of common methods and properties for grid containers.
*/
public interface IGrid extends IDisplayObjectContainer
{
/**
* The grid's cell alignmen... |
package com.unhurdle.spectrum.utils
{
import com.unhurdle.spectrum.Icon;
import com.unhurdle.spectrum.UiIcon;
import com.unhurdle.spectrum.const.IconType;
public function generateIcon(selector:String):Icon
{
if(IconType.hasType(selector)){
return new UiIcon(selector);
}
return new Icon(selector);
}
} |
package cn.vision.consts
{
/**
*
* <code>ConstsMath</code>定义了一些数学常量。
*
* @author vision
* @langversion 3.0
* @playerversion Flash 9, AIR 1.1
* @productversion vision 1.0
*
*/
import cn.vision.core.vs;
public final class MathConsts extends Consts
{
/**
*
* loge3,以自然数为底的3的对数... |
package com.playata.application.data.friend
{
import com.playata.application.data.dataobject.DOFriend;
import com.playata.application.data.user.User;
import flash.display.Bitmap;
public class Friend extends DOFriend
{
private var _image:Bitmap = null;
public function... |
package com.hurlant.crypto.symmetric
{
import com.hurlant.util.Memory;
import flash.utils.ByteArray;
public class ECBMode implements IMode, ICipher
{
private var key:ISymmetricKey;
private var padding:IPad;
public function ECBMode(key:ISymmetri... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 org.red5.samples.publisher.command
{
/**
* RED5 Open Source Flash Server - http://www.osflash.org/red5
*
* Copyright (c) 2006-2009 by respective authors (see below). All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesse... |
/*
* Temple Library for ActionScript 3.0
* Copyright © MediaMonks B.V.
* 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
... |
package goplayer
{
import flash.display.DisplayObject
public function getDimensions(object : DisplayObject) : Dimensions
{ return new Dimensions(object.width, object.height) }
}
|
package com.pixeldroid.r_c4d3.api.events
{
import flash.events.Event;
/**
A JOY_BUTTON_DOWN or JOY_BUTTON_UP event occurs whenever a user presses or releases a
joystick button. The field 'which' is the index of the joystick that reported the
event and 'button' is the index of the button. 'pressed' is the cur... |
package com.greensock.easing {
public class Expo {
public static function easeIn(t : Number, b : Number, c : Number, d : Number) : Number {
return (t == 0) ? b : c * Math.pow(2, 10 * (t / d - 1)) + b - c * 0.001;
}
public static function easeOut(t : Number, b : Number, c : Number, d : Number) : Number {
r... |
/*
* ______ _____ _______
* .-----..--.--..----..-----.| __ \ \| ___|
* | _ || | || _|| -__|| __/ -- | ___|
* | __||_____||__| |_____||___| |_____/|___|
* |__|
* $Id: Indentation.as 238 2010-01-31 10:49:33Z alessandro.crugnola $
* $Author Alessandro Crugnola... |
package kabam.rotmg.appengine {
import kabam.rotmg.appengine.api.AppEngineClient;
import kabam.rotmg.appengine.api.RetryLoader;
import kabam.rotmg.appengine.impl.AppEngineRequestStats;
import kabam.rotmg.appengine.impl.AppEngineRetryLoader;
import kabam.rotmg.appengine.impl.SimpleAppEngineClient;
import kabam.rotmg.ap... |
package it.sharpedge.navigator.core.tasks
{
import it.sharpedge.navigator.core.Navigator;
import it.sharpedge.navigator.core.RoutingQueue;
import it.sharpedge.navigator.core.ns.routing;
import it.sharpedge.navigator.core.tasks.base.RedirectTask;
use namespace routing;
public class TestExitRedirectTask extends... |
package communication {
import flash.display.Sprite;
import flash.errors.*;
import flash.events.*;
import flash.net.URLRequest;
import flash.net.URLStream;
public class Stream extends Sprite {
private static const ZLIB_CODE:String = "CWS";
private var stream:URLStream;
... |
package laya.wx.mini {
import laya.display.Input;
import laya.net.Loader;
import laya.net.LocalStorage;
import laya.utils.Browser;
import laya.utils.Handler;
import laya.utils.RunDriver;
import laya.utils.Utils;
public class MiniAdpter {
/**@private 包装对象**/
public static var EnvConfig:Object;
/**@priva... |
/**
* Handles main control of click destination project
* This project has only one page so most of the things are happening in main page.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author Abraham Lee
* @since 03.26.2009
*
* @modified March 2010 - in progress.
* @Adding the MenuManag... |
/*
* Temple Library for ActionScript 3.0
* Copyright © MediaMonks B.V.
* 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
... |
package me.rainui.components
{
import flash.events.MouseEvent;
import me.rainui.events.RainUIEvent;
/**
* ...
* @author Rainssong
*/
public class RadioButton extends Button
{
public function RadioButton(text:String="",dataSource:Object=null)
{
super(text,dataSource);
}
override protected ... |
package com.bojinx.system.cache.store
{
import com.bojinx.api.context.IApplicationContext;
import com.bojinx.system.context.ApplicationContext;
import flash.utils.Dictionary;
public class ContextRegistry
{
public function ContextRegistry()
{
}
/*===================================================... |
package reflex.skins
{
import flash.display.GradientType;
import flash.display.Graphics;
import flash.display.Sprite;
import flash.events.Event;
import flash.geom.Matrix;
import flash.text.TextField;
import flash.text.TextFormat;
import reflex.layouts.BasicLayout;
import reflex.text.Label;
import reflex.tex... |
package flash.events
{
/**
* @author a.vorobev 2017-12-18
*/
public class FullScreenEvent extends Event
{
public function FullScreenEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
{
super(type,bubbles,cancelable);
}
}
}
|
package com.rails2u.utils
{
import flash.utils.getQualifiedClassName;
import flash.utils.ByteArray;
public class ObjectInspecter
{
/*
*
*/
}
}
|
package away3d.core.render
{
import away3d.containers.*;
/**
* Interface for renderers capable of rendering a scene to a view
*/
public interface IRenderer
{
/**
* Executes the render pipe that resolves the 3d scene into the view.
*/
function render(view:View3D):vo... |
package {
public class Test {
}
}
import flash.display.Bitmap;
trace("///var b1 = new Bitmap();");
var b1 = new Bitmap();
trace("///b1.width;");
trace(b1.width);
trace("///b1.height;");
trace(b1.height);
trace("///var tbd = new TestBitmapData();");
var tbd = new TestBitmapData();
trace("///var b2 = new Bitmap(... |
/* Friend: A value-object that holds details of user's friend in YouTube.
* Author: Abdul Qabiz (mail@abdulqabiz.com)
* Date: Nov 25, 2006
* Version: 0.1
*
* Copyright (c) 2006 Abdul Qabiz (http://www.abdulqabiz.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a
... |
package org.as3commons.ui.framework.uiservice.errors {
/**
* Error thrown if an adapter already has been registered.
*
* @author Jens Struwe 15.09.2011
*/
public class AdapterAlreadyRegisteredError extends Error {
/**
* AdapterAlreadyRegisteredError constructor.
*/
public function AdapterAlreadyR... |
package com.freshplanet.ane.airFacebook.share {
/**
* Describes the content that will be displayed by the AppInviteDialog.
*
* @see http://developers.facebook.com/docs/reference/android/current/class/AppInviteContent/
*/
public class FBAppInviteContent {
/**
* App Link for what should be opened when the ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.