text
stringlengths
4
1.04M
*----------------------------------------------------------------------* ***INCLUDE LZGTT_SOFF03. *----------------------------------------------------------------------* *&---------------------------------------------------------------------* *& Form read_appl_tables_status *&------------------------------------------...
CLASS zcl_adf_service_default_config DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. INTERFACES zif_adf_azure_defconfig. METHODS constructor. PROTECTED SECTION. PRIVATE SECTION. TYPES: BEGIN OF sty_impl_cache, service_id TYPE zazure_dest, classname TYPE seocl...
CLASS ltd_clean_code_manager_error DEFINITION FOR TESTING. PUBLIC SECTION. INTERFACES: y_if_clean_code_manager. ENDCLASS. CLASS ltd_clean_code_manager_error IMPLEMENTATION. METHOD y_if_clean_code_manager~read_check_customizing. result = VALUE #( ( apply_on_testcode = abap_true apply_on_productive_code = ab...
CLASS ycl_addict_cds_view DEFINITION PUBLIC FINAL CREATE PRIVATE . PUBLIC SECTION. TYPES ddlname_list TYPE STANDARD TABLE OF ddlname WITH KEY table_line. DATA def TYPE ddddlsrc READ-ONLY. CLASS-METHODS get_instance IMPORTING !ddlname TYPE ddddlsrc-ddlname RETURNING VALUE(result) ...
CLASS /dmo/cl_flight_data_generat_09 DEFINITION PUBLIC FINAL CREATE PUBLIC . PUBLIC SECTION. INTERFACES: if_oo_adt_classrun. PROTECTED SECTION. PRIVATE SECTION. CLASS-METHODS: "! Calculation of Price <br/> "! <br/> "! Propagation to /dmo/cl_flight_legacy09=>calculate_flight_pric...
CLASS zcl_abapgit_gui_page_boverview DEFINITION PUBLIC FINAL CREATE PUBLIC INHERITING FROM zcl_abapgit_gui_page. PUBLIC SECTION. METHODS: constructor IMPORTING io_repo TYPE REF TO zcl_abapgit_repo_online RAISING zcx_abapgit_exception, zif_abapgit_gui_page~on_event REDEFINITION...
"! <p class="shorttext synchronized" lang="en">BugSection Entity</p> CLASS zcl_bug_section DEFINITION PUBLIC INHERITING FROM zcl_entity FINAL CREATE PUBLIC . PUBLIC SECTION. *"* public components of class ZCL_BUG_SECTION *"* do not include other source files here!!! "! <p class="shorttext synchronized" ...
CLASS zcl_abapgit_code_inspector DEFINITION PUBLIC CREATE PROTECTED GLOBAL FRIENDS zcl_abapgit_factory . PUBLIC SECTION. INTERFACES zif_abapgit_code_inspector . METHODS constructor IMPORTING !iv_package TYPE devclass RAISING zcx_abapgit_exception . CLASS-METHODS valida...
CLASS ltcl_tests DEFINITION FINAL FOR TESTING DURATION SHORT RISK LEVEL HARMLESS. PRIVATE SECTION. METHODS test FOR TESTING RAISING cx_static_check. ENDCLASS. CLASS ltcl_tests IMPLEMENTATION. METHOD test. DATA l_expected_findings TYPE if_ci_atc_unit_asserter=>ty_expected_findings. DATA(l_test_ob...
CLASS zcl_ioc_container DEFINITION PUBLIC CREATE PRIVATE. PUBLIC SECTION. CLASS-METHODS: get_instance RETURNING VALUE(instance) TYPE REF TO zcl_ioc_container. METHODS: register IMPORTING !interface_name TYPE string !class_name TYPE string ...
CLASS zcl_abapgit_ecatt_helper DEFINITION PUBLIC CREATE PUBLIC . PUBLIC SECTION. CLASS-METHODS: build_xml_of_object IMPORTING iv_object_name TYPE etobj_name iv_object_version TYPE etobj_ver iv_object_type TYPE etobj_type io_download ...
class zcx_aps_task_unknown_exec_type definition public inheriting from cx_static_check final create public. public section. interfaces: if_t100_dyn_msg, if_t100_message. constants: begin of zcx_aps_task_unknown_exec_type, msgid type symsgid value 'ZAPS_TASK', msgno...
package feathers.examples.componentsExplorer { import feathers.controls.Drawers; import feathers.controls.StackScreenNavigator; import feathers.controls.StackScreenNavigatorItem; import feathers.examples.componentsExplorer.data.DateTimeSpinnerSettings; import feathers.examples.componentsExplorer.data.EmbeddedAsset...
package Box2DAS.Collision.Shapes { 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.*; import flash.display.*; public class b2Po...
package citrus.input.controllers.gamepad.maps { import citrus.input.controllers.gamepad.controls.ButtonController; import citrus.input.controllers.gamepad.controls.StickController; import citrus.input.controllers.gamepad.Gamepad; public class Xbox360GamepadMap extends GamePadMap { public function Xbox360Gamepa...
package oni.sound { import flash.media.SoundChannel; import flash.media.SoundTransform; public interface IPlayable { function play(customPosition:Number = NaN):SoundChannel; function fadeIn():void; function fadeOut():void; function stop():Number; } }
/* Copyright (c) 2013 Slikland / Keita Kuroki 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, dis...
package flash.net { import flash.events.*; import flash.media.*; public class NetStream extends EventDispatcher { public function get bytesTotal():uint { } public function get soundTransform():SoundTransform { } public function set soundTransform(sndTransform:SoundTran...
package { import com.greensock.TweenMax; import com.greensock.easing.Sine; import data.GemVo; import events.GemEvent; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.ui.Keyboard; import utils.Random; /** * ...宝石迷阵测试类 * @author K...
//////////////////////////////////////////////////////////////////////////////// // // 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 fairygui { import fairygui.utils.ToolSet; public class GLabel extends GComponent implements IColorGear { protected var _titleObject:GObject; protected var _iconObject:GObject; public function GLabel() { super(); } override public function get icon():String { if(_ic...
// Action script... // [Initial MovieClip Action of sprite 20762] #initclip 27 if (!dofus.graphics.gapi.ui.StatsJob) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphics.gapi) ...
中華人民共和國
// Action script... // [Initial MovieClip Action of sprite 20903] #initclip 168 if (!dofus.aks.Conquest) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.aks) { _global.dofus.aks = new Object(); } // end if var _loc1 = (_global.dofus.aks.Conquest = functi...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** 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 Li...
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 SymbolIconGameCurrencyGeneric extends S...
// Static 3D scene example. // This sample demonstrates: // - Creating a 3D scene with static content // - Displaying the scene using the Renderer subsystem // - Handling keyboard and mouse input to move a freelook camera #include "Scripts/Utilities/Sample.as" void Start() { // Execute the common star...
/** * The MIT License * * Copyright (c) 2010 VW * * 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, ...
// ================================================================================================= // // 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. //...
//------------------------------------------------------------------------------ // 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. //-------...
package ro.ciacob.desktop.windows { public class WindowActivity { /** * The window is just about to be destroyed by the user * (e.g., via the `x` button or the keyboard equivalent). * * This activity is cancellable, meaning that, if user * returns `false` in the callback registered to this * part...
/* 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/. */ include "driver.js" include "number-toString-2.js"
package com.rockdot.project.view.screen { import com.rockdot.library.view.component.book.BookView; import com.rockdot.library.view.component.book.view.Page; import com.rockdot.plugin.screen.displaylist.view.RockdotManagedSpriteComponent; import com.rockdot.project.model.Assets; /** * @author Nils Doehring (nils...
package nid.xfl.data.filters { import nid.xfl.interfaces.IXFilter; /** * ... * @author Nidin Vinayak */ public class XFilterBlur implements IXFilter { public var blurX:Number; public var blurY:Number; public var quality:int; public function get type():String { return 'BlurFilter'; } public fu...
/* Disclaimer for Robert Penner's Easing Equations license: TERMS OF USE - EASING EQUATIONS Open source under the BSD License. Copyright � 2001 Robert Penner All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are...
/* ***** 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.bit101.components { import flash.display.Sprite; import flash.text.TextField; import flash.text.TextFieldType; import flash.text.TextFormat; import flash.events.Event; import flash.display.DisplayObjectContainer; public class InputText extends Component { protected ...
package com.company.assembleegameclient.ui.tooltip.slotcomparisons { public class SpellComparison extends SlotComparison { public function SpellComparison() { super(); } private var itemXML:XML; private var curItemXML:XML; private var projXML:XML; private var otherProjXML:XML; ove...
//////////////////////////////////////////////////////////////////////////////// // // 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 State.Hall.HallModel { public class IcoName { public static const turnOver_a_Card_Name:String = "turnOver_a_Card"; public static const undeveloped_Ico_Name:String = "undeveloped_Ico_Name"; } }
package petsBag.model { import ddt.data.player.PlayerInfo; import flash.events.Event; import flash.events.EventDispatcher; import pet.date.PetInfo; import petsBag.data.PetFarmGuildeInfo; import petsBag.data.PetFarmGuildeTaskType; import petsBag.event.PetsAdvancedEvent; import road7th.data.Dictio...
package laya.d3.resource.models { import laya.d3.core.render.RenderState; import laya.d3.graphics.IndexBuffer3D; import laya.d3.graphics.VertexBuffer3D; import laya.d3.graphics.VertexDeclaration; import laya.d3.graphics.VertexElement; import laya.d3.graphics.VertexElementFormat; import laya.d3.graphics.VertexEle...
package raix.reactive.impl { import flash.errors.IOError; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; [ExcludeClass] public class ErrorUtil { public function ErrorUtil() { } public static function mapErrorEvent...
package away3d.core.base { import away3d.core.base.Geometry; import away3d.core.base.Vertex; /** * Holds information about the current state of animation to transition into another animation. */ public class AnimationTransition { private var _steps:Number = .1; private var _transitionvalue:Num...
package SJ.Game.data { import SJ.Common.Constants.ConstFuben; import SJ.Common.Constants.ConstNetCommand; import SJ.Game.SocketServer.SocketCommand_fuben; import SJ.Game.SocketServer.SocketManager; import SJ.Game.SocketServer.SocketMessage; import SJ.Game.event.CJSocketEvent; import engine_starling.data.SDataB...
package com.ankamagames.dofus.network.types.game.data.items { import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkType; import com.ankamagames.jerakine.network.utils.FuncTree; publi...
package flash.utils { dynamic public class Dictionary { private var _keys:Vector.<Object>; private var _values:Vector.<Object>; public function Dictionary(weakKeys:Boolean = false) { } } }
package com.freshplanet.ane.AirGooglePlayGames { public class GSScore { private var _value:int; public function get value():int { return _value; } private var _rank:int; public function get rank():int { return _rank; } private var _player:GSPlayer; public function get player():GSPlayer { return _player...
/* ***** 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/ * ...
/* Copyright (c) 2006. 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...
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 10/15/13 * Time: 10:50 PM * To change this template use File | Settings | File Templates. */ package skein.async.builder { import skein.async.Queue; public interface QueueBuilder { function threads(maxThreadsForFrame:uint):QueueBuilder; function...
package dragonBones.utils { import dragonBones.objects.Node; import flash.geom.Matrix; import flash.geom.Point; /** @private */ public class TransfromUtils { private static var helpMatrix1:Matrix = new Matrix(); private static var helpMatrix2:Matrix = new Matrix(); private static var helpPoint1:Point ...
/** * FontLoader 2.3 by Denis Kolyako. June 13, 2008. Last update: January 20, 2011. * Visit http://etcs.ru for documentation, updates and more free code. * * You may distribute this class freely, provided it is not modified in any way (including * removing this header or changing the package path). * * * Ple...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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.playfab.AdminModels { public class GetUserDataResult { public var Data:Object; public var DataVersion:uint; public var PlayFabId:String; public function GetUserDataResult(data:Object=null) { if(data == null) return; if...
/** * Copyright 2010 The original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
/* 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.controls.text { import feathers.core.FocusManager; import feathers.core.IIMETextEditor; im...
//////////////////////////////////////////////////////////////////////////////// // // 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 licens...
/** * x3dom actionscript library 0.1 * http://x3dom.org/ * * Copyright (c) 2011 Johannes Behr, Yvonne Jung, Timo Sturm * Dual licensed under the MIT and GPL licenses. */ package x3dom { import flash.geom.Vector3D; public class BoundingBox { private var _min:Vector3D = new Vector3D(); priva...
/** * VERSION: 12.0 * DATE: 2012-01-12 * AS2 * UPDATES AND MORE DOCS AT: http://www.greensock.com **/ import com.greensock.TweenLite; import com.greensock.plugins.TintPlugin; /** * <p><strong>See AS3 files for full ASDocs</strong></p> * * <p><strong>Copyright 2008-2014, GreenSock. All rights reserved.</strong>...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import com.adobe.test.Assert; // TODO: REVIEW AS4 CONVERSION ISSUE function ToInteger( t ) { t = Numb...
package ddt.view.character { import com.pickgliss.loader.BaseLoader; import com.pickgliss.loader.BitmapLoader; import com.pickgliss.loader.LoaderManager; import ddt.data.goods.ItemTemplateInfo; import ddt.manager.PathManager; public class IconLayer extends BaseLayer { publi...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2005-2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreeme...
package controls.selectionClasses { import controls.Table; import controls.tableClasses.FormatUtils; import controls.tableClasses.Utils; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TextEvent; import flash.geom.Rectangle; import flash....
//------------------------------------------------------------------------------ // 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. //---...
package com { import com.utils.Utils; public class File extends Blob { private var _name:String = ''; public function get name() : String { if (_name !== '') { return _name; } // if source is not a FileReference return default name if (!isFileRef()) { return uid; } // ot...
/** * Licensed under the MIT license: * * http://www.opensource.org/licenses/mit-license.php * * (c) Copyright 2011 David Wagner. * * 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 Softwar...
/* Copyright (c) 2012 Josh Tynjala 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, distribute, su...
package { public class Issue3183_6 { public function Issue3183_6() { var i:int; var j, k, l:int = 1; } } }
//////////////////////////////////////////////////////////////////////////////// // Copyright 2010 Michael Schmalle - Teoti Graphix, LLC // // 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 /...
package com.rockdot.plugin.screen.feathers.service { import away3d.core.managers.Stage3DProxy; import away3d.events.Stage3DEvent; import feathers.system.DeviceCapabilities; import starling.core.Starling; import com.rockdot.plugin.screen.common.service.AbstractScreenService; import com.rockdot.plugin.screen.dis...
package com.hurlant.math { use namespace bi_internal; /** * A "null" reducer */ public class NullReduction implements IReduction { public function revert(x:BigInteger):BigInteger { return x; } public function mulTo(x:BigInteger, y:BigInteger, r:BigInteger):void { x.multiplyTo(y, r); ...
package clientspecs { public final class OS { public static const ANDROID:int = 1; public static const IOS:int = 2; public static const WINDOWS:int = 3; public static const MACOS:int = 4; public static const LINUX:int = 5; ...
package modifier{ import mx.events.PropertyChangeEvent; //Abstract class public class Modifier implements IUpdater { protected var successor:IUpdater; public function Modifier(suc:IUpdater) { setSuccessor(suc); } public function setSuccessor(successor:IUpdater):void { this.successo...
 //////////////////////////////////////////////////////////////// // //ImgSprite 类 //作用:允许导入jpg 或者 swf //方法: new ImgSprite(url,width,height),Load(url,width,height); //参数:url,width,height,new中所有参数非必须,Load 中 url 必须,width 和 height 可以指定或者 指定一项, //这一项将赋予实际width 和 height 中较大的一方,另一方则根据长宽比自动调整。 // ////////////////////////////...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
; Copyright 2016 Jens Nurmann and Alexander Kruppa ; This file is part of the MPIR Library. ; The MPIR Library 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; either version 2.1 of the License, ...
/** * VERSION: 1.7 * DATE: 2010-11-13 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.loading.core.LoaderItem; import flash.display.DisplayObject; import flash.display.LoaderInfo; import flash.events.Event; import flash.events.ProgressEvent...
package sk.yoz.ycanvas.starling { import flash.display.BitmapData; import flash.display.Stage; import flash.display.Stage3D; import flash.geom.Rectangle; import sk.yoz.ycanvas.AbstractYCanvas; import starling.core.RenderSupport; import starling.core.Starling; import starling.di...
package aerys.minko.render.shader.part { import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.phong.LightAwareShaderPart; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.t...
package a24.tween.core.updaters.colors { import flash.display.DisplayObject; import flash.geom.ColorTransform; /** * * @author Atsushi Kaga * @since 2011.12.28 * @private * */ public class ColorTransformUpdater { private var _redOffset :Number; private var _greenOffset...
//////////////////////////////////////////////////////////////////////////////// // // 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.ankamagames.dofus.network.messages.game.character.alignment.war.effort { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.IN...
package coco.util { import coco.core.coco; /** * 输出调试信息,当CocoConfig.debugEnabled=true时才会输出调试信息 */ public function debug(...parameters):void { if (CocoUI.useDebug) { var arg:Array = parameters as Array; if (arg.length > 0) arg[0] = "[cocoui" + CocoUI.coco::VERSION ...
import Components.UniformTimeMeter; class QuestNotification extends MovieClip { static var QuestNotificationIntervalIndex: Number = 0; static var AnimationCount: Number = 0; static var QUEST_UPDATE: Number = 0; static var SKILL_LEVEL_UPDATE: Number = 1; static var PLAYER_LEVEL_UPDATE: Number = 2; static var SHO...
package com.flite { import flash.display.*; import flash.events.*; import flash.text.*; import com.flite.Utils; import com.flite.Scrollbar; /** * Simple debuger tool panel * * @package com.flite * @class Debuger * @author pandao pandao@vip.qq.com * * Example: * Deb...
/* 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 DefClassImpDefIntpubname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provide a...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsAubergine extends BitmapData { public function SymbolEmoticonBitmapsAubergine(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
/* 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/. */ include "driver.js" include "globalvar-read-1.js"
package examples { import ca.pmcmonagle.net.HTTPDigest; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.events.Event; import flash.events.IOErrorEvent; import flash.display.MovieClip; public class Usage extends MovieClip { /** * Note: * You wouldn't usually hard-co...
package bagAndInfo.info { import bagAndInfo.BagAndGiftFrame; import bagAndInfo.BagAndInfoManager; import com.pickgliss.events.FrameEvent; import com.pickgliss.ui.ComponentFactory; import ddt.data.player.PlayerInfo; import ddt.events.PlayerPropertyEvent; import ddt.manager.PlayerManager; import d...
package swift.net.media { import flash.events.NetStatusEvent; import flash.net.NetConnection; import org.ais.event.TEvent; import org.aisy.net.media.UNetStream; import org.aisy.utimer.UTimer; internal class IUNetStream extends UNetStream { public var NAME:String; protected var _uTimer:UTimer; ...
package objs { public class NMData extends Object { [Bindable] public var url:String; [Bindable] public var state:String = "unknown"; [Bindable] public var delay:String = "Pending"; [Bindable] public var pagesize:int; public function NMData() { super(); } } }
package { import flash.display.MovieClip; import flash.geom.Vector3D; public class Boid extends MovieClip { public static const MAX_FORCE :Number = 5.4; public static const MAX_VELOCITY :Number = 6; // Collision avoidance public static const MAX_AVOID_AHEAD :Number = 50; public static const...
package com.ankamagames.dofus.misc.stats.ui { import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.messages.SelectItemMessage; import com.ankamagames.berilia.types.graphic.UiRootContainer; import com.ankamagames.dofus.internalDatacenter.userInterface.ButtonWrapper; ...
package serverProto.activity { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; impo...
package org.cyclopsframework.utils.logging { public interface ICFLogger { function print(text:Object="", channel:String=""):void; function println(text:Object="", channel:String=""):void; } }
package utils.location { import flash.external.ExternalInterface; import utils.capabilities.isStandAlone; /** * Return current location name. * @return Current location name * @author Aaron Clinger * @author Shane McCartney * @author David Nelson * @author Vaclav Vancura (http://vancura.org, http://t...
package SJ.Game.data.config { import flash.utils.Dictionary; import SJ.Common.Constants.ConstResource; import SJ.Game.data.json.Json_recastpropertyvalueconfig; import engine_starling.data.SDataBase; import engine_starling.utils.AssetManagerUtil; /** @author Weichao 2013-5-28 */ public class CJDataOf...