text stringlengths 4 1.04M |
|---|
/**
* 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 flashx.textLayout.factory
{
import flashx.textLayout.formats.ITextLayoutFormat;
public final class TruncationOptions
{
public static const NO_LINE_COUNT_LIMIT:int = -1;
public static const HORIZONTAL_ELLIPSIS:String = "…";
private var _trun... |
package com.flashdynamix.motion.layers {
import flash.display.*;
import flash.events.*;
import flash.geom.*;
import com.flashdynamix.motion.effects.IEffect;
import com.flashdynamix.motion.effects.core.DrawEffect;
/**
* The BitmapLayer class draws the IEffects in its list into a single BitmapData.<BR>
* Dr... |
package LS_Classes
{
import flash.display.MovieClip;
import flash.text.Font;
import flash.text.TextField;
import flash.text.TextFieldAutoSize;
import flash.text.TextFormat;
import flash.utils.getDefinitionByName;
public dynamic class controllerBtnElement extends MovieClip
{
public var icon_mc:control... |
package cmodule.lua_wrapper
{
const __2E_str6206:int = gstaticInitter.alloc(10,1);
}
|
package away3d.core.draw
{
import away3d.core.base.*;
import away3d.core.math.*;
/**
* Interface for objects that provide drawing primitives to the rendering process
*/
public interface IPrimitiveProvider
{
/**
* Called from the <code>PrimitiveTraverser</code> when passi... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/*
* Graffiti Touch
* ______________________________________________________________________
* www.nocircleno.com/graffiti/
*/
/*
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
* OF MERCHANTABILITY, FITNESS FOR A PA... |
package kabam.rotmg.chat.model {
public class ChatMessage {
public var name:String;
public var text:String;
public var objectId:int = -1;
public var numStars:int = -1;
public var recipient:String = "";
public var isToMe:Boolean;
public var isWhisper:Boolean;
public var tokens:Object;
... |
package socialcastr.interfaces.ui {
/**
* The MIT License (MIT)
*
* Copyright (c) 2014 Patrick Bay
*
* 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 restric... |
package kabam.rotmg.assets {
import mx.core.ByteArrayAsset;
[Embed(source="secludedThicketGround.txt", mimeType="application/octet-stream")]
public class secludedThicketGround extends ByteArrayAsset {
public function secludedThicketGround() {
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... |
package events
{
import flash.errors.SQLError;
import flash.events.Event;
public class ExecuteModifyErrorEvent extends Event
{
// ------- Event type constants -------
public static const ERROR:String = "executeModifyError";
// ------- Constructor -------
public function ExecuteModifyErrorEven... |
package character
{
import character.action.ActionSet;
import character.action.BaseAction;
import character.action.ComplexBitmapAction;
import flash.geom.Point;
import flash.geom.Rectangle;
import flash.utils.Dictionary;
import mx.events.PropertyChangeEvent;
public class ComplexBitmapCharact... |
package kabam.rotmg.assets {
import mx.core.BitmapAsset;
[Embed(source="EmbeddedAssets_lofiObj3Embed_.png")]
public class EmbeddedAssets_lofiObj3Embed_ extends BitmapAsset {
public function EmbeddedAssets_lofiObj3Embed_() {
super();
}
}
} |
package LayaAir3D_Camera {
import common.CameraMoveScript;
import laya.d3.core.BaseCamera;
import laya.d3.core.Camera;
import laya.d3.core.Sprite3D;
import laya.d3.core.light.DirectionLight;
import laya.d3.core.material.BaseMaterial;
import laya.d3.core.material.SkyBoxMaterial;
import laya.d3.core.scene.Scene3D... |
/*
Feathers
Copyright 2012-2014 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.text
{
import feathers.core.FeathersControl;
import feathers.core.ITextEditor;
im... |
#include "PriestCommon.as";
void onInit( CBlob@ this )
{
this.set_u32("last teleport", 0 );
this.set_bool("teleport ready", true );
}
void onTick( CBlob@ this )
{
bool ready = this.get_bool("teleport ready");
const u32 gametime = getGameTime();
if(ready) {
if(this.isKeyJustPressed( key_action2 )) {
Ve... |
////////////////////////////////////////////////////////////////////////////////
//
// 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 managers
{
import com.leebrimelow.starling.StarlingPool;
import objects.HeroProjectile;
import states.GameState;
public class BulletManager
{
private var _game:GameState;
private var _maxProjectiles:uint;
private var _pool:StarlingPool;
private var _bulletsActive:Array;
pri... |
/*
Feathers
Copyright 2012-2020 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.text.FontStylesSet;
import flash.geom.Point;
/**
* Dispatched w... |
package net.psykosoft.psykopaint2.core.drawing.paths.decorators
{
import net.psykosoft.psykopaint2.core.drawing.data.ParameterSetVO;
import net.psykosoft.psykopaint2.core.drawing.data.PsykoParameter;
import net.psykosoft.psykopaint2.core.drawing.paths.PathManager;
import net.psykosoft.psykopaint2.core.drawing.paths... |
package
{
import flash.geom.Rectangle;
import net.flashpunk.*;
import net.flashpunk.graphics.Canvas;
import net.flashpunk.graphics.Image;
import net.flashpunk.utils.Input;
import net.flashpunk.utils.Key;
import net.flashpunk.FP;
import flash.geom.Point;
import net.flashpunk.tweens.misc.Alarm;
import net.fla... |
package me.rainssong.display
{
import flash.display.Bitmap;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Loader;
import flash.display.Sprite;
import flash.events.Event;
import flash.geom.Rectangle;
import flash.net.URLLoader;
import flash.utils.Timer;
... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.List;
import feathers.controls.PanelScreen;
import feathers.controls.PickerList;
import feathers.controls.ToggleSwitch;
import feathers.data.ListCollection;
import feathers.events.FeathersEventType;
... |
package cc.milkshape.account.forms
{
import cc.milkshape.account.PasswordController;
import cc.milkshape.account.events.PasswordEvent;
import cc.milkshape.framework.buttons.SmallButton;
import cc.milkshape.framework.forms.Formable;
import cc.milkshape.framework.forms.fields.LabelInput;
import flash.events... |
package feathers.examples.componentsExplorer.screens
{
import feathers.controls.Button;
import feathers.controls.List;
import feathers.controls.NumericStepper;
import feathers.controls.PanelScreen;
import feathers.controls.ToggleSwitch;
import feathers.data.ListCollection;
import feathers.examples.componentsExpl... |
package laya.d3.math {
/**
* <code>OrientedBoundBox</code> 类用于创建OBB包围盒。
*/
public class OrientedBoundBox {
/**每个轴长度的一半*/
public var extents:Vector3;
/**这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心*/
public var transformation:Matrix4x4;
/** @private */
private static var _tempV30:Vector3 = new Vector3();
... |
package com.deleidos.rtws.alertviz.expandgraph.graph.evaluable.functions.stateful
{
import com.deleidos.rtws.alertviz.expandgraph.graph.evaluable.IEvaluable;
public class SumFunction extends StatefulFunction
{
public static const NAME:String = "sum";
public static const USAGE:String = NAME + "(p1): returns the ... |
package cc.minos.facepp.data
{
/**
* ...
* @author Minos
*/
public class FacePPData extends Object
{
private const id_reg:RegExp = /^[0-9a-z]{25,}$/;
protected var _apiMethod:String;
protected var data:Object = {}
public function FacePPData()
{
}
protected function isID( str:String ... |
/**
* VERSION: 1.691
* DATE: 2011-09-28
* AS3 (AS2 version is also available)
* UPDATES AND DOCS AT: http://www.greensock.com/timelinemax/
**/
package com.greensock {
import com.greensock.core.*;
import com.greensock.OverwriteManager;
import com.greensock.events.TweenEvent;
import flash.events.*;
/**
* Tim... |
package coco.component
{
import coco.core.UIComponent;
import coco.event.UIEvent;
import coco.util.CocoUI;
import coco.util.DateUtil;
import flash.events.MouseEvent;
/**
* Dispatched when date was changed
*/
[Event(name="ui_change", type="coco.event.UIEvent")]
/**
* Date Chooser C... |
/*
* PROJECT: FLARToolKit
* --------------------------------------------------------------------------------
* This work is based on the FLARToolKit developed by
* R.Iizuka (nyatla)
* http://nyatla.jp/nyatoolkit/
*
* The FLARToolKit is ActionScript 3.0 version ARToolkit class library.
* Copyright (C)2008 Saqoosha
*
... |
package starling.display.shaders.fragment
{
import flash.display3D.Context3DProgramType;
import starling.display.shaders.AbstractShader;
/*
* A pixel shader that multiplies a single texture with constants (the color transform) and vertex color
*/
public class TextureVertexColorFragmentShader extends AbstractSh... |
package com.ankamagames.dofus.network.messages.game.context.roleplay.fight.arena
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INet... |
package {
import flash.display.Sprite;
import flash.events.Event;
import gainer.*;
public class SignalScopeApp extends Sprite {
// To change number of channels, modifiy this constant
// 表示するチャンネル数を変更するにはこの定数を変更する
private const NUM_AIN_CHANNELS:int = 4;
private const NUM_DIN_CHANNELS:int = 4;
private co... |
.***************************************************************************
.*=== AS GROUP === : AS0S4H0C51M 2018/01/09 08:42
.*USER IF AS : UASS4H0C51M 2018/01/09 08:04
.*USER IF TP : UTPS4H0C51M 2018/01/09 08:18
.*ARM CONTROL AS : AASS4H0C51M 2018/01/09 08:25
.*USER IF A... |
package net.khaledgarbaya.instagras.utils
{
/**
* Simple util class holds different requests type
* @author Khaled Garbaya
*
*/
public class InstagrasRequestMethod
{
/**
* post method
*/
public static const POST:String = "POST";
/**
* get method
*/
public static co... |
////////////////////////////////////////////////////////////////////////////////
//
// 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) 2010 Iain Lobb
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, subl... |
package com.playfab.CloudScriptModels
{
public class RegisterQueuedFunctionRequest
{
public var ConnectionString:String;
public var FunctionName:String;
public var QueueName:String;
public function RegisterQueuedFunctionRequest(data:Object=null)
{
if(data ==... |
package maryfisher.framework.view {
import flash.events.Event;
import flash.events.IEventDispatcher;
/**
* ...
* @author mary_fisher
*/
public interface IViewComponent extends IEventListener{
//function get viewComponent():*;
function get componentType():String;
function destroy():void;
//function... |
package awaybuilder.view.mediators
{
import awaybuilder.controller.document.events.ImportTextureEvent;
import awaybuilder.controller.events.DocumentModelEvent;
import awaybuilder.controller.scene.events.SceneEvent;
import awaybuilder.model.AssetsModel;
import awaybuilder.model.DocumentModel;
import awaybuilder.mo... |
package aerys.minko.example.effects.dof
{
import aerys.minko.render.Effect;
import aerys.minko.render.effect.blur.BlurQuality;
import aerys.minko.render.effect.dof.DepthOfFieldEffect;
import aerys.minko.render.geometry.primitive.CubeGeometry;
import aerys.minko.render.material.basic.BasicMaterial;
import aerys.mi... |
/**
* Created by plter on 3/22/16.
*/
package com.plter.two.display {
import com.plter.two.app.Context;
import com.plter.two.events.EventListenerList;
public class Loader extends Display {
private var _url:String;
private var _onLoad:EventListenerList = new EventListenerList();
p... |
package devoron.sdk.server
{
import devoron.as3code.ClassProxy;
import devoron.as3code.ClassProxyDomain;
import devoron.as3code.ScriptContext;
import devoron.file.FileInfo;
import devoron.studio.codeeditor.history.CodeHistory;
import devoron.studio.codeeditor.livecode.codehandlers.LiveMethodNodeHandler;
import d... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
... |
package org.flexlite.domDisplay
{
import flash.utils.ByteArray;
import flash.utils.Dictionary;
import org.flexlite.domCore.dx_internal;
import org.flexlite.domDisplay.codec.DxrDecoder;
import org.flexlite.domDisplay.codec.IBitmapDecoder;
import org.flexlite.domUtils.SharedMap;
use namespace dx_internal;
/**
... |
package com.rails2u.bridge {
import flash.utils.Proxy;
import flash.external.ExternalInterface;
import flash.utils.flash_proxy;
public dynamic class JSProxy extends Proxy {
use namespace flash_proxy;
public static var proxyLogger:Function = function(...args):void {};
private va... |
/* 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 = "7.7.3";
// var VERSION = "ECMA_1";
// var TITLE = "Nu... |
/*******************************************************************************
* 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 org.openapitools.event {
/**
* Response contains info on the result of an API invocation.
* A completion listener will expect this Response object.
*/
public class Response {
/**
* Indicates whether the invoked operation failed or succeeded
*/
public var isSuccess:Boolean;
/**
*... |
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;
import starling.utils.HAlign;
public class PauseScreen extends Screen
{
private var _sprite :Sprite;
... |
package net.manaca.utils
{
import flash.net.SharedObject;
import flash.utils.Proxy;
import flash.utils.flash_proxy;
/**
* The Cookie carry a proxy provide a more useful SharedObject.
* @author Sean Zou
*
*/
dynamic public class Cookie extends Proxy
{
//=============================================... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.assets.EmbeddedData_mountainTempleGroundCXML
package kabam.rotmg.assets
{
import mx.core.ByteArrayAsset;
[Embed(source="EmbeddedData_mountainTempleGroundCXML.dat", mimeType="application/octet-stream")]
public class EmbeddedData_mountain... |
package sk.yoz.ycanvas.demo.remotair
{
import flash.display.Sprite;
import flash.display.StageAlign;
import flash.display.StageScaleMode;
import flash.events.Event;
import flash.geom.Point;
import flash.geom.Rectangle;
import net.hires.debug.Stats;
import sk.yoz.ycanvas.interfa... |
package net.psykosoft.psykopaint2.core.drawing.brushes.color
{
import flash.utils.ByteArray;
import net.psykosoft.psykopaint2.core.drawing.brushes.strokes.StrokeAppendVO;
import net.psykosoft.psykopaint2.core.drawing.paths.SamplePoint;
// todo: allow setting colour, but for now it's just a test class
public cla... |
package {
import org.as3commons.collections.fx.SortedListFx;
import org.as3commons.collections.fx.events.CollectionEvent;
import org.as3commons.collections.fx.events.ListEvent;
import org.as3commons.collections.utils.NumericComparator;
import flash.display.Sprite;
public class SortedListFxExample extends Sprite ... |
/**
* (c) VARIANTE <http://variante.io>
*
* This software is released under the MIT License:
* http://www.opensource.org/licenses/mit-license.php
*/
package io.variante.debug
{
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import flash.display.Shape;
... |
package net.systemeD.halcyonpdf.connection {
/* Changes for Halcyon/PDF:
- all methods referencing actions deleted
(includes lat/lon setters)
*/
public class Node extends Entity {
private var _lat:Number;
private var _latproj:Number;
private var _lon:Number;
public functio... |
/*
Copyright (c) 2007 salesforce.com, 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 and the fo... |
package connection.config
{
import mx.collections.ArrayCollection;
/**
* ...
* @author Timo Stegemann
*/
public class LODConfig extends DBpediaConfig
{
override public function get endpointURI():String {
return "http://lod.openlinksw.com/sparql";
}
override public function get defaultGraphURI(... |
/* ***** 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.adobe.cep {
/**
* @author harbs
*/
public class MenuItemStatus {
/**
* @class MenuItemStatus
* Stores flyout menu item status
*
* Since 5.2.0
*
* @param menuItemLabel The menu item label.
* @param enabled True if user wants to enable the menu item.
* @param checked T... |
package com.xgame.godwar.core.initialization
{
import com.xgame.godwar.core.center.HotkeyCenter;
import com.xgame.godwar.core.loading.mediators.LoadingIconMediator;
import com.xgame.godwar.core.login.proxy.RequestRoleProxy;
import com.xgame.godwar.core.scene.Scene;
import com.xgame.godwar.utils.debug.Debug;
impor... |
/*
* Copyright 2009 ZXing 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 applicable law o... |
/**
*
* MetaBalls
*
* 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.
**/
package ... |
package flash.globalization
{
final public class LastOperationStatus extends Object
{
public static const NO_ERROR:String = "noError";
public static const USING_FALLBACK_WARNING:String = "usingFallbackWarning";
public static const USING_DEFAULT_WARNING:String = "usingDefaultWarn... |
package com.company.assembleegameclient.ui {
import com.company.assembleegameclient.objects.ObjectLibrary;
import com.company.assembleegameclient.objects.Player;
import com.company.util.GraphicsUtil;
import com.company.util.MoreColorUtil;
import com.company.util.SpriteUtil;
import flash.display.Bitmap... |
// Decompiled by AS3 Sorcerer 6.08
// www.as3sorcerer.com
//kabam.rotmg.build.api.BuildEnvironment
package kabam.rotmg.build.api
{
public class BuildEnvironment
{
public static const FIXED_IP:BuildEnvironment = new (BuildEnvironment)();
public static const LOCALHOST:BuildEnvironment = new (... |
/**
* Copyright (c) 2015 egg82 (Alexander Mason)
*
* 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, ... |
package Ankama_Tooltips.ui
{
import Ankama_Tooltips.utils.FormulaHandler;
import com.ankamagames.berilia.api.UiApi;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.components.Texture;
import com.ankamagames.berilia.components.TextureBitmap;
import com.ankamagames... |
package LevelStates {
import org.flixel.FlxG;
/**
* ...
* @author Nicholas "PleasingFungus" Feinberg
*/
public class Cursor {
public var rawSprite:Class;
public var offsetX:int;
public var offsetY:int;
public function Cursor(RawSprite:Class, OffsetX:int = 0, OffsetY:int = 0) {
rawSprite = RawSpri... |
package fl.transitions
{
import flash.display.MovieClip;
import flash.geom.*;
/**
* The Blinds class reveals the movie clip object by using appearing or disappearing rectangles.
* This effect requires the following parameters:
* <ul><li><code>numStrips</code>: The number of masking strips in the Blinds e... |
/**
* ...
* >author Filipe Silvestrim
* >version <version>
*/
package com.filipesilvestrim.ai.minimax
{
public interface IASituation
{
function evaluate( node : IATreeNode ) : Object;
}
}
|
/**
* PixelBenderFiltersExample1.as by Lee Burrows
* Jan 27, 2011
* Visit blog.leeburrows.com for more stuff
*
* Permission is hereby granted, free of charge, to any person
* obtaining a copy of this software and associated documentation
* files (the "Software"), to deal in the Software without
* restriction, i... |
package test {
import mx.rpc.IResponder;
import net.digitalprimates.fluint.async.ITestResponder;
public class TestResponder implements ITestResponder {
private var responder:IResponder;
public function TestResponder(realResponder:IResponder) {
responder = realResponder;
}
public funct... |
package {
import nape.phys.Body;
import nape.phys.BodyType;
import nape.shape.Shape;
import nape.shape.Polygon;
import nape.shape.Circle;
import nape.geom.Vec2;
import nape.geom.Vec3;
import nape.dynamics.InteractionFilter;
import nape.phys.Material;
import nape.phys.FluidProperties;
import nape.callbacks.CbType;
impo... |
/*
* 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... |
/**
* Created by Bondarev on 31.03.2015.
*/
package ru.nacid.base.view.component.lists {
import com.gskinner.motion.GTween;
import flash.display.DisplayObject;
import flash.display.Graphics;
import flash.display.Sprite;
import flash.events.MouseEvent;
import ru.nacid.base.view.ViewObject;
import ru.nacid.ba... |
////////////////////////////////////////////////////////////////////////////////
//
// Copyright 2012 Ruben Buniatyan. All rights reserved.
//
// This source is subject to the license agreement accompanying it.
//
////////////////////////////////////////////////////////////////////////////////
package flame.crypto
{... |
package idv.cjcat.stardustextended.actions
{
import idv.cjcat.stardustextended.emitters.Emitter;
import idv.cjcat.stardustextended.particles.Particle;
import idv.cjcat.stardustextended.xml.XMLBuilder;
/**
* Causes a particle's rotation to change according to it's omega value (angular velocity).
*
* <p>
* Default... |
package away3d.materials
{
import away3d.animators.IAnimationSet;
import away3d.arcane;
import away3d.cameras.Camera3D;
import away3d.core.base.IMaterialOwner;
import away3d.core.base.IRenderable;
import away3d.core.managers.Stage3DProxy;
import away3d.core.traverse.EntityCollector;
import away3d.library.assets... |
package com.hendrix.http.core.process.interfaces
{
public interface IDisposable
{
/**
* dispose the item
*/
function dispose():void;
}
} |
package utils.conversion
{
/**
Converts days to minutes.
@param days: The number of days.
@return Returns the number of minutes.
*/
public function daysToMinutes(days:Number):Number
{
return hoursToMinutes(daysToHours(days));
}
} |
package org.silexlabs.amfphp.clientgenerator.generated.service{
import flash.net.NetConnection;
import flash.net.Responder;
import org.silexlabs.amfphp.clientgenerator.AMFPHPServiceClient;
import org.silexlabs.amfphp.clientgenerator.IResponderSignal;
/*ACG_SERVICE_COMMENT*/
public class _SERVIC... |
package com.playfab.CloudScriptModels
{
public class
{
public static const AF:String = "AF";
public static const AN:String = "AN";
public static const AS:String = "AS";
public static const EU:String = "EU";
public static const NA:String = "NA";
public static con... |
/*
* 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
... |
package com.longtailvideo.jwplayer.events {
import flash.events.Event;
public class ViewEvent extends PlayerEvent {
/**
* The ViewEvent.JWPLAYER_RESIZE constant defines the value of the
* <code>type</code> property of the event object
* for a <code>jwplayerResize</code> event.
*
* @eventType jwpl... |
package org.flixel.system.input
{
import flash.display.Bitmap;
import flash.display.Sprite;
import flash.events.MouseEvent;
import org.flixel.FlxCamera;
import org.flixel.FlxG;
import org.flixel.FlxPoint;
import org.flixel.system.replay.MouseRecord;
/**
* This class helps contain and track the mouse point... |
package cmodule.decry
{
interface ICAllocator
{
function free(param1:int) : void;
function alloc(param1:int) : int;
}
}
|
import "libc";
import "./cpu";
import "./mmu";
struct Timer {
CPU: *cpu.CPU;
/// Divider Register (R/W) — $FF04
/// This register is incremented at rate of 16384Hz (~16779Hz on SGB).
/// In CGB Double Speed Mode it is incremented twice as fast, ie. at 32768Hz.
/// Writing any value to this register resets i... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
//
//... |
class tm.freshComponents.forms.formItems.RadiobuttonItem extends tm.freshComponents.forms.formItems.FormItem
{
var _type, selected, updateGroups, _target, _group;
function RadiobuttonItem (formManager, id, label, required) {
super(formManager, id, label, required);
_type = tm.freshComponents.forms.formItems... |
package cmodule.lua_wrapper
{
const __2E_str30280:int = gstaticInitter.alloc(5,1);
}
|
package org.as3lib.kitchensync.core
{
/**
* Provides a timing core for the Synchronizer. This allows the user to swap out
* different methods for time-keeping, be it an enterFrame based system, a Timer,
* setInterval, or some other event.
* Each pulse from the ISynchronizerCore will trigger the dispatchUpdate... |
package com.playata.application.platform
{
import com.playata.application.AppConfig;
import com.playata.application.AppEnvironment;
import com.playata.application.data.guild.StudioAppearanceSettings;
import com.playata.application.data.server.ServerSelectionData;
import com.playata.framework.assets.Asset... |
package laya.d3.core.particleShuriKen.module {
import laya.d3.core.IClone;
/**
* <code>GradientDataNumber</code> 类用于创建浮点渐变。
*/
public class GradientDataNumber implements IClone {
/**@private */
private var _currentLength:int;
/**@private 开发者禁止修改。*/
public var _elements:Float32Array;
/*... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.