text
stringlengths
4
1.04M
package uieditor.editor.helper { import starling.display.DisplayObject; import starling.events.Touch; import starling.events.TouchEvent; import starling.events.TouchPhase; public class SelectHelper { public static function startSelect( object : DisplayObject, onSelect : Function, onHover : Function = null ) : ...
//////////////////////////////////////////////////////////////////////////////// // // 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 nt.lib.util { import flash.utils.ByteArray; public class CRC32 { private static var CRCTable:Array; public static function calc(input:ByteArray):uint { if (!CRCTable) { CRCTable = initCRCTable(); } var crc32:uint = 0; var offset:int = 0; var length:int = input.length; var cr...
/** * Object Pool V1.0 * Copyright (c) 2008 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, including * without limita...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* See LICENSE for copyright and terms of use */ import org.actionstep.constants.ASConstantValue; /** * Represents the type of an <code>org.actionstep.NSCompoundPredicate</code> * instance. * * @author Scott Hyndman */ class org.actionstep.constants.NSCompoundPredicateType extends ASConstantValue { /** * Lo...
//////////////////////////////////////////////////////////////////////////////// // // 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.tinyspeck.engine.data.job { import com.tinyspeck.engine.data.AbstractTSDataEntity; import com.tinyspeck.engine.data.requirement.Requirement; import com.tinyspeck.engine.data.requirement.Requirements; public class JobGroup extends AbstractTSDataEntity { public var reqs:Vector.<Requirement>; publ...
package services.events.checkOut { import services.cairngorm.BaseEvent; import services.vo.checkOut.CheckOutSearchVO; public class GetGuestListEvent extends BaseEvent { public var checkOutSearch:CheckOutSearchVO = new CheckOutSearchVO(); public var currentPage:int = 1; public var countOnPage:int = 20; publ...
package { import net.flashpunk.Entity; import net.flashpunk.Graphic; import net.flashpunk.Mask; import net.flashpunk.Tween; import net.flashpunk.tweens.misc.Alarm; import net.flashpunk.tweens.misc.NumTween; import net.flashpunk.tweens.misc.VarTween; import net.flashpunk.utils.Draw; import net.flashpunk.utils...
package { import flash.utils.ByteArray; public class §streaming_pose_1_json$64e7ed8b0baf4f69c494c7616a40e8ef-187083711§ extends ByteArray { public function §streaming_pose_1_json$64e7ed8b0baf4f69c494c7616a40e8ef-187083711§() { super(); } } }
/* 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 EmptyFunctionName { function cases () { return "cases"; } function Cases () { return "Cases"; } ...
package system.loader { public class Res { public var url:String; public var data:* = null; private var _listenerList:Vector.<LoaderListener>; public function Res(url:String) { this.url = url; } /** * 添加回调事件 * */ public function addListener(listener:LoaderListener):void { if(!_li...
// ActionScript file import mx.managers.PopUpManager; import flash.events.*; import mx.core.FlexSprite; public var HelpWin:HelpWindow; private function GridIndex(oItem:Object,iCol:int):String { var iIndex:int = layerBox.dataProvider.getItemIndex(oItem) + 1; return String(iIndex); } protected function ...
package modules.gameCommon.chat { import common.event.EventCenter; import laya.events.Event; import laya.ui.Image; import laya.ui.View; import laya.utils.Handler; import modules.gameCommon.chat.item.ChatItem; public class ChatPage { protected var _type:int = 1; private var _skin:*; public func...
package com.company.assembleegameclient.util { import com.company.util.BitmapUtil; import flash.display.BitmapData; public class MaskedImage { public function MaskedImage(param1:BitmapData, param2:BitmapData) { super(); this.image_ = param1; this.mask_ = param2; } public var image...
package com.playata.framework.core.util { import com.playata.framework.core.error.Exception; public class JsonUtil { public function JsonUtil() { super(); throw new Exception("This class may not be instantiated directly. Use its static functions instead."); ...
/* * Copyright (C) 2007 Apple Inc. 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 * notice, this list of conditions ...
package widgets.PMGDPlanificacion { public class URL { public static var service_user:String = "https://gisredint.chilquinta.cl/arcgis/rest/services/Admin/LogAccesos/MapServer/2"; public static var service_pmgd:String = "https://gisredint.chilquinta.cl/arcgis/rest/services/PMGD/PMGD_PLANIFICACION/MapServer/0"; ...
/* * PROJECT: FLARToolKit * -------------------------------------------------------------------------------- * This work is based on the NyARToolKit developed by * R.Iizuka (nyatla) * http://nyatla.jp/nyatoolkit/ * * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. * Copyright (C)2008 Saq...
package com.playfab.ServerModels { public class AddSharedGroupMembersResult { public function AddSharedGroupMembersResult(data:Object=null) { if(data == null) return; } } }
package away3d.core.block { import away3d.core.base.*; import away3d.core.math.*; /** * Interface for objects that provide blocker instances for occlusion culling in the renderer. */ public interface IBlockerProvider { /** * Called from the <code>BlockerTraverser</code> when passing ...
/** * --------------------------------------------------------------------------- * Copyright (C) 2008 0x6e6562 * * 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:...
/* * 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 ...
package entity.player { import data.CLASS_ID; import data.TileData; import flash.media.Sound; import flash.net.URLRequest; import helper.Achievements; import helper.EventScripts; import org.flixel.FlxBasic; import org.flixel.FlxGroup; import org.flixel.FlxSound; import org.flixel.FlxSprite; import org.flixe...
package game.net.data.s { import flash.utils.ByteArray; import game.net.data.DataBase; import game.net.data.vo.*; import game.net.data.IData; public class SFbMap extends DataBase { public var hightMap : int; public var lowMap : int; public static const CMD : int=22006; public fu...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement ac...
// makeswf -v 7 -r 1 -o string-object-tostring-7.swf string-object-tostring.as // check whether toString method is called for string objects when they are // converted to strings in various places var str = new String ("str"); str.toString = function () { trace ("str toString called"); return "str.toString"; }; s...
/* -*- Mode: C++; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can ob...
/* * 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 purpose,...
package fxengine.game.action { import fxengine.game.node.FNode; public class FSpeed extends FAction { public function FSpeed() { super(); } protected var _innerAction:FActionInterval; // public function get innerAction():FActionInterval // { // return _innerAction; // } // // public function se...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // Delevoped by Robert Scheitlin // //////////////////////////////////////////////////////////////////////////////// package widgets.eSearch { import spark.components.gridClasses.GridColumn; public class joinDataGridColumn extends ...
package cmodule.lua_wrapper { const i_AS3_Release:int = exportSym("_AS3_Release",new CProcTypemap(CTypemap.VoidType,[CTypemap.PtrType]).createC(CTypemap.AS3ValType.valueTracker.release)[0]); }
package com.neopets.games.marketing.destination.altadorbooths.popsiclebooth { public class PopsicleQuestText { public static var HEADER1:String = "Great Stackin'!"; public static var MESSAGE1_1:String = "Well done! You have completed Week 1 tasks with flying colors. As a reward, you are eligible to earn ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Urho3D editor settings dialog bool subscribedToEditorSettings = false; Window@ settingsDialog; String defaultTags; void CreateEditorSettingsDialog() { if (settingsDialog !is null) return; settingsDialog = LoadEditorUI("UI/EditorSettingsDialog.xml"); ui.root.AddChild(settingsDialo...
/** * Copyright (c) 2015, Fernando Bevilacqua * 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 o...
package importtable{ import fl.managers.FocusManager; import fl.controls.TextInput; import fl.controls.ScrollBar; import fl.controls.ScrollBarDirection; import fl.controls.Button; import fl.events.ScrollEvent; import flash.display.Stage; import flash.text.TextField; import flash.text.TextFieldType; import flash.text.T...
/* 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 MultipleCatchBlocks2{ public class MyErrors2{ var a:Number; ...
package starlingx.display.graphics { import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import starling.core.RenderSupport; import starling.core.Starling; import starling.display.DisplayObject; public class Plane extends Graphic { private var _width :Number; private var _he...
package com.picsean.publish.database { import flash.data.SQLConnection; public class SQLConnectionManager { private static var connectionMap:Object = new Object(); public static const CON_NAME : String = "publishplus"; public static function getConnection(name:String):SQLConnection { return connectio...
package com.videojs.providers{ import flash.media.Video; import flash.utils.ByteArray; import flash.net.NetStream; import flash.events.Event; import com.videojs.VideoJSModel; import com.videojs.events.VideoPlaybackEvent; import com.videojs.structs.ExternalErrorEventName; import com.videojs.structs.Ext...
package ui.screens { import wyverntail.core.Flow; import ui.flows.FlowStates; import starling.display.Image; import starling.display.Quad; import starling.display.Sprite; import starling.text.TextField; public class PauseScreen extends Screen { private var _sprite :Sprite; private var _caption :TextFie...
// Decompiled by AS3 Sorcerer 3.16 // http://www.as3sorcerer.com/ //black_square_neutral package { import flash.display.MovieClip; public dynamic class black_square_neutral extends MovieClip { } }//package
/* * 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 ...
#define SERVER_ONLY void onInit( CBlob@ this ) { this.getCurrentScript().tickFrequency = 12; this.getCurrentScript().removeIfTag = "dead"; } void Take( CBlob@ this, CBlob@ blob ) { const string blobName = blob.getName(); if (blobName == "mat_orbs" || blobName == "mat_fireorbs" || blobName == "m...
package controls.events { import flash.events.Event; public class DocsListPopulatedEvent extends Event { public function DocsListPopulatedEvent(type:String, bubbles:Boolean=true, cancelable:Boolean=false) { super(type, bubbles, cancelable); } public static const TYPE_DOCSLIST_POPULATED:Stri...
//------------------------------------------------------------------------------ // 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. //--------...
package gvg { public interface IGvgPlugin { } }
package kabam.rotmg.arena.view { import flash.display.Sprite; import flash.events.TimerEvent; import flash.filters.DropShadowFilter; import flash.utils.Timer; import kabam.rotmg.text.view.StaticTextDisplay; import kabam.rotmg.text.view.stringBuilder.LineBuilder; import kabam.rotmg.text.view.stringBuilder.StaticStringB...
//////////////////////////////////////////////////////////////////////////////// // // 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.company.assembleegameclient.tutorial { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.util.TimeUtil; import com.company.util.PointUtil; import flash.display.Shape; import flash.display.Sprite; impo...
//////////////////////////////////////////////////////////////////////////////// // // 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...
import gfx.io.GameDelegate; import mx.utils.Delegate; import skyui.util.Tween; class Map.MapMarker extends gfx.controls.Button { /* CONSTANTS */ private static var ICON_MAP: Array = [ "EmptyMarker", "CityMarker", "TownMarker", "SettlementMarker", "CaveMarker", "CampMarker", "FortMarker", "NordicRuinMarker", ...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2011 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...
/* Feathers Copyright 2012-2016 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 { import feathers.controls.supportClasses.BaseScreenNavigator; import feathers.eve...
/** * Copyright (c) 2014-present, ErZhuan(coco) Xie * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package coco.manager { import flash.display.InteractiveObject; import flash.events.Event; import flash.events.FocusEvent; import f...
/* The MIT License Copyright (c) 2009 Mike Chambers 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,...
/** * __ __ __ * ____/ /_ ____/ /______ _ ___ / /_ * / __ / / ___/ __/ ___/ / __ `/ __/ * / /_/ / (__ ) / / / / / /_/ / / * \__,_/_/____/_/ /_/ /_/\__, /_/ * / / * \/ * http://distriqt.com * * @author Michael (https://git...
//////////////////////////////////////////////////////////////////////////////// // // 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 away3d.animators.nodes { import away3d.*; import away3d.animators.*; import away3d.animators.data.*; import away3d.animators.states.*; import away3d.materials.compilation.*; import away3d.materials.passes.*; import flash.geom.*; use namespace arcane; public class ParticleInitialColorNode extends ...
/********************************************************************************************************* * ADOBE SYSTEMS INCORPORATED * Copyright 2011 Adobe Systems Incorporated * All Rights Reserved. * * NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the * terms of the Adobe l...
package io.decagames.rotmg.shop.mysteryBox.rollModal { import com.company.assembleegameclient.map.ParticleModalMap; import com.gskinner.motion.GTween; import com.gskinner.motion.easing.Sine; import flash.display.Bitmap; import flash.display.Sprite; import flash.geom.Point; import flash.utils.setTimeout; import io.dec...
package com.ankamagames.dofus.network.messages.game.context.roleplay.npc { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMess...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LI...
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 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. //---...
/* * 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...
import swhx.* class Gui { private static var me: Gui = undefined; private static var gui: MovieClip; private static var log: TextField; private static var btn: Button; public static function instance() : Gui { return me; } public static function main(root: MovieClip) { if (!me) { ...
/* ***** 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 cmodule.decry { const i_AS3_Stage:int = exportSym("_AS3_Stage",new CProcTypemap(CTypemap.AS3ValType,[]).createC(AS3_Stage)[0]); }
package com.codeazur.as3swf.data.actions.swf4 { import com.codeazur.as3swf.data.actions.*; import com.codeazur.as3swf.SWFData; public class ActionWaitForFrame2 extends Action implements IAction { public var skipCount:uint; public function ActionWaitForFrame2(code:uint, length:uint) { super(co...
package org.shypl.mwf { import flash.display.DisplayObject; import flash.display.InteractiveObject; import flash.display.Stage; import flash.display.StageDisplayState; import flash.errors.IllegalOperationError; import flash.events.FullScreenEvent; import flash.events.MouseEvent; import flash.external.ExternalIn...
package com.percentjuice.utils.timelineWrappers { import com.percentjuice.utils.pj_as3utils_namespace; import flash.display.MovieClip; import flash.errors.IllegalOperationError; /** * Decorates TimelineWrapperQueue * Provides ability to have 1 label play on a loop if nothing else is requested. * * @author...
/** * Created by Akira on 03/03/2015. */ package com.bytesfromouterspace.stockbrokers.ui.components { import flash.display.Sprite; import flash.filters.BlurFilter; public class BlockerPanel extends ComponentBase { private var blockSprite:Sprite; public function BlockerPanel(_w:Number = ...
/** * Created by newkrok on 21/08/16. */ package net.fpp.pandastory.menu.handler { import net.fpp.common.starling.module.AHandler; import net.fpp.common.starling.module.IApplicationContext; import net.fpp.pandastory.config.character.EvilPandaCharacterVO; import net.fpp.pandastory.config.character.PandaCharacterVO...
/** * Copyright 2017 FreshPlanet * 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...
package awaybuilder.utils.scene { import avmplus.*; import away3d.cameras.*; import away3d.cameras.lenses.LensBase; import away3d.containers.*; import away3d.core.managers.*; import away3d.core.pick.*; import away3d.debug.AwayStats; import away3d.entities.*; import away3d.events.*; import away3d.library.*; ...
/** * GeomUtils v0.4 (08/16/2009) * Copyright (c) 2009 Miller Medeiros <http://www.millermedeiros.com/> * This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php> */ package svgconvert.utils { import flash.display.Graphics; import flash.geom.Matrix; import flash.geo...
package com.company.assembleegameclient.util { import com.company.assembleegameclient.map.GroundLibrary; import com.company.assembleegameclient.map.GroundProperties; import com.company.assembleegameclient.map.Map; import com.company.assembleegameclient.map.Square; import com.company.assembleegameclient.parameters.Para...
package visuals.ui.elements.buttons { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashSprite; import flash.display.MovieClip; import visuals.ui.base.SymbolUiButtonDefaultShapeSmall...
package kabam.rotmg.mysterybox.services { import com.company.assembleegameclient.util.TimeUtil; import com.company.util.MoreObjectUtil; import kabam.lib.tasks.BaseTask; import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import kabam.rotmg.dialogs.control.OpenDia...
package flicker.gui { import flicker.utils.printClass; /** * Событие смены состояния элемента интерфейса * * @version 1.0.3 * @author meps */ public class CGEventState extends CGEvent { /** Тип события смены состояния */ public static const STATE:String = "state_state"; /** Тип события н...
package game.inputs.gamepads { /** * ... * @author eu mesmo */ public class Xbox360Gamepad { public static const A:int = 0; public static const B:int = 1; public static const X:int = 2; public static const Y:int = 3; public static const START:int = 7; public static const BACK:int = 6; public st...
/** * 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 com.adobe.dashboard.model.chart { public class SalesPipelineModel { private var _name:String; public function get name():String { return _name; } public function set name(value:String):void { _name = value; } private var _myGross:Number; public function get myGross():Number {...
//------------------------------------------------------------------------------ // 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. //--------...
class tweenStar.TweenStarLiteRef { function TweenStarLiteRef(_updateMC, _props, _vars) { this.updateMC = _updateMC; this.props = _props; this.vars = _vars; } }
package com.ankamagames.berilia.managers { import com.ankamagames.berilia.BeriliaConstants; import com.ankamagames.jerakine.logger.Log; import com.ankamagames.jerakine.logger.Logger; import com.ankamagames.jerakine.managers.StoreDataManager; import com.ankamagames.jerakine.types.Version; import...
package kabam.rotmg.assets.individual { import mx.core.BitmapAsset; [Embed(source="icon_filter_accessory.png")] public class icon_filter_accessory extends BitmapAsset { public function icon_filter_accessory() { super(); } } }
package charts.series.bars { import charts.series.bars.Base; import flash.display.Sprite; import flash.geom.Point; public class Stack extends Base { private var total:Number; public function Stack( index:Number, props:Properties, group:Number ) { // we are not passed a string value, the value ...
//////////////////////////////////////////////////////////////////////////////// // // 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 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.handler { import com.events.ICustomEventDispatcher; public interface IChannel extends ICustomEventDispatcher { function repair() : void; function next() : void; } }
/* 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 = "Wraparound_Conversion"; // provide a document reference (ie,...
package net.wooga.selectors.pseudoclasses { import net.arneschroppe.displaytreebuilder.DisplayTree; import net.wooga.fixtures.TestSpriteA; import net.wooga.fixtures.TestSpriteB; import net.wooga.fixtures.TestSpriteC; import net.wooga.fixtures.tools.ContextViewBasedTest; import net.wooga.fixtures.tools.getAdapter...
package away3d.textures { import away3d.arcane; import flash.display3D.Context3D; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.TextureBase; use namespace arcane; public class Texture2DBase extends TextureProxyBase { public function Texture2DBase() { super(); } ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* Blossom Socket 1.2 Copyright (C) 2011 Jacob Grahn <contact@jiggmin.com> See http://blossom-server.com/ for more information Blossom Socket is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, eithe...
/** * VERSION: 1.2 * DATE: 2011-03-23 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading.data { import flash.display.DisplayObject; import flash.media.SoundLoaderContext; /** * Can be used instead of a generic Object to define the <code>vars</code> parameter of a ...