text stringlengths 4 1.04M |
|---|
import pl.drawing.Rysowanie
import templateNewsy.mvcgallery.*
import templateNewsy.mvc.*
import templateNewsy.I.*
import flash.display.BitmapData
import templateNewsy.util.Observable
class templateNewsy.mvcgallery.PreloaderView extends AbstractView {
var field:TextField
/////////////////////////////////... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.GroupedList;
import feathers.controls.PanelScreen;
import feathers.controls.PickerList;
import feathers.controls.ToggleSwitch;
import feathers.controls.renderers.BaseDefaultItemRenderer;
import feathe... |
package devoron.aswing3d.plaf.basic.tabbedpane{
import flash.display.DisplayObject;
import flash.display.Shape;
import org.aswing.ASColor;
import org.aswing.AbstractButton;
import org.aswing.ButtonModel;
import org.aswing.Component;
import org.aswing.GroundDecorator;
import org.aswing.JTabbedPane;
import org.aswing.S... |
//Marks the right margin of code *******************************************************************
package com.neopets.games.inhouse.shenkuuwarrior2.screens
{
import flash.display.MovieClip;
import flash.text.TextField;
import virtualworlds.lang.TranslationManager;
/**
* public class Scoreboard extends Mo... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
Feathers
Copyright 2012-2015 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.display
{
import feathers.core.IValidating;
import feathers.core.ValidationQueue;
import f... |
import com.avVenta.events.*;
/**
* This singleton class controls the message debugging system.
*
* Other classes must call getInstance to retrieve the singleton. Every
* debugging message in the application must be reported to this system
* using trace().
*
* @author Marco A. Alvarado
* @version 1.0.... |
/*
Copyright (c) 2006. Adobe Systems Incorporated.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright notice,
this list of ... |
package com.playata.application.data.mailbox
{
import com.playata.application.data.dataobject.DOMessage;
import com.playata.framework.core.TypedObject;
import com.playata.framework.core.collection.IntMap;
import com.playata.framework.data.DataObjectArray;
import com.playata.framework.localization.LocText... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.color.view.ASColorPickerView;
import org.actionstep.color.view.ASCrayonColorPickerView;
import org.actionstep.NSColor;
import org.actionstep.NSColorList;
import org.actionstep.NSColorPanel;
import org.actionstep.NSColorPicker;
import org.actionstep... |
/**
Copyright (c) 2009 Refunk <http://www.refunk.com>
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
(at your option) any later version.
... |
/**
* CheckBox.as
* Keith Peters
* version 0.97
*
* A basic CheckBox component.
*
* Copyright (c) 2009 Keith Peters
*
* 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 res... |
package br.com.caelum.stella.validation.ie
{
import br.com.caelum.stella.MessageProducer;
import br.com.caelum.stella.validation.StellaValidator;
public class IEEspiritoSantoValidatorTest extends IEValidatorTest {
/*
* Formato: 8 dígitos (empresa)+1 dígito verificador
*
* Exemplo: 082.223.54-8
*/
... |
package com.joeberkovitz.moccasin.service
{
import flash.events.ErrorEvent;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;
import flash.net... |
package uieditor.editor.helper
{
import starling.display.DisplayObject;
public class PixelSnapperData
{
public var selectObj : DisplayObject;
public var targetObjX : DisplayObject;
public var targetObjY : DisplayObject;
public var selectObjSnapXType : int;
public var selectObjSnapYType : int;
public v... |
package UI.abstract.component.data
{
import UI.App;
import UI.abstract.component.control.base.UIComponent;
import UI.abstract.component.control.dropDownMenu.MenuData;
import UI.abstract.component.control.tree.TreeData;
import UI.abstract.component.event.DataChangeEvent;
import flash.events.EventDispatch... |
package com.codeazur.as3swf.data
{
import com.codeazur.as3swf.SWFData;
public class SWFShapeRecord
{
public static const TYPE_UNKNOWN:uint = 0;
public static const TYPE_END:uint = 1;
public static const TYPE_STYLECHANGE:uint = 2;
public static const TYPE_STRAIGHTEDGE:uint = 3;
public static co... |
/*
Feathers
Copyright 2012-2021 Bowler Hat LLC. All Rights Reserved.
This program is free software. You can redistribute and/or modify it in
accordance with the terms of the accompanying license agreement.
*/
package feathers.layout
{
import starling.events.Event;
import starling.events.EventDispatcher;
/**
* @i... |
/*
GTweenTimeline for GTween by Grant Skinner, gskinner.com/blog/
This sample demonstrates advanced sequencing using GTweenTimeline, including addTween and addCallback.
*/
package {
import com.gskinner.motion.*;
import com.gskinner.motion.plugins.*;
import com.gskinner.motion.easing.*;
import flash.display.M... |
/**
* This is a generated sub-class of _GrouponService.as and is intended for behavior
* customization. This class is only generated when there is no file already present
* at its target location. Thus custom behavior that you add here will survive regeneration
* of the super-class.
**/
package service... |
package com.hendrix.mirror.resources.subscriptions
{
public class Notification
{
static public const OPERATION_DELETE: String = "DELETE";
static public const OPERATION_INSERT: String = "INSERT";
static public const OPERATION_MENU_ACTION: String = "MENU_ACTION";
static public const OPERA... |
package com.ankamagames.dofus.network.messages.game.inventory.exchanges
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessa... |
package org.papervision3d.core.utils.virtualmouse
{
import flash.display.InteractiveObject;
import flash.events.MouseEvent;
public class VirtualMouseMouseEvent extends MouseEvent implements IVirtualMouseEvent
{
public function VirtualMouseMouseEvent(param1:String, param2:Bo... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package utils.misc {
import flash.utils.Dictionary;
import mx.formatters.DateFormatter;
import mx.utils.StringUtil;
public class Strutil {
// *** Class attributes
// Creating ... |
/*
* 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 required by appl... |
/* 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/. */
/*
* Public Class PublicClass
* Class methods
*
*/
package PublicClassImpInternalIntname{
public class P... |
package as_src
{
/**
* ...
* @author i
*/
public interface IMonthController
{
}
} |
/*
* 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 httpclient.io {
import flexunit.framework.TestCase;
import flexunit.framework.TestSuite;
import org.httpclient.io.*;
import flash.utils.ByteArray;
public class ChunkedTest extends TestCase {
public function ChunkedTest(methodName:String):void {
super(methodName);
}
... |
// makeswf -v 7 -s 200x150 -r 1 -o crash-0.7.1-getTextExtent-refcounting.swf crash-0.7.1-getTextExtent-refcounting.as
tf = new TextFormat ();
for (i = 0; i < 10; i++) {
tf.getTextExtent ("hi");
}
getURL ("fscommand:quit", "");
|
package _packageName_
{
import feathers.system.DeviceCapabilities;
import flash.display.Bitmap;
import flash.events.Event;
import flash.events.InvokeEvent;
[SWF(width='1024' , height='768' , frameRate='60' , backgroundColor='0xffffff')]
/**
*
*/ public class MainDesktop extends AMain
{
/**
*
*/
p... |
package com.appfw.ctrl.cmds
{
import com.appfw.ctrl.boots.BootCmd;
import com.appfw.ctrl.boots.BootModel;
import com.appfw.ctrl.boots.BootViewMediator;
import org.puremvc.as3.interfaces.INotification;
import org.puremvc.as3.patterns.command.SimpleCommand;
import starling.display.DisplayObjectContainer;
pub... |
package dorkbots.dorkbots_util
{
/**
* The TwitterStringParser class assists with the parsing of a tweet to add hyperlinks
* around Links, HashTags, and UserNames in a tweet.
* based on Joseph Labrecque's work - http://inflagrantedelicto.memoryspiral.com/2010/01/parsing-tweets-with-the-twitterstring-class/
... |
/*
* 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 ... |
/*
Adobe Systems Incorporated(r) Source Code License Agreement
Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved.
Please read this Source Code License Agreement carefully before using
the source code.
Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive,
no-charge, royalty-... |
package game.fight
{
import game.data.HeroData;
import game.hero.AnimationCreator;
import game.manager.AssetMgr;
import game.manager.BattleAssets;
import starling.core.Starling;
import starling.display.DisplayObjectContainer;
import starling.text.TextField;
import treefortress.spriter.SpriterClip;
/**
* ... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//io.decagames.rotmg.pets.components.petSkinSlot.PetSkinSlotMediator
package io.decagames.rotmg.pets.components.petSkinSlot
{
import robotlegs.bender.bundles.mvcs.Mediator;
import io.decagames.rotmg.pets.components.petIcon.PetIconFactory;
import i... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 Jean-Philippe Auclair
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
* Base64 library for ActionScript 3.0.
* By: Jean-Philippe Auclair : http://jpauclair.net
* Based on article: http://jpauclair.net/2010/01/09/base64-optimized-as3-lib/
* Benchmark:
*... |
package com.axiomalaska.map.types.google
{
import com.axiomalaska.map.features.MapFeature;
import com.axiomalaska.map.interfaces.ILatLon;
import com.axiomalaska.map.interfaces.IMapFeature;
import com.axiomalaska.utilities.Style;
public class GoogleMapFeature extends MapFeature implements IMapFeature
{
public ... |
package com.tudou.player.skin.themes.ykws
{
import com.tudou.player.events.NetStatusCommandCode;
import com.tudou.player.events.NetStatusEventLevel;
import com.tudou.player.skin.widgets.Button;
import com.tudou.player.skin.widgets.Widget;
import com.tudou.player.skin.events.SkinNetStatusEventCode;
import com.t... |
package
{
import flash.display.BitmapData;
import flash.filesystem.File;
import flash.filesystem.FileMode;
import flash.filesystem.FileStream;
import flash.geom.Rectangle;
import flash.utils.ByteArray;
import starling.errors.AbstractClassError;
public class CacheManager
{
/** @private */
public funct... |
/* Copyright (c) 2012 EL-EMENT saharan
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this
* software and associated documentation * files (the "Software"), to deal in the Software
* without restriction, including without limitation the rights to use, copy, * modify, merge,
... |
package Talismania
{
import flash.utils.getDefinitionByName;
/**
* ...
* @author Skillcheese
*/
public class Test
{
public function Test()
{
super();
}
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* See LICENSE for copyright and terms of use */
import org.actionstep.NSRect;
import flash.geom.Matrix;
import org.actionstep.NSSize;
import org.actionstep.NSColor;
/**
* Provides utilities commonly used when drawing graphics.
*
* @author Scott Hyndman
*/
class org.actionstep.graphics.ASGraphicUtils {
//***... |
/**
Licensed under the Apache License, Version 2.0
@copy (c) See LICENSE.txt
*/
package test.integration.leaktest.view
{
import org.bixbite.core.Signal;
import org.bixbite.core.View;
import test.integration.leaktest.view.context.LeakTestContext;
/**
* ...
* @langversion 3.0
*/
public class LeakTestView... |
package serverProto.universeFuzionPre
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
... |
package away3d.materials.methods
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import away3d.debug.Debug;
import away3d.materials.compilation.ShaderRegisterCache;
import away3d.materials.compilation.ShaderRegisterElement;
use namespace arcane;
/**
* FogMethod provides a method to add dis... |
package com.playfab.MultiplayerModels
{
public class AssetReference
{
public var FileName:String;
public var MountPath:String;
public function AssetReference(data:Object=null)
{
if(data == null)
return;
FileName = data.FileName;
... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package org.aswing.plaf.basic {
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.MouseEvent;
import org.aswing.lookandfeel.plaf.BaseComponentUI;
import devoron.aswing3d.*;
import org.aswing.event.ReleaseEvent;
import org.aswing.geom... |
package com.playata.application.ui.elements.generic
{
import com.playata.framework.display.ui.controls.ILabel;
import com.playata.framework.localization.LocText;
import visuals.ui.elements.generic.SymbolCounterGeneric;
public class UiCounterBubble
{
public function UiCounterBubbl... |
package framework.resource.faxb.elements
{
[XmlType(name="element", propOrder="")]
public class Element
{
[XmlAttribute(name="picType", required="true")]
public var picType: int;
[XmlAttribute(name="overrideType", required="true")]
public var overrideType: String;
[XmlAttribute(name="objectType", req... |
/*
* Author: Dayvid jones
* http://www.dayvid.com
* Copyright (c) Disco Blimp 2013
* http://www.discoblimp.com
* Version: 1.0.3
*
* Licence Agreement
*
* You may distribute and modify this class freely, provided that you leave this header intact,
* and add appropriate headers to indicate your changes. Credit is appre... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 agreeme... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedData_battleOryxGroundCXML.xml", mimeType="application/octet-stream")]
public class EmbeddedData_battleOryxGroundCXML extends ByteArrayAsset {
public function EmbeddedData_battleOryxGroundCXML() {
super();
}
}
} |
/**
* This class handles the destination's gaming room.
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author David Cary
* @since 01.04.2010
*/
package com.neopets.games.marketing.destination.despicableMe.pages
{
//----------------------------------------
// IMPORTS
//-------------------... |
package com.pureMVC.view.ui.as_
{
import flash.events.MouseEvent;
import mx.collections.ArrayCollection;
import mx.containers.HBox;
import mx.containers.VBox;
import mx.controls.Label;
import com.pureMVC.controller.business.common.PageClearCommand;
import com.pureMVC.core.AppFacade;
import com.vo... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* ... |
/**
* Created with IntelliJ IDEA.
* User: mobitile
* Date: 4/20/13
* Time: 11:35 AM
* To change this template use File | Settings | File Templates.
*/
package skein.components.builder.mixins
{
public interface EventDispatcherMixin
{
function on(event:String, handler:Function, weak:Boolean):void;
}
}
|
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.BitmapAsset;
[Embed(source="spritesheets/EmbeddedAssets_progressBarMedium_shapeEmbed_.png")]
public class EmbeddedAssets_progressBarMedium_shapeEmbed_ extends BitmapAsset {
public function EmbeddedAssets_progressBarMedium_shapeEmbed_() {
super();
... |
package laya.debug.view.nodeInfo.views
{
import laya.display.Sprite;
import laya.debug.view.nodeInfo.NodeUtils;
import laya.debug.view.nodeInfo.nodetree.NodeTree;
/**
* ...
* @author ww
*/
public class NodeTreeView extends UIViewBase
{
public function NodeTreeView()
{
super();
}
privat... |
package com.hp.asi.hpic4vc.ui.controls.grids
{
import com.flexicious.nestedtreedatagrid.FlexDataGridCheckBoxColumn;
public class HPDataGridCheckBoxColumn extends FlexDataGridCheckBoxColumn
{
public function HPDataGridCheckBoxColumn()
{
super();
}
}
} |
package {
import flash.display.Sprite;
import flash.events.*;
import flash.external.ExternalInterface;
import flash.net.URLRequest;
import flash.utils.Timer;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundTransform;
import flash.system.Security;
import flash.... |
package com.db.rds.content.ExceptionManagement.view.controls
{
import com.db.rds.content.ExceptionManagement.domain.EMFieldsMap;
import com.db.rds.content.ExceptionManagement.view.controls.renderers.CheckBoxRenderer;
import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
import mx.controls.advancedDat... |
package visuals.ui.elements.stream
{
import com.playata.framework.display.Sprite;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashLabel;
import com.playata.framework.display.lib.flash.FlashLabelArea;
import com.playata.framew... |
package aerys.minko.type.xpath
{
public final class XPathLexer
{
private static const OPERATORS : Vector.<String> = new <String>[
'//', '/', '[', ']', '..', '.', '~=', '?=', '=', '@', '*', '(', ')',
'>=', '>', '<=', '<', '==', '='
];
private var _string : String;
public function XPathLexer(str : S... |
package com.codeazur.as3swf.tags
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.as3swf.data.SWFColorTransform;
public class TagDefineButtonCxform implements IDefinitionTag
{
public static const TYPE:uint = 23;
public var buttonColorTransform:SWFColorTransform;
protected var _characterId:uint... |
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_oryxHordeObjects8x8Embed.png")]
public class EmbeddedAssets_oryxHordeObjects8x8Embed extends BitmapAsset {
public function EmbeddedAssets_oryxHordeObjects8x8Embed() {
super();
}
}
} |
/**
* Created by hyh on 1/15/16.
*/
package starlingbuilder.editor.citestcase
{
import feathers.controls.LayoutGroup;
import feathers.layout.AnchorLayout;
import feathers.layout.AnchorLayoutData;
import feathers.layout.FlowLayout;
import feathers.layout.HorizontalLayout;
import feathers.layout... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
{
import flash.display.Sprite;
import flash.utils.Dictionary;
public class Map extends Sprite
{
private static var helpArray:Array = new Array();
private static var helpArray2:Array = new Array();
private var mapData:Object;
public var mapX:Number = 0;
public var mapY:Number = 0;
p... |
package sunag.sea3d.objects
{
public interface IAnimator
{
}
} |
package example {
import flash.desktop.NativeApplication;
import flash.display.BitmapData;
import flash.display.NativeMenu;
import flash.display.NativeMenuItem;
import flash.display.NativeWindow;
import flash.display.PNGEncoderOptions;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.... |
//
// Wyvern Tail Project
// Copyright 2014 Jason Estey
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.
//
package wyverntail.core
{
import starling.display.DisplayObject;
public class Camera extends Component
{
... |
/*
* 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,
... |
package com.playata.application.ui.dialogs
{
import com.greensock.easing.Linear;
import com.playata.application.AppEnvironment;
import com.playata.application.data.user.User;
import com.playata.application.ui.elements.fan_foto.UiFansThermometer;
import com.playata.application.ui.elements.generic.button.U... |
package flexUnitTests
{
import flash.display.MovieClip;
import flash.display.Shape;
import flash.display.Sprite;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNull;
import utils.display.findAncestor;
import utils.display.findAncestorWithType;
public class FindAncestorTest
{ ... |
/*
* 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 by applica... |
package Objects
{
public class UndoHighlight extends UndoBlock
{
public var objectID:int;
public var highlightValue:Boolean;
function UndoHighlight(id, val):void
{
objectID = id;
highlightValue = val;
}
override public function undoInitialStep(world):void
{
world.setHighlight(objectID, highl... |
package com.core.consts
{
/**
* 字符串常量
* @author 王明凡
*/
public class MString
{
//菜单选项
public static const CREATEFILEBAR:String="creatFileBar";
public static const SAVEFILEBAR:String="saveFileBar";
public static const CLOSEFILEBAR:String="closeFileBar";
public static const OPENFILEBAR:Str... |
/*
* Copyright 2009 Marek Brun
*
* 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 serverProto.equipment
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT64;
import com.netease.protobuf.WireType;
import com.netease.protobuf.UInt64;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
... |
package
{
import flash.events.Event;
import flash.events.MouseEvent;
import flash.events.TimerEvent;
import flash.utils.Timer;
import flash.utils.describeType;
import flash.utils.getDefinitionByName;
import flash.utils.getQualifiedClassName;
import flash.utils.getTimer;
import flashx.textLayout.utils.Charact... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 {
import asx.*;
import sandbox.*;
import spectacular.framework.SpectacularSpecRunner;
import spectacular.framework.Spec;
import spectacular.framework.TraceSpecReporter;
[SWF(backgroundColor="#F0F0F0")]
public class AsxSpecs extends SpectacularSpecRunner {
public function AsxSpecs(... |
intrinsic class flash.filters.ConvolutionFilter extends flash.filters.BitmapFilter {
var alpha : Number;
var color : Number;
var clamp : Boolean;
var preserveAlpha : Boolean;
var bias : Number;
var divisor : Number;
var matrix : Array;
var matrixX : Number;
var matrixY : Number;
function Convolu... |
// forked from zob's loco roco v0.2 (改造PuyoDot)
/**
* Copyright zonnbe ( http://wonderfl.net/user/zonnbe )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/ev9L
*/
/**
*
* 改造 from http://wonderfl.net/c/kwty
* too many changes are made, i'll say it's ... |
package com.company.assembleegameclient.objects.animation {
public class AnimationData {
public var prob_:Number = 1;
public var period_:int;
public var periodJitter_:int;
public var sync_:Boolean = false;
public var frames:Vector.<FrameData>;
public function AnimationData(_arg_1:XML) {
... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* http://w... |
package com.swfwire.utils
{
public interface IDebug
{
function log(location:String, message:* = '', relatedVariable:Object = null):void
function dumpToString(variable:*, recursion:int = 0):String
function dump(variable:*, recursion:int = 0):void
}
} |
/*
* 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.google.zxing.client.result.optional
{
/*
* Copyright 2008 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... |
package com.playata.application.ui.elements.event
{
import com.playata.application.data.event.EventQuestObjective;
import com.playata.application.ui.elements.generic.textfield.UiTextTooltip;
import com.playata.application.ui.elements.item.UiItemSlot;
import visuals.ui.elements.event.SymbolEventQuestRewardGe... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
************************************************
AUTHOR: Jonathan Kaye
FILE: PulseActivity.as
RELEASE: August, 2009
Implementation originally conceived and developed DECEMBER 2001
Copyright (c) 2009, Jonathan Kaye, All rights reserved.
Redistribution and use in source and binary forms, with or witho... |
package cc.milkshape.framework.remoting
{
import com.bourre.commands.AbstractCommand;
import com.bourre.remoting.events.BasicFaultEvent;
import com.bourre.remoting.events.BasicResultEvent;
import com.bourre.remoting.interfaces.ServiceProxyListener;
public class ServerAbstractCommand extends Abstract... |
package away3d.animators
{
import away3d.animators.data.*;
import away3d.animators.states.*;
import away3d.animators.transitions.*;
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.core.base.*;
import away3d.core.managers.*;
import away3d.core.math.MathConsts;
import away3d.materials.*;
imp... |
/*
* 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 required by ap... |
package game.view.viewBase
{
import starling.display.Image;
import game.manager.AssetMgr;
import starling.display.Sprite;
import starling.textures.Texture;
import starling.text.TextField;
import starling.display.Button;
import flash.geom.Rectangle;
import com.utils.Constants;
import... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.