CombinedText stringlengths 4 3.42M |
|---|
package com.swlodarski.utils
{
/**
* @author sw
*/
public class Map extends Collection
{
public function Map( $cmp : Function )
{
_cmp = $cmp
}
public function insert( $key : * , $value : * ) : void
{
_treeInsert( _treeInsertBasic( $key, $value ));
}
... |
package org.docksidestage.dbflute.flex.ex {
import org.docksidestage.dbflute.flex.bs.BsWhiteBaseOne11Cirque;
/**
* The entity of WHITE_BASE_ONE11_CIRQUE.
* <p>
* You can implement your original methods here.
* This class remains when re-generating.
* </p>
* @author DBFlute(AutoGenerator)
*/
[RemoteClass(alias=... |
/*
Copyright 2009 by the authors of asaplibrary, http://asaplibrary.org
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable... |
package feathers.examples.todos
{
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.List;
import feathers.controls.PanelScreen;
import feathers.controls.ScrollContainer;
import feathers.controls.TextInput;
import feathers.controls.ToggleButton;
import feathers.data.ListC... |
package a3dparticle.particle
{
import a3dparticle.animators.ParticleAnimation;
import a3dparticle.animators.ParticleAnimationtor;
import a3dparticle.core.SubContainer;
import away3d.cameras.Camera3D;
import away3d.core.base.IRenderable;
import away3d.core.managers.Stage3DProxy;
import flash.display.BlendMode;
i... |
package org.floxy.tests.integration
{
public final class FinalClass
{
}
} |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_teslaEmbed_
package kabam.rotmg.assets
{
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedAssets_tesla.dat", mimeType="application/octet-stream")]
public class EmbeddedAssets_teslaEmbed_ extends ByteArrayAsset... |
package com.playata.application.ui
{
import com.playata.framework.display.IDisplayObject;
import com.playata.framework.display.ui.controls.ITextField;
import flash.geom.Rectangle;
import org.casalib.util.AlignUtil;
public class AppUiUtil
{
public function AppUiUtil()
{
... |
// =================================================================================================
//
// 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.
//... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.superkaka.KLib.net.rpc
{
/**
* 单个RPC过程调用结果
* @author kaka
*/
public class RPCResult
{
public var result:*;
public var request:RPCRequest;
public function RPCResult(result:*= null, request:RPCRequest = null):void
{
this.result = result;
this.request = request;
}
... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package gwis {
import gwis.update.Update_Base;
import gwis.utils.Query_Filters;
import items.feats.Direction_Step;
import items.utils.Landmark;
import utils.geom.Geometry;
import utils... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 lib.engine.game.application
{
import flash.display.Sprite;
import flash.events.Event;
import lib.engine.data.module.CDataModuleManager;
import lib.engine.event.CEvent;
import lib.engine.event.CEventSubject;
import lib.engine.event.CEventVar;
import lib.engine.game.Canvas.GameCanvas;
import lib.engine.... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.treasureHunt
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INe... |
package kabam.rotmg.account.core.services {
import com.company.assembleegameclient.util.TimeUtil;
import com.company.assembleegameclient.util.offer.Offers;
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.account.core.model.OfferModel;
import kabam.rotmg.app... |
package org.arisgames.editor.components
{
import com.google.maps.LatLng;
import com.google.maps.Map3D;
import com.google.maps.MapAction;
import com.google.maps.MapEvent;
import com.google.maps.MapMouseEvent;
import com.google.maps.MapOptions;
import com.google.maps.MapType;
import com.google.maps.View;
import com.googl... |
package kabam.lib.net.api {
import kabam.lib.net.impl.MessagePool;
public interface MessageMapping {
function setID(param1:int):MessageMapping;
function toMessage(param1:Class):MessageMapping;
function toHandler(param1:Class):MessageMapping;
function toMethod(param1:Function):MessageMapping;
... |
package ca.newcommerce.googlecontacts.webservice
{
import ca.newcommerce.googlecontacts.events.GContactsEvent;
import flash.events.EventDispatcher;
import flash.net.NetConnection;
import flash.net.Responder;
import flash.events.SecurityErrorEvent;
import flash.events.IOErrorEvent;
import flash.events.N... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package grax {
import flash.utils.getQualifiedClassName;
import mx.controls.Alert;
import mx.core.IUID;
import mx.events.CloseEvent;
import mx.managers.PopUpManager;
import mx.utils.UI... |
package Components
{
import Shared.AS3.BSScrollingList;
import flash.display.MovieClip;
public class ItemCard_ComponentsEntry extends ItemCard_Entry
{
public var EntryHolder_mc:MovieClip;
private var currY:Number;
private const ENTRY_SPACING:Number = 0;
public function ItemCard_ComponentsE... |
package away3d.cameras.lenses {
import away3d.cameras.*;
import away3d.containers.*;
import away3d.core.base.Vertex;
import away3d.core.clip.*;
import away3d.core.draw.*;
import away3d.core.geom.*;
import away3d.core.math.*;
import away3d.core.utils.*;
/**
* Abstract lens for resolving perspectiv... |
package visuals.ui.base
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashSprite;
import flash.display.MovieClip;
import visuals.ui.elements.generic.SymbolFullscreenBackgroundGener... |
package noviceactivity
{
import bagAndInfo.cell.BagCell;
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.controls.SimpleBitmapButton;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.ui.text.FilterFrameText;
import com.pickgliss.utils.ClassUtils;
import com.pickgliss... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* TLSSocket
*
* This is the "end-user" TLS class.
* It works just like a Socket, by encapsulating a Socket and
* wrapping the TLS protocol around the data that passes over it.
* This class can either create a socket connection, or reuse an
* existing connected socket. The later is useful for STARTTLS flows.
... |
package goplayer
{
import flash.display.Stage
import flash.events.MouseEvent
public class PluginAPI
{
private static var _dimensions : Dimensions = null
private static var _plugin : IPlugin = null
private static var _player : Player = null
private static var _configuration:Object = {... |
import com.avVenta.events.IBroadcastable;
import com.avVenta.events.EventBroadcaster;
import flash.display.BitmapData;
import flash.geom.Matrix;
/**
* @author jose.solano
*/
class com.avVenta.skin.SkinElement extends MovieClip implements IBroadcastable{
static public var LINKAGE:String = "__Packages.c... |
package ruby.internals
{
public class Vm_method_c
{
public var rc:RubyCore;
// vm_method.c:12
import ruby.internals.StackPointer;
public var __send__:int, object_id:int;
public var removed:int, singleton_removed:int, undefined_:int, singleton_undefined:int;
public var eqq:int, each_:int, aref:int, aset:... |
package org.jbei.lib.utils
{
import flash.events.Event;
/**
* @author Zinovii Dmytriv
*/
public class LoggerEvent extends Event
{
public static const LOG:String = "LoggerEvent";
public var message:String;
// Constructor
public function LoggerEvent(type:String, message:Strin... |
package com.codeazur.as3swf.data.actions.swf4
{
import com.codeazur.as3swf.data.actions.*;
public class ActionOr extends Action implements IAction
{
public static const CODE:uint = 0x11;
public function ActionOr(code:uint, length:uint, pos:uint) {
super(code, length, pos);
}
override ... |
/**
* The MIT License
*
* Copyright (c) 2011 Patrick Mowrer
*
* 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 com.bojinx.api.context.config.support
{
/**
* Defines the contract for Annotations
* that can be prioritized.
*
* <br /><br />
*
* Higher number = Low Priority
* Lower number = High Priority
*
* @author Wael Jammal
*/
public interface IPrioritySupport
{
/**
* The priority value to b... |
package com.playata.application.task
{
import com.playata.application.AppErrorReporter;
import com.playata.framework.application.Environment;
import com.playata.framework.assets.Assets;
import com.playata.framework.assets.AssetsConfig;
import com.playata.framework.core.Core;
import com.playata.framewo... |
package com.ankamagames.jerakine.messages
{
public class ConnectionResumedMessage implements Message
{
public function ConnectionResumedMessage()
{
super();
}
}
}
|
package com.pawgame {
import com.pawgame.modules.uicode.MemberVo;
public class ClassUtils {
public function ClassUtils() {
}
public static function getAllMembers(classInfo:Object):Array
{
var memberInfo:Object;
var memberName:String;
var memberType:String;
var allMembe... |
package damageCalculation.damageManagement
{
import flash.Boot;
public final class DragResultEnum
{
public static var ACTIVE_OBJECT:DragResultEnum = new DragResultEnum("ACTIVE_OBJECT",2,null);
public static var COLLISION:DragResultEnum = new DragResultEnum("COLLISION",1,n... |
/**
* Escaper
*
* Escapes all the backslashes which are not translated correctly in the Flash -> JavaScript Interface
*
* Adapted from http://swfupload.googlecode.com/
*
* These functions had to be developed because the ExternalInterface has a bug that simply places the
* value a string in quotes (excep... |
package tabard.command
{
import base.NarutoCommand;
import def.PluginDef;
public class OpenTabardCommand extends NarutoCommand
{
public var errorCode:int;
public var tabIdx:int;
public var mainTabIdx:int;
public var showIdx:Boolean;
publi... |
package
{
import PIXI.Container;
import PIXI.Sprite;
import PIXI.SystemRenderer;
import PIXI.Texture;
import PIXI.WebGLRenderer;
import bunnymark.TileTestPixi;
/**
* ...
* @author lizhi
*/
public class PixiTest
{
private var stage:Container;
private var renderer:SystemRenderer;
private var s:... |
package cmodule.lua_wrapper
{
const __2E_str23405:int = gstaticInitter.alloc(5,1);
}
|
package com.arsec.ui
{
import com.arsec.ui.*;
import com.arsec.system.*;
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.geom.ColorTransform;
import flash.geom.Point;
import flash.events.MouseEvent;
public class ScrollButton extends Gadget
{
private var target:MovieClip;
private... |
///////////////////////////////////////////////////////////////////////////
// Copyright (c) 2013 Esri. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http:... |
package com.HAL.utils {
import mx.collections.ArrayCollection;
public class XMLObjectUtils {
public static function getValuesFromNodeOfTypeTitleWithDetails(data:Object):Array {
var retVal:Array = [];
if ( (data.value == null) && (data.children is Array) && (data.children.length == 2) ) {
var ac:A... |
package com.flexcapacitor.tools {
import com.flexcapacitor.controller.Radiate;
import com.flexcapacitor.controller.RadiateUtilities;
import com.flexcapacitor.events.RadiateEvent;
import com.flexcapacitor.managers.DocumentManager;
import com.flexcapacitor.managers.ScaleManager;
import com.flexcapacitor.managers.T... |
package Ankama_Social.ui
{
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.types.LocationEnum;
import com.ankamagames.berilia.types.graphic.ButtonContainer;
import com.ankamagames.berilia.types.graphic.GraphicContainer;
i... |
/*
Feathers
Copyright 2012-2015 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.extension.ahhenderson.controls.supportClasses
{
import feathers.controls.GroupedList;
impor... |
package com.application.ocgsee.proxys
{
import com.application.engine.search.SearchEngine;
import flash.data.SQLResult;
import flash.utils.ByteArray;
import mvclite.proxys.Proxy_Lite;
import starling.utils.formatString;
public class FavoritesSearchProxy extends Proxy_Lite
{
public var model:SearchEngin... |
package com.tuarua.arkit {
import com.tuarua.ARANEContext;
import com.tuarua.arkit.animation.Action;
import com.tuarua.fre.ANEError;
[RemoteClass(alias="com.tuarua.arkit.NodeReference")]
public class NodeReference {
protected var _name:String;
protected var _parentName:String;
protected var _isAdded:Boolea... |
/**
* VERSION: 12.0.1
* DATE: 2013-05-21
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.plugins {
import com.greensock.TweenLite;
import flash.filters.BitmapFilter;
import flash.filters.BlurFilter;
/**
* @private
* Base class for all filter plugins (like blurFilter, colorMatrix... |
/**
* <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, m... |
package com.ankamagames.dofus.network.types.game.context.roleplay
{
import com.ankamagames.dofus.network.types.game.context.EntityDispositionInformations;
import com.ankamagames.dofus.network.types.game.look.EntityLook;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.je... |
package com.neopets.util.loading
{
/**
* This is Infomation that is used by the Loading Manager
*
* @langversion ActionScript 3.0
* @playerversion Flash 10.0
*
* @Clive henrick
* @since 1.06.10
*/
public class LoadingManagerConstants
{
//--------------------------------------
// CONST
//--... |
/*
Copyright (c) 2009 Trevor McCauley
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... |
package kabam.rotmg.account.ui.components {
import com.company.ui.BaseSimpleText;
import flash.display.CapsStyle;
import flash.display.JointStyle;
import flash.display.LineScaleMode;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.TextEvent;
import flash.fil... |
/**
* Copyright 2017 FreshPlanet
* 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... |
package org.as3lib.kitchensync.action.tween
{
import org.as3lib.kitchensync.KitchenSyncDefaults;
/**
* A TweenTarget used to tween numeric properties of an object.
*
* @example Generally used internally by KSTween but can be explicitly created thusly...
* <listing version="3.0">
* var target:Sprite =... |
/*
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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.ankamagames.dofus.network.types.game.achievement
{
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;
publ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 Box2DAS.Dynamics.Joints {
import Box2DAS.*;
import Box2DAS.Collision.*;
import Box2DAS.Collision.Shapes.*;
import Box2DAS.Common.*;
import Box2DAS.Dynamics.*;
import Box2DAS.Dynamics.Contacts.*;
import Box2DAS.Dynamics.Joints.*;
import cmodule.Box2D.*;
import flash.events.*;
/// Joint definitions... |
// ActionScript file
import mx.controls.Image;
import mx.managers.PopUpManager;
import org.bytearray.gif.events.*;
import org.bytearray.gif.player.GIFPlayer;
private var mygifplayer:GIFPlayer;//new a GIF player
public var img:Image; //new a image container as the container of GIF player
public function loading(u... |
package framework.model
{
import framework.fibre.patterns.Proxy;
/**
* @author melody
*/
public class UserInfoProxy extends Proxy
{
public static const NAME:String = "userInfoProxy";
private var _userInfo:UserInfo;
private var _userId:String;
public function UserInfoProxy()
{
super(NAME);
... |
/* AS3
Copyright 2008
*/
package com.neopets.projects.support.trivia.lang
{
/**
* This is list of the Resouce IDs that will be used in a Specific Preloader
* These are used to find the "resname" atttribute in the returned XML from Neopets
* #### You should Make your own version of this list or copy it for ... |
package com.ankamagames.dofus.logic.game.fight.managers
{
import com.ankamagames.atouin.Atouin;
import com.ankamagames.atouin.AtouinConstants;
import com.ankamagames.atouin.enums.PlacementStrataEnums;
import com.ankamagames.atouin.managers.EntitiesDisplayManager;
import com.ankamagames.atouin.manag... |
////////////////////////////////////////////////////////////////////////////////
// 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 accom... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
package Ankama_Job.ui
{
import Ankama_Common.Common;
import Ankama_ContextMenu.ContextMenu;
import com.ankama.dofus.enums.ActionIds;
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.Grid;
import com.ankamagames.berilia.components.Label;
import com.ankamaga... |
////////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2013 CodeCatalyst, LLC - http://www.codecatalyst.com/
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// ... |
/*
* PROJECT: FLARToolKit
* --------------------------------------------------------------------------------
* This work is based on the FLARToolKit developed by
* R.Iizuka (nyatla)
* http://nyatla.jp/nyatoolkit/
*
* The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
* Copyright (C)2008 Saq... |
package serverProto.battleRoyale
{
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;
imp... |
package com.epolyakov.mock
{
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFalse;
import org.flexunit.asserts.assertTrue;
/**
* @author Evgeniy Polyakov
*/
public class TimesTests
{
[Test]
public function never_ShouldMatch0():void
{
assertTrue(Times.never.match(0));
... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
class T
{
~T() {Print("once");@g = @this;}
}
T @g;
void Test()
{
T a;
}
|
/*
* Copyright the original author or authors.
*
* Licensed under 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/MPL-1.1.html
*
* Unless require... |
/* 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 = "7.7.3-1";
// var VERSION = "ECMA_1";
// var TITLE = "Numeric Lit... |
package cmodule.lua_wrapper
{
const __2E_str10217:int = gstaticInitter.alloc(7,1);
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Character class
package org.ffilmation.engine.elements {
// Imports
import flash.display.*
import flash.events.*
import flash.geom.Point
import org.ffilmation.engine.core.*
import org.ffilmation.engine.interfaces.*
import org.ffilmation.engine.helpers.*
import org.ffilmation.engine.eve... |
package com.tuarua.utils {
import com.tuarua.WebViewANE;
import flash.system.Capabilities;
public final class os {
private static const platform:String = Capabilities.version.substr(0, 3).toLowerCase();
public static const isWindows:Boolean = platform == "win";
public static const isOSX:Boolean = platform... |
package away3d.core.pick
{
import away3d.bounds.BoundingVolumeBase;
import away3d.containers.Scene3D;
import away3d.containers.View3D;
import away3d.arcane;
import away3d.core.data.EntityListItem;
import away3d.core.traverse.EntityCollector;
import away3d.entities.Entity;
import flash.geom.Matrix3D;
import ... |
package game.view.activity.base.AllGiftsBase {
import com.utils.Constants;
import com.view.View;
import game.manager.AssetMgr;
import starling.display.Button;
import starling.display.Image;
import starling.text.TextField;
import starling.textures.Texture;
public class BindingGoodFrien... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package com.company.assembleegameclient.objects.particles {
import com.company.assembleegameclient.objects.GameObject;
import flash.events.TimerEvent;
import flash.geom.Point;
import flash.utils.Timer;
public class ShockeeEffect extends ParticleEffect {
public var start_:Point;
pub... |
/**
* Created with IntelliJ IDEA.
* User: Luca
* Date: 04/06/14
* Time: 22.39
*/
package it.juca.aigor.project.model {
import flash.filesystem.File;
import flash.net.registerClassAlias;
import it.juca.aigor.project.model.vo.Project;
import it.juca.application.robotlegs.model.Proxy;
public class ProjectProxy exte... |
import org.caleb.core.CoreObject;
/**
* The root class from which all event state objects shall be derived.
*
* @version 1.0
* @see CoreObject
*
*/
class org.caleb.event.Event extends CoreObject{
private var $type:String;
private var $sender:Object;
private var $arguments:Object;
// mod this to use ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.codeazur.as3swf.data.filters
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.utils.ColorUtils;
import flash.filters.BitmapFilter;
import flash.filters.DropShadowFilter;
public class FilterDropShadow extends Filter implements IFilter
{
public var dropShadowColor:uint;
... |
table dvBed
"core disease variation data"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chrom"
uint chromEnd; "End position in chrom"
string name; "BAC Name"
)
|
/*
Copyright (C) 2012 John Nesky
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, distribute, s... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 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/. */
const NITER:int=100000000;
function main():void
{
var a:float=1.2f;
var b:float=2.4f;
var c:float = -3.2f;
... |
package cmodule.lua_wrapper
{
public const _luaK_exp2val:int = regFunc(FSM_luaK_exp2val.start);
}
|
package feathers.touchKeyboard.data
{
import feathers.touchKeyboard.TouchKeyboard;
import mx.utils.StringUtil;
public class GapData implements IRenderableData
{
protected var _widthInUnits:Number;
public function get widthInUnits():Number
{
return _widthInUnits;
}
public function set widt... |
/*
The License
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, distribute, sublicense, and/or se... |
package faces.controller
{
import faces.command.ICommandContext;
import faces.command.RemoveCommand;
import faces.command.SearchCommand;
import faces.command.UpdateCommand;
import mx.core.Container;
import faces.model.Face;
import faces.model.FacesModel;
import faces.service.Serv... |
import gfx.events.EventDispatcher;
import gfx.managers.FocusHandler;
import gfx.ui.NavigationCode;
import gfx.ui.InputDetails;
import Shared.GlobalFunc;
import skyui.util.ConfigManager;
class skyui.components.SearchWidget extends MovieClip
{
/* CONSTANTS */
private static var S_FILTER = "$FILTER";
/* PR... |
/**
* Created by Николай_2 on 10.10.2014.
*/
package {
import flash.display.LoaderInfo;
import flash.display.Sprite;
import flash.events.Event;
import flash.external.ExternalInterface;
import flash.system.Security;
import org.silexlabs.amfphp.clientgenerator.NetConnectionSingleton;
import org.silexlabs.amfphp.clien... |
package org.osflash.ui.components.themes.graphic.analog
{
import org.osflash.signals.ISignal;
import org.osflash.signals.natives.NativeSignal;
import org.osflash.ui.components.analog.IUIAnalogRotaryKnobView;
import org.osflash.ui.components.analog.UIAnalogRotaryKnob;
import org.osflash.ui.components.analog.UIAnalo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.