text stringlengths 4 1.04M |
|---|
// Action script...
// [Initial MovieClip Action of sprite 20855]
#initclip 120
if (!dofus.datacenter.Document)
{
if (!dofus)
{
_global.dofus = new Object();
} // end if
if (!dofus.datacenter)
{
_global.dofus.datacenter = new Object();
} // end if
var _loc1 = (_global.dofus.... |
package cc.gullinbursti.converts {
//] includes [!]>
//]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~.
//]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[
/**
*
* @author Gullinbursti
*/
// <[!] class delaration [¡]>
public class Time {
//~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~~*~._
... |
// 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(settingsDialog);
set... |
package Ankama_Grimoire.ui
{
import Ankama_Cartography.Cartography;
import Ankama_Common.Common;
import Ankama_ContextMenu.ContextMenu;
import Ankama_Grimoire.Grimoire;
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.ComboBox;
import com.ankamagames.beril... |
package asx.date {
import asx.array.inject;
/**
* Advances a Date by the given amount
*
* @example
* <listing version="3.0">
* advance(new Date(), { years: 1 });
* advance(new Date(), { months: -3 });
* </listing>
*/
public function advanceDate(date:Date, options:... |
package com.jabbypanda.data {
public class SearchModes {
public static const INFIX_SEARCH : String = "infixSearch";
public static const PREFIX_SEARCH : String = "prefixSearch";
}
} |
package kabam.rotmg.assets.EmbeddedAssets {
import kabam.rotmg.assets.*;
import mx.core.*;
[Embed(source="spritesheets/EmbeddedAssets_DarknessBackground.png")]
public class EmbeddedAssets_DarknessBackground extends BitmapAsset {
public function EmbeddedAssets_DarknessBackground() {
super();
return... |
package io.decagames.rotmg.ui.defaults {
import com.company.assembleegameclient.util.FilterUtil;
import flash.filters.DropShadowFilter;
import flash.text.TextFormat;
import io.decagames.rotmg.ui.labels.UILabel;
import kabam.rotmg.text.model.FontModel;
public class DefaultLabe... |
package flexUnit.model.data
{
import services.vo.hotels.HotelInfoTotalVO;
public class TestHotelData
{
public var hotelInfoTotal:HotelInfoTotalVO = new HotelInfoTotalVO();
public var hotelInfoNewTotal:HotelInfoTotalVO = new HotelInfoTotalVO();
public function TestHotelData()
{
// hotelInfoTotal
h... |
///////////////////////////////////////////////////////////////////////////////
// Copyright (c) 2008-2009 Vincent Petithory - http://blog.lunar-dev.net/
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to de... |
package isometric.primitives
{
import isometric.IsoMath;
import isometric.core.IsoDisplayObject;
import isometric.core.IsoPoint;
import starling.core.RenderSupport;
import starling.display.Graphics;
import starling.display.Shape;
import starling.display.graphics.Fill;
import starling.display.graphics.Stroke;
... |
package com.quasimondo.color
{
import com.quasimondo.data.ProximityQuantizer;
import com.quasimondo.data.QuantizeDataRGB;
import com.quasimondo.geom.CoordinateShuffler;
import avm2.intrinsics.memory.li32;
import net.psykosoft.psykopaint2.core.intrinsics.PyramidMapIntrinsics;
public class RGBProximityQuantizer... |
package com.ankamagames.dofus.misc.stats.components
{
import com.ankamagames.berilia.types.graphic.GraphicContainer;
import com.ankamagames.dofus.misc.stats.ui.IUiStats;
public interface IComponentStats extends IUiStats
{
function get component() : GraphicContainer;
}
... |
/* flXHR 1.0.6 (PolicyChecker) <http://flxhr.flensed.com/>
Copyright (c) 2008 Kyle Simpson, Getify Solutions, Inc.
This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
===============================================================================================... |
package com.bojinx.system.message.support
{
public final class Scope
{
public function Scope()
{
}
/*============================================================================*/
/*= STATIC PUBLIC PROPERTIES */
/*======================================... |
/*
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.media
{
/**
* Dispatched when the media player's total playhead time changes.
*
* <p>T... |
package
{
import net.flashpunk.Entity;
import net.flashpunk.graphics.Image;
/**
* ...
* @author UnknownGuardian
*/
public class Title extends Entity
{
//[Embed(source="assets/menus/Main Menu/NS_JFX_intro.png")]public const TITLE:Class;
//[Embed(source = "assets/menus/Main Menu/mainmenu_title.png")]p... |
//------------------------------------------------------------------------------
//
// Anthony Henderson Copyright 2012
// All rights reserved.
//
//------------------------------------------------------------------------------
package ahhenderson.core.queue.message {
import ahhenderson.core.collection... |
package com.bit101.utils {
import com.bit101.components.Component;
import flash.display.DisplayObjectContainer;
public class MinimalUtil {
/**
* Force components to draw immediately, instead of waiting for Invalidate to fire.
* Useful when measurements depend on the dimensions of components and you don... |
package com.pirkadat.ui
{
import com.pirkadat.display.TrueSize;
import com.pirkadat.geom.MultiplierColorTransform;
import com.pirkadat.logic.AnimationRange;
import com.pirkadat.logic.Program;
import com.pirkadat.logic.Team;
import flash.events.Event;
import flash.events.FocusEvent;
import flash.events... |
package com.ankamagames.dofus.network.messages.game.inventory.exchanges
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessa... |
package Scenery
{
import flash.geom.Point;
import net.flashpunk.Entity;
import net.flashpunk.graphics.Image;
import net.flashpunk.graphics.Spritemap;
import net.flashpunk.FP;
import net.flashpunk.utils.Draw;
import Puzzlements.Activators;
/**
* ...
* @author Time
*/
public class LightPole extends Activa... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
{
public class Ninja extends Personaje
{
public function Ninja()
{
}
public override function atacar():void
{
// llamada al metodo de la clase base
//super.atacar();
trace("Ninja atacando asi bien peola");
}
}
} |
package com.myflexhero.network.core
{
public interface IElement extends IData, IStyle
{
public function IElement();
// function get alarmState() : AlarmState;
function set layerID(layerID:Object) : void;
function get layerID() : Object;
// function isAdjustedToBottom() : Boolean;
// functio... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.grantech.controls.items
{
import feathers.controls.Button;
import starling.display.Image;
import starling.textures.Texture;
public class InspectorButtonItemRenderer extends InspectorBaseItemRenderer
{
public function InspectorButtonItemRenderer() { super(); }
override protected function redrawCo... |
package org.bigbluebutton.modules.present.services
{
import com.asfusion.mate.events.Dispatcher;
import org.as3commons.logging.api.ILogger;
import org.as3commons.logging.api.getClassLogger;
import org.bigbluebutton.modules.present.commands.ChangePageCommand;
import org.bigbluebutton.modules.present.events.... |
package swag.events {
import swag.events.SwagEvent;
import swag.interfaces.events.ISwagErrorEvent;
/**
* Extends the <code>SwagEvent</code> class for broadcasting error messages generated by the <em>SwAG Toolkit</em>. This
* class is used to broadcast any errors that are not thrown (i.e. non-fatal code e... |
package church.view.weddingRoomList
{
import com.pickgliss.ui.ComponentFactory;
import ddt.manager.LanguageMgr;
import flash.geom.Point;
public class CalculateDate
{
public function CalculateDate()
{
super();
}
public static function start(param1... |
////////////////////////////////////////////////////////////////////////////////
//
// 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-2010 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package reprise.media
{
import reprise.external.IResource;
import reprise.external.MP3Resource;
import r... |
/*
* 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
... |
package org.bigbluebutton.web.participants.views {
import mx.graphics.SolidColor;
import org.bigbluebutton.lib.participants.views.ParticipantsViewBase;
import org.bigbluebutton.web.common.views.IPanelAdjustable;
import spark.components.Group;
import spark.components.Label;
import spark.components.SkinnableCon... |
package kabam.rotmg.packages.control {
import kabam.rotmg.packages.model.PackageInfo;
import org.osflash.signals.Signal;
public class BuyPackageSignal extends Signal {
public function BuyPackageSignal() {
super(PackageInfo);
}
}
}
|
/*
* Simplicite(R) for Adobe Flex(R)
* http://www.simplicite.fr
*/
package simplicite.core {
import mx.rpc.http.HTTPService;
import mx.rpc.events.ResultEvent;
import com.adobe.serialization.json.JSON;
/**
* Simplicité(R) business process
*/
public class BusinessProcess extends Common ... |
package com.pickgliss.effect
{
import flash.display.DisplayObject;
public class BaseEffect implements IEffect
{
protected var _target:DisplayObject;
private var _id:int;
public function BaseEffect(param1:int)
{
super();
this._id = param... |
/**
* Copyright (c) 2014, 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... |
/**
* Copyright keim_at_Si ( http://wonderfl.net/user/keim_at_Si )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/9R8a
*/
// forked from saharan's 3D水面 / Water 3D
package {
import flash.__native.WebGLRenderer;
import flash.system.LoaderContext;
... |
package org.qrcode.specs
{
import flash.utils.ByteArray;
import org.qrcode.enum.QRCodeEncodeType;
import org.qrcode.utils.QRUtil;
public class QRSpecs
{
public static const QRSPEC_VERSION_MAX:int = 40;
public static const QRSPEC_WIDTH_MAX:int = 177;
public static var frames:Array = [];
... |
package com.floorplanner.csg.geom
{
import flash.geom.Vector3D;
public interface IVertex
{
function get pos():Vector3D;
function set pos(value:Vector3D):void;
function clone():IVertex;
function flip():void;
function interpolate(other:IVertex, t:Number):IVertex;
}
} |
table txEdgeBed
"A transcription edge with first fields bed format."
(
string chrom; "Chromosome or contig name"
int chromStart; "Start position, zero-based"
int chromEnd; "End position, non-inclusive"
string name; "Name of evidence supporting edge"
int score; "Score - 0-1000"
char[1] stran... |
package dragonBones.cache
{
import dragonBones.core.ICacheUser;
public class TimelineCache
{
public var name:String;
public var frameCacheList:Vector.<FrameCache> = new Vector.<FrameCache>();
public var currentFrameCache:FrameCache;
public function TimelineCache()
{
}
public function addFrame():voi... |
package org.flexlite.domUI.components
{
import flash.display.Graphics;
import org.flexlite.domUI.core.UIComponent;
import org.flexlite.domUI.utils.GraphicsUtil;
[DXML(show="true")]
/**
* 矩形绘图元素。矩形的角可以是圆角,此组件可响应鼠标事件。
* @author DOM
*/
public class Rect extends UIComponent
{
/**
* 构... |
package net.wooga.selectors.pseudoclasses.names {
public class BuiltinPseudoClassName {
public static const root:String = "root";
public static const first_child:String = "first-child";
public static const last_child:String = "last-child";
public static const nth_child:String = "nth-child";
public static con... |
/**
* Canvas.as
*
* Adds a background to the basic Container class
*
* Copyright (c) 2011 Jonathan Pace
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, incl... |
package view.image.game
{
import flash.display.*;
import flash.events.Event;
import flash.events.MouseEvent;
import mx.core.UIComponent;
import org.libspark.thread.Thread;
import org.libspark.thread.utils.ParallelExecutor;
import org.libspark.thread.threads.between.BeTweenAS3Thread;
... |
/*
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.layout
{
import feathers.core.IFeathersDisplayObject;
/**
* Dispatched when a property o... |
////////////////////////////////////////////
// Project: Flash 10 Coverflow
// Date: 10/3/09
// Author: Stephen Weber
////////////////////////////////////////////
package {
////////////////////////////////////////////
// IMPORTS
////////////////////////////////////////////
import flash.display.MovieClip;
import... |
package com.ankamagames.berilia.enums
{
public class StrataEnum
{
public static const STRATA_WORLD:int = -1;
public static const STRATA_LOW:int = 0;
public static const STRATA_MEDIUM:int = 1;
public static const STRATA_HIGH:int = 2;
pub... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.lib.console.model.ActionHistory
package kabam.lib.console.model
{
import kabam.lib.console.model.*;
internal final class ActionHistory
{
private var stack:Vector.<String>;
private var index:int;
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... |
package com.company.assembleegameclient.screens {
import com.company.assembleegameclient.ui.tooltip.TextToolTip;
import com.company.assembleegameclient.util.TimeUtil;
import flash.display.DisplayObject;
import flash.display.Sprite;
import flash.events.Event;
import flash.filters.DropShadowFilter;
import kabam.rotmg.c... |
/* 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 = "10.1.8";
// var VERSION = "ECMA_1";
// var TITLE = "... |
package
{
/** simple email validation prior to server valiation */
public function validateEmail(email:String):Boolean
{
var emailExpression:RegExp=/^[a-z0-9][-._a-z0-9]*@([a-z0-9][-_a-z0-9]*\.)+[a-z]{2,6}$/;
return emailExpression.test(email);
}
}
|
package com.hendrix.feathers.controls.utils
{
import flash.display.Stage;
import flash.display.StageAspectRatio;
import flash.system.Capabilities;
public class SMobileUtils
{
/**
* detect the IOS version
*/
static public function detectiOSversion():int
{
var os: String ... |
/*
This file is part of seesmic-as3-xmpp.
Copyright (c)2009 Seesmic, Inc
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This ... |
package javacommon.flex.base
{
public interface ILoadData
{
function loadData():void;
}
} |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
include p1.inc
psect text
global sub_5dd1h
global sub_6531h
global sub_69cah
global sub_7454h
IF SHORTMSG
global _pr_nr_of_error0
global _pr_nr_of_error1
global _pr_nr_of_warning0
global _pr_nr_of_warning1
ENDIF
sub_5dd1h:
call ncsv
defw 0fff5h
ld l,(ix+008h)
ld h,(ix+009h)
pu... |
package com.codeazur.as3swf.exporters
{
import com.codeazur.as3swf.SWF;
import com.codeazur.as3swf.exporters.core.DefaultSVGShapeExporter;
import com.codeazur.as3swf.utils.ColorUtils;
import com.codeazur.utils.StringUtils;
import flash.display.CapsStyle;
import flash.display.GradientType;
import flash.... |
/*
* Copyright 2011 Overstock.com and others.
*
* 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... |
/**
* PopUpManager.as
*
* Copyright (c) 2011 Jonathan Pace
*
* 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, cop... |
package com.ats.device.running.ios
{
import flash.desktop.NativeProcess;
import flash.desktop.NativeProcessStartupInfo;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.events.NativeProcessExitEvent;
import flash.events.ProgressEvent;
import flash.filesystem.File;
public class IosD... |
//------------------------------------------------------------------------------
//
// Anthony Henderson Copyright 2012
// All rights reserved.
//
//------------------------------------------------------------------------------
package ahhenderson.core.mvc.patterns.facade {
public class FacadeCo... |
package serverProto.fight
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
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 li... |
package classes {
import com.adobe.images.PNGEncoder;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.MovieClip;
import flash.utils.ByteArray;
import flash.filesystem.*;
import flash.geom.Matrix;
import flash.display.Sprite;
import flash.geom.Rectangle;
import flash.geom.... |
package com.ankamagames.dofus.logic.game.common.actions
{
import com.ankamagames.dofus.misc.utils.AbstractAction;
import com.ankamagames.jerakine.handlers.messages.Action;
public class LockableChangeCodeAction extends AbstractAction implements Action
{
public var code:Strin... |
package cj.video {
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import fl.transitions.Tween;
import fl.transitions.easing.Strong;
import cj.video.events.VideosEvent;
public final class BigPlayButton extends Sprite {
private var isPlaying:Boolean,
tw:Twe... |
// Ragdoll example.
// This sample demonstrates:
// - Detecting physics collisions
// - Moving an AnimatedModel's bones with physics and connecting them with constraints
// - Using rolling friction to stop rolling objects from moving infinitely
#include "Scripts/Utilities/Sample.as"
void Start()
{
// ... |
//Compile: mxmlc.exe Exploit.as -o Exploit.swf
package
{
import flash.display.Sprite;
import flash.utils.ByteArray;
import flash.net.LocalConnection;
import flash.utils.Endian;
import flash.net.FileReference;
import __AS3__.vec.Vector;
import flash.system.Capabilities;
import flash.display.Loader;
import fla... |
package gvg.command
{
import com.tencent.morefun.framework.base.Command;
import gvg.data.GvgInfo;
import def.PluginDef;
public class RequestGvgInfoCommand extends Command
{
public var gvgInfo:GvgInfo;
public function RequestGvgInfoCommand()
{
super();
}... |
package io.decagames.rotmg.shop.packages.contentPopup {
import flash.utils.Dictionary;
import io.decagames.rotmg.shop.mysteryBox.contentPopup.ItemBox;
import io.decagames.rotmg.shop.mysteryBox.contentPopup.SlotBox;
import io.decagames.rotmg.ui.buttons.BaseButton;
import io.decagames.rotmg.ui.bu... |
table itemConf
"Probability and false discovery rate (FDR) for an element in a track."
(
string id; "Identifier of element"
float probability; "Probability associated with element"
float fdr; "False Discovery Rate (FDR) associated with element"
)
|
package snooker {
import flash.geom.Point;
public final class CPUPlayer {
/**
* The GameEngine to which the CPU player is linked to.
*/
private var m_engine: GameEngine;
/**
* An array contaning the candidate shots (both used and unu... |
package away3d.materials.methods
{
import away3d.arcane;
import away3d.core.managers.Stage3DProxy;
import away3d.materials.compilation.ShaderRegisterCache;
import away3d.materials.compilation.ShaderRegisterElement;
import away3d.textures.CubeTextureBase;
import away3d.textures.Texture2DBase;
use namespace arcan... |
package com.codeazur.as3swf.data.abc.exporters.js.builders.expressions
{
import com.codeazur.as3swf.data.abc.exporters.builders.ABCIfStatementType;
import com.codeazur.utils.StringUtils;
import com.codeazur.as3swf.data.abc.ABC;
import com.codeazur.as3swf.data.abc.exporters.builders.IABCIfStatementExpression;
impo... |
/*
Copyright 2009 Sönke Rohde
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
dist... |
package framework.view.pages.reservationCreate.parts
{
import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
import mx.core.ClassFactory;
public class ReservationCalendarViewColumn extends AdvancedDataGridColumn
{
protected var _bIsSelected:Boolean;
private var _columnDate:... |
//----------------------------------------------------------------------------------------------------
// SiON Effect Module
// Copyright (c) 2009 keim All rights reserved.
// Distributed under BSD-style license (see org.si.license.txt).
//------------------------------------------------------------------------------... |
//
// $Id$
package com.threerings.msoy.room.data {
import com.threerings.io.SimpleStreamableObject;
import com.threerings.util.Equalable;
/**
* A reference to a client-side executable which can participate in the pseudo-server control
* mechanism.
*
* {@see EntityControl}
*/
public /*abstract*/ class Controlla... |
/*
| Version 10.1.1
| Copyright 2012 Esri
|
| 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 ... |
package org.codemonkey.swift.requestsocketserverclient{
import org.codemonkey.swift.util.Executable;
public class ServerResponse implements Executable {
public static const REQUESTCODE_LENGTH:Number = 3;
public function decode(requestStr:String):void {
throw new Error("unimplemented method: dec... |
package rb.framework.data{
public class DictEnumerator {
protected var sourceDict:Dict;
protected var keys:Array;
protected var cursor:uint;
public function DictEnumerator(dict:Dict){
this.sourceDict = dict;
this.reset();
... |
package citrus.input.controllers.gamepad.maps
{
import citrus.input.controllers.gamepad.Gamepad;
/**
* This is the Freebox _gamepad controller preset
* It will work only in analog mode though (axes are weird when its not)
* http://www.lowcostmobile.com/img/operateurs/free/_gamepad_free.jpg
*/
public class F... |
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
import com.adobe.test.Assert;
/*
... |
package serverProto.guild
{
import com.netease.protobuf.Message;
import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE;
import com.netease.protobuf.WireType;
import serverProto.inc.ProtoRetInfo;
import com.netease.protobuf.WritingBuffer;
import com.netease.protobuf.WriteUtils;
i... |
package org.pong.mvcs.service.assets
{
/**
*
* Interface that declares aseets loading behavior.
*
* @author mc
*/
public interface IAssetsService
{
/**
*
*/
function startAssetsLoading():void;
/**
*
* Loading assets behavior.
*
* @param ratio Ration represent the loadi... |
package laya.d3.graphics {
import laya.d3.math.Vector2;
import laya.d3.math.Vector3;
import laya.d3.math.Vector4;
/**
* <code>VertexPositionNormalTexture</code> 类用于创建位置、纹理顶点结构。
*/
public class VertexPositionTexture0 implements IVertex {
private static const _vertexDeclaration:VertexDeclaration = new Ver... |
package views.ui.layout
{
import flash.events.IEventDispatcher;
/**
* ...
* @author Glenn Ko
*/
public interface ILayoutData extends IEventDispatcher
{
}
} |
package com.wg.ga.framework.ordering {
import com.wg.ga.framework.entity.Entity;
public class BasicEntityComparator {
//1 Constructors
//4 Methods
//1 Fields
//Fields
private var basicOrderingOption:int;
public function BasicEntityComparator(basicOrderingOption:int) {
this.basicOrderingOption = basicOrder... |
/**
* 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.hendrix.feathers.controls.flex.flexTabBar
{
import com.hendrix.feathers.controls.CompsFactory;
import feathers.controls.Button;
import feathers.core.FeathersControl;
import starling.display.DisplayObject;
import starling.display.Quad;
import starling.events.Event;
/**
* <p>a very ... |
//spawning a generic fire particle
void makeFireParticle(Vec2f pos, int smokeRandom = 1)
{
string texture;
switch (XORRandom(XORRandom(smokeRandom) == 0 ? 4 : 2))
{
case 0: texture = "Entities/Effects/Sprites/SmallFire1.png"; break;
case 1: texture = "Entities/Effects/Sprites/SmallFire2.png"; break;... |
package
{
import flash.display.BitmapData;
public dynamic class SymbolEmoticonBitmapsPuking extends BitmapData
{
public function SymbolEmoticonBitmapsPuking(param1:int = 16, param2:int = 16)
{
super(param1,param2);
}
}
}
|
// =================================================================================================
//
// 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 license agre... |
package net.richardlord.coral.quaternion
{
import net.richardlord.coral.Quaternion;
import net.richardlord.coral.Utils;
import com.gskinner.performance.MethodTest;
import com.gskinner.performance.TestSuite;
public class QuaternionUnitPerfTest extends TestSuite
{
private var loops : uint = 1000000;
privat... |
#include "RulesCore.as";
//Default Rules Core hooks - simple proxy
//Make sure you dont forget JoinCoreHooks! :)
#include "GameplayEvents.as"
//not server only so that all the players get this
void onInit(CRules@ this)
{
SetupGameplayEvents(this);
sv_gravity = 9.81f;
particles_gravity.y = 0.25f;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.