text stringlengths 4 1.04M |
|---|
namespace TextEngine
{
namespace Evulator
{
abstract class EvulatorHandler
{
bool OnRenderPre(TextEngine::Text::TextElement@ tag, dictionary@ vars) { return true; }
void OnRenderPost(TextEngine::Text::TextElement@ tag, dictionary@ vars, TextEngine::Text::TextEvulateResult@ result) { }
bool OnRenderFin... |
package away3d.audio.drivers
{
import away3d.audio.SoundTransform3D;
import flash.events.Event;
import flash.geom.*;
import flash.media.*;
/**
* The Simple pan/volume Sound3D driver will alter the pan and volume properties on the
* sound transform object of a regular flash.media.Sound3D representation of t... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
import GUI.fox.aswing.awml.AbstractParser;
/**
* Parses table cell.
*
* @author Igor Sadovskiy
*/
class GUI.fox.aswing.awml.component.table.TableCellParser extends AbstractParser {
private static var ATTR_VALUE:String = "value";
private static var TYPE_S... |
package kabam.rotmg.assets.EmbeddedData {
public class EmbeddedData {
private static const LoEEncounterCXML:Class = EmbeddedData_LoEEncounterCXML;
private static const DrrItemsCXML:Class = EmbeddedData_DrrItemsCXML;
private static const LoERealmEggsCXML:Class = EmbeddedData_LoERealmEggsCXML;
private st... |
/**
* Created with IntelliJ IDEA.
* User: mobitile
* Date: 5/17/13
* Time: 3:37 PM
* To change this template use File | Settings | File Templates.
*/
package skein.complex.memory.binding
{
import flash.system.System;
import org.flexunit.asserts.assertEquals;
import org.flexunit.asserts.assertNotNull;
import org.... |
package businessScreens
{
import feathers.controls.Button;
import feathers.controls.ImageLoader;
import feathers.controls.Label;
import feathers.controls.List;
import feathers.controls.Panel;
import feathers.controls.PanelScreen;
import feathers.controls.renderers.DefaultListItemRenderer;
import feathers.core.P... |
package kitaec.common {
import mx.collections.ArrayCollection;
import mx.collections.IList;
import mx.utils.ObjectUtil;
public class ObjectUtil {
public static function convertResultObject(target:Object, type:*, setofAdditionalProperties:Object = null):*
{
var def:* = new type();
var props:Arr... |
/**
* com.sevenson.math.display.mathml.MSqrt
*
*
* @author Andrew Sevenson
* @version 1.0
*/
package com.sevenson.math.display.mathml
{
import flash.display.Sprite;
import com.sevenson.math.display.mathml.*;
/**
* The MSqrt class
*/
public class MSqrt extends MRoot
{
// vars
/**
* Crea... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/******************************************************************************
* Spine Runtimes License Agreement
* Last updated May 1, 2019. Replaces all prior versions.
*
* Copyright (c) 2013-2019, Esoteric Software LLC
*
* Integration of the Spine Runtimes into software or otherwise creating
* derivat... |
package serverProto.zone
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import serverPr... |
package net.psykosoft.psykopaint2.core.resources
{
public namespace texture_management;
}
|
package statsPanel_c_fla
{
import LS_Classes.larTween;
import LS_Classes.scrollList;
import fl.motion.easing.Linear;
import flash.display.MovieClip;
import flash.external.ExternalInterface;
import flash.text.TextFieldAutoSize;
public dynamic class statsMC_2 extends MovieClip
{
public var attributes_mc:Movie... |
import skyui.components.list.FilteredEnumeration;
import skyui.components.list.BasicEnumeration;
import skyui.components.list.ScrollingList;
import skyui.components.ButtonPanel;
import skyui.util.GlobalFunctions;
import skyui.defines.Input;
import gfx.events.EventDispatcher;
import gfx.managers.FocusHandler;
import ... |
/*
* SPL; AS3 Spelling library for Flash and the Flex SDK.
*
* Copyright (c) 2013 gskinner.com, inc.
*
* 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 with... |
/* ***** 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.swfwire.decompiler.data.swf2.records
{
public class Pix24Record implements IPixRecord
{
public var reserved:uint;
public var red:uint;
public var green:uint;
public var blue:uint;
}
} |
package Testing.Instructions {
import flash.utils.Dictionary;
import Testing.Abstractions.InstructionAbstraction;
import Values.InstructionValue;
import Values.OpcodeValue;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class SaveInstruction extends RegInstruction {
public function Sa... |
/*
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, ... |
/*
* Copyright 2019 Tallence AG
*
* 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 ... |
package serverProto.activity
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
import flash.utils.IDataInput;
impor... |
package serverProto.expedition
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_SINT32;
import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import com.netease.protobuf.WritingBuffe... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 li... |
package com.ankamagames.dofus.datacenter.items.criterion
{
import com.ankamagames.dofus.datacenter.alignments.AlignmentSide;
import com.ankamagames.dofus.logic.game.common.managers.PlayedCharacterManager;
import com.ankamagames.jerakine.data.I18n;
import com.ankamagames.jerakine.interfaces.IDataCenter;... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//io.decagames.rotmg.pets.signals.ReleasePetSignal
package io.decagames.rotmg.pets.signals
{
import org.osflash.signals.Signal;
public class ReleasePetSignal extends Signal
{
public function ReleasePetSignal()
{
supe... |
package com.flexcapacitor.controller {
import com.flexcapacitor.filters.BlackAndWhiteFilter;
import com.flexcapacitor.filters.BorderStrokeFilter;
import com.flexcapacitor.filters.SharpenFilter;
import com.flexcapacitor.filters.TextShadowFilter;
import com.flexcapacitor.tools.EyeDropper;
import com.flexcapacitor.... |
/**
* @author: Peter Hansen
* @copyright: p3337.de All rights reserved.
*/
package de.p3337.watercolorbox.storage
{
import mx.utils.LinkedList;
public class Stroke
{
public var size:uint;
public var color:uint;
public var alpha:Number;
public var points:LinkedList = new LinkedList();
... |
package flare.util.palette
{
/**
* Palette for size values represeneted as scale factors. The SizePalette
* class distinguishes between 1D and 2D scale factors, with a square
* root being applied to 2D scale factors to ensure that area scales
* linearly with the size value.
*/
public class SizePalet... |
/*
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.data
{
import feathers.events.CollectionEventType;
import starling.events.Event;
import 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... |
package cadetEditor3D.controllers
{
import cadetEditor.contexts.ICadetEditorContext;
import cadetEditor.controllers.ICadetContextController;
import cadetEditor.controllers.ICadetEditorContextController;
import cadetEditor.entities.CadetEditorCommands;
import cadetEditor.events.CadetEditorViewEvent;
import cadet... |
package com.illuzor.otherside.screens {
import com.illuzor.otherside.constants.AtlasType;
import com.illuzor.otherside.constants.ScreenType;
import com.illuzor.otherside.controllers.resource.ResourceManager;
import com.illuzor.otherside.debug.log;
import com.illuzor.otherside.events.ScreenEvent;
import com.illu... |
package kabam.rotmg.game.view.components {
import org.osflash.signals.Signal;
public class StatsTabHotKeyInputSignal extends Signal {
}
}
|
package com.ankamagames.berilia.components.messages
{
import com.ankamagames.berilia.types.data.MapElement;
import com.ankamagames.berilia.types.graphic.GraphicContainer;
public class MapElementRightClickMessage extends ComponentMessage
{
private var _targetedElement:MapEle... |
/* ***********************************************************************
The classes in the package
bkde.as3.* were created by
Barbara Kaskosz of the University of Rhode Island
(bkaskosz@math.uri.edu) and
Douglas E. Ensley of Shippensburg University
(DEEnsley@ship.edu).
Feel free to use and modify the classes in t... |
package
{
import flash.text.Font;
public class $MAIN_Font_Bold extends Font
{
public function $MAIN_Font_Bold()
{
// constructor code
}
}
}
|
package {
public class Main {
public function Main() {
foo(test());
}
private function test():int {
return 0;
}
private function foo(i:int):void {}
}
} |
// Compiler options:
package
{
public class DynamicBinaryArithmeticTest
{
public static function Main():int
{
if ("1" + null != "1null")
return 1;
if (null + "1" + null != "null1null")
... |
package asunit.framework
{
import p2.reflect.Reflection;
import p2.reflect.ReflectionMetaData;
import p2.reflect.ReflectionMethod;
public class Method
{
private var _scopeName:String;
public var expects:String;
public var message:String;
public var ignore:Boolean;
public var ignoreDescription: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 licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
package kabam.lib.ui.impl {
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Shape;
import flash.display.Sprite;
import flash.geom.Rectangle;
import kabam.lib.ui.api.Layout;
import kabam.lib.ui.api.List;
import kabam.lib.ui.api.Size;
import org.osflash.signals.Signal;
public cl... |
/*
* Copyright 2011 Overstock.com and others.
*
* 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 com.tudou.player.config
{
import com.tudou.utils.Debug;
import com.tudou.utils.URL;
import com.tudou.utils.Utils;
import flash.display.StageDisplayState;
import flash.errors.IllegalOperationError;
import flash.events.EventDispatcher;
import flash.events.NetStatusEvent;
import flash.net.LocalConnection;... |
package com.ui.panel
{
import com.ui.button.CButtonCommon;
import flash.events.TouchEvent;
import framework.datagram.DatagramView;
import framework.fibre.core.Fibre;
import framework.rpc.GameLobbySocketCallback;
import framework.rpc.NetworkManager;
import framework.view.ConstantUI;
import framework.view.med... |
package elements.labels {
public class YLegendLeft extends YLegendBase {
public function YLegendLeft( json:Object ) {
super( json, 'y' );
}
public override function resize():void {
if ( this.numChildren == 0 )
return;
this.y = (this.stage.stageHeight/2)+(this.getChildAt(0).height/2);
... |
package kabam.rotmg.market.utils {
import kabam.rotmg.market.content.MemMarketItem;
public class SortUtils {
public static const LOWEST_TO_HIGHEST:String = "Lowest -> Highest";
public static const HIGHEST_TO_LOWEST:String = "Highest -> Lowest";
public static const JUST_A... |
package
{
public class RibbonParticle
{
public var px:Number, py:Number; // x and y position of particle (this is the bexier point)
public var xSpeed:Number = 0; // speed of the x position
public var ySpeed:Number = 0; /... |
package com.splunk.properties
{
import flash.geom.Point;
public class PointPropertyParser extends AbstractPropertyParser
{
// Private Static Properties
private static var _instance:PointPropertyParser;
// Public Static Methods
public static function getInstance() : PointPropertyParser
{
var insta... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.pets.view.components.DialogCloseButton
package kabam.rotmg.pets.view.components
{
import flash.display.Sprite;
import org.osflash.signals.Signal;
import flash.display.DisplayObject;
import flash.events.MouseEvent;
public cla... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*[IF-FLASH]*/package laya.flash {
import com.adobe.utils.AGALMiniAssembler;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.BlendMode;
import flash.display.Stage3D;
import flash.display.StageQuality;
import flash.display3D.Context3D;
import flash.display3D.Context3DBl... |
package com.codeazur.as3swf.data.abc.exporters.js.builders
{
import com.codeazur.as3swf.data.abc.ABC;
import com.codeazur.as3swf.data.abc.bytecode.ABCInstanceInfo;
import com.codeazur.as3swf.data.abc.bytecode.ABCMethodInfo;
import com.codeazur.as3swf.data.abc.bytecode.ABCParameter;
import com.codeazur.as3swf.data.... |
package system.collections
{
[link_system_interface(system_collections_ilist_creator_)]
public interface IList extends ICollection
{
[get_this_item];
[native,system_collections_IList_getThisItem];
function getThisItem(index:int):*;
[set_this_item];
[native,system_collections_IList_setThisIte... |
package Entities
{
import flash.geom.Point;
import net.flashpunk.Entity;
import net.flashpunk.graphics.Image;
import net.flashpunk.FP;
/**
* Solid block that moves back and forth.
*/
public class MovingBlock extends Entity
{
[Embed(source = "/../assets/movingblock.png")]
private static const src:Class... |
package example.ui
{
import UI.abstract.tween.TweenManager;
import UI.theme.defaulttheme.ProgressBar;
import flash.display.Sprite;
public class ProgressBarE extends Sprite
{
public function ProgressBarE()
{
super();
/** ProgressBar **/
var progress : ProgressBar = new ProgressBar();
... |
package Ankama_Storage.ui
{
import com.ankamagames.berilia.components.Slot;
import com.ankamagames.berilia.components.Texture;
import com.ankamagames.berilia.enums.SelectMethodEnum;
import com.ankamagames.berilia.types.LocationEnum;
import com.ankamagames.berilia.types.graphic.ButtonContainer;
... |
/* 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;
// TODO: REVIEW AS4 CONVERSION ISSUE
function ToInteger( t ) {
t = Numb... |
package
{
import specification.expect;
public class ExpectToBeAtLeast
{
public function ExpectToBeAtLeast()
{
}
[Test]
public function expectToBeAtLeast():void
{
expect(6).to.be.at.least(5);
}
public function expectToBeAtLeastEqualValues():void
{
expect(5).to.be.at.least(5);
}
[Test(e... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 com.tencent.morefun.naruto.plugin.exui.dropDownList.data
{
public class NinjaPropertyData
{
public var type:String;
public var id:int;
public function NinjaPropertyData(param1:String = "", param2:int = -1)
{
super();
this.type = param1;
... |
/* Copyright 2018 Tua Rua Ltd.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
... |
package com.ek.library.utils
{
import flash.geom.ColorTransform;
import flash.geom.Rectangle;
/**
* @author eliasku
*/
public class ParserUtil
{
public static function parseArray(string:String, delimiter:String = " "):Array
{
var array:Array;
if(string)
{
array = string.split(delimiter);... |
package nt.assets
{
/**
* IAssetUser 是 Asset 的使用者
* @author zhanghaocong
*
*/
public interface IAssetUser
{
/**
* asset 加载完毕后的回调方法
* @param asset
*
*/
function onAssetLoadComplete(asset:IAsset):void;
/**
* asset 被回收后的回调方法
* @param asset
*
*/
function onAssetDispose(asset:IAss... |
// =================================================================================================
//
// 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 idubee.commands
{
public class Clipboard
{
public var selections:Array = [];
public var values:Array = [];
public function clearAndInit():void
{
selections = new Array;
values = new Array;
}
}
} |
package com.percentjuice.utils.timelineWrappers.factory
{
import com.percentjuice.utils.pj_as3utils_namespace;
import com.percentjuice.utils.timelineWrappers.TimelineWrapper;
import com.percentjuice.utils.timelineWrappers.TimelineWrapperQueue;
import org.flexunit.rules.IMethodRule;
import org.hamcrest.assertThat;... |
/*
* ______ _____ _______
* .-----..--.--..----..-----.| __ \ \| ___|
* | _ || | || _|| -__|| __/ -- | ___|
* | __||_____||__| |_____||___| |_____/|___|
* |__|
* $Id: Lock.as 238 2010-01-31 10:49:33Z alessandro.crugnola $
* $Author Alessandro Crugnola $
* $R... |
package com.tinyspeck.engine.net {
public class NetOutgoingAdminTeleportVO extends NetOutgoingMessageVO
{
public var loc_tsid:String;
public function NetOutgoingAdminTeleportVO(loc_tsid:String)
{
super(MessageTypes.ADMIN_TELEPORT);
this.loc_tsid = loc_tsid;
}
}
} |
package org.aswing.plaf
{
/**
* This interface is used to mark objects created by ComponentUI delegates.
* The <code>ComponentUI.installUI()</code> and
* <code>ComponentUI.uninstallUI()</code> methods can use this interface
* to decide if a properties value has been overridden. For example, the
* JPanel border... |
/* ***** 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/
*
... |
/**
* Definition of Flex compiler built-in tag
* For code completion purpose only
*/
package fx.builtin
{
private class Declarations extends void
{
}
} |
package gamestone.utils {
import flash.geom.Point;
import flash.display.DisplayObject;
public class PivotRotate {
public var root_mc:DisplayObject;
public var pivotPoint:Point;
function PivotRotate(root:DisplayObject, p:Point) {
root_mc = root;
pivotPoint = p.clone();
}
public function set rotati... |
#priority init 2010
import resources;
from saving import SaveIdentifier;
final class Biome {
uint8 id = 0;
string ident;
string name;
string description;
Color color;
Sprite tile;
uint frequency = 1;
float useWeight = 1.f;
float buildCost = 1.f, buildTime = 1.f;
//Temp and humidity range from 0 to 1 (lowes... |
package src.game
{
import net.fpp.common.starling.StaticAssetManager;
import rv2.sound.SoundHandler;
import src.common.DataManager;
import src.data.LevelEndVO;
import src.game.events.GameGuiEvent;
import src.game.module.help.HelpModule;
import src.game.module.notification.NotificationModule;
import starling... |
/*
PureMVC AS3 Demo - Flex Employee Admin
Copyright (c) 2007-10 Clifford Hall <clifford.hall@puremvc.org>
Your reuse is governed by the Creative Commons Attribution 3.0 License
*/
package com.transpiledactionscript.puremvc.royale.employeeadmin.model
{
import com.transpiledactionscript.puremvc.royale.employeeadmin... |
package com.guepard.parser.info
{
import com.guepard.utils.XMLUtil;
import flash.xml.XMLNode;
/**
* ...
* @author Antonov Sergey
*/
public class MethodInfo extends MemberInfo
{
public var overrided:Boolean;
public var methodType:String;
public var parameters:Vector.<VariableInfo>;
... |
/* ***** 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 visuals.ui.elements.citymap
{
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;
public class SymbolCloud4_3Generic extends Sprite
... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013-2014 Andras Csizmadia
* http://www.vpmedia.eu
*
* For information about the licensing and copyright please
* contact Andras Csizmadia at andras@vpmedia.eu
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT N... |
/**
* 2017/01/22 04:26
* @author ZSkycat
*
* A 为父元件,B 为子元件,初始化顺序:
* B 构造函数 -> Event.ADDED -> Event.OnAddedToStage
* A 构造函数 -> Event.ADDED -> Event.OnAddedToStage
* B Event.EXIT_FRAME
* A Event.EXIT_FRAME
* B Event.ENTER_FRAME
* A Event.ENTER_FRAME
*/
package zskycat
{
import flash.display.MovieC... |
/**
* Copyright 2010 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 applic... |
/*
Copyright (c) 2008, 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 conditions ... |
package SJ.Game.treasure
{
import SJ.Common.Constants.ConstNetCommand;
import SJ.Game.SocketServer.SocketManager;
import SJ.Game.SocketServer.SocketMessage;
import SJ.Game.data.CJDataManager;
import SJ.Game.event.CJEvent;
import SJ.Game.event.CJEventDispatcher;
import SJ.Game.event.CJSocketEvent;
import engin... |
// Copyright 2005 The Closure Library Authors. 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://www.apache.org/licenses/LICENSE-2.0
//
// Unless requ... |
package com.ankamagames.jerakine.pools
{
import flash.media.Sound;
public class PoolableSound extends Sound implements Poolable
{
public function PoolableSound()
{
super();
}
public function renew() : Sound
{
return this;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 flare.data
{
/**
* A data table maintains a collection of data objects, each
* representing a row of data, and an optional data schema describing
* the data variables.
*/
public class DataTable
{
/**
* Creates a new data table instance.
* @param data an array of tuples, each tuple ... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2006 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... |
//
// $Id$
package com.threerings.msoy.tutorial.client {
import flash.geom.Rectangle;
import mx.collections.ICollectionView;
import mx.collections.IViewCursor;
import mx.controls.Menu;
import mx.core.IFlexDisplayObject;
import com.threerings.msoy.client.MsoyContext;
/**
* Popup helper that highlights a menu item ... |
/*
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.layout
{
import flash.geom.Point;
import starling.display.DisplayObject;
import starling.... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.si32;
import avm2.intrinsics.memory.si8;
public final class FSM__UTF8_wcsnrtombs extends Machine
{
public function FSM__UTF8_wcsnrtombs()
{
super();
}... |
package com.pcup
{
/**
*
* @author pihao
* @createTime Sep 24, 2014 11:47:08 PM
*/
public class About
{
static public const AUTHOR:String = "pihao";
static public const AUTHOR_EMAIL:String = "kissyid@gmail.com";
}
} |
/* ***** 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
{
import flash.utils.ByteArray
import flash.system.System
public class Exploiter
{
private const VECTOR_OBJECTS_LENGTH:uint = 1014
private var exploit:Exploit
private var ev:ExploitVector
private var eba:ExploitByteArray
private var payload:String
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 org.casalib.errors
{
public class ArguementTypeError extends ArgumentError
{
public function ArguementTypeError(param1:String = null)
{
super(param1 == null?"You passed an argument with an incorrect type to this method.":"The argument type you passed for parameter \"" +... |
/**Created by the LayaAirIDE,do not modify.*/
package ui.sddzGame {
import laya.ui.*;
import laya.display.*;
import ui.sddzGame.TableInfoPageUI;
import ui.sddzGame.PlayerInfoPageUI;
import ui.gameCommon.shortCutChat.PopChatItemUI;
import ui.sddzGame.CalculatePageUI;
import ui.gameCommon.VReplayControllerUI;
p... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.