text stringlengths 4 1.04M |
|---|
package com.rokannon.math.raycast
{
import com.rokannon.core.pool.ObjectPool;
import com.rokannon.core.utils.getProperty;
import com.rokannon.display.render.IRenderTarget;
import com.rokannon.display.render.IRenderable;
import com.rokannon.logging.Log;
import com.rokannon.logging.Logger;
imp... |
package com.xinguoedu.m.media.httpe
{
import com.xinguoedu.consts.PlayerState;
import com.xinguoedu.consts.StreamStatus;
import com.xinguoedu.evt.EventBus;
import com.xinguoedu.evt.media.MediaEvt;
import com.xinguoedu.m.media.BaseMedia;
import com.xinguoedu.m.vo.MediaVO;
import flash.events.Event;
import flas... |
package org.osflash.stream.types.vector.packets
{
import org.osflash.stream.StreamTypes;
/**
* @author Simon Richardson - me@simonrichardson.info
*/
public class VectorUIntPacket implements IVectorPacket
{
/**
* @private
*/
private var _value : uint;
public function VectorUIntPacket(value : uint... |
package com.ixiyou.utils.display
{
/**
* 图片 2进 字符间转换
* @author DefaultUser (Tools -> Custom Arguments...)
*/
import flash.display.BitmapData;
import flash.geom.Rectangle;
import flash.utils.ByteArray;
import com.ixiyou.utils.data.Base64
public class BitmapData2String
{
/**
*... |
/**
* Copyright (C) 2009 Philipp Heim, Sebastian Hellmann, Jens Lehmann, Steffen Lohmann and Timo Stegemann
*
* This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or... |
dynamic class tm.freshComponents.forms.FormManager
{
var buttonsOutLabel;
var buttonsOverLabel;
var gotoAndPlay;
var itemsCollection;
var itemsGroups;
var labelRollOut;
var labelRollOver;
var resetButton;
var submitButton;
var submitFormOnEnter;
var validateRequir... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2010 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.core
{
... |
/**
* PlayingWithParticlesExample1.as by Lee Burrows
* Feb 21, 2011
* Visit blog.leeburrows.com for more stuff
*
* 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,... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.core.model.PlayerModel
package kabam.rotmg.core.model
{
import org.osflash.signals.Signal;
import com.company.assembleegameclient.appengine.SavedCharactersList;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.... |
/* -*- mode: java; tab-width: 4 -*- */
/* ***** 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 Licens... |
package airdatabase.core
{
import airdatabase.ADBEvent;
import airdatabase.utils.EventListenerUtility;
import flash.data.SQLConnection;
import flash.data.SQLResult;
import flash.data.SQLStatement;
import flash.events.EventDispatcher;
import flash.events.IEventDispatcher;
import flash.events.SQLErrorEvent;
im... |
package data
{
import base.GLBase;
/**
* @author caihua
* @comment 数据基类
* 创建时间:2014-9-3 下午2:45:40
*/
public class GLDataBase extends GLBase
{
protected var _databaseName:String
protected var _dataContains:Array;
public function GLDataBase(dataName:String)
{
super(dataName);
_dataConta... |
package
{
import flash.system.ApplicationDomain;
import flash.utils.getDefinitionByName;
/**
* 字符串格式化,有三种不同的用法<br/>
* <code>
* e1. format("{0} + {1} = {2}", 1, 2, 3); 得到 "1 + 2 = 3"<br/>
* e2. format("{0} + {1} = {2}", [2, 3, 5]); 得到 "2 + 3 = 5"<br/>
* e3. format("用户名:{username}, 注册日期:{created}", {usernam... |
package
{
import feathers.examples.video.Main;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.display3D.Context3DProfile;
import flash.display3D.Context3DRenderMode;
import flash.events.Event;
import flash.geom.Rectangle;
import starling.core.S... |
package {
import flash.display.Sprite;
public class Issue2701_1 extends Sprite {
override $(EntryPoint)width
}
} |
package starline.ui.button {
import flash.display.*;
import flash.geom.ColorTransform;
import flash.text.*;
import flash.events.*;
import starline.player.components.MenuBtn;
/**
* ...
* @author Andrey Guzhva
*/
public class TextMenuButton extends Sprite {
private var _label:String = 'кнопка'... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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;
gTes... |
package a3dparticle.animators.actions.texture
{
import a3dparticle.animators.actions.AllParticleAction;
import away3d.textures.BitmapTexture;
import away3d.materials.passes.MaterialPassBase;
import away3d.materials.utils.ShaderRegisterElement;
import flash.display.BitmapData;
import a3dparticle.animators.actions... |
package game.view.heroHall
{
import com.dialog.DialogMgr;
import com.langue.Langue;
import com.sound.SoundManager;
import com.utils.Constants;
import com.view.base.event.EventType;
import flash.geom.Point;
import game.common.JTGlobalDef;
import game.data.ExpData;
import game.data.Goods;
import ... |
int sertest_intzorr;
string sertest_stringzorr;
vector<string> sertest_vec_string;
vector<int> sertest_vec_int;
vector<Material@> sertest_vec_obj;
set<Material@> sertest_set_obj;
map<int,int> sertest_map_int_int;
map<Material,Material> sertest_map_mat_mat;
map<Material,int> sertest_map_mix;
vector<vector<Material>... |
/******************************************************************************
* Spine Runtimes Software License v2.5
*
* Copyright (c) 2013-2016, Esoteric Software
* All rights reserved.
*
* You are granted a perpetual, non-exclusive, non-sublicensable, and
* non-transferable license to use, install, ex... |
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** 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 Li... |
/*
* Copyright (c) 2008-2009 the original author or authors
*
* 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... |
/* ***** 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/
*
... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2008 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.core.clipping.draw
{
import org.papervision3d.core.render.command.RenderableListItem;
/** Rectangle clipping */
public class RectangleClipping extends Clipping
{
public function RectangleClipping(minX:Number = -1000000, minY:Number = -1000000, maxX:Number = 1000000, m... |
/* 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 foo {
public class fletch{
public function lives(){return 'PASSED';}
}
}
import com.adobe... |
package org.osflash.transitions
{
import org.osflash.signals.ISignal;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public interface ITransition
{
function start() : void;
function stop() : void;
function pause() : void;
function resume() : void;
function reverse() : void;
function... |
class org.caleb.util.md5
{
/**
* Encrypt a string using the MD5 crypt hash
*
* @param str (String) string to be crypted
* @return String
*/
public static function calculate(str:String):String
{
return calcMD5(str);
}
private static function safeAdd(x, y)
{
var lsw = (x & 0xFFFF) + (y & 0xFFFF);
var ms... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedAssets_teslaEmbed_.dat", mimeType="application/octet-stream")]
public class EmbeddedAssets_teslaEmbed_ extends ByteArrayAsset {
public function EmbeddedAssets_teslaEmbed_() {
super();
}
}
} |
/*
* ...
* @author fox
*/
import com.GameInterface.DistributedValue;
import com.GameInterface.Input;
import com.Utils.Archive;
import com.Utils.GlobalSignal;
import com.fox.Utils.Common;
import flash.geom.Point;
import mx.utils.Delegate;
class com.fox.TMToggle
{
public var m_SwfRoot:MovieClip;
static var dvalTarget... |
/**
* Created by qingfenghuang on 2015/5/19.
*/
package me.shunia.xsqst_helper.game.module {
public class Gift extends BaseModule{
public static const DIG:int = 3;
public static const MINE:int = 4;
public var friends:Array = null;
public var giftTime:int = 0;
public var gift... |
/*
Downloadify: Client Side File Creation
JavaScript + Flash Library
Copyright (c) 2009 Douglas C. Neiner
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, includ... |
package dagd.andrea
{
import dagd.core.Game;
import flash.display.MovieClip;
import flash.events.Event;
import dagd.andrea.Balloon;
import dagd.andrea.Ant;
import dagd.andrea.Candy;
public class GameAndrea extends Game
{
private var balloons:Array = new Array();
private var ants:Array = n... |
package com.company.assembleegameclient.ui.menu {
import com.company.assembleegameclient.map.AbstractMap;
import com.company.assembleegameclient.objects.Player;
import com.company.assembleegameclient.ui.GameObjectListItem;
import com.company.assembleegameclient.ui.LineBreakDesign;
import flash.events.Event;
import fl... |
package global {
import elements.axis.AxisLabel;
import elements.labels.XLegend;
import elements.axis.XAxisLabels;
public class Global {
private static var instance:Global = null;
private static var allowInstantiation:Boolean = false;
public var x_labels:XAxisLabels;
public var x_legend:XL... |
// Action script...
// [Initial MovieClip Action of sprite 20966]
#initclip 231
if (!dofus.graphics.gapi.ui.HouseSale)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!dofus.graphics.gapi... |
package lib.engine.data.module
{
import lib.engine.utils.CObjectUtils;
/**
* 数据模块应答数据
* @author caihua
*
*/
public class CDataModuleAnswerData
{
private var _hasValue:Boolean = false;
private var _value:* = null;
private var _RequestData:CDataModuleRequestData;
/**
* 对象
* @param value 具体对... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2009 Adobe Systems Incorporated
// All Rights Reserved.
//
// NOTICE: Adobe permits you to use, modify, and distribute this file
// in accordance with the terms of the license agreement ac... |
/* 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
... |
/**
* Created with IntelliJ IDEA.
* User: Luca
* Date: 06/10/13
* Time: 11.34
*/
package it.juca.aigor.template.event {
import flash.events.Event;
public class TemplateEvent extends Event {
public static const OPEN:String = ENTITY + "Open";
public static const CLOSE:String = ENTITY + "Close";
public ... |
package jp.coremind.controller
{
import flash.geom.Rectangle;
import jp.coremind.core.Application;
import jp.coremind.view.layout.Size;
public class SliderConfigure2D
{
private var
_horizontal:SliderConfigure,
_vertical:SliderConfigure,
_slideArea:Re... |
package controllers.groupScroll {
import flash.display.Sprite;
/**
* Класс имитирует вертикальную прокрутку групп элементов. Обязательным условием для корректной работы
* является постоянный одинаковый размер всех элементов по высоте.
*
* @author Павел Гольцев
* @version 1.0.0
*/
public class Vertical... |
package com.ixiyou.speUI.containers
{
import com.ixiyou.managers.DragHaulRectManager;
import com.ixiyou.managers.MouseManager
import com.ixiyou.speUI.containers.MPanelBase;
import com.ixiyou.geom.DragEdge;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import com.ixiyou.speUI.mcontrols.Cu... |
import hooks;
import hook_globals;
import generic_effects;
import repeat_hooks;
from generic_effects import GenericEffect;
// New influence based hooks added by CE will go here
// Some are still in biome hooks
class GrantOthersInfluenceCard : EmpireTrigger {
Document doc("Give all other empires a particular influenc... |
package app.part.property
{
import app.Config;
import app.data.property.ButtonPropertyData;
import app.message.MessageCenter;
import flash.events.Event;
import spark.components.Image;
import spark.components.TextInput;
public class ButtonProperty extends PropertyBase
{
private var _data:ButtonPropertyD... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 kabam.rotmg.legends.model {
public class LegendsModel {
private const map:Object = {};
private var timespan:Timespan;
public function LegendsModel() {
timespan = Timespan.WEEK;
super();
}
public function getTimespan() : Times... |
/* ***** 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 2018, Earthfiredrake
// Released under the terms of the MIT License
// https://github.com/Earthfiredrake/SWL-LoreHound
import com.Utils.WeakPtr;
class efd.LoreHound.lib.util.WeakDelegate {
public static function Create(obj:Object, func:Function):Function {
var f = function() {
var target:WeakPtr =... |
/*
* =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... |
class mochi.MochiScores
{
function MochiScores()
{
}
static function setBoardID(boardID)
{
mochi.MochiScores.boardID = boardID;
mochi.MochiServices.send("scores_setBoardID",{boardID:boardID});
}
static function showLeaderboard(options)
{
if(options.clip == null || options.clip ... |
package com.greensock.plugins
{
import flash.display.MovieClip;
import com.greensock.TweenLite;
public class FramePlugin extends TweenPlugin
{
public static const API:Number = 1;
public var frame:int;
protected var _target:MovieClip;
public function F... |
/*
* 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 pu... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.dialogs.control.PopDialogSignal
package kabam.rotmg.dialogs.control
{
import org.osflash.signals.Signal;
public class PopDialogSignal extends Signal
{
}
}//package kabam.rotmg.dialogs.control
|
package com.tinyspeck.engine.view
{
import com.tinyspeck.engine.port.AssetManager;
import flash.display.DisplayObject;
import flash.display.MovieClip;
public class CabinetShelf extends MovieClip {
private var end_left:DisplayObject;
private var end_right:DisplayObject;
private var center:DisplayObject;... |
package flight
{
import flight.binding.BindTest;
import flight.binding.BindingTest;
import flight.binding.ObservingBindTest;
[Suite]
[RunWith("org.flexunit.runners.Suite")]
public class BindingTestSuite
{
public var bindingTest:BindingTest;
public var bindTest:BindTest;
public var observingBindTest:Observ... |
import gfx.managers.FocusHandler;
import gfx.io.GameDelegate;
import gfx.ui.InputDetails;
import Shared.GlobalFunc;
import skyui.components.list.ListLayoutManager;
import skyui.components.list.TabularList;
import skyui.components.list.ListLayout;
import skyui.components.ButtonPanel;
import skyui.util.ConfigManager;
i... |
package org.bigbluebutton.lib.presentation.commands {
import org.bigbluebutton.lib.presentation.models.Slide;
import org.bigbluebutton.lib.presentation.services.LoadSlideService;
import org.bigbluebutton.lib.whiteboard.services.IWhiteboardService;
import robotlegs.bender.bundles.mvcs.Command;
public class Lo... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
* MIT License
*
* Copyright (c) 2017 Digital Strawberry LLC
*
* 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,... |
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 BiBreadthFirstFind... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
package kabam.rotmg.account.web.services {
import com.company.assembleegameclient.util.GUID;
import flash.net.SharedObject;
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.core.services.LoadAccountTask;
import kabam.rotmg.account.web.model.AccountData;
import kabam... |
package io.decagames.rotmg.service.tracking {
import flash.crypto.generateRandomBytes;
import flash.display.Loader;
import flash.net.SharedObject;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import robotlegs.bender.framework.api.ILogger;
public class GoogleAnalyticsT... |
package cc.makeblock.mbot.lookandfeel
{
import org.aswing.UIDefaults;
import org.aswing.plaf.ASColorUIResource;
import org.aswing.plaf.basic.BasicLookAndFeel;
public class MyLookAndFeel extends BasicLookAndFeel
{
public function MyLookAndFeel(){}
override public function getDefaults():UIDefaults
{
va... |
/**
* User: booster
* Date: 11/14/12
* Time: 18:09
*/
package medkit.collection {
import medkit.collection.iterator.Iterator;
public class AbstractMapValuesCollectionIterator implements Iterator {
private var iterator:Iterator;
public function AbstractMapValuesCollectionIterator(iterator:Iterator) {
... |
package com.games.candycrush.board
{
import com.game.consts.ConstGameStatus;
import com.game.module.CDataManager;
import com.game.module.task.CTaskStepChecker;
import com.games.candycrush.ItemType;
import com.games.candycrush.board.match.Match;
import com.games.candycrush.board.match.MatchPatter... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.objects.particles.ShockParticle
package com.company.assembleegameclient.objects.particles
{
import com.company.assembleegameclient.objects.thrown.BitmapParticle;
import com.company.assembleegameclient.objects.GameObje... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.asml.ASParsingUtils;
import org.actionstep.asml.ASTagHandler;
import org.actionstep.ASSymbolImageRep;
import org.actionstep.NSDictionary;
import org.actionstep.NSException;
import org.actionstep.NSImage;
import org.actionstep.NSImageRep;
i... |
package com.axiomalaska.map
{
public class BaseLayerType
{
public static const MAP:String = 'GOOGLE_MAPS_ROADMAP';
public static const SATELLITE:String = 'GOOGLE_MAPS_SATELLITE';
public static const HYBRID:String = 'GOOGLE_MAPS_HYBRID';
public static const TERRAIN:String = 'GOOGLE_MAPS_PHYSICAL_FEATURES';
p... |
/**
* PutPortfolios.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.ArrayCollection;
... |
/*
* Copyright 2007-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
package com.ankamagames.dofus.datacenter.items.criterion
{
import com.ankamagames.jerakine.data.I18n;
import com.ankamagames.jerakine.interfaces.IDataCenter;
public class MariedItemCriterion extends ItemCriterion implements IDataCenter
{
public function MariedItemCriterion(... |
package kabam.rotmg.account.securityQuestions.data {
public class SecurityQuestionsModel {
public function SecurityQuestionsModel() {
securityQuestionsAnswers = [];
_securityQuestionsList = [];
super();
}
public var securityQuestionsAnswers:Array;
private var _showSecurityQues... |
package com.qcenzo.apps.chatroom.ui
{
import flash.display.Sprite;
import flash.events.Event;
import flash.geom.Rectangle;
import flash.text.TextField;
public class Danmu extends Sprite
{
private var pool:Vector.<Buttlet>;
private var bs:Vector.<Buttlet>;
private var i:int;
private var n:int... |
package game.view.smallMap
{
import com.pickgliss.events.FrameEvent;
import com.pickgliss.loader.BaseLoader;
import com.pickgliss.loader.DisplayLoader;
import com.pickgliss.loader.LoaderEvent;
import com.pickgliss.loader.LoaderManager;
import com.pickgliss.toplevel.StageReferance;
import com.pickgl... |
// Copyright (c) 2012 Kyoto University and DoGA
package
{
import fl.controls.List;
import flash.display.*;
import flash.events.*;
import flash.text.TextField;
import RadioButtonBase;
/**
* しおりリスト選択ボタンクラス.
*
* <p>ラジオボタンがベース。</p>
* <p>ボタンと関連付けてしおりリスト、または、しおりクリッカブルマップを保持し、
* ボタンの選択状態に対応して... |
package com.games.candycrush.board.match
{
public class MatchPattern
{
private var _w:int;
private var _h:int;
private var _isRotation:Boolean;//rotation
private var _id:int;
public function MatchPattern(id:int, width:int, height:int, isTransposable:Boolean)
{
... |
/*
* 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 purpose,
... |
/*
* Copyright 2009 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
*
* Unless required by applicable law or agreed ... |
package examples.fiducial.caurina.transitions.properties {
/**
* properties.TextShortcuts
* Special properties for the Tweener class to handle MovieClip filters
* The function names are strange/inverted because it makes for easier debugging (alphabetic order). They're only for internal use (on this class) ... |
; Antonio Romeu 92427, Francisco Lisboa 92464, grupo 20
; -----------------------------------------------------
; +--------------------+
; | Zona de constantes |
; +--------------------+
IO_WRITE EQU FFFEh
IO_CONTROL EQU FFFCh
SP_INI EQU FDFFh... |
//
// Stupid simple player for testing...
// @author Paul Gregoire (mondain@gmail.com)
//
// http://www.adobe.com/devnet/flash/quickstart/metadata_cue_points/
//
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.utils.ByteArray;
{
import flash.events.*;
import flash.media.*;
... |
package com.arxterra.events
{
import flash.events.Event;
// Jeff Gomes
public class DebugEventEx extends Event
{
// event type constants
public static const DEBUG_OUT:String = 'debugOut';
// event properties
/**
* Message to display
*/
public var message:String = '';
/**
* ... |
/*
* Copyright (C) 2003-2012 Igniterealtime Community Contributors
*
* Daniel Henninger
* Derrick Grigg <dgrigg@rogers.com>
* Juga Paazmaya <olavic@gmail.com>
* Nick Velloff <nick.velloff@gmail.com>
* Sean Treadway <seant@oncotype.dk>
* Sean Voisen <sean@voisen.org>
* Mark Walter... |
package com.company.util {
import flash.display.BitmapData;
public class ImageSet {
public var images:Vector.<BitmapData>;
public var imagesLength:int;
public function ImageSet() {
super();
this.images = new Vector.<BitmapData>();
this.imagesLength = this.images.length;
}
... |
/**
* Created by max.rozdobudko@gmail.com on 2019-09-04.
*/
package skein.locale.core {
import skein.locale.core.bundle.BundleContentEntry;
public interface BundleContent {
function getResources(): Vector.<BundleContentEntry>;
function hasResource(name: String): Boolean;
function setResource(name: Str... |
package utils.keyboard {
import com.dummyproject.SiteProxy;
import flash.display.Stage;
import flash.events.KeyboardEvent;
import flash.utils.Dictionary;
/**
* @author Svante
*/
public class BindKey {
private static var m_upbindings : Dictionary;
private static var m_downbindings : Dictiona... |
package com.hurlant.math {
import com.hurlant.math.*;
class MontgomeryReduction implements IReduction {
private var um:int;
private var mp:int;
private var mph:int;
private var mpl:int;
private var mt2:int;
private var m:BigInteger;
public ... |
package {
import flash.display.*;
import flash.events.*;
import pano.ExtraInterface;
import flash.filters.GlowFilter;
import pano.utils.TweenNano;
import flash.net.*;
public class Link extends Sprite{
private var EIF:ExtraInterface;
private var config:XML;
private var container:Sprite = new Sprite();
... |
package away3d.materials.methods
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import away3d.materials.compilation.ShaderRegisterCache;
import away3d.materials.compilation.ShaderRegisterElement;
use namespace arcane;
/**
* RimLightMethod provides a method to add rim lighting to a material... |
package view {
import flash.display.Graphics;
import flash.display.Sprite;
import flash.display.Stage;
import flash.events.TimerEvent;
import flash.text.TextField;
import flash.utils.Timer;
/**
* ...
* @author hongjie
*/
public final class Alert extends Sprite {
private var _tf:TextField;
priva... |
/*
* 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 ... |
package com.hurlant.util.asn1.type {
import flash.net.registerClassAlias;
public class BooleanType extends ASN1Type {
registerClassAlias("com.hurlant.util.asn1.BooleanType", BooleanType);
public function BooleanType() {
super(ASN1Type.BOOLEAN);
}
}
} |
/**
* MochiServices
* Connection class for all MochiAds Remote Services
* @author Mochi Media
*/
package mochi.as3 {
import flash.geom.Rectangle;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
import flash.display.MovieClip;
impor... |
package com.ankamagames.dofus.network.messages.game.presets
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
impo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.