CombinedText
stringlengths
4
3.42M
package yfqian.init.res { public class Game_Data { public static var cdnIp:String=""; public static var Bbv:String=Game_List.imgName+"?v0.1"; public static var AllBbv:String="?v0.1"; public static var gameMouse:Boolean=true;//鼠标事件 public static var gameSound:Boolean=true;//音乐事件 public static var gameTim...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//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.responses { import com.gamesparks.api.types.*; import com.gamesparks.*; /** * A response containing a summary of the list of the current play...
package NPCs { import net.flashpunk.graphics.Image; import net.flashpunk.graphics.Spritemap; import net.flashpunk.FP; /** * ... * @author Time */ public class Rekcahdam extends NPC { [Embed(source = "../../assets/graphics/NPCs/Rekcahdam.png")] private var imgRekcahdam:Class; private var sprRekcahdam:Sp...
table defaultDb "Description of annotation database" ( string genome; "Unifying genome collection for which an assembly is the default" string name; "Short name of database. 'hg8' or the like" )
/* See LICENSE for copyright and terms of use */ import org.actionstep.ASColors; import org.actionstep.ASLabel; import org.actionstep.constants.NSImageAlignment; import org.actionstep.constants.NSImageFrameStyle; import org.actionstep.constants.NSImageScaling; import org.actionstep.imageView.ASDnDImageView; import org...
/** * 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 by the...
//////////////////////////////////////////////////////////////////////////////// // // 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.catalystapps.gaf.display { import com.catalystapps.gaf.core.gaf_internal; import com.catalystapps.gaf.data.config.CFilter; import com.catalystapps.gaf.filter.GAFFilter; import flash.geom.Matrix; import flash.geom.Matrix3D; import flash.geom.Point; import flash.geom.Rectangle; import flash.geom.Vect...
package org.iotashan.oauth { import org.iotashan.utils.URLEncoding; import com.hurlant.crypto.Crypto; import com.hurlant.crypto.hash.HMAC; import com.hurlant.util.Base64; import com.hurlant.util.Hex; import flash.utils.ByteArray; public class OAuthSignatureMethod_HMAC_SHA1 implement...
package flare.display { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.geom.Rectangle; import flash.text.StyleSheet; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; /** * A Sprite representing a t...
//script for an land animal - attach to: // blob // movement // vars: f32 swimspeed f32 swimforce #define SERVER_ONLY #include "Hitters.as"; #include "AnimalConsts.as"; //blob void onInit(CBlob@ this) { AnimalVars vars; //walking vars vars.walkForce.Set(250.0f, -100.0f); vars.runForce.Se...
package org.papervision3d.materials { import flash.display.BitmapData; import flash.utils.describeType; import flash.utils.getDefinitionByName; import org.papervision3d.core.log.PaperLogger; import org.papervision3d.core.render.draw.ITriangleDrawer; /** * The BitmapAssetMaterial class creates a te...
/** * User: MerlinDS * Date: 13.07.2014 * Time: 15:01 */ package com.merlinds.miracle_tool.views.widgets { import com.bit101.components.ComboBox; import com.bit101.components.FPSMeter; import com.bit101.components.HBox; import com.bit101.components.IndicatorLight; import com.bit101.components.InputText; impor...
package com.ankamagames.dofus.datacenter.items.criterion { import com.ankamagames.dofus.internalDatacenter.guild.GuildWrapper; import com.ankamagames.dofus.kernel.Kernel; import com.ankamagames.dofus.logic.game.common.frames.SocialFrame; import com.ankamagames.dofus.network.enums.GuildRightsBitEnum; ...
//////////////////////////////////////////////////////////////////////////////// // // 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 fairygui { public class GearIcon extends GearBase { private var _storage:Object; private var _default:String; public function GearIcon(owner:GObject) { super(owner); } override protected function init():void { _default = _owner.icon; _storage = {}; } ...
/** * Copyright 2008 Marvin Herman Froeder * 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 ...
/** * __ __ __ * ____/ /_ ____/ /______ _ ___ / /_ * / __ / / ___/ __/ ___/ / __ `/ __/ * / /_/ / (__ ) / / / / / /_/ / / * \__,_/_/____/_/ /_/ /_/\__, /_/ * / / * \/ * http://distriqt.com * * @author Michael (https://git...
package ddt.view { public class ComponentEmbed { public function ComponentEmbed() { super(); } } }
/* * Copyright 2009 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 applica...
/* Copyright 2012 DotComIt, 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distr...
package code { import flash.display.MovieClip; import flash.events.Event; import flash.events.MouseEvent; public class Square extends MovieClip { public var isDead: Boolean = false; public function Square() { x = Math.random() * 550; y = Math.random() * 400; addEventListener(MouseEvent.CLICK, ha...
package nt.ui.components { import flash.display.DisplayObject; import flash.events.MouseEvent; import nt.lang.L; import nt.ui.configs.DefaultStyle; import nt.ui.core.SkinnableComponent; /** * PushButton 定义了按钮组件 * @author KK * */ public class PushButton extends SkinnableComponent { [Skin(optional=t...
/* * 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,...
/** * Cyclops Framework * * Copyright 2010 Mark Davis 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 laya.ui { import laya.display.Graphics; import laya.events.Event; import laya.maths.Point; import laya.utils.Handler; /** * 当用户更改 <code>ComboBox</code> 组件中的选定内容时调度。 * @eventType laya.events.Event * @internal selectedIndex属性变化时调度。 */ [Event(name = "change", type = "laya.events.Event")] /** *...
#include "bspguy_equip" namespace bspguy { array<dictionary> g_ent_defs; bool noscript = false; // true if this script shouldn't be used but is loaded anyway dictionary no_delete_ents; // entity classes that don't work right if spawned late dictionary map_loaded; dictionary map_cleaned; array<string> ...
// ================================================================================================= // // 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 © 2009. Dan Carr Design. * Written by Dan Carr and Dave Gonzalez * email: info@dancarrdesign.com * * Distributed under the Creative Commons Attribution-ShareAlike 3.0 Unported License * http://creativecommons.org/licenses/by-sa/3.0/ */ package com.da...
package flare.vis.data { import flare.display.DirtySprite; import flare.util.Colors; import flare.vis.data.render.IRenderer; import flare.vis.data.render.ShapeRenderer; /** * Base class for display objects that represent visualized data. * DataSprites support a number of visual properties beyond those provide...
// Action script... // [Initial MovieClip Action of sprite 20820] #initclip 85 if (!dofus.graphics.gapi.ui.AutomaticServer) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphics...
/* Feathers Copyright 2012-2015 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.core { import feathers.controls.supportClasses.LayoutViewPort; import feathers.events.Feath...
package com.ankamagames.dofus.network.messages.game.context.roleplay.quest { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMe...
let main(): int -> { return 42; }
package game.beach { import flash.utils.Endian; import net.flashpunk.Entity; import net.flashpunk.graphics.Image; import net.flashpunk.FP; import net.flashpunk.tweens.misc.ColorTween; import game.Colors; /** * ... * @author Jordan Magnuson */ public class Waves extends Entity { public static cons...
/** * Created by ricardo_neves at bytesfromouterspace.com on 28/02/2015. */ package com.bytesfromouterspace.stockbrokers.model { import com.bytesfromouterspace.stockbrokers.event.ReputationEvent; import flash.events.Event; [Event(name="change", type="flash.events.Event")] [Event(name="reputationEven...
/* 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.5.4.17"; // var VERSION = "ECMA_1"; // var TITLE ...
package source { import net.flashpunk.Entity; import net.flashpunk.graphics.Image import net.flashpunk.masks.Pixelmask; import net.flashpunk.FP; /** * ... * @author Jordan Magnuson */ public class Maze extends Entity { // Graphic [Embed(source = '../assets/supertough_maze_top.png')] private const S_M...
package sk.yoz.touch { import flash.events.Event; import flash.events.IEventDispatcher; import flash.events.TouchEvent; import flash.geom.Point; import sk.yoz.touch.events.TwoFingerEvent; public class TwoFingerTouch { public var stopImmediatePropagation:Boolean = true; ...
//////////////////////////////////////////////////////////////////////////////// // // 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.xgame.godwar.common.commands.receiving { import com.xgame.godwar.configuration.SocketContextConfig; import flash.utils.ByteArray; public class Receive_BattleRoom_PhaseRoundStandbyConfirm extends ReceivingBase { public var soulCardList: Array; public function Receive_BattleRoom_PhaseRoundStandb...
package { /** * ... * @author Toshiyuki Suzumura / @suzumura_ss */ public class PaintWorldMesh extends WorldMesh { public function PaintWorldMesh(option:Dictionary = null) { super(option); } } }
package fairygui { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.InteractiveObject; import flash.display.Stage; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.events.TouchEvent; impor...
package cn.wecoding.utils { import flash.text.TextField; import flash.text.TextFormat; /** * 构建UI元素的工具类 * @author yangq1990 * */ public class UIUtil { public function UIUtil() { } public static function getTextFormat(family:String, color:uint, size:int, align:String='center'):TextFormat { ...
/* Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. */ package views.commands { import flash.utils.Dictionary; import items.Attachment; import items.Geofeature; import items.Item_Base; import items.Item_User_Access; import items.Item_Vers...
// ================================================================================================= // // CadetEngine Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying licens...
/* 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 DefaultClass { interface DefaultIntDef { function iGetBoolean() : Boolean } }
import com.Utils.Colors; import com.boosprintcommon.Colours; import com.boosprintcommon.MenuPanel; import com.boosprintcommon.Proxy; import com.boosprint.Group; import com.boosprint.Entry; import mx.utils.Delegate; /** * There is no copyright on this code * * Permission is hereby granted, free of charge, to any pers...
/* 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 ...
/* Feathers Copyright 2012-2015 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.core.FeathersControl; import feathers.events.FeathersEventType; ...
/** * * Blackhole/Repulsor * * https://github.com/AbsolutRenal * * Copyright (c) 2012 AbsolutRenal (Renaud Cousin). All rights reserved. * * This ActionScript source code is free. * You can redistribute and/or modify it in accordance with the * terms of the accompanying Simplified BSD License Agreement. **/ ...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.ASColor; import GUI.fox.aswing.border.BevelBorder; import GUI.fox.aswing.border.EmptyBorder; import GUI.fox.aswing.BorderLayout; import GUI.fox.aswing.colorchooser.JColorMixer; import GUI.fox.aswing.colorchooser.PreviewColorIcon; import GUI.fox.a...
/* * 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 Sa...
package com.tonyfendall.cards.screens { import com.tonyfendall.cards.components.CardItemRenderer; import com.tonyfendall.cards.player.AIPlayer; import com.tonyfendall.cards.player.Opponent; import feathers.controls.Button; import feathers.controls.Header; import feathers.controls.List; import feathers...
package com.ankamagames.jerakine.managers { import com.ankamagames.jerakine.logger.Log; import com.ankamagames.jerakine.logger.Logger; import com.ankamagames.jerakine.messages.FontActiveTypeChangeMessage; import com.ankamagames.jerakine.messages.LangAllFilesLoadedMessage; import com.ankamagames.jer...
/** * Copyright (C) 2008 Darshan Sawardekar. * * 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...
package asx.string { /** * Escape RegExp special characters. */ public function escapeRegExp(value:String):String { return value.replace(REGEXP_SPECIAL_CHARACTERS_PATTERN, '\\$1'); } } import asx.string.substitute; internal const REGEXP_SPECIAL_CHARACTERS:Array = ('/.*+?|)_[]{}\\').split(''); internal const...
//////////////////////////////////////////////////////////////////////////////// // // 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...
; X86_64 mpn_mul_2 ; Copyright 2009 Jason Moxham ; 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, or...
package { import PIXI.Container; import PIXI.Graphics; import PIXI.Sprite; import PIXI.SystemRenderer; import PIXI.Text; import PIXI.Texture; import PIXI.WebGLRenderer; import bunnymark.TileTestPixi; /** * ... * @author lizhi */ public class PixiTest { private var stage:Container; private var ren...
/** * ArrayUtil * * A class that allows to compare two ByteArrays. * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ /*[IF-FLASH]*/package com.hurlant.util { import flash.utils.ByteArray; public class ArrayUtil { public static function equals(a1:ByteArray, a2:...
//////////////////////////////////////////////////////////////////////////////// // // 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.hp.asi.hpic4vc.ui.model.network { import mx.collections.ArrayCollection; [Bindable] [RemoteClass(alias="com.hp.asi.hpic4vc.server.provider.data.network.VMHardware")] public class VMHardware { public var numCPU:Number; public var memoryMB:Number; [ArrayElementType("com.hp.asi.hpic4v...
// Trader brain #define SERVER_ONLY #include "/Entities/Common/Emotes/EmotesCommon.as" #include "TraderWantedList.as"; #include "BrainCommon.as" void onInit(CBrain@ this) { CBlob @blob = this.getBlob(); this.getCurrentScript().removeIfTag = "dead"; this.getCurrentScript().runFlags |= Script::tick_not_attached; }...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2007-2010 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 wi...
package com.playfab.ServerModels { public class SetFriendTagsRequest { public var FriendPlayFabId:String; public var PlayFabId:String; public var Tags:Vector.<String>; public function SetFriendTagsRequest(data:Object=null) { if(data == null) ...
package kabam.rotmg.account.transfer { import kabam.rotmg.account.core.services.MigrateAccountTask; import kabam.rotmg.account.transfer.commands.CheckKabamAccountCommand; import kabam.rotmg.account.transfer.commands.TransferAccountCommand; import kabam.rotmg.account.transfer.services.TransferAccountTask; import kabam....
/** * 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...
/** * VERSION: 1.871 * DATE: 2011-08-03 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading.display { import com.greensock.loading.core.LoaderItem; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.L...
function init(args:String):void { var info:NativeProcessStartupInfo = new NativeProcessStartupInfo; info.arguments = Vector.<String>(args.split(" ")); info. }
/******************************************************************************* * 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...
package com.ankamagames.dofus.network.messages.game.context.roleplay.stats { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMe...
#include "Actor.as" #include "Ray.as" shared class SandboxActor : Actor { float acceleration = 0.08f; float friction = 0.3f; float jumpForce = 0.3f; u8 selectedIndex = 0; SColor[] colors = { SColor(255, 229, 59, 68), // Red SColor(255, 255, 173, 52), // Orange SColor(255, 255, 231, 98), // Yellow SColor(...
package features.selectors { public class SelectorsCSS { public static var styles : String = <styles><![CDATA[ /* Layout */ Box.big { w: 200; h: 200; } Box.big#second { x: 220; } Box.small { x: 30; y: 30; w: 140; h: 60; } Box.small#second { y: 120; } ...
/** * 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 by the...
package com.napkee.exporters { import com.napkee.utils.ComponentParser; import com.napkee.utils.StringUtils; import flash.events.MouseEvent; import mx.containers.Canvas; import mx.containers.HBox; import mx.containers.VBox; import mx.controls.Image; import mx.controls.Label; import mx.controls.S...
package cmodule.lua_wrapper { const __2E_str16115:int = gstaticInitter.alloc(32,1); }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.messaging.impl.outgoing.EditAccountList package kabam.rotmg.messaging.impl.outgoing { import flash.utils.IDataOutput; public class EditAccountList extends OutgoingMessage { public var accountListId_:int; public var...
package com.codeazur.as3swf.data.actions.swf5 { import com.codeazur.as3swf.data.actions.*; public class ActionInitObject extends Action implements IAction { public function ActionInitObject(code:uint, length:uint) { super(code, length); } public function toString(indent:uint = 0):String { ...
package com.codeazur.as3swf.events { import com.codeazur.as3swf.SWFData; import flash.events.Event; public class SWFEvent extends Event { public static const HEADER:String = "header"; public static const PROGRESS:String = "progress"; public static const COMPLETE:String = "complete"; protected var dat...
package org.papervision3d { import org.papervision3d.core.log.PaperLogger; /** * The Papervision3D class contains global properties and settings. */ public class Papervision3D { // ___________________________________________________________________ SETTINGS /** * Indicates if the angles are exp...
//////////////////////////////////////////////////////////////////////////////// // // 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 flash.system { public final class IMEConversionMode { public static const ALPHANUMERIC_FULL:String = "ALPHANUMERIC_FULL"; public static const ALPHANUMERIC_HALF:String = "ALPHANUMERIC_HALF"; public static const CHINESE:String = "CHINESE"; public static const JAPANESE_HIRAGANA:String = "JAPANESE_HIRAGAN...
package com.pubnub.operation { import com.pubnub.*; import com.pubnub.json.*; import com.pubnub.loader.*; /** * ... * @author firsoff maxim, firsoffmaxim@gmail.com, icq : 235859730 */ public class HistoryOperation extends Operation { public var sub_key:String; public var origin:String; p...
/** SpriterMC: a Starling implementation for importing skeletal * (and non-skeletal) animations generated with Spriter (http://www.brashmonkey.com/spriter.htm) * * @author Sammy Joe Osborne * http://www.sammyjoeosborne.com * http://www.sammyjoeosborne.com/SpriterMC * https://github.com/SammyJoeOsborne/Spr...
package cmodule.lua_wrapper { const _pidlist:int = gstaticInitter.alloc(4,4); }
package ssen.datakit.file { /** 파일을 다루는데 필요한 여러 유틸들 */ public class FileNameUtils { public static const DIRECTORY_INVALIDATE_CHARACTERS:Vector.<String>=new <String>["\\", "/", ":", "*", "?", '"', "'", "<", ">", "|", ",", ";"]; /** 파일 이름에 확장자가 없을때, 확장자를 붙여준다 */ public static function addExtensionToFileName(fileNa...
//////////////////////////////////////////////////////////////////////////////// // // 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.account.kongregate.services { import kabam.lib.tasks.BaseTask; import kabam.lib.tasks.Task; import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.services.LoginTask; import kabam.rotmg.account.kongregate.view.KongregateApi; public class KongregateGetCredentialsTask extends BaseT...
// // female.as // // NameGen Flex style, coded in 2007 by Curtis Rueden // This code is dedicated to the public domain. // All copyrights (and warranties) are disclaimed. private var female:Array = [ "MARY", "PATRICIA", "LINDA", "BARBARA", "ELIZABETH", "JENNIFER", "MARIA", "SUSAN", "MARGARET", "DOROTHY", "LISA", "NA...
//////////////////////////////////////////////////////////////////////////////// // // 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.load { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.MovieClip; import flash.system.ApplicationDomain; /** * 获取TweenMax加载的资源 * 通过此类可方便的获取对应的TweenMax加载的资源 * @author cl 2015/1/30 14:48 */ public class TweenLoadResource { /** * 获取对应资源 * @param nam...
package widgets.Interrupciones.servicios { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import mx.collections.ArrayCollection; import widgets.Interrupciones.busqueda.FiltrosSeleccionadosBusqueda; import widgets.Interrupciones.global.Global; public class BusquedaInterrupcionesPorZona { pub...
//////////////////////////////////////////////////////////////////////////////// // // 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 arena.views.hud { import alternativa.a3d.systems.text.FontSettings; import alternativa.a3d.systems.text.TextBoxChannel; import alternativa.engine3d.core.Camera3D; import alternativa.engine3d.core.Object3D; import alternativa.engine3d.core.Renderer; import alternativa.engine3d.core.Transform3D; import al...
package taunt_fla { import flash.display.MovieClip; public dynamic class mask_3 extends MovieClip { public function mask_3() { super(); addFrameScript(59,frame60); } function frame60() : * { stop(); } ...
//////////////////////////////////////////////////////////////////////////////// // // 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 utils.string { /** * Returns everything after the first occurrence of begin and before the first occurrence of end in String. * @param value Input String * @param start Character or sub-string to use as the start index * @param end Character or sub-string to use as the end index * @returns Everyth...
// ================================================================================================= // // Syrinx - Sound Manager // Copyright (c) 2019 Aurelien Da Campo (Adolio), All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accom...