text stringlengths 4 1.04M |
|---|
package serverProto.activity
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com... |
package reflex.containers {
import flexunit.framework.Assert;
import reflex.containers.Container;
import reflex.components.MockLayout;
import reflex.display.StatefulContainerTestBase;
import reflex.tests.BaseClass;
public class ContainerLifecycleTest extends ContainerLifecycleTestBase {
public function C... |
/*
The MIT License (MIT)
Copyright (c) 2008 Pierluigi Pesenti (blog.oaxoa.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 in
the Software without restriction, including without limitation the rights to... |
/**
* Created by IntelliJ IDEA.
* User: Ian McLean
* Date: 5/2/11
* Time: 4:40 PM
*/
package utils.xml {
import org.hamcrest.assertThat;
import org.hamcrest.object.equalTo;
public class IsValidXMLTest {
[Test]
public function validXMLShouldReturnTrue() : void {
var s:String = "<goodxml></goodxml... |
// =================================================================================================
//
// Starling Framework
// Copyright 2011 Gamua OG. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the accompanying license agreement.... |
package flash.net {
/**
* @externs
*/
final public class FileFilter {
/**
* The description string for the filter.
*/
public var description:String;
/**
* A list of file extensions.
*/
public var extension:String;
/**
* A list of Macintosh file types.
*/
public var ma... |
package as3.depending.provider {
import as3.depending.Resolver;
import as3.depending.examples.tests.Instance;
import as3.depending.scope.impl.Invokes;
import as3.depending.scope.impl.ResolverDummy;
import org.flexunit.assertThat;
import org.flexunit.asserts.fail;
import org.hamcrest.core.throws;
import org.hamcrest.ob... |
package kabam.rotmg.chat.view {
import flash.display.Sprite;
import flash.events.Event;
import kabam.rotmg.chat.model.ChatModel;
public class Chat extends Sprite {
public function Chat() {
super();
mouseEnabled = true;
mouseChildren = true;
tabEnabled = false;
this.list =... |
package net.psykosoft.psykopaint2.paint.views.canvas
{
import net.psykosoft.psykopaint2.base.states.ns_state_machine;
import net.psykosoft.psykopaint2.core.views.components.button.ButtonIconType;
import net.psykosoft.psykopaint2.core.views.navigation.NavigationBg;
import net.psykosoft.psykopaint2.core.views.naviga... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.party
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMe... |
/*
Copyright 2012-2013 Renaun Erickson
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, sof... |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... |
package com.neriksworkshop.lib.ASaudio
{
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.net.URLLoader;
import flash.net.URLLoaderDataFormat;
import flash.net.URLRequest;... |
// Action script...
// [Initial MovieClip Action of sprite 20627]
#initclip 148
if (!dofus.graphics.gapi.ui.playerinfos.PlayerInfosEffectsItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
... |
/*******************************************************************************
* The MIT License
*
* Copyright (c) 2011 Jens Struwe.
*
* 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 with... |
#include "BlockCommon.as"
const f32 CANNONBALL_SPEED = 4.0f;
const f32 CANNONBALL_SPREAD = 0.1f;
const int FIRE_RATE = 45;
Random _shotspreadrandom(0x11598); //clientside
void onInit( CBlob@ this )
{
this.Tag("turret");
this.addCommandID("fire");
CSprite@ sprite = this.getSprite();
CSpriteLayer... |
package idv.cjcat.stardust.common.particles {
/** @private */
public class PooledParticleList extends ParticleList {
public function PooledParticleList() {
}
override protected final function createNode(particle:Particle):ParticleNode {
return ParticleNodePool.get(particle);
}
}
} |
package cmodule.lua_wrapper
{
var _AS3_StringN:int;
}
|
package serverProto.formation
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.ne... |
/* ***** 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/
*
... |
// makeswf -v 7 -r 1 -o accessibility-properties-7.swf accessibility-properties.as
#include "trace_properties.as"
trace_properties (_global.Accessibility, "_global", "Accessibility");
loadMovie ("FSCommand:quit", "");
|
/*
* Temple Library for ActionScript 3.0
* Copyright © MediaMonks B.V.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* 1. Redistributions of source code must retain the above copyright
... |
package
{
import adobe.utils.CustomActions;
import com.greensock.TweenLite;
import net.flashpunk.Entity;
import net.flashpunk.graphics.Graphiclist;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Text;
import net.flashpunk.Sfx;
import net.flashpunk.Tween;
import net.flashpunk.tweens.sound.... |
// Copyright (c) 2022 Øyvind Rønningstad
#if TMNEXT
Json::Value current_stats;
uint64 prev_time; // The previous timestamp at which the time was saved.
uint64 prev_game_time = 0;
bool current_editor = false;
bool current_spectator = false;
string current_map = "";
uint64 save_interval = 60000; // 60 seconds
uint64 ... |
package ddt.view
{
import activeEvents.ActiveEventsManager;
import activeEvents.data.ActiveEventsInfo;
import com.pickgliss.events.FrameEvent;
import com.pickgliss.loader.BaseLoader;
import com.pickgliss.loader.LoaderEvent;
import com.pickgliss.loader.LoaderManager;
import com.pickgliss.ui.AlertMan... |
package enixan.battleSystemCore {
/**
* .**View Object** of entity prototype that using in component creation
* @author EdwardBrave
* */
public class EntityVO {
/**Pointer on data object of current **EntityVO***/
private var _data:Object;
/**
* Create the **Vie... |
// makeswf -v 7 -s 200x150 -r 1 -o initobject-stack.swf initobject-stack.as
trace ("Check that InitObject consumes the right amount of stack");
// Don't eat too much stack
asm {
push 3, 2, 1
};
o = { one:1, two:2 };
asm {
trace
trace
trace
};
// Don't try to eat nonexisting stack
asm {
push "hi", undefined... |
package com.neopets.util.misc
{
import flash.utils.getTimer;
public class MethodTimer
{
//disable by default, in case compiled from somewhere else
//IE: production vs. development
public static var enabled:Boolean = false;
private var name:String;
privat... |
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/>
// Lincense: New BSD Lincense
// Reference: http://dev.w3.org/html5/websockets/
// Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-31
package {
import flash.display.*;
import flash.events.*;
import flash.external.*;
import flash.n... |
package Displays {
import Modules.CustomModule;
import flash.geom.Point;
import Actions.DecomposeAction;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class DDecomposedBloc extends DBloc {
public var customModule:CustomModule;
public function DDecomposedBloc() {
super();
}
... |
package
{
import flash.events.Event;
import flash.events.FileListEvent;
import flash.events.IOErrorEvent;
import flash.events.SecurityErrorEvent;
import flash.filesystem.File;
/**
* A queue-based static file browser which avoids Error #2041 when performing File browsing operations.
* @author Gimmick
*/
p... |
/**
* Window.as
* Keith Peters
* version 0.97
*
* A draggable window. Can be used as a container for other components.
*
* 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"),... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 elements.axis {
import flash.text.TextField;
public class YTextField extends TextField {
public var y_val:Number;
//
// mini class to hold the y value of the
// Y Axis label (so we can position it later )
//
public function YTextField() {
super();
this.y_val = 0;
}
... |
// Action script...
// [Initial MovieClip Action of sprite 20588]
#initclip 109
if (!dofus.graphics.gapi.controls.statsviewer.StatsViewerStatItem)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
... |
package org.flintparticles.twoD.renderers
{
import flash.display.DisplayObject;
import org.flintparticles.common.particles.Particle;
import org.flintparticles.common.renderers.SpriteRendererBase;
import org.flintparticles.twoD.particles.Particle2D;
public class DisplayObjectRenderer extends Sp... |
package com.axis {
import flash.external.ExternalInterface;
public class Logger {
public static const STREAM_ERRORS:String = "";
public static function log(... args):void {
if (Player.config.debugLogger) {
trace.apply(null, args);
}
var functionName:String = "LocomoteMap['" + Pl... |
package modifier{
import mx.events.PropertyChangeEvent;
public class PropertyNameModifier extends Modifier {
private var name:String;
public function PropertyNameModifier(suc:IUpdater,name:String) {
super(suc);
this.name = name;
}
override public function update(val:PropertyChangeEv... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 2009 Sönke Rohde
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
dist... |
package resources
{
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Loader;
import flash.display.LoaderInfo;
import flash.display.MovieClip;
import flash.events.Event;
import flash.events.HTTPStatusEvent;
import flash.events.IOErrorEvent;
import flash.events.Securi... |
/* 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,
... |
/*
Copyright (c) 2010 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, distribute,... |
/*
* Copyright 2007 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 o... |
package com.playfab.ProfilesModels
{
public class EntityDataObject
{
public var DataObject:Object;
public var EscapedDataObject:String;
public var ObjectName:String;
public function EntityDataObject(data:Object=null)
{
if(data == null)
return... |
// A simple 'HelloWorld' GUI created purely from code.
// This sample demonstrates:
// - Creation of controls and building a UI hierarchy
// - Loading UI style from XML and applying it to controls
// - Handling of global and per-control events
// For more advanced users (beginners can skip this section... |
/**
* Copyright (c) 2012 - 2100 Sindney
*
* 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, mer... |
package nid.xfl.motion
{
/**
* ...
* @author Nidin Vinayak
*/
public class MorphShape
{
public var morphSegments:Vector.<MorphSegment>;
public var morphHintsList:Vector.<MorphSegment>;
public function MorphShape(data:XMLList=null)
{
if (data != null)
{
parse(data);
}
}
public fun... |
package com.ankamagames.dofus.network.messages.game.achievement
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
... |
/*
* 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... |
// makeswf -v 7 -s 200x150 -r 15 -o text-field-type-of.swf text-field-type-of.as
createTextField ("a", 0, 0, 0, 100, 100);
var b = a;
a.a = 1;
b.b = 2;
trace ("Text: " + typeof (a) + ", " + typeof (b) + " : " + a.b + ", " + b.a);
a.removeTextField ();
trace ("Remove: " + typeof (a) + ", " + typeof (b) + " : " + a.b +... |
void enter(entity_impl& out owner) {
owner.get_animation_component().play_ani("stand");
owner.get_character_physics_component().velocity(0);
owner.get_character_physics_component().angular_velocity(0);
}
void update(float delta_time, entity_impl& out owner) {
}
void leave(entity_impl& out owner) {
}
|
package com {
import controls.Alert.AlertPopUp;
import mx.controls.Alert;
public class LicenseUtils {
public static const LICENSE_TRIAL:String = 'TRIAL';
public static const LICENSE_STANDARD:String = 'STANDARD';
public static const LICENSE_PRO:String = 'PRO';
public static const LICENSE_ENTERPRIS... |
package com.tencent.morefun.framework.apf.managers.plugin
{
import flash.events.Event;
public class NarutoAssetsEvent extends Event
{
public static const ASSET_COMPLETE:String = "naruto.assetComplete";
public static const ASSET_ERROR:String = "naruto.assetError";
publ... |
package tomsbunnies
{
import alecmce.profiling.RacetrackStats;
import flash.display.Sprite;
[SWF(backgroundColor="#FFFFFF", frameRate="30", width="640", height="480")]
public class TomsBunnies extends Sprite
{
private static const STATS:RacetrackStats = new RacetrackStats();
private var contex... |
package store.view.fusion
{
import bagAndInfo.cell.BagCell;
import bagAndInfo.cell.DragEffect;
import baglocked.BaglockedManager;
import com.pickgliss.events.InteractiveEvent;
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.utils.ObjectUtils;
import ddt.data.BagInfo;
import ddt.da... |
package visuals.ui.elements.story_dungeon
{
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.backgrounds.SymbolSli... |
package scenes.bunker.subviews
{
import flash.display.MovieClip;
public class PhotosOnRope extends MovieClip
{
public var ph0:Photo;
public var ph1:Photo;
public var ph2:Photo;
public var ph3:Photo;
public var ph4:Photo;
public var next:MovieClip;
public var previous:MovieClip;
public func... |
function isValid(numString:String):Boolean
{
var isOdd:Boolean = true;
var oddSum:uint = 0;
var evenSum:uint = 0;
for(var i:int = numString.length - 1; i >= 0; i--)
{
var digit:uint = uint(numString.charAt(i))
if(isOdd) oddSum += digit;
else evenSum += digit/5 + (2*digit) % 10;
isOdd = !isOdd;
}
if((oddS... |
package com.playata.application.ui.elements.debug
{
import com.playata.application.ui.elements.generic.button.UiButton;
import com.playata.framework.display.IDisplayObject;
import com.playata.framework.display.ui.IListItem;
import com.playata.framework.display.ui.controls.ListLine;
import com.playata.fra... |
package org.shypl.biser.io {
import flash.utils.ByteArray;
import flash.utils.IDataInput;
import flash.utils.getQualifiedClassName;
import org.shypl.common.collection.LinkedHashMap;
import org.shypl.common.collection.Map;
import org.shypl.common.lang.Enum;
import org.shypl.common.lang.RuntimeException;
import... |
/*
CASA Lib for ActionScript 2.0
Copyright (c) 2008, Aaron Clinger & Contributors of CASA Lib
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 abo... |
package htmlelements
{
import flash.display.Sprite;
import flash.events.*;
import flash.net.NetConnection;
import flash.net.NetStream;
import flash.media.Video;
import flash.media.SoundTransform;
import flash.utils.Timer;
import flash.net.URLLoader;
import flash.net.URLRequest;
import flash.net.URLVariables;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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/. */
package DefClassImpDefInt{
use namespace ns;
class DefaultClass implements DefaultInt{
pub... |
/**
* VERSION: 12.1.5
* DATE: 2014-07-19
* AS2 (AS3 version is also available)
* UPDATES AND DOCS AT: http://www.greensock.com/timelinemax/
**/
import com.greensock.TweenLite;
import com.greensock.TimelineLite;
import com.greensock.core.Animation;
import com.greensock.core.SimpleTimeline;
import com.greensock.easi... |
package feathers.tests
{
import feathers.controls.ButtonState;
import feathers.controls.text.BitmapFontTextRenderer;
import feathers.text.BitmapFontTextFormat;
import flash.geom.Point;
import org.flexunit.Assert;
import starling.display.DisplayObject;
import starling.display.Quad;
import starling.events.Touc... |
package asx.color
{
/**
* Get the Red component of a color.
*/
public function red(color:int):int
{
return (( color >> 16 ) & 0xFF);
}
} |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//com.company.assembleegameclient.objects.particles.ConeBlastEffect
package com.company.assembleegameclient.objects.particles
{
import flash.geom.Point;
import kabam.rotmg.messaging.impl.data.WorldPosData;
import com.company.assembleegameclient.ob... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.tiphon.sequence
{
import com.ankamagames.jerakine.sequencer.AbstractSequencable;
import com.ankamagames.tiphon.events.TiphonEvent;
public class WaitAnimationEventStep extends AbstractSequencable
{
private var _targetStep:PlayAnimationStep;
... |
package flash.external
{
final public class ExternalInterface
{
public static var marshallExceptions:Boolean = false;
public static function get available():Boolean
{
}
public static function get objectID():String
{
}
public static function addCallback(functionName:String, cl... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// =================================================================================================
//
// 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.
//... |
package zpp_nape.geom
{
import zpp_nape.util.ZNPNode_ZPP_PartitionVertex;
public class ZPP_Convex extends Object
{
public function ZPP_Convex()
{
}
public static function isinner(param1:ZPP_PartitionVertex, param2:ZPP_PartitionVertex, param3:ZPP_PartitionVertex) : Bool... |
package com.company.assembleegameclient.ui.tooltip.slotcomparisons {
import kabam.rotmg.text.model.TextKey;
import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder;
import kabam.rotmg.text.view.stringBuilder.StringBuilder;
public class SpellComparison extends SlotComparison {
private var itemXML:XML;
... |
package away3d.materials
{
import away3d.materials.methods.GifMethod;
import away3d.materials.TextureMaterial;
import away3d.textures.BitmapTexture;
import away3d.textures.GifTexture;
import away3d.textures.Texture2DBase;
import flash.events.Event;
/**
* ...
* @author Pete Shand
*/
public class GifMater... |
package asunit.framework
{
import flash.utils.getQualifiedClassName;
/**
* @see Result
*/
public class TestSuccess implements ITestSuccess
{
protected var _test:Object;
protected var _method:String;
/**
* Constructs a TestFailure with the given test and exception.
*/
public function TestSu... |
package
{
import System.*;
class TestData
{
public static var testsFailed:int = 0;
}
// prints out a test failure
public function testFailure(frameIndex:int, exception:Exception):void
{
TestData.testsFailed++;
// get stack frame and line number
var stackTrace = (exception != null) ? new System.Diagno... |
/**
* VERSION: 1.04
* DATE: 2010-03-06
* AS3
* UPDATES AND DOCUMENTATION AT: http://blog.greensock.com/
**/
package com.greensock.layout {
/**
* Provides constants for defining how objects should scale/stretch to fit within an area (like a <code>LiquidArea</code> or <code>AutoFitArea</code>). <br /><br />
* ... |
package engine_starling.Events
{
public class AssetEvent
{
public function AssetEvent()
{
}
/**
* 初始化完成
* data{code:0 失败,code:1 成功}
*/
public static const INIT_COMPLETE:String = "INIT_COMPLETE";
}
} |
package com.tuarua.firebase {
import com.tuarua.firebase.auth.AuthError;
import flash.events.StatusEvent;
import flash.external.ExtensionContext;
import flash.utils.Dictionary;
/** @private */
public class AuthANEContext {
internal static const NAME:String = "AuthANE";
internal static const TRACE:Stri... |
package kabam.rotmg.messaging.impl.incoming {
import flash.utils.IDataInput;
public class InvitedToGuild extends IncomingMessage {
public function InvitedToGuild(param1:uint, param2:Function) {
super(param1, param2);
}
public var name_:String;
public var guildName_:String;
override public... |
package tofflist.analyze
{
import com.pickgliss.loader.DataAnalyzer;
import com.pickgliss.utils.ObjectUtils;
import flash.utils.describeType;
import tofflist.data.TofflistListData;
import tofflist.data.TofflistPlayerInfo;
public class TofflistListTwoAnalyzer extends DataAnalyzer
{
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 script{
/*
* AINE - Accelerated Interactive Narrator Engine
* @version 0.8.0 BETA
* @author Daniel Svejstrup Christensen
* @see http://www.drakkashi.com/aine/ for updates
* This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
* Copyright © 2014 Drak... |
package com.ankamagames.dofus.network.types.game.context.fight
{
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;
pu... |
package flash.printing {
public class PrintJobOptions {
public var printAsBitmap:Boolean = false;
public function PrintJobOptions(printAsBitmap:Boolean = false);
}
}
|
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */
/* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at... |
package punk.ui
{
import net.flashpunk.Graphic;
import net.flashpunk.graphics.Image;
import punk.ui.skin.PunkSkin;
import punk.ui.skin.PunkSkinToggleButtonElement;
/**
* A toggle button component
*/
public class PunkToggleButton extends PunkButton
{
/**
* Boolean value indicating if the button has b... |
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.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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 net.wooga.selectors.parser {
public class FilterData {
public var isInitialized:Boolean = false;
public var id:String;
public var typeName:String;
public var hasHover:Boolean;
public var isImmediateType:Boolean;
}
}
|
// =================================================================================================
//
// 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.
//... |
/**
* Panel.as
* Keith Peters
* version 0.9.9
*
* A rectangular panel. Can be used as a container for other components.
*
* Copyright (c) 2011 Keith Peters
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software")... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013 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 NOT LI... |
package com.ankamagames.dofus.logic.game.fight.steps
{
import com.ankamagames.atouin.managers.EntitiesManager;
import com.ankamagames.dofus.internalDatacenter.spells.SpellWrapper;
import com.ankamagames.dofus.internalDatacenter.stats.EntityStats;
import com.ankamagames.dofus.internalDatacenter.stats.St... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 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 agreement ac... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.