text stringlengths 4 1.04M |
|---|
// Action script...
// [Initial MovieClip Action of sprite 20619]
#initclip 140
if (!dofus.graphics.gapi.ui.AskCustomShortcut)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.graphics)
{
_global.dofus.graphics = new Object();
} // end if
if (!dofus.graph... |
package com.controller.business
{
import com.core.consts.MString;
import com.model.*;
import org.puremvc.as3.interfaces.INotification;
import org.puremvc.as3.patterns.command.SimpleCommand;
/**
* 编辑状态更新
* @author 王明凡
*/
public class EditStateCommand extends SimpleCommand
{
//修改状态(通知)
... |
package kabam.rotmg.core.model {
import com.company.assembleegameclient.map.Map;
import com.company.assembleegameclient.objects.IInteractiveObject;
public class MapModel {
public var currentInteractiveTarget:IInteractiveObject;
public var currentMap:Map;
}
}
|
/*************************************************************************************************
use Perlin.fastFbm(x:Number, y:Number, z:Number, octaves:int = 4)
references
// http://mrl.nyu.edu/~perlin/noise/
// http://ozviz.wasp.uwa.edu.au/~pbourke/texture_colour/perlin/perlin.c
// robert penner
**************... |
package com.company.assembleegameclient.mapeditor {
import com.company.assembleegameclient.ui.tooltip.ToolTip;
import com.company.ui.BaseSimpleText;
import flash.filters.DropShadowFilter;
public class GroundTypeToolTip extends ToolTip {
private static const MAX_WIDTH:int = 180;
private var titleText_:BaseS... |
package com.d5power.utils
{
import com.d5power.D5Game;
import com.d5power.controller.NCharacterControler;
import com.d5power.core.D5ConfigCenter;
import com.d5power.core.mission.IMissionDispatcher;
import com.d5power.core.mission.MissionBlock;
import com.d5power.core.mission.MissionData;
import com.d5power.event... |
/*
* jPlayer Plugin for jQuery JavaScript Library
* http://www.jplayer.org
*
* Copyright (c) 2009 - 2013 Happyworm Ltd
* Licensed under the MIT.
* http://opensource.org/licenses/MIT
*
* Author: Mark J Panaghiston
* Version: 2.4.0
* Date: 5th June 2013
*
* FlashVars expected: (AS3 property of: loaderInfo.par... |
//
// $Id$
package com.threerings.msoy.ui {
import flash.events.Event;
import flash.geom.Rectangle;
import mx.events.ResizeEvent;
import com.threerings.util.ValueEvent;
import com.threerings.flex.PopUpUtil;
import com.threerings.msoy.client.MsoyClient;
import com.threerings.msoy.client.MsoyContext;
/**
* Like a... |
package cmodule.lua_wrapper
{
import avm2.intrinsics.memory.li32;
import avm2.intrinsics.memory.li8;
import avm2.intrinsics.memory.si32;
import avm2.intrinsics.memory.sxi8;
public final class FSM___sflags386 extends Machine
{
public function FSM___sflags386()
... |
package flash.net {
/**
* @externs
* The URLRequest class captures all of the information in a single HTTP
* request. URLRequest objects are passed to the `load()` methods
* of the Loader, URLStream, and URLLoader classes, and to other loading
* operations, to initiate URL downloads. They are also passed... |
package org.openapitools.client.model {
import org.openapitools.client.model.PipelineExecutionListRepresentationEmbedded;
import org.openapitools.client.model.PipelineExecutionListRepresentationLinks;
import org.openapitools.client.model.RequestedPageDetails;
[XmlRootNode(name="PipelineExecutionListRepresentation... |
package com.guepard.utils
{
import flash.geom.ColorTransform;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* ...
* @author
*/
public class GeomUtil
{
public static function roundRectangle(rectangle:Rectangle):void
{
if (rectangle)
{
... |
package dragonBones.objects
{
/**
* Copyright 2012-2013. DragonBones. All Rights Reserved.
* @playerversion Flash 10.0
* @langversion 3.0
* @version 2.0
*/
/**
* The BoneTransform class provides transformation properties and methods for Bone instances.
* @example
* <p>Download the example file... |
// History
//
// Release Index
// 3.0-alpha4 1
// 3.0-alpha5 2
// 3.0-alpha6 3
// 3.0-beta1 4
// 3.0-beta2 5
// 3.0-beta3 6
// 3.0 7
// 3.1 8
// 3.2 9
// 3.3 10
// 3.4 11
// 4.0-beta1 12
// 4.0-beta2 13
// 4.0-beta3 14
// 4.0 15
// 4.1 16
public static var SKYUI_RELEASE_IDX: Number = ... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2003-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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.audioengine.format.aiff
{
import com.audioengine.format.pcm.PCM32BitIntStereo44Khz;
/**
* @author Andre Michelle
*/
public final class AIFF32BitStereo44Khz extends PCM32BitIntStereo44Khz
implements IAIFFIOStrategy
{
public static const INSTANCE: IAIFFIOStrategy = new AIFF32BitStereo44Khz();
... |
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_d3LofiObjBigEmbed.png")]
public class EmbeddedAssets_d3LofiObjBigEmbed extends BitmapAsset {
public function EmbeddedAssets_d3LofiObjBigEmbed() {
super();
}
}
} |
/**
* DrawTrianglesExample8.as by Lee Burrows
* Oct 27, 2010
* Visit blog.leeburrows.com for more stuff
*
* 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, includ... |
import ascb.util.Proxy;
import caurina.transitions.*;
import mx.data.types.Obj;
import mx.data.types.Str;
import agung.utils.UNode;
import mx.events.EventDispatcher;
import asual.sa.SWFAddress;
import agung.utils.UAddr;
class agung.tech01.galeri.thumbScroller extends MovieClip
{
private var theXml:XML;... |
package org.superkaka.KLib.display.ui
{
import flash.events.MouseEvent;
import org.superkaka.KLib.manager.PopUpManager;
import org.superkaka.KLib.display.ui.components.Button;
/**
* UI弹窗基类
* @author kaka
*/
public class BasePopPanel extends BasePanel implements IPopPanel
{
public var btn_close:Button;... |
package kabam.rotmg.ui.view {
import com.company.assembleegameclient.screens.GraveyardLine;
import kabam.rotmg.fame.control.ShowFameViewSignal;
import kabam.rotmg.fame.model.SimpleFameVO;
import robotlegs.bender.bundles.mvcs.Mediator;
public class NewsLineMediator extends Mediator {
... |
package swf.data.actions.swf5
{
import swf.data.actions.*;
class ActionBitURShift extends Action implements IAction
{
public static inline var CODE:Int = 0x65;
public function ActionBitURShift(code:Int, length:Int, pos:Int) {
super(code, length, pos);
}
override public function toString(indent:Int = 0... |
/*
* Copyright 2010 Swiz Framework Contributors
*
* 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. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
package com.arc.lumberjack.entity {
import com.arc.lumberjack.registry.Resource;
import org.flixel.FlxSprite;
/**
* Shiny yellow dots to collect.
*
* @author Arkeus
*
*/
public class Coin extends FlxSprite {
public function Coin(x:Number, y:Number) {
super(x, y);
loadGraphic(Re... |
/* 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/. */
/*
* Internal Interface InternalInterface
* Interface methods
*
*/
package DefClassImpInternalIntname{ //pac... |
/*
* 06/01/07 : Ported to ActionScript 3. By Jean-Denis Boivin
* (jeandenis.boivin@gmail.com) From Team-AtemiS.com
*
* 11/19/04 : 1.0 moved to LGPL.
* VBRI header support added, E.B javalayer@javazoom.net
*
* 12/04/03 : VBR (XING) header support added, E.B javalayer@javazoom.net
*
* 02/13/99 :... |
package Ankama_TradeCenter.ui
{
import Ankama_TradeCenter.TradeCenter;
import com.ankama.dofus.enums.ActionIds;
import com.ankamagames.berilia.components.Grid;
import com.ankamagames.berilia.components.Input;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.compon... |
package ncolor {
import npooling.IReusable;
import npooling.Pool;
public final class LABColor implements IReusable {
private static var _pool:Pool = Pool.getInstance();
public var l:Number;
public var a:Number;
public var b:Number;
public function LABColor(pL:Number = 0.0,
pA:Number = 0.0... |
/*
* ND2D - A Flash Molehill GPU accelerated 2D engine
*
* Author: Lars Gerckens
* Copyright (c) nulldesign 2011
* Repository URL: http://github.com/nulldesign/nd2d
* Getting started: https://github.com/nulldesign/nd2d/wiki
*
*
* Licence Agreement
*
* Permission is hereby granted, free of charge, to any pers... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package org.aswing{
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events.KeyboardEvent;
import flash.text.*;
import flash.ui.Keyboard;
import org.aswing.event.AWEvent;
import org.aswing.event.FocusKeyEvent;
import org.aswing.event.Interactiv... |
package com.destroytoday.net {
/**
* The XMLLoaderError class houses error constants for the XMLLoader class.
* @author Jonnie Hallman
*/
public class XMLLoaderError {
/**
* Dispatched when the XML is malformed.
*/
public static const DATA_PARSE:String = "XMLLoaderError.DATA_PARSE";
/**
* ... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_archbishopObjects16x16Embed_
package kabam.rotmg.assets
{
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_archbishopObjects16x16.png")]
public class EmbeddedAssets_archbishopObjects16x16Embed_ extends Bit... |
// The ray tracer code in this file is written by Adam Burmister. It
// is available in its original form from:
//
// http://labs.flog.nz.co/raytracer/
//
// It has been modified slightly by Google to work as a standalone
// benchmark, but the all the computational code remains
// untouched. This file also contains a... |
/*
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 ... |
//Created by Action Script Viewer - http://www.buraks.com/asv
package kabam.rotmg.questrewards.view {
import mx.core.BitmapAsset;
[Embed(source="QuestRewardsView_rewardgranted.png")]
public class QuestRewardsView_rewardgranted extends BitmapAsset {
}
}//package kabam.rotmg.questrewards.view
|
/*
* Tencent is pleased to support the open source community by making Fanvas available.
* Copyright (C) 2015 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the MIT License (the "License"); you may not use this file except in compliance with the
* License. You may obtain a copy of the Lice... |
package com.greensock.easing
{
public class Quart
{
public static const power:uint = 3;
public function Quart()
{
super();
}
public static function easeIn(param1:Number, param2:Number, param3:Number, param4:Number) : Number
{
return param... |
/**
* @author Peter Hansen
* @copyright p3337.de All rights reserved.
*/
package de.p3337.straightouttaspace.Objects.Players.AI
{
import flash.events.TimerEvent;
import flash.geom.Point;
import de.p3337.straightouttaspace.Objects.Players.Opponent;
import de.p3337.straightouttaspace.Objects.Spaceships.OpponentS... |
package bangfe.batchloader.events
{
import flash.events.Event;
public class LoaderItemEvent extends Event
{
public static const OPENED : String = "loaderItemOpened";
public static const CLOSED : String = "loaderItemClosed";
public static const COMPLETED : String = "loaderItemCompleted";
public static const ... |
package serverProto.ninjaexam
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
... |
/*
* =BEGIN CLOSED LICENSE
*
* Copyright (c) 2013 Docmet Systems
* http://www.docmet.com
*
* For information about the licensing and copyright please
* contact us at info@docmet.com
*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE... |
/*
* Copyright 2019 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 ... |
/*
* 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 ... |
/******************************************************************************
* Spine Runtimes Software License
* Version 2.1
*
* Copyright (c) 2013, Esoteric Software
* All rights reserved.
*
* You are granted a perpetual, non-exclusive, non-sublicensable and
* non-transferable license to install, execute ... |
/*
* The MIT License
*
* Copyright (c) 2007 The SixDegrees Project Team
* (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang).
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
... |
// Float
21.1521
612.41e10
32e50
31e+30
11.24e-30
|
/*
* 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 (t... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedData_EpicForestMazeCXML
package kabam.rotmg.assets
{
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedData_EpicForestMazeCXML.dat", mimeType="application/octet-stream")]
public class EmbeddedData_EpicForestMazeCXML e... |
package visuals.ui.elements.icons
{
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 SymbolIconVideoAdvertismentHighlightGen... |
package ssen.drawingkit.text {
import flash.geom.Rectangle;
import flash.text.engine.TextLine;
import flashx.textLayout.compose.TextLineRecycler;
import flashx.textLayout.elements.TextFlow;
import flashx.textLayout.factory.StringTextLineFactory;
import flashx.textLayout.formats.TextLayoutFormat;
/** Text Styler */
pu... |
/*
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 and th... |
// 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 mulEquals() {
var x = 0;
x *= 10;
print(x);
}
mulEquals();
|
package org.osflash.stream.types.string
{
import org.osflash.stream.IStreamInput;
import org.osflash.stream.IStreamOutput;
import org.osflash.stream.StreamError;
import org.osflash.stream.StreamTypes;
import flash.errors.IllegalOperationError;
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public cla... |
package
{
public class §\x1e\x19§
{
public var hi:uint;
public var lo:uint;
public function §\x1e\x19§(§\x14§:uint, §\x13§:uint)
{
super();
this.lo = §\x14§;
this.hi = §\x13§;
}
public function toSt... |
package kabam.rotmg.minimap.control {
import com.company.assembleegameclient.objects.GameObject;
import org.osflash.signals.Signal;
public class UpdateGameObjectTileSignal extends Signal {
public function UpdateGameObjectTileSignal() {
super(Number,Number,GameObject);
}
... |
package com.bojinx.display.operation
{
import com.bojinx.api.processor.display.IViewManager;
import com.bojinx.display.meta.ViewManagerMetadata;
import com.bojinx.reflection.Method;
import com.bojinx.reflection.Property;
import com.bojinx.system.cache.definition.MetaDefinition;
import com.bojinx.system.processor.... |
package Alert {
import flash.display.Sprite;
import mx.controls.Alert;
import mx.core.Application;
import mx.core.UIComponent;
import mx.events.CloseEvent;
import mx.managers.PopUpManager;
public class ButtonlessAlert extends Alert {
public function ButtonlessAlert() {
super();
}
... |
package com.bojinx.mnav.config
{
public interface ILocationChild
{
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
import skyui.util.Translator;
import skyui.defines.Actor;
import skyui.defines.Armor;
import skyui.defines.Form;
import skyui.defines.Item;
import skyui.defines.Material;
import skyui.defines.Weapon;
import skyui.defines.Inventory;
import skyui.components.list.BasicList;
import skyui.components.list.IListProcessor;
... |
package popup {
import caurina.transitions.Tweener;
import core.casalib.CasaSpriteExtended;
import core.events.AnimEvent;
/**
* Базовый класс для всплывающих окон
*
* @author Павел Гольцев
*/
public class Popup extends CasaSpriteExtended implements IPopup {
protected var _fadeToAlpha:Boolean;
prote... |
package petsBag.controller
{
import com.pickgliss.events.UIModuleEvent;
import com.pickgliss.loader.UIModuleLoader;
import ddt.data.UIModuleTypes;
import ddt.data.goods.InventoryItemInfo;
import ddt.events.CrazyTankSocketEvent;
import ddt.manager.ChatManager;
import ddt.manager.ItemManager;
impo... |
package serverProto.fight
{
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 com.net... |
package flash.display
{
public class ColorCorrection
{
public static const DEFAULT:String = "default";
public static const OFF:String = "off";
public static const ON:String = "on";
}
} |
package away3d.primitives.data
{
import away3d.arcane;
import away3d.entities.SegmentSet;
import flash.geom.Vector3D;
use namespace arcane;
public class Segment
{
arcane var _segmentsBase:SegmentSet;
arcane var _thickness:Number;
arcane var _start:Vector3D;
arcane var _end:Vector3D;
arcane var _st... |
package com.catalystapps.gaf.sound
{
import com.catalystapps.gaf.core.gaf_internal;
import com.catalystapps.gaf.data.config.CSound;
import flash.events.Event;
import flash.events.IOErrorEvent;
import flash.media.Sound;
import flash.net.URLRequest;
import flash.utils.ByteArray;
/** @private
* @author Ivan Avd... |
package timmee.display
{
import flash.events.MouseEvent;
import flash.net.URLRequest;
import flash.net.navigateToURL;
import timmee.core.Application;
import timmee.core.Constants;
import timmee.ui.AboutWindowUI;
public class AboutWindow extends StandardWindowBase
{
private var windowUI:AboutWindowUI;
... |
package cc.gullinbursti.sorting {
import cc.gullinbursti.lang.Arrays;
//] includes [!]>
//]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~.
//]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[
/**
*
* @author Gullinbursti
*/
// <[!] class delaration [¡]>
public class Merging extends BasicSorting {
//~~*~~*~~... |
package {
import flash.display.Sprite;
import flash.display.LoaderInfo;
import flash.text.Font;
import flash.external.ExternalInterface;
public class FontList extends Sprite {
public function FontList() {
var params:Object = loadParams();
loadExternalInterface(params);
}
p... |
package {
public class Issue2406_7 {
private static const o:Object = {};
{
o.v = 1$(EntryPoint)2
}
}
} |
// =================================================================================================
//
// 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 ash.fsm
{
import org.hamcrest.assertThat;
import org.hamcrest.core.not;
import org.hamcrest.object.equalTo;
import org.hamcrest.object.sameInstance;
public class ComponentInstanceProviderTests
{
[Test]
public function providerReturnsTheInstance() : void
{
var instance : MockComponent = new MockC... |
package com.ankamagames.dofus.network.messages.game.friend
{
import com.ankamagames.dofus.network.ProtocolTypeManager;
import com.ankamagames.dofus.network.types.common.AbstractPlayerSearchInformation;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.IC... |
/*
Copyright 2012 XTD Studios 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, so... |
package com.codeazur.as3swf.tags
{
import com.codeazur.as3swf.SWFData;
import com.codeazur.utils.StringUtils;
public class TagPlaceObject2 extends TagPlaceObject implements IDisplayListTag
{
public static const TYPE:uint = 26;
public function TagPlaceObject2() {}
override public function parse(data:S... |
// =================================================================================================
//
// Starling Framework - Particle System Extension
// Copyright 2012 Gamua OG. All Rights Reserved.
//
// This program is free software. You can redistribute and/or modify it
// in accordance with the terms of the acc... |
/**
* Contains information about a move event.
*
* @author awaterma@ecosur.mx
*/
package mx.ecosur.multigame.event {
import flash.events.Event;
import mx.ecosur.multigame.entity.Move;
public class DragMoveEvent extends Event {
private var _move:Move;
public function D... |
package kabam.rotmg.pets.view {
import kabam.rotmg.pets.controller.NotifyActivePetUpdated;
import kabam.rotmg.pets.data.PetVO;
import robotlegs.bender.bundles.mvcs.Mediator;
public class AvailablePetsMediator extends Mediator {
[Inject]
public var view:AvailablePetsView;
[Inject]
public var notifyAc... |
package connection.api_get_member
{
import connection.APIConnectionBase;
import flash.events.Event;
public class RecordAPI extends APIConnectionBase
{
public function RecordAPI()
{
super();
_API_NAME = "戦績情報";
_url = "api_get_member/record";
}
... |
package org.flixel
{
/**
* This is a basic "environment object" class, used to create simple walls and floors.
* It can be filled with a random selection of tiles to quickly add detail.
*
* @author Adam Atomic
*/
public class FlxTileblock extends FlxSprite
{
/**
* Creates a new <code>FlxBlock</code... |
package services.events.profiles.company
{
import services.cairngorm.BaseEvent;
public class GetCompanyListEvent extends BaseEvent
{
public var page:int;
public var count:int;
public var pattern:String = "";
public function GetCompanyListEvent(type:String)
{
super(type);
}
}
} |
package faces.events
{
/**
* Event kind enumeration. For each kind, the meaning of the
* command and the payload type are documented here.
*/
public class UIEventKind
{
/**
* Start the application.
* The payload is a String, the URL of the configuration fi... |
package com.codeazur.as3swf.tags
{
import com.codeazur.as3swf.SWFData;
public class TagDefineFontInfo2 extends TagDefineFontInfo implements ITag
{
public static const TYPE:uint = 62;
public function TagDefineFontInfo2() {}
override protected function parseLangCode(data:SWFData):void {
langCode = da... |
package kabam.rotmg.assets.EmbeddedAssets {
import mx.core.*;
[Embed(source="spritesheets/EmbeddedAssets_stPatricksChars16x16Embed_.png")]
public class EmbeddedAssets_stPatricksChars16x16Embed_ extends BitmapAsset {
public function EmbeddedAssets_stPatricksChars16x16Embed_() {
super();
return;
... |
package {
public class Range
{
public var min:Number;
public var max:Number;
public var step:Number;
public var offset:Boolean;
public function Range( min:Number, max:Number, step:Number, offset:Boolean )
{
this.min = min;
this.max = max;
this.step = step;
this.offset = off... |
/*
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.skins
{
import feathers.core.IFeathersControl;
/**
* A style provider that chooses betwe... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2007-2010 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 ... |
package tileworld.ui.settings
{
public class GroupedListSettings
{
public static const STYLE_NORMAL:String = "normal";
public static const STYLE_INSET:String = "inset";
public function GroupedListSettings()
{
}
public var isSelectable:Boolean = true;
public var hasElasticEdges:Boolean = true;
public... |
package laya.d3.component {
/**
* <code>Script</code> 类用于创建脚本的父类。
*/
public class Script extends Component3D {
/** @private */
private static var _isSingleton:Boolean = false;
/**
* @inheritDoc
*/
override public function get isSingleton():Boolean {
return _isSingleton;
}
/**
* 创建一... |
package com.swfwire.decompiler.data.swf6.tags
{
import com.swfwire.decompiler.data.swf.tags.SWFTag;
public class DefineVideoStreamTag extends SWFTag
{
public var characterId:uint;
public var numFrames:uint;
public var width:uint;
public var height:uint;
public var videoFlagsDeblocking:uint;
... |
package mx.managers
{
import flash.display.DisplayObject;
import flash.geom.Point;
import mx.core.IChildList;
import mx.core.mx_internal;
use namespace mx_internal;
[ExcludeClass]
public class SystemChildrenList implements IChildList
{
mx_internal static const V... |
package
{
import binding.Binder;
import controller.ControllerElements;
import flash.display.Sprite;
import flash.events.Event;
import flash.ui.ContextMenu;
import model.ModelElements;
import starling.events.EventDispatcher;
import starling.extensions.TextureAtlasLogger;
import starling.tweaks.StarlingStarter;... |
package cmodule.lua_wrapper
{
public const _luaC_separateudata:int = regFunc(FSM_luaC_separateudata.start);
}
|
package charts.Elements {
import charts.Elements.PointDotBase;
import flash.display.BlendMode;
import flash.display.Graphics;
import flash.display.Sprite;
public class Star extends PointDotBase {
public function Star( index:Number, style:Object ) {
super( index, style );
this.visible = true;
... |
table wgEncodeGencodeRefSeq
"GENCODE transcript to RefSeq mRNA or non-coding RNA and peptide accession mapping"
(
string transcriptId; "GENCODE transcript identifier"
string rnaAcc; "RefSeq mRNA or non-coding RNA accession"
string pepAcc; "RefSeq peptide identifier for coding accession"
)
|
package away3d.debug
{
import away3d.core.base.Geometry;
import away3d.debug.data.TridentLines;
import away3d.entities.Mesh;
import away3d.extrusions.LatheExtrude;
import away3d.materials.ColorMaterial;
import away3d.tools.commands.Merge;
import flash.geom.Vector3D;
/**
* Creates a new <code>Trident</cod... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.aswing3d.plaf.basic{
/**
* @private
*/
public class BasicTextAreaUI extends BasicTextComponentUI{
public function BasicTextAreaUI(){
super();
}
//override this to the sub component's prefix
override protected function getPropertyPrefix():St... |
package net.wooga.selectors.pseudoclasses.nthchildren {
public class NthParserResult {
public var a:int;
public var b:int;
}
}
|
package away3d.lights
{
import away3d.arcane;
import away3d.core.base.IRenderable;
import away3d.core.partition.EntityNode;
import away3d.core.partition.LightNode;
import away3d.entities.Entity;
import away3d.errors.AbstractMethodError;
import away3d.events.LightEvent;
import away3d.lights.shadowmaps.ShadowMapp... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.