text stringlengths 4 1.04M |
|---|
package com.as3nui.nativeExtensions.air.kinect.examples.basic {
import com.as3nui.nativeExtensions.air.kinect.Kinect;
import com.as3nui.nativeExtensions.air.kinect.KinectSettings;
import com.as3nui.nativeExtensions.air.kinect.constants.CameraResolution;
import com.as3nui.nativeExtensions.air.kinect.data.DeviceCapab... |
package
{
import com.greensock.easing.*;
import com.greensock.TweenMax;
import flash.display.Sprite;
import flash.events.Event;
import ugLabs.graphics.SpriteSheetAnimation;
/**
* ...
* @author UnknownGuardian
*/
public class BossVrain extends Entity
{
public var spriteSheet:SpriteSheetAnimation;
... |
package websocket.hurlant.crypto.symmetric
{
import flash.utils.ByteArray;
public interface ISymmetricKey
{
function getBlockSize() : uint;
function encrypt(param1:ByteArray, param2:uint = 0) : void;
function decrypt(param1:ByteArray, param2:uint = 0) : void;
... |
// =================================================================================================
//
// 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.
/... |
/**
* Created by max.rozdobudko@gmail.com on 12/10/17.
*/
package com.github.airext.notifications {
public class NotificationCenterAuthorizationOptions {
public static var badge: NotificationCenterAuthorizationOptions = new NotificationCenterAuthorizationOptions(1 << 0);
public static var sound: Notification... |
package com.picsean.publish.model.vo
{
import com.adobe.serialization.json.JSON;
import com.picsean.publish.database.dao.IssueDAO;
import com.picsean.publish.utils.CookieHelper;
public class IssueRawVO
{
public var id:Number;
public var pubid : String;
public var magid : String;
public var editionid : ... |
package starling.display
{
import flash.display.Bitmap;
import flash.geom.Matrix;
import starling.display.graphics.Fill;
import starling.display.graphics.Stroke;
import starling.display.materials.StandardMaterial;
import starling.display.shaders.fragment.TextureVertexColorFragmentShader;
import starling.displa... |
/* ***** 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 2015-2018 Marcel Piestansky
*
* 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, merg... |
package {
import flash.display.Sprite;
public class Main {
public function Main() {
foo$(EntryPoint)(new Sprite(), new Sprite());
}
}
} |
package nz.co.codec.flexorm
{
import flash.utils.getQualifiedClassName;
public class BlockingExecutor extends Executor
{
private var _finalHandler:Function;
public function BlockingExecutor()
{
super();
}
public function addFunction(fn:Function):void
... |
// Static 3D scene example.
// This sample demonstrates:
// - Creating a 3D scene with static content
// - Displaying the scene using the Renderer subsystem
// - Handling keyboard and mouse input to move a freelook camera
#include "Scripts/Utilities/Sample.as"
void Start()
{
// Execute the c... |
package org.superkaka.KLib.display
{
//import com.greensock.easing.Cubic;
//import com.greensock.TweenLite;
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* 镜头控制
* @author kaka
*/
public class ... |
package interactive.apartment.items
{
import assets.ItemAssets;
import bluekarma.interactive.base.Item;
import starling.display.Image;
/**
* ...
* @author Shaun Stone
*/
public class WorkClothing extends Item
{
protected var clothing:Image;
public function Work... |
package serverProto.friend
{
import com.netease.protobuf.Message;
import com.netease.protobuf.WritingBuffer;
import flash.utils.IDataInput;
import com.netease.protobuf.ReadUtils;
public final class ProtoGetFriendListRequest extends Message
{
public function ProtoGetFriendListRequest(... |
package spriteflexjs
{
import flash.display.Sprite;
import flash.events.Event;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import flash.utils.getTimer;
/**
* ...
* @author lizhi
*/
public class Stats extends Sprite
{
public var tf:TextField;
public... |
package com.adobe.example
{
public class Calculator
{
public function multiply(
numberOne : Number,
numberTwo : Number ) : Number
{
return numberOne * numberTwo;
}
}
} |
package com.company.assembleegameclient.screens {
import com.company.assembleegameclient.parameters.Parameters;
import com.company.assembleegameclient.sound.SoundEffectLibrary;
import com.company.util.MoreColorUtil;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.fi... |
package com.company.assembleegameclient.objects.particles {
import com.company.assembleegameclient.objects.GameObject;
public class HealingEffect extends ParticleEffect {
public function HealingEffect(param1:GameObject) {
super();
this.go_ = param1;
this.lastPart_ = 0;
}
public var... |
/*
* 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 licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ma... |
/* 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/. */
// var SECTION = "regress_551587_2";
// var VERSION = "AS3";
// var TITLE = "MathClass:_min and _max does not ... |
package com.company.assembleegameclient.objects.particles {
import com.company.assembleegameclient.objects.GameObject;
import com.company.assembleegameclient.util.FreeList;
public class VentEffect extends ParticleEffect {
private static const BUBBLE_PERIOD:int = 50;
public var go_:GameObject;
public var... |
package cmodule.lua_wrapper
{
const __2E_str23151:int = gstaticInitter.alloc(6,1);
}
|
/**
* VERSION: 1.3
* DATE: 9/15/2009
* ACTIONSCRIPT VERSION: 3.0
* UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com
**/
package com.greensock.plugins {
import com.greensock.*;
import com.greensock.core.*;
/**
* TweenPlugin is the base class for all TweenLite/TweenMax plugins. <br /><br />
*
... |
/**
* This class executes a function if a registered movie is not present.
*
* @author Marco A. Alvarado
* @version 1.0.0 2007-06-26
*/
class com.avVenta.watchdog.Watchdog {
static private var TOKEN_SET:Number = 0;
static private var TOKEN_REQUEST:Number = 1;
/**
*
*/
static private functio... |
table pairedTagAlign
"Peaks format (BED 6+)"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
string name; "Name of item"
uint score; "Score from 0-1000"
char[1] strand;... |
//
// $Id$
package com.threerings.msoy.room.client.snapshot {
import flash.geom.Matrix;
/**
* The framer calculates the transformation necessary to place an image in a frame by providing
* a _scale factor and offset.
*/
public interface Framer
{
/**
* Get the starting matrix for this framer.
*/
... |
package ormtest.model
{
[Bindable]
public class F
{
[Id]
[ManyToOne]
public var c:C;
[Id]
[ManyToOne]
public var d:D;
public var name:String;
}
} |
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.*;
[Embed(source="spritesheets/EmbeddedAssets_chars8x8rPets1Embed_.png")]
public class EmbeddedAssets_chars8x8rPets1Embed_ extends BitmapAsset {
public function EmbeddedAssets_chars8x8rPets1Embed_() {
super();
return;
}
}
}
|
package devoron.file
{
import away3d.entities.Mesh;
import away3d.library.assets.IAsset;
import away3d.materials.TextureMaterial;
import devoron.utils.searchandreplace.workers.SearchAndReplaceWorker.src.devoron.file.FilesObserverHelper;
import flash.display3D.textures.TextureBase;
/**
* ...
* @author ...
*... |
package SJ.Game.SocketServer
{
public class HttpMessage
{
private var _url:String
private var _data:Object;
private var _func:Function;
public function get url():String
{
return _url;
}
public function set url(value:String):void
{
_url = value;
}
public function get data():Object
{
... |
// Action script...
// [Initial MovieClip Action of sprite 20963]
#initclip 228
if (!dofus.graphics.gapi.ui.crafterlist.CrafterListItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!d... |
import libc;
import types;
import list;
# Raw strings
# -----------------------------------------------------------------------------
let nil: str = (0 as *int8) as str;
let isnil(s: str): bool -> {
return (s as *int8) == (0 as *int8);
}
# String
# -----------------------------------------------------------------... |
import orders.Order;
import cargo;
import saving;
import resources;
import regions.regions;
import systems;
from statuses import getStatusID;
// No longer in use
tidy class ConsumePlanetOrder : Order {
Object@ target;
int moveId = -1;
// appliedBeam is not saved to file, as beam effects are lost on reload
bool app... |
package com.google.protobuf {
public class Message {
public function Message() {
}
public function writeTo(output:CodedOutputStream):void {
}
public function readFrom(input:CodedInputStream):void {
}
public static function toByteArray(message:Message):ByteArray {
var bytes:ByteAr... |
////////////////////////////////////////////////////////////////////////////////
// Copyright 2016 Prominic.NET, Inc.
//
// 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.ap... |
package org.alivepdf.pages
{
import org.alivepdf.events.PagingEvent;
import org.alivepdf.layout.Orientation;
import org.alivepdf.layout.Size;
import org.alivepdf.layout.Unit;
public final class Page
{
private var _width:Number;
private var _height:Number;
private var _fwPt:Number;
private ... |
/*
Feathers
Copyright 2012-2014 Joshua Tynjala. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.controls
{
import feathers.core.IFeathersControl;
import starling.display.DisplayObject;
... |
/* 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:*=1.2;
var fstart:uint = getTimer();
for(var i:i... |
package avmplus {
class A {
public static var s0;
public static var s1: int;
public var i0;
public var i1: Number;
}
class B extends A {
public static var s0;
public static var s1: int;
public var i2: String;
public var i3: Number;
public function get getter(): int {
... |
package hansune.utils
{
import flash.display.DisplayObject;
import flash.geom.Point;
/**
* 특정 위치를 기준으로 스케일 변화시키는 함수
*/
public function scaleByAnchor(target:DisplayObject, anchor:Point, valueX:Number, valueY:Number):void {
var originalWdith:Number = target.width / target.scaleX;
var ... |
package age
{
import flash.display.Stage;
import flash.display.Stage3D;
import flash.geom.Rectangle;
import flash.utils.getTimer;
import starling.core.Starling;
internal class Engine extends Starling
{
public var now:Number;
protected var lastFrameTimestamp:Number;
public function Engine(rootClass:Class... |
package com.vo
{
import com.view.ui.XmlText;
/**
* 修改-材质节点对象VO
* @author 王明凡
*/
public class ModifyVO
{
//材质名字
public var name:String;
//当前显示对象
public var xt:XmlText;
}
} |
package fairygui.display
{
import flash.display.BitmapData;
import flash.display3D.Context3DTextureFormat;
import flash.text.TextField;
import fairygui.text.BitmapFont;
import starling.events.Event;
import starling.textures.Texture;
import starling.utils.MathUtil;
public class TextCanvas exten... |
package kabam.rotmg.SkillTree.images.smallSkills {
import mx.core.BitmapAsset;
[Embed(source="SmallDexSkill.png")]
public class SmallDexSkill extends BitmapAsset {
public function SmallDexSkill() {
super();
}
}
} |
/**
* __ __ __
* ____/ /_ ____/ /______ _ ___ / /_
* / __ / / ___/ __/ ___/ / __ `/ __/
* / /_/ / (__ ) / / / / / /_/ / /
* \__,_/_/____/_/ /_/ /_/\__, /_/
* / /
* \/
* http://distriqt.com
*
* @brief
* @author Michael Ar... |
/**
* RED5 Open Source Flash Server - http://www.osflash.org/red5
*
* Copyright (c) 2006-2009 by respective authors (see below). All rights reserved.
*
* This library is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published by the Free Soft... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-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 ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 (c) 2011 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//--------... |
// 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/.
function typedAdd() {
var x:int = 10;
var y:int = 20;
var sum:int = x + y;
}
typedAdd();
|
package me.rainui.events {
import flash.events.Event;
import me.rainssong.events.ObjectEvent;
/**UI事件类*/
public class ListEvent extends RainUIEvent {
static public const UPDATE_ITEM:String = "updateItem";
public function ListEvent(type:String, data:*, bubbles:Boolean = false, cancelable:Boolean = false) {... |
package zpp_nape.space
{
import zpp_nape.shape.ZPP_Shape;
import zpp_nape.geom.ZPP_AABB;
import nape.geom.Vec2;
import zpp_nape.shape.ZPP_Circle;
import zpp_nape.shape.ZPP_Polygon;
import zpp_nape.geom.ZPP_Vec2;
import zpp_nape.phys.ZPP_Body;
import nape.geom.AABB;
import zpp_nape.util.ZPP_Fl... |
package org.openapitools.client.api {
import org.openapitools.common.ApiInvoker;
import org.openapitools.exception.ApiErrorCodes;
import org.openapitools.exception.ApiError;
import org.openapitools.common.ApiUserCredentials;
import org.openapitools.event.Response;
import org.openapitools.common.OpenApi;
import org.ope... |
package com.playata.application.ui.elements.account_settings
{
import com.playata.application.AppConfig;
import com.playata.application.AppEnvironment;
import com.playata.application.data.character.CharacterSelection;
import com.playata.application.data.character.CharacterSelectionEntry;
import com.playa... |
package fl.motion
{
import flash.geom.Point;
/**
* A Bezier segment consists of four Point objects that define a single cubic Bezier curve.
* The BezierSegment class also contains methods to find coordinate values along the curve.
* @playerversion Flash 9.0.28.0
* @langversion 3.0
* @keyword BezierSegment... |
/*
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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//io.decagames.rotmg.seasonalEvent.tasks.GetLegacyChallengerListTask
package io.decagames.rotmg.seasonalEvent.tasks
{
import kabam.lib.tasks.BaseTask;
import kabam.rotmg.account.core.Account;
import kabam.rotmg.appengine.api.AppEngineClient;
i... |
package scenes
{
// AdMob ANE Includes
import com.codealchemy.ane.admobane.AdMobEvent;
import com.codealchemy.ane.admobane.AdMobPosition;
import com.codealchemy.ane.admobane.AdMobSize;
// Game Events Includes
import events.GameEvent;
import events.GameState;
// Feathers Includes
import feathers... |
// vim: tabstop=4 shiftwidth=4
// Copyright (c) 2011 , Yang Bo All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf.fieldDes... |
package com.flexcapacitor.managers {
import com.flexcapacitor.controller.Radiate;
import com.flexcapacitor.model.Device;
public class DeviceManager {
public function DeviceManager() {
}
/**
* Creates the list of devices.
* */
public static function createDevicesList(xml:XML):void {
var i... |
/*
Feathers
Copyright 2012-2020 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.core
{
/**
* A display object with extra measurement properties.
*
* @productversion F... |
// Moving sprites example.
// This sample demonstrates:
// - Adding Sprite elements to the UI
// - Storing custom data (sprite velocity) inside UI elements
// - Handling frame update events in which the sprites are moved
#include "Scripts/Utilities/Sample.as"
// Number of sprites to draw
const uint NUM_SP... |
package games.osmos {
import citrus.core.CitrusEngine;
[SWF(frameRate="60")]
/**
* @author Aymeric
*/
public class Main extends CitrusEngine {
public function Main() {
}
override public function initialize():void {
state = new OsmosGameState();
}
}
}
|
/* -*- 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 (c) 2012 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package tests
{
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertFalse... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 flash.ui
{
import flash.events.*;
dynamic public class GameInputControl extends EventDispatcher
{
public function GameInputControl()
{
return;
}// end function
public function get value() : Number;
public function get minValue() ... |
package fl.video
{
import flash.events.Event;
public class VideoEvent extends Event implements IVPEvent
{
public static const AUTO_REWOUND : String;
public static const BUFFERING_STATE_ENTERED : String;
public static const CLOSE : String;
public static const COMPLETE : String;
public static const FAST_FORWAR... |
/**
* VERSION: 12.0
* DATE: 2012-01-12
* AS2
* UPDATES AND DOCS AT: http://www.greensock.com
**/
import com.iequip.TweenLite;
import com.iequip.plugins.TweenPlugin;
/**
* <p><strong>See AS3 files for full ASDocs</strong></p>
*
* <p><strong>Copyright 2008-2014, GreenSock. All rights reserved.</strong> This work... |
/*
* Copyright 2009 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 required b... |
package {
public class Lib {
protected var x:int = 42;
protected function f():String { return "hello" }
private var _i:int = 5;
protected function get i():int { return _i }
protected function set i(v:int):void { _i = v }
static protected var sx:int = 42;
static protected function sf():String { return "... |
package sunag.sea3d.objects
{
import sunag.sea3d.SEA;
public class SEACylinder extends SEAShape
{
public static const TYPE:String = "cyl";
public var radius:Number;
public var height:Number;
public function SEACylinder(name:String, sea:SEA)
{
super(name, TYPE, sea);
}
public override f... |
package {
import flash.display.MovieClip;
public class ThePyramid extends Game {
public function ThePyramid() {
scripts = {
scene: {
initialize : function():void {
creatureEscape.visible = false;
if(solvedLevel) {
leftped.supports++;
rightped.supports++;
}
... |
package we3d.animation.modifier
{
public class Oscillator implements IModifier
{
public function Oscillator (_frames:Number, _max:Number, _side:Number=0){
frames = _frames;
max = _max;
side = _side;
}
public var frames:Number;
public var side:Number;
public var max:Number;
public function... |
package sdk.base
{
import com.adobe.utils.crypto.MD5;
import com.components.RollTips;
import com.langue.Langue;
import com.utils.Constants;
import game.common.JTLogger;
import game.net.GameSocket;
import game.net.data.c.CDiamondshop;
import game.uils.Config;
import game.uils.LocalShareManager;
... |
//------------------------------------------------------------------------------
// Copyright (c) 2009-2013 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//---... |
package net.flashpunk.graphics
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Graphics;
import flash.geom.ColorTransform;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.geom.Rectangle;
import net.flashpunk.FP;
import net.flashpunk.Graphic;
/**
* A ... |
/*
Feathers
Copyright 2012-2013 Joshua Tynjala. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.core
{
import flash.utils.Dictionary;
import starling.display.DisplayObject;
import starl... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package utils.misc {
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.geom.Point;
import flash.utils.Timer;
import mx.core.UIComponent;
import utils.geom.G... |
package com.longtailvideo.jwplayer.model {
import com.longtailvideo.jwplayer.utils.Strings;
/**
* Playlist item data. The class is dynamic; any items parsed from the jwplayer XML namespace are added to the item.
*
* @author Pablo Schklowsky
*/
public dynamic class PlaylistItem {
public var author:Strin... |
package devoron.components.multicontainers.table
{
import flash.geom.Matrix;
import org.aswing.ASColor;
import org.aswing.decorators.GradientBackgroundDecorator;
import org.aswing.table.JTableHeader;
import org.aswing.table.TableColumnModel;
/**
* ...
* @author Devoron
*/
public class TableHeaderCustom ex... |
package sissi.layouts
{
public final class HorizontalAlign
{
public static const LEFT:String = "left";
public static const CENTER:String = "center";
public static const RIGHT:String = "right";
}
} |
/////////////////////////////////////////////////////////////////////////////////////
//
// Hummingbird Framework Template
// ==============================
//
// Copyright 2013-2014 Pascal ECHEMANN.
// All Rights Reserved.
//
// NOTICE: The author permits you to use, modify, and distribute this ... |
/* ***** 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 net.richardlord.asteroidsember.systems
{
import net.richardlord.asteroidsember.signals.Move;
import net.richardlord.asteroidsember.signals.PreUpdate;
import net.richardlord.asteroidsember.signals.Render;
import net.richardlord.asteroidsember.signals.ResolveCollisions;
import net.richardlord.asteroidsember.... |
package org.papervision3d.objects.parsers {
import flash.events.Event;
import flash.events.ProgressEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.utils.ByteArray;
import flash.utils.Endian;
import flash.utils.getTimer;
import org.p... |
package starline.player.panels.audio {
import flash.display.*;
import flash.text.TextField;
import flash.text.TextFormat;
import flash.text.TextFieldAutoSize;
import flash.utils.Timer;
import flash.filters.GlowFilter;
import flash.events.*;
import vk.gui.LinkButton;
import starline.ui.simple.Draw... |
package com.swfwire.decompiler.abc.instructions
{
import com.swfwire.decompiler.abc.*;
/**
* Not in the spec, takes 0 arguments, does not modify stack, scope or locals
*/
public class Instruction_sxi8 implements IInstruction
{
}
} |
package com.ankamagames.dofus.network.messages.connection
{
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... |
package com.ankamagames.dofus.datacenter.breeds
{
import com.ankamagames.dofus.types.IdAccessors;
import com.ankamagames.jerakine.data.GameData;
import com.ankamagames.jerakine.data.I18n;
import com.ankamagames.jerakine.interfaces.IDataCenter;
import com.ankamagames.jerakine.logger.Log;
import ... |
package com.ankamagames.dofus.datacenter.guild
{
import com.ankamagames.dofus.types.IdAccessors;
import com.ankamagames.jerakine.data.GameData;
import com.ankamagames.jerakine.data.I18n;
import com.ankamagames.jerakine.interfaces.IDataCenter;
import com.ankamagames.jerakine.logger.Log;
import c... |
package com.axiomalaska.crks.dto {
// Generated May 28, 2011 5:53:51 PM
[Bindable]
public class RasterTimeStrataGenerated extends AbstractDTO {
public var id:int;
public var idRasterLayer:int;
public var rasterLayer:RasterLayer;
public var startTimeUtc:Date;
public var endTimeUtc:Date;
}
}
|
/*
* 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
{
import quickb2.debugging.testing.qb2A_DefaultTest;
import quickb2.debugging.testing.qb2Asserter;
import quickb2.math.geo.curves.iterators.qb2E_GeoCompositeCurveIteratorMode;
import quickb2.math.geo.curves.iterators.qb2GeoCompositeCurveIterator;
import quickb2.math.geo.curves.qb2A_GeoCurve;
import quic... |
package managers.resize {
import core.casalib.CasaEventDispatcherExtended;
import flash.display.Stage;
import flash.events.Event;
import flash.utils.Dictionary;
/**
* Менеджер изменения размеров ролика.
* @author Павел Гольцев
*/
public class ResizeManager extends CasaEventDispatcherExtended {
private ... |
/*
* ______ _____ _______
* .-----..--.--..----..-----.| __ \ \| ___|
* | _ || | || _|| -__|| __/ -- | ___|
* | __||_____||__| |_____||___| |_____/|___|
* |__|
* $Id: VectorIterator.as 238 2010-01-31 10:49:33Z alessandro.crugnola $
* $Author Alessandro Crugn... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.