text stringlengths 4 1.04M |
|---|
package consortion.view.club
{
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.controls.ScrollPanel;
import com.pickgliss.ui.controls.container.VBox;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.utils.ObjectUtils;
import flash.display.Sprite;
public class Clu... |
/**
* Licensed under the MIT license:
*
* http://www.opensource.org/licenses/mit-license.php
*
* (c) Copyright 2011 David Wagner.
*
* 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 Softwar... |
/*
Copyright 2006 Mark E Shepherd
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 w... |
//
// godmode
package godmode.core {
public class BehaviorTree
{
/**
* If true, the tree will generate a human readable String describing the state of the tree.
* This is slow, and should not be used in production code.
*/
public var debug :Boolean;
/** If both this and debug are true, the ... |
package com.playata.framework.data.constants
{
import com.playata.framework.core.Runtime;
import com.playata.framework.core.TypedObject;
import com.playata.framework.core.collection.GenericMap;
import com.playata.framework.core.collection.StringMap;
import com.playata.framework.core.util.BitFlag;
... |
package kabam.rotmg.ui.view {
import com.company.assembleegameclient.ui.dialogs.Dialog;
import flash.display.Sprite;
import org.osflash.signals.Signal;
import org.osflash.signals.natives.NativeMappedSignal;
public class CharacterSlotRegisterDialog extends Sprite {
private static const TEXT:String = "In order t... |
/**
* VERSION: 1.22
* DATE: 2011-05-05
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com/loadermax/
**/
package com.greensock.loading.data {
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
/**
* Can be used instead of a generic Object to define the <code>vars</code... |
package com.codeazur.as3swf.data
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.consts.ActionValueType;
import com.codeazur.utils.StringUtils;
import flash.utils.ByteArray;
import flash.utils.Endian;
public class SWFActionValue
{
public var type:uint;
public var string:String;
p... |
/* 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;
/*
In Ecma4 there are three sealed types; Boolean, N... |
////////////////////////////////////////////////////////////////////////////////
// Copyright 2016 Michael Schmalle - Teoti Graphix, LLC
//
// 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 ... |
package kabam.lib.json {
public interface JsonParser {
function stringify(_arg_1:Object):String;
function parse(_arg_1:String):Object;
}
}
|
/*
* PROJECT: NyARToolkitAS3
* --------------------------------------------------------------------------------
* This work is based on the original ARToolKit developed by
* Hirokazu Kato
* Mark Billinghurst
* HITLab, University of Washington, Seattle
* http://www.hitl.washington.edu/artoolkit/
*
* The ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* VERSION: 1.0
* DATE: 2012-03-22
* AS3 (AS2 and JS versions are also available)
* UPDATES AND DOCS AT: http://www.greensock.com
**/
import com.iequip.easing.Ease;
/**
* See AS3 files for full ASDocs
*
* <p><strong>Copyright 2008-2014, GreenSock. All rights reserved.</strong> This work is subject to the te... |
package flair.logging
{
/**
* @author SamYStudiO ( contact@samystudio.net )
*/
public function error( ...rest : Array ) : void
{
Logger.DEFAULT_LOGGER.error.apply( Logger.DEFAULT_LOGGER , rest );
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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 org.papervision3d.objects.special {
import org.papervision3d.core.proto.GeometryObject3D;
import flash.display.BitmapData;
import flash.geom.Matrix;
import org.papervision3d.core.geom.renderables.Vertex3D;
import org.papervision3d.objects.special.commands.BeginFill;
import org.papervision3d.objects.s... |
package Ankama_Common.ui
{
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.Texture;
import com.ankamagames.berilia.types.graphic.ButtonContainer;
import com.ankamagames.berilia.types.graphic.GraphicContainer;
import com.ankamagames.berilia.utils.ComponentHookList... |
package com.kingnare.skins.ComboBox
{
import flash.display.MovieClip;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;
public class ComboBoxUpSkin extends MovieClip
{
private var backgroundMovieClip:ComboBoxUpBackgroundSkin;
private var upArrow:ComboBox... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.idsquare.vince.iwedding.view
{
import flash.display.Sprite;
public class Eraser extends Sprite
{
public function Eraser()
{
// constructor code
}
}
}
|
package com.mycompany {
import com.tuarua.fre.ANEError;
import flash.events.EventDispatcher;
public class HelloWorldANE extends EventDispatcher {
private static var _helloWorld:HelloWorldANE;
public function HelloWorldANE() {
if (HelloWorldANEContext.context) {
var ret:* = HelloWorldANECont... |
package test {
public class Issue2955_1
{
public static function foo():void
{
new IBitmapDrawable$(EntryPoint)
}
}
} |
package utils.io {
/**
* @author nikkoh
*/
public class SendAndLoadConstants {
public static const SERVER_ERROR:String = "serverError";
public static const NOT_UPDATED:String = "notUpdated";
public static const SUCCESS:String = "success";
}
}
|
/**
* Copyright 2008 - TMTDigital LLC
*
* Author: Travis Tidwell (www.travistidwell.com)
* Version: 1.0
* Date: June 9th, 2008
*
* Description: The ScrollRegion class is used to manage the scrolling
* capabilities of the Playlist area of the player.
*
**/
package com.tmtdigital.dash.display.control... |
package org.flexlite.domUI.events
{
import flash.events.Event;
/**
* 尺寸改变事件
* @author DOM
*/
public class ResizeEvent extends Event
{
public static const RESIZE:String = "resize";
public function ResizeEvent(type:String,oldWidth:Number = NaN, oldHeight:Number = NaN,
bubbles:Bool... |
package com.hp.asi.hpic4vc.ui.model
{
[Bindable]
[RemoteClass(alias="com.hp.asi.hpic4vc.provider.model.LabelValueModel")]
/**
* A data model of HostDetail hostInformation to display.
* This Flex class maps to the LabelValueModel java type returned by
* the server_provider.
*/
public class LabelV... |
package org.flexlite.domUI.core
{
/**
* 多语言文本翻译接口。实现此接口并调用Injector注入后,可以截获并翻译所有文本控件的text属性。<br/>
* 提示:text属性可以用特殊标识符分隔开,例如:"key||替换文本1||替换文本2",
* 然后在translate()方法里自定义解析规则,重新组装文本并返回。
* @author DOM
*/
public interface ITranslator
{
/**
* 翻译指定的文本
* @param text 要翻译的文本
*/
functio... |
package
{
import feathers.system.DeviceCapabilities;
import flash.display.MovieClip;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.geom.Rectangle;
import flash.ui.ContextMenu;
import flash.utils.getDefinitionByName;
import starling.core.Starling... |
package com.xgame.godwar.liteui.core
{
import com.xgame.godwar.liteui.layouts.BaseLayout;
import com.xgame.godwar.utils.UIUtils;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.InteractiveObject;
import flash.display.Sprite;
import flash.events.MouseEvent;
... |
package {
import flash.events.Event;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Graphics;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.display.Shape;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.net.URLRequest;
/**
... |
package objects
{
import adobe.utils.XMLUI;
import flash.display.BlendMode;
import net.flashpunk.Entity;
import net.flashpunk.graphics.Graphiclist;
import net.flashpunk.graphics.Image;
import net.flashpunk.FP;
import net.flashpunk.Tween;
import net.flashpunk.tweens.misc.AngleTween;
/**
* ...
* @author M... |
package {
public class Main {
public function Main() {
var intValue:int = 1 ^ 1
}
}
} |
package aerys.minko.render.shader.part.phong
{
import aerys.minko.render.material.basic.BasicProperties;
import aerys.minko.render.shader.SFloat;
import aerys.minko.render.shader.Shader;
import aerys.minko.type.enum.SamplerFiltering;
import aerys.minko.type.enum.SamplerFormat;
import aerys.minko.type.enum.Sampler... |
/**
* Created by hyh on 1/3/16.
*/
package starlingbuilder.editor
{
import starling.display.Sprite;
public class UIEditorAppCI extends UIEditorApp
{
public function UIEditorAppCI()
{
super();
}
override protected function createEditorScreen():Sprite
{
... |
// =================================================================================================
//
// Starling Framework
// Copyright 2012 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 org.motivateclock.model.settings
{
import flash.desktop.NativeApplication;
import flash.net.registerClassAlias;
import org.motivateclock.enum.TypeEnum;
/**
* @author: Valeriy Bashtovoy
*
*/
public class Settings
{
registerClassAlias("SettingsAlias", Settings);
... |
package org.yellcorp.lib.xml.validator.errors
{
public class AttributeValidationError extends SchemaValidationError
{
public function AttributeValidationError(message:* = "", id:* = 0)
{
super(message, id);
}
}
}
|
package kabam.rotmg.dialogs.control {
import flash.display.Sprite;
import org.osflash.signals.Signal;
public class OpenDialogSignal extends Signal {
public function OpenDialogSignal() {
super(Sprite);
}
}
}
|
package {
(function () {
var a = {x: 0, y: 0};
for (var i = 0; i < 5000000; i++) {
a.x += i;
a.y += i;
}
trace(a.x + a.y);
})();
}
|
#if MP4
string name = "ManiaExchange Random Map Picker";
string shortMXName = "MX";
string MXColor = "\\$39f";
string gameName = "MP4";
string TMXURL = "tm.mania.exchange";
#elif TMNEXT
string name = "TrackmaniaExchange Random Map Picker";
string shortMXName = "TMX";
string MXColor = "\\$9fc";
string gameName... |
package com.splunk.palettes.brush
{
import com.jasongatt.core.ObservableArrayProperty;
import com.jasongatt.core.ObservableObject;
import com.jasongatt.core.ObservableProperty;
import com.jasongatt.graphics.brushes.GradientFillBrush;
import com.jasongatt.graphics.brushes.IBrush;
import com.jasongatt.graphics.br... |
package {
public final class Boolean {
public function Boolean(expression:Object = false);
public function toString():String;
public function valueOf():Boolean;
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
package com.gamesparks.api.responses
{
import com.gamesparks.api.types.*;
import com.gamesparks.*;
/**
* A response containing the requested property
*/
public class G... |
package com.company.assembleegameclient.objects {
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.ui.panels.Panel;
import kabam.rotmg.game.view.MoneyChangerPanel;
public class MoneyChanger extends GameObject implements IInteractiveObject {
... |
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */
/* 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... |
package com.rails2u.layout {
import flash.display.Graphics;
import flash.display.Sprite;
import flash.display.DisplayObject;
public class GridLayout {
protected var _rowCount:uint;
protected var _columnCount:uint;
protected var _cellHeight:Number;
protected var _cellWidt... |
/*
* Copyright 2017 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 t... |
package {
public dynamic final class LzInstantiatorService extends LzEventable {
var checkQDel:LzDelegate = null;static var LzInstantiator:LzInstantiatorService;function LzInstantiatorService () {
super();
this.checkQDel = new LzDelegate(this, "checkQ")
}LzInstantiatorService.LzInstantiator = new LzInstantiatorSer... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 cmodule.lua_wrapper
{
public const ___hexnan_D2A:int = regFunc(FSM___hexnan_D2A.start);
}
|
package ngine.core.collider {
import ncollections.LinkedList;
import ngine.core.Entity;
import ngine.core.collider.abstract.ICollider;
import ngine.core.collider.abstract.IColliderParameters;
import ngine.core.collider.parameters.LinearColliderParameters;
import ngine.math.vectors.Vector2D;
import npooling.P... |
package com.rockmatch.screenstates.gameplay.models
{
import com.rockmatch.core.base.models.BaseActor;
import com.rockmatch.screenstates.gameplay.events.model.GameplayModelEvent;
/**
*
* @author dkoloskov
*
*/
public class GameplayModel extends BaseActor implements IGameplayModel
{
private var _score:ui... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="stPatricksObjects.txt", mimeType="application/octet-stream")]
public class stPatricksObjects extends ByteArrayAsset {
public function stPatricksObjects() {
super();
}
}
} |
package com.catalystapps.gaf.display
{
import com.catalystapps.gaf.data.config.CFilter;
import starling.display.DisplayObjectContainer;
import flash.geom.Matrix;
/**
* @private
*/
public interface IGAFDisplayObject
{
function setFilterConfig(value: CFilter, scale: Number = 1): void;
function invalidateOr... |
////////////////////////////////////////////////////////////////////////////////
// Copyright 2010 Michael Schmalle - Teoti Graphix, LLC
//
// 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
/... |
package away3d.animators
{
import flash.display3D.*;
import flash.utils.*;
import away3d.*;
import away3d.animators.data.*;
import away3d.animators.nodes.*;
import away3d.core.base.*;
import away3d.core.base.data.*;
import away3d.core.managers.*;
import away3d.entities.*;
import away3d.materials.passes.*;
... |
package flash.security {
public interface IURIDereferencer {
function dereference(uri:String):IDataInput;
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2007-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 ... |
package zpp_nape.phys
{
import nape.phys.FluidProperties;
import nape.shape.ShapeList;
import nape.geom.Vec2;
import zpp_nape.util.ZNPList_ZPP_Shape;
import zpp_nape.shape.ZPP_Shape;
import zpp_nape.util.ZNPNode_ZPP_Shape;
import zpp_nape.geom.ZPP_Vec2;
import flash._-2v;
public class ZPP... |
package serverProto.immolation
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_ENUM;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
impor... |
class ChumbyEarthquakeEvent {
private var eventDescription:String;
private var eventDate:String;
private var eventLat:Number;
private var eventLong:Number;
private var eventMagnitude:Number;
public function ChumbyEarthquakeEvent(description:String, date:String, lat:Number, long:Number) {
eventDesc... |
package sh.saqoo.pv3d.util {
import sh.saqoo.geom.Point3D;
import org.papervision3d.core.geom.TriangleMesh3D;
import org.papervision3d.core.geom.renderables.Vertex3D;
import org.papervision3d.core.math.Matrix3D;
import org.papervision3d.core.math.Number3D;
public class PV3DUtil {
public static functio... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
/*
* Copyright 2011 Overstock.com and others.
*
* 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... |
package game.view.playerThumbnail
{
import com.pickgliss.ui.core.Disposeable;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.PixelSnapping;
import flash.display.Sprite;
import flash.events.Event;
import flash.filters.ColorMatrixFilter;
import flash.geom.Matrix... |
/* ***** 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.doitflash.consts
{
/**
* FontStyle class includes different font styles. which are either regular, bold, italic or bold-italic
* @author Hadi Tavakoli
*/
public class FontStyle
{
/**
* Regular font type.
*/
public static const REGULAR:String = "regular";
/**
* Bold font type.
... |
package sh.saqoo.net.facecom {
/**
* @author Saqoosha
*/
public class Usage {
private var _limit:uint;
private var _used:uint;
private var _remaining:uint;
private var _resetTime:Date;
public function Usage(data:Object) {
_limit = data.limit;
_used = data.used;
_remaining = data.rem... |
package kabam.rotmg.messaging.impl.incoming {
import flash.utils.IDataInput;
public class MapInfo extends IncomingMessage {
public var width_:int;
public var height_:int;
public var name_:String;
public var displayName_:String;
public var difficulty_:int;
public var fp_:uint;
public var b... |
/*
* ______ _____ _______
* .-----..--.--..----..-----.| __ \ \| ___|
* | _ || | || _|| -__|| __/ -- | ___|
* | __||_____||__| |_____||___| |_____/|___|
* |__|
* $Id: PdfNumberTree.as 262 2010-02-05 00:56:38Z alessandro.crugnola $
* $Author Alessandro Crugno... |
/*
Copyright 2012-2015 Joshua 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, distr... |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
*/
package com.evernote.edam.type {
import org.apache.thrift.Set;
import org.apache.thrift.type.BigInteger;
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.apache.thrift.*;
import org.apache.... |
package dom.tidesdk.worker
{
/**
* <p>A module for creating Worker threads in
* TideSDK.</p>
*/
public class TWorkerBase
{
//
// METHODS
//
/**
* <p>Create a worker thread instance.</p>
*
* @param source Either a JavaScript function (does not support closures), the URL of a JavaScript file,... |
shared enum OPERATION_TYPE{
None,
Double
}
shared int PerformOperationFromImported(int value, OPERATION_TYPE op)
{
switch(op){
case OPERATION_TYPE::Double:
return value * value;
}
return value;
}
|
/**
* Copyright (c) 2013 Open VideoView
*
* 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, publis... |
// AngelCAD sample: projection2d.as
// Demonstrates simple projection from 3d to 2d
shape@ main_shape()
{
// set extrude=true to get an STL file 1/100 mm high
// set extrude=false to get 2d DXF and/or SVG
bool extrude=true;
solid@ cyl = rotate_y(deg:30)*cylinder(r:30,h:100);
shape2d@ proj = pr... |
package com.company.assembleegameclient.ui.icons {
import flash.display.BitmapData;
public class IconButtonFactory {
public function IconButtonFactory() {
super();
}
public function create(_arg_1:BitmapData, _arg_2:String, _arg_3:String, _arg_4:String, _arg_5:int = 0):IconButton {
var _l... |
package system
{
import flash.net.URLLoader;
import flash.utils.ByteArray;
import interfaces.IMapper;
import system.PPU.Tile;
/**
* ...
* @author John
*/
public class ROM
{
public static const HORIZONTAL_MIRRORING:uint = 0;
public static const VERTICAL_MIRRORING:uint = 1;
public stati... |
package devoron.file
{
import flash.utils.ByteArray;
/**
* ...
* @author ...
*/
public class FileInfoPoint
{
private var _nativePath:String;
private var _bytes:ByteArray;
private var _modificationDate:Date;
public function FileInfoPoint(/*path:String*/modificationDate:Date, bytes:ByteArray)
{
... |
/*
* 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... |
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
package com.gamesparks.api.responses
{
import com.gamesparks.api.types.*;
import com.gamesparks.*;
/**
* A response containing the details of a the players social connec... |
package flash.errors
{
dynamic public class IOError extends Error
{
public function IOError(param1:String = "", param2:int = 0)
{
super(param1, param2);
return;
}// end function
}
}
|
package com.unhurdle.spectrum
{
COMPILE::JS{
import org.apache.royale.core.WrappedHTMLElement;
}
import com.unhurdle.spectrum.const.IconPrefix;
import org.apache.royale.events.Event;
import com.unhurdle.spectrum.includes.ActionButtonInclude;
import com.unhurdle.spectrum.utils.generateIcon;
public class CycleB... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.illuzor.circles.tools {
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundMixer;
import flash.net.URLRequest;
/**
* ...
* @author illuzor // illuzor.com
*/
public class AudioManager {
public static const CORRECT_SOUND:String = "../assets/sound_correc... |
package
{
/**
* Implements a generic finite-state machine.
*/
public class FSM
{
public var activeState :Function; // points to the currently active state function
public function FSM() {
}
public function setState(state :Function) :void {
activeState = state;
}
public function updat... |
package serverProto.warWorship
{
import com.netease.protobuf.Message;
import com.netease.protobuf.WritingBuffer;
import flash.utils.IDataInput;
import com.netease.protobuf.ReadUtils;
public final class ProtoWarWorshipGetRewardListReq extends Message
{
public function ProtoWarWorshipG... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 levels.level1.part5
{
import adobe.utils.CustomActions;
import score.medals.Medals;
import sound.SoundManager;
import assets.CharacterDialogueMessageAssets;
import assets.components.ECGAssets;
import assets.CompoundAssets;
import assets.dialogue.Level1DialogueAssets;
import assets.Gam... |
/*
* 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 flash.ui
{
import flash.events.*;
final public class ContextMenu extends EventDispatcher
{
public function get builtInItems():ContextMenuBuiltInItems
{
}
public function set builtInItems(value:ContextMenuBuiltInItems):void
{
}
public function get customItems(... |
package com.game.framework.data
{
public class NetRequestFormat
{
public static const JSON_FORMAT:String="json_format";
public static const XML_FORMAT:String="xml_format";
public function NetRequestFormat()
{
super();
}
}
} |
package kabam.rotmg.core.service {
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppEngineClient;
import robotlegs.bender.framework.api.ILogger;
public class RequestUnityNewsTask extends BaseTask {
public function RequestUnityNewsTask() {
super... |
package com.ixiyou.utils.display
{
import flash.display.*
import flash.events.*
/**
* 按钮处理
* @author spe
*/
public class ButtonUtil
{
/**
* 转移焦点
* @param oldBtn
* @param hitBtn
*/
public static function hitAreaToOther(oldBtn:Sprite,hitBtn:Sprite):void {
oldBtn.hitArea =... |
//------------------------------------------------------------------------------
//
// Copyright 2016 R2Games
// All rights reserved.
// By :ljh
//
//------------------------------------------------------------------------------
package com.fenhongxiang.util
{
public final class TimeUtil
{
public stati... |
class Hoge
{
int mValue;
Hoge()
{
mValue = 0;
}
Hoge@ opAssign(const Hoge &in aObj)
{
mValue = aObj.mValue;
return @this;
}
};
void main()
{
Hoge a = Hoge();
}
|
/**
* Created by ramvibhakar on 05/06/15.
*/
package sg.edu.smu.ksketch2.utils {
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
public class KSketch_Preference {
private static var prefsFile:File = File.applicationStorageDirectory;
//This function creates ... |
package net.richardlord.coral.vector
{
import com.gskinner.performance.MethodTest;
import com.gskinner.performance.TestSuite;
import net.richardlord.coral.Utils;
import net.richardlord.coral.Vector3d;
public class VectorResetTest extends TestSuite
{
private var loops : uint = 500000;
private var x1 : Numb... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.