text stringlengths 4 1.04M |
|---|
/* ***** 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.codeazur.as3swf.data.actions.swf5
{
import com.codeazur.as3swf.data.actions.*;
public class ActionBitAnd extends Action implements IAction
{
public static const CODE:uint = 0x60;
public function ActionBitAnd(code:uint, length:uint) {
super(code, length);
}
override public function toS... |
package away3d.animators.states
{
import flash.utils.Dictionary;
import away3d.animators.data.ParticlePropertiesMode;
import flash.display3D.Context3DVertexBufferFormat;
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.animators.data.AnimationRegisterCache;
import away3d.animators.data.Animati... |
package utils {
public class MenuIdManager {
private var _next_id:int = -1;
private var _filterFunc:Function;
private var _id_list:Array = [];
public function MenuIdManager(ids:Array,filterFunc:Function) {
this._filterFunc = filterFunc;
var i:String;
for (i in ids) {
this.a... |
package com.catalystapps.gaf.data.config
{
import flash.geom.Point;
/**
* @private
*/
public class CAnimationObject
{
//--------------------------------------------------------------------------
//
// PUBLIC VARIABLES
//
//--------------------------------------------------------------------------
... |
package org.servebox.cafe.core.command.impl
{
import flash.events.Event;
import flash.events.EventDispatcher;
import org.servebox.cafe.core.command.IParameterObject;
public dynamic class AbstractParameterObject extends EventDispatcher implements IParameterObject
{
public function AbstractParameterObject( keyPar... |
/*
* Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder>
*
* 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 ... |
package age.data
{
/**
* 存一些虚拟图层的名字
* @author zhanghaocong
*
*/
public class VirtualLayerName
{
[Translation(zh_CN="攻击判定")]
public static const ATTACK_BOX:String = "attackBox";
[Translation(zh_CN="被击判定")]
public static const HIT_BOX:String = "hitBox";
public function VirtualLayerName()
{
}
... |
package com.as3long.node.utils
{
/**
* ...
* @author lonnyhuang
*/
public class Debug
{
public function Debug()
{
}
public function outObject(obj:Object):void
{
for (var k:String in obj)
{
trace(k);
// trace(k, obj[k]);
}
}
private static var _one:Debug;
public ... |
/*
Feathers
Copyright 2012-2015 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.controls
{
import feathers.core.FeathersControl;
import feathers.core.IFeathersControl;
im... |
/* ***** 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.mintdigital.hemlock{
import com.mintdigital.hemlock.utils.URLUtils;
import flash.external.ExternalInterface;
public class HemlockEnvironment{
public static const ENVIRONMENT_DEVELOPMENT:String = 'development';
public static const ENVIRONMENT_STAGING:String = 'staging';... |
/*
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.controls
{
import feathers.core.FeathersControl;
import feathers.core.PropertyProxy;
impor... |
package com.playata.application.ui.dialogs
{
import com.playata.application.data.constants.CConstant;
import com.playata.application.ui.elements.friend.UiFriendInviteLinkContent;
import com.playata.application.ui.elements.friend.UiFriendInviteMailContent;
import com.playata.application.ui.elements.generic.b... |
package integration.tests
{
import ru.whitered.kote.Mediator;
import ru.whitered.kote.Command;
import ru.whitered.kote.Facade;
import ru.whitered.kote.Notification;
import org.hamcrest.assertThat;
import org.hamcrest.collection.array;
/**
* @author whitered
*/
public class CommandPriorityTest
{
priva... |
package com.xgame.godwar.common.commands.receiving
{
import com.xgame.godwar.configuration.SocketContextConfig;
import com.xgame.godwar.utils.StringUtils;
import com.xgame.godwar.utils.UInt64;
import flash.utils.ByteArray;
public class Receive_BattleRoom_PlayerEnterRoom extends ReceivingBase
{
public var gui... |
package tests
{
import flash.geom.Point;
import flash.geom.Rectangle;
public class ArrayClearTest
{
public static var NUMBER_OF_ARRAYS:int = 10000;
public static var ARRAY_LENGTH:int = 100;
public var name:String = "overwrite";
protected var m_array:Array;
protected static var m_objectPool:Array;
... |
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.utils.clearTimeout;
import flash.utils.setTimeout;
import mx.controls.Button;
import mx.controls.LinkButton;
import mx.core.ClassFactory;
import mx.core.mx_internal;
import mx.events.FlexEvent;
import mx.events.... |
package cmodule.lua_wrapper
{
const i_AS3_NumberValue:int = exportSym("_AS3_NumberValue",new CProcTypemap(CTypemap.DoubleType,[CTypemap.AS3ValType]).createC(AS3_NOP)[0]);
}
|
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//
// $Id$
package com.threerings.msoy.ui {
import flash.display.Sprite;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import com.threerings.crowd.data.OccupantInfo;
import com.threerings.text.TextFieldUtil;
import com.threerings.msoy.client.MsoyController;
import ... |
/**
* SHA256
*
* An ActionScript 3 implementation of Secure Hash Algorithm, SHA-256, as defined
* in FIPS PUB 180-2
* Copyright (c) 2007 Henri Torgemane
*
* Derived from:
* A JavaScript implementation of the Secure Hash Standard
* Version 0.3 Copyright Angel Marin 2003-2004 - http://anmar.eu.org/
* Deri... |
// 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 {
function printHello(value:String) {
print(value);
}
printHello("hello world");
}
|
package away3d.lights
{
import away3d.arcane;
import away3d.bounds.BoundingSphere;
import away3d.bounds.BoundingVolumeBase;
import away3d.core.base.IRenderable;
import away3d.core.math.Matrix3DUtils;
import away3d.core.partition.EntityNode;
import away3d.core.partition.PointLightNode;
import away3d.lights.shado... |
//
// $Id$
package com.threerings.msoy.applets.net {
import flash.net.URLRequest;
import flash.net.URLRequestMethod;
import flash.net.URLVariables;
import flash.utils.ByteArray;
import com.threerings.orth.data.MediaDesc;
import com.threerings.msoy.client.DeploymentConfig;
import com.threerings.msoy.data.all.MediaMi... |
package jp.coremind.core
{
import flash.utils.setTimeout;
import jp.coremind.utility.Log;
import jp.coremind.utility.process.Process;
import jp.coremind.utility.process.Thread;
public class SyncProcess extends ViewAccessor
{
private static const TAG:String = "[SyncProcess]";
... |
// Aphelion \\
#include "CreatureCommon.as";
const s32 TIME_TO_EXPLODE = 7 * 30;
const int COINS_ON_DEATH = 10;
void onInit(CBlob@ this)
{
TargetInfo[] infos;
{
TargetInfo i("survivorplayer", 1.0f, true, true);
infos.push_back(i);
}
{
TargetInfo i("pet", 0.9f, true);
infos.push_back(... |
package citrus.objects {
import citrus.physics.PhysicsCollisionCategories;
import citrus.physics.nape.INapePhysicsObject;
import citrus.physics.nape.Nape;
import citrus.view.ISpriteView;
import nape.callbacks.CbType;
import nape.callbacks.InteractionCallback;
import nape.callbacks.PreCallback;
import nape.cal... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
* =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... |
/**
* 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 ... |
package {
import com.adobe.cep.Util;
import com.adobe.cep.Encoding;
import com.adobe.cep.Process;
import com.adobe.cep.FS;
import com.adobe.cep.CEPGlobal;CEPGlobal;
/**
* @author harbs
*/
public class CEPClasses {
public static var fs:FS;
public static var process:Process;
public static var encoding:... |
/*
* 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
... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package devoron.aswing3d.plaf.basic.icon{
import devoron.aswing3d.*;
import org.aswing.geom.*;
import org.aswing.graphics.*;
/**
* The icon for frame normal.
* @author iiley
* @private
*/
public class FrameNormalIcon extends FrameIcon{
public function FrameNorm... |
/* 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 com.fenhongxiang.hls.model {
CONFIG::LOGGING {
import com.luojianghong.hls.utils.Log;
}
... |
package org.openapitools.client.model {
import org.openapitools.common.ListWrapper;
import org.openapitools.client.model.PipelineListEmbedded;
import org.openapitools.client.model.ProgramListLinks;
public class PipelineListList implements ListWrapper {
// This declaration below of _pipelineList_obj_class ... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
/*
* Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com
*
* This software is provided 'as-is', without any express or implied
* warranty. In no event will the authors be held liable for any damages
* arising from the use of this software.
* Permission is granted to anyone to use this software for any pu... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 laya.resource {
import laya.utils.Stat;
/**
* @private
* <code>ResourceManager</code> 是资源管理类。它用于资源的载入、获取、销毁。
*/
public class ResourceManager implements IDispose {
/** 唯一标识ID计数器。*/
private static var _uniqueIDCounter:int = 0/*int.MIN_VALUE*/;
/** 系统ResourceManager。*/
private static var _system... |
/*
Copyright (c) 2008 Tink Ltd - http://www.tink.ws
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, ... |
/**
* Slider.as
* Keith Peters
* version 0.9.10
*
* Abstract base slider class for HSlider and VSlider.
*
* 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"), to deal
* in ... |
/**
* User: booster
* Date: 14/08/14
* Time: 10:56
*/
package plugs {
import medkit.collection.List;
public interface IProvider {
function get outputs():List
function get name():String
function requestPullData(outputConnection:Connection):*
}
}
|
package bluekarma.gui.phone.health
{
import assets.InventoryAssets;
import global.Global;
import gui.inventory.PhoneMenu;
import gui.inventory.Validator;
import starling.display.Image;
import starling.display.Quad;
import starling.display.Sprite;
import starling.events.Event;
impo... |
package com.playata.application.data.character
{
import com.playata.application.Application;
import com.playata.application.WindowsApplication;
import com.playata.framework.application.Environment;
import com.playata.framework.application.request.ActionRequestResponse;
import com.playata.framework.core.T... |
package com.catalystapps.gaf.data.config
{
/**
* @author p0d04Va
*/
public interface ICFilterData
{
function clone(): ICFilterData;
}
}
|
package com.tinyspeck.engine.net {
public class NetOutgoingSkillUnlearnCancelVO extends NetOutgoingMessageVO {
public function NetOutgoingSkillUnlearnCancelVO()
{
super(MessageTypes.SKILL_UNLEARN_CANCEL);
}
}
} |
/*******************************************************************************
* PushButton Engine
* Copyright (C) 2009 PushButton Labs, LLC
* For more information see http://www.pushbuttonengine.com
*
* This file is licensed under the terms of the MIT license, which is included
* in the License.html file at t... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.minimap.view.MiniMapZoomButtons
package kabam.rotmg.minimap.view
{
import flash.display.Sprite;
import flash.geom.ColorTransform;
import org.osflash.signals.Signal;
import flash.display.Bitmap;
import com.company.util.AssetLi... |
table celeraCoverage
"Summary of large genomic Duplications from Celera Data"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
string name; "Source of Information"
)
|
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* http://w... |
package com.ankamagames.dofus.network.messages.game.interactive.zaap
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;... |
/*
Copyright (c) 2008 www.kingnare.com See:
http://code.google.com/p/kingnarestyle
or http://www.kingnare.com/auzn
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 w... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 kabam.rotmg.classes.control {
import kabam.rotmg.classes.model.CharacterSkin;
import org.osflash.signals.Signal;
public class BuyCharacterSkinSignal extends Signal {
public function BuyCharacterSkinSignal() {
super(CharacterSkin);
}
}
}//package kabam.rotmg.classes.control
|
package com.sndbar.utils
{
import com.sndbar.events.ID3Event;
import com.sndbar.vo.TrackVO;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.IOErrorEvent;
import flash.filesystem.File;
import flash.media.Sound;
import flash.media.SoundLoaderContext;
import flash.net.URLRequest;
//--... |
package kabam.rotmg.arena.control {
import org.osflash.signals.Signal;
public class ReloadLeaderboard extends Signal {
public function ReloadLeaderboard() {
super();
}
}
}
|
/*
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, including witho... |
/**
* DATA STRUCTURES FOR GAME PROGRAMMERS
* Copyright (c) 2007 Michael Baczynski, http://www.polygonal.de
*
* 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, i... |
////////////////////////////////////////////////////////////////////////////////
//
// Licensed to the Apache Software Foundation (ASF) under one or more
// contributor license agreements. See the NOTICE file distributed with
// this work for additional information regarding copyright ownership.
// The ASF license... |
package modules.game.majiangGame.view.majiangPart.singlePart.handlePart
{
import modules.game.majiangGame.view.card.handCard.LeftHandleCard;
import modules.game.majiangGame.view.majiangPart.singlePart.BaseSingleHandlePart;
import ui.mainGame.majiangParts.LeftHandlePartUI;
public class LeftSingleHandlePart extend... |
/*
Copyright (c) 2009 by contributors:
* Google Inc. (Brad Neuberg -- http://codinginparadise.org)
* James Hight (http://labs.zavoo.com/)
* Richard R. Masters
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 cop... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedAssets_stPatricksObjects8x8Embed_
package kabam.rotmg.assets
{
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_stPatricksObjects8x8.png")]
public class EmbeddedAssets_stPatricksObjects8x8Embed_ extends BitmapAss... |
package flash.text.engine
{
final public class TextRotation extends Object
{
public static const ROTATE_0:String = "rotate0";
public static const ROTATE_90:String = "rotate90";
public static const ROTATE_180:String = "rotate180";
public static const ROTATE_270:String = ... |
/*
* Copyright 2009-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 ap... |
package Box2DAS.Collision {
import Box2DAS.*;
import Box2DAS.Collision.*;
import Box2DAS.Collision.Shapes.*;
import Box2DAS.Common.*;
import Box2DAS.Dynamics.*;
import Box2DAS.Dynamics.Contacts.*;
import Box2DAS.Dynamics.Joints.*;
import cmodule.Box2D.*;
public class b2SimplexCache extends b2Base {
p... |
package net.nobien.collection
{
import flash.utils.Dictionary;
/**
* A set of objects. Works similarly to a mathematical set.
* <p>Objects may only be in a set one time.</p>
*/
public final class ObjectSet {
private var _head:ObjectNode;
private var _tail:ObjectNode;
private var _table:Dictionary;
... |
/******************************************************************************
* 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
* derivative wor... |
import org.caleb.core.CoreInterface;
interface org.caleb.components.menu.ICoreXMLMenu extends CoreInterface
{
public function init(xmlURL:String):Void;
public function generateMenu(m:org.caleb.components.menu.MenuInfo):Void;
public function handleLoad(success:Boolean):Void;
} |
package com.axiomalaska.integratedlayers.views.test.timeline.newtest
{
import flash.display.DisplayObject;
import flash.display.GradientType;
import flash.display.Graphics;
import flash.display.GraphicsPathCommand;
import flash.display.Sprite;
import flash.geom.Matrix;
import spark.core.IGraphicElement;
impor... |
package bpel.editor.gridcc.data
{
public class PartnerLinkTypeWrapperDO
{
/**
* The Singleton instance of PartnerLinkTypeWrapperDO
*/
protected static var instance:PartnerLinkTypeWrapperDO;
/**
* Constructor
*
* Instantiates... |
//------------------------------------------------------------------------------
// Copyright (c) 2011 the original author or authors. All Rights Reserved.
//
// NOTICE: You are permitted to use, modify, and distribute this file
// in accordance with the terms of the license agreement accompanying it.
//--------... |
/* 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;
import com.adobe.test.Utils;
// var SECTION = "15.8-3-n";
// var VERSION = "E... |
package
{
import flash.system.System;
import flash.ui.Keyboard;
import flash.utils.getDefinitionByName;
import scenes.Scene;
import starling.core.Starling;
import starling.display.Button;
import starling.display.Image;
import starling.display.Sprite;
import starling.events... |
/*
* Copyright 2007-2011 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
/*
Copyright aswing.org, see the LICENCE.txt.
*/
package org.aswing.tree {
import org.aswing.event.TreeModelEvent;
import org.aswing.geom.IntRectangle;
import org.aswing.tree.AbstractLayoutCache;
import org.aswing.tree.EnumerationInfo;
import org.aswing.tree.FHTreeStateNode;
import org.aswing.tree.SearchInfo;
impor... |
package com.pureMVC.view.mediator
{
import com.consts.MString;
import com.maptype.core.isometric.IsoPoint3D;
import com.maptype.core.isometric.IsoUtils;
import com.maptype.core.staggered.StaUtils;
import com.maptype.vo.PointVO;
import com.maptype.vo.RoadVO;
import com.pureMVC.controller.business.bindable... |
package {
import application.assetLibs.Shared;
import application.utils.DeviceInfo;
import application.utils.SendAndLoadData;
import feathers.controls.Drawers;
import feathers.controls.LayoutGroup;
import flash.text.engine.FontLookup;
import flash.text.engine.Kerning;
import flash.text.engine.RenderingMode;... |
package majorRole
{
public interface IMajorRolePlugin
{
}
}
|
/*
Feathers
Copyright 2012-2015 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.controls
{
import feathers.core.FeathersControl;
import feathers.core.IFocusDisplayObject;
... |
/* 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
... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
package laya.ani.bone.canvasmesh
{
import laya.maths.Matrix;
import laya.resource.Texture;
/**
* @private
* Canvas版本的SkinMesh
*/
public class SkinMeshCanvas extends CanvasMeshRender
{
public function SkinMeshCanvas()
{
mesh = new MeshData();
}
public function init2(texture:Texture, vs:Array, ... |
import templateLoader.util.*;
import templateLoader.mvc.*;
import templateLoader.I.*
interface templateLoader.I.View {
public function setModel (m:Observable):Void;
public function getModel ():Observable;
public function setController (c:Controller):Void;
public function getController ():Controller;
... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.language.model.StringMap
package kabam.rotmg.language.model
{
public interface StringMap
{
function clear():void;
function setValue(_arg_1:String, _arg_2:String, _arg_3:String):void;
function hasKey(_arg_1:Strin... |
/**
* ScrollPane.as
* Keith Peters
* version 0.9.10
*
* A panel with scroll bars for scrolling content that is larger.
*
* 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"),... |
package cfgData.dataStruct
{
public class KnowledgeTestPrizeCFG
{
public var id:int;
public var stScore:int;
public var edScore:int;
public var prize:int;
public function KnowledgeTestPrizeCFG()
{
super();
}
}
}
|
package mx.messaging.messages
{
import mx.resources.IResourceManager;
import mx.resources.ResourceManager;
public class HTTPRequestMessage extends AbstractMessage
{
public static const POST_METHOD:String = "POST";
public static const CONTENT_TYPE_SOAP_XML:String = "te... |
package air.creatix.obd.commands{
import air.creatix.obd.Util;
//cantidad de errores activos
public class ModuleVoltageCommand extends ObdCommand {
private var value:int = -1;
public const PID="0142";
public const name="modulevoltage";
public function ModuleVoltageCommand() {
super(PID);
}
... |
package myriadLands.commands {
import org.robotlegs.mvcs.Command;
public class LoginCommand extends Command {
public function LoginCommand() {
super();
}
override public function execute():void {
}
}
} |
package interactive.backalley.props
{
import assets.BackAlleyAssets;
import bluekarma.interactive.base.InteractionRepoFactory;
import interactive.base.Prop;
import starling.display.Image;
/**
* Interactive Prop: TrashCan
* @author Shaun Stone
* Created at: 01-01-2015 13:40:42
... |
/* 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 FinalClassImpInternalIntpubname.*;
import com.adobe.test.Assert;
// var SECTION = "Definitions"; // pr... |
package com.demy.waterslide.stages
{
import com.demy.waterslide.stages.StageList;
import com.demy.waterslide.GameStage;
import feathers.controls.Button;
import feathers.controls.Header;
import feathers.controls.Panel;
import feathers.core.PopUpManager;
import feathers.data.ListCollection;
import feathers.layou... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* ***** 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 org.asaplibrary.management.movie {
import flash.display.DisplayObject;
import asunit.framework.TestCase;
import org.asaplibrary.management.movie.*;
import org.asaplibrary.util.loader.AssetLoader;
import org.asaplibrary.util.FrameDelay;
public class MovieManagerTestCase extends TestCase {
private st... |
/* 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 SECTION = "15.6.4.3-2";
// var VERSION = "ECMA_1";
// var TITLE ... |
/*
* =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... |
//
// 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.