text stringlengths 4 1.04M |
|---|
class mx.transitions.Photo extends mx.transitions.Transition
{
var __get__manager, _alphaFinal, _content, _colorControl;
function Photo(content, transParams, manager)
{
super();
this.init(content, transParams, manager);
} // End of the function
function init(content, transPar... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* http://w... |
/* 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;
import com.adobe.test.Utils;
// var SECTION = "15.5.4.3-3-n";
// var VERSIO... |
include cgen.inc
global _sub_3564
global ncsv, cret, indir
global _word_AFF8
global _codeFrag
global amul
global _sub_2D09
global _fputchar
psect text
_sub_3564:
global csv
call csv
push hl
push hl
ld l,(ix+6)
ld h,(ix+7)
push hl
pop iy
ld hl,0
ld (_word_AFF8),hl
... |
package com.reyco1.multiuser.data
{
public class KeepAliveObject extends UserObject
{
public var serialNumber:int;
public var type:String = "keepAlive";
public function KeepAliveObject()
{
}
}
} |
package cmodule.lua_wrapper
{
const _categories:int = gstaticInitter.alloc(28,4);
}
|
package com.yellowbadger.profiler.server
{
public interface IProfilerServerConnection
{
function get connected():Boolean;
function listen():void;
function close():void;
}
} |
/* AS3
Copyright 2008
*/
package com.neopets.games.inhouse.HeroHeist
{
import com.neopets.examples.gameEngineExample.gameObjects.IGameObject;
import com.neopets.projects.gameEngine.common.GameEngine;
import com.neopets.projects.gameEngine.gui.Interface.GameScreen;
import com.neopets.projects.gameEngine.gui.Inte... |
/**
* 개발자 : refracta
* 날짜 : 2014-08-21 오후 4:40
*/
package com.wg.ga.physical.world {
import Box2D.Collision.Shapes.b2CircleShape;
import Box2D.Collision.Shapes.b2PolygonShape;
import Box2D.Common.Math.b2Mat22;
import Box2D.Common.Math.b2Transform;
import Box2D.Common.Math.b2Vec2;
import Box2D.Common.b2Color;
impor... |
/* ***** 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/
*
... |
/**
* AlsoToConsiderKeywordList_type0.as
* This file was auto-generated from WSDL by the Apache Axis2 generator modified by Adobe
* Any change made to this file will be overwritten when the code is re-generated.
*/
package com.macys.marketing.sema{
import mx.utils.ObjectProxy;
import mx.collections.A... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.List;
import feathers.controls.PanelScreen;
import feathers.controls.ToggleSwitch;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
import feathers.examples.componentsExp... |
package nid.ui.controls.vkb
{
import flash.events.IEventDispatcher;
import nid.interfaces.IDisplayObject;
/**
* ...
* @author Nidin P Vinayakan
*/
public interface IKey extends IDisplayObject
{
}
} |
package maryfisher.view.ui.mediator {
import flash.geom.Point;
import maryfisher.framework.view.IDisplayObject;
import maryfisher.view.ui.interfaces.IButton;
import maryfisher.view.ui.interfaces.IPage;
import maryfisher.view.ui.interfaces.IPageBar;
/**
* ...
* @author mary_fisher
*/
public class PageMed... |
package flash.text
{
final public class TextFormatDisplay
{
public static const INLINE:String = "inline";
public static const BLOCK:String = "block";
}
}
|
package it.pixeldump.mk.struct {
import flash.utils.*;
import it.pixeldump.mk.*;
import it.pixeldump.mk.struct.*;
public class LineStyleArray {
private var _tagID:uint;
private var _lengthFromByteArray:uint = 0;
public var lineStyles:Array; // line styles
public function set tagID(value:uint):void {
... |
package visuals.ui.dialogs
{
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.display... |
#include "IJuggernautState.as"
#include "JuggernautStateDefault.as";
#include "JuggernautStateStunned.as";
#include "JuggernautStateCharging.as";
#include "JuggernautStateSwingingHammer.as";
#include "JuggernautStateGrabbing.as";
#include "JuggernautStateHolding.as";
#include "JuggernautStateThrowing.as";
#include "Jug... |
package com.ankamagames.dofus.network.messages.security
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
import c... |
package settings.backgrounds.albertscar.movingbg
{
import starling.display.Sprite;
/**
* ...
* @author Shaun Stone
*/
public class AbstractMovingBackground extends Sprite
{
public var speed:uint = 0;
protected var debug:Boolean = false;
public function AbstractMo... |
/*
Copyright (c) 2008, 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 conditions ... |
package starling.filters
{
import starling.errors.AbstractClassError;
/** An enumeration class with the available modes that are offered by the CompositeFilter
* to draw layers on top of each other.
*
* @see starling.filters.CompositeFilter
*/
public class CompositeMode
{
... |
/* 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 DynamicClass {
interface DefaultIntDef {
function iGetBoolean() : Boolean
}
}
|
package cmodule.lua_wrapper
{
const __2E_str12212:int = gstaticInitter.alloc(6,1);
}
|
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2003-2007 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreeme... |
// =================================================================================================
//
// Starling Framework
// Copyright 2011-2014 Gamua. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreemen... |
package com.ankamagames.dofus.network.messages.game.guild
{
import com.ankamagames.dofus.network.types.game.context.roleplay.GuildInformations;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.IC... |
package starling.display.graphics
{
import starling.textures.Texture;
public class Stroke extends Graphic
{
private var lines :Vector.<Vector.<StrokeVertex>>;
private var _currLine :Vector.<StrokeVertex>;
private var _numVertices :int;
public function Stroke()
{
clear();
}
public funct... |
/*
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.layout
{
/**
* Used by layout algorithms for determining the bounds in which to position
... |
package {
import flash.geom.Point;
import net.flashpunk.Graphic;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Spritemap;
/**
* @author Sebastian Bierman-Lytle
*/
public class Level_PalletTown extends Level{
//Location Constants
public static var TOWN:int = 1;
public static var... |
package com.tomseysdavies.ember.tests
{
import com.tomseysdavies.ember.base.EntityManager;
import com.tomseysdavies.ember.core.IEntityManager;
import com.tomseysdavies.ember.core.IFamily;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFalse;
import org.flexunit.asserts.assertTrue;
... |
// =================================================================================================
//
// 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.pirkadat.ui
{
import com.pirkadat.display.*;
import com.pirkadat.geom.*;
import com.pirkadat.logic.*;
import com.pirkadat.shapes.*;
import com.pirkadat.trans.*;
import com.pirkadat.ui.*;
import flash.display.*;
import flash.events.*;
import flash.geom.*;
import flash.utils.*;
publ... |
/*
* HumboldtJSDOM
* http://humboldtjs.com/
*
* Copyright (c) 2012 Daniël Haveman
* Licensed under the MIT license
* http://humboldtjs.com/license.html
*/
package dom.domobjects
{
public class HTMLScriptElement extends HTMLElement {}
} |
package com.company.assembleegameclient.engine3d {
import flash.display.BitmapData;
import flash.geom.Matrix;
public class TextureMatrix {
public function TextureMatrix(_arg_1:BitmapData, _arg_2:Vector.<Number>) {
tToS_ = new Matrix();
tempMatrix_ = new Matrix();
uvMatrix_ = new Matrix();... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 citrus.core
{
/**
* CitrusObject is simple. Too simple. Despite its simplicity, it is the foundational object that should
* be used for all game objects logic you create, such as spaceships, enemies, coins, bosses.
* CitrusObject is basically an abstract class that gets added to a State instance.
... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
import GUI.fox.aswing.ASColor;
import GUI.fox.aswing.Component;
import GUI.fox.aswing.graphics.Graphics;
import GUI.fox.aswing.graphics.Pen;
import GUI.fox.aswing.graphics.SolidBrush;
import GUI.fox.aswing.Icon;
/**
* @author iiley
*/
class GUI.fox.aswing.colorchoo... |
package net.richardlord.ash
{
import asunit.core.TextCore;
import flash.display.Sprite;
[SWF(backgroundColor="#FFFFFF", frameRate="60", width="800", height="600")]
final public class TestRunner extends Sprite
{
public function TestRunner()
{
var core:TextCore = new TextCore();
core.start(AllTests, nu... |
namespace Campfire {
Node@ node;
bool enabled = false;
void Create()
{
if (node !is null) {
return;
}
node = ActiveTool::toolNode.CreateChild("Campfire");
node.AddTag("Campfire");
StaticModel@ object = node.CreateComponent("StaticModel");
obj... |
package com.ankamagames.dofus.network.types.game.context.roleplay.job
{
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;
... |
package nid.xfl.compiler.swf.data
{
import nid.xfl.compiler.swf.SWFData;
public class SWFClipEventFlags
{
public var keyUpEvent:Boolean;
public var keyDownEvent:Boolean;
public var mouseUpEvent:Boolean;
public var mouseDownEvent:Boolean;
public var mouseMoveEvent:Boolean;
public var unloadEvent:Boolea... |
package ru.kutu.grindplayer.views.mediators {
import org.osmf.net.StreamType;
import ru.kutu.grind.views.mediators.ScrubBarBaseMediator;
import ru.kutu.grindplayer.events.AdvertisementEvent;
public class ScrubBarMediator extends ScrubBarBaseMediator {
private var hideScrubBarWhileAdvertisement:Boolean;
... |
package de.dittner.siegmar.view.common.view {
public class NavigationPhase {
public static const VIEW_ACTIVATE:String = "viewActivate";
public static const VIEW_REMOVE:String = "viewRemove";
}
}
|
/*
* BetweenAS3
*
* Licensed under the MIT License
*
* Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and
* Spark project (www.libspark.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.classes.view.ClassDetailMediator
package kabam.rotmg.classes.view
{
import robotlegs.bender.bundles.mvcs.Mediator;
import flash.utils.Timer;
import kabam.rotmg.classes.model.ClassesModel;
import kabam.rotmg.core.model.PlayerModel... |
package com.swfwire.decompiler
{
import com.swfwire.decompiler.data.swf.SWFHeader;
import flash.utils.ByteArray;
import flash.utils.CompressionAlgorithm;
import flash.utils.Endian;
public class SWF13Reader extends SWF10Reader
{
private static var FILE_VERSION:uint = 13;
public function SWF13Reader()
{... |
package com.txt_nifty.sketch.flmml
{
public class MEnvelopePoint {
public var time:int;
public var level:Number;
public var next:MEnvelopePoint = null;
}
}
|
package laya.d3.graphics {
import laya.d3.math.Vector2;
import laya.d3.math.Vector3;
import laya.d3.math.Vector4;
/**
* <code>VertexShurikenParticle</code> 类用于创建粒子顶点结构。
*/
public class VertexShurikenParticleMesh implements IVertex {
/**@private */
private static const _vertexDeclaration:VertexD... |
package com.playata.application.ui.dialogs
{
import com.playata.application.data.guild.Guild;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.generic.button.UiButton;
import com.playata.application.ui.elements.generic.button.UiTextButton;
import com.playata.appli... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
public final class FSM_luaO_pushfstring extends Machine
{
public static const intRegCount:int = 3;
public static const NumberRegCount:int = 0;
... |
package org.bigbluebutton.air.main.views.ui.videobutton {
import flash.events.MouseEvent;
import org.bigbluebutton.lib.main.models.IUserSession;
import org.bigbluebutton.lib.user.models.User;
import org.bigbluebutton.lib.video.commands.ShareCameraSignal;
import robotlegs.bender.bundles.mvcs.Mediator;
publ... |
/* ***** 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.console.moduleLUA
{
import com.ankamagames.atouin.Atouin;
import com.ankamagames.atouin.AtouinConstants;
import com.ankamagames.atouin.types.SpriteWrapper;
import com.ankamagames.atouin.types.WorldEntitySprite;
import com.ankamagames.berilia.components.Label;
impor... |
package org.antlr.runtime {
/** The set of fields needed by an abstract recognizer to recognize input
* and recover from errors etc... As a separate state object, it can be
* shared among multiple grammars; e.g., when one grammar imports another.
*
* These fields are publically visible but the actual sta... |
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.BitmapAsset;
[Embed(source="spritesheets/EmbeddedAssets_LoERealmEditionsEquipmentsEmbed_.png")]
public class EmbeddedAssets_LoERealmEditionsEquipmentsEmbed_ extends BitmapAsset {
public function EmbeddedAssets_LoERealmEditionsEquipmentsEmbed_() {
s... |
/* ***** 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/
*
... |
////////////////////////
/// OXL_Title Screen ///
////////////////////////
int UIT_scrW, UIT_scrH;
int UIT_virtW, UIT_virtH;
int UIT_offset;
float UIT_scale;
int UIT_Backgrnd;
void UI_Title_OnEnter()
{
//Set the virtual screen size.
UI_GetScreenSize(UIT_scrW, UIT_scrH);
UIT_virtW = 480*UIT_scrW/UIT_scrH;
UIT_vir... |
package game
{
import net.flashpunk.Entity;
import net.flashpunk.FP;
import net.flashpunk.tweens.misc.Alarm;
public class MeteorShower extends Entity
{
public static var SEEN:Boolean = false;
public const MAX_SHOOTING_STARS:int = 55;
public const MIN_SHOOTING_STARS:int = 30;
public var numOfStars:int... |
package advancedModule
{
import laya.ani.AnimationTemplet;
import laya.d3.component.animation.SkinAnimations;
import laya.d3.core.Camera;
import laya.d3.core.MeshSprite3D;
import laya.d3.core.Sprite3D;
import laya.d3.core.light.DirectionLight;
import laya.d3.core.material.StandardMaterial;
import laya.d3.core.s... |
package
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Sprite;
import flash.geom.Rectangle;
import ugLabs.graphics.SpriteSheetAnimation;
/**
* ...
* @author UnknownGuardian
*/
public class NumberDisplay extends SpriteSheetAnimation
{
public var one:SpriteSheetAnim... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.ASTextRenderer;
import org.actionstep.NSApplication;
import org.actionstep.NSBox;
import org.actionstep.NSButton;
import org.actionstep.NSColor;
import org.actionstep.NSRect;
import org.actionstep.NSTextField;
import org.actionstep.NSWindow;
import... |
package com.ankamagames.dofus.network.messages.game.guild
{
import com.ankamagames.dofus.network.types.game.guild.GuildEmblem;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
... |
// 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 TestInheritance {
public class BaseClass {
private var testVariable:String;
public function BaseClass()... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.classes.view.CharacterSkinView
package kabam.rotmg.classes.view
{
import flash.display.Sprite;
import org.osflash.signals.Signal;
import kabam.rotmg.ui.view.SignalWaiter;
import com.company.assembleegameclient.screens.TitleMenuOp... |
package fr.manashield.flex.thex.geometry {
import flash.display.Sprite;
import flash.geom.Point;
/**
* @author Morgan Peyre (morgan@peyre.info)
* @author Paul Bonnet
*/
public class Polygon extends Sprite
{
protected var _size:uint;
protected var _color:uint;
public function Polygon(
sides:uint, ... |
package org.cocos2d.Actions
{
import org.cocos2d.*;
import org.cocos2d.Actions.*;
public class CCShow extends CCActionInstant {
override public function startWithTarget(aTarget:*) : void {
super.startWithTarget(aTarget);
target_.visible = true;
}
//override public function reverse() : CCFiniteTimeActio... |
package {
import flash.display.Sprite;
public class Issue2701_1 extends Sprite {
public override function get width():Number {
return super.width;
}
public override function set width(value:Number):void {
super.width = value;
}
}
} |
/* Copyright (c) 2012-2013 EL-EMENT saharan
*
* 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, mer... |
// Inverse Kinematics
// This sample demonstrates how to use the IK solver to create "grounders" for a walking character on a slope.
#include "Scripts/Utilities/Sample.as"
AnimationController@ jackAnimCtrl_;
Node@ cameraRotateNode_;
Node@ floorNode_;
Node@ leftFoot_;
Node@ rightFoot_;
Node@ jackNode_;
IKEffector@ lef... |
package com.HAL.sockets.events {
import flash.events.Event;
public class ProgressHandlerEvent extends Event {
public function ProgressHandlerEvent(type:String, evnt:Event, bubbles:Boolean=true, cancelable:Boolean=false) {
super(type, bubbles, cancelable);
this.evnt = evnt;
}
publ... |
package com.codeazur.as3swf.data.actions.swf5
{
import com.codeazur.as3swf.data.actions.*;
public class ActionTypeOf extends Action implements IAction
{
public static const CODE:uint = 0x44;
public function ActionTypeOf(code:uint, length:uint) {
super(code, length);
}
override public function toS... |
package com.tourism_in_lviv.air.controller.context
{
import com.tourism_in_lviv.air.controller.comand.core.MapCommands;
import com.tourism_in_lviv.air.controller.comand.core.MapModels;
import com.tourism_in_lviv.air.controller.comand.core.MapServices;
import com.tourism_in_lviv.air.controller.comand.core.MapVi... |
package devoron.data.core.base
{
import devoron.data.core.UID;
/**
* ...
* @author Devoron
*/
public final class DataUID
{
private var _uid:String;
public function DataUID()
{
_uid = UID.create();
}
public function toString():void {
return _uid;
}
}
} |
package Ankama_Grimoire
{
import Ankama_Grimoire.enum.EnumTab;
import Ankama_Grimoire.ui.AchievementTab;
import Ankama_Grimoire.ui.AlignmentTab;
import Ankama_Grimoire.ui.BestiaryTab;
import Ankama_Grimoire.ui.Book;
import Ankama_Grimoire.ui.CalendarTab;
import Ankama_Grimoire.ui.CompanionT... |
/*
Copyright (c) 2007 FlexLib Contributors. See:
http://code.google.com/p/flexlib/wiki/ProjectContributors
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 witho... |
package nt.assets
{
import flash.system.Capabilities;
import flash.utils.Dictionary;
/**
* AbstractAsset 提供了诸如用户管理之类的基本功能
* @author zhanghaocong
*
*/
public class AbstractAsset implements IAsset
{
public function AbstractAsset()
{
}
public function load(queue:AssetLoadQueue = null):void
{
}
... |
/* ***** 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/
*
... |
/**
* 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
{
import com.coltware.airxmail_internal;
import flash.filesystem.File;
import flash.filesystem.Fi... |
package cmodule.lua_wrapper
{
const __2E_str29279:int = gstaticInitter.alloc(12,1);
}
|
package com.explodingRabbit.cross.games
{
import com.explodingRabbit.cross.data.Consoles;
import com.explodingRabbit.cross.sound.Song;
import com.smbc.data.MapPack;
import com.smbc.data.Themes;
import com.smbc.errors.SingletonError;
import com.smbc.graphics.ThemeGroup;
import flash.utils.Dictionary;
publ... |
/* 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 = "12.5";
// var VERSION = "ECMA_1";
// var TITLE = ... |
package org.bigbluebutton.lib.deskshare.services {
import flash.net.NetConnection;
import flash.net.Responder;
import flash.net.SharedObject;
import org.bigbluebutton.lib.common.services.DefaultConnectionCallback;
import org.bigbluebutton.lib.common.services.IBaseConnection;
import org.bigbluebutton.lib.main.... |
package com.soenkerohde.foursquare {
import flash.events.IEventDispatcher;
import org.iotashan.oauth.OAuthToken;
public interface IFourSquare extends IEventDispatcher {
/**
* @param key OAuth Consumer Key
*/
function set clientid( clientid : String ) : void;
/**
* @param secret OAuth Consu... |
package away3d.geom{
import away3d.core.base.Mesh;
import away3d.core.base.Vertex;
import away3d.core.base.UV;
import away3d.core.base.Face;
import away3d.core.math.Number3D;
import away3d.materials.ITriangleMaterial;
import away3d.arcane;
use namespace arcane;
/**
* Class Merge merges two meshes ... |
package Mono.Managers
{
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.net.SharedObject;
import flash.utils.Dictionary;
[Event(name="complete", type="flash.events.Event")]
public class SaveManager extends EventDispatcher
{
public var dataLoaded:Dictionary = new Dictiona... |
package io.decagames.rotmg.ui.scroll {
import flash.events.Event;
import flash.events.MouseEvent;
import robotlegs.bender.bundles.mvcs.Mediator;
import robotlegs.bender.framework.api.ILogger;
public class UIScrollbarMediator extends Mediator {
public function UIScrollbarMediator() {
super();
}
[... |
/**
* <p>Original Author: toddanderson</p>
* <p>Class File: SubmenuPanelSkin.as</p>
* <p>Version: 0.3</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, incl... |
// makeswf -v 7 -r 1 -o textformat-properties-7.swf textformat-properties.as
#include "trace_properties.as"
trace_properties (_global.TextFormat, "_global", "TextFormat");
var a = new TextFormat ();
trace_properties (_global.TextFormat, "_global", "TextFormat");
trace_properties (a, "local", "a");
loadMovie ("FSCo... |
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.*;
[Embed(source="dats/EmbeddedAssets_candyColBrokenEmbed_.dat", mimeType="application/octet-stream")]
public class EmbeddedAssets_candyColBrokenEmbed_ extends ByteArrayAsset {
public function EmbeddedAssets_candyColBrokenEmbed_() {
super();
... |
package com.greensock.loading.utils
{
import com.greensock.loading.ImageLoader;
import com.greensock.loading.MP3Loader;
import com.greensock.loading.SWFLoader;
import com.greensock.loading.XMLLoader;
import com.greensock.loading.core.LoaderCore;
public class LoaderUtils
{
public static function generateLoader... |
package
{
import laya.display.Sprite;
import laya.display.Stage;
import laya.ui.Image;
import laya.ui.Panel;
import laya.utils.Browser;
/**
* ...
* @author suvivor
*/
public class UI_Panel
{
public function UI_Panel()
{
Laya.init(800, 600);
Laya.stage.alignV = Stage.ALIGN_MIDDLE;
Laya.... |
package kabam.rotmg.text.model {
import flash.text.TextField;
import kabam.rotmg.language.model.StringMap;
public interface TextAndMapProvider {
function getTextField():TextField;
function getStringMap():StringMap;
}
}
|
package com.playata.application.data.constants
{
import com.playata.framework.core.TypedObject;
import com.playata.framework.data.constants.ConstantsData;
public class CStreamingSetting extends ConstantsData
{
public static const CONSTANTS_KEY:String = "streaming_settings";
pub... |
/* 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.4.2.3";
// var VERSION = "ECMA_1";
// var TITLE =... |
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
include "driver.js"
include "array-shift-1.js"
|
package cmodule.lua_wrapper
{
public const _auxsort:int = regFunc(FSM_auxsort.start);
}
|
package gs.remoting
{
/**
* The RemotingCallResultHandler class processes a RemotingCall response.
*
* @see gs.remoting.RemotingCall
*/
public class RemotingCallResultHandler
{
/**
* Process the returned object.
*
* @param returned The returned object from the remoting call.
* @param isF... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.