text stringlengths 4 1.04M |
|---|
////////////////////////////////////////////////////////////////////////////////
//
// 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 citrus.physics.box2d {
import Box2D.Collision.b2Manifold;
import Box2D.Dynamics.Contacts.b2Contact;
import Box2D.Dynamics.b2Body;
import Box2D.Dynamics.b2ContactImpulse;
/**
* An interface used by each Box2D object. It helps to enable interaction between entity/component object and "normal" object.
... |
package io.decagames.rotmg.pets.data.vo.requests {
public class FusePetRequestVO implements IUpgradePetRequestVO {
public function FusePetRequestVO(param1:int, param2:int, param3:int) {
super();
this.petInstanceIdOne = param1;
this.petInstanceIdTwo = param2;
this.paymentTransType =... |
package serverProto.team
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoPlayerKey;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
... |
package com.ankamagames.dofus.network.messages.game.chat.channel
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
... |
package com.tencent.morefun.naruto.plugin.exui.ui
{
import flash.display.Sprite;
import naruto.component.controls.Background_5;
import flash.text.TextField;
import naruto.component.controls.ButtonNormalBlue;
import naruto.component.controls.TitleBar_3;
import naruto.component.controls.ButtonLittle;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 changeColor.view
{
import bagAndInfo.cell.BagCell;
import changeColor.ChangeColorModel;
import com.pickgliss.ui.ComponentFactory;
import com.pickgliss.ui.controls.SelectedCheckButton;
import com.pickgliss.ui.core.Disposeable;
import com.pickgliss.ui.image.ScaleBitmapImage;
import com.pickgl... |
// Urho3D editor hierarchy window handling
const int ITEM_NONE = 0;
const int ITEM_NODE = 1;
const int ITEM_COMPONENT = 2;
const int ITEM_UI_ELEMENT = 3;
const uint NO_ITEM = M_MAX_UNSIGNED;
const StringHash SCENE_TYPE("Scene");
const StringHash NODE_TYPE("Node");
const StringHash STATICMODEL_TYPE("StaticModel");
cons... |
package org.tuio.osc {
public interface IOSCConnector {
/**
* Adds a listener for incoming data to a private list.
* @param listener A listener for incoming data
*/
function addListener(listener:IOSCConnectorListener):void;
/**
* Removes a listener for incoming data to a privat... |
enum WheelType
{
FL, FR,
RL, RR,
}
class WheelState
{
bool m_right;
float m_steerAngle;
float m_rot;
float m_slipCoef;
float m_dirt;
#if TMNEXT
float m_breakCoef;
float m_tireWear;
float m_icing;
float m_wetness;
#endif
}
class DashboardWheels : DashboardThing
{
Resources::Font@ m_f... |
/*
* 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 ... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* 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;
var ... |
package com.tinyspeck.engine.net
{
public class NetOutgoingActionRequestCancelVO extends NetOutgoingMessageVO
{
public var event_type:String;
public var event_tsid:String;
public function NetOutgoingActionRequestCancelVO(event_type:String, event_tsid:String)
{
super(MessageTypes.ACTION_REQUEST_CANCEL);
... |
package com.playfab.CloudScriptModels
{
public class ExecuteEntityCloudScriptRequest
{
public var Entity:EntityKey;
public var FunctionName:String;
public var FunctionParameter:Object;
public var GeneratePlayStreamEvent:*;
public var RevisionSelection:String;
pub... |
package {
import flash.display.Sprite;
public class Main {
new Foo().foo = f;
}
public var f:Vector.<Sprite>;
}
class Foo {
public var foo:Vector.<Sprite>;
} |
package org.openapitools.client.model {
import org.openapitools.client.model.Pipeline;
[XmlRootNode(name="Pipelines")]
public class Pipelines {
public function toString(): String {
var str: String = "Pipelines: ";
return str;
}
}
}
|
package com.ankamagames.dofus.network.messages.game.look
{
import com.ankamagames.dofus.network.types.game.look.EntityLook;
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
... |
package model
{
import flash.events.EventDispatcher;
import flash.events.Event;
import flash.events.IEventDispatcher;
import flash.utils.ByteArray;
import controller.LobbyCtrl;
import model.DeckEditor;
// インベントリつきのキャラカードクラス
public class CharaCardInventory implements ICardInventory
... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 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 ac... |
package com.bojinx.system.processor
{
import com.bojinx.api.context.IApplicationContext;
import com.bojinx.api.processor.IProcessor;
import com.bojinx.api.processor.metadata.IMetaDefinition;
import com.bojinx.system.cache.definition.MergedMetaDefinition;
import com.bojinx.system.cache.definition.MetaDefinition;
i... |
package laya.media.webaudio {
import laya.events.Event;
import laya.events.EventDispatcher;
import laya.media.SoundChannel;
import laya.media.SoundManager;
import laya.net.URL;
import laya.utils.Browser;
/**
* @private
* web audio api方式播放声音
*/
public class WebAudioSound extends EventDispatcher {
pu... |
/*
* =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... |
package starling.extensions.window {
import starling.events.Event;
import flash.geom.Rectangle;
import flash.display.Sprite;
import starling.core.Starling;
import flash.display.Stage;
import flash.events.Event;
import flash.display.NativeWindow;
public class StarlingWindowsManager {
private static var __st... |
package me.rainssong.geom
{
import flash.display.Graphics;
/**
* ...
* @author Rainssong
*/
public class Vector2D
{
private var _x:Number;
private var _y:Number;
/**
* Constructor.
*/
public function Vector2D(x:Number = 0, y:Number = 0)
{
_x = x;
_y = y;
}
/**
* Can be u... |
package com.tinyspeck.engine.spritesheet
{
public interface ISpriteSheetUpdateable
{
function update():void;
}
} |
package view {
import flash.events.Event;
import game.ui.comps.RadioGroupTestUI;
/**单选框示例*/
public class RadioGroupTest extends RadioGroupTestUI {
public function RadioGroupTest() {
radioGroup1.addEventListener(Event.SELECT, onRadioGroupSelect);
radioGroup2.addEventListener(Event.SELECT, onRadioGroupSe... |
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!!
package com.gamesparks.api.types
{
import com.gamesparks.*;
public class Boughtitem extends GSData
{
public function Boughtitem(data : Object)
{
super(data);
... |
/*
Copyright (c) 2010, 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 con... |
package serverProto.user
{
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;
im... |
/**
* BigBlueButton open source conferencing system - http://www.bigbluebutton.org/
*
* Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below).
*
* This program is free software; you can redistribute it and/or modify it under the
* terms of the GNU Lesser General Public License as published ... |
// vim: tabstop=4 shiftwidth=4
// Copyright (c) 2011 , Yang Bo All rights reserved.
//
// Author: Yang Bo (pop.atry@gmail.com)
//
// Use, modification and distribution are subject to the "New BSD License"
// as listed at <url: http://www.opensource.org/licenses/bsd-license.php >.
package com.netease.protobuf.fieldDes... |
package mvcutils.statemachine {
import starling.events.Event;
public class StateEvent extends Event {
public static const STARTED:String = 'state_started_event';
public static const STOPPED:String = 'state_stopped_event';
internal static const POST_CONSTRUCT:String = 'post_const... |
/*
* 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 ... |
/************************************************************************
* Copyright 2010-2012 Worlize Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... |
package ddt.view.tips
{
import com.pickgliss.ui.ComponentFactory;
import flash.display.Bitmap;
import flash.display.DisplayObjectContainer;
import flash.display.Sprite;
public class LevelPicCreater
{
private static const pathTip:String = "asset.core.leveltip.";
public sta... |
package widgets.eSearch
{
import flash.events.Event;
public class RelateChosenEvent extends Event
{
public var data:*;
public static const RELATE_CLICKED:String = "relateClicked";
public function RelateChosenEvent(type:String, bubbles:Boolean... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 2017 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 t... |
package com.tencent.morefun.naruto.plugin.ui.tooltip
{
import flash.display.Sprite;
import flash.text.TextField;
import flash.display.MovieClip;
public dynamic class SkillTipsViewUI extends Sprite
{
public var t0:TextField;
public var icon:MovieClip;
public var... |
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.company.assembleegameclient.game.events {
import kabam.rotmg.messaging.impl.incoming.KeyInfoResponse;
import org.osflash.signals.Signal;
public class KeyInfoResponseSignal extends Signal {
public function KeyInfoResponseSignal() {
super(KeyInfoResponse);
}
}
}
|
class FileList extends skyui.components.list.ScrollingList
{
public var entryHeight: Number = 25;
public var isAutoUnselect: Boolean = true;
public function FileList()
{
super();
}
public function set entryList(a_list: Array): Void
{
_entryList = a_list;
}
public function moveSelectionUp(a_bScrollPa... |
package services.events.backend
{
import com.adobe.cairngorm.control.CairngormEvent;
import services.vo.backend.LocationVO;
public class AddLocationEvent extends CairngormEvent
{
/**
* This property contain new adding location.
*
* @see services.vo.backend.LocationVO
*/
public var location:Lo... |
/* 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 DefClassImpPublicIntIntname.*;
import com.adobe.test.Assert;
// var SECTION = "Definitions"; // provid... |
/*
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.controls.renderers
{
import feathers.controls.ButtonState;
import feathers.controls.ImageLo... |
package ru.codestage.xfltool.map.items.elements.attributes
{
/**
* ...
* @author focus | http://blog.codestage.ru
*/
public final class ElementPoint extends Object
{
public var x:Number = 0;
public var y:Number = 0;
public function ElementPoint()
{
super();
}
}
} |
package com.googlecode.bindagetools.matchers {
import org.hamcrest.StringDescription;
import org.hamcrest.assertThat;
import org.hamcrest.object.equalTo;
public class IsNumericMatcherTest {
private var matcher:IsNumericMatcher;
public function IsNumericMatcherTest() {
}
[Before]
public function setUp():vo... |
package Controls.Scrollbar
{
import flash.display.MovieClip;
public dynamic class ScrollMover extends MovieClip
{
public function ScrollMover()
{
super();
}
}
}
|
package framework.view.pages.reservationCreate.events
{
import flash.events.Event;
public class RemoveBasketItemEvent extends Event
{
public static const REMOVE_ITEM:String = "removeItem";
public var index:int = 0;
public function RemoveBasketItemEvent(type:String, bubbles:Boolean=false, cancelable:Bool... |
package com.andywoods.as3behavioursui.view
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.FullScreenEvent;
public class AbstractView extends Sprite
{
protected var isFullscreen:Boolean;
public function AbstractView()
{
super();
addEventListener( Event.ADDED_TO_ST... |
package tests.islands
{
import flash.display.Sprite;
import flash.events.Event;
/**
* ...
* @author Glenn Ko
*/
public class GridExplore extends Sprite
{
public const GRID_SIZE:Number = 32;
public const RADIUS:Number = .25;
public function GridExplore()
{
addEventListener(Event.ENTER_FRAME, o... |
package {
public class Net {
const N: int = 225;
const F: int = 5;
var all_points:Vector.<Point>; //= Array.ofDim[Point](15, 15)
var all_slots:Vector.<Slot>; //= ArrayBuffer.empty[Slot]
var empty_points:Vector.<Point>; //= ArrayBuffer.empty[Point]
var active_slots:Vector.<Vector... |
package org.httpclient.events {
import flash.events.Event;
import flash.utils.ByteArray;
public class HttpDataEvent extends Event {
public static const DATA:String = "httpData";
private var _bytes:ByteArray;
public function HttpDataEvent(bytes:ByteArray, type:String = DATA, bubble... |
package com.company.assembleegameclient.ui.tooltip.slotcomparisons {
import com.company.assembleegameclient.ui.tooltip.TooltipHelper;
import kabam.rotmg.text.model.TextKey;
import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder;
import kabam.rotmg.text.view.stringBuilder.LineBuilder;
public class TrapCompar... |
package laya.ui {
import laya.display.Graphics;
import laya.display.Sprite;
import laya.display.Text;
import laya.events.Event;
import laya.maths.Rectangle;
import laya.ui.Component;
import laya.ui.UIEvent;
import laya.utils.Handler;
/**鼠标提示管理类*/
public class TipManager extends Component {
... |
package com.hendrix.contentManager.core.types
{
import com.hendrix.contentManager.core.manifest.LocalResource;
import flash.media.Sound;
import flash.media.SoundChannel;
import flash.media.SoundTransform;
import flash.utils.ByteArray;
public class SoundContent extends BaseContent
{
private var _... |
//Marks the right margin of code *******************************************************************
package com.neopets.projects.np10.util.Logging
{
import flash.display.Shape;
import flash.display.Sprite;
import org.osmf.logging.Logger;
/**
* public class DebugLogger extends Logger
*
* <p><u>REVISION... |
/*
* BetweenAS3
*
* Licensed under the MIT License
*
* Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and
* Spark project (www.libspark.org)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentat... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 email.analyze
{
import com.pickgliss.loader.DataAnalyzer;
import com.pickgliss.utils.ObjectUtils;
import ddt.data.goods.InventoryItemInfo;
import ddt.manager.ItemManager;
import ddt.manager.PlayerManager;
import ddt.manager.SharedManager;
import email.data.EmailInfo;
import flash.utils.d... |
package
{
public dynamic class WarningTextHolder extends PAWarningText
{
public function WarningTextHolder()
{
super();
}
}
}
|
package kabam.rotmg.account.steam.model {
import com.company.assembleegameclient.util.offer.Offer;
import kabam.rotmg.account.core.model.MoneyConfig;
import kabam.rotmg.text.model.TextKey;
import kabam.rotmg.text.view.stringBuilder.LineBuilder;
import kabam.rotmg.text.view.stringBuilder.StringBuilder;
public class S... |
/*
Copyright (c) 2006, 2007 Alec Cove
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, di... |
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
package com.yahoo.webapis.search
{
/**
* Song is a Value Object for the Search API.
* @langversion ActionScript 3.0
* @playerversion Flash 9
* @author Alaric... |
package kabam.rotmg.appengine.api {
import org.osflash.signals.OnceSignal;
public interface AppEngineClient {
function get complete():OnceSignal;
function setDataFormat(_arg1:String):void;
function setSendEncrypted(_arg1:Boolean):void;
function setMaxRetries(_arg1:int):void;
function sendRequ... |
package away3d.library.assets
{
public class AssetType
{
public static const ENTITY : String = 'entity';
public static const MESH : String = 'mesh';
public static const GEOMETRY : String = 'geometry';
public static const SKELETON : String = 'skeleton';
public static const SKELETON_POSE : String = 'skeletonP... |
package com.playfab.ClientModels
{
public class GetPlayFabIDsFromSteamIDsResult
{
public var Data:Vector.<SteamPlayFabIdPair>;
public function GetPlayFabIDsFromSteamIDsResult(data:Object=null)
{
if(data == null)
return;
if(data.Data) { Data = new... |
package flare.display
{
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.display.Stage;
import flash.events.Event;
import flash.geom.Point;
import flash.geom.Rectangle;
/**
* A Sprite that redraws itself as needed when marked as "dirty".
* This allows multiple changes to be mad... |
/**
* <p>Original Author: toddanderson</p>
* <p>Class File: AndroidScrollList.as</p>
* <p>Version: 0.3</p>
*
* <p>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, inc... |
package com.facebook.graph.data.api.status
{
import com.facebook.graph.core.facebook_internal;
import com.facebook.graph.data.api.core.AbstractFacebookGraphObject;
import com.facebook.graph.data.api.user.FacebookUser;
use namespace facebook_internal;
/**
* A status message on a user's wall.
* @see http://d... |
package com.company.assembleegameclient.ui.tooltip.slotcomparisons {
import com.company.assembleegameclient.ui.tooltip.TooltipHelper;
import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder;
public class GeneralProjectileComparison extends SlotComparison {
private var itemXML:X... |
/**
* IHash
*
* An interface for each hash function to implement
* Copyright (c) 2007 Henri Torgemane
*
* See LICENSE.txt for full license information.
*/
/*[IF-FLASH]*/package com.hurlant.crypto.hash
{
import flash.utils.ByteArray;
public interface IHash
{
function getInputSize():uint;
... |
/*
Copyright (c) 2007 FlexLib Contributors. See:
http://code.google.com/p/flexlib/wiki/ProjectContributors
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, incl... |
package kabam.rotmg.ui.view {
import kabam.rotmg.account.core.signals.OpenAccountInfoSignal;
import kabam.rotmg.dialogs.control.CloseDialogsSignal;
import robotlegs.bender.bundles.mvcs.Mediator;
public class CharacterSlotRegisterMediator extends Mediator {
public function CharacterSlotRegisterMediator() {
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//Common file for getting forces from a propeller
#include "IslandsCommon.as"
#include "BlockCommon.as"
const f32 PROPELLER_SPEED = 0.5f;
void PropellerForces(CBlob@ this,
Island@ island,
float power,
Vec2f &out moveVel,
Vec2f &out moveNorm,
float &out angleVel)
{
Vec2f p... |
/* 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 NoExtraArgFunction {
public class NoExtraArgFunctionClass{
public function returnRest(... rest... |
// =================================================================================================
//
// 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 ormtest.model11
{
[Bindable]
public class PartStatus11
{
public var id:int;
public var value:String;
}
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* Copyright (c) 2006-2013 Regents of the University of Minnesota.
For licensing terms, see the file LICENSE. */
package items.feats {
import flash.display.Graphics;
import flash.events.MouseEvent;
import flash.utils.Dictionary;
import mx.managers.ToolTipManager;
import mx.core.IToolTip;
import ... |
/*
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, dist... |
package feathers.extension.ahhenderson.controls.renderers{
import flash.geom.Rectangle;
import flash.text.engine.ElementFormat;
import feathers.controls.Label;
import feathers.extension.ahhenderson.controls.IconLabel;
import feathers.extension.ahhenderson.enums.CustomComponentPoolType;
import feathers.extensio... |
package
{
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.errors.IllegalOperationError;
import flash.events.Event;
import flash.ui.ContextMenu;
import flash.utils.getDefinitionByName;
import feathers.system.DeviceC... |
//------------------------------------------------------------------------------
//
// Copyright Anthony Henderson 2010
// All rights reserved.
//
//------------------------------------------------------------------------------
package ahhenderson.core.mvc.interfaces {
import ahhenderson.core.managers.... |
/* AS3
Copyright 2008
*/
package com.neopets.projects.comicEngine.gui
{
import com.neopets.util.events.CustomEvent;
import com.neopets.util.events.MultitonEventDispatcher;
import flash.display.MovieClip;
import flash.events.MouseEvent;
import flash.filters.GlowFilter;
import flash.text.TextField;
/**
*... |
/*
* Copyright (c) 2009 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package org.robotlegs.base
{
import flash.events.Event;
import flash.events.IEventDispatcher;
import fla... |
/* 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/. */
// 15.1 / 16.4.1 allowable attributes combinations
// ought to exercise explicit / public by using another
// packa... |
package fl.transitions.easing
{
public class Strong extends Object
{
public function Strong()
{
return;
}// end function
public static function easeOut(param1:Number, param2:Number, param3:Number, param4:Number) : Number
{
return p... |
package flash.display3D
{
public final class Context3DRenderMode extends Object
{
public static const AUTO:String = "auto";
public static const SOFTWARE:String = "software";
public function Context3DRenderMode()
{
super();
}
}
}
|
/*
* @author Ryan C. Knaggs
* @date 11/2/2009
* The Error_View class is designed
* to display any error that may occur
* upon any file that is required for
* running this application
*/
package views
{
import flash.events.MouseEvent;
import flash.geom.Point;
import libs.vo.GlobalsVO;
imp... |
/*
* 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 or agreed ... |
package src.game
{
import Box2D.Collision.Shapes.b2PolygonShape;
import Box2D.Common.Math.b2Vec2;
import Box2D.Dynamics.Contacts.b2Contact;
import Box2D.Dynamics.Contacts.b2ContactEdge;
import Box2D.Dynamics.Joints.b2Joint;
import Box2D.Dynamics.Joints.b2RevoluteJointDef;
import Box2D.Dynamics.b2Body;
import B... |
/* 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 PublicClass {
import PublicClass.*;
dynamic class DynExtPublicClassStatInner extends Public... |
/*
* Copyright 2014 Mozilla Foundation
*
* 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 agr... |
package com.unhurdle.spectrum
{
COMPILE::JS
{
import org.apache.royale.core.WrappedHTMLElement;
}
import org.apache.royale.events.ValueEvent;
[Event(name="children", type="org.apache.royale.events.Event")]
public class TabOverflowOld extends Group
{
public function TabOverflowOld()
{
su... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 eldhelm.storage {
import flash.net.SharedObject;
/**
* ...
* @author Andrey Glavchev
*/
public class StorageManager {
private var ns:String;
public function StorageManager($ns:String = "default") {
ns = $ns;
}
public function hasVar(name:String):Boolean {
return typeof... |
// makeswf -v 7 -r 1 -o global-variable-properties-7.swf global-variable-properties.as
#include "trace_properties.as"
trace_properties (_global.Infinity, "_global", "Infinity");
trace_properties (_global.NaN, "_global", "NaN");
trace_properties (_global.o, "_global", "o");
// Need to unhide it first on version < 8
//... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.